|
|
|
1 | 2025-06-02T23:58:04.445Z | job assigned to worker 01JWSH8MZ4QEFFM9GTJZX5D8EG [factory gimlet-EVT22200007-propolis, EVT22200007/29211] (queued for 26 s) |
|
2 | 2025-06-02T23:58:13.627Z | starting task 0: "setup" |
3 | 2025-06-02T23:58:13.653Z | ++ uname -s |
4 | 2025-06-02T23:58:13.653Z | + kern=SunOS |
5 | 2025-06-02T23:58:13.653Z | + build_user=build |
6 | 2025-06-02T23:58:13.653Z | + build_uid=12345 |
7 | 2025-06-02T23:58:13.653Z | + work_dir=/work |
8 | 2025-06-02T23:58:13.653Z | + input_dir=/input |
9 | 2025-06-02T23:58:13.653Z | + [[ 0 == 12345 ]] |
10 | 2025-06-02T23:58:13.653Z | + case "$kern" in |
11 | 2025-06-02T23:58:13.653Z | + groupadd -g 12345 build |
12 | 2025-06-02T23:58:13.653Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-02T23:58:15.651Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-02T23:58:15.687Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-02T23:58:15.713Z | + home_fs=zfs |
16 | 2025-06-02T23:58:15.713Z | + [[ zfs == autofs ]] |
17 | 2025-06-02T23:58:15.713Z | + mkdir -p /home/build |
18 | 2025-06-02T23:58:15.713Z | + chown build:build /home/build /work |
19 | 2025-06-02T23:58:17.697Z | + chmod 0700 /home/build /work |
20 | 2025-06-02T23:58:17.723Z | process exited: duration 4076 ms, exit code 0 |
|
21 | 2025-06-02T23:58:17.773Z | starting task 1: "rust-toolchain" |
22 | 2025-06-02T23:58:17.798Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-02T23:58:17.798Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-06-02T23:58:17.798Z | * rust toolchain channel = "1.87.0" |
25 | 2025-06-02T23:58:17.798Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-06-02T23:58:17.799Z | * rust toolchain profile = "default" |
27 | 2025-06-02T23:58:17.799Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-02T23:58:17.799Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-02T23:58:17.799Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-02T23:58:17.921Z | info: downloading installer |
31 | 2025-06-02T23:58:19.169Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-02T23:58:19.169Z | warn: /opt/ooce/bin |
33 | 2025-06-02T23:58:19.169Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-02T23:58:19.169Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-02T23:58:19.169Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-02T23:58:19.169Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-02T23:58:19.169Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-02T23:58:19.169Z | error: cannot install while Rust is installed |
39 | 2025-06-02T23:58:19.169Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-02T23:58:19.195Z | info: profile set to 'default' |
41 | 2025-06-02T23:58:19.195Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-02T23:58:19.195Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-02T23:58:19.308Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-02T23:58:19.308Z | info: downloading component 'cargo' |
45 | 2025-06-02T23:58:19.568Z | info: downloading component 'clippy' |
46 | 2025-06-02T23:58:19.650Z | info: downloading component 'rust-docs' |
47 | 2025-06-02T23:58:19.892Z | info: downloading component 'rust-std' |
48 | 2025-06-02T23:58:20.355Z | info: downloading component 'rustc' |
49 | 2025-06-02T23:58:24.547Z | info: downloading component 'rustfmt' |
50 | 2025-06-02T23:58:24.642Z | info: installing component 'cargo' |
51 | 2025-06-02T23:58:25.846Z | info: installing component 'clippy' |
52 | 2025-06-02T23:58:26.315Z | info: installing component 'rust-docs' |
53 | 2025-06-02T23:58:29.396Z | info: installing component 'rust-std' |
54 | 2025-06-02T23:58:31.652Z | info: installing component 'rustc' |
55 | 2025-06-02T23:58:39.728Z | info: installing component 'rustfmt' |
56 | 2025-06-02T23:58:40.121Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-02T23:58:40.121Z | |
58 | 2025-06-02T23:58:40.293Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-02T23:58:40.293Z | |
60 | 2025-06-02T23:58:40.293Z | |
61 | 2025-06-02T23:58:40.293Z | Rust is installed now. Great! |
62 | 2025-06-02T23:58:40.293Z | |
63 | 2025-06-02T23:58:40.293Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-02T23:58:40.293Z | environment variable. This has not been done automatically. |
65 | 2025-06-02T23:58:40.293Z | |
66 | 2025-06-02T23:58:40.293Z | To configure your current shell, you need to source |
67 | 2025-06-02T23:58:40.293Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-02T23:58:40.293Z | |
69 | 2025-06-02T23:58:40.293Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-02T23:58:40.293Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-02T23:58:40.293Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-02T23:58:40.294Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-02T23:58:40.408Z | + rustup --version |
74 | 2025-06-02T23:58:40.433Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-02T23:58:40.433Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-02T23:58:40.551Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-02T23:58:40.576Z | + cargo --version |
78 | 2025-06-02T23:58:40.667Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-02T23:58:40.692Z | + rustc --version |
80 | 2025-06-02T23:58:40.788Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-02T23:58:40.813Z | process exited: duration 23021 ms, exit code 0 |
|
82 | 2025-06-02T23:58:40.866Z | starting task 2: "authentication" |
83 | 2025-06-02T23:58:40.926Z | process exited: duration 62 ms, exit code 0 |
|
84 | 2025-06-02T23:58:40.975Z | starting task 3: "clone repository" |
85 | 2025-06-02T23:58:41.001Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-02T23:58:41.001Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-02T23:58:41.026Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-02T23:58:50.071Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-02T23:58:50.072Z | + git fetch origin e522a5191240583d47de88b9aa51acc1f4407a96 |
90 | 2025-06-02T23:58:50.573Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-02T23:58:50.573Z | * branch e522a5191240583d47de88b9aa51acc1f4407a96 -> FETCH_HEAD |
92 | 2025-06-02T23:58:50.600Z | + [[ -n ixi/dns-authoritative-answers ]] |
93 | 2025-06-02T23:58:50.600Z | ++ git branch --show-current |
94 | 2025-06-02T23:58:50.600Z | + current=main |
95 | 2025-06-02T23:58:50.600Z | + [[ main != ixi/dns-authoritative-answers ]] |
96 | 2025-06-02T23:58:50.600Z | + git branch -f ixi/dns-authoritative-answers e522a5191240583d47de88b9aa51acc1f4407a96 |
97 | 2025-06-02T23:58:50.600Z | + git checkout -f ixi/dns-authoritative-answers |
98 | 2025-06-02T23:58:50.827Z | Switched to branch 'ixi/dns-authoritative-answers' |
99 | 2025-06-02T23:58:50.852Z | + git reset --hard e522a5191240583d47de88b9aa51acc1f4407a96 |
100 | 2025-06-02T23:58:50.852Z | HEAD is now at e522a5191 SOA records should be authoritative too (concurrently added in 8047) |
101 | 2025-06-02T23:58:50.852Z | process exited: duration 9875 ms, exit code 0 |
|
102 | 2025-06-02T23:58:50.904Z | starting task 4: "build" |
103 | 2025-06-02T23:58:50.930Z | + source ./env.sh |
104 | 2025-06-02T23:58:50.930Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-06-02T23:58:50.930Z | ++ set -o xtrace |
106 | 2025-06-02T23:58:50.930Z | ++++ dirname ./env.sh |
107 | 2025-06-02T23:58:50.930Z | +++ readlink -f . |
108 | 2025-06-02T23:58:50.930Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ 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-06-02T23:58:50.930Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-06-02T23:58:50.930Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-06-02T23:58:50.930Z | + source .github/buildomat/ci-env.sh |
120 | 2025-06-02T23:58:50.930Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-06-02T23:58:50.930Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-06-02T23:58:50.930Z | + cargo --version |
123 | 2025-06-02T23:58:51.003Z | cargo 1.87.0 (99624be96 2025-05-06) |
124 | 2025-06-02T23:58:51.029Z | + rustc --version |
125 | 2025-06-02T23:58:51.097Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
126 | 2025-06-02T23:58:51.122Z | + banner prerequisites |
127 | 2025-06-02T23:58:51.122Z | |
128 | 2025-06-02T23:58:51.122Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-06-02T23:58:51.122Z | # # # # # # # # # # # # # # # |
130 | 2025-06-02T23:58:51.122Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-06-02T23:58:51.122Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-06-02T23:58:51.122Z | # # # # # # # # # # # # # # # |
133 | 2025-06-02T23:58:51.123Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-06-02T23:58:51.123Z | |
135 | 2025-06-02T23:58:51.123Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-06-02T23:59:09.671Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-06-02T23:59:17.135Z | Startup: Caching catalogs ... Done |
138 | 2025-06-02T23:59:24.162Z | Planning: Solver setup ... Done (5.733s) |
139 | 2025-06-02T23:59:24.220Z | Planning: Running solver ... Done (0.057s) |
140 | 2025-06-02T23:59:24.302Z | Planning: Finding local manifests ... Done (0.003s) |
141 | 2025-06-02T23:59:24.398Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-06-02T23:59:24.804Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-06-02T23:59:24.869Z | Planning: Package planning ... Done (0.065s) |
144 | 2025-06-02T23:59:24.930Z | Planning: Merging actions ... Done (0.060s) |
145 | 2025-06-02T23:59:25.276Z | Planning: Checking for conflicting actions ... Done (0.347s) |
146 | 2025-06-02T23:59:25.301Z | Planning: Consolidating action changes ... Done (0.013s) |
147 | 2025-06-02T23:59:25.950Z | Planning: Evaluating mediators ... Done (0.660s) |
148 | 2025-06-02T23:59:25.975Z | Planning: Planning completed in 8.73 seconds |
149 | 2025-06-02T23:59:25.999Z | Packages to install: 4 |
150 | 2025-06-02T23:59:25.999Z | Mediators to change: 2 |
151 | 2025-06-02T23:59:25.999Z | Services to change: 1 |
152 | 2025-06-02T23:59:25.999Z | Estimated space available: 155.05 GB |
153 | 2025-06-02T23:59:25.999Z | Estimated space to be consumed: 1.66 GB |
154 | 2025-06-02T23:59:25.999Z | Create boot environment: No |
155 | 2025-06-02T23:59:25.999Z | Create backup boot environment: No |
156 | 2025-06-02T23:59:25.999Z | Rebuild boot archive: No |
157 | 2025-06-02T23:59:25.999Z | |
158 | 2025-06-02T23:59:25.999Z | Changed mediators: |
159 | 2025-06-02T23:59:25.999Z | mediator clang: |
160 | 2025-06-02T23:59:25.999Z | version: None -> 15 (system default) |
161 | 2025-06-02T23:59:26.000Z | |
162 | 2025-06-02T23:59:26.000Z | mediator llvm: |
163 | 2025-06-02T23:59:26.000Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-06-02T23:59:26.000Z | |
165 | 2025-06-02T23:59:26.000Z | Changed packages: |
166 | 2025-06-02T23:59:26.000Z | helios-dev |
167 | 2025-06-02T23:59:26.000Z | developer/build-essential |
168 | 2025-06-02T23:59:26.000Z | None -> 11-2.0 |
169 | 2025-06-02T23:59:26.000Z | library/libxmlsec1 |
170 | 2025-06-02T23:59:26.000Z | None -> 1.2.35-2.0 |
171 | 2025-06-02T23:59:26.000Z | ooce/developer/clang-15 |
172 | 2025-06-02T23:59:26.000Z | None -> 15.0.7-2.0 |
173 | 2025-06-02T23:59:26.000Z | ooce/developer/llvm-15 |
174 | 2025-06-02T23:59:26.000Z | None -> 15.0.7-2.0 |
175 | 2025-06-02T23:59:26.000Z | |
176 | 2025-06-02T23:59:26.000Z | Services: |
177 | 2025-06-02T23:59:26.000Z | restart_fmri: |
178 | 2025-06-02T23:59:26.000Z | svc:/system/update-man-index:default |
179 | 2025-06-02T23:59:26.035Z | |
180 | 2025-06-02T23:59:26.035Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-06-02T23:59:31.035Z | Download: 794/3290 items 18.6/212.6MB 8% complete (3.8M/s) |
182 | 2025-06-02T23:59:36.036Z | Download: 1276/3290 items 97.4/212.6MB 45% complete (9.7M/s) |
183 | 2025-06-02T23:59:41.041Z | Download: 2075/3290 items 118.8/212.6MB 55% complete (10.0M/s) |
184 | 2025-06-02T23:59:46.050Z | Download: 2653/3290 items 120.6/212.6MB 56% complete (2.7M/s) |
185 | 2025-06-02T23:59:51.054Z | Download: 3245/3290 items 187.7/212.6MB 88% complete (6.8M/s) |
186 | 2025-06-02T23:59:53.747Z | Download: Completed 212.60 MB in 27.71 seconds (7.7M/s) |
187 | 2025-06-02T23:59:53.902Z | Actions: 1/3689 actions (Installing new actions) |
188 | 2025-06-02T23:59:58.907Z | Actions: 2830/3689 actions (Installing new actions) |
189 | 2025-06-02T23:59:59.776Z | Actions: Completed 3689 actions in 5.87 seconds. |
190 | 2025-06-03T00:00:00.539Z | Done (0.756s) |
191 | 2025-06-03T00:00:00.539Z | Done (0.000s) |
192 | 2025-06-03T00:00:01.432Z | Done (0.892s) |
193 | 2025-06-03T00:00:06.719Z | Done (5.048s) |
194 | 2025-06-03T00:00:06.828Z | Done (0.018s) |
195 | 2025-06-03T00:00:06.854Z | Done (0.000s) |
196 | 2025-06-03T00:00:06.970Z | Done (0.000s) |
197 | 2025-06-03T00:00:07.863Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-06-03T00:00:08.081Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-06-03T00:00:08.108Z | Planning: Consolidating action changes ... Done |
200 | 2025-06-03T00:00:08.442Z | Planning: Evaluating mediators ... Done |
201 | 2025-06-03T00:00:08.468Z | Planning: Planning completed in 0.58 seconds |
202 | 2025-06-03T00:00:08.494Z | Mediators to change: 2 |
203 | 2025-06-03T00:00:08.494Z | Create boot environment: No |
204 | 2025-06-03T00:00:08.494Z | Create backup boot environment: No |
205 | 2025-06-03T00:00:08.541Z | Done |
206 | 2025-06-03T00:00:08.541Z | Done |
207 | 2025-06-03T00:00:09.182Z | Done |
208 | 2025-06-03T00:00:13.907Z | Done |
209 | 2025-06-03T00:00:14.000Z | Done |
210 | 2025-06-03T00:00:14.001Z | Done |
211 | 2025-06-03T00:00:14.055Z | Done |
212 | 2025-06-03T00:00:14.810Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-06-03T00:00:14.836Z | Planning: Merging actions ... Done |
214 | 2025-06-03T00:00:15.050Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-06-03T00:00:15.075Z | Planning: Consolidating action changes ... Done |
216 | 2025-06-03T00:00:15.381Z | Planning: Evaluating mediators ... Done |
217 | 2025-06-03T00:00:15.453Z | Planning: Planning completed in 0.94 seconds |
218 | 2025-06-03T00:00:15.495Z | Packages to change: 1 |
219 | 2025-06-03T00:00:15.495Z | Mediators to change: 1 |
220 | 2025-06-03T00:00:15.495Z | Services to change: 1 |
221 | 2025-06-03T00:00:15.496Z | Create boot environment: No |
222 | 2025-06-03T00:00:15.496Z | Create backup boot environment: Yes |
223 | 2025-06-03T00:00:17.267Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-06-03T00:00:17.292Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2025-06-03T00:00:17.292Z | Done |
226 | 2025-06-03T00:00:17.292Z | Done |
227 | 2025-06-03T00:00:17.452Z | Done |
228 | 2025-06-03T00:00:22.061Z | Done |
229 | 2025-06-03T00:00:22.166Z | Done |
230 | 2025-06-03T00:00:22.191Z | Done |
231 | 2025-06-03T00:00:22.266Z | Done |
232 | 2025-06-03T00:00:22.817Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-06-03T00:00:22.817Z | clang system 15 system |
234 | 2025-06-03T00:00:22.817Z | csh system system illumos |
235 | 2025-06-03T00:00:22.817Z | ctags system system illumos |
236 | 2025-06-03T00:00:22.817Z | file system system illumos |
237 | 2025-06-03T00:00:22.817Z | gcc vendor 12 vendor |
238 | 2025-06-03T00:00:22.817Z | gcc system 10 system |
239 | 2025-06-03T00:00:22.817Z | gcc system 7 system |
240 | 2025-06-03T00:00:22.817Z | go system 1.20 system |
241 | 2025-06-03T00:00:22.817Z | go system 1.19 system |
242 | 2025-06-03T00:00:22.817Z | llvm system 15 system |
243 | 2025-06-03T00:00:22.817Z | llvm system 14 system |
244 | 2025-06-03T00:00:22.817Z | mariadb system 10.6 system |
245 | 2025-06-03T00:00:22.817Z | mta vendor vendor dma |
246 | 2025-06-03T00:00:22.817Z | openjdk system 17 system |
247 | 2025-06-03T00:00:22.817Z | openjdk system 11 system |
248 | 2025-06-03T00:00:22.817Z | openjdk system 1.8 system |
249 | 2025-06-03T00:00:22.817Z | openssl vendor 3 vendor |
250 | 2025-06-03T00:00:22.817Z | perl system 5.36 system |
251 | 2025-06-03T00:00:22.817Z | postgresql system 15 system |
252 | 2025-06-03T00:00:22.817Z | postgresql system 13 system |
253 | 2025-06-03T00:00:22.817Z | python vendor 3 vendor |
254 | 2025-06-03T00:00:22.817Z | python system 2 system |
255 | 2025-06-03T00:00:22.817Z | python3 system 3.11 system |
256 | 2025-06-03T00:00:22.817Z | ruby system 3.0 system |
257 | 2025-06-03T00:00:22.817Z | words vendor vendor american-english |
258 | 2025-06-03T00:00:22.817Z | words system system australian-english |
259 | 2025-06-03T00:00:22.817Z | words system system british-english |
260 | 2025-06-03T00:00:22.818Z | words system system canadian-english |
261 | 2025-06-03T00:00:22.818Z | words system system french |
262 | 2025-06-03T00:00:22.818Z | words system system italian |
263 | 2025-06-03T00:00:22.818Z | words system system ngerman |
264 | 2025-06-03T00:00:22.818Z | words system system ogerman |
265 | 2025-06-03T00:00:22.818Z | words system system spanish |
266 | 2025-06-03T00:00:23.208Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-06-03T00:00:23.208Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-06-03T00:00:27.889Z | FMRI IFO |
269 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
275 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
277 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
280 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
281 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
283 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
284 | 2025-06-03T00:00:27.889Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2025-06-03T00:00:28.885Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2025-06-03T00:00:29.297Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
287 | 2025-06-03T00:00:30.111Z | Updating crates.io index |
288 | 2025-06-03T00:00:30.166Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
289 | 2025-06-03T00:00:30.620Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
290 | 2025-06-03T00:00:31.357Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
291 | 2025-06-03T00:00:31.721Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
292 | 2025-06-03T00:00:32.139Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
293 | 2025-06-03T00:00:32.629Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2025-06-03T00:00:34.444Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2025-06-03T00:00:36.701Z | Updating git repository `https://github.com/oxidecomputer/opte` |
296 | 2025-06-03T00:00:37.785Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2025-06-03T00:00:38.649Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
298 | 2025-06-03T00:00:39.083Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
299 | 2025-06-03T00:00:39.615Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
300 | 2025-06-03T00:00:40.409Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
301 | 2025-06-03T00:00:40.792Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
302 | 2025-06-03T00:00:41.325Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
303 | 2025-06-03T00:00:42.144Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
304 | 2025-06-03T00:00:42.771Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2025-06-03T00:00:43.203Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
306 | 2025-06-03T00:00:43.602Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
307 | 2025-06-03T00:00:43.952Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
308 | 2025-06-03T00:00:44.346Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
309 | 2025-06-03T00:00:44.887Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
310 | 2025-06-03T00:00:45.376Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2025-06-03T00:00:45.816Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2025-06-03T00:00:46.355Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2025-06-03T00:00:46.959Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
314 | 2025-06-03T00:00:47.560Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
315 | 2025-06-03T00:00:48.101Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2025-06-03T00:00:48.652Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
317 | 2025-06-03T00:00:49.399Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2025-06-03T00:00:49.773Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2025-06-03T00:00:50.206Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2025-06-03T00:00:50.646Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
321 | 2025-06-03T00:01:01.949Z | Updating git repository `https://github.com/illumos/smf-rs` |
322 | 2025-06-03T00:01:03.649Z | Downloading crates ... |
323 | 2025-06-03T00:01:03.703Z | Downloaded equivalent v1.0.2 |
324 | 2025-06-03T00:01:03.729Z | Downloaded bytecount v0.6.8 |
325 | 2025-06-03T00:01:03.729Z | Downloaded swrite v0.1.0 |
326 | 2025-06-03T00:01:03.729Z | Downloaded usdt-macro v0.5.0 |
327 | 2025-06-03T00:01:03.729Z | Downloaded fastrand v2.1.1 |
328 | 2025-06-03T00:01:03.729Z | Downloaded version_check v0.9.5 |
329 | 2025-06-03T00:01:03.729Z | Downloaded unicode-linebreak v0.1.5 |
330 | 2025-06-03T00:01:03.729Z | Downloaded usdt v0.5.0 |
331 | 2025-06-03T00:01:03.729Z | Downloaded semver v1.0.26 |
332 | 2025-06-03T00:01:03.754Z | Downloaded thiserror v2.0.12 |
333 | 2025-06-03T00:01:03.754Z | Downloaded usdt-impl v0.5.0 |
334 | 2025-06-03T00:01:03.754Z | Downloaded zerocopy-derive v0.7.35 |
335 | 2025-06-03T00:01:03.754Z | Downloaded toml v0.8.22 |
336 | 2025-06-03T00:01:03.785Z | Downloaded scroll_derive v0.12.0 |
337 | 2025-06-03T00:01:03.810Z | Downloaded toml_edit v0.22.26 |
338 | 2025-06-03T00:01:03.836Z | Downloaded serde_json v1.0.140 |
339 | 2025-06-03T00:01:03.861Z | Downloaded zerocopy v0.7.35 |
340 | 2025-06-03T00:01:03.861Z | Downloaded winnow v0.7.10 |
341 | 2025-06-03T00:01:03.886Z | Downloaded goblin v0.8.2 |
342 | 2025-06-03T00:01:03.886Z | Downloaded tabled v0.15.0 |
343 | 2025-06-03T00:01:03.911Z | Downloaded syn v1.0.109 |
344 | 2025-06-03T00:01:03.911Z | Downloaded unicode-width v0.1.14 |
345 | 2025-06-03T00:01:03.941Z | Downloaded pest v2.7.14 |
346 | 2025-06-03T00:01:03.941Z | Downloaded syn v2.0.101 |
347 | 2025-06-03T00:01:03.941Z | Downloaded rustix v0.38.37 |
348 | 2025-06-03T00:01:03.966Z | Downloaded rustix v0.37.28 |
349 | 2025-06-03T00:01:03.991Z | Downloaded hashbrown v0.15.3 |
350 | 2025-06-03T00:01:03.991Z | Downloaded clap_builder v4.5.35 |
351 | 2025-06-03T00:01:04.016Z | Downloaded memchr v2.7.4 |
352 | 2025-06-03T00:01:04.016Z | Downloaded indexmap v2.9.0 |
353 | 2025-06-03T00:01:04.016Z | Downloaded serde v1.0.219 |
354 | 2025-06-03T00:01:04.016Z | Downloaded unicode-ident v1.0.18 |
355 | 2025-06-03T00:01:04.016Z | Downloaded serde_derive v1.0.219 |
356 | 2025-06-03T00:01:04.042Z | Downloaded pest_meta v2.7.14 |
357 | 2025-06-03T00:01:04.042Z | Downloaded ucd-trie v0.1.7 |
358 | 2025-06-03T00:01:04.042Z | Downloaded typenum v1.17.0 |
359 | 2025-06-03T00:01:04.042Z | Downloaded textwrap v0.16.1 |
360 | 2025-06-03T00:01:04.042Z | Downloaded ryu v1.0.18 |
361 | 2025-06-03T00:01:04.042Z | Downloaded proc-macro2 v1.0.95 |
362 | 2025-06-03T00:01:04.042Z | Downloaded terminal_size v0.2.6 |
363 | 2025-06-03T00:01:04.042Z | Downloaded libc v0.2.172 |
364 | 2025-06-03T00:01:04.072Z | Downloaded papergrid v0.11.0 |
365 | 2025-06-03T00:01:04.096Z | Downloaded log v0.4.27 |
366 | 2025-06-03T00:01:04.097Z | Downloaded io-lifetimes v1.0.11 |
367 | 2025-06-03T00:01:04.097Z | Downloaded clap v4.5.35 |
368 | 2025-06-03T00:01:04.097Z | Downloaded cargo_metadata v0.19.2 |
369 | 2025-06-03T00:01:04.097Z | Downloaded anyhow v1.0.98 |
370 | 2025-06-03T00:01:04.121Z | Downloaded tempfile v3.13.0 |
371 | 2025-06-03T00:01:04.122Z | Downloaded sha2 v0.10.8 |
372 | 2025-06-03T00:01:04.122Z | Downloaded quote v1.0.40 |
373 | 2025-06-03T00:01:04.122Z | Downloaded camino v1.1.9 |
374 | 2025-06-03T00:01:04.122Z | Downloaded scroll v0.12.0 |
375 | 2025-06-03T00:01:04.122Z | Downloaded proc-macro-error-attr v1.0.4 |
376 | 2025-06-03T00:01:04.122Z | Downloaded proc-macro-error v1.0.4 |
377 | 2025-06-03T00:01:04.122Z | Downloaded pest_derive v2.7.14 |
378 | 2025-06-03T00:01:04.122Z | Downloaded heck v0.5.0 |
379 | 2025-06-03T00:01:04.122Z | Downloaded byteorder v1.5.0 |
380 | 2025-06-03T00:01:04.147Z | Downloaded thread-id v4.2.2 |
381 | 2025-06-03T00:01:04.147Z | Downloaded serde_tokenstream v0.2.2 |
382 | 2025-06-03T00:01:04.147Z | Downloaded serde_spanned v0.6.8 |
383 | 2025-06-03T00:01:04.147Z | Downloaded plain v0.2.3 |
384 | 2025-06-03T00:01:04.147Z | Downloaded once_cell v1.21.3 |
385 | 2025-06-03T00:01:04.147Z | Downloaded memmap v0.7.0 |
386 | 2025-06-03T00:01:04.147Z | Downloaded itoa v1.0.11 |
387 | 2025-06-03T00:01:04.147Z | Downloaded is_terminal_polyfill v1.70.1 |
388 | 2025-06-03T00:01:04.147Z | Downloaded heck v0.4.1 |
389 | 2025-06-03T00:01:04.147Z | Downloaded clap_derive v4.5.32 |
390 | 2025-06-03T00:01:04.147Z | Downloaded cargo_toml v0.21.0 |
391 | 2025-06-03T00:01:04.147Z | Downloaded cargo-platform v0.1.8 |
392 | 2025-06-03T00:01:04.147Z | Downloaded toml_write v0.1.1 |
393 | 2025-06-03T00:01:04.147Z | Downloaded toml_datetime v0.6.9 |
394 | 2025-06-03T00:01:04.147Z | Downloaded thiserror-impl v2.0.12 |
395 | 2025-06-03T00:01:04.147Z | Downloaded thiserror-impl v1.0.69 |
396 | 2025-06-03T00:01:04.147Z | Downloaded thiserror v1.0.69 |
397 | 2025-06-03T00:01:04.172Z | Downloaded terminal_size v0.4.0 |
398 | 2025-06-03T00:01:04.172Z | Downloaded tabled_derive v0.7.0 |
399 | 2025-06-03T00:01:04.172Z | Downloaded smawk v0.3.2 |
400 | 2025-06-03T00:01:04.172Z | Downloaded pest_generator v2.7.14 |
401 | 2025-06-03T00:01:04.172Z | Downloaded errno v0.3.9 |
402 | 2025-06-03T00:01:04.172Z | Downloaded cfg-if v1.0.0 |
403 | 2025-06-03T00:01:04.172Z | Downloaded utf8parse v0.2.2 |
404 | 2025-06-03T00:01:04.172Z | Downloaded strsim v0.11.1 |
405 | 2025-06-03T00:01:04.172Z | Downloaded macaddr v1.0.1 |
406 | 2025-06-03T00:01:04.173Z | Downloaded generic-array v0.14.7 |
407 | 2025-06-03T00:01:04.173Z | Downloaded fs-err v3.1.0 |
408 | 2025-06-03T00:01:04.173Z | Downloaded fnv v1.0.7 |
409 | 2025-06-03T00:01:04.173Z | Downloaded dof v0.3.0 |
410 | 2025-06-03T00:01:04.173Z | Downloaded crypto-common v0.1.6 |
411 | 2025-06-03T00:01:04.173Z | Downloaded colorchoice v1.0.2 |
412 | 2025-06-03T00:01:04.173Z | Downloaded clap_lex v0.7.4 |
413 | 2025-06-03T00:01:04.173Z | Downloaded bitflags v1.3.2 |
414 | 2025-06-03T00:01:04.198Z | Downloaded anstyle-parse v0.2.5 |
415 | 2025-06-03T00:01:04.198Z | Downloaded anstyle v1.0.10 |
416 | 2025-06-03T00:01:04.198Z | Downloaded cpufeatures v0.2.14 |
417 | 2025-06-03T00:01:04.199Z | Downloaded bitflags v2.9.0 |
418 | 2025-06-03T00:01:04.199Z | Downloaded usdt-attr-macro v0.5.0 |
419 | 2025-06-03T00:01:04.199Z | Downloaded anstream v0.6.18 |
420 | 2025-06-03T00:01:04.199Z | Downloaded pretty-hex v0.4.1 |
421 | 2025-06-03T00:01:04.199Z | Downloaded dtrace-parser v0.2.0 |
422 | 2025-06-03T00:01:04.199Z | Downloaded camino-tempfile v1.3.0 |
423 | 2025-06-03T00:01:04.199Z | Downloaded block-buffer v0.10.4 |
424 | 2025-06-03T00:01:04.199Z | Downloaded autocfg v1.4.0 |
425 | 2025-06-03T00:01:04.199Z | Downloaded digest v0.10.7 |
426 | 2025-06-03T00:01:04.199Z | Downloaded anstyle-query v1.1.1 |
427 | 2025-06-03T00:01:04.273Z | Compiling proc-macro2 v1.0.95 |
428 | 2025-06-03T00:01:04.273Z | Compiling unicode-ident v1.0.18 |
429 | 2025-06-03T00:01:04.273Z | Compiling libc v0.2.172 |
430 | 2025-06-03T00:01:04.298Z | Compiling serde v1.0.219 |
431 | 2025-06-03T00:01:04.298Z | Compiling version_check v0.9.5 |
432 | 2025-06-03T00:01:04.298Z | Compiling memchr v2.7.4 |
433 | 2025-06-03T00:01:04.298Z | Compiling thiserror v1.0.69 |
434 | 2025-06-03T00:01:04.323Z | Compiling ucd-trie v0.1.7 |
435 | 2025-06-03T00:01:04.631Z | Compiling itoa v1.0.11 |
436 | 2025-06-03T00:01:04.946Z | Compiling ryu v1.0.18 |
437 | 2025-06-03T00:01:04.971Z | Compiling once_cell v1.21.3 |
438 | 2025-06-03T00:01:05.167Z | Compiling byteorder v1.5.0 |
439 | 2025-06-03T00:01:05.266Z | Compiling rustix v0.38.37 |
440 | 2025-06-03T00:01:05.395Z | Compiling serde_json v1.0.140 |
441 | 2025-06-03T00:01:05.616Z | Compiling bitflags v2.9.0 |
442 | 2025-06-03T00:01:05.641Z | Compiling usdt-impl v0.5.0 |
443 | 2025-06-03T00:01:05.719Z | Compiling proc-macro-error-attr v1.0.4 |
444 | 2025-06-03T00:01:05.934Z | Compiling io-lifetimes v1.0.11 |
445 | 2025-06-03T00:01:05.983Z | Compiling syn v1.0.109 |
446 | 2025-06-03T00:01:06.046Z | Compiling proc-macro-error v1.0.4 |
447 | 2025-06-03T00:01:06.132Z | Compiling equivalent v1.0.2 |
448 | 2025-06-03T00:01:06.195Z | Compiling quote v1.0.40 |
449 | 2025-06-03T00:01:06.301Z | Compiling errno v0.3.9 |
450 | 2025-06-03T00:01:06.358Z | Compiling log v0.4.27 |
451 | 2025-06-03T00:01:06.507Z | Compiling utf8parse v0.2.2 |
452 | 2025-06-03T00:01:06.593Z | Compiling syn v2.0.101 |
453 | 2025-06-03T00:01:06.738Z | Compiling hashbrown v0.15.3 |
454 | 2025-06-03T00:01:06.791Z | Compiling plain v0.2.3 |
455 | 2025-06-03T00:01:06.822Z | Compiling camino v1.1.9 |
456 | 2025-06-03T00:01:06.853Z | Compiling rustix v0.37.28 |
457 | 2025-06-03T00:01:06.978Z | Compiling thread-id v4.2.2 |
458 | 2025-06-03T00:01:07.365Z | Compiling anstyle-parse v0.2.5 |
459 | 2025-06-03T00:01:07.838Z | Compiling unicode-width v0.1.14 |
460 | 2025-06-03T00:01:07.865Z | Compiling anstyle v1.0.10 |
461 | 2025-06-03T00:01:07.896Z | Compiling indexmap v2.9.0 |
462 | 2025-06-03T00:01:07.972Z | Compiling colorchoice v1.0.2 |
463 | 2025-06-03T00:01:08.089Z | Compiling winnow v0.7.10 |
464 | 2025-06-03T00:01:08.171Z | Compiling thiserror v2.0.12 |
465 | 2025-06-03T00:01:08.323Z | Compiling anstyle-query v1.1.1 |
466 | 2025-06-03T00:01:08.364Z | Compiling toml_write v0.1.1 |
467 | 2025-06-03T00:01:08.510Z | Compiling autocfg v1.4.0 |
468 | 2025-06-03T00:01:08.764Z | Compiling semver v1.0.26 |
469 | 2025-06-03T00:01:08.790Z | Compiling pretty-hex v0.4.1 |
470 | 2025-06-03T00:01:09.034Z | Compiling bitflags v1.3.2 |
471 | 2025-06-03T00:01:09.174Z | Compiling is_terminal_polyfill v1.70.1 |
472 | 2025-06-03T00:01:09.338Z | Compiling anstream v0.6.18 |
473 | 2025-06-03T00:01:09.373Z | Compiling terminal_size v0.4.0 |
474 | 2025-06-03T00:01:09.440Z | Compiling fs-err v3.1.0 |
475 | 2025-06-03T00:01:09.719Z | Compiling clap_lex v0.7.4 |
476 | 2025-06-03T00:01:09.771Z | Compiling fnv v1.0.7 |
477 | 2025-06-03T00:01:09.795Z | Compiling anyhow v1.0.98 |
478 | 2025-06-03T00:01:09.966Z | Compiling fastrand v2.1.1 |
479 | 2025-06-03T00:01:10.158Z | Compiling heck v0.4.1 |
480 | 2025-06-03T00:01:10.360Z | Compiling heck v0.5.0 |
481 | 2025-06-03T00:01:10.410Z | Compiling cfg-if v1.0.0 |
482 | 2025-06-03T00:01:10.481Z | Compiling bytecount v0.6.8 |
483 | 2025-06-03T00:01:10.521Z | Compiling strsim v0.11.1 |
484 | 2025-06-03T00:01:10.714Z | Compiling papergrid v0.11.0 |
485 | 2025-06-03T00:01:10.827Z | Compiling terminal_size v0.2.6 |
486 | 2025-06-03T00:01:10.945Z | Compiling tempfile v3.13.0 |
487 | 2025-06-03T00:01:10.973Z | Compiling clap_builder v4.5.35 |
488 | 2025-06-03T00:01:11.207Z | Compiling memmap v0.7.0 |
489 | 2025-06-03T00:01:11.231Z | Compiling unicode-linebreak v0.1.5 |
490 | 2025-06-03T00:01:11.352Z | Compiling smawk v0.3.2 |
491 | 2025-06-03T00:01:11.700Z | Compiling textwrap v0.16.1 |
492 | 2025-06-03T00:01:11.727Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
493 | 2025-06-03T00:01:12.127Z | Compiling swrite v0.1.0 |
494 | 2025-06-03T00:01:12.179Z | Compiling tabled_derive v0.7.0 |
495 | 2025-06-03T00:01:13.771Z | Compiling tabled v0.15.0 |
496 | 2025-06-03T00:01:13.815Z | Compiling serde_derive v1.0.219 |
497 | 2025-06-03T00:01:13.815Z | Compiling thiserror-impl v1.0.69 |
498 | 2025-06-03T00:01:13.840Z | Compiling zerocopy-derive v0.7.35 |
499 | 2025-06-03T00:01:13.840Z | Compiling scroll_derive v0.12.0 |
500 | 2025-06-03T00:01:13.840Z | Compiling thiserror-impl v2.0.12 |
501 | 2025-06-03T00:01:13.840Z | Compiling clap_derive v4.5.32 |
502 | 2025-06-03T00:01:15.087Z | Compiling scroll v0.12.0 |
503 | 2025-06-03T00:01:15.604Z | Compiling goblin v0.8.2 |
504 | 2025-06-03T00:01:15.720Z | Compiling zerocopy v0.7.35 |
505 | 2025-06-03T00:01:16.640Z | Compiling pest v2.7.14 |
506 | 2025-06-03T00:01:17.754Z | Compiling clap v4.5.35 |
507 | 2025-06-03T00:01:19.198Z | Compiling pest_meta v2.7.14 |
508 | 2025-06-03T00:01:20.424Z | Compiling pest_generator v2.7.14 |
509 | 2025-06-03T00:01:21.643Z | Compiling pest_derive v2.7.14 |
510 | 2025-06-03T00:01:22.324Z | Compiling dtrace-parser v0.2.0 |
511 | 2025-06-03T00:01:23.459Z | Compiling toml_datetime v0.6.9 |
512 | 2025-06-03T00:01:23.459Z | Compiling serde_spanned v0.6.8 |
513 | 2025-06-03T00:01:23.484Z | Compiling cargo-platform v0.1.8 |
514 | 2025-06-03T00:01:23.819Z | Compiling serde_tokenstream v0.2.2 |
515 | 2025-06-03T00:01:23.891Z | Compiling toml_edit v0.22.26 |
516 | 2025-06-03T00:01:23.958Z | Compiling macaddr v1.0.1 |
517 | 2025-06-03T00:01:24.132Z | Compiling camino-tempfile v1.3.0 |
518 | 2025-06-03T00:01:24.995Z | Compiling dof v0.3.0 |
519 | 2025-06-03T00:01:24.995Z | Compiling cargo_metadata v0.19.2 |
520 | 2025-06-03T00:01:26.696Z | Compiling usdt-attr-macro v0.5.0 |
521 | 2025-06-03T00:01:26.696Z | Compiling usdt-macro v0.5.0 |
522 | 2025-06-03T00:01:27.118Z | Compiling toml v0.8.22 |
523 | 2025-06-03T00:01:27.800Z | Compiling usdt v0.5.0 |
524 | 2025-06-03T00:01:27.922Z | Compiling cargo_toml v0.21.0 |
525 | 2025-06-03T00:01:31.260Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
526 | 2025-06-03T00:01:35.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
527 | 2025-06-03T00:01:35.701Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
528 | 2025-06-03T00:01:36.666Z | Downloading crates ... |
529 | 2025-06-03T00:01:36.827Z | Downloaded addr2line v0.24.2 |
530 | 2025-06-03T00:01:36.869Z | Downloaded cstr-argument v0.1.2 |
531 | 2025-06-03T00:01:36.894Z | Downloaded crunchy v0.2.2 |
532 | 2025-06-03T00:01:36.894Z | Downloaded bit-vec v0.8.0 |
533 | 2025-06-03T00:01:36.918Z | Downloaded indent_write v2.2.0 |
534 | 2025-06-03T00:01:36.918Z | Downloaded crossbeam-utils v0.8.21 |
535 | 2025-06-03T00:01:36.944Z | Downloaded instant v0.1.13 |
536 | 2025-06-03T00:01:36.944Z | Downloaded hubpack_derive v0.1.1 |
537 | 2025-06-03T00:01:36.944Z | Downloaded hostname v0.4.0 |
538 | 2025-06-03T00:01:36.944Z | Downloaded md5 v0.7.0 |
539 | 2025-06-03T00:01:36.969Z | Downloaded smf v0.2.3 |
540 | 2025-06-03T00:01:36.969Z | Downloaded smallvec v1.14.0 |
541 | 2025-06-03T00:01:36.969Z | Downloaded sqlparser_derive v0.2.2 |
542 | 2025-06-03T00:01:36.969Z | Downloaded tinyvec_macros v0.1.1 |
543 | 2025-06-03T00:01:37.002Z | Downloaded xshell-macros v0.2.7 |
544 | 2025-06-03T00:01:37.045Z | Downloaded diesel_table_macro_syntax v0.2.0 |
545 | 2025-06-03T00:01:37.071Z | Downloaded num-conv v0.1.0 |
546 | 2025-06-03T00:01:37.071Z | Downloaded num-derive v0.3.3 |
547 | 2025-06-03T00:01:37.104Z | Downloaded want v0.3.1 |
548 | 2025-06-03T00:01:37.136Z | Downloaded waitgroup v0.1.2 |
549 | 2025-06-03T00:01:37.163Z | Downloaded num-rational v0.4.2 |
550 | 2025-06-03T00:01:37.188Z | Downloaded strum v0.26.3 |
551 | 2025-06-03T00:01:37.188Z | Downloaded openssl-macros v0.1.1 |
552 | 2025-06-03T00:01:37.217Z | Downloaded supports-color v3.0.2 |
553 | 2025-06-03T00:01:37.242Z | Downloaded time-core v0.1.2 |
554 | 2025-06-03T00:01:37.268Z | Downloaded oxnet v0.1.2 |
555 | 2025-06-03T00:01:37.268Z | Downloaded ref-cast v1.0.24 |
556 | 2025-06-03T00:01:37.293Z | Downloaded rustversion v1.0.17 |
557 | 2025-06-03T00:01:37.293Z | Downloaded serde-big-array v0.5.1 |
558 | 2025-06-03T00:01:37.293Z | Downloaded fixedbitset v0.5.7 |
559 | 2025-06-03T00:01:37.293Z | Downloaded yoke-derive v0.7.4 |
560 | 2025-06-03T00:01:37.319Z | Downloaded tabled_derive v0.10.0 |
561 | 2025-06-03T00:01:37.319Z | Downloaded serde_with_macros v3.12.0 |
562 | 2025-06-03T00:01:37.319Z | Downloaded serde_yaml v0.9.34+deprecated |
563 | 2025-06-03T00:01:37.319Z | Downloaded semver v0.1.20 |
564 | 2025-06-03T00:01:37.319Z | Downloaded zip v2.6.1 |
565 | 2025-06-03T00:01:37.344Z | Downloaded xz2 v0.1.7 |
566 | 2025-06-03T00:01:37.344Z | Downloaded elliptic-curve v0.13.8 |
567 | 2025-06-03T00:01:37.344Z | Downloaded serde_with v3.12.0 |
568 | 2025-06-03T00:01:37.370Z | Downloaded yoke v0.7.4 |
569 | 2025-06-03T00:01:37.370Z | Downloaded rand v0.9.0 |
570 | 2025-06-03T00:01:37.370Z | Downloaded icu_properties_data v1.5.0 |
571 | 2025-06-03T00:01:37.394Z | Downloaded zerocopy v0.6.6 |
572 | 2025-06-03T00:01:37.394Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
573 | 2025-06-03T00:01:37.419Z | Downloaded yansi v1.0.1 |
574 | 2025-06-03T00:01:37.419Z | Downloaded tokio-util v0.7.13 |
575 | 2025-06-03T00:01:37.419Z | Downloaded quinn-proto v0.11.8 |
576 | 2025-06-03T00:01:37.445Z | Downloaded rustyline v14.0.0 |
577 | 2025-06-03T00:01:37.445Z | Downloaded reedline v0.38.0 |
578 | 2025-06-03T00:01:37.445Z | Downloaded tough v0.20.0 |
579 | 2025-06-03T00:01:37.469Z | Downloaded salty v0.3.0 |
580 | 2025-06-03T00:01:37.469Z | Downloaded rustls-webpki v0.102.8 |
581 | 2025-06-03T00:01:37.494Z | Downloaded p384 v0.13.0 |
582 | 2025-06-03T00:01:37.519Z | Downloaded tabled v0.18.0 |
583 | 2025-06-03T00:01:37.519Z | Downloaded regex v1.11.1 |
584 | 2025-06-03T00:01:37.544Z | Downloaded openssl v0.10.72 |
585 | 2025-06-03T00:01:37.544Z | Downloaded tokio v1.45.0 |
586 | 2025-06-03T00:01:37.590Z | Downloaded smoltcp v0.11.0 |
587 | 2025-06-03T00:01:37.615Z | Downloaded zerocopy v0.8.25 |
588 | 2025-06-03T00:01:37.640Z | Downloaded ratatui v0.29.0 |
589 | 2025-06-03T00:01:37.666Z | Downloaded object v0.36.5 |
590 | 2025-06-03T00:01:37.690Z | Downloaded openapiv3 v2.0.0 |
591 | 2025-06-03T00:01:37.715Z | Downloaded typify-impl v0.2.0 |
592 | 2025-06-03T00:01:37.715Z | Downloaded petgraph v0.7.1 |
593 | 2025-06-03T00:01:37.740Z | Downloaded typify-impl v0.3.0 |
594 | 2025-06-03T00:01:37.765Z | Downloaded petgraph v0.6.5 |
595 | 2025-06-03T00:01:37.789Z | Downloaded sled v0.34.7 |
596 | 2025-06-03T00:01:37.789Z | Downloaded sha3 v0.10.8 |
597 | 2025-06-03T00:01:37.814Z | Downloaded typify-impl v0.4.1 |
598 | 2025-06-03T00:01:37.814Z | Downloaded object v0.30.4 |
599 | 2025-06-03T00:01:37.839Z | Downloaded radix_trie v0.2.1 |
600 | 2025-06-03T00:01:37.839Z | Downloaded polar-core v0.27.3 |
601 | 2025-06-03T00:01:37.864Z | Downloaded zerocopy-derive v0.6.6 |
602 | 2025-06-03T00:01:37.864Z | Downloaded jiff v0.2.13 |
603 | 2025-06-03T00:01:37.889Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
604 | 2025-06-03T00:01:37.913Z | Downloaded lzma-sys v0.1.20 |
605 | 2025-06-03T00:01:37.944Z | Downloaded curve25519-dalek v4.1.3 |
606 | 2025-06-03T00:01:37.968Z | Downloaded quick-xml v0.37.2 |
607 | 2025-06-03T00:01:37.968Z | Downloaded libz-sys v1.1.20 |
608 | 2025-06-03T00:01:37.993Z | Downloaded csv v1.3.1 |
609 | 2025-06-03T00:01:38.018Z | Downloaded vcpkg v0.2.15 |
610 | 2025-06-03T00:01:38.065Z | Downloaded nix v0.28.0 |
611 | 2025-06-03T00:01:38.090Z | Downloaded time v0.3.36 |
612 | 2025-06-03T00:01:38.090Z | Downloaded nix v0.27.1 |
613 | 2025-06-03T00:01:38.115Z | Downloaded flate2 v1.1.1 |
614 | 2025-06-03T00:01:38.115Z | Downloaded dropshot v0.16.2 |
615 | 2025-06-03T00:01:38.140Z | Downloaded proptest v1.6.0 |
616 | 2025-06-03T00:01:38.165Z | Downloaded sec1 v0.7.3 |
617 | 2025-06-03T00:01:38.165Z | Downloaded schemars v0.8.22 |
618 | 2025-06-03T00:01:38.165Z | Downloaded samael v0.0.18 |
619 | 2025-06-03T00:01:38.190Z | Downloaded ring v0.17.14 |
620 | 2025-06-03T00:01:38.226Z | Downloaded toml_edit v0.19.15 |
621 | 2025-06-03T00:01:38.251Z | Downloaded ed25519-dalek v2.1.1 |
622 | 2025-06-03T00:01:38.251Z | Downloaded regex-automata v0.4.8 |
623 | 2025-06-03T00:01:38.276Z | Downloaded yasna v0.5.2 |
624 | 2025-06-03T00:01:38.276Z | Downloaded topological-sort v0.2.2 |
625 | 2025-06-03T00:01:38.301Z | Downloaded rayon-core v1.12.1 |
626 | 2025-06-03T00:01:38.301Z | Downloaded rayon v1.10.0 |
627 | 2025-06-03T00:01:38.301Z | Downloaded openssl-sys v0.9.107 |
628 | 2025-06-03T00:01:38.301Z | Downloaded gimli v0.31.1 |
629 | 2025-06-03T00:01:38.326Z | Downloaded lalrpop v0.19.12 |
630 | 2025-06-03T00:01:38.326Z | Downloaded sct v0.7.1 |
631 | 2025-06-03T00:01:38.350Z | Downloaded same-file v1.0.6 |
632 | 2025-06-03T00:01:38.350Z | Downloaded toml v0.7.8 |
633 | 2025-06-03T00:01:38.350Z | Downloaded p256 v0.13.2 |
634 | 2025-06-03T00:01:38.350Z | Downloaded rcgen v0.12.1 |
635 | 2025-06-03T00:01:38.350Z | Downloaded portable-atomic v1.11.0 |
636 | 2025-06-03T00:01:38.375Z | Downloaded zerovec v0.10.4 |
637 | 2025-06-03T00:01:38.375Z | Downloaded test-strategy v0.4.0 |
638 | 2025-06-03T00:01:38.376Z | Downloaded git2 v0.19.0 |
639 | 2025-06-03T00:01:38.376Z | Downloaded secrecy v0.10.3 |
640 | 2025-06-03T00:01:38.401Z | Downloaded secrecy v0.8.0 |
641 | 2025-06-03T00:01:38.401Z | Downloaded scrypt v0.11.0 |
642 | 2025-06-03T00:01:38.401Z | Downloaded scopeguard v1.2.0 |
643 | 2025-06-03T00:01:38.401Z | Downloaded schemars_derive v0.8.22 |
644 | 2025-06-03T00:01:38.401Z | Downloaded scheduled-thread-pool v0.2.7 |
645 | 2025-06-03T00:01:38.401Z | Downloaded salsa20 v0.10.2 |
646 | 2025-06-03T00:01:38.401Z | Downloaded float-cmp v0.10.0 |
647 | 2025-06-03T00:01:38.401Z | Downloaded omicron-zone-package v0.12.2 |
648 | 2025-06-03T00:01:38.401Z | Downloaded encoding_rs v0.8.34 |
649 | 2025-06-03T00:01:38.425Z | Downloaded nix v0.29.0 |
650 | 2025-06-03T00:01:38.450Z | Downloaded serde_cbor v0.11.2 |
651 | 2025-06-03T00:01:38.450Z | Downloaded expectorate v1.2.0 |
652 | 2025-06-03T00:01:38.450Z | Downloaded zerocopy-derive v0.8.25 |
653 | 2025-06-03T00:01:38.475Z | Downloaded tokio-tungstenite v0.23.1 |
654 | 2025-06-03T00:01:38.475Z | Downloaded diesel v2.2.10 |
655 | 2025-06-03T00:01:38.499Z | Downloaded serde_bytes v0.11.17 |
656 | 2025-06-03T00:01:38.500Z | Downloaded serde-hex v0.1.0 |
657 | 2025-06-03T00:01:38.500Z | Downloaded zip v0.6.6 |
658 | 2025-06-03T00:01:38.500Z | Downloaded serde_urlencoded v0.7.1 |
659 | 2025-06-03T00:01:38.500Z | Downloaded serde_repr v0.1.19 |
660 | 2025-06-03T00:01:38.500Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
661 | 2025-06-03T00:01:38.565Z | Downloaded serde_plain v1.0.2 |
662 | 2025-06-03T00:01:38.590Z | Downloaded serde_path_to_error v0.1.17 |
663 | 2025-06-03T00:01:38.590Z | Downloaded serde_derive_internals v0.29.1 |
664 | 2025-06-03T00:01:38.590Z | Downloaded fatfs v0.3.6 |
665 | 2025-06-03T00:01:38.590Z | Downloaded zopfli v0.8.1 |
666 | 2025-06-03T00:01:38.590Z | Downloaded flume v0.11.1 |
667 | 2025-06-03T00:01:38.590Z | Downloaded fixedbitset v0.4.2 |
668 | 2025-06-03T00:01:38.590Z | Downloaded fd-lock v4.0.2 |
669 | 2025-06-03T00:01:38.590Z | Downloaded fallible-iterator v0.2.0 |
670 | 2025-06-03T00:01:38.590Z | Downloaded zstd-safe v7.2.3 |
671 | 2025-06-03T00:01:38.591Z | Downloaded zstd v0.13.3 |
672 | 2025-06-03T00:01:38.616Z | Downloaded zone v0.3.1 |
673 | 2025-06-03T00:01:38.616Z | Downloaded zone v0.1.8 |
674 | 2025-06-03T00:01:38.616Z | Downloaded zerovec-derive v0.10.3 |
675 | 2025-06-03T00:01:38.616Z | Downloaded zeroize_derive v1.4.2 |
676 | 2025-06-03T00:01:38.616Z | Downloaded zeroize v1.8.1 |
677 | 2025-06-03T00:01:38.616Z | Downloaded zerofrom-derive v0.1.4 |
678 | 2025-06-03T00:01:38.616Z | Downloaded petname v2.0.2 |
679 | 2025-06-03T00:01:38.616Z | Downloaded float-ord v0.3.2 |
680 | 2025-06-03T00:01:38.616Z | Downloaded flagset v0.4.6 |
681 | 2025-06-03T00:01:38.616Z | Downloaded filetime v0.2.25 |
682 | 2025-06-03T00:01:38.616Z | Downloaded ff v0.13.0 |
683 | 2025-06-03T00:01:38.616Z | Downloaded zone_cfg_derive v0.3.0 |
684 | 2025-06-03T00:01:38.641Z | Downloaded zone_cfg_derive v0.1.2 |
685 | 2025-06-03T00:01:38.641Z | Downloaded zerofrom v0.1.4 |
686 | 2025-06-03T00:01:38.641Z | Downloaded rusty-fork v0.3.0 |
687 | 2025-06-03T00:01:38.641Z | Downloaded rand_xorshift v0.3.0 |
688 | 2025-06-03T00:01:38.641Z | Downloaded rand_core v0.9.2 |
689 | 2025-06-03T00:01:38.641Z | Downloaded rand_core v0.6.4 |
690 | 2025-06-03T00:01:38.666Z | Downloaded foldhash v0.1.3 |
691 | 2025-06-03T00:01:38.666Z | Downloaded tokio-tungstenite v0.21.0 |
692 | 2025-06-03T00:01:38.666Z | Downloaded oso v0.27.3 |
693 | 2025-06-03T00:01:38.666Z | Downloaded h2 v0.4.6 |
694 | 2025-06-03T00:01:38.666Z | Downloaded rustls v0.23.19 |
695 | 2025-06-03T00:01:38.666Z | Downloaded rustls v0.22.4 |
696 | 2025-06-03T00:01:38.691Z | Downloaded regex-syntax v0.8.5 |
697 | 2025-06-03T00:01:38.691Z | Downloaded hickory-proto v0.24.4 |
698 | 2025-06-03T00:01:38.716Z | Downloaded ref-cast-impl v1.0.24 |
699 | 2025-06-03T00:01:38.716Z | Downloaded rand_seeder v0.3.0 |
700 | 2025-06-03T00:01:38.716Z | Downloaded term v0.7.0 |
701 | 2025-06-03T00:01:38.716Z | Downloaded tar v0.4.44 |
702 | 2025-06-03T00:01:38.716Z | Downloaded env_logger v0.11.5 |
703 | 2025-06-03T00:01:38.741Z | Downloaded env_logger v0.10.2 |
704 | 2025-06-03T00:01:38.741Z | Downloaded ecdsa v0.16.9 |
705 | 2025-06-03T00:01:38.741Z | Downloaded dropshot_endpoint v0.16.2 |
706 | 2025-06-03T00:01:38.741Z | Downloaded displaydoc v0.2.5 |
707 | 2025-06-03T00:01:38.741Z | Downloaded darling_core v0.20.10 |
708 | 2025-06-03T00:01:38.741Z | Downloaded darling v0.20.10 |
709 | 2025-06-03T00:01:38.766Z | Downloaded daft-derive v0.1.3 |
710 | 2025-06-03T00:01:38.766Z | Downloaded csv-core v0.1.11 |
711 | 2025-06-03T00:01:38.766Z | Downloaded num-traits v0.2.19 |
712 | 2025-06-03T00:01:38.766Z | Downloaded getrandom v0.3.1 |
713 | 2025-06-03T00:01:38.766Z | Downloaded snafu v0.8.5 |
714 | 2025-06-03T00:01:38.766Z | Downloaded rand v0.8.5 |
715 | 2025-06-03T00:01:38.791Z | Downloaded p521 v0.13.3 |
716 | 2025-06-03T00:01:38.791Z | Downloaded typed-path v0.9.3 |
717 | 2025-06-03T00:01:38.791Z | Downloaded unicode-width v0.2.0 |
718 | 2025-06-03T00:01:38.791Z | Downloaded regress v0.10.3 |
719 | 2025-06-03T00:01:38.816Z | Downloaded thread_local v1.1.8 |
720 | 2025-06-03T00:01:38.816Z | Downloaded thiserror-no-std v2.0.2 |
721 | 2025-06-03T00:01:38.816Z | Downloaded thiserror-impl-no-std v2.0.2 |
722 | 2025-06-03T00:01:38.816Z | Downloaded termtree v0.5.1 |
723 | 2025-06-03T00:01:38.816Z | Downloaded termios v0.3.3 |
724 | 2025-06-03T00:01:38.816Z | Downloaded termcolor v1.4.1 |
725 | 2025-06-03T00:01:38.816Z | Downloaded tap v1.0.1 |
726 | 2025-06-03T00:01:38.842Z | Downloaded take_mut v0.2.2 |
727 | 2025-06-03T00:01:38.842Z | Downloaded tabwriter v1.4.0 |
728 | 2025-06-03T00:01:38.842Z | Downloaded env_filter v0.1.2 |
729 | 2025-06-03T00:01:38.842Z | Downloaded ena v0.14.3 |
730 | 2025-06-03T00:01:38.842Z | Downloaded embedded-io v0.4.0 |
731 | 2025-06-03T00:01:38.842Z | Downloaded either v1.14.0 |
732 | 2025-06-03T00:01:38.842Z | Downloaded ed25519 v2.2.3 |
733 | 2025-06-03T00:01:38.842Z | Downloaded dyn-clone v1.0.19 |
734 | 2025-06-03T00:01:38.842Z | Downloaded dunce v1.0.5 |
735 | 2025-06-03T00:01:38.843Z | Downloaded dsl_auto_type v0.1.2 |
736 | 2025-06-03T00:01:38.843Z | Downloaded document-features v0.2.10 |
737 | 2025-06-03T00:01:38.843Z | Downloaded display-error-chain v0.2.2 |
738 | 2025-06-03T00:01:38.843Z | Downloaded daft v0.1.3 |
739 | 2025-06-03T00:01:38.843Z | Downloaded curve25519-dalek-derive v0.1.1 |
740 | 2025-06-03T00:01:38.843Z | Downloaded owo-colors v4.2.0 |
741 | 2025-06-03T00:01:38.868Z | Downloaded futures-core v0.3.31 |
742 | 2025-06-03T00:01:38.868Z | Downloaded futures v0.3.31 |
743 | 2025-06-03T00:01:38.868Z | Downloaded form_urlencoded v1.2.1 |
744 | 2025-06-03T00:01:38.868Z | Downloaded foreign-types-macros v0.2.3 |
745 | 2025-06-03T00:01:38.868Z | Downloaded foreign-types v0.5.0 |
746 | 2025-06-03T00:01:38.868Z | Downloaded sqlformat v0.3.5 |
747 | 2025-06-03T00:01:38.868Z | Downloaded similar v2.7.0 |
748 | 2025-06-03T00:01:38.868Z | Downloaded signal-hook v0.3.17 |
749 | 2025-06-03T00:01:38.868Z | Downloaded quinn v0.11.5 |
750 | 2025-06-03T00:01:38.893Z | Downloaded webpki-roots v0.26.6 |
751 | 2025-06-03T00:01:38.894Z | Downloaded rustls v0.21.12 |
752 | 2025-06-03T00:01:38.894Z | Downloaded num_threads v0.1.7 |
753 | 2025-06-03T00:01:38.894Z | Downloaded num_enum_derive v0.5.11 |
754 | 2025-06-03T00:01:38.894Z | Downloaded num_enum v0.5.11 |
755 | 2025-06-03T00:01:38.919Z | Downloaded ghash v0.5.1 |
756 | 2025-06-03T00:01:38.919Z | Downloaded futures-sink v0.3.31 |
757 | 2025-06-03T00:01:38.919Z | Downloaded futures-channel v0.3.31 |
758 | 2025-06-03T00:01:38.919Z | Downloaded funty v2.0.0 |
759 | 2025-06-03T00:01:38.919Z | Downloaded fs_extra v1.3.0 |
760 | 2025-06-03T00:01:38.919Z | Downloaded fs-err v2.11.0 |
761 | 2025-06-03T00:01:38.919Z | Downloaded foreign-types-shared v0.3.1 |
762 | 2025-06-03T00:01:38.919Z | Downloaded subprocess v0.2.9 |
763 | 2025-06-03T00:01:38.919Z | Downloaded spin v0.9.8 |
764 | 2025-06-03T00:01:38.919Z | Downloaded socket2 v0.5.9 |
765 | 2025-06-03T00:01:38.919Z | Downloaded snafu-derive v0.8.5 |
766 | 2025-06-03T00:01:38.944Z | Downloaded slog-term v2.9.1 |
767 | 2025-06-03T00:01:38.944Z | Downloaded slog v2.7.0 |
768 | 2025-06-03T00:01:38.944Z | Downloaded qorb v0.3.1 |
769 | 2025-06-03T00:01:38.944Z | Downloaded publicsuffix v2.3.0 |
770 | 2025-06-03T00:01:38.944Z | Downloaded parking_lot v0.12.3 |
771 | 2025-06-03T00:01:38.944Z | Downloaded num-bigint-dig v0.8.4 |
772 | 2025-06-03T00:01:38.944Z | Downloaded smoltcp v0.9.1 |
773 | 2025-06-03T00:01:38.969Z | Downloaded regex-syntax v0.6.29 |
774 | 2025-06-03T00:01:38.969Z | Downloaded itertools v0.12.1 |
775 | 2025-06-03T00:01:38.994Z | Downloaded enum-as-inner v0.6.1 |
776 | 2025-06-03T00:01:38.994Z | Downloaded endian-type v0.1.2 |
777 | 2025-06-03T00:01:38.994Z | Downloaded embedded-io v0.6.1 |
778 | 2025-06-03T00:01:38.994Z | Downloaded rand_chacha v0.9.0 |
779 | 2025-06-03T00:01:38.994Z | Downloaded rand_chacha v0.3.1 |
780 | 2025-06-03T00:01:38.995Z | Downloaded oso-derive v0.27.3 |
781 | 2025-06-03T00:01:38.995Z | Downloaded openssl-probe v0.1.5 |
782 | 2025-06-03T00:01:38.995Z | Downloaded opaque-debug v0.3.1 |
783 | 2025-06-03T00:01:38.995Z | Downloaded olpc-cjson v0.1.4 |
784 | 2025-06-03T00:01:38.995Z | Downloaded number_prefix v0.4.0 |
785 | 2025-06-03T00:01:38.995Z | Downloaded glob v0.3.2 |
786 | 2025-06-03T00:01:38.995Z | Downloaded futures-macro v0.3.31 |
787 | 2025-06-03T00:01:38.995Z | Downloaded futures-io v0.3.31 |
788 | 2025-06-03T00:01:38.995Z | Downloaded foreign-types-shared v0.1.1 |
789 | 2025-06-03T00:01:39.023Z | Downloaded foreign-types v0.3.2 |
790 | 2025-06-03T00:01:39.023Z | Downloaded synstructure v0.13.1 |
791 | 2025-06-03T00:01:39.023Z | Downloaded sync_wrapper v1.0.1 |
792 | 2025-06-03T00:01:39.023Z | Downloaded support-bundle-viewer v0.1.0 |
793 | 2025-06-03T00:01:39.023Z | Downloaded strum_macros v0.26.4 |
794 | 2025-06-03T00:01:39.023Z | Downloaded strum_macros v0.24.3 |
795 | 2025-06-03T00:01:39.023Z | Downloaded slog-dtrace v0.3.0 |
796 | 2025-06-03T00:01:39.023Z | Downloaded siphasher v0.3.11 |
797 | 2025-06-03T00:01:39.023Z | Downloaded simd-adler32 v0.3.7 |
798 | 2025-06-03T00:01:39.023Z | Downloaded sigpipe v0.1.3 |
799 | 2025-06-03T00:01:39.023Z | Downloaded signature v2.2.0 |
800 | 2025-06-03T00:01:39.023Z | Downloaded signal-hook-tokio v0.3.1 |
801 | 2025-06-03T00:01:39.024Z | Downloaded signal-hook-registry v1.4.2 |
802 | 2025-06-03T00:01:39.024Z | Downloaded signal-hook-mio v0.2.4 |
803 | 2025-06-03T00:01:39.024Z | Downloaded shlex v1.3.0 |
804 | 2025-06-03T00:01:39.024Z | Downloaded shell-words v1.1.0 |
805 | 2025-06-03T00:01:39.049Z | Downloaded sha1 v0.10.6 |
806 | 2025-06-03T00:01:39.049Z | Downloaded parking_lot_core v0.9.10 |
807 | 2025-06-03T00:01:39.049Z | Downloaded papergrid v0.14.0 |
808 | 2025-06-03T00:01:39.049Z | Downloaded half v1.8.3 |
809 | 2025-06-03T00:01:39.049Z | Downloaded tracing v0.1.40 |
810 | 2025-06-03T00:01:39.049Z | Downloaded tower v0.5.2 |
811 | 2025-06-03T00:01:39.074Z | Downloaded pretty_assertions v1.4.1 |
812 | 2025-06-03T00:01:39.074Z | Downloaded num-bigint v0.4.6 |
813 | 2025-06-03T00:01:39.074Z | Downloaded nom v7.1.3 |
814 | 2025-06-03T00:01:39.074Z | Downloaded hashbrown v0.13.2 |
815 | 2025-06-03T00:01:39.100Z | Downloaded futures-util v0.3.31 |
816 | 2025-06-03T00:01:39.100Z | Downloaded hyper v1.6.0 |
817 | 2025-06-03T00:01:39.127Z | Downloaded aws-lc-rs v1.12.4 |
818 | 2025-06-03T00:01:39.127Z | Downloaded subtle v2.6.1 |
819 | 2025-06-03T00:01:39.127Z | Downloaded strum_macros v0.25.3 |
820 | 2025-06-03T00:01:39.127Z | Downloaded spki v0.7.3 |
821 | 2025-06-03T00:01:39.127Z | Downloaded slog-stdlog v4.1.1 |
822 | 2025-06-03T00:01:39.127Z | Downloaded slog-scope v4.4.0 |
823 | 2025-06-03T00:01:39.127Z | Downloaded slog-json v2.6.1 |
824 | 2025-06-03T00:01:39.152Z | Downloaded slog-envlogger v2.2.0 |
825 | 2025-06-03T00:01:39.152Z | Downloaded parse-display-derive v0.10.0 |
826 | 2025-06-03T00:01:39.152Z | Downloaded parking_lot_core v0.8.6 |
827 | 2025-06-03T00:01:39.152Z | Downloaded parking_lot v0.11.2 |
828 | 2025-06-03T00:01:39.152Z | Downloaded half v2.4.1 |
829 | 2025-06-03T00:01:39.152Z | Downloaded url v2.5.3 |
830 | 2025-06-03T00:01:39.152Z | Downloaded typify v0.4.1 |
831 | 2025-06-03T00:01:39.152Z | Downloaded tungstenite v0.23.0 |
832 | 2025-06-03T00:01:39.177Z | Downloaded tungstenite v0.21.0 |
833 | 2025-06-03T00:01:39.177Z | Downloaded parse-zoneinfo v0.3.1 |
834 | 2025-06-03T00:01:39.177Z | Downloaded itertools v0.13.0 |
835 | 2025-06-03T00:01:39.178Z | Downloaded sync-ptr v0.1.1 |
836 | 2025-06-03T00:01:39.178Z | Downloaded smallvec v0.6.14 |
837 | 2025-06-03T00:01:39.178Z | Downloaded slog-async v2.8.0 |
838 | 2025-06-03T00:01:39.178Z | Downloaded slab v0.4.9 |
839 | 2025-06-03T00:01:39.178Z | Downloaded uuid v1.16.0 |
840 | 2025-06-03T00:01:39.203Z | Downloaded typify v0.3.0 |
841 | 2025-06-03T00:01:39.203Z | Downloaded tracing-core v0.1.32 |
842 | 2025-06-03T00:01:39.203Z | Downloaded progenitor-impl v0.10.0 |
843 | 2025-06-03T00:01:39.203Z | Downloaded hashbrown v0.12.3 |
844 | 2025-06-03T00:01:39.203Z | Downloaded winnow v0.6.26 |
845 | 2025-06-03T00:01:39.229Z | Downloaded winnow v0.5.40 |
846 | 2025-06-03T00:01:39.229Z | Downloaded sqlparser v0.45.0 |
847 | 2025-06-03T00:01:39.229Z | Downloaded libm v0.2.8 |
848 | 2025-06-03T00:01:39.254Z | Downloaded itertools v0.14.0 |
849 | 2025-06-03T00:01:39.254Z | Downloaded itertools v0.10.5 |
850 | 2025-06-03T00:01:39.279Z | Downloaded idna v1.0.3 |
851 | 2025-06-03T00:01:39.279Z | Downloaded chrono-tz v0.10.3 |
852 | 2025-06-03T00:01:39.279Z | Downloaded bstr v1.10.0 |
853 | 2025-06-03T00:01:39.304Z | Downloaded slog-bunyan v2.5.0 |
854 | 2025-06-03T00:01:39.304Z | Downloaded radium v0.7.0 |
855 | 2025-06-03T00:01:39.304Z | Downloaded r2d2 v0.8.10 |
856 | 2025-06-03T00:01:39.304Z | Downloaded quinn-udp v0.5.5 |
857 | 2025-06-03T00:01:39.304Z | Downloaded quick-error v1.2.3 |
858 | 2025-06-03T00:01:39.304Z | Downloaded psl-types v2.0.11 |
859 | 2025-06-03T00:01:39.304Z | Downloaded parse-display v0.10.0 |
860 | 2025-06-03T00:01:39.304Z | Downloaded packed_struct_codegen v0.10.1 |
861 | 2025-06-03T00:01:39.304Z | Downloaded packed_struct v0.10.1 |
862 | 2025-06-03T00:01:39.304Z | Downloaded num-derive v0.4.2 |
863 | 2025-06-03T00:01:39.304Z | Downloaded group v0.13.0 |
864 | 2025-06-03T00:01:39.330Z | Downloaded globset v0.4.15 |
865 | 2025-06-03T00:01:39.330Z | Downloaded vergen v8.3.2 |
866 | 2025-06-03T00:01:39.330Z | Downloaded value-bag v1.9.0 |
867 | 2025-06-03T00:01:39.330Z | Downloaded unicode-bidi v0.3.17 |
868 | 2025-06-03T00:01:39.330Z | Downloaded typify v0.2.0 |
869 | 2025-06-03T00:01:39.330Z | Downloaded twox-hash v2.1.0 |
870 | 2025-06-03T00:01:39.330Z | Downloaded prettyplease v0.2.32 |
871 | 2025-06-03T00:01:39.330Z | Downloaded postgres-types v0.2.9 |
872 | 2025-06-03T00:01:39.330Z | Downloaded pin-project-lite v0.2.14 |
873 | 2025-06-03T00:01:39.356Z | Downloaded pin-project v1.1.6 |
874 | 2025-06-03T00:01:39.356Z | Downloaded peg v0.8.5 |
875 | 2025-06-03T00:01:39.356Z | Downloaded heapless v0.8.0 |
876 | 2025-06-03T00:01:39.383Z | Downloaded heapless v0.7.17 |
877 | 2025-06-03T00:01:39.383Z | Downloaded libxml v0.3.3 |
878 | 2025-06-03T00:01:39.383Z | Downloaded bitvec v1.0.1 |
879 | 2025-06-03T00:01:39.409Z | Downloaded bindgen v0.69.5 |
880 | 2025-06-03T00:01:39.409Z | Downloaded num-iter v0.1.45 |
881 | 2025-06-03T00:01:39.409Z | Downloaded num-integer v0.1.46 |
882 | 2025-06-03T00:01:39.409Z | Downloaded hash32 v0.2.1 |
883 | 2025-06-03T00:01:39.434Z | Downloaded walkdir v2.5.0 |
884 | 2025-06-03T00:01:39.434Z | Downloaded vte v0.11.1 |
885 | 2025-06-03T00:01:39.435Z | Downloaded vsss-rs v3.3.4 |
886 | 2025-06-03T00:01:39.435Z | Downloaded uzers v0.12.1 |
887 | 2025-06-03T00:01:39.435Z | Downloaded utf8_iter v1.0.4 |
888 | 2025-06-03T00:01:39.435Z | Downloaded typify-macro v0.4.1 |
889 | 2025-06-03T00:01:39.435Z | Downloaded typify-macro v0.3.0 |
890 | 2025-06-03T00:01:39.435Z | Downloaded tui-tree-widget v0.23.0 |
891 | 2025-06-03T00:01:39.435Z | Downloaded try-lock v0.2.5 |
892 | 2025-06-03T00:01:39.435Z | Downloaded tracing-attributes v0.1.27 |
893 | 2025-06-03T00:01:39.435Z | Downloaded tower-service v0.3.3 |
894 | 2025-06-03T00:01:39.435Z | Downloaded tower-layer v0.3.3 |
895 | 2025-06-03T00:01:39.460Z | Downloaded progenitor-impl v0.9.1 |
896 | 2025-06-03T00:01:39.460Z | Downloaded progenitor-impl v0.8.0 |
897 | 2025-06-03T00:01:39.460Z | Downloaded proc-macro-error2 v2.0.1 |
898 | 2025-06-03T00:01:39.460Z | Downloaded postgres-protocol v0.6.8 |
899 | 2025-06-03T00:01:39.460Z | Downloaded postcard v1.0.10 |
900 | 2025-06-03T00:01:39.460Z | Downloaded poly1305 v0.8.0 |
901 | 2025-06-03T00:01:39.460Z | Downloaded pkcs8 v0.10.2 |
902 | 2025-06-03T00:01:39.460Z | Downloaded pkcs5 v0.7.1 |
903 | 2025-06-03T00:01:39.485Z | Downloaded pkcs1 v0.7.5 |
904 | 2025-06-03T00:01:39.485Z | Downloaded pin-project-internal v1.1.6 |
905 | 2025-06-03T00:01:39.485Z | Downloaded phf_shared v0.11.2 |
906 | 2025-06-03T00:01:39.486Z | Downloaded phf_generator v0.11.2 |
907 | 2025-06-03T00:01:39.486Z | Downloaded phf_codegen v0.11.2 |
908 | 2025-06-03T00:01:39.486Z | Downloaded phf v0.11.2 |
909 | 2025-06-03T00:01:39.486Z | Downloaded pem-rfc7468 v0.7.0 |
910 | 2025-06-03T00:01:39.486Z | Downloaded pem v3.0.5 |
911 | 2025-06-03T00:01:39.486Z | Downloaded peg-macros v0.8.5 |
912 | 2025-06-03T00:01:39.486Z | Downloaded pbkdf2 v0.12.2 |
913 | 2025-06-03T00:01:39.486Z | Downloaded pbkdf2 v0.11.0 |
914 | 2025-06-03T00:01:39.486Z | Downloaded password-hash v0.5.0 |
915 | 2025-06-03T00:01:39.486Z | Downloaded password-hash v0.4.2 |
916 | 2025-06-03T00:01:39.511Z | Downloaded x509-cert v0.2.5 |
917 | 2025-06-03T00:01:39.511Z | Downloaded unicode_categories v0.1.1 |
918 | 2025-06-03T00:01:39.511Z | Downloaded unicode-normalization v0.1.24 |
919 | 2025-06-03T00:01:39.511Z | Downloaded rustls-webpki v0.101.7 |
920 | 2025-06-03T00:01:39.538Z | Downloaded mio v1.0.2 |
921 | 2025-06-03T00:01:39.538Z | Downloaded minimal-lexical v0.2.1 |
922 | 2025-06-03T00:01:39.538Z | Downloaded jiff-static v0.2.13 |
923 | 2025-06-03T00:01:39.563Z | Downloaded wait-timeout v0.2.0 |
924 | 2025-06-03T00:01:39.563Z | Downloaded vte_generate_state_changes v0.1.2 |
925 | 2025-06-03T00:01:39.563Z | Downloaded void v1.0.2 |
926 | 2025-06-03T00:01:39.563Z | Downloaded utf16_iter v1.0.5 |
927 | 2025-06-03T00:01:39.563Z | Downloaded utf-8 v0.7.6 |
928 | 2025-06-03T00:01:39.563Z | Downloaded untrusted v0.9.0 |
929 | 2025-06-03T00:01:39.563Z | Downloaded untrusted v0.7.1 |
930 | 2025-06-03T00:01:39.563Z | Downloaded unicase v2.7.0 |
931 | 2025-06-03T00:01:39.563Z | Downloaded unarray v0.1.4 |
932 | 2025-06-03T00:01:39.563Z | Downloaded typify-macro v0.2.0 |
933 | 2025-06-03T00:01:39.563Z | Downloaded progenitor-macro v0.10.0 |
934 | 2025-06-03T00:01:39.563Z | Downloaded progenitor-macro v0.9.1 |
935 | 2025-06-03T00:01:39.563Z | Downloaded progenitor-macro v0.8.0 |
936 | 2025-06-03T00:01:39.564Z | Downloaded progenitor-client v0.10.0 |
937 | 2025-06-03T00:01:39.564Z | Downloaded progenitor-client v0.9.1 |
938 | 2025-06-03T00:01:39.564Z | Downloaded progenitor v0.10.0 |
939 | 2025-06-03T00:01:39.590Z | Downloaded progenitor v0.9.1 |
940 | 2025-06-03T00:01:39.590Z | Downloaded progenitor v0.8.0 |
941 | 2025-06-03T00:01:39.590Z | Downloaded proc-macro-crate v1.3.1 |
942 | 2025-06-03T00:01:39.590Z | Downloaded primeorder v0.13.6 |
943 | 2025-06-03T00:01:39.590Z | Downloaded predicates-core v1.0.8 |
944 | 2025-06-03T00:01:39.590Z | Downloaded predicates v3.1.3 |
945 | 2025-06-03T00:01:39.591Z | Downloaded ppv-lite86 v0.2.20 |
946 | 2025-06-03T00:01:39.591Z | Downloaded powerfmt v0.2.0 |
947 | 2025-06-03T00:01:39.591Z | Downloaded polyval v0.6.2 |
948 | 2025-06-03T00:01:39.591Z | Downloaded pkg-config v0.3.31 |
949 | 2025-06-03T00:01:39.591Z | Downloaded pin-utils v0.1.0 |
950 | 2025-06-03T00:01:39.591Z | Downloaded percent-encoding v2.3.1 |
951 | 2025-06-03T00:01:39.591Z | Downloaded peg-runtime v0.8.5 |
952 | 2025-06-03T00:01:39.591Z | Downloaded paste v1.0.15 |
953 | 2025-06-03T00:01:39.591Z | Downloaded num-complex v0.4.6 |
954 | 2025-06-03T00:01:39.616Z | Downloaded num v0.4.3 |
955 | 2025-06-03T00:01:39.617Z | Downloaded nu-ansi-term v0.50.1 |
956 | 2025-06-03T00:01:39.617Z | Downloaded nodrop v0.1.14 |
957 | 2025-06-03T00:01:39.617Z | Downloaded hash32 v0.3.1 |
958 | 2025-06-03T00:01:39.617Z | Downloaded diesel_derives v2.2.3 |
959 | 2025-06-03T00:01:39.617Z | Downloaded der v0.7.9 |
960 | 2025-06-03T00:01:39.617Z | Downloaded unicode-segmentation v1.12.0 |
961 | 2025-06-03T00:01:39.617Z | Downloaded ssh-key v0.6.6 |
962 | 2025-06-03T00:01:39.642Z | Downloaded icu_properties v1.5.1 |
963 | 2025-06-03T00:01:39.642Z | Downloaded icu_collections v1.5.0 |
964 | 2025-06-03T00:01:39.642Z | Downloaded hyper-util v0.1.11 |
965 | 2025-06-03T00:01:39.642Z | Downloaded hkdf v0.12.4 |
966 | 2025-06-03T00:01:39.642Z | Downloaded progenitor-client v0.8.0 |
967 | 2025-06-03T00:01:39.642Z | Downloaded proc-macro-error-attr2 v2.0.0 |
968 | 2025-06-03T00:01:39.668Z | Downloaded pretty-hex v0.2.1 |
969 | 2025-06-03T00:01:39.668Z | Downloaded precomputed-hash v0.1.1 |
970 | 2025-06-03T00:01:39.668Z | Downloaded path-slash v0.1.5 |
971 | 2025-06-03T00:01:39.668Z | Downloaded parse-size v1.1.0 |
972 | 2025-06-03T00:01:39.668Z | Downloaded normalize-line-endings v0.3.0 |
973 | 2025-06-03T00:01:39.668Z | Downloaded headers-core v0.3.0 |
974 | 2025-06-03T00:01:39.668Z | Downloaded getrandom v0.2.15 |
975 | 2025-06-03T00:01:39.668Z | Downloaded diff v0.1.13 |
976 | 2025-06-03T00:01:39.668Z | Downloaded diesel-dtrace v0.4.2 |
977 | 2025-06-03T00:01:39.668Z | Downloaded derive_more v0.99.20 |
978 | 2025-06-03T00:01:39.668Z | Downloaded derive-where v1.2.7 |
979 | 2025-06-03T00:01:39.693Z | Downloaded unicode-properties v0.1.3 |
980 | 2025-06-03T00:01:39.693Z | Downloaded tokio-postgres v0.7.13 |
981 | 2025-06-03T00:01:39.693Z | Downloaded steno v0.4.1 |
982 | 2025-06-03T00:01:39.693Z | Downloaded russh v0.45.0 |
983 | 2025-06-03T00:01:39.693Z | Downloaded miniz_oxide v0.8.5 |
984 | 2025-06-03T00:01:39.693Z | Downloaded indicatif v0.17.11 |
985 | 2025-06-03T00:01:39.718Z | Downloaded iddqd v0.3.0 |
986 | 2025-06-03T00:01:39.718Z | Downloaded icu_locid_transform v1.5.0 |
987 | 2025-06-03T00:01:39.718Z | Downloaded futures-task v0.3.31 |
988 | 2025-06-03T00:01:39.718Z | Downloaded des v0.8.1 |
989 | 2025-06-03T00:01:39.718Z | Downloaded derive_builder_core v0.20.2 |
990 | 2025-06-03T00:01:39.718Z | Downloaded derive_builder v0.20.2 |
991 | 2025-06-03T00:01:39.718Z | Downloaded data-encoding v2.6.0 |
992 | 2025-06-03T00:01:39.744Z | Downloaded unsafe-libyaml v0.2.11 |
993 | 2025-06-03T00:01:39.744Z | Downloaded tokio-rustls v0.25.0 |
994 | 2025-06-03T00:01:39.744Z | Downloaded tinyvec v1.8.0 |
995 | 2025-06-03T00:01:39.744Z | Downloaded icu_normalizer_data v1.5.0 |
996 | 2025-06-03T00:01:39.744Z | Downloaded gethostname v0.5.0 |
997 | 2025-06-03T00:01:39.744Z | Downloaded fxhash v0.2.1 |
998 | 2025-06-03T00:01:39.744Z | Downloaded futures-executor v0.3.31 |
999 | 2025-06-03T00:01:39.744Z | Downloaded dirs-sys-next v0.1.2 |
1000 | 2025-06-03T00:01:39.744Z | Downloaded dirs-next v2.0.0 |
1001 | 2025-06-03T00:01:39.744Z | Downloaded difflib v0.4.0 |
1002 | 2025-06-03T00:01:39.744Z | Downloaded derive_builder_macro v0.20.2 |
1003 | 2025-06-03T00:01:39.744Z | Downloaded deranged v0.3.11 |
1004 | 2025-06-03T00:01:39.744Z | Downloaded der_derive v0.7.3 |
1005 | 2025-06-03T00:01:39.770Z | Downloaded defmt-parser v0.3.4 |
1006 | 2025-06-03T00:01:39.770Z | Downloaded defmt-macros v0.3.9 |
1007 | 2025-06-03T00:01:39.770Z | Downloaded defmt v0.3.8 |
1008 | 2025-06-03T00:01:39.770Z | Downloaded debug-ignore v1.0.5 |
1009 | 2025-06-03T00:01:39.770Z | Downloaded darling_macro v0.20.10 |
1010 | 2025-06-03T00:01:39.770Z | Downloaded ctr v0.9.2 |
1011 | 2025-06-03T00:01:39.770Z | Downloaded tokio-rustls v0.24.1 |
1012 | 2025-06-03T00:01:39.770Z | Downloaded structmeta v0.3.0 |
1013 | 2025-06-03T00:01:39.770Z | Downloaded newtype-uuid v1.2.1 |
1014 | 2025-06-03T00:01:39.770Z | Downloaded native-tls v0.2.12 |
1015 | 2025-06-03T00:01:39.770Z | Downloaded multer v3.1.0 |
1016 | 2025-06-03T00:01:39.770Z | Downloaded mime_guess v2.0.5 |
1017 | 2025-06-03T00:01:39.796Z | Downloaded memmap2 v0.9.5 |
1018 | 2025-06-03T00:01:39.796Z | Downloaded lock_api v0.4.12 |
1019 | 2025-06-03T00:01:39.796Z | Downloaded litrs v0.4.1 |
1020 | 2025-06-03T00:01:39.796Z | Downloaded litemap v0.7.3 |
1021 | 2025-06-03T00:01:39.796Z | Downloaded aws-lc-sys v0.26.0 |
1022 | 2025-06-03T00:01:40.067Z | Downloaded libloading v0.8.5 |
1023 | 2025-06-03T00:01:40.092Z | Downloaded jobserver v0.1.32 |
1024 | 2025-06-03T00:01:40.092Z | Downloaded ipnet v2.11.0 |
1025 | 2025-06-03T00:01:40.092Z | Downloaded inout v0.1.3 |
1026 | 2025-06-03T00:01:40.092Z | Downloaded ingot-macros v0.1.0 |
1027 | 2025-06-03T00:01:40.092Z | Downloaded indexmap v1.9.3 |
1028 | 2025-06-03T00:01:40.092Z | Downloaded icu_provider v1.5.0 |
1029 | 2025-06-03T00:01:40.092Z | Downloaded icu_normalizer v1.5.0 |
1030 | 2025-06-03T00:01:40.092Z | Downloaded icu_locid_transform_data v1.5.0 |
1031 | 2025-06-03T00:01:40.092Z | Downloaded icu_locid v1.5.0 |
1032 | 2025-06-03T00:01:40.117Z | Downloaded iana-time-zone v0.1.63 |
1033 | 2025-06-03T00:01:40.117Z | Downloaded hyper-staticfile v0.10.1 |
1034 | 2025-06-03T00:01:40.117Z | Downloaded hyper-rustls v0.27.3 |
1035 | 2025-06-03T00:01:40.117Z | Downloaded hubpack v0.1.2 |
1036 | 2025-06-03T00:01:40.117Z | Downloaded httparse v1.9.5 |
1037 | 2025-06-03T00:01:40.117Z | Downloaded chrono v0.4.41 |
1038 | 2025-06-03T00:01:40.142Z | Downloaded bindgen v0.71.1 |
1039 | 2025-06-03T00:01:40.142Z | Downloaded xshell v0.2.7 |
1040 | 2025-06-03T00:01:40.142Z | Downloaded xattr v1.3.1 |
1041 | 2025-06-03T00:01:40.142Z | Downloaded wyz v0.5.1 |
1042 | 2025-06-03T00:01:40.142Z | Downloaded writeable v0.5.5 |
1043 | 2025-06-03T00:01:40.142Z | Downloaded whoami v1.5.2 |
1044 | 2025-06-03T00:01:40.142Z | Downloaded which v4.4.2 |
1045 | 2025-06-03T00:01:40.142Z | Downloaded universal-hash v0.5.1 |
1046 | 2025-06-03T00:01:40.142Z | Downloaded unicode-xid v0.2.6 |
1047 | 2025-06-03T00:01:40.142Z | Downloaded unicode-truncate v1.1.0 |
1048 | 2025-06-03T00:01:40.167Z | Downloaded tokio-stream v0.1.17 |
1049 | 2025-06-03T00:01:40.167Z | Downloaded tokio-rustls v0.26.0 |
1050 | 2025-06-03T00:01:40.167Z | Downloaded tls_codec v0.4.1 |
1051 | 2025-06-03T00:01:40.167Z | Downloaded structmeta-derive v0.3.0 |
1052 | 2025-06-03T00:01:40.167Z | Downloaded rustls-pki-types v1.10.0 |
1053 | 2025-06-03T00:01:40.167Z | Downloaded rsa v0.9.6 |
1054 | 2025-06-03T00:01:40.167Z | Downloaded ron v0.7.1 |
1055 | 2025-06-03T00:01:40.192Z | Downloaded nibble_vec v0.1.0 |
1056 | 2025-06-03T00:01:40.192Z | Downloaded nanorand v0.7.0 |
1057 | 2025-06-03T00:01:40.192Z | Downloaded multimap v0.10.1 |
1058 | 2025-06-03T00:01:40.192Z | Downloaded mime v0.3.17 |
1059 | 2025-06-03T00:01:40.192Z | Downloaded memoffset v0.9.1 |
1060 | 2025-06-03T00:01:40.192Z | Downloaded md-5 v0.10.6 |
1061 | 2025-06-03T00:01:40.192Z | Downloaded maybe-uninit v2.0.0 |
1062 | 2025-06-03T00:01:40.192Z | Downloaded maplit v1.0.2 |
1063 | 2025-06-03T00:01:40.192Z | Downloaded managed v0.8.0 |
1064 | 2025-06-03T00:01:40.192Z | Downloaded lzss v0.8.2 |
1065 | 2025-06-03T00:01:40.192Z | Downloaded lru-cache v0.1.2 |
1066 | 2025-06-03T00:01:40.192Z | Downloaded lru v0.12.5 |
1067 | 2025-06-03T00:01:40.192Z | Downloaded lockfree-object-pool v0.1.6 |
1068 | 2025-06-03T00:01:40.192Z | Downloaded linked-hash-map v0.5.6 |
1069 | 2025-06-03T00:01:40.193Z | Downloaded linear-map v1.2.0 |
1070 | 2025-06-03T00:01:40.217Z | Downloaded libsw-core v0.3.1 |
1071 | 2025-06-03T00:01:40.217Z | Downloaded libsw v3.4.0 |
1072 | 2025-06-03T00:01:40.217Z | Downloaded libscf-sys v1.1.0 |
1073 | 2025-06-03T00:01:40.217Z | Downloaded libefi-sys v0.1.0 |
1074 | 2025-06-03T00:01:40.217Z | Downloaded lazycell v1.3.0 |
1075 | 2025-06-03T00:01:40.217Z | Downloaded lazy_static v1.5.0 |
1076 | 2025-06-03T00:01:40.217Z | Downloaded lalrpop-util v0.19.12 |
1077 | 2025-06-03T00:01:40.217Z | Downloaded kstat-rs v0.2.4 |
1078 | 2025-06-03T00:01:40.217Z | Downloaded keccak v0.1.5 |
1079 | 2025-06-03T00:01:40.218Z | Downloaded is_ci v1.2.0 |
1080 | 2025-06-03T00:01:40.218Z | Downloaded is-terminal v0.4.13 |
1081 | 2025-06-03T00:01:40.218Z | Downloaded ipnetwork v0.21.1 |
1082 | 2025-06-03T00:01:40.218Z | Downloaded internet-checksum v0.2.1 |
1083 | 2025-06-03T00:01:40.218Z | Downloaded instability v0.3.2 |
1084 | 2025-06-03T00:01:40.218Z | Downloaded ingot v0.1.0 |
1085 | 2025-06-03T00:01:40.218Z | Downloaded indoc v2.0.6 |
1086 | 2025-06-03T00:01:40.218Z | Downloaded indoc v1.0.9 |
1087 | 2025-06-03T00:01:40.243Z | Downloaded impl-trait-for-tuples v0.2.2 |
1088 | 2025-06-03T00:01:40.243Z | Downloaded idna_adapter v1.2.0 |
1089 | 2025-06-03T00:01:40.243Z | Downloaded icu_provider_macros v1.5.0 |
1090 | 2025-06-03T00:01:40.243Z | Downloaded hyper-tls v0.6.0 |
1091 | 2025-06-03T00:01:40.243Z | Downloaded humantime v2.1.0 |
1092 | 2025-06-03T00:01:40.243Z | Downloaded http v1.3.1 |
1093 | 2025-06-03T00:01:40.243Z | Downloaded highway v1.3.0 |
1094 | 2025-06-03T00:01:40.243Z | Downloaded hickory-server v0.24.4 |
1095 | 2025-06-03T00:01:40.243Z | Downloaded hickory-resolver v0.24.4 |
1096 | 2025-06-03T00:01:40.268Z | Downloaded crypto-bigint v0.5.5 |
1097 | 2025-06-03T00:01:40.268Z | Downloaded cipher v0.4.4 |
1098 | 2025-06-03T00:01:40.268Z | Downloaded bitfield-struct v0.6.2 |
1099 | 2025-06-03T00:01:40.268Z | Downloaded write16 v1.0.0 |
1100 | 2025-06-03T00:01:40.268Z | Downloaded tokio-native-tls v0.3.1 |
1101 | 2025-06-03T00:01:40.268Z | Downloaded tokio-macros v2.5.0 |
1102 | 2025-06-03T00:01:40.268Z | Downloaded tls_codec_derive v0.4.1 |
1103 | 2025-06-03T00:01:40.268Z | Downloaded tinystr v0.7.6 |
1104 | 2025-06-03T00:01:40.268Z | Downloaded tiny-keccak v2.0.2 |
1105 | 2025-06-03T00:01:40.268Z | Downloaded time-macros v0.2.18 |
1106 | 2025-06-03T00:01:40.293Z | Downloaded strip-ansi-escapes v0.2.0 |
1107 | 2025-06-03T00:01:40.293Z | Downloaded stringprep v0.1.5 |
1108 | 2025-06-03T00:01:40.293Z | Downloaded string_cache v0.8.9 |
1109 | 2025-06-03T00:01:40.293Z | Downloaded static_assertions v1.1.0 |
1110 | 2025-06-03T00:01:40.293Z | Downloaded stable_deref_trait v1.2.0 |
1111 | 2025-06-03T00:01:40.293Z | Downloaded ssh-encoding v0.2.0 |
1112 | 2025-06-03T00:01:40.293Z | Downloaded ssh-cipher v0.2.0 |
1113 | 2025-06-03T00:01:40.293Z | Downloaded ron v0.8.1 |
1114 | 2025-06-03T00:01:40.293Z | Downloaded httpdate v1.0.3 |
1115 | 2025-06-03T00:01:40.293Z | Downloaded russh-keys v0.45.0 |
1116 | 2025-06-03T00:01:40.294Z | Downloaded newtype_derive v0.1.6 |
1117 | 2025-06-03T00:01:40.294Z | Downloaded match_cfg v0.1.0 |
1118 | 2025-06-03T00:01:40.319Z | Downloaded blake3 v1.5.4 |
1119 | 2025-06-03T00:01:40.319Z | Downloaded rustls-pemfile v2.2.0 |
1120 | 2025-06-03T00:01:40.319Z | Downloaded rustls-pemfile v1.0.4 |
1121 | 2025-06-03T00:01:40.319Z | Downloaded rustc_version v0.4.1 |
1122 | 2025-06-03T00:01:40.319Z | Downloaded rustc_version v0.1.7 |
1123 | 2025-06-03T00:01:40.319Z | Downloaded rustc-hash v2.1.1 |
1124 | 2025-06-03T00:01:40.319Z | Downloaded rustc-hash v1.1.0 |
1125 | 2025-06-03T00:01:40.319Z | Downloaded rustc-demangle v0.1.24 |
1126 | 2025-06-03T00:01:40.319Z | Downloaded russh-cryptovec v0.7.3 |
1127 | 2025-06-03T00:01:40.319Z | Downloaded rtoolbox v0.0.2 |
1128 | 2025-06-03T00:01:40.319Z | Downloaded rpassword v7.3.1 |
1129 | 2025-06-03T00:01:40.319Z | Downloaded rfc6979 v0.4.0 |
1130 | 2025-06-03T00:01:40.344Z | Downloaded resolv-conf v0.7.0 |
1131 | 2025-06-03T00:01:40.344Z | Downloaded newline-converter v0.3.0 |
1132 | 2025-06-03T00:01:40.344Z | Downloaded new_debug_unreachable v1.0.6 |
1133 | 2025-06-03T00:01:40.344Z | Downloaded hmac v0.12.1 |
1134 | 2025-06-03T00:01:40.344Z | Downloaded hickory-client v0.24.4 |
1135 | 2025-06-03T00:01:40.344Z | Downloaded hex v0.4.3 |
1136 | 2025-06-03T00:01:40.344Z | Downloaded crossterm v0.28.1 |
1137 | 2025-06-03T00:01:40.344Z | Downloaded block-padding v0.3.3 |
1138 | 2025-06-03T00:01:40.344Z | Downloaded backtrace v0.3.74 |
1139 | 2025-06-03T00:01:40.370Z | Downloaded aho-corasick v1.1.3 |
1140 | 2025-06-03T00:01:40.370Z | Downloaded http-body-util v0.1.3 |
1141 | 2025-06-03T00:01:40.370Z | Downloaded hostname v0.3.1 |
1142 | 2025-06-03T00:01:40.370Z | Downloaded home v0.5.9 |
1143 | 2025-06-03T00:01:40.370Z | Downloaded hex-literal v0.4.1 |
1144 | 2025-06-03T00:01:40.370Z | Downloaded heck v0.3.3 |
1145 | 2025-06-03T00:01:40.370Z | Downloaded crossbeam-channel v0.5.15 |
1146 | 2025-06-03T00:01:40.370Z | Downloaded chacha20poly1305 v0.10.1 |
1147 | 2025-06-03T00:01:40.370Z | Downloaded cc v1.2.15 |
1148 | 2025-06-03T00:01:40.395Z | Downloaded bcs v0.1.6 |
1149 | 2025-06-03T00:01:40.395Z | Downloaded base64 v0.22.1 |
1150 | 2025-06-03T00:01:40.395Z | Downloaded base64 v0.21.7 |
1151 | 2025-06-03T00:01:40.395Z | Downloaded ingot-types v0.1.0 |
1152 | 2025-06-03T00:01:40.395Z | Downloaded ident_case v1.0.1 |
1153 | 2025-06-03T00:01:40.395Z | Downloaded http-body v1.0.1 |
1154 | 2025-06-03T00:01:40.395Z | Downloaded headers v0.4.0 |
1155 | 2025-06-03T00:01:40.395Z | Downloaded const_format v0.2.34 |
1156 | 2025-06-03T00:01:40.420Z | Downloaded compact_str v0.8.0 |
1157 | 2025-06-03T00:01:40.420Z | Downloaded bytes v1.10.1 |
1158 | 2025-06-03T00:01:40.420Z | Downloaded bumpalo v3.16.0 |
1159 | 2025-06-03T00:01:40.420Z | Downloaded crc-any v2.5.0 |
1160 | 2025-06-03T00:01:40.420Z | Downloaded cookie_store v0.21.1 |
1161 | 2025-06-03T00:01:40.420Z | Downloaded cookie v0.18.1 |
1162 | 2025-06-03T00:01:40.420Z | Downloaded const-oid v0.9.6 |
1163 | 2025-06-03T00:01:40.445Z | Downloaded console v0.15.10 |
1164 | 2025-06-03T00:01:40.445Z | Downloaded clang-sys v1.8.1 |
1165 | 2025-06-03T00:01:40.445Z | Downloaded cancel-safe-futures v0.1.5 |
1166 | 2025-06-03T00:01:40.445Z | Downloaded base64ct v1.6.0 |
1167 | 2025-06-03T00:01:40.445Z | Downloaded base64 v0.13.1 |
1168 | 2025-06-03T00:01:40.445Z | Downloaded backoff v0.4.0 |
1169 | 2025-06-03T00:01:40.445Z | Downloaded arc-swap v1.7.1 |
1170 | 2025-06-03T00:01:40.445Z | Downloaded allocator-api2 v0.2.18 |
1171 | 2025-06-03T00:01:40.470Z | Downloaded aes-gcm v0.10.3 |
1172 | 2025-06-03T00:01:40.470Z | Downloaded aes v0.8.4 |
1173 | 2025-06-03T00:01:40.470Z | Downloaded http-range v0.1.5 |
1174 | 2025-06-03T00:01:40.470Z | Downloaded crossbeam-epoch v0.9.18 |
1175 | 2025-06-03T00:01:40.470Z | Downloaded crc32fast v1.4.2 |
1176 | 2025-06-03T00:01:40.470Z | Downloaded const_format_proc_macros v0.2.34 |
1177 | 2025-06-03T00:01:40.470Z | Downloaded colored v2.2.0 |
1178 | 2025-06-03T00:01:40.470Z | Downloaded ciborium-ll v0.2.2 |
1179 | 2025-06-03T00:01:40.470Z | Downloaded ciborium v0.2.2 |
1180 | 2025-06-03T00:01:40.496Z | Downloaded cassowary v0.3.0 |
1181 | 2025-06-03T00:01:40.496Z | Downloaded bzip2 v0.5.2 |
1182 | 2025-06-03T00:01:40.496Z | Downloaded bzip2 v0.4.4 |
1183 | 2025-06-03T00:01:40.496Z | Downloaded blowfish v0.9.1 |
1184 | 2025-06-03T00:01:40.496Z | Downloaded blake2 v0.10.6 |
1185 | 2025-06-03T00:01:40.496Z | Downloaded atomic-waker v1.1.2 |
1186 | 2025-06-03T00:01:40.496Z | Downloaded ahash v0.8.11 |
1187 | 2025-06-03T00:01:40.496Z | Downloaded crossbeam-deque v0.8.5 |
1188 | 2025-06-03T00:01:40.496Z | Downloaded crc-catalog v2.4.0 |
1189 | 2025-06-03T00:01:40.496Z | Downloaded crc v3.2.1 |
1190 | 2025-06-03T00:01:40.496Z | Downloaded convert_case v0.4.0 |
1191 | 2025-06-03T00:01:40.496Z | Downloaded cobs v0.2.3 |
1192 | 2025-06-03T00:01:40.496Z | Downloaded cmake v0.1.51 |
1193 | 2025-06-03T00:01:40.521Z | Downloaded chrono-tz-build v0.4.0 |
1194 | 2025-06-03T00:01:40.521Z | Downloaded chacha20 v0.9.1 |
1195 | 2025-06-03T00:01:40.521Z | Downloaded cbc v0.1.2 |
1196 | 2025-06-03T00:01:40.521Z | Downloaded castaway v0.2.3 |
1197 | 2025-06-03T00:01:40.521Z | Downloaded cargo_metadata v0.18.1 |
1198 | 2025-06-03T00:01:40.521Z | Downloaded bit-vec v0.6.3 |
1199 | 2025-06-03T00:01:40.521Z | Downloaded bit-set v0.8.0 |
1200 | 2025-06-03T00:01:40.521Z | Downloaded bcrypt-pbkdf v0.10.0 |
1201 | 2025-06-03T00:01:40.521Z | Downloaded base16ct v0.2.0 |
1202 | 2025-06-03T00:01:40.521Z | Downloaded atomicwrites v0.4.4 |
1203 | 2025-06-03T00:01:40.521Z | Downloaded async-trait v0.1.88 |
1204 | 2025-06-03T00:01:40.521Z | Downloaded async-stream-impl v0.3.6 |
1205 | 2025-06-03T00:01:40.521Z | Downloaded async-recursion v1.1.1 |
1206 | 2025-06-03T00:01:40.521Z | Downloaded async-bb8-diesel v0.2.1 |
1207 | 2025-06-03T00:01:40.546Z | Downloaded arrayvec v0.7.6 |
1208 | 2025-06-03T00:01:40.547Z | Downloaded arrayref v0.3.9 |
1209 | 2025-06-03T00:01:40.547Z | Downloaded array-init v0.0.4 |
1210 | 2025-06-03T00:01:40.547Z | Downloaded argon2 v0.5.3 |
1211 | 2025-06-03T00:01:40.547Z | Downloaded aead v0.5.2 |
1212 | 2025-06-03T00:01:40.547Z | Downloaded adler2 v2.0.0 |
1213 | 2025-06-03T00:01:40.547Z | Downloaded crucible-workspace-hack v0.1.0 |
1214 | 2025-06-03T00:01:40.547Z | Downloaded crc8 v0.1.1 |
1215 | 2025-06-03T00:01:40.547Z | Downloaded constant_time_eq v0.3.1 |
1216 | 2025-06-03T00:01:40.547Z | Downloaded ciborium-io v0.2.2 |
1217 | 2025-06-03T00:01:40.547Z | Downloaded cfg_aliases v0.2.1 |
1218 | 2025-06-03T00:01:40.547Z | Downloaded cfg_aliases v0.1.1 |
1219 | 2025-06-03T00:01:40.547Z | Downloaded cexpr v0.6.0 |
1220 | 2025-06-03T00:01:40.547Z | Downloaded buf-list v1.0.3 |
1221 | 2025-06-03T00:01:40.547Z | Downloaded bitfield v0.14.0 |
1222 | 2025-06-03T00:01:40.547Z | Downloaded bit-set v0.5.3 |
1223 | 2025-06-03T00:01:40.547Z | Downloaded bb8 v0.8.5 |
1224 | 2025-06-03T00:01:40.547Z | Downloaded atty v0.2.14 |
1225 | 2025-06-03T00:01:40.571Z | Downloaded async-stream v0.3.6 |
1226 | 2025-06-03T00:01:40.572Z | Downloaded assert_matches v1.5.0 |
1227 | 2025-06-03T00:01:40.572Z | Downloaded ascii-canvas v3.0.0 |
1228 | 2025-06-03T00:01:40.720Z | Compiling serde v1.0.219 |
1229 | 2025-06-03T00:01:40.746Z | Compiling value-bag v1.9.0 |
1230 | 2025-06-03T00:01:40.746Z | Compiling shlex v1.3.0 |
1231 | 2025-06-03T00:01:40.746Z | Compiling lock_api v0.4.12 |
1232 | 2025-06-03T00:01:40.746Z | Compiling scopeguard v1.2.0 |
1233 | 2025-06-03T00:01:40.746Z | Compiling typenum v1.17.0 |
1234 | 2025-06-03T00:01:40.822Z | Compiling syn v2.0.101 |
1235 | 2025-06-03T00:01:40.847Z | Compiling getrandom v0.2.15 |
1236 | 2025-06-03T00:01:41.009Z | Compiling jobserver v0.1.32 |
1237 | 2025-06-03T00:01:41.142Z | Compiling rand_core v0.6.4 |
1238 | 2025-06-03T00:01:41.229Z | Compiling log v0.4.27 |
1239 | 2025-06-03T00:01:41.295Z | Compiling generic-array v0.14.7 |
1240 | 2025-06-03T00:01:41.321Z | Compiling smallvec v1.14.0 |
1241 | 2025-06-03T00:01:41.609Z | Compiling cc v1.2.15 |
1242 | 2025-06-03T00:01:41.733Z | Compiling subtle v2.6.1 |
1243 | 2025-06-03T00:01:41.758Z | Compiling const-oid v0.9.6 |
1244 | 2025-06-03T00:01:41.800Z | Compiling stable_deref_trait v1.2.0 |
1245 | 2025-06-03T00:01:41.827Z | Compiling pkg-config v0.3.31 |
1246 | 2025-06-03T00:01:41.933Z | Compiling pin-project-lite v0.2.14 |
1247 | 2025-06-03T00:01:42.036Z | Compiling parking_lot_core v0.9.10 |
1248 | 2025-06-03T00:01:42.087Z | Compiling rustix v0.38.37 |
1249 | 2025-06-03T00:01:42.112Z | Compiling signal-hook-registry v1.4.2 |
1250 | 2025-06-03T00:01:43.297Z | Compiling parking_lot v0.12.3 |
1251 | 2025-06-03T00:01:43.362Z | Compiling mio v1.0.2 |
1252 | 2025-06-03T00:01:43.425Z | Compiling spin v0.9.8 |
1253 | 2025-06-03T00:01:43.456Z | Compiling futures-core v0.3.31 |
1254 | 2025-06-03T00:01:43.481Z | Compiling aho-corasick v1.1.3 |
1255 | 2025-06-03T00:01:43.729Z | Compiling writeable v0.5.5 |
1256 | 2025-06-03T00:01:43.893Z | Compiling regex-syntax v0.8.5 |
1257 | 2025-06-03T00:01:43.997Z | Compiling cpufeatures v0.2.14 |
1258 | 2025-06-03T00:01:44.081Z | Compiling either v1.14.0 |
1259 | 2025-06-03T00:01:44.127Z | Compiling libm v0.2.8 |
1260 | 2025-06-03T00:01:44.299Z | Compiling serde_json v1.0.140 |
1261 | 2025-06-03T00:01:44.374Z | Compiling litemap v0.7.3 |
1262 | 2025-06-03T00:01:44.498Z | Compiling socket2 v0.5.9 |
1263 | 2025-06-03T00:01:44.527Z | Compiling num-traits v0.2.19 |
1264 | 2025-06-03T00:01:44.665Z | Compiling slab v0.4.9 |
1265 | 2025-06-03T00:01:44.781Z | Compiling glob v0.3.2 |
1266 | 2025-06-03T00:01:45.146Z | Compiling icu_locid_transform_data v1.5.0 |
1267 | 2025-06-03T00:01:45.275Z | Compiling getrandom v0.3.1 |
1268 | 2025-06-03T00:01:45.377Z | Compiling futures-sink v0.3.31 |
1269 | 2025-06-03T00:01:45.558Z | Compiling prettyplease v0.2.32 |
1270 | 2025-06-03T00:01:45.622Z | Compiling clang-sys v1.8.1 |
1271 | 2025-06-03T00:01:45.937Z | Compiling lazy_static v1.5.0 |
1272 | 2025-06-03T00:01:45.961Z | Compiling icu_properties_data v1.5.0 |
1273 | 2025-06-03T00:01:46.115Z | Compiling foldhash v0.1.3 |
1274 | 2025-06-03T00:01:46.238Z | Compiling minimal-lexical v0.2.1 |
1275 | 2025-06-03T00:01:46.329Z | Compiling allocator-api2 v0.2.18 |
1276 | 2025-06-03T00:01:46.467Z | Compiling libloading v0.8.5 |
1277 | 2025-06-03T00:01:46.795Z | Compiling nom v7.1.3 |
1278 | 2025-06-03T00:01:46.907Z | Compiling base64ct v1.6.0 |
1279 | 2025-06-03T00:01:46.932Z | Compiling bindgen v0.69.5 |
1280 | 2025-06-03T00:01:47.144Z | Compiling hashbrown v0.15.3 |
1281 | 2025-06-03T00:01:47.544Z | Compiling utf16_iter v1.0.5 |
1282 | 2025-06-03T00:01:47.790Z | Compiling regex-automata v0.4.8 |
1283 | 2025-06-03T00:01:47.851Z | Compiling percent-encoding v2.3.1 |
1284 | 2025-06-03T00:01:47.885Z | Compiling utf8_iter v1.0.4 |
1285 | 2025-06-03T00:01:47.938Z | Compiling write16 v1.0.0 |
1286 | 2025-06-03T00:01:48.136Z | Compiling home v0.5.9 |
1287 | 2025-06-03T00:01:48.207Z | Compiling icu_normalizer_data v1.5.0 |
1288 | 2025-06-03T00:01:48.303Z | Compiling pem-rfc7468 v0.7.0 |
1289 | 2025-06-03T00:01:48.426Z | Compiling synstructure v0.13.1 |
1290 | 2025-06-03T00:01:48.983Z | Compiling itertools v0.12.1 |
1291 | 2025-06-03T00:01:49.856Z | Compiling flagset v0.4.6 |
1292 | 2025-06-03T00:01:49.950Z | Compiling rustc-hash v1.1.0 |
1293 | 2025-06-03T00:01:50.134Z | Compiling cexpr v0.6.0 |
1294 | 2025-06-03T00:01:50.159Z | Compiling lazycell v1.3.0 |
1295 | 2025-06-03T00:01:50.320Z | Compiling futures-channel v0.3.31 |
1296 | 2025-06-03T00:01:50.392Z | Compiling cmake v0.1.51 |
1297 | 2025-06-03T00:01:50.756Z | Compiling futures-io v0.3.31 |
1298 | 2025-06-03T00:01:51.064Z | Compiling dunce v1.0.5 |
1299 | 2025-06-03T00:01:51.222Z | Compiling pin-utils v0.1.0 |
1300 | 2025-06-03T00:01:51.251Z | Compiling futures-task v0.3.31 |
1301 | 2025-06-03T00:01:51.346Z | Compiling fs_extra v1.3.0 |
1302 | 2025-06-03T00:01:51.454Z | Compiling form_urlencoded v1.2.1 |
1303 | 2025-06-03T00:01:51.602Z | Compiling paste v1.0.15 |
1304 | 2025-06-03T00:01:51.656Z | Compiling vcpkg v0.2.15 |
1305 | 2025-06-03T00:01:51.815Z | Compiling zerocopy v0.8.25 |
1306 | 2025-06-03T00:01:51.953Z | Compiling crossbeam-utils v0.8.21 |
1307 | 2025-06-03T00:01:51.995Z | Compiling ring v0.17.14 |
1308 | 2025-06-03T00:01:52.531Z | Compiling tracing-core v0.1.32 |
1309 | 2025-06-03T00:01:52.735Z | Compiling aws-lc-rs v1.12.4 |
1310 | 2025-06-03T00:01:53.077Z | Compiling iana-time-zone v0.1.63 |
1311 | 2025-06-03T00:01:53.147Z | Compiling serde_derive v1.0.219 |
1312 | 2025-06-03T00:01:53.172Z | Compiling zeroize_derive v1.4.2 |
1313 | 2025-06-03T00:01:53.251Z | Compiling zerofrom-derive v0.1.4 |
1314 | 2025-06-03T00:01:53.438Z | Compiling yoke-derive v0.7.4 |
1315 | 2025-06-03T00:01:53.467Z | Compiling zerovec-derive v0.10.3 |
1316 | 2025-06-03T00:01:53.707Z | Compiling displaydoc v0.2.5 |
1317 | 2025-06-03T00:01:54.459Z | Compiling zeroize v1.8.1 |
1318 | 2025-06-03T00:01:55.108Z | Compiling zerocopy-derive v0.7.35 |
1319 | 2025-06-03T00:01:55.653Z | Compiling tokio-macros v2.5.0 |
1320 | 2025-06-03T00:01:55.795Z | Compiling icu_provider_macros v1.5.0 |
1321 | 2025-06-03T00:01:56.133Z | Compiling crypto-common v0.1.6 |
1322 | 2025-06-03T00:01:56.336Z | Compiling block-buffer v0.10.4 |
1323 | 2025-06-03T00:01:56.396Z | Compiling zerofrom v0.1.4 |
1324 | 2025-06-03T00:01:56.647Z | Compiling digest v0.10.7 |
1325 | 2025-06-03T00:01:56.687Z | Compiling yoke v0.7.4 |
1326 | 2025-06-03T00:01:56.764Z | Compiling block-padding v0.3.3 |
1327 | 2025-06-03T00:01:56.935Z | Compiling zerocopy v0.7.35 |
1328 | 2025-06-03T00:01:56.996Z | Compiling inout v0.1.3 |
1329 | 2025-06-03T00:01:57.048Z | Compiling zerovec v0.10.4 |
1330 | 2025-06-03T00:01:57.085Z | Compiling hmac v0.12.1 |
1331 | 2025-06-03T00:01:57.170Z | Compiling sha2 v0.10.8 |
1332 | 2025-06-03T00:01:57.394Z | Compiling cipher v0.4.4 |
1333 | 2025-06-03T00:01:57.443Z | Compiling regex v1.11.1 |
1334 | 2025-06-03T00:01:57.909Z | Compiling thiserror-impl v1.0.69 |
1335 | 2025-06-03T00:01:58.290Z | Compiling der_derive v0.7.3 |
1336 | 2025-06-03T00:01:58.317Z | Compiling futures-macro v0.3.31 |
1337 | 2025-06-03T00:01:58.347Z | Compiling ppv-lite86 v0.2.20 |
1338 | 2025-06-03T00:01:58.373Z | Compiling salsa20 v0.10.2 |
1339 | 2025-06-03T00:01:58.615Z | Compiling pbkdf2 v0.12.2 |
1340 | 2025-06-03T00:01:58.798Z | Compiling tinystr v0.7.6 |
1341 | 2025-06-03T00:01:59.060Z | Compiling icu_collections v1.5.0 |
1342 | 2025-06-03T00:01:59.085Z | Compiling scrypt v0.11.0 |
1343 | 2025-06-03T00:01:59.204Z | Compiling icu_locid v1.5.0 |
1344 | 2025-06-03T00:01:59.568Z | Compiling aes v0.8.4 |
1345 | 2025-06-03T00:01:59.913Z | Compiling futures-util v0.3.31 |
1346 | 2025-06-03T00:01:59.962Z | Compiling cbc v0.1.2 |
1347 | 2025-06-03T00:02:00.219Z | Compiling openssl-sys v0.9.107 |
1348 | 2025-06-03T00:02:00.248Z | Compiling der v0.7.9 |
1349 | 2025-06-03T00:02:00.273Z | Compiling zerocopy-derive v0.8.25 |
1350 | 2025-06-03T00:02:00.519Z | Compiling icu_provider v1.5.0 |
1351 | 2025-06-03T00:02:01.060Z | Compiling thiserror v1.0.69 |
1352 | 2025-06-03T00:02:01.246Z | Compiling icu_locid_transform v1.5.0 |
1353 | 2025-06-03T00:02:01.356Z | Compiling pest v2.7.14 |
1354 | 2025-06-03T00:02:01.490Z | Compiling tracing-attributes v0.1.27 |
1355 | 2025-06-03T00:02:01.968Z | Compiling scroll_derive v0.12.0 |
1356 | 2025-06-03T00:02:03.074Z | Compiling icu_properties v1.5.1 |
1357 | 2025-06-03T00:02:03.265Z | Compiling spki v0.7.3 |
1358 | 2025-06-03T00:02:03.663Z | Compiling pkcs5 v0.7.1 |
1359 | 2025-06-03T00:02:04.178Z | Compiling pest_meta v2.7.14 |
1360 | 2025-06-03T00:02:04.458Z | Compiling tracing v0.1.40 |
1361 | 2025-06-03T00:02:04.735Z | Compiling pkcs8 v0.10.2 |
1362 | 2025-06-03T00:02:05.007Z | Compiling bytes v1.10.1 |
1363 | 2025-06-03T00:02:05.161Z | Compiling bitflags v2.9.0 |
1364 | 2025-06-03T00:02:05.424Z | Compiling semver v1.0.26 |
1365 | 2025-06-03T00:02:06.124Z | Compiling indexmap v2.9.0 |
1366 | 2025-06-03T00:02:06.540Z | Compiling tokio v1.45.0 |
1367 | 2025-06-03T00:02:06.605Z | Compiling rustc_version v0.4.1 |
1368 | 2025-06-03T00:02:07.366Z | Compiling icu_normalizer v1.5.0 |
1369 | 2025-06-03T00:02:07.622Z | Compiling http v1.3.1 |
1370 | 2025-06-03T00:02:07.683Z | Compiling uuid v1.16.0 |
1371 | 2025-06-03T00:02:08.485Z | Compiling idna_adapter v1.2.0 |
1372 | 2025-06-03T00:02:08.523Z | Compiling chrono v0.4.41 |
1373 | 2025-06-03T00:02:08.734Z | Compiling idna v1.0.3 |
1374 | 2025-06-03T00:02:09.111Z | Compiling httparse v1.9.5 |
1375 | 2025-06-03T00:02:09.136Z | Compiling tinyvec_macros v0.1.1 |
1376 | 2025-06-03T00:02:09.262Z | Compiling which v4.4.2 |
1377 | 2025-06-03T00:02:09.748Z | Compiling url v2.5.3 |
1378 | 2025-06-03T00:02:09.781Z | Compiling rustls-pki-types v1.10.0 |
1379 | 2025-06-03T00:02:09.906Z | Compiling tinyvec v1.8.0 |
1380 | 2025-06-03T00:02:10.141Z | Compiling http-body v1.0.1 |
1381 | 2025-06-03T00:02:10.296Z | Compiling pest_generator v2.7.14 |
1382 | 2025-06-03T00:02:10.406Z | Compiling scroll v0.12.0 |
1383 | 2025-06-03T00:02:10.725Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-06-03T00:02:10.983Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1385 | 2025-06-03T00:02:11.297Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1386 | 2025-06-03T00:02:11.514Z | Compiling openssl v0.10.72 |
1387 | 2025-06-03T00:02:11.709Z | Compiling schemars v0.8.22 |
1388 | 2025-06-03T00:02:11.773Z | Compiling untrusted v0.7.1 |
1389 | 2025-06-03T00:02:11.841Z | Compiling untrusted v0.9.0 |
1390 | 2025-06-03T00:02:11.872Z | Compiling try-lock v0.2.5 |
1391 | 2025-06-03T00:02:11.928Z | Compiling adler2 v2.0.0 |
1392 | 2025-06-03T00:02:12.003Z | Compiling atomic-waker v1.1.2 |
1393 | 2025-06-03T00:02:12.060Z | Compiling rustversion v1.0.17 |
1394 | 2025-06-03T00:02:12.100Z | Compiling powerfmt v0.2.0 |
1395 | 2025-06-03T00:02:12.100Z | Compiling num-conv v0.1.0 |
1396 | 2025-06-03T00:02:12.150Z | Compiling foreign-types-shared v0.1.1 |
1397 | 2025-06-03T00:02:12.224Z | Compiling time-core v0.1.2 |
1398 | 2025-06-03T00:02:12.328Z | Compiling foreign-types v0.3.2 |
1399 | 2025-06-03T00:02:12.426Z | Compiling deranged v0.3.11 |
1400 | 2025-06-03T00:02:12.487Z | Compiling time-macros v0.2.18 |
1401 | 2025-06-03T00:02:12.535Z | Compiling miniz_oxide v0.8.5 |
1402 | 2025-06-03T00:02:12.567Z | Compiling want v0.3.1 |
1403 | 2025-06-03T00:02:12.862Z | Compiling schemars_derive v0.8.22 |
1404 | 2025-06-03T00:02:12.891Z | Compiling pest_derive v2.7.14 |
1405 | 2025-06-03T00:02:13.838Z | Compiling goblin v0.8.2 |
1406 | 2025-06-03T00:02:15.162Z | Compiling tokio-util v0.7.13 |
1407 | 2025-06-03T00:02:15.673Z | Compiling rand_core v0.9.2 |
1408 | 2025-06-03T00:02:16.214Z | Compiling openssl-macros v0.1.1 |
1409 | 2025-06-03T00:02:16.681Z | Compiling h2 v0.4.6 |
1410 | 2025-06-03T00:02:16.849Z | Compiling tower-service v0.3.3 |
1411 | 2025-06-03T00:02:17.002Z | Compiling native-tls v0.2.12 |
1412 | 2025-06-03T00:02:17.054Z | Compiling httpdate v1.0.3 |
1413 | 2025-06-03T00:02:17.054Z | Compiling rustls v0.23.19 |
1414 | 2025-06-03T00:02:17.461Z | Compiling dyn-clone v1.0.19 |
1415 | 2025-06-03T00:02:17.595Z | Compiling syn v1.0.109 |
1416 | 2025-06-03T00:02:17.595Z | Compiling num_threads v0.1.7 |
1417 | 2025-06-03T00:02:17.715Z | Compiling time v0.3.36 |
1418 | 2025-06-03T00:02:19.798Z | Compiling dof v0.3.0 |
1419 | 2025-06-03T00:02:20.896Z | Compiling rand_chacha v0.9.0 |
1420 | 2025-06-03T00:02:21.848Z | Compiling dtrace-parser v0.2.0 |
1421 | 2025-06-03T00:02:22.290Z | Compiling unicode-normalization v0.1.24 |
1422 | 2025-06-03T00:02:22.889Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2025-06-03T00:02:23.391Z | Compiling heapless v0.7.17 |
1424 | 2025-06-03T00:02:23.568Z | Compiling rand_chacha v0.3.1 |
1425 | 2025-06-03T00:02:23.690Z | Compiling signature v2.2.0 |
1426 | 2025-06-03T00:02:23.802Z | Compiling hyper v1.6.0 |
1427 | 2025-06-03T00:02:23.833Z | Compiling crc32fast v1.4.2 |
1428 | 2025-06-03T00:02:24.026Z | Compiling cookie v0.18.1 |
1429 | 2025-06-03T00:02:24.215Z | Compiling unicode-bidi v0.3.17 |
1430 | 2025-06-03T00:02:24.354Z | Compiling signal-hook v0.3.17 |
1431 | 2025-06-03T00:02:24.588Z | Compiling openssl-probe v0.1.5 |
1432 | 2025-06-03T00:02:24.910Z | Compiling unicode-properties v0.1.3 |
1433 | 2025-06-03T00:02:25.155Z | Compiling base64 v0.22.1 |
1434 | 2025-06-03T00:02:25.324Z | Compiling zstd-safe v7.2.3 |
1435 | 2025-06-03T00:02:25.525Z | Compiling rayon-core v1.12.1 |
1436 | 2025-06-03T00:02:25.680Z | Compiling siphasher v0.3.11 |
1437 | 2025-06-03T00:02:25.762Z | Compiling slog v2.7.0 |
1438 | 2025-06-03T00:02:25.890Z | Compiling stringprep v0.1.5 |
1439 | 2025-06-03T00:02:26.024Z | Compiling phf_shared v0.11.2 |
1440 | 2025-06-03T00:02:26.338Z | Compiling hyper-util v0.1.11 |
1441 | 2025-06-03T00:02:26.402Z | Compiling rand v0.8.5 |
1442 | 2025-06-03T00:02:26.466Z | Compiling usdt-impl v0.5.0 |
1443 | 2025-06-03T00:02:26.622Z | Compiling crossbeam-deque v0.8.5 |
1444 | 2025-06-03T00:02:26.845Z | Compiling rand v0.9.0 |
1445 | 2025-06-03T00:02:27.567Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2025-06-03T00:02:27.858Z | Compiling serde_spanned v0.6.8 |
1447 | 2025-06-03T00:02:28.271Z | Compiling serde_tokenstream v0.2.2 |
1448 | 2025-06-03T00:02:28.271Z | Compiling toml_datetime v0.6.9 |
1449 | 2025-06-03T00:02:28.706Z | Compiling md-5 v0.10.6 |
1450 | 2025-06-03T00:02:28.706Z | Compiling num-integer v0.1.46 |
1451 | 2025-06-03T00:02:28.706Z | Compiling ff v0.13.0 |
1452 | 2025-06-03T00:02:29.231Z | Compiling hash32 v0.2.1 |
1453 | 2025-06-03T00:02:29.231Z | Compiling memoffset v0.9.1 |
1454 | 2025-06-03T00:02:29.681Z | Compiling newtype-uuid v1.2.1 |
1455 | 2025-06-03T00:02:29.682Z | Compiling base16ct v0.2.0 |
1456 | 2025-06-03T00:02:29.682Z | Compiling smoltcp v0.9.1 |
1457 | 2025-06-03T00:02:29.682Z | Compiling num-bigint-dig v0.8.4 |
1458 | 2025-06-03T00:02:29.682Z | Compiling cfg_aliases v0.2.1 |
1459 | 2025-06-03T00:02:29.682Z | Compiling litrs v0.4.1 |
1460 | 2025-06-03T00:02:29.682Z | Compiling portable-atomic v1.11.0 |
1461 | 2025-06-03T00:02:29.682Z | Compiling gimli v0.31.1 |
1462 | 2025-06-03T00:02:29.682Z | Compiling fallible-iterator v0.2.0 |
1463 | 2025-06-03T00:02:29.682Z | Compiling psl-types v2.0.11 |
1464 | 2025-06-03T00:02:29.934Z | Compiling nix v0.29.0 |
1465 | 2025-06-03T00:02:29.935Z | Compiling publicsuffix v2.3.0 |
1466 | 2025-06-03T00:02:30.266Z | Compiling postgres-protocol v0.6.8 |
1467 | 2025-06-03T00:02:30.266Z | Compiling sec1 v0.7.3 |
1468 | 2025-06-03T00:02:30.422Z | Compiling document-features v0.2.10 |
1469 | 2025-06-03T00:02:30.498Z | Compiling num-iter v0.1.45 |
1470 | 2025-06-03T00:02:30.634Z | Compiling group v0.13.0 |
1471 | 2025-06-03T00:02:31.370Z | Compiling tokio-native-tls v0.3.1 |
1472 | 2025-06-03T00:02:31.668Z | Compiling flate2 v1.1.1 |
1473 | 2025-06-03T00:02:31.989Z | Compiling ipnetwork v0.21.1 |
1474 | 2025-06-03T00:02:32.066Z | Compiling webpki-roots v0.26.6 |
1475 | 2025-06-03T00:02:32.249Z | Compiling http-body-util v0.1.3 |
1476 | 2025-06-03T00:02:32.403Z | Compiling terminal_size v0.4.0 |
1477 | 2025-06-03T00:02:32.566Z | Compiling hkdf v0.12.4 |
1478 | 2025-06-03T00:02:32.627Z | Compiling crypto-bigint v0.5.5 |
1479 | 2025-06-03T00:02:32.666Z | Compiling curve25519-dalek-derive v0.1.1 |
1480 | 2025-06-03T00:02:32.739Z | Compiling async-trait v0.1.88 |
1481 | 2025-06-03T00:02:32.874Z | Compiling sync_wrapper v1.0.1 |
1482 | 2025-06-03T00:02:32.975Z | Compiling fs-err v3.1.0 |
1483 | 2025-06-03T00:02:33.136Z | Compiling ahash v0.8.11 |
1484 | 2025-06-03T00:02:33.197Z | Compiling object v0.36.5 |
1485 | 2025-06-03T00:02:33.698Z | Compiling addr2line v0.24.2 |
1486 | 2025-06-03T00:02:34.045Z | Compiling rustc-demangle v0.1.24 |
1487 | 2025-06-03T00:02:34.088Z | Compiling buf-list v1.0.3 |
1488 | 2025-06-03T00:02:34.334Z | Compiling managed v0.8.0 |
1489 | 2025-06-03T00:02:34.726Z | Compiling lockfree-object-pool v0.1.6 |
1490 | 2025-06-03T00:02:34.787Z | Compiling anyhow v1.0.98 |
1491 | 2025-06-03T00:02:34.919Z | Compiling winnow v0.5.40 |
1492 | 2025-06-03T00:02:35.018Z | Compiling tower-layer v0.3.3 |
1493 | 2025-06-03T00:02:35.118Z | Compiling simd-adler32 v0.3.7 |
1494 | 2025-06-03T00:02:35.353Z | Compiling bumpalo v3.16.0 |
1495 | 2025-06-03T00:02:35.404Z | Compiling ipnet v2.11.0 |
1496 | 2025-06-03T00:02:35.646Z | Compiling unicode-width v0.2.0 |
1497 | 2025-06-03T00:02:35.842Z | Compiling zip v2.6.1 |
1498 | 2025-06-03T00:02:36.170Z | Compiling console v0.15.10 |
1499 | 2025-06-03T00:02:36.206Z | Compiling zopfli v0.8.1 |
1500 | 2025-06-03T00:02:36.514Z | Compiling elliptic-curve v0.13.8 |
1501 | 2025-06-03T00:02:37.421Z | Compiling strum_macros v0.25.3 |
1502 | 2025-06-03T00:02:37.702Z | Compiling clap_builder v4.5.35 |
1503 | 2025-06-03T00:02:37.758Z | Compiling tower v0.5.2 |
1504 | 2025-06-03T00:02:38.278Z | Compiling toml_edit v0.19.15 |
1505 | 2025-06-03T00:02:40.570Z | Compiling hubpack_derive v0.1.1 |
1506 | 2025-06-03T00:02:40.570Z | Compiling hubpack v0.1.2 |
1507 | 2025-06-03T00:02:41.589Z | Compiling backtrace v0.3.74 |
1508 | 2025-06-03T00:02:41.589Z | Compiling hyper-tls v0.6.0 |
1509 | 2025-06-03T00:02:41.589Z | Compiling oxnet v0.1.2 |
1510 | 2025-06-03T00:02:41.589Z | Compiling rayon v1.10.0 |
1511 | 2025-06-03T00:02:41.589Z | Compiling cookie_store v0.21.1 |
1512 | 2025-06-03T00:02:42.496Z | Compiling signal-hook-mio v0.2.4 |
1513 | 2025-06-03T00:02:42.496Z | Compiling zstd v0.13.3 |
1514 | 2025-06-03T00:02:42.496Z | Compiling postgres-types v0.2.9 |
1515 | 2025-06-03T00:02:45.436Z | Compiling usdt-macro v0.5.0 |
1516 | 2025-06-03T00:02:45.436Z | Compiling usdt-attr-macro v0.5.0 |
1517 | 2025-06-03T00:02:45.436Z | Compiling phf v0.11.2 |
1518 | 2025-06-03T00:02:45.436Z | Compiling ed25519 v2.2.3 |
1519 | 2025-06-03T00:02:45.436Z | Compiling strum_macros v0.26.4 |
1520 | 2025-06-03T00:02:46.338Z | Compiling bzip2 v0.5.2 |
1521 | 2025-06-03T00:02:46.338Z | Compiling bzip2 v0.4.4 |
1522 | 2025-06-03T00:02:46.338Z | Compiling enum-as-inner v0.6.1 |
1523 | 2025-06-03T00:02:46.338Z | Compiling clap_derive v4.5.32 |
1524 | 2025-06-03T00:02:46.338Z | Compiling rustls-pemfile v2.2.0 |
1525 | 2025-06-03T00:02:46.338Z | Compiling pkcs1 v0.7.5 |
1526 | 2025-06-03T00:02:46.338Z | Compiling futures-executor v0.3.31 |
1527 | 2025-06-03T00:02:47.254Z | Compiling serde_urlencoded v0.7.1 |
1528 | 2025-06-03T00:02:47.254Z | Compiling serde-big-array v0.5.1 |
1529 | 2025-06-03T00:02:47.255Z | Compiling rfc6979 v0.4.0 |
1530 | 2025-06-03T00:02:47.255Z | Compiling bstr v1.10.0 |
1531 | 2025-06-03T00:02:47.255Z | Compiling serde_repr v0.1.19 |
1532 | 2025-06-03T00:02:47.255Z | Compiling daft-derive v0.1.3 |
1533 | 2025-06-03T00:02:47.255Z | Compiling float-cmp v0.10.0 |
1534 | 2025-06-03T00:02:48.541Z | Compiling encoding_rs v0.8.34 |
1535 | 2025-06-03T00:02:48.541Z | Compiling new_debug_unreachable v1.0.6 |
1536 | 2025-06-03T00:02:51.350Z | Compiling precomputed-hash v0.1.1 |
1537 | 2025-06-03T00:02:51.351Z | Compiling fixedbitset v0.4.2 |
1538 | 2025-06-03T00:02:51.351Z | Compiling predicates-core v1.0.8 |
1539 | 2025-06-03T00:02:51.351Z | Compiling static_assertions v1.1.0 |
1540 | 2025-06-03T00:02:51.351Z | Compiling whoami v1.5.2 |
1541 | 2025-06-03T00:02:51.351Z | Compiling data-encoding v2.6.0 |
1542 | 2025-06-03T00:02:51.351Z | Compiling number_prefix v0.4.0 |
1543 | 2025-06-03T00:02:51.351Z | Compiling difflib v0.4.0 |
1544 | 2025-06-03T00:02:53.337Z | Compiling normalize-line-endings v0.3.0 |
1545 | 2025-06-03T00:02:53.337Z | Compiling unicode-segmentation v1.12.0 |
1546 | 2025-06-03T00:02:53.338Z | Compiling mime v0.3.17 |
1547 | 2025-06-03T00:02:53.338Z | Compiling clap v4.5.35 |
1548 | 2025-06-03T00:02:53.338Z | Compiling similar v2.7.0 |
1549 | 2025-06-03T00:02:53.338Z | Compiling predicates v3.1.3 |
1550 | 2025-06-03T00:02:53.338Z | Compiling hickory-proto v0.24.4 |
1551 | 2025-06-03T00:02:53.338Z | Compiling strum v0.26.3 |
1552 | 2025-06-03T00:02:53.338Z | Compiling toml_edit v0.22.26 |
1553 | 2025-06-03T00:02:53.338Z | Compiling indicatif v0.17.11 |
1554 | 2025-06-03T00:02:53.338Z | Compiling tokio-postgres v0.7.13 |
1555 | 2025-06-03T00:02:53.338Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1556 | 2025-06-03T00:02:53.338Z | Compiling petgraph v0.6.5 |
1557 | 2025-06-03T00:02:53.338Z | Compiling daft v0.1.3 |
1558 | 2025-06-03T00:02:53.339Z | Compiling string_cache v0.8.9 |
1559 | 2025-06-03T00:02:55.526Z | Compiling usdt v0.5.0 |
1560 | 2025-06-03T00:02:55.526Z | Compiling ecdsa v0.16.9 |
1561 | 2025-06-03T00:02:57.576Z | Compiling rsa v0.9.6 |
1562 | 2025-06-03T00:02:57.576Z | Compiling futures v0.3.31 |
1563 | 2025-06-03T00:02:57.576Z | Compiling zip v0.6.6 |
1564 | 2025-06-03T00:02:57.577Z | Compiling ed25519-dalek v2.1.1 |
1565 | 2025-06-03T00:02:57.577Z | Compiling toml v0.7.8 |
1566 | 2025-06-03T00:02:57.577Z | Compiling crossterm v0.28.1 |
1567 | 2025-06-03T00:02:58.351Z | Compiling tokio-stream v0.1.17 |
1568 | 2025-06-03T00:02:58.351Z | Compiling openapiv3 v2.0.0 |
1569 | 2025-06-03T00:03:00.014Z | Compiling x509-cert v0.2.5 |
1570 | 2025-06-03T00:03:00.014Z | Compiling sha1 v0.10.6 |
1571 | 2025-06-03T00:03:00.015Z | Compiling itertools v0.10.5 |
1572 | 2025-06-03T00:03:00.927Z | Compiling dirs-sys-next v0.1.2 |
1573 | 2025-06-03T00:03:00.927Z | Compiling winnow v0.6.26 |
1574 | 2025-06-03T00:03:00.927Z | Compiling lalrpop-util v0.19.12 |
1575 | 2025-06-03T00:03:00.927Z | Compiling peg-runtime v0.8.5 |
1576 | 2025-06-03T00:03:00.928Z | Compiling unicode-xid v0.2.6 |
1577 | 2025-06-03T00:03:00.928Z | Compiling rustc-hash v2.1.1 |
1578 | 2025-06-03T00:03:00.928Z | Compiling dirs-next v2.0.0 |
1579 | 2025-06-03T00:03:00.928Z | Compiling thread_local v1.1.8 |
1580 | 2025-06-03T00:03:00.928Z | Compiling slog-async v2.8.0 |
1581 | 2025-06-03T00:03:02.106Z | Compiling term v0.7.0 |
1582 | 2025-06-03T00:03:02.106Z | Compiling crossbeam-channel v0.5.15 |
1583 | 2025-06-03T00:03:02.106Z | Compiling xattr v1.3.1 |
1584 | 2025-06-03T00:03:02.106Z | Compiling is-terminal v0.4.13 |
1585 | 2025-06-03T00:03:02.106Z | Compiling filetime v0.2.25 |
1586 | 2025-06-03T00:03:02.106Z | Compiling take_mut v0.2.2 |
1587 | 2025-06-03T00:03:03.119Z | Compiling tar v0.4.44 |
1588 | 2025-06-03T00:03:03.120Z | Compiling slog-term v2.9.1 |
1589 | 2025-06-03T00:03:03.120Z | Compiling camino v1.1.9 |
1590 | 2025-06-03T00:03:08.537Z | Compiling aws-lc-sys v0.26.0 |
1591 | 2025-06-03T00:03:41.356Z | Compiling rustls-webpki v0.102.8 |
1592 | 2025-06-03T00:03:47.590Z | Compiling tokio-rustls v0.26.0 |
1593 | 2025-06-03T00:03:47.940Z | Compiling hyper-rustls v0.27.3 |
1594 | 2025-06-03T00:03:48.275Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1595 | 2025-06-03T00:03:52.810Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1596 | 2025-06-03T00:03:53.185Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1597 | 2025-06-03T00:03:59.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1598 | 2025-06-03T00:03:59.494Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1599 | 2025-06-03T00:03:59.571Z | Jun 03 00:03:59.025 INFO Starting download, target: Console |
1600 | 2025-06-03T00:03:59.571Z | Jun 03 00:03:59.026 INFO Starting download, target: Clickhouse |
1601 | 2025-06-03T00:03:59.571Z | Jun 03 00:03:59.026 INFO Starting download, target: Cockroach |
1602 | 2025-06-03T00:03:59.571Z | Jun 03 00:03:59.026 INFO Starting download, target: DendriteStub |
1603 | 2025-06-03T00:03:59.571Z | Jun 03 00:03:59.026 INFO Starting download, target: MaghemiteMgd |
1604 | 2025-06-03T00:03:59.571Z | Jun 03 00:03:59.026 INFO Starting download, target: TransceiverControl |
1605 | 2025-06-03T00:03:59.596Z | Jun 03 00:03:59.027 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1606 | 2025-06-03T00:03:59.596Z | Jun 03 00:03:59.027 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1607 | 2025-06-03T00:03:59.596Z | Jun 03 00:03:59.028 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1608 | 2025-06-03T00:03:59.596Z | Jun 03 00:03:59.028 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1609 | 2025-06-03T00:03:59.596Z | Jun 03 00:03:59.028 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1610 | 2025-06-03T00:03:59.596Z | Jun 03 00:03:59.028 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1611 | 2025-06-03T00:03:59.921Z | Jun 03 00:03:59.364 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1612 | 2025-06-03T00:04:00.281Z | Jun 03 00:03:59.734 INFO Download complete, target: Console |
1613 | 2025-06-03T00:04:04.004Z | Jun 03 00:04:03.458 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1614 | 2025-06-03T00:04:04.385Z | Jun 03 00:04:03.840 INFO Download complete, target: TransceiverControl |
1615 | 2025-06-03T00:04:07.428Z | Jun 03 00:04:06.883 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1616 | 2025-06-03T00:04:07.428Z | Jun 03 00:04:06.883 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1617 | 2025-06-03T00:04:08.469Z | Jun 03 00:04:07.923 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1618 | 2025-06-03T00:04:10.907Z | Jun 03 00:04:10.362 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1619 | 2025-06-03T00:04:11.848Z | Jun 03 00:04:11.299 INFO Download complete, target: MaghemiteMgd |
1620 | 2025-06-03T00:04:14.272Z | Jun 03 00:04:13.727 INFO Download complete, target: DendriteStub |
1621 | 2025-06-03T00:04:15.191Z | Jun 03 00:04:14.645 INFO Checking that binary works, target: Cockroach |
1622 | 2025-06-03T00:04:15.489Z | Jun 03 00:04:14.945 INFO Download complete, target: Cockroach |
1623 | 2025-06-03T00:04:26.302Z | Jun 03 00:04:25.757 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1624 | 2025-06-03T00:04:37.617Z | Jun 03 00:04:37.073 INFO Checking that binary works, target: Clickhouse |
1625 | 2025-06-03T00:04:37.823Z | Jun 03 00:04:37.277 INFO Download complete, target: Clickhouse |
1626 | 2025-06-03T00:04:37.850Z | All builder prerequisites installed successfully, and PATH looks valid |
1627 | 2025-06-03T00:04:37.876Z | |
1628 | 2025-06-03T00:04:37.876Z | real 5:46.742193234 |
1629 | 2025-06-03T00:04:37.876Z | user 15:12.276798102 |
1630 | 2025-06-03T00:04:37.876Z | sys 2:32.586696266 |
1631 | 2025-06-03T00:04:37.876Z | trap 0.610609212 |
1632 | 2025-06-03T00:04:37.876Z | tflt 0.445244192 |
1633 | 2025-06-03T00:04:37.876Z | dflt 1.234861753 |
1634 | 2025-06-03T00:04:37.876Z | kflt 0.011076195 |
1635 | 2025-06-03T00:04:37.876Z | lock 29:31.954247554 |
1636 | 2025-06-03T00:04:37.876Z | slp 56:12.498759756 |
1637 | 2025-06-03T00:04:37.876Z | lat 1:06.209328972 |
1638 | 2025-06-03T00:04:37.876Z | stop 2:29.842100772 |
1639 | 2025-06-03T00:04:37.876Z | + banner clippy |
1640 | 2025-06-03T00:04:37.876Z | |
1641 | 2025-06-03T00:04:37.876Z | #### # # ##### ##### # # |
1642 | 2025-06-03T00:04:37.876Z | # # # # # # # # # # |
1643 | 2025-06-03T00:04:37.876Z | # # # # # # # # |
1644 | 2025-06-03T00:04:37.876Z | # # # ##### ##### # |
1645 | 2025-06-03T00:04:37.876Z | # # # # # # # |
1646 | 2025-06-03T00:04:37.876Z | #### ###### # # # # |
1647 | 2025-06-03T00:04:37.876Z | |
1648 | 2025-06-03T00:04:37.876Z | + export CARGO_INCREMENTAL=0 |
1649 | 2025-06-03T00:04:37.877Z | + CARGO_INCREMENTAL=0 |
1650 | 2025-06-03T00:04:37.877Z | + ptime -m cargo xtask clippy |
1651 | 2025-06-03T00:04:38.862Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1652 | 2025-06-03T00:04:39.168Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1653 | 2025-06-03T00:04:42.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
1654 | 2025-06-03T00:04:42.881Z | Running `target/debug/xtask clippy` |
1655 | 2025-06-03T00:04:42.924Z | running: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1656 | 2025-06-03T00:04:43.946Z | Downloading crates ... |
1657 | 2025-06-03T00:04:44.340Z | Downloaded anes v0.1.6 |
1658 | 2025-06-03T00:04:44.365Z | Downloaded target-triple v0.1.3 |
1659 | 2025-06-03T00:04:44.390Z | Downloaded tinytemplate v1.2.1 |
1660 | 2025-06-03T00:04:44.390Z | Downloaded trybuild v1.0.103 |
1661 | 2025-06-03T00:04:44.390Z | Downloaded target-spec v3.4.2 |
1662 | 2025-06-03T00:04:44.390Z | Downloaded fancy-regex v0.14.0 |
1663 | 2025-06-03T00:04:44.390Z | Downloaded rstest_macros v0.24.0 |
1664 | 2025-06-03T00:04:44.415Z | Downloaded rand_distr v0.4.3 |
1665 | 2025-06-03T00:04:44.415Z | Downloaded plotters v0.3.7 |
1666 | 2025-06-03T00:04:44.415Z | Downloaded guppy v0.17.18 |
1667 | 2025-06-03T00:04:44.415Z | Downloaded async-std v1.13.0 |
1668 | 2025-06-03T00:04:44.440Z | Downloaded criterion v0.5.1 |
1669 | 2025-06-03T00:04:44.464Z | Downloaded polling v3.7.3 |
1670 | 2025-06-03T00:04:44.465Z | Downloaded futures-lite v2.3.0 |
1671 | 2025-06-03T00:04:44.465Z | Downloaded cfg-expr v0.18.0 |
1672 | 2025-06-03T00:04:44.465Z | Downloaded blake2b_simd v1.0.2 |
1673 | 2025-06-03T00:04:44.465Z | Downloaded async-lock v3.4.0 |
1674 | 2025-06-03T00:04:44.465Z | Downloaded rstest v0.24.0 |
1675 | 2025-06-03T00:04:44.465Z | Downloaded pathdiff v0.2.3 |
1676 | 2025-06-03T00:04:44.465Z | Downloaded path-tree v0.8.1 |
1677 | 2025-06-03T00:04:44.489Z | Downloaded partial-io v0.5.4 |
1678 | 2025-06-03T00:04:44.489Z | Downloaded ignore v0.4.23 |
1679 | 2025-06-03T00:04:44.489Z | Downloaded httptest v0.16.3 |
1680 | 2025-06-03T00:04:44.490Z | Downloaded event-listener-strategy v0.5.2 |
1681 | 2025-06-03T00:04:44.490Z | Downloaded event-listener v5.3.1 |
1682 | 2025-06-03T00:04:44.490Z | Downloaded datatest-stable v0.3.2 |
1683 | 2025-06-03T00:04:44.490Z | Downloaded async-task v4.7.1 |
1684 | 2025-06-03T00:04:44.515Z | Downloaded async-io v2.3.4 |
1685 | 2025-06-03T00:04:44.515Z | Downloaded target-lexicon v0.13.2 |
1686 | 2025-06-03T00:04:44.515Z | Downloaded stringmetrics v2.2.2 |
1687 | 2025-06-03T00:04:44.515Z | Downloaded similar-asserts v1.7.0 |
1688 | 2025-06-03T00:04:44.515Z | Downloaded serde_regex v1.1.0 |
1689 | 2025-06-03T00:04:44.515Z | Downloaded rustls-native-certs v0.7.3 |
1690 | 2025-06-03T00:04:44.515Z | Downloaded rust-argon2 v2.1.0 |
1691 | 2025-06-03T00:04:44.515Z | Downloaded relative-path v1.9.3 |
1692 | 2025-06-03T00:04:44.515Z | Downloaded plotters-backend v0.3.7 |
1693 | 2025-06-03T00:04:44.515Z | Downloaded piper v0.2.4 |
1694 | 2025-06-03T00:04:44.515Z | Downloaded parking v2.2.1 |
1695 | 2025-06-03T00:04:44.515Z | Downloaded oorandom v11.1.4 |
1696 | 2025-06-03T00:04:44.540Z | Downloaded libtest-mimic v0.8.1 |
1697 | 2025-06-03T00:04:44.540Z | Downloaded kv-log-macro v1.0.7 |
1698 | 2025-06-03T00:04:44.540Z | Downloaded hyper-rustls v0.26.0 |
1699 | 2025-06-03T00:04:44.540Z | Downloaded futures-timer v3.0.3 |
1700 | 2025-06-03T00:04:44.540Z | Downloaded event-listener v2.5.3 |
1701 | 2025-06-03T00:04:44.540Z | Downloaded criterion-plot v0.5.0 |
1702 | 2025-06-03T00:04:44.540Z | Downloaded concurrent-queue v2.5.0 |
1703 | 2025-06-03T00:04:44.540Z | Downloaded cast v0.3.0 |
1704 | 2025-06-03T00:04:44.540Z | Downloaded camino-tempfile-ext v0.3.0 |
1705 | 2025-06-03T00:04:44.540Z | Downloaded async-signal v0.2.10 |
1706 | 2025-06-03T00:04:44.540Z | Downloaded async-process v2.3.0 |
1707 | 2025-06-03T00:04:44.540Z | Downloaded async-object-pool v0.1.5 |
1708 | 2025-06-03T00:04:44.540Z | Downloaded async-global-executor v2.4.1 |
1709 | 2025-06-03T00:04:44.541Z | Downloaded async-executor v1.13.1 |
1710 | 2025-06-03T00:04:44.566Z | Downloaded async-channel v2.3.1 |
1711 | 2025-06-03T00:04:44.566Z | Downloaded async-attributes v1.1.2 |
1712 | 2025-06-03T00:04:44.566Z | Downloaded assert_cmd v2.0.17 |
1713 | 2025-06-03T00:04:44.566Z | Downloaded assert-json-diff v2.0.2 |
1714 | 2025-06-03T00:04:44.566Z | Downloaded approx v0.5.1 |
1715 | 2025-06-03T00:04:44.566Z | Downloaded proc-macro-crate v3.2.0 |
1716 | 2025-06-03T00:04:44.566Z | Downloaded predicates-tree v1.0.12 |
1717 | 2025-06-03T00:04:44.567Z | Downloaded plotters-svg v0.3.7 |
1718 | 2025-06-03T00:04:44.567Z | Downloaded nested v0.1.1 |
1719 | 2025-06-03T00:04:44.567Z | Downloaded guppy-workspace-hack v0.1.0 |
1720 | 2025-06-03T00:04:44.567Z | Downloaded globwalk v0.9.1 |
1721 | 2025-06-03T00:04:44.567Z | Downloaded escape8259 v0.5.3 |
1722 | 2025-06-03T00:04:44.567Z | Downloaded doc-comment v0.3.3 |
1723 | 2025-06-03T00:04:44.567Z | Downloaded blocking v1.6.1 |
1724 | 2025-06-03T00:04:44.567Z | Downloaded async-channel v1.9.0 |
1725 | 2025-06-03T00:04:44.567Z | Downloaded httpmock v0.8.0-alpha.1 |
1726 | 2025-06-03T00:04:47.073Z | Checking cfg-if v1.0.0 |
1727 | 2025-06-03T00:04:47.164Z | Checking libc v0.2.172 |
1728 | 2025-06-03T00:04:47.221Z | Checking serde v1.0.219 |
1729 | 2025-06-03T00:04:47.281Z | Checking memchr v2.7.4 |
1730 | 2025-06-03T00:04:47.333Z | Checking smallvec v1.14.0 |
1731 | 2025-06-03T00:04:47.358Z | Checking value-bag v1.9.0 |
1732 | 2025-06-03T00:04:47.434Z | Checking itoa v1.0.11 |
1733 | 2025-06-03T00:04:47.497Z | Checking scopeguard v1.2.0 |
1734 | 2025-06-03T00:04:47.522Z | Checking zeroize v1.8.1 |
1735 | 2025-06-03T00:04:47.741Z | Checking pin-project-lite v0.2.14 |
1736 | 2025-06-03T00:04:47.791Z | Checking lock_api v0.4.12 |
1737 | 2025-06-03T00:04:47.841Z | Checking log v0.4.27 |
1738 | 2025-06-03T00:04:47.887Z | Checking libm v0.2.8 |
1739 | 2025-06-03T00:04:47.944Z | Checking ryu v1.0.18 |
1740 | 2025-06-03T00:04:47.969Z | Checking stable_deref_trait v1.2.0 |
1741 | 2025-06-03T00:04:48.154Z | Checking subtle v2.6.1 |
1742 | 2025-06-03T00:04:48.200Z | Checking once_cell v1.21.3 |
1743 | 2025-06-03T00:04:48.250Z | Checking getrandom v0.2.15 |
1744 | 2025-06-03T00:04:48.294Z | Checking zerofrom v0.1.4 |
1745 | 2025-06-03T00:04:48.351Z | Checking byteorder v1.5.0 |
1746 | 2025-06-03T00:04:48.404Z | Checking parking_lot_core v0.9.10 |
1747 | 2025-06-03T00:04:48.461Z | Checking signal-hook-registry v1.4.2 |
1748 | 2025-06-03T00:04:48.565Z | Checking rand_core v0.6.4 |
1749 | 2025-06-03T00:04:48.610Z | Checking yoke v0.7.4 |
1750 | 2025-06-03T00:04:48.661Z | Checking writeable v0.5.5 |
1751 | 2025-06-03T00:04:48.764Z | Checking num-traits v0.2.19 |
1752 | 2025-06-03T00:04:48.817Z | Checking parking_lot v0.12.3 |
1753 | 2025-06-03T00:04:48.842Z | Checking litemap v0.7.3 |
1754 | 2025-06-03T00:04:48.916Z | Checking typenum v1.17.0 |
1755 | 2025-06-03T00:04:48.962Z | Checking futures-core v0.3.31 |
1756 | 2025-06-03T00:04:49.022Z | Checking zerovec v0.10.4 |
1757 | 2025-06-03T00:04:49.068Z | Checking icu_locid_transform_data v1.5.0 |
1758 | 2025-06-03T00:04:49.210Z | Checking mio v1.0.2 |
1759 | 2025-06-03T00:04:49.257Z | Checking percent-encoding v2.3.1 |
1760 | 2025-06-03T00:04:49.282Z | Checking icu_properties_data v1.5.0 |
1761 | 2025-06-03T00:04:49.347Z | Checking write16 v1.0.0 |
1762 | 2025-06-03T00:04:49.500Z | Checking utf16_iter v1.0.5 |
1763 | 2025-06-03T00:04:49.546Z | Checking utf8_iter v1.0.4 |
1764 | 2025-06-03T00:04:49.596Z | Checking icu_normalizer_data v1.5.0 |
1765 | 2025-06-03T00:04:49.709Z | Checking form_urlencoded v1.2.1 |
1766 | 2025-06-03T00:04:49.766Z | Checking socket2 v0.5.9 |
1767 | 2025-06-03T00:04:49.831Z | Checking foldhash v0.1.3 |
1768 | 2025-06-03T00:04:49.855Z | Checking equivalent v1.0.2 |
1769 | 2025-06-03T00:04:49.922Z | Checking generic-array v0.14.7 |
1770 | 2025-06-03T00:04:49.980Z | Checking allocator-api2 v0.2.18 |
1771 | 2025-06-03T00:04:50.071Z | Checking getrandom v0.3.1 |
1772 | 2025-06-03T00:04:50.129Z | Checking thiserror v1.0.69 |
1773 | 2025-06-03T00:04:50.184Z | Checking iana-time-zone v0.1.63 |
1774 | 2025-06-03T00:04:50.306Z | Checking slab v0.4.9 |
1775 | 2025-06-03T00:04:50.350Z | Checking futures-io v0.3.31 |
1776 | 2025-06-03T00:04:50.406Z | Checking const-oid v0.9.6 |
1777 | 2025-06-03T00:04:50.463Z | Checking zerocopy v0.7.35 |
1778 | 2025-06-03T00:04:50.511Z | Checking tinystr v0.7.6 |
1779 | 2025-06-03T00:04:50.575Z | Checking icu_collections v1.5.0 |
1780 | 2025-06-03T00:04:50.625Z | Checking hashbrown v0.15.3 |
1781 | 2025-06-03T00:04:50.682Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1782 | 2025-06-03T00:04:50.875Z | Checking icu_locid v1.5.0 |
1783 | 2025-06-03T00:04:50.928Z | Checking crypto-common v0.1.6 |
1784 | 2025-06-03T00:04:50.998Z | Checking block-buffer v0.10.4 |
1785 | 2025-06-03T00:04:51.157Z | Checking errno v0.3.9 |
1786 | 2025-06-03T00:04:51.280Z | Checking futures-sink v0.3.31 |
1787 | 2025-06-03T00:04:51.351Z | Checking cpufeatures v0.2.14 |
1788 | 2025-06-03T00:04:51.401Z | Checking bytes v1.10.1 |
1789 | 2025-06-03T00:04:51.426Z | Checking bitflags v2.9.0 |
1790 | 2025-06-03T00:04:51.492Z | Checking serde_json v1.0.140 |
1791 | 2025-06-03T00:04:51.543Z | Checking chrono v0.4.41 |
1792 | 2025-06-03T00:04:51.583Z | Checking uuid v1.16.0 |
1793 | 2025-06-03T00:04:51.633Z | Checking semver v1.0.26 |
1794 | 2025-06-03T00:04:51.764Z | Checking fnv v1.0.7 |
1795 | 2025-06-03T00:04:51.811Z | Checking icu_provider v1.5.0 |
1796 | 2025-06-03T00:04:51.946Z | Checking rustix v0.38.37 |
1797 | 2025-06-03T00:04:51.993Z | Checking digest v0.10.7 |
1798 | 2025-06-03T00:04:52.059Z | Checking pin-utils v0.1.0 |
1799 | 2025-06-03T00:04:52.198Z | Checking dyn-clone v1.0.19 |
1800 | 2025-06-03T00:04:52.239Z | Checking indexmap v2.9.0 |
1801 | 2025-06-03T00:04:52.366Z | Checking tokio v1.45.0 |
1802 | 2025-06-03T00:04:52.418Z | Checking futures-channel v0.3.31 |
1803 | 2025-06-03T00:04:52.443Z | Checking icu_locid_transform v1.5.0 |
1804 | 2025-06-03T00:04:52.443Z | Checking futures-task v0.3.31 |
1805 | 2025-06-03T00:04:52.782Z | Checking tracing-core v0.1.32 |
1806 | 2025-06-03T00:04:52.825Z | Checking futures-util v0.3.31 |
1807 | 2025-06-03T00:04:52.978Z | Checking ppv-lite86 v0.2.20 |
1808 | 2025-06-03T00:04:53.282Z | Checking http v1.3.1 |
1809 | 2025-06-03T00:04:53.366Z | Checking regex-syntax v0.8.5 |
1810 | 2025-06-03T00:04:53.413Z | Checking icu_properties v1.5.1 |
1811 | 2025-06-03T00:04:53.438Z | Checking tracing v0.1.40 |
1812 | 2025-06-03T00:04:53.607Z | Checking rand_chacha v0.3.1 |
1813 | 2025-06-03T00:04:53.833Z | Checking crossbeam-utils v0.8.21 |
1814 | 2025-06-03T00:04:54.011Z | Checking rand v0.8.5 |
1815 | 2025-06-03T00:04:54.432Z | Checking block-padding v0.3.3 |
1816 | 2025-06-03T00:04:54.494Z | Checking aho-corasick v1.1.3 |
1817 | 2025-06-03T00:04:54.674Z | Checking inout v0.1.3 |
1818 | 2025-06-03T00:04:54.758Z | Checking unicode-ident v1.0.18 |
1819 | 2025-06-03T00:04:54.925Z | Checking cipher v0.4.4 |
1820 | 2025-06-03T00:04:54.974Z | Checking proc-macro2 v1.0.95 |
1821 | 2025-06-03T00:04:55.125Z | Checking atomic-waker v1.1.2 |
1822 | 2025-06-03T00:04:55.309Z | Checking spin v0.9.8 |
1823 | 2025-06-03T00:04:55.376Z | Checking powerfmt v0.2.0 |
1824 | 2025-06-03T00:04:55.648Z | Checking quote v1.0.40 |
1825 | 2025-06-03T00:04:55.713Z | Checking untrusted v0.9.0 |
1826 | 2025-06-03T00:04:55.737Z | Checking deranged v0.3.11 |
1827 | 2025-06-03T00:04:55.999Z | Checking ring v0.17.14 |
1828 | 2025-06-03T00:04:56.051Z | Checking syn v2.0.101 |
1829 | 2025-06-03T00:04:56.076Z | Checking httparse v1.9.5 |
1830 | 2025-06-03T00:04:56.141Z | Checking regex-automata v0.4.8 |
1831 | 2025-06-03T00:04:56.400Z | Checking icu_normalizer v1.5.0 |
1832 | 2025-06-03T00:04:56.488Z | Checking num-conv v0.1.0 |
1833 | 2025-06-03T00:04:56.778Z | Checking base64ct v1.6.0 |
1834 | 2025-06-03T00:04:56.930Z | Checking adler2 v2.0.0 |
1835 | 2025-06-03T00:04:57.024Z | Checking time-core v0.1.2 |
1836 | 2025-06-03T00:04:57.150Z | Checking num_threads v0.1.7 |
1837 | 2025-06-03T00:04:57.174Z | Checking idna_adapter v1.2.0 |
1838 | 2025-06-03T00:04:57.243Z | Checking miniz_oxide v0.8.5 |
1839 | 2025-06-03T00:04:57.243Z | Checking hmac v0.12.1 |
1840 | 2025-06-03T00:04:57.339Z | Checking time v0.3.36 |
1841 | 2025-06-03T00:04:57.429Z | Checking idna v1.0.3 |
1842 | 2025-06-03T00:04:57.544Z | Checking sha2 v0.10.8 |
1843 | 2025-06-03T00:04:57.920Z | Checking url v2.5.3 |
1844 | 2025-06-03T00:04:57.992Z | Checking rustls-pki-types v1.10.0 |
1845 | 2025-06-03T00:04:58.062Z | Checking base64 v0.22.1 |
1846 | 2025-06-03T00:04:58.102Z | Checking http-body v1.0.1 |
1847 | 2025-06-03T00:04:58.348Z | Checking aws-lc-sys v0.26.0 |
1848 | 2025-06-03T00:04:58.535Z | Checking httpdate v1.0.3 |
1849 | 2025-06-03T00:04:58.580Z | Checking try-lock v0.2.5 |
1850 | 2025-06-03T00:04:58.709Z | Checking tokio-util v0.7.13 |
1851 | 2025-06-03T00:04:58.785Z | Checking schemars v0.8.22 |
1852 | 2025-06-03T00:04:58.809Z | Checking untrusted v0.7.1 |
1853 | 2025-06-03T00:04:58.878Z | Checking utf8parse v0.2.2 |
1854 | 2025-06-03T00:04:59.050Z | Checking want v0.3.1 |
1855 | 2025-06-03T00:04:59.097Z | Checking pem-rfc7468 v0.7.0 |
1856 | 2025-06-03T00:04:59.285Z | Checking tower-service v0.3.3 |
1857 | 2025-06-03T00:04:59.417Z | Checking gimli v0.31.1 |
1858 | 2025-06-03T00:04:59.467Z | Checking flagset v0.4.6 |
1859 | 2025-06-03T00:04:59.519Z | Checking anstyle v1.0.10 |
1860 | 2025-06-03T00:04:59.680Z | Checking h2 v0.4.6 |
1861 | 2025-06-03T00:04:59.732Z | Checking der v0.7.9 |
1862 | 2025-06-03T00:04:59.873Z | Checking pbkdf2 v0.12.2 |
1863 | 2025-06-03T00:05:00.067Z | Checking lazy_static v1.5.0 |
1864 | 2025-06-03T00:05:00.110Z | Checking aes v0.8.4 |
1865 | 2025-06-03T00:05:00.246Z | Checking object v0.36.5 |
1866 | 2025-06-03T00:05:00.289Z | Checking rustc-demangle v0.1.24 |
1867 | 2025-06-03T00:05:00.375Z | Checking aws-lc-rs v1.12.4 |
1868 | 2025-06-03T00:05:00.739Z | Checking mime v0.3.17 |
1869 | 2025-06-03T00:05:00.936Z | Checking regex v1.11.1 |
1870 | 2025-06-03T00:05:01.077Z | Checking anstyle-parse v0.2.5 |
1871 | 2025-06-03T00:05:01.420Z | Checking salsa20 v0.10.2 |
1872 | 2025-06-03T00:05:01.486Z | Checking cbc v0.1.2 |
1873 | 2025-06-03T00:05:01.532Z | Checking spki v0.7.3 |
1874 | 2025-06-03T00:05:01.583Z | Checking slog v2.7.0 |
1875 | 2025-06-03T00:05:01.700Z | Checking anstyle-query v1.1.1 |
1876 | 2025-06-03T00:05:01.763Z | Checking foreign-types-shared v0.1.1 |
1877 | 2025-06-03T00:05:01.862Z | Checking ipnet v2.11.0 |
1878 | 2025-06-03T00:05:01.912Z | Checking is_terminal_polyfill v1.70.1 |
1879 | 2025-06-03T00:05:01.961Z | Checking colorchoice v1.0.2 |
1880 | 2025-06-03T00:05:02.076Z | Checking rustls-webpki v0.102.8 |
1881 | 2025-06-03T00:05:02.122Z | Checking openssl-probe v0.1.5 |
1882 | 2025-06-03T00:05:02.169Z | Checking foreign-types v0.3.2 |
1883 | 2025-06-03T00:05:02.214Z | Checking anstream v0.6.18 |
1884 | 2025-06-03T00:05:02.318Z | Checking scrypt v0.11.0 |
1885 | 2025-06-03T00:05:02.364Z | Checking http-body-util v0.1.3 |
1886 | 2025-06-03T00:05:02.390Z | Checking openssl-sys v0.9.107 |
1887 | 2025-06-03T00:05:02.583Z | Checking pkcs5 v0.7.1 |
1888 | 2025-06-03T00:05:02.628Z | Checking rustls-pemfile v2.2.0 |
1889 | 2025-06-03T00:05:02.795Z | Checking addr2line v0.24.2 |
1890 | 2025-06-03T00:05:02.843Z | Checking terminal_size v0.4.0 |
1891 | 2025-06-03T00:05:02.867Z | Checking strsim v0.11.1 |
1892 | 2025-06-03T00:05:02.946Z | Checking clap_lex v0.7.4 |
1893 | 2025-06-03T00:05:03.072Z | Checking rustls v0.23.19 |
1894 | 2025-06-03T00:05:03.115Z | Checking pkcs8 v0.10.2 |
1895 | 2025-06-03T00:05:03.226Z | Checking serde_urlencoded v0.7.1 |
1896 | 2025-06-03T00:05:03.268Z | Checking clap_builder v4.5.35 |
1897 | 2025-06-03T00:05:03.320Z | Checking encoding_rs v0.8.34 |
1898 | 2025-06-03T00:05:03.460Z | Checking either v1.14.0 |
1899 | 2025-06-03T00:05:03.501Z | Checking openssl v0.10.72 |
1900 | 2025-06-03T00:05:03.655Z | Checking psl-types v2.0.11 |
1901 | 2025-06-03T00:05:03.815Z | Checking cookie v0.18.1 |
1902 | 2025-06-03T00:05:03.875Z | Checking publicsuffix v2.3.0 |
1903 | 2025-06-03T00:05:04.175Z | Checking webpki-roots v0.26.6 |
1904 | 2025-06-03T00:05:04.248Z | Checking futures-executor v0.3.31 |
1905 | 2025-06-03T00:05:04.428Z | Checking toml_datetime v0.6.9 |
1906 | 2025-06-03T00:05:04.528Z | Checking serde_spanned v0.6.8 |
1907 | 2025-06-03T00:05:04.749Z | Checking sync_wrapper v1.0.1 |
1908 | 2025-06-03T00:05:04.793Z | Checking tower-layer v0.3.3 |
1909 | 2025-06-03T00:05:04.967Z | Checking futures v0.3.31 |
1910 | 2025-06-03T00:05:05.122Z | Checking tower v0.5.2 |
1911 | 2025-06-03T00:05:05.174Z | Checking cookie_store v0.21.1 |
1912 | 2025-06-03T00:05:05.249Z | Checking hyper v1.6.0 |
1913 | 2025-06-03T00:05:05.298Z | Checking ipnetwork v0.21.1 |
1914 | 2025-06-03T00:05:05.774Z | Checking openapiv3 v2.0.0 |
1915 | 2025-06-03T00:05:05.821Z | Checking backtrace v0.3.74 |
1916 | 2025-06-03T00:05:05.882Z | Checking signature v2.2.0 |
1917 | 2025-06-03T00:05:05.942Z | Checking data-encoding v2.6.0 |
1918 | 2025-06-03T00:05:06.112Z | Checking clap v4.5.35 |
1919 | 2025-06-03T00:05:06.165Z | Checking zerocopy v0.8.25 |
1920 | 2025-06-03T00:05:06.295Z | Checking tinyvec_macros v0.1.1 |
1921 | 2025-06-03T00:05:06.431Z | Checking anyhow v1.0.98 |
1922 | 2025-06-03T00:05:06.478Z | Checking bitflags v1.3.2 |
1923 | 2025-06-03T00:05:06.542Z | Checking tinyvec v1.8.0 |
1924 | 2025-06-03T00:05:06.651Z | Checking scroll v0.12.0 |
1925 | 2025-06-03T00:05:06.862Z | Checking plain v0.2.3 |
1926 | 2025-06-03T00:05:07.051Z | Checking ucd-trie v0.1.7 |
1927 | 2025-06-03T00:05:07.140Z | Checking goblin v0.8.2 |
1928 | 2025-06-03T00:05:07.229Z | Checking hyper-util v0.1.11 |
1929 | 2025-06-03T00:05:07.296Z | Checking pest v2.7.14 |
1930 | 2025-06-03T00:05:07.701Z | Checking sha1 v0.10.6 |
1931 | 2025-06-03T00:05:07.844Z | Checking tokio-rustls v0.26.0 |
1932 | 2025-06-03T00:05:08.012Z | Checking num-integer v0.1.46 |
1933 | 2025-06-03T00:05:08.078Z | Checking native-tls v0.2.12 |
1934 | 2025-06-03T00:05:08.261Z | Checking crc32fast v1.4.2 |
1935 | 2025-06-03T00:05:08.428Z | Checking tokio-native-tls v0.3.1 |
1936 | 2025-06-03T00:05:08.498Z | Checking static_assertions v1.1.0 |
1937 | 2025-06-03T00:05:08.544Z | Checking pretty-hex v0.4.1 |
1938 | 2025-06-03T00:05:08.598Z | Checking bstr v1.10.0 |
1939 | 2025-06-03T00:05:08.654Z | Checking thread-id v4.2.2 |
1940 | 2025-06-03T00:05:08.709Z | Checking unicode-width v0.2.0 |
1941 | 2025-06-03T00:05:08.942Z | Checking base16ct v0.2.0 |
1942 | 2025-06-03T00:05:08.976Z | Checking oxnet v0.1.2 |
1943 | 2025-06-03T00:05:08.976Z | Checking crossbeam-epoch v0.9.18 |
1944 | 2025-06-03T00:05:09.036Z | Checking sec1 v0.7.3 |
1945 | 2025-06-03T00:05:09.088Z | Checking hyper-tls v0.6.0 |
1946 | 2025-06-03T00:05:09.169Z | Checking hyper-rustls v0.27.3 |
1947 | 2025-06-03T00:05:09.253Z | Checking ff v0.13.0 |
1948 | 2025-06-03T00:05:09.340Z | Checking memmap v0.7.0 |
1949 | 2025-06-03T00:05:09.404Z | Checking toml_write v0.1.1 |
1950 | 2025-06-03T00:05:09.458Z | Checking winnow v0.7.10 |
1951 | 2025-06-03T00:05:09.483Z | Checking dtrace-parser v0.2.0 |
1952 | 2025-06-03T00:05:09.483Z | Checking num-iter v0.1.45 |
1953 | 2025-06-03T00:05:09.600Z | Checking group v0.13.0 |
1954 | 2025-06-03T00:05:09.624Z | Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1955 | 2025-06-03T00:05:09.625Z | Checking hkdf v0.12.4 |
1956 | 2025-06-03T00:05:09.754Z | Checking hubpack v0.1.2 |
1957 | 2025-06-03T00:05:09.779Z | Checking crypto-bigint v0.5.5 |
1958 | 2025-06-03T00:05:09.862Z | Checking unicode-segmentation v1.12.0 |
1959 | 2025-06-03T00:05:09.935Z | Checking crossbeam-deque v0.8.5 |
1960 | 2025-06-03T00:05:10.064Z | Checking flate2 v1.1.1 |
1961 | 2025-06-03T00:05:10.116Z | Checking strum v0.26.3 |
1962 | 2025-06-03T00:05:10.285Z | Checking winnow v0.5.40 |
1963 | 2025-06-03T00:05:10.369Z | Checking num-bigint-dig v0.8.4 |
1964 | 2025-06-03T00:05:10.573Z | Checking pkcs1 v0.7.5 |
1965 | 2025-06-03T00:05:10.679Z | Checking bzip2-sys v0.1.13+1.0.8 |
1966 | 2025-06-03T00:05:10.842Z | Compiling thiserror-impl v2.0.12 |
1967 | 2025-06-03T00:05:10.999Z | Checking unicode-normalization v0.1.24 |
1968 | 2025-06-03T00:05:11.475Z | Checking newtype-uuid v1.2.1 |
1969 | 2025-06-03T00:05:11.532Z | Checking dof v0.3.0 |
1970 | 2025-06-03T00:05:11.804Z | Checking rfc6979 v0.4.0 |
1971 | 2025-06-03T00:05:11.846Z | Checking managed v0.8.0 |
1972 | 2025-06-03T00:05:11.940Z | Checking toml_edit v0.22.26 |
1973 | 2025-06-03T00:05:12.038Z | Checking daft v0.1.3 |
1974 | 2025-06-03T00:05:12.148Z | Checking elliptic-curve v0.13.8 |
1975 | 2025-06-03T00:05:12.199Z | Checking usdt-impl v0.5.0 |
1976 | 2025-06-03T00:05:12.224Z | Checking rsa v0.9.6 |
1977 | 2025-06-03T00:05:12.299Z | Checking x509-cert v0.2.5 |
1978 | 2025-06-03T00:05:12.490Z | Checking curve25519-dalek v4.1.3 |
1979 | 2025-06-03T00:05:12.777Z | Checking toml_edit v0.19.15 |
1980 | 2025-06-03T00:05:12.828Z | Checking usdt v0.5.0 |
1981 | 2025-06-03T00:05:12.853Z | Checking ecdsa v0.16.9 |
1982 | 2025-06-03T00:05:13.135Z | Checking ahash v0.8.11 |
1983 | 2025-06-03T00:05:13.222Z | Checking signal-hook v0.3.17 |
1984 | 2025-06-03T00:05:13.463Z | Checking rayon-core v1.12.1 |
1985 | 2025-06-03T00:05:13.545Z | Checking rand_core v0.9.2 |
1986 | 2025-06-03T00:05:13.595Z | Checking ed25519 v2.2.3 |
1987 | 2025-06-03T00:05:13.645Z | Checking memoffset v0.9.1 |
1988 | 2025-06-03T00:05:13.711Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
1989 | 2025-06-03T00:05:13.805Z | Checking siphasher v0.3.11 |
1990 | 2025-06-03T00:05:13.924Z | Checking rand_chacha v0.9.0 |
1991 | 2025-06-03T00:05:13.974Z | Checking signal-hook-mio v0.2.4 |
1992 | 2025-06-03T00:05:13.999Z | Checking zstd-safe v7.2.3 |
1993 | 2025-06-03T00:05:14.107Z | Checking ed25519-dalek v2.1.1 |
1994 | 2025-06-03T00:05:14.158Z | Checking phf_shared v0.11.2 |
1995 | 2025-06-03T00:05:14.183Z | Checking bzip2 v0.4.4 |
1996 | 2025-06-03T00:05:14.252Z | Checking console v0.15.10 |
1997 | 2025-06-03T00:05:14.320Z | Checking hickory-proto v0.24.4 |
1998 | 2025-06-03T00:05:14.373Z | Checking simd-adler32 v0.3.7 |
1999 | 2025-06-03T00:05:14.402Z | Checking bumpalo v3.16.0 |
2000 | 2025-06-03T00:05:14.471Z | Checking lockfree-object-pool v0.1.6 |
2001 | 2025-06-03T00:05:14.533Z | Checking zip v0.6.6 |
2002 | 2025-06-03T00:05:14.582Z | Checking rand v0.9.0 |
2003 | 2025-06-03T00:05:14.746Z | Checking zstd v0.13.3 |
2004 | 2025-06-03T00:05:14.793Z | Checking crossterm v0.28.1 |
2005 | 2025-06-03T00:05:14.836Z | Checking zopfli v0.8.1 |
2006 | 2025-06-03T00:05:14.887Z | Checking bzip2 v0.5.2 |
2007 | 2025-06-03T00:05:14.989Z | Checking toml v0.7.8 |
2008 | 2025-06-03T00:05:15.158Z | Checking itertools v0.10.5 |
2009 | 2025-06-03T00:05:15.218Z | Checking hash32 v0.2.1 |
2010 | 2025-06-03T00:05:15.264Z | Checking winnow v0.6.26 |
2011 | 2025-06-03T00:05:15.546Z | Checking predicates-core v1.0.8 |
2012 | 2025-06-03T00:05:15.599Z | Checking unicode-properties v0.1.3 |
2013 | 2025-06-03T00:05:15.625Z | Checking unicode-bidi v0.3.17 |
2014 | 2025-06-03T00:05:15.699Z | Checking heapless v0.7.17 |
2015 | 2025-06-03T00:05:15.804Z | Checking zip v2.6.1 |
2016 | 2025-06-03T00:05:15.963Z | Checking rayon v1.10.0 |
2017 | 2025-06-03T00:05:16.275Z | Checking stringprep v0.1.5 |
2018 | 2025-06-03T00:05:16.335Z | Checking nix v0.29.0 |
2019 | 2025-06-03T00:05:16.567Z | Checking similar v2.7.0 |
2020 | 2025-06-03T00:05:16.608Z | Checking tokio-stream v0.1.17 |
2021 | 2025-06-03T00:05:16.998Z | Checking md-5 v0.10.6 |
2022 | 2025-06-03T00:05:17.064Z | Checking float-cmp v0.10.0 |
2023 | 2025-06-03T00:05:17.266Z | Checking normalize-line-endings v0.3.0 |
2024 | 2025-06-03T00:05:17.317Z | Checking difflib v0.4.0 |
2025 | 2025-06-03T00:05:17.375Z | Checking fallible-iterator v0.2.0 |
2026 | 2025-06-03T00:05:17.425Z | Checking smoltcp v0.9.1 |
2027 | 2025-06-03T00:05:17.477Z | Checking phf v0.11.2 |
2028 | 2025-06-03T00:05:17.532Z | Checking itertools v0.12.1 |
2029 | 2025-06-03T00:05:17.671Z | Checking fs-err v3.1.0 |
2030 | 2025-06-03T00:05:17.715Z | Checking predicates v3.1.3 |
2031 | 2025-06-03T00:05:17.777Z | Checking buf-list v1.0.3 |
2032 | 2025-06-03T00:05:17.951Z | Checking postgres-protocol v0.6.8 |
2033 | 2025-06-03T00:05:18.108Z | Checking serde-big-array v0.5.1 |
2034 | 2025-06-03T00:05:18.270Z | Checking portable-atomic v1.11.0 |
2035 | 2025-06-03T00:05:18.339Z | Checking fixedbitset v0.4.2 |
2036 | 2025-06-03T00:05:18.382Z | Checking number_prefix v0.4.0 |
2037 | 2025-06-03T00:05:18.492Z | Checking precomputed-hash v0.1.1 |
2038 | 2025-06-03T00:05:18.602Z | Checking new_debug_unreachable v1.0.6 |
2039 | 2025-06-03T00:05:18.653Z | Checking lalrpop-util v0.19.12 |
2040 | 2025-06-03T00:05:18.678Z | Checking petgraph v0.6.5 |
2041 | 2025-06-03T00:05:18.756Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2042 | 2025-06-03T00:05:18.782Z | Checking string_cache v0.8.9 |
2043 | 2025-06-03T00:05:18.782Z | Checking postgres-types v0.2.9 |
2044 | 2025-06-03T00:05:19.049Z | Checking minimal-lexical v0.2.1 |
2045 | 2025-06-03T00:05:19.097Z | Checking whoami v1.5.2 |
2046 | 2025-06-03T00:05:19.220Z | Checking peg-runtime v0.8.5 |
2047 | 2025-06-03T00:05:19.266Z | Checking indicatif v0.17.11 |
2048 | 2025-06-03T00:05:19.457Z | Checking rustc-hash v2.1.1 |
2049 | 2025-06-03T00:05:19.508Z | Checking tokio-postgres v0.7.13 |
2050 | 2025-06-03T00:05:19.508Z | Checking nom v7.1.3 |
2051 | 2025-06-03T00:05:19.686Z | Checking thiserror v2.0.12 |
2052 | 2025-06-03T00:05:19.769Z | Compiling regress v0.10.3 |
2053 | 2025-06-03T00:05:19.813Z | Checking camino v1.1.9 |
2054 | 2025-06-03T00:05:20.025Z | Compiling ident_case v1.0.1 |
2055 | 2025-06-03T00:05:20.135Z | Checking fastrand v2.1.1 |
2056 | 2025-06-03T00:05:20.273Z | Compiling darling_core v0.20.10 |
2057 | 2025-06-03T00:05:20.376Z | Checking is-terminal v0.4.13 |
2058 | 2025-06-03T00:05:20.525Z | Checking heck v0.5.0 |
2059 | 2025-06-03T00:05:20.567Z | Compiling unsafe-libyaml v0.2.11 |
2060 | 2025-06-03T00:05:20.752Z | Checking tempfile v3.13.0 |
2061 | 2025-06-03T00:05:21.130Z | Compiling structmeta-derive v0.3.0 |
2062 | 2025-06-03T00:05:21.888Z | Compiling serde_yaml v0.9.34+deprecated |
2063 | 2025-06-03T00:05:22.058Z | Checking dirs-sys-next v0.1.2 |
2064 | 2025-06-03T00:05:22.129Z | Checking crossbeam-channel v0.5.15 |
2065 | 2025-06-03T00:05:22.287Z | Checking dirs-next v2.0.0 |
2066 | 2025-06-03T00:05:22.469Z | Checking thread_local v1.1.8 |
2067 | 2025-06-03T00:05:22.785Z | Compiling rustls v0.22.4 |
2068 | 2025-06-03T00:05:22.837Z | Checking term v0.7.0 |
2069 | 2025-06-03T00:05:23.142Z | Checking take_mut v0.2.2 |
2070 | 2025-06-03T00:05:23.299Z | Checking slog-term v2.9.1 |
2071 | 2025-06-03T00:05:23.352Z | Checking slog-async v2.8.0 |
2072 | 2025-06-03T00:05:23.379Z | Compiling structmeta v0.3.0 |
2073 | 2025-06-03T00:05:23.613Z | Checking toml v0.8.22 |
2074 | 2025-06-03T00:05:23.728Z | Compiling multer v3.1.0 |
2075 | 2025-06-03T00:05:23.777Z | Compiling async-stream-impl v0.3.6 |
2076 | 2025-06-03T00:05:23.832Z | Checking quick-error v1.2.3 |
2077 | 2025-06-03T00:05:23.859Z | Compiling test-strategy v0.4.0 |
2078 | 2025-06-03T00:05:24.041Z | Compiling dropshot v0.16.2 |
2079 | 2025-06-03T00:05:24.195Z | Compiling dropshot_endpoint v0.16.2 |
2080 | 2025-06-03T00:05:24.304Z | Checking debug-ignore v1.0.5 |
2081 | 2025-06-03T00:05:24.429Z | Compiling typify-impl v0.3.0 |
2082 | 2025-06-03T00:05:24.489Z | Checking hex v0.4.3 |
2083 | 2025-06-03T00:05:24.535Z | Checking bit-vec v0.8.0 |
2084 | 2025-06-03T00:05:24.881Z | Checking match_cfg v0.1.0 |
2085 | 2025-06-03T00:05:24.946Z | Checking bit-set v0.8.0 |
2086 | 2025-06-03T00:05:25.001Z | Checking wait-timeout v0.2.0 |
2087 | 2025-06-03T00:05:25.053Z | Checking serde_path_to_error v0.1.17 |
2088 | 2025-06-03T00:05:25.111Z | Checking hostname v0.3.1 |
2089 | 2025-06-03T00:05:25.263Z | Compiling darling_macro v0.20.10 |
2090 | 2025-06-03T00:05:25.290Z | Checking rusty-fork v0.3.0 |
2091 | 2025-06-03T00:05:25.364Z | Checking rand_xorshift v0.3.0 |
2092 | 2025-06-03T00:05:25.364Z | Checking unarray v0.1.4 |
2093 | 2025-06-03T00:05:25.684Z | Compiling derive-where v1.2.7 |
2094 | 2025-06-03T00:05:25.684Z | Checking proptest v1.6.0 |
2095 | 2025-06-03T00:05:25.778Z | Checking slog-json v2.6.1 |
2096 | 2025-06-03T00:05:26.044Z | Compiling darling v0.20.10 |
2097 | 2025-06-03T00:05:26.093Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2098 | 2025-06-03T00:05:26.209Z | Compiling serde_with_macros v3.12.0 |
2099 | 2025-06-03T00:05:26.739Z | Checking slog-bunyan v2.5.0 |
2100 | 2025-06-03T00:05:26.782Z | Checking async-stream v0.3.6 |
2101 | 2025-06-03T00:05:27.025Z | Compiling parse-display-derive v0.10.0 |
2102 | 2025-06-03T00:05:27.387Z | Checking progenitor-client v0.10.0 |
2103 | 2025-06-03T00:05:27.744Z | Checking waitgroup v0.1.2 |
2104 | 2025-06-03T00:05:27.812Z | Checking hostname v0.4.0 |
2105 | 2025-06-03T00:05:27.933Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2106 | 2025-06-03T00:05:28.002Z | Checking macaddr v1.0.1 |
2107 | 2025-06-03T00:05:28.143Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2108 | 2025-06-03T00:05:28.323Z | Checking serde_with v3.12.0 |
2109 | 2025-06-03T00:05:28.367Z | Checking instant v0.1.13 |
2110 | 2025-06-03T00:05:28.536Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2111 | 2025-06-03T00:05:28.660Z | Checking tokio-rustls v0.25.0 |
2112 | 2025-06-03T00:05:28.824Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2113 | 2025-06-03T00:05:29.020Z | Checking progenitor-client v0.9.1 |
2114 | 2025-06-03T00:05:29.119Z | Checking backoff v0.4.0 |
2115 | 2025-06-03T00:05:29.445Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2116 | 2025-06-03T00:05:29.490Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2117 | 2025-06-03T00:05:29.713Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2118 | 2025-06-03T00:05:29.846Z | Checking camino-tempfile v1.3.0 |
2119 | 2025-06-03T00:05:30.238Z | Checking unicode-width v0.1.14 |
2120 | 2025-06-03T00:05:30.356Z | Checking parse-display v0.10.0 |
2121 | 2025-06-03T00:05:30.406Z | Compiling proc-macro-error v1.0.4 |
2122 | 2025-06-03T00:05:30.550Z | Compiling proc-macro-crate v1.3.1 |
2123 | 2025-06-03T00:05:30.647Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2124 | 2025-06-03T00:05:30.695Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2125 | 2025-06-03T00:05:30.749Z | Checking tabwriter v1.4.0 |
2126 | 2025-06-03T00:05:31.057Z | Compiling foreign-types-macros v0.2.3 |
2127 | 2025-06-03T00:05:31.057Z | Checking foreign-types-shared v0.3.1 |
2128 | 2025-06-03T00:05:31.243Z | Checking cstr-argument v0.1.2 |
2129 | 2025-06-03T00:05:31.344Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2130 | 2025-06-03T00:05:31.421Z | Checking pretty-hex v0.2.1 |
2131 | 2025-06-03T00:05:31.469Z | Compiling num_enum_derive v0.5.11 |
2132 | 2025-06-03T00:05:31.521Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2133 | 2025-06-03T00:05:31.565Z | Checking colored v2.2.0 |
2134 | 2025-06-03T00:05:31.675Z | Checking smf v0.2.3 |
2135 | 2025-06-03T00:05:31.910Z | Checking itertools v0.14.0 |
2136 | 2025-06-03T00:05:31.968Z | Checking atomicwrites v0.4.4 |
2137 | 2025-06-03T00:05:32.078Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2138 | 2025-06-03T00:05:32.150Z | Checking foreign-types v0.5.0 |
2139 | 2025-06-03T00:05:32.198Z | Checking base64 v0.21.7 |
2140 | 2025-06-03T00:05:32.250Z | Compiling itertools v0.13.0 |
2141 | 2025-06-03T00:05:32.304Z | Compiling crucible-workspace-hack v0.1.0 |
2142 | 2025-06-03T00:05:32.354Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2143 | 2025-06-03T00:05:32.726Z | Checking glob v0.3.2 |
2144 | 2025-06-03T00:05:32.751Z | Compiling heapless v0.8.0 |
2145 | 2025-06-03T00:05:32.833Z | Checking hash32 v0.3.1 |
2146 | 2025-06-03T00:05:32.880Z | Compiling smoltcp v0.11.0 |
2147 | 2025-06-03T00:05:33.080Z | Compiling typify-impl v0.4.1 |
2148 | 2025-06-03T00:05:33.124Z | Checking cobs v0.2.3 |
2149 | 2025-06-03T00:05:33.360Z | Checking postcard v1.0.10 |
2150 | 2025-06-03T00:05:33.455Z | Checking num_enum v0.5.11 |
2151 | 2025-06-03T00:05:33.563Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2152 | 2025-06-03T00:05:33.676Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2153 | 2025-06-03T00:05:33.921Z | Checking sigpipe v0.1.3 |
2154 | 2025-06-03T00:05:34.043Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2155 | 2025-06-03T00:05:34.097Z | Checking jiff v0.2.13 |
2156 | 2025-06-03T00:05:34.236Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2157 | 2025-06-03T00:05:34.534Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2158 | 2025-06-03T00:05:34.816Z | Compiling zone_cfg_derive v0.3.0 |
2159 | 2025-06-03T00:05:34.918Z | Compiling ingot-macros v0.1.0 |
2160 | 2025-06-03T00:05:36.040Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2161 | 2025-06-03T00:05:36.091Z | Compiling num-derive v0.4.2 |
2162 | 2025-06-03T00:05:36.413Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2163 | 2025-06-03T00:05:36.570Z | Compiling typify-macro v0.3.0 |
2164 | 2025-06-03T00:05:36.788Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2165 | 2025-06-03T00:05:37.092Z | Checking zone v0.3.1 |
2166 | 2025-06-03T00:05:37.296Z | Compiling convert_case v0.4.0 |
2167 | 2025-06-03T00:05:37.510Z | Checking utf-8 v0.7.6 |
2168 | 2025-06-03T00:05:37.776Z | Checking half v2.4.1 |
2169 | 2025-06-03T00:05:37.857Z | Checking ciborium-io v0.2.2 |
2170 | 2025-06-03T00:05:37.919Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2171 | 2025-06-03T00:05:38.053Z | Checking tungstenite v0.21.0 |
2172 | 2025-06-03T00:05:38.100Z | Compiling derive_more v0.99.20 |
2173 | 2025-06-03T00:05:38.271Z | Checking ciborium-ll v0.2.2 |
2174 | 2025-06-03T00:05:38.382Z | Checking newline-converter v0.3.0 |
2175 | 2025-06-03T00:05:38.587Z | Checking expectorate v1.2.0 |
2176 | 2025-06-03T00:05:38.649Z | Checking ciborium v0.2.2 |
2177 | 2025-06-03T00:05:38.841Z | Checking num-rational v0.4.2 |
2178 | 2025-06-03T00:05:38.926Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2025-06-03T00:05:39.427Z | Checking num-complex v0.4.6 |
2180 | 2025-06-03T00:05:39.472Z | Checking float-ord v0.3.2 |
2181 | 2025-06-03T00:05:39.586Z | Checking secrecy v0.10.3 |
2182 | 2025-06-03T00:05:39.719Z | Checking same-file v1.0.6 |
2183 | 2025-06-03T00:05:39.818Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2184 | 2025-06-03T00:05:39.879Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2185 | 2025-06-03T00:05:39.962Z | Checking walkdir v2.5.0 |
2186 | 2025-06-03T00:05:40.054Z | Compiling typify v0.3.0 |
2187 | 2025-06-03T00:05:40.291Z | Compiling progenitor-impl v0.9.1 |
2188 | 2025-06-03T00:05:40.352Z | Checking num v0.4.3 |
2189 | 2025-06-03T00:05:40.407Z | Checking indent_write v2.2.0 |
2190 | 2025-06-03T00:05:40.457Z | Checking fixedbitset v0.5.7 |
2191 | 2025-06-03T00:05:40.562Z | Checking xattr v1.3.1 |
2192 | 2025-06-03T00:05:40.678Z | Checking filetime v0.2.25 |
2193 | 2025-06-03T00:05:40.819Z | Checking arc-swap v1.7.1 |
2194 | 2025-06-03T00:05:40.870Z | Checking ingot-types v0.1.0 |
2195 | 2025-06-03T00:05:40.922Z | Checking petgraph v0.7.1 |
2196 | 2025-06-03T00:05:40.984Z | Checking tar v0.4.44 |
2197 | 2025-06-03T00:05:41.309Z | Checking slog-scope v4.4.0 |
2198 | 2025-06-03T00:05:41.556Z | Checking password-hash v0.5.0 |
2199 | 2025-06-03T00:05:41.663Z | Checking ingot v0.1.0 |
2200 | 2025-06-03T00:05:41.841Z | Checking blake2 v0.10.6 |
2201 | 2025-06-03T00:05:42.028Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2202 | 2025-06-03T00:05:42.318Z | Checking argon2 v0.5.3 |
2203 | 2025-06-03T00:05:42.430Z | Checking slog-stdlog v4.1.1 |
2204 | 2025-06-03T00:05:42.660Z | Checking slog-envlogger v2.2.0 |
2205 | 2025-06-03T00:05:42.752Z | Checking swrite v0.1.0 |
2206 | 2025-06-03T00:05:42.928Z | Compiling cancel-safe-futures v0.1.5 |
2207 | 2025-06-03T00:05:42.972Z | Compiling owo-colors v4.2.0 |
2208 | 2025-06-03T00:05:43.026Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2209 | 2025-06-03T00:05:43.358Z | Checking libsw-core v0.3.1 |
2210 | 2025-06-03T00:05:43.434Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2211 | 2025-06-03T00:05:43.650Z | Checking libsw v3.4.0 |
2212 | 2025-06-03T00:05:43.832Z | Checking linear-map v1.2.0 |
2213 | 2025-06-03T00:05:43.935Z | Checking pem v3.0.5 |
2214 | 2025-06-03T00:05:44.190Z | Checking keccak v0.1.5 |
2215 | 2025-06-03T00:05:44.236Z | Compiling typify-impl v0.2.0 |
2216 | 2025-06-03T00:05:44.286Z | Checking prettyplease v0.2.32 |
2217 | 2025-06-03T00:05:44.553Z | Checking sha3 v0.10.8 |
2218 | 2025-06-03T00:05:44.770Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2219 | 2025-06-03T00:05:45.203Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2220 | 2025-06-03T00:05:45.511Z | Compiling typify-macro v0.4.1 |
2221 | 2025-06-03T00:05:46.019Z | Checking headers-core v0.3.0 |
2222 | 2025-06-03T00:05:46.254Z | Compiling progenitor-macro v0.9.1 |
2223 | 2025-06-03T00:05:46.303Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2224 | 2025-06-03T00:05:47.237Z | Checking highway v1.3.0 |
2225 | 2025-06-03T00:05:48.025Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2226 | 2025-06-03T00:05:48.267Z | Checking headers v0.4.0 |
2227 | 2025-06-03T00:05:48.991Z | Compiling typify v0.4.1 |
2228 | 2025-06-03T00:05:49.207Z | Compiling progenitor-impl v0.10.0 |
2229 | 2025-06-03T00:05:55.676Z | Compiling progenitor-macro v0.10.0 |
2230 | 2025-06-03T00:05:56.421Z | Compiling lzma-sys v0.1.20 |
2231 | 2025-06-03T00:05:56.856Z | Checking progenitor v0.9.1 |
2232 | 2025-06-03T00:05:56.903Z | Compiling typify-macro v0.2.0 |
2233 | 2025-06-03T00:05:57.185Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2234 | 2025-06-03T00:05:57.647Z | Checking progenitor-client v0.8.0 |
2235 | 2025-06-03T00:05:57.688Z | Compiling heck v0.3.3 |
2236 | 2025-06-03T00:05:58.080Z | Checking linked-hash-map v0.5.6 |
2237 | 2025-06-03T00:05:58.377Z | Compiling zone_cfg_derive v0.1.2 |
2238 | 2025-06-03T00:05:58.476Z | Checking lru-cache v0.1.2 |
2239 | 2025-06-03T00:05:58.932Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2240 | 2025-06-03T00:05:59.369Z | Checking yasna v0.5.2 |
2241 | 2025-06-03T00:05:59.699Z | Checking base64 v0.13.1 |
2242 | 2025-06-03T00:06:00.256Z | Checking ron v0.7.1 |
2243 | 2025-06-03T00:06:00.333Z | Checking rcgen v0.12.1 |
2244 | 2025-06-03T00:06:00.573Z | Compiling typify v0.2.0 |
2245 | 2025-06-03T00:06:00.807Z | Compiling progenitor-impl v0.8.0 |
2246 | 2025-06-03T00:06:01.069Z | Checking zone v0.1.8 |
2247 | 2025-06-03T00:06:01.420Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2248 | 2025-06-03T00:06:01.794Z | Checking xz2 v0.1.7 |
2249 | 2025-06-03T00:06:01.978Z | Checking resolv-conf v0.7.0 |
2250 | 2025-06-03T00:06:02.017Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2251 | 2025-06-03T00:06:02.173Z | Checking subprocess v0.2.9 |
2252 | 2025-06-03T00:06:02.411Z | Checking hickory-resolver v0.24.4 |
2253 | 2025-06-03T00:06:03.002Z | Checking humantime v2.1.0 |
2254 | 2025-06-03T00:06:03.679Z | Compiling semver v0.1.20 |
2255 | 2025-06-03T00:06:04.038Z | Checking universal-hash v0.5.1 |
2256 | 2025-06-03T00:06:04.304Z | Compiling rustc_version v0.1.7 |
2257 | 2025-06-03T00:06:04.345Z | Checking opaque-debug v0.3.1 |
2258 | 2025-06-03T00:06:04.369Z | Checking aead v0.5.2 |
2259 | 2025-06-03T00:06:04.557Z | Checking poly1305 v0.8.0 |
2260 | 2025-06-03T00:06:04.636Z | Checking chacha20 v0.9.1 |
2261 | 2025-06-03T00:06:04.771Z | Compiling newtype_derive v0.1.6 |
2262 | 2025-06-03T00:06:05.092Z | Compiling ref-cast v1.0.24 |
2263 | 2025-06-03T00:06:05.206Z | Compiling ref-cast-impl v1.0.24 |
2264 | 2025-06-03T00:06:05.478Z | Checking qorb v0.3.1 |
2265 | 2025-06-03T00:06:05.726Z | Compiling thiserror-impl-no-std v2.0.2 |
2266 | 2025-06-03T00:06:06.461Z | Checking iddqd v0.3.0 |
2267 | 2025-06-03T00:06:06.564Z | Checking progenitor v0.10.0 |
2268 | 2025-06-03T00:06:06.825Z | Checking steno v0.4.1 |
2269 | 2025-06-03T00:06:06.911Z | Compiling progenitor-macro v0.8.0 |
2270 | 2025-06-03T00:06:07.660Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2271 | 2025-06-03T00:06:07.957Z | Checking chacha20poly1305 v0.10.1 |
2272 | 2025-06-03T00:06:08.088Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2273 | 2025-06-03T00:06:08.156Z | Checking thiserror-no-std v2.0.2 |
2274 | 2025-06-03T00:06:08.211Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2275 | 2025-06-03T00:06:08.340Z | Checking vsss-rs v3.3.4 |
2276 | 2025-06-03T00:06:08.673Z | Checking bytecount v0.6.8 |
2277 | 2025-06-03T00:06:08.718Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2278 | 2025-06-03T00:06:08.909Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2279 | 2025-06-03T00:06:08.969Z | Checking display-error-chain v0.2.2 |
2280 | 2025-06-03T00:06:09.212Z | Compiling slog-dtrace v0.3.0 |
2281 | 2025-06-03T00:06:09.935Z | Checking gethostname v0.5.0 |
2282 | 2025-06-03T00:06:10.159Z | Checking nibble_vec v0.1.0 |
2283 | 2025-06-03T00:06:10.206Z | Checking endian-type v0.1.2 |
2284 | 2025-06-03T00:06:10.429Z | Compiling proc-macro-error-attr2 v2.0.0 |
2285 | 2025-06-03T00:06:10.508Z | Checking radix_trie v0.2.1 |
2286 | 2025-06-03T00:06:10.973Z | Checking papergrid v0.14.0 |
2287 | 2025-06-03T00:06:11.180Z | Compiling proc-macro-error2 v2.0.1 |
2288 | 2025-06-03T00:06:11.279Z | Compiling num-derive v0.3.3 |
2289 | 2025-06-03T00:06:11.469Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2290 | 2025-06-03T00:06:11.845Z | Compiling tabled_derive v0.10.0 |
2291 | 2025-06-03T00:06:12.222Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2292 | 2025-06-03T00:06:12.476Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2293 | 2025-06-03T00:06:13.131Z | Checking libscf-sys v1.1.0 |
2294 | 2025-06-03T00:06:13.395Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2295 | 2025-06-03T00:06:13.473Z | Checking maplit v1.0.2 |
2296 | 2025-06-03T00:06:13.644Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2297 | 2025-06-03T00:06:13.991Z | Checking crc8 v0.1.1 |
2298 | 2025-06-03T00:06:14.016Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2299 | 2025-06-03T00:06:14.063Z | Checking fxhash v0.2.1 |
2300 | 2025-06-03T00:06:14.108Z | Compiling vte_generate_state_changes v0.1.2 |
2301 | 2025-06-03T00:06:14.244Z | Checking tabled v0.18.0 |
2302 | 2025-06-03T00:06:14.331Z | Checking fd-lock v4.0.2 |
2303 | 2025-06-03T00:06:14.589Z | Compiling async-recursion v1.1.1 |
2304 | 2025-06-03T00:06:14.734Z | Checking vte v0.11.1 |
2305 | 2025-06-03T00:06:15.208Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2306 | 2025-06-03T00:06:16.033Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2307 | 2025-06-03T00:06:16.117Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2308 | 2025-06-03T00:06:16.168Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2309 | 2025-06-03T00:06:16.533Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2310 | 2025-06-03T00:06:17.392Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2311 | 2025-06-03T00:06:17.624Z | Checking progenitor v0.8.0 |
2312 | 2025-06-03T00:06:17.923Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2313 | 2025-06-03T00:06:19.127Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2314 | 2025-06-03T00:06:19.209Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2315 | 2025-06-03T00:06:19.313Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2316 | 2025-06-03T00:06:19.880Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2025-06-03T00:06:20.368Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2318 | 2025-06-03T00:06:20.421Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2319 | 2025-06-03T00:06:22.137Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2320 | 2025-06-03T00:06:22.218Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2321 | 2025-06-03T00:06:22.691Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2322 | 2025-06-03T00:06:23.438Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2323 | 2025-06-03T00:06:24.567Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2324 | 2025-06-03T00:06:24.643Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2325 | 2025-06-03T00:06:25.249Z | Checking strip-ansi-escapes v0.2.0 |
2326 | 2025-06-03T00:06:25.409Z | Checking nu-ansi-term v0.50.1 |
2327 | 2025-06-03T00:06:25.488Z | Checking termcolor v1.4.1 |
2328 | 2025-06-03T00:06:25.654Z | Compiling radium v0.7.0 |
2329 | 2025-06-03T00:06:25.748Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2330 | 2025-06-03T00:06:25.892Z | Checking reedline v0.38.0 |
2331 | 2025-06-03T00:06:25.967Z | Compiling const_format_proc_macros v0.2.34 |
2332 | 2025-06-03T00:06:26.241Z | Compiling zerocopy-derive v0.6.6 |
2333 | 2025-06-03T00:06:26.656Z | Compiling maybe-uninit v2.0.0 |
2334 | 2025-06-03T00:06:26.703Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2335 | 2025-06-03T00:06:26.844Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2336 | 2025-06-03T00:06:27.170Z | Checking tap v1.0.1 |
2337 | 2025-06-03T00:06:27.408Z | Checking wyz v0.5.1 |
2338 | 2025-06-03T00:06:27.734Z | Checking const_format v0.2.34 |
2339 | 2025-06-03T00:06:28.003Z | Checking zerocopy v0.6.6 |
2340 | 2025-06-03T00:06:28.268Z | Checking funty v2.0.0 |
2341 | 2025-06-03T00:06:28.418Z | Checking crc-catalog v2.4.0 |
2342 | 2025-06-03T00:06:28.476Z | Compiling packed_struct v0.10.1 |
2343 | 2025-06-03T00:06:28.646Z | Checking crc v3.2.1 |
2344 | 2025-06-03T00:06:28.904Z | Compiling packed_struct_codegen v0.10.1 |
2345 | 2025-06-03T00:06:29.028Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2346 | 2025-06-03T00:06:29.092Z | Checking bitvec v1.0.1 |
2347 | 2025-06-03T00:06:29.141Z | Compiling indexmap v1.9.3 |
2348 | 2025-06-03T00:06:29.191Z | Checking nodrop v0.1.14 |
2349 | 2025-06-03T00:06:29.411Z | Checking array-init v0.0.4 |
2350 | 2025-06-03T00:06:29.574Z | Checking smallvec v0.6.14 |
2351 | 2025-06-03T00:06:30.025Z | Checking hashbrown v0.12.3 |
2352 | 2025-06-03T00:06:30.405Z | Checking bitfield v0.14.0 |
2353 | 2025-06-03T00:06:30.895Z | Checking serde-hex v0.1.0 |
2354 | 2025-06-03T00:06:31.445Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2355 | 2025-06-03T00:06:31.956Z | Checking env_logger v0.10.2 |
2356 | 2025-06-03T00:06:32.004Z | Checking ron v0.8.1 |
2357 | 2025-06-03T00:06:32.095Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2358 | 2025-06-03T00:06:32.438Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2359 | 2025-06-03T00:06:32.484Z | Checking hashbrown v0.13.2 |
2360 | 2025-06-03T00:06:32.562Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2361 | 2025-06-03T00:06:32.887Z | Checking crc-any v2.5.0 |
2362 | 2025-06-03T00:06:33.226Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2363 | 2025-06-03T00:06:33.293Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2364 | 2025-06-03T00:06:33.461Z | Checking object v0.30.4 |
2365 | 2025-06-03T00:06:33.554Z | Checking path-slash v0.1.5 |
2366 | 2025-06-03T00:06:33.600Z | Compiling libefi-sys v0.1.0 |
2367 | 2025-06-03T00:06:33.776Z | Checking home v0.5.9 |
2368 | 2025-06-03T00:06:33.998Z | Checking kstat-rs v0.2.4 |
2369 | 2025-06-03T00:06:34.063Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2370 | 2025-06-03T00:06:34.389Z | Compiling bitfield-struct v0.6.2 |
2371 | 2025-06-03T00:06:34.551Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2372 | 2025-06-03T00:06:34.657Z | Checking papergrid v0.11.0 |
2373 | 2025-06-03T00:06:34.948Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2374 | 2025-06-03T00:06:35.008Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2375 | 2025-06-03T00:06:35.502Z | Compiling tabled_derive v0.7.0 |
2376 | 2025-06-03T00:06:35.778Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2377 | 2025-06-03T00:06:36.259Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2378 | 2025-06-03T00:06:36.432Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2379 | 2025-06-03T00:06:36.664Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2380 | 2025-06-03T00:06:36.968Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2381 | 2025-06-03T00:06:36.998Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2382 | 2025-06-03T00:06:37.456Z | Checking termtree v0.5.1 |
2383 | 2025-06-03T00:06:37.500Z | Checking tabled v0.15.0 |
2384 | 2025-06-03T00:06:37.749Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2385 | 2025-06-03T00:06:38.719Z | Compiling phf_generator v0.11.2 |
2386 | 2025-06-03T00:06:38.964Z | Compiling phf_codegen v0.11.2 |
2387 | 2025-06-03T00:06:39.176Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2388 | 2025-06-03T00:06:39.258Z | Compiling dsl_auto_type v0.1.2 |
2389 | 2025-06-03T00:06:39.558Z | Checking scheduled-thread-pool v0.2.7 |
2390 | 2025-06-03T00:06:39.745Z | Compiling parse-zoneinfo v0.3.1 |
2391 | 2025-06-03T00:06:39.846Z | Compiling diesel_table_macro_syntax v0.2.0 |
2392 | 2025-06-03T00:06:40.182Z | Compiling parking_lot_core v0.8.6 |
2393 | 2025-06-03T00:06:40.320Z | Compiling cfg_aliases v0.1.1 |
2394 | 2025-06-03T00:06:40.497Z | Compiling nix v0.28.0 |
2395 | 2025-06-03T00:06:40.702Z | Compiling diesel_derives v2.2.3 |
2396 | 2025-06-03T00:06:40.773Z | Compiling chrono-tz-build v0.4.0 |
2397 | 2025-06-03T00:06:41.279Z | Checking r2d2 v0.8.10 |
2398 | 2025-06-03T00:06:41.323Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2399 | 2025-06-03T00:06:41.381Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2400 | 2025-06-03T00:06:41.648Z | Checking bcs v0.1.6 |
2401 | 2025-06-03T00:06:41.948Z | Checking nanorand v0.7.0 |
2402 | 2025-06-03T00:06:42.013Z | Compiling xshell-macros v0.2.7 |
2403 | 2025-06-03T00:06:42.150Z | Compiling chrono-tz v0.10.3 |
2404 | 2025-06-03T00:06:42.366Z | Checking flume v0.11.1 |
2405 | 2025-06-03T00:06:42.716Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2406 | 2025-06-03T00:06:42.764Z | Checking xshell v0.2.7 |
2407 | 2025-06-03T00:06:42.825Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2408 | 2025-06-03T00:06:43.342Z | Compiling crunchy v0.2.2 |
2409 | 2025-06-03T00:06:43.699Z | Checking parking_lot v0.11.2 |
2410 | 2025-06-03T00:06:44.094Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2411 | 2025-06-03T00:06:44.271Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2412 | 2025-06-03T00:06:44.543Z | Compiling peg-macros v0.8.5 |
2413 | 2025-06-03T00:06:44.724Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-06-03T00:06:44.954Z | Compiling sqlparser_derive v0.2.2 |
2415 | 2025-06-03T00:06:45.277Z | Checking unicode_categories v0.1.1 |
2416 | 2025-06-03T00:06:45.625Z | Compiling tiny-keccak v2.0.2 |
2417 | 2025-06-03T00:06:45.883Z | Checking sqlformat v0.3.5 |
2418 | 2025-06-03T00:06:46.019Z | Checking sqlparser v0.45.0 |
2419 | 2025-06-03T00:06:46.144Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2420 | 2025-06-03T00:06:46.260Z | Checking rustyline v14.0.0 |
2421 | 2025-06-03T00:06:46.818Z | Checking sled v0.34.7 |
2422 | 2025-06-03T00:06:47.461Z | Checking peg v0.8.5 |
2423 | 2025-06-03T00:06:47.782Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2424 | 2025-06-03T00:06:47.828Z | Checking hickory-client v0.24.4 |
2425 | 2025-06-03T00:06:48.031Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2426 | 2025-06-03T00:06:48.527Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2427 | 2025-06-03T00:06:48.738Z | Checking hickory-server v0.24.4 |
2428 | 2025-06-03T00:06:48.842Z | Compiling bit-vec v0.6.3 |
2429 | 2025-06-03T00:06:49.289Z | Compiling bit-set v0.5.3 |
2430 | 2025-06-03T00:06:49.623Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2431 | 2025-06-03T00:06:50.024Z | Checking diesel v2.2.10 |
2432 | 2025-06-03T00:06:50.306Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2433 | 2025-06-03T00:06:50.474Z | Compiling ascii-canvas v3.0.0 |
2434 | 2025-06-03T00:06:51.006Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2435 | 2025-06-03T00:06:51.048Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2436 | 2025-06-03T00:06:51.351Z | Compiling ena v0.14.3 |
2437 | 2025-06-03T00:06:51.412Z | Compiling regex-syntax v0.6.29 |
2438 | 2025-06-03T00:06:51.492Z | Compiling bindgen v0.71.1 |
2439 | 2025-06-03T00:06:51.876Z | Compiling diff v0.1.13 |
2440 | 2025-06-03T00:06:52.488Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2441 | 2025-06-03T00:06:52.560Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2442 | 2025-06-03T00:06:53.087Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2443 | 2025-06-03T00:06:53.550Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2444 | 2025-06-03T00:06:54.019Z | Compiling unicase v2.7.0 |
2445 | 2025-06-03T00:06:54.313Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2446 | 2025-06-03T00:06:54.374Z | Compiling lalrpop v0.19.12 |
2447 | 2025-06-03T00:06:55.376Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2448 | 2025-06-03T00:06:55.424Z | Compiling derive_builder_core v0.20.2 |
2449 | 2025-06-03T00:06:55.709Z | Compiling libxml v0.3.3 |
2450 | 2025-06-03T00:06:56.272Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2451 | 2025-06-03T00:06:56.321Z | Compiling strum_macros v0.24.3 |
2452 | 2025-06-03T00:06:57.437Z | Compiling derive_builder_macro v0.20.2 |
2453 | 2025-06-03T00:06:57.716Z | Checking assert_matches v1.5.0 |
2454 | 2025-06-03T00:06:57.876Z | Compiling indoc v1.0.9 |
2455 | 2025-06-03T00:06:58.258Z | Checking derive_builder v0.20.2 |
2456 | 2025-06-03T00:06:59.129Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2457 | 2025-06-03T00:06:59.172Z | Checking primeorder v0.13.6 |
2458 | 2025-06-03T00:06:59.473Z | Checking quick-xml v0.37.2 |
2459 | 2025-06-03T00:06:59.672Z | Compiling oso-derive v0.27.3 |
2460 | 2025-06-03T00:06:59.919Z | Compiling impl-trait-for-tuples v0.2.2 |
2461 | 2025-06-03T00:07:00.687Z | Compiling mime_guess v2.0.5 |
2462 | 2025-06-03T00:07:01.580Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2463 | 2025-06-03T00:07:01.716Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2464 | 2025-06-03T00:07:03.181Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2465 | 2025-06-03T00:07:03.233Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2466 | 2025-06-03T00:07:03.540Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2467 | 2025-06-03T00:07:04.266Z | Checking http-range v0.1.5 |
2468 | 2025-06-03T00:07:04.313Z | Checking half v1.8.3 |
2469 | 2025-06-03T00:07:04.573Z | Checking signal-hook-tokio v0.3.1 |
2470 | 2025-06-03T00:07:04.623Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2471 | 2025-06-03T00:07:04.814Z | Checking serde_cbor v0.11.2 |
2472 | 2025-06-03T00:07:04.876Z | Checking atty v0.2.14 |
2473 | 2025-06-03T00:07:04.925Z | Compiling salty v0.3.0 |
2474 | 2025-06-03T00:07:05.149Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2475 | 2025-06-03T00:07:05.520Z | Checking p384 v0.13.0 |
2476 | 2025-06-03T00:07:05.778Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2477 | 2025-06-03T00:07:05.822Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2478 | 2025-06-03T00:07:06.004Z | Compiling diesel-dtrace v0.4.2 |
2479 | 2025-06-03T00:07:06.333Z | Checking hyper-staticfile v0.10.1 |
2480 | 2025-06-03T00:07:06.682Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2481 | 2025-06-03T00:07:06.731Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2482 | 2025-06-03T00:07:06.937Z | Checking tungstenite v0.23.0 |
2483 | 2025-06-03T00:07:07.056Z | Checking bb8 v0.8.5 |
2484 | 2025-06-03T00:07:07.095Z | Checking env_filter v0.1.2 |
2485 | 2025-06-03T00:07:07.147Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2486 | 2025-06-03T00:07:07.367Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2487 | 2025-06-03T00:07:07.427Z | Checking env_logger v0.11.5 |
2488 | 2025-06-03T00:07:07.552Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2489 | 2025-06-03T00:07:07.683Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2490 | 2025-06-03T00:07:07.800Z | Checking void v1.0.2 |
2491 | 2025-06-03T00:07:07.851Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2492 | 2025-06-03T00:07:07.957Z | Checking tokio-tungstenite v0.23.1 |
2493 | 2025-06-03T00:07:08.044Z | Checking lzss v0.8.2 |
2494 | 2025-06-03T00:07:08.206Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2495 | 2025-06-03T00:07:08.260Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2496 | 2025-06-03T00:07:08.286Z | Checking nix v0.27.1 |
2497 | 2025-06-03T00:07:08.461Z | Checking serde_bytes v0.11.17 |
2498 | 2025-06-03T00:07:08.633Z | Checking secrecy v0.8.0 |
2499 | 2025-06-03T00:07:08.661Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2500 | 2025-06-03T00:07:08.951Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2501 | 2025-06-03T00:07:09.758Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2502 | 2025-06-03T00:07:10.939Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2503 | 2025-06-03T00:07:11.921Z | Checking globset v0.4.15 |
2504 | 2025-06-03T00:07:11.978Z | Compiling pin-project-internal v1.1.6 |
2505 | 2025-06-03T00:07:12.620Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2506 | 2025-06-03T00:07:12.862Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2507 | 2025-06-03T00:07:13.425Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2508 | 2025-06-03T00:07:17.963Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2025-06-03T00:07:17.963Z | Checking rand_seeder v0.3.0 |
2510 | 2025-06-03T00:07:17.963Z | Checking pin-project v1.1.6 |
2511 | 2025-06-03T00:07:17.963Z | Compiling snafu-derive v0.8.5 |
2512 | 2025-06-03T00:07:17.963Z | Compiling fs-err v2.11.0 |
2513 | 2025-06-03T00:07:17.964Z | Checking olpc-cjson v0.1.4 |
2514 | 2025-06-03T00:07:17.964Z | Checking serde_plain v1.0.2 |
2515 | 2025-06-03T00:07:17.964Z | Checking typed-path v0.9.3 |
2516 | 2025-06-03T00:07:17.964Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2517 | 2025-06-03T00:07:17.964Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2518 | 2025-06-03T00:07:17.964Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2519 | 2025-06-03T00:07:18.041Z | Checking parse-size v1.1.0 |
2520 | 2025-06-03T00:07:18.074Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2521 | 2025-06-03T00:07:18.263Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2522 | 2025-06-03T00:07:18.566Z | Checking heck v0.4.1 |
2523 | 2025-06-03T00:07:18.872Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2524 | 2025-06-03T00:07:19.403Z | Checking yansi v1.0.1 |
2525 | 2025-06-03T00:07:19.488Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2526 | 2025-06-03T00:07:19.673Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2527 | 2025-06-03T00:07:19.728Z | Checking snafu v0.8.5 |
2528 | 2025-06-03T00:07:19.990Z | Checking pretty_assertions v1.4.1 |
2529 | 2025-06-03T00:07:20.327Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2530 | 2025-06-03T00:07:20.374Z | Checking tough v0.20.0 |
2531 | 2025-06-03T00:07:20.866Z | Checking io-lifetimes v1.0.11 |
2532 | 2025-06-03T00:07:21.143Z | Checking rustix v0.37.28 |
2533 | 2025-06-03T00:07:21.388Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2534 | 2025-06-03T00:07:21.704Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2535 | 2025-06-03T00:07:22.420Z | Checking async-bb8-diesel v0.2.1 |
2536 | 2025-06-03T00:07:22.766Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2537 | 2025-06-03T00:07:23.155Z | Checking is_ci v1.2.0 |
2538 | 2025-06-03T00:07:23.379Z | Compiling indoc v2.0.6 |
2539 | 2025-06-03T00:07:24.295Z | Checking supports-color v3.0.2 |
2540 | 2025-06-03T00:07:24.574Z | Checking terminal_size v0.2.6 |
2541 | 2025-06-03T00:07:24.819Z | Checking castaway v0.2.3 |
2542 | 2025-06-03T00:07:25.083Z | Compiling libz-sys v1.1.20 |
2543 | 2025-06-03T00:07:25.195Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2544 | 2025-06-03T00:07:25.517Z | Checking unicode-linebreak v0.1.5 |
2545 | 2025-06-03T00:07:25.796Z | Checking smawk v0.3.2 |
2546 | 2025-06-03T00:07:26.027Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2547 | 2025-06-03T00:07:26.172Z | Checking compact_str v0.8.0 |
2548 | 2025-06-03T00:07:26.236Z | Checking textwrap v0.16.1 |
2549 | 2025-06-03T00:07:26.735Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2550 | 2025-06-03T00:07:27.126Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2551 | 2025-06-03T00:07:27.217Z | Checking unicode-truncate v1.1.0 |
2552 | 2025-06-03T00:07:28.385Z | Checking lru v0.12.5 |
2553 | 2025-06-03T00:07:28.410Z | Compiling instability v0.3.2 |
2554 | 2025-06-03T00:07:28.410Z | Checking cassowary v0.3.0 |
2555 | 2025-06-03T00:07:28.410Z | Checking concurrent-queue v2.5.0 |
2556 | 2025-06-03T00:07:28.506Z | Checking ratatui v0.29.0 |
2557 | 2025-06-03T00:07:28.646Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2558 | 2025-06-03T00:07:29.134Z | Checking parking v2.2.1 |
2559 | 2025-06-03T00:07:29.404Z | Checking cargo-platform v0.1.8 |
2560 | 2025-06-03T00:07:29.607Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2561 | 2025-06-03T00:07:29.823Z | Checking cargo_metadata v0.19.2 |
2562 | 2025-06-03T00:07:31.181Z | Compiling vergen v8.3.2 |
2563 | 2025-06-03T00:07:31.765Z | Checking event-listener v5.3.1 |
2564 | 2025-06-03T00:07:31.841Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2565 | 2025-06-03T00:07:32.176Z | Compiling cargo_metadata v0.18.1 |
2566 | 2025-06-03T00:07:32.264Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2567 | 2025-06-03T00:07:33.511Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2568 | 2025-06-03T00:07:33.857Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2569 | 2025-06-03T00:07:34.228Z | Checking plotters-backend v0.3.7 |
2570 | 2025-06-03T00:07:34.636Z | Checking shell-words v1.1.0 |
2571 | 2025-06-03T00:07:34.679Z | Compiling rustls v0.21.12 |
2572 | 2025-06-03T00:07:34.879Z | Checking plotters-svg v0.3.7 |
2573 | 2025-06-03T00:07:35.179Z | Checking event-listener-strategy v0.5.2 |
2574 | 2025-06-03T00:07:35.228Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2575 | 2025-06-03T00:07:35.277Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2576 | 2025-06-03T00:07:35.484Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2577 | 2025-06-03T00:07:35.659Z | Checking rustls-webpki v0.101.7 |
2578 | 2025-06-03T00:07:35.877Z | Checking sct v0.7.1 |
2579 | 2025-06-03T00:07:36.167Z | Checking cast v0.3.0 |
2580 | 2025-06-03T00:07:36.364Z | Checking plotters v0.3.7 |
2581 | 2025-06-03T00:07:36.526Z | Checking criterion-plot v0.5.0 |
2582 | 2025-06-03T00:07:37.043Z | Checking futures-lite v2.3.0 |
2583 | 2025-06-03T00:07:38.046Z | Checking tinytemplate v1.2.1 |
2584 | 2025-06-03T00:07:38.322Z | Checking anes v0.1.6 |
2585 | 2025-06-03T00:07:38.493Z | Checking oorandom v11.1.4 |
2586 | 2025-06-03T00:07:38.731Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2587 | 2025-06-03T00:07:38.772Z | Checking criterion v0.5.1 |
2588 | 2025-06-03T00:07:39.042Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2589 | 2025-06-03T00:07:39.319Z | Checking tokio-rustls v0.24.1 |
2590 | 2025-06-03T00:07:39.406Z | Checking rustls-pemfile v1.0.4 |
2591 | 2025-06-03T00:07:39.687Z | Checking twox-hash v2.1.0 |
2592 | 2025-06-03T00:07:39.828Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2593 | 2025-06-03T00:07:40.365Z | Checking async-lock v3.4.0 |
2594 | 2025-06-03T00:07:41.259Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2595 | 2025-06-03T00:07:41.598Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2596 | 2025-06-03T00:07:42.011Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2597 | 2025-06-03T00:07:42.118Z | Checking fatfs v0.3.6 |
2598 | 2025-06-03T00:07:42.325Z | Checking polling v3.7.3 |
2599 | 2025-06-03T00:07:42.782Z | Checking csv-core v0.1.11 |
2600 | 2025-06-03T00:07:43.164Z | Checking hex-literal v0.4.1 |
2601 | 2025-06-03T00:07:43.214Z | Checking csv v1.3.1 |
2602 | 2025-06-03T00:07:43.258Z | Checking async-io v2.3.4 |
2603 | 2025-06-03T00:07:43.394Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2604 | 2025-06-03T00:07:44.082Z | Checking rtoolbox v0.0.2 |
2605 | 2025-06-03T00:07:44.225Z | Checking async-task v4.7.1 |
2606 | 2025-06-03T00:07:44.375Z | Checking rpassword v7.3.1 |
2607 | 2025-06-03T00:07:44.592Z | Checking async-channel v2.3.1 |
2608 | 2025-06-03T00:07:44.651Z | Checking tui-tree-widget v0.23.0 |
2609 | 2025-06-03T00:07:44.962Z | Checking polyval v0.6.2 |
2610 | 2025-06-03T00:07:45.050Z | Checking piper v0.2.4 |
2611 | 2025-06-03T00:07:45.315Z | Checking futures-timer v3.0.3 |
2612 | 2025-06-03T00:07:45.375Z | Checking blocking v1.6.1 |
2613 | 2025-06-03T00:07:45.759Z | Checking ghash v0.5.1 |
2614 | 2025-06-03T00:07:45.809Z | Checking async-executor v1.13.1 |
2615 | 2025-06-03T00:07:46.024Z | Checking async-signal v0.2.10 |
2616 | 2025-06-03T00:07:46.274Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2617 | 2025-06-03T00:07:46.407Z | Checking ctr v0.9.2 |
2618 | 2025-06-03T00:07:46.810Z | Checking arrayref v0.3.9 |
2619 | 2025-06-03T00:07:46.890Z | Checking arrayvec v0.7.6 |
2620 | 2025-06-03T00:07:47.019Z | Checking event-listener v2.5.3 |
2621 | 2025-06-03T00:07:47.346Z | Checking constant_time_eq v0.3.1 |
2622 | 2025-06-03T00:07:47.390Z | Checking async-channel v1.9.0 |
2623 | 2025-06-03T00:07:47.572Z | Checking aes-gcm v0.10.3 |
2624 | 2025-06-03T00:07:47.759Z | Checking async-process v2.3.0 |
2625 | 2025-06-03T00:07:47.885Z | Checking async-global-executor v2.4.1 |
2626 | 2025-06-03T00:07:48.226Z | Checking ssh-encoding v0.2.0 |
2627 | 2025-06-03T00:07:48.273Z | Checking blowfish v0.9.1 |
2628 | 2025-06-03T00:07:48.596Z | Compiling petname v2.0.2 |
2629 | 2025-06-03T00:07:48.666Z | Checking kv-log-macro v1.0.7 |
2630 | 2025-06-03T00:07:48.883Z | Compiling async-attributes v1.1.2 |
2631 | 2025-06-03T00:07:49.715Z | Checking async-std v1.13.0 |
2632 | 2025-06-03T00:07:49.950Z | Checking ssh-cipher v0.2.0 |
2633 | 2025-06-03T00:07:50.370Z | Checking bcrypt-pbkdf v0.10.0 |
2634 | 2025-06-03T00:07:50.724Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2635 | 2025-06-03T00:07:50.946Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2636 | 2025-06-03T00:07:51.789Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2637 | 2025-06-03T00:07:53.274Z | Checking password-hash v0.4.2 |
2638 | 2025-06-03T00:07:53.767Z | Checking async-object-pool v0.1.5 |
2639 | 2025-06-03T00:07:53.827Z | Checking pbkdf2 v0.11.0 |
2640 | 2025-06-03T00:07:54.077Z | Checking ssh-key v0.6.6 |
2641 | 2025-06-03T00:07:55.156Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2642 | 2025-06-03T00:07:55.962Z | Checking p521 v0.13.3 |
2643 | 2025-06-03T00:07:56.045Z | Checking p256 v0.13.2 |
2644 | 2025-06-03T00:07:56.641Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2645 | 2025-06-03T00:07:56.997Z | Checking serde_regex v1.1.0 |
2646 | 2025-06-03T00:07:57.321Z | Checking assert-json-diff v2.0.2 |
2647 | 2025-06-03T00:07:57.397Z | Checking russh-cryptovec v0.7.3 |
2648 | 2025-06-03T00:07:57.658Z | Checking path-tree v0.8.1 |
2649 | 2025-06-03T00:07:57.706Z | Checking stringmetrics v2.2.2 |
2650 | 2025-06-03T00:07:57.750Z | Checking md5 v0.7.0 |
2651 | 2025-06-03T00:07:58.033Z | Compiling target-lexicon v0.13.2 |
2652 | 2025-06-03T00:07:58.108Z | Checking sync-ptr v0.1.1 |
2653 | 2025-06-03T00:07:58.152Z | Checking russh-keys v0.45.0 |
2654 | 2025-06-03T00:07:58.421Z | Checking httpmock v0.8.0-alpha.1 |
2655 | 2025-06-03T00:07:59.174Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2656 | 2025-06-03T00:07:59.700Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2657 | 2025-06-03T00:08:00.570Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2658 | 2025-06-03T00:08:01.016Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2659 | 2025-06-03T00:08:01.419Z | Checking num-bigint v0.4.6 |
2660 | 2025-06-03T00:08:01.571Z | Checking des v0.8.1 |
2661 | 2025-06-03T00:08:01.911Z | Compiling blake3 v1.5.4 |
2662 | 2025-06-03T00:08:02.606Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2663 | 2025-06-03T00:08:03.421Z | Compiling guppy-workspace-hack v0.1.0 |
2664 | 2025-06-03T00:08:03.740Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2665 | 2025-06-03T00:08:03.936Z | Checking russh v0.45.0 |
2666 | 2025-06-03T00:08:05.284Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2667 | 2025-06-03T00:08:05.354Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2668 | 2025-06-03T00:08:05.990Z | Checking rustls-native-certs v0.7.3 |
2669 | 2025-06-03T00:08:06.261Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2670 | 2025-06-03T00:08:06.581Z | Checking memmap2 v0.9.5 |
2671 | 2025-06-03T00:08:06.716Z | Checking internet-checksum v0.2.1 |
2672 | 2025-06-03T00:08:06.968Z | Compiling target-spec v3.4.2 |
2673 | 2025-06-03T00:08:07.634Z | Checking hyper-rustls v0.26.0 |
2674 | 2025-06-03T00:08:07.690Z | Checking cfg-expr v0.18.0 |
2675 | 2025-06-03T00:08:08.284Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2676 | 2025-06-03T00:08:08.654Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2677 | 2025-06-03T00:08:08.709Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2678 | 2025-06-03T00:08:09.190Z | Checking httptest v0.16.3 |
2679 | 2025-06-03T00:08:10.018Z | Checking topological-sort v0.2.2 |
2680 | 2025-06-03T00:08:10.360Z | Checking omicron-zone-package v0.12.2 |
2681 | 2025-06-03T00:08:12.627Z | Checking predicates-tree v1.0.12 |
2682 | 2025-06-03T00:08:12.688Z | Checking pathdiff v0.2.3 |
2683 | 2025-06-03T00:08:12.888Z | Compiling rstest_macros v0.24.0 |
2684 | 2025-06-03T00:08:12.939Z | Compiling target-triple v0.1.3 |
2685 | 2025-06-03T00:08:13.290Z | Checking nested v0.1.1 |
2686 | 2025-06-03T00:08:13.429Z | Compiling doc-comment v0.3.3 |
2687 | 2025-06-03T00:08:13.608Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2688 | 2025-06-03T00:08:13.633Z | Checking guppy v0.17.18 |
2689 | 2025-06-03T00:08:14.171Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2690 | 2025-06-03T00:08:14.279Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2691 | 2025-06-03T00:08:14.652Z | Checking similar-asserts v1.7.0 |
2692 | 2025-06-03T00:08:15.029Z | Compiling proc-macro-crate v3.2.0 |
2693 | 2025-06-03T00:08:16.021Z | Checking escape8259 v0.5.3 |
2694 | 2025-06-03T00:08:16.308Z | Compiling assert_cmd v2.0.17 |
2695 | 2025-06-03T00:08:16.370Z | Compiling relative-path v1.9.3 |
2696 | 2025-06-03T00:08:16.926Z | Checking libtest-mimic v0.8.1 |
2697 | 2025-06-03T00:08:17.812Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2698 | 2025-06-03T00:08:18.069Z | Checking blake2b_simd v1.0.2 |
2699 | 2025-06-03T00:08:18.924Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2700 | 2025-06-03T00:08:19.511Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2701 | 2025-06-03T00:08:19.875Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2702 | 2025-06-03T00:08:20.317Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2703 | 2025-06-03T00:08:20.692Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2704 | 2025-06-03T00:08:21.111Z | Checking fancy-regex v0.14.0 |
2705 | 2025-06-03T00:08:22.245Z | Checking serde_tokenstream v0.2.2 |
2706 | 2025-06-03T00:08:22.740Z | Checking uzers v0.12.1 |
2707 | 2025-06-03T00:08:23.279Z | Checking datatest-stable v0.3.2 |
2708 | 2025-06-03T00:08:23.815Z | Compiling git2 v0.19.0 |
2709 | 2025-06-03T00:08:24.020Z | Checking rust-argon2 v2.1.0 |
2710 | 2025-06-03T00:08:24.555Z | Checking trybuild v1.0.103 |
2711 | 2025-06-03T00:08:25.462Z | Checking rstest v0.24.0 |
2712 | 2025-06-03T00:08:25.994Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2713 | 2025-06-03T00:08:26.297Z | Checking support-bundle-viewer v0.1.0 |
2714 | 2025-06-03T00:08:26.620Z | Compiling samael v0.0.18 |
2715 | 2025-06-03T00:08:26.820Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2716 | 2025-06-03T00:08:28.079Z | Checking ignore v0.4.23 |
2717 | 2025-06-03T00:08:28.977Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2718 | 2025-06-03T00:08:31.046Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2719 | 2025-06-03T00:08:31.401Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2720 | 2025-06-03T00:08:31.932Z | Checking rand_distr v0.4.3 |
2721 | 2025-06-03T00:08:32.218Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2722 | 2025-06-03T00:08:32.326Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2723 | 2025-06-03T00:08:32.724Z | Checking multimap v0.10.1 |
2724 | 2025-06-03T00:08:32.771Z | Checking approx v0.5.1 |
2725 | 2025-06-03T00:08:33.258Z | Checking globwalk v0.9.1 |
2726 | 2025-06-03T00:08:33.323Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2727 | 2025-06-03T00:08:33.819Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2728 | 2025-06-03T00:08:34.014Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2729 | 2025-06-03T00:08:35.068Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2730 | 2025-06-03T00:08:35.460Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2731 | 2025-06-03T00:08:35.875Z | Checking partial-io v0.5.4 |
2732 | 2025-06-03T00:08:36.115Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2733 | 2025-06-03T00:08:36.406Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2734 | 2025-06-03T00:08:36.457Z | Checking cargo_toml v0.21.0 |
2735 | 2025-06-03T00:08:36.840Z | Checking termios v0.3.3 |
2736 | 2025-06-03T00:08:36.971Z | Checking camino-tempfile-ext v0.3.0 |
2737 | 2025-06-03T00:08:37.249Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2738 | 2025-06-03T00:08:37.560Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2739 | 2025-06-03T00:08:38.750Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2740 | 2025-06-03T00:08:39.402Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2741 | 2025-06-03T00:08:42.382Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2742 | 2025-06-03T00:08:58.261Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2743 | 2025-06-03T00:09:02.597Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2744 | 2025-06-03T00:09:09.606Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2745 | 2025-06-03T00:09:17.010Z | Compiling polar-core v0.27.3 |
2746 | 2025-06-03T00:09:21.866Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2747 | 2025-06-03T00:09:28.988Z | Checking oso v0.27.3 |
2748 | 2025-06-03T00:09:36.923Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2749 | 2025-06-03T00:09:39.683Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2750 | 2025-06-03T00:09:40.071Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2751 | 2025-06-03T00:09:49.733Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2752 | 2025-06-03T00:10:44.249Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2753 | 2025-06-03T00:10:44.249Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2754 | 2025-06-03T00:10:44.274Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2755 | 2025-06-03T00:13:09.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 26s |
2756 | 2025-06-03T00:13:10.444Z | |
2757 | 2025-06-03T00:13:10.444Z | real 8:32.589958855 |
2758 | 2025-06-03T00:13:10.470Z | user 41:18.101543883 |
2759 | 2025-06-03T00:13:10.470Z | sys 7:32.208661635 |
2760 | 2025-06-03T00:13:10.470Z | trap 1.483396994 |
2761 | 2025-06-03T00:13:10.470Z | tflt 0.278304876 |
2762 | 2025-06-03T00:13:10.470Z | dflt 0.214717407 |
2763 | 2025-06-03T00:13:10.470Z | kflt 0.001258875 |
2764 | 2025-06-03T00:13:10.470Z | lock 1:01:49.741545987 |
2765 | 2025-06-03T00:13:10.470Z | slp 2:17:39.045082786 |
2766 | 2025-06-03T00:13:10.470Z | lat 1:55.786500313 |
2767 | 2025-06-03T00:13:10.470Z | stop 12:57.437395892 |
2768 | 2025-06-03T00:13:10.470Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2769 | 2025-06-03T00:13:10.470Z | + ptime -m cargo doc --workspace --no-deps |
2770 | 2025-06-03T00:13:12.682Z | warning: output filename collision. |
2771 | 2025-06-03T00:13:12.682Z | 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)`. |
2772 | 2025-06-03T00:13:12.682Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2773 | 2025-06-03T00:13:12.682Z | The targets should have unique names. |
2774 | 2025-06-03T00:13:12.682Z | This is a known bug where multiple crates with the same name use |
2775 | 2025-06-03T00:13:12.682Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2776 | 2025-06-03T00:13:14.685Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2777 | 2025-06-03T00:13:14.788Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2778 | 2025-06-03T00:13:14.838Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2779 | 2025-06-03T00:13:14.937Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2780 | 2025-06-03T00:13:14.983Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2781 | 2025-06-03T00:13:15.019Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2782 | 2025-06-03T00:13:15.045Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2783 | 2025-06-03T00:13:15.251Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2784 | 2025-06-03T00:13:15.449Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2785 | 2025-06-03T00:13:15.532Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2786 | 2025-06-03T00:13:15.600Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2787 | 2025-06-03T00:13:15.994Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2788 | 2025-06-03T00:13:16.058Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2789 | 2025-06-03T00:13:16.102Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2790 | 2025-06-03T00:13:16.182Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2791 | 2025-06-03T00:13:16.468Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2792 | 2025-06-03T00:13:16.508Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2793 | 2025-06-03T00:13:16.552Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2794 | 2025-06-03T00:13:16.607Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2795 | 2025-06-03T00:13:16.854Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2796 | 2025-06-03T00:13:16.969Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2797 | 2025-06-03T00:13:17.074Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2798 | 2025-06-03T00:13:17.396Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2799 | 2025-06-03T00:13:17.742Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2800 | 2025-06-03T00:13:17.907Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2801 | 2025-06-03T00:13:18.178Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2802 | 2025-06-03T00:13:18.371Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2803 | 2025-06-03T00:13:18.429Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2804 | 2025-06-03T00:13:18.811Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2805 | 2025-06-03T00:13:18.847Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2806 | 2025-06-03T00:13:19.210Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2807 | 2025-06-03T00:13:19.319Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2808 | 2025-06-03T00:13:20.010Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2809 | 2025-06-03T00:13:20.174Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2810 | 2025-06-03T00:13:20.288Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2811 | 2025-06-03T00:13:20.587Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2812 | 2025-06-03T00:13:20.642Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2813 | 2025-06-03T00:13:20.686Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2814 | 2025-06-03T00:13:20.726Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2815 | 2025-06-03T00:13:20.919Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2816 | 2025-06-03T00:13:21.169Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2817 | 2025-06-03T00:13:21.223Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2818 | 2025-06-03T00:13:21.358Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2819 | 2025-06-03T00:13:21.398Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2820 | 2025-06-03T00:13:21.437Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2821 | 2025-06-03T00:13:21.694Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2822 | 2025-06-03T00:13:21.776Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2823 | 2025-06-03T00:13:21.852Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2824 | 2025-06-03T00:13:21.909Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2825 | 2025-06-03T00:13:21.994Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2826 | 2025-06-03T00:13:22.151Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2827 | 2025-06-03T00:13:22.481Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2828 | 2025-06-03T00:13:22.579Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2829 | 2025-06-03T00:13:22.605Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2830 | 2025-06-03T00:13:22.670Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2831 | 2025-06-03T00:13:23.086Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2832 | 2025-06-03T00:13:23.197Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2833 | 2025-06-03T00:13:23.717Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2834 | 2025-06-03T00:13:24.941Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2835 | 2025-06-03T00:13:25.006Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2836 | 2025-06-03T00:13:26.082Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2837 | 2025-06-03T00:13:27.817Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2838 | 2025-06-03T00:13:27.924Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2839 | 2025-06-03T00:13:28.784Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2840 | 2025-06-03T00:13:29.801Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2841 | 2025-06-03T00:13:30.156Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2842 | 2025-06-03T00:13:30.392Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2843 | 2025-06-03T00:13:31.552Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2844 | 2025-06-03T00:13:33.489Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2845 | 2025-06-03T00:13:33.650Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2846 | 2025-06-03T00:13:33.687Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2847 | 2025-06-03T00:13:33.885Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2848 | 2025-06-03T00:13:34.664Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2849 | 2025-06-03T00:13:34.825Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2850 | 2025-06-03T00:13:35.986Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2851 | 2025-06-03T00:13:37.200Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2852 | 2025-06-03T00:13:37.378Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2853 | 2025-06-03T00:13:38.302Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2854 | 2025-06-03T00:13:38.670Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2855 | 2025-06-03T00:13:39.653Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2856 | 2025-06-03T00:13:41.955Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2857 | 2025-06-03T00:13:43.128Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2858 | 2025-06-03T00:13:43.489Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2859 | 2025-06-03T00:13:44.271Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2860 | 2025-06-03T00:13:44.308Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2861 | 2025-06-03T00:13:44.836Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2862 | 2025-06-03T00:13:45.398Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2863 | 2025-06-03T00:13:46.368Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2864 | 2025-06-03T00:13:47.241Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2865 | 2025-06-03T00:13:47.279Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2866 | 2025-06-03T00:13:47.602Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2867 | 2025-06-03T00:13:48.053Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2868 | 2025-06-03T00:13:50.051Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2869 | 2025-06-03T00:13:50.652Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2870 | 2025-06-03T00:13:50.898Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2871 | 2025-06-03T00:13:50.937Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2872 | 2025-06-03T00:13:51.449Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2873 | 2025-06-03T00:13:53.148Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2874 | 2025-06-03T00:13:53.379Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2875 | 2025-06-03T00:13:53.430Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2876 | 2025-06-03T00:13:53.928Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2877 | 2025-06-03T00:13:55.607Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2025-06-03T00:13:55.670Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2879 | 2025-06-03T00:13:56.468Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2880 | 2025-06-03T00:13:56.508Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2881 | 2025-06-03T00:13:56.575Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2882 | 2025-06-03T00:13:57.340Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2883 | 2025-06-03T00:13:57.600Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2884 | 2025-06-03T00:13:58.135Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2885 | 2025-06-03T00:13:58.494Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2886 | 2025-06-03T00:13:59.354Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2887 | 2025-06-03T00:13:59.536Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2888 | 2025-06-03T00:14:00.296Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2889 | 2025-06-03T00:14:00.383Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2890 | 2025-06-03T00:14:00.535Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2891 | 2025-06-03T00:14:00.853Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2892 | 2025-06-03T00:14:01.261Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2893 | 2025-06-03T00:14:01.715Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2894 | 2025-06-03T00:14:02.185Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2895 | 2025-06-03T00:14:02.236Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2896 | 2025-06-03T00:14:02.743Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2897 | 2025-06-03T00:14:03.604Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2898 | 2025-06-03T00:14:04.323Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2899 | 2025-06-03T00:14:05.348Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2900 | 2025-06-03T00:14:07.111Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2901 | 2025-06-03T00:14:07.764Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2902 | 2025-06-03T00:14:07.797Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2903 | 2025-06-03T00:14:08.382Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2904 | 2025-06-03T00:14:08.466Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2905 | 2025-06-03T00:14:08.758Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2906 | 2025-06-03T00:14:08.923Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2907 | 2025-06-03T00:14:09.173Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2908 | 2025-06-03T00:14:09.457Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2909 | 2025-06-03T00:14:09.975Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2910 | 2025-06-03T00:14:10.346Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2911 | 2025-06-03T00:14:10.434Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2912 | 2025-06-03T00:14:10.912Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2913 | 2025-06-03T00:14:11.263Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2914 | 2025-06-03T00:14:11.574Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2915 | 2025-06-03T00:14:12.595Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2916 | 2025-06-03T00:14:12.707Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2917 | 2025-06-03T00:14:12.881Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2918 | 2025-06-03T00:14:14.628Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2919 | 2025-06-03T00:14:15.401Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2920 | 2025-06-03T00:14:16.239Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2921 | 2025-06-03T00:14:17.566Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2922 | 2025-06-03T00:14:17.789Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2923 | 2025-06-03T00:14:19.025Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2924 | 2025-06-03T00:14:19.810Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2925 | 2025-06-03T00:14:20.753Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2926 | 2025-06-03T00:14:21.524Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2927 | 2025-06-03T00:14:21.923Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2928 | 2025-06-03T00:14:22.382Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2929 | 2025-06-03T00:14:23.029Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2930 | 2025-06-03T00:14:24.333Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2931 | 2025-06-03T00:14:25.634Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2932 | 2025-06-03T00:14:28.245Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2933 | 2025-06-03T00:14:32.357Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2934 | 2025-06-03T00:14:33.228Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2935 | 2025-06-03T00:14:33.744Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2936 | 2025-06-03T00:14:33.782Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2937 | 2025-06-03T00:14:39.860Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2938 | 2025-06-03T00:14:41.014Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2939 | 2025-06-03T00:14:41.366Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2940 | 2025-06-03T00:14:41.472Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2941 | 2025-06-03T00:14:46.098Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2942 | 2025-06-03T00:14:49.207Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2943 | 2025-06-03T00:14:49.972Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2944 | 2025-06-03T00:14:55.152Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2945 | 2025-06-03T00:14:57.946Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2946 | 2025-06-03T00:14:59.499Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2947 | 2025-06-03T00:15:00.266Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2948 | 2025-06-03T00:15:00.495Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2949 | 2025-06-03T00:15:02.668Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2950 | 2025-06-03T00:15:02.769Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2951 | 2025-06-03T00:15:04.032Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2952 | 2025-06-03T00:15:05.228Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2953 | 2025-06-03T00:15:05.454Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2954 | 2025-06-03T00:15:06.370Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2955 | 2025-06-03T00:15:10.306Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2956 | 2025-06-03T00:15:11.171Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2957 | 2025-06-03T00:15:11.972Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2958 | 2025-06-03T00:15:12.649Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2959 | 2025-06-03T00:15:12.754Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2960 | 2025-06-03T00:15:13.797Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2961 | 2025-06-03T00:15:15.622Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2962 | 2025-06-03T00:15:17.219Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2963 | 2025-06-03T00:15:18.120Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2964 | 2025-06-03T00:15:20.924Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2965 | 2025-06-03T00:15:21.783Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2966 | 2025-06-03T00:15:21.819Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2967 | 2025-06-03T00:15:22.725Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2968 | 2025-06-03T00:15:24.668Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2969 | 2025-06-03T00:15:25.163Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2970 | 2025-06-03T00:15:26.096Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2971 | 2025-06-03T00:15:26.646Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2972 | 2025-06-03T00:15:27.926Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2973 | 2025-06-03T00:15:27.963Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2974 | 2025-06-03T00:15:28.710Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2975 | 2025-06-03T00:15:31.031Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2976 | 2025-06-03T00:15:31.348Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2977 | 2025-06-03T00:15:31.826Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2978 | 2025-06-03T00:15:32.757Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2979 | 2025-06-03T00:15:32.790Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2980 | 2025-06-03T00:15:35.228Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2981 | 2025-06-03T00:15:35.316Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2982 | 2025-06-03T00:15:36.190Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2983 | 2025-06-03T00:15:36.613Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2984 | 2025-06-03T00:15:37.211Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2985 | 2025-06-03T00:15:40.163Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2986 | 2025-06-03T00:15:40.286Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2987 | 2025-06-03T00:15:40.674Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2988 | 2025-06-03T00:15:41.470Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2989 | 2025-06-03T00:15:41.648Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2990 | 2025-06-03T00:15:43.081Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2991 | 2025-06-03T00:15:44.001Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2992 | 2025-06-03T00:15:44.283Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2993 | 2025-06-03T00:15:46.196Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2994 | 2025-06-03T00:15:46.434Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2995 | 2025-06-03T00:15:46.938Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2996 | 2025-06-03T00:15:47.779Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2997 | 2025-06-03T00:15:48.862Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2998 | 2025-06-03T00:15:49.352Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2999 | 2025-06-03T00:15:49.542Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3000 | 2025-06-03T00:15:49.723Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3001 | 2025-06-03T00:15:50.658Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3002 | 2025-06-03T00:15:50.800Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3003 | 2025-06-03T00:15:51.575Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3004 | 2025-06-03T00:15:52.714Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3005 | 2025-06-03T00:15:53.343Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3006 | 2025-06-03T00:15:53.488Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3007 | 2025-06-03T00:15:54.960Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3008 | 2025-06-03T00:15:55.573Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3009 | 2025-06-03T00:15:56.027Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3010 | 2025-06-03T00:15:56.280Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3011 | 2025-06-03T00:15:56.445Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3012 | 2025-06-03T00:15:56.947Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3013 | 2025-06-03T00:15:57.164Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3014 | 2025-06-03T00:15:57.639Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3015 | 2025-06-03T00:15:59.122Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3016 | 2025-06-03T00:16:00.186Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3017 | 2025-06-03T00:16:01.013Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3018 | 2025-06-03T00:16:01.048Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3019 | 2025-06-03T00:16:01.119Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3020 | 2025-06-03T00:16:01.850Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3021 | 2025-06-03T00:16:01.886Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3022 | 2025-06-03T00:16:02.158Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3023 | 2025-06-03T00:16:02.495Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3024 | 2025-06-03T00:16:03.412Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3025 | 2025-06-03T00:16:03.992Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3026 | 2025-06-03T00:16:04.797Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3027 | 2025-06-03T00:16:04.945Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3028 | 2025-06-03T00:16:05.043Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3029 | 2025-06-03T00:16:05.087Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3030 | 2025-06-03T00:16:06.081Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3031 | 2025-06-03T00:16:06.134Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3032 | 2025-06-03T00:16:06.181Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3033 | 2025-06-03T00:16:06.222Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3034 | 2025-06-03T00:16:06.262Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3035 | 2025-06-03T00:16:06.348Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3036 | 2025-06-03T00:16:06.689Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3037 | 2025-06-03T00:16:07.240Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3038 | 2025-06-03T00:16:08.942Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3039 | 2025-06-03T00:16:09.013Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3040 | 2025-06-03T00:16:09.192Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3041 | 2025-06-03T00:16:09.721Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3042 | 2025-06-03T00:16:09.933Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3043 | 2025-06-03T00:16:12.741Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3044 | 2025-06-03T00:16:18.452Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3045 | 2025-06-03T00:16:18.907Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3046 | 2025-06-03T00:16:19.459Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3047 | 2025-06-03T00:16:24.476Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3048 | 2025-06-03T00:16:26.589Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3049 | 2025-06-03T00:16:28.367Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3050 | 2025-06-03T00:16:28.637Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3051 | 2025-06-03T00:16:29.168Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3052 | 2025-06-03T00:16:29.386Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3053 | 2025-06-03T00:17:52.950Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3054 | 2025-06-03T00:18:05.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 54s |
3055 | 2025-06-03T00:18:05.447Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 161 other files |
3056 | 2025-06-03T00:18:05.567Z | |
3057 | 2025-06-03T00:18:05.567Z | real 4:55.020631957 |
3058 | 2025-06-03T00:18:05.567Z | user 23:53.164455662 |
3059 | 2025-06-03T00:18:05.567Z | sys 4:08.421801922 |
3060 | 2025-06-03T00:18:05.567Z | trap 0.877495245 |
3061 | 2025-06-03T00:18:05.567Z | tflt 0.155092632 |
3062 | 2025-06-03T00:18:05.567Z | dflt 0.059442243 |
3063 | 2025-06-03T00:18:05.567Z | kflt 0.001089320 |
3064 | 2025-06-03T00:18:05.567Z | lock 32:56.825349512 |
3065 | 2025-06-03T00:18:05.567Z | slp 1:09:39.617017855 |
3066 | 2025-06-03T00:18:05.567Z | lat 1:25.442201333 |
3067 | 2025-06-03T00:18:05.592Z | stop 2:09.538961346 |
3068 | 2025-06-03T00:18:05.592Z | process exited: duration 1154682 ms, exit code 0 |
|
3069 | 2025-06-03T00:18:05.642Z | found 0 output files |