|
|
|
1 | 2025-07-15T20:08:43.553Z | job assigned to worker 01K07V6WF89EGJRTA61NGHXDYE [factory aws, i-0347f8698c95a39d7] (queued for 55 s) |
|
2 | 2025-07-15T20:08:52.482Z | starting task 0: "setup" |
3 | 2025-07-15T20:08:52.487Z | ++ uname -s |
4 | 2025-07-15T20:08:52.487Z | + kern=SunOS |
5 | 2025-07-15T20:08:52.487Z | + build_user=build |
6 | 2025-07-15T20:08:52.487Z | + build_uid=12345 |
7 | 2025-07-15T20:08:52.487Z | + work_dir=/work |
8 | 2025-07-15T20:08:52.487Z | + input_dir=/input |
9 | 2025-07-15T20:08:52.487Z | + [[ 0 == 12345 ]] |
10 | 2025-07-15T20:08:52.487Z | + case "$kern" in |
11 | 2025-07-15T20:08:52.488Z | + groupadd -g 12345 build |
12 | 2025-07-15T20:08:52.493Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-15T20:08:54.497Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-15T20:08:54.645Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-15T20:08:54.649Z | + home_fs=zfs |
16 | 2025-07-15T20:08:54.649Z | + [[ zfs == autofs ]] |
17 | 2025-07-15T20:08:54.649Z | + mkdir -p /home/build |
18 | 2025-07-15T20:08:54.653Z | + chown build:build /home/build /work |
19 | 2025-07-15T20:08:56.651Z | + chmod 0700 /home/build /work |
20 | 2025-07-15T20:08:56.658Z | process exited: duration 4177 ms, exit code 0 |
|
21 | 2025-07-15T20:08:56.666Z | starting task 1: "rust-toolchain" |
22 | 2025-07-15T20:08:56.673Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-15T20:08:56.673Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-15T20:08:56.673Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-07-15T20:08:56.673Z | * rust toolchain profile = "default" |
26 | 2025-07-15T20:08:56.677Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-15T20:08:56.677Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-15T20:08:56.677Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-15T20:08:56.677Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-15T20:08:56.824Z | info: downloading installer |
31 | 2025-07-15T20:08:58.350Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-15T20:08:58.350Z | warn: /opt/ooce/bin |
33 | 2025-07-15T20:08:58.350Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-15T20:08:58.350Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-15T20:08:58.350Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-15T20:08:58.350Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-15T20:08:58.350Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-15T20:08:58.350Z | error: cannot install while Rust is installed |
39 | 2025-07-15T20:08:58.350Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-15T20:08:58.362Z | info: profile set to 'default' |
41 | 2025-07-15T20:08:58.362Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-15T20:08:58.367Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-15T20:08:58.531Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-15T20:08:58.531Z | info: downloading component 'cargo' |
45 | 2025-07-15T20:08:59.382Z | info: downloading component 'clippy' |
46 | 2025-07-15T20:08:59.731Z | info: downloading component 'rust-docs' |
47 | 2025-07-15T20:09:01.037Z | info: downloading component 'rust-std' |
48 | 2025-07-15T20:09:02.936Z | info: downloading component 'rustc' |
49 | 2025-07-15T20:09:10.600Z | info: downloading component 'rustfmt' |
50 | 2025-07-15T20:09:10.886Z | info: installing component 'cargo' |
51 | 2025-07-15T20:09:11.754Z | info: installing component 'clippy' |
52 | 2025-07-15T20:09:12.142Z | info: installing component 'rust-docs' |
53 | 2025-07-15T20:09:13.963Z | info: installing component 'rust-std' |
54 | 2025-07-15T20:09:16.195Z | info: installing component 'rustc' |
55 | 2025-07-15T20:09:22.257Z | info: installing component 'rustfmt' |
56 | 2025-07-15T20:09:22.587Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-15T20:09:22.587Z | |
58 | 2025-07-15T20:09:23.004Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-15T20:09:23.004Z | |
60 | 2025-07-15T20:09:23.008Z | |
61 | 2025-07-15T20:09:23.008Z | Rust is installed now. Great! |
62 | 2025-07-15T20:09:23.008Z | |
63 | 2025-07-15T20:09:23.008Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-15T20:09:23.008Z | environment variable. This has not been done automatically. |
65 | 2025-07-15T20:09:23.008Z | |
66 | 2025-07-15T20:09:23.008Z | To configure your current shell, you need to source |
67 | 2025-07-15T20:09:23.008Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-15T20:09:23.008Z | |
69 | 2025-07-15T20:09:23.008Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-15T20:09:23.008Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-15T20:09:23.008Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-15T20:09:23.008Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-15T20:09:23.088Z | + rustup --version |
74 | 2025-07-15T20:09:23.099Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-15T20:09:23.104Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-15T20:09:23.177Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-15T20:09:23.180Z | + cargo --version |
78 | 2025-07-15T20:09:23.238Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-15T20:09:23.242Z | + rustc --version |
80 | 2025-07-15T20:09:23.305Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-15T20:09:23.308Z | process exited: duration 26640 ms, exit code 0 |
|
82 | 2025-07-15T20:09:23.316Z | starting task 2: "authentication" |
83 | 2025-07-15T20:09:23.341Z | process exited: duration 24 ms, exit code 0 |
|
84 | 2025-07-15T20:09:23.350Z | starting task 3: "clone repository" |
85 | 2025-07-15T20:09:23.353Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-15T20:09:23.356Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-15T20:09:23.401Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-15T20:09:32.468Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-15T20:09:32.468Z | + git fetch origin 2c36693f22d79479395904a008f67a93d1ff8438 |
90 | 2025-07-15T20:09:32.838Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-15T20:09:32.838Z | * branch 2c36693f22d79479395904a008f67a93d1ff8438 -> FETCH_HEAD |
92 | 2025-07-15T20:09:32.853Z | + [[ -n sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making ]] |
93 | 2025-07-15T20:09:32.863Z | ++ git branch --show-current |
94 | 2025-07-15T20:09:32.863Z | + current=main |
95 | 2025-07-15T20:09:32.863Z | + [[ main != sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making ]] |
96 | 2025-07-15T20:09:32.863Z | + git branch -f sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making 2c36693f22d79479395904a008f67a93d1ff8438 |
97 | 2025-07-15T20:09:32.863Z | + git checkout -f sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making |
98 | 2025-07-15T20:09:33.083Z | Switched to branch 'sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making' |
99 | 2025-07-15T20:09:33.100Z | + git reset --hard 2c36693f22d79479395904a008f67a93d1ff8438 |
100 | 2025-07-15T20:09:33.128Z | HEAD is now at 2c36693f2 review feedback |
101 | 2025-07-15T20:09:33.129Z | process exited: duration 9761 ms, exit code 0 |
|
102 | 2025-07-15T20:09:33.145Z | starting task 4: "build" |
103 | 2025-07-15T20:09:33.184Z | + source ./env.sh |
104 | 2025-07-15T20:09:33.185Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-07-15T20:09:33.185Z | ++ set -o xtrace |
106 | 2025-07-15T20:09:33.185Z | ++++ dirname ./env.sh |
107 | 2025-07-15T20:09:33.226Z | +++ readlink -f . |
108 | 2025-07-15T20:09:33.226Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-07-15T20:09:33.226Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-07-15T20:09:33.226Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-07-15T20:09:33.226Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-07-15T20:09:33.227Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-07-15T20:09:33.227Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-07-15T20:09:33.227Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-07-15T20:09:33.227Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-07-15T20:09:33.227Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-07-15T20:09:33.227Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-07-15T20:09:33.227Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-07-15T20:09:33.227Z | + source .github/buildomat/ci-env.sh |
120 | 2025-07-15T20:09:33.227Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-07-15T20:09:33.227Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-07-15T20:09:33.227Z | + cargo --version |
123 | 2025-07-15T20:09:33.251Z | cargo 1.88.0 (873a06493 2025-05-10) |
124 | 2025-07-15T20:09:33.251Z | + rustc --version |
125 | 2025-07-15T20:09:33.298Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
126 | 2025-07-15T20:09:37.328Z | + banner prerequisites |
127 | 2025-07-15T20:09:37.328Z | |
128 | 2025-07-15T20:09:37.328Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-07-15T20:09:37.328Z | # # # # # # # # # # # # # # # |
130 | 2025-07-15T20:09:37.328Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-07-15T20:09:37.328Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-07-15T20:09:37.328Z | # # # # # # # # # # # # # # # |
133 | 2025-07-15T20:09:37.328Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-07-15T20:09:37.328Z | |
135 | 2025-07-15T20:09:37.328Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-07-15T20:09:43.355Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-07-15T20:09:50.378Z | Startup: Caching catalogs ... Done |
138 | 2025-07-15T20:09:55.018Z | Planning: Solver setup ... Done (3.369s) |
139 | 2025-07-15T20:09:55.049Z | Planning: Running solver ... Done (0.032s) |
140 | 2025-07-15T20:09:55.140Z | Planning: Finding local manifests ... Done (0.003s) |
141 | 2025-07-15T20:09:55.162Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-07-15T20:09:58.685Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-07-15T20:09:58.735Z | Planning: Package planning ... Done (0.049s) |
144 | 2025-07-15T20:09:58.786Z | Planning: Merging actions ... Done (0.051s) |
145 | 2025-07-15T20:09:59.077Z | Planning: Checking for conflicting actions ... Done (0.291s) |
146 | 2025-07-15T20:09:59.088Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-07-15T20:10:00.050Z | Planning: Evaluating mediators ... Done (0.961s) |
148 | 2025-07-15T20:10:00.059Z | Planning: Planning completed in 9.56 seconds |
149 | 2025-07-15T20:10:00.074Z | Packages to install: 4 |
150 | 2025-07-15T20:10:00.078Z | Mediators to change: 2 |
151 | 2025-07-15T20:10:00.078Z | Services to change: 1 |
152 | 2025-07-15T20:10:00.078Z | Estimated space available: 155.51 GB |
153 | 2025-07-15T20:10:00.078Z | Estimated space to be consumed: 1.70 GB |
154 | 2025-07-15T20:10:00.078Z | Create boot environment: No |
155 | 2025-07-15T20:10:00.078Z | Create backup boot environment: No |
156 | 2025-07-15T20:10:00.078Z | Rebuild boot archive: No |
157 | 2025-07-15T20:10:00.078Z | |
158 | 2025-07-15T20:10:00.078Z | Changed mediators: |
159 | 2025-07-15T20:10:00.078Z | mediator clang: |
160 | 2025-07-15T20:10:00.078Z | version: None -> 15 (system default) |
161 | 2025-07-15T20:10:00.078Z | |
162 | 2025-07-15T20:10:00.078Z | mediator llvm: |
163 | 2025-07-15T20:10:00.078Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-07-15T20:10:00.078Z | |
165 | 2025-07-15T20:10:00.078Z | Changed packages: |
166 | 2025-07-15T20:10:00.078Z | helios-dev |
167 | 2025-07-15T20:10:00.078Z | developer/build-essential |
168 | 2025-07-15T20:10:00.078Z | None -> 11-2.0 |
169 | 2025-07-15T20:10:00.078Z | library/libxmlsec1 |
170 | 2025-07-15T20:10:00.078Z | None -> 1.2.35-2.0 |
171 | 2025-07-15T20:10:00.078Z | ooce/developer/clang-15 |
172 | 2025-07-15T20:10:00.078Z | None -> 15.0.7-2.0 |
173 | 2025-07-15T20:10:00.078Z | ooce/developer/llvm-15 |
174 | 2025-07-15T20:10:00.078Z | None -> 15.0.7-2.0 |
175 | 2025-07-15T20:10:00.078Z | |
176 | 2025-07-15T20:10:00.078Z | Services: |
177 | 2025-07-15T20:10:00.078Z | restart_fmri: |
178 | 2025-07-15T20:10:00.078Z | svc:/system/update-man-index:default |
179 | 2025-07-15T20:10:00.130Z | |
180 | 2025-07-15T20:10:00.130Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-07-15T20:10:05.273Z | Download: 1007/3290 items 19.5/212.6MB 9% complete (3.9M/s) |
182 | 2025-07-15T20:10:10.132Z | Download: 1623/3290 items 114.6/212.6MB 53% complete (11.6M/s) |
183 | 2025-07-15T20:10:15.134Z | Download: 2805/3290 items 121.0/212.6MB 56% complete (10.2M/s) |
184 | 2025-07-15T20:10:20.336Z | Download: 3283/3290 items 210.2/212.6MB 98% complete (10.7M/s) |
185 | 2025-07-15T20:10:20.379Z | Download: Completed 212.60 MB in 20.25 seconds (10.5M/s) |
186 | 2025-07-15T20:10:20.565Z | Actions: 1/3689 actions (Installing new actions) |
187 | 2025-07-15T20:10:25.095Z | Actions: Completed 3689 actions in 4.53 seconds. |
188 | 2025-07-15T20:10:25.678Z | Done (0.576s) |
189 | 2025-07-15T20:10:25.678Z | Done (0.000s) |
190 | 2025-07-15T20:10:26.513Z | Done (0.837s) |
191 | 2025-07-15T20:10:30.764Z | Done (3.948s) |
192 | 2025-07-15T20:10:30.858Z | Done (0.021s) |
193 | 2025-07-15T20:10:30.862Z | Done (0.000s) |
194 | 2025-07-15T20:10:31.025Z | Done (0.000s) |
195 | 2025-07-15T20:10:31.847Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-07-15T20:10:32.001Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-07-15T20:10:32.005Z | Planning: Consolidating action changes ... Done |
198 | 2025-07-15T20:10:32.292Z | Planning: Evaluating mediators ... Done |
199 | 2025-07-15T20:10:32.298Z | Planning: Planning completed in 0.43 seconds |
200 | 2025-07-15T20:10:32.302Z | Mediators to change: 2 |
201 | 2025-07-15T20:10:32.302Z | Create boot environment: No |
202 | 2025-07-15T20:10:32.302Z | Create backup boot environment: No |
203 | 2025-07-15T20:10:32.392Z | Done |
204 | 2025-07-15T20:10:32.393Z | Done |
205 | 2025-07-15T20:10:32.984Z | Done |
206 | 2025-07-15T20:10:36.480Z | Done |
207 | 2025-07-15T20:10:36.568Z | Done |
208 | 2025-07-15T20:10:36.572Z | Done |
209 | 2025-07-15T20:10:36.698Z | Done |
210 | 2025-07-15T20:10:37.306Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-07-15T20:10:37.309Z | Planning: Merging actions ... Done |
212 | 2025-07-15T20:10:37.490Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-07-15T20:10:37.494Z | Planning: Consolidating action changes ... Done |
214 | 2025-07-15T20:10:37.758Z | Planning: Evaluating mediators ... Done |
215 | 2025-07-15T20:10:37.807Z | Planning: Planning completed in 0.74 seconds |
216 | 2025-07-15T20:10:37.843Z | Packages to change: 1 |
217 | 2025-07-15T20:10:37.843Z | Mediators to change: 1 |
218 | 2025-07-15T20:10:37.852Z | Services to change: 1 |
219 | 2025-07-15T20:10:37.852Z | Create boot environment: No |
220 | 2025-07-15T20:10:37.853Z | Create backup boot environment: Yes |
221 | 2025-07-15T20:10:40.147Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-07-15T20:10:40.157Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2025-07-15T20:10:40.157Z | Done |
224 | 2025-07-15T20:10:40.157Z | Done |
225 | 2025-07-15T20:10:40.315Z | Done |
226 | 2025-07-15T20:10:43.804Z | Done |
227 | 2025-07-15T20:10:43.891Z | Done |
228 | 2025-07-15T20:10:43.894Z | Done |
229 | 2025-07-15T20:10:44.045Z | Done |
230 | 2025-07-15T20:10:44.478Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-07-15T20:10:44.478Z | clang system 15 system |
232 | 2025-07-15T20:10:44.478Z | csh system system illumos |
233 | 2025-07-15T20:10:44.478Z | ctags system system illumos |
234 | 2025-07-15T20:10:44.478Z | file system system illumos |
235 | 2025-07-15T20:10:44.478Z | gcc vendor 12 vendor |
236 | 2025-07-15T20:10:44.478Z | gcc system 10 system |
237 | 2025-07-15T20:10:44.478Z | gcc system 7 system |
238 | 2025-07-15T20:10:44.479Z | go system 1.20 system |
239 | 2025-07-15T20:10:44.479Z | go system 1.19 system |
240 | 2025-07-15T20:10:44.479Z | llvm system 15 system |
241 | 2025-07-15T20:10:44.479Z | llvm system 14 system |
242 | 2025-07-15T20:10:44.479Z | mariadb system 10.6 system |
243 | 2025-07-15T20:10:44.479Z | mta vendor vendor dma |
244 | 2025-07-15T20:10:44.479Z | openjdk system 17 system |
245 | 2025-07-15T20:10:44.479Z | openjdk system 11 system |
246 | 2025-07-15T20:10:44.479Z | openjdk system 1.8 system |
247 | 2025-07-15T20:10:44.479Z | openssl vendor 3 vendor |
248 | 2025-07-15T20:10:44.479Z | perl system 5.36 system |
249 | 2025-07-15T20:10:44.479Z | postgresql system 15 system |
250 | 2025-07-15T20:10:44.479Z | postgresql system 13 system |
251 | 2025-07-15T20:10:44.479Z | python vendor 3 vendor |
252 | 2025-07-15T20:10:44.479Z | python system 2 system |
253 | 2025-07-15T20:10:44.479Z | python3 system 3.11 system |
254 | 2025-07-15T20:10:44.479Z | ruby system 3.0 system |
255 | 2025-07-15T20:10:44.479Z | words vendor vendor american-english |
256 | 2025-07-15T20:10:44.479Z | words system system australian-english |
257 | 2025-07-15T20:10:44.479Z | words system system british-english |
258 | 2025-07-15T20:10:44.479Z | words system system canadian-english |
259 | 2025-07-15T20:10:44.479Z | words system system french |
260 | 2025-07-15T20:10:44.479Z | words system system italian |
261 | 2025-07-15T20:10:44.479Z | words system system ngerman |
262 | 2025-07-15T20:10:44.479Z | words system system ogerman |
263 | 2025-07-15T20:10:44.480Z | words system system spanish |
264 | 2025-07-15T20:10:44.818Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-07-15T20:10:44.818Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-07-15T20:10:49.361Z | FMRI IFO |
267 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
273 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
275 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
278 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
281 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-07-15T20:10:49.361Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-07-15T20:10:50.353Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-07-15T20:10:50.628Z | Updating crates.io index |
285 | 2025-07-15T20:10:50.632Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
286 | 2025-07-15T20:10:50.984Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-07-15T20:10:51.610Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-07-15T20:10:51.863Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-07-15T20:10:52.119Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
290 | 2025-07-15T20:10:52.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-07-15T20:10:53.544Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-07-15T20:10:56.928Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-07-15T20:10:57.985Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-07-15T20:10:58.719Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-07-15T20:10:58.998Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-07-15T20:10:59.280Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-07-15T20:11:00.002Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-07-15T20:11:00.272Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2025-07-15T20:11:00.897Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
300 | 2025-07-15T20:11:01.227Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-07-15T20:11:01.648Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-07-15T20:11:01.909Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-07-15T20:11:02.171Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-07-15T20:11:02.448Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-07-15T20:11:02.745Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
306 | 2025-07-15T20:11:03.057Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-07-15T20:11:03.432Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-07-15T20:11:03.751Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-07-15T20:11:04.346Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
310 | 2025-07-15T20:11:04.787Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-07-15T20:11:05.037Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-07-15T20:11:05.410Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2025-07-15T20:11:05.836Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-07-15T20:11:06.212Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-07-15T20:11:06.513Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-07-15T20:11:06.805Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
317 | 2025-07-15T20:11:15.214Z | Updating git repository `https://github.com/illumos/smf-rs` |
318 | 2025-07-15T20:11:16.601Z | Downloading crates ... |
319 | 2025-07-15T20:11:16.692Z | Downloaded anstream v0.6.18 |
320 | 2025-07-15T20:11:16.698Z | Downloaded tempfile v3.20.0 |
321 | 2025-07-15T20:11:16.701Z | Downloaded tabled_derive v0.7.0 |
322 | 2025-07-15T20:11:16.704Z | Downloaded bitflags v2.9.1 |
323 | 2025-07-15T20:11:16.707Z | Downloaded ucd-trie v0.1.7 |
324 | 2025-07-15T20:11:16.707Z | Downloaded camino v1.1.10 |
325 | 2025-07-15T20:11:16.710Z | Downloaded autocfg v1.4.0 |
326 | 2025-07-15T20:11:16.714Z | Downloaded cargo-util-schemas v0.2.0 |
327 | 2025-07-15T20:11:16.714Z | Downloaded usdt-macro v0.5.0 |
328 | 2025-07-15T20:11:16.717Z | Downloaded cargo_metadata v0.20.0 |
329 | 2025-07-15T20:11:16.717Z | Downloaded yoke-derive v0.7.4 |
330 | 2025-07-15T20:11:16.720Z | Downloaded cargo_toml v0.21.0 |
331 | 2025-07-15T20:11:16.720Z | Downloaded cargo-platform v0.2.0 |
332 | 2025-07-15T20:11:16.724Z | Downloaded byteorder v1.5.0 |
333 | 2025-07-15T20:11:16.727Z | Downloaded colorchoice v1.0.2 |
334 | 2025-07-15T20:11:16.727Z | Downloaded anstyle-parse v0.2.5 |
335 | 2025-07-15T20:11:16.727Z | Downloaded anstyle v1.0.11 |
336 | 2025-07-15T20:11:16.730Z | Downloaded unicode-xid v0.2.6 |
337 | 2025-07-15T20:11:16.730Z | Downloaded crypto-common v0.1.6 |
338 | 2025-07-15T20:11:16.733Z | Downloaded zerofrom v0.1.4 |
339 | 2025-07-15T20:11:16.733Z | Downloaded write16 v1.0.0 |
340 | 2025-07-15T20:11:16.733Z | Downloaded cfg-if v1.0.1 |
341 | 2025-07-15T20:11:16.736Z | Downloaded clap v4.5.40 |
342 | 2025-07-15T20:11:16.743Z | Downloaded utf8_iter v1.0.4 |
343 | 2025-07-15T20:11:16.747Z | Downloaded usdt v0.5.0 |
344 | 2025-07-15T20:11:16.747Z | Downloaded utf16_iter v1.0.5 |
345 | 2025-07-15T20:11:16.747Z | Downloaded terminal_size v0.4.0 |
346 | 2025-07-15T20:11:16.751Z | Downloaded zerovec-derive v0.10.3 |
347 | 2025-07-15T20:11:16.751Z | Downloaded version_check v0.9.5 |
348 | 2025-07-15T20:11:16.754Z | Downloaded fastrand v2.1.1 |
349 | 2025-07-15T20:11:16.754Z | Downloaded dtrace-parser v0.2.0 |
350 | 2025-07-15T20:11:16.754Z | Downloaded url v2.5.4 |
351 | 2025-07-15T20:11:16.758Z | Downloaded zerofrom-derive v0.1.4 |
352 | 2025-07-15T20:11:16.758Z | Downloaded thread-id v4.2.2 |
353 | 2025-07-15T20:11:16.761Z | Downloaded writeable v0.5.5 |
354 | 2025-07-15T20:11:16.764Z | Downloaded heck v0.5.0 |
355 | 2025-07-15T20:11:16.764Z | Downloaded toml v0.8.23 |
356 | 2025-07-15T20:11:16.767Z | Downloaded thiserror v2.0.12 |
357 | 2025-07-15T20:11:16.772Z | Downloaded zerocopy-derive v0.7.35 |
358 | 2025-07-15T20:11:16.775Z | Downloaded yoke v0.7.4 |
359 | 2025-07-15T20:11:16.778Z | Downloaded unicode-ident v1.0.18 |
360 | 2025-07-15T20:11:16.781Z | Downloaded scroll_derive v0.12.0 |
361 | 2025-07-15T20:11:16.781Z | Downloaded textwrap v0.16.2 |
362 | 2025-07-15T20:11:16.784Z | Downloaded typenum v1.17.0 |
363 | 2025-07-15T20:11:16.787Z | Downloaded is_terminal_polyfill v1.70.1 |
364 | 2025-07-15T20:11:16.787Z | Downloaded heck v0.4.1 |
365 | 2025-07-15T20:11:16.791Z | Downloaded toml_datetime v0.6.11 |
366 | 2025-07-15T20:11:16.791Z | Downloaded pretty-hex v0.4.1 |
367 | 2025-07-15T20:11:16.795Z | Downloaded equivalent v1.0.2 |
368 | 2025-07-15T20:11:16.795Z | Downloaded swrite v0.1.0 |
369 | 2025-07-15T20:11:16.795Z | Downloaded block-buffer v0.10.4 |
370 | 2025-07-15T20:11:16.795Z | Downloaded getrandom v0.3.1 |
371 | 2025-07-15T20:11:16.799Z | Downloaded errno v0.3.12 |
372 | 2025-07-15T20:11:16.801Z | Downloaded zerovec v0.10.4 |
373 | 2025-07-15T20:11:16.805Z | Downloaded memmap v0.7.0 |
374 | 2025-07-15T20:11:16.809Z | Downloaded bytecount v0.6.8 |
375 | 2025-07-15T20:11:16.813Z | Downloaded strsim v0.11.1 |
376 | 2025-07-15T20:11:16.813Z | Downloaded serde_tokenstream v0.2.2 |
377 | 2025-07-15T20:11:16.813Z | Downloaded macaddr v1.0.1 |
378 | 2025-07-15T20:11:16.818Z | Downloaded zerocopy v0.7.35 |
379 | 2025-07-15T20:11:16.829Z | Downloaded serde_spanned v0.6.9 |
380 | 2025-07-15T20:11:16.832Z | Downloaded winnow v0.7.10 |
381 | 2025-07-15T20:11:16.838Z | Downloaded synstructure v0.13.1 |
382 | 2025-07-15T20:11:16.842Z | Downloaded unicode-width v0.1.14 |
383 | 2025-07-15T20:11:16.845Z | Downloaded stable_deref_trait v1.2.0 |
384 | 2025-07-15T20:11:16.845Z | Downloaded smawk v0.3.2 |
385 | 2025-07-15T20:11:16.848Z | Downloaded unicode-width v0.2.0 |
386 | 2025-07-15T20:11:16.851Z | Downloaded percent-encoding v2.3.1 |
387 | 2025-07-15T20:11:16.855Z | Downloaded icu_locid_transform v1.5.0 |
388 | 2025-07-15T20:11:16.855Z | Downloaded scroll v0.12.0 |
389 | 2025-07-15T20:11:16.858Z | Downloaded litemap v0.7.3 |
390 | 2025-07-15T20:11:16.858Z | Downloaded serde-value v0.7.0 |
391 | 2025-07-15T20:11:16.861Z | Downloaded serde-untagged v0.1.7 |
392 | 2025-07-15T20:11:16.861Z | Downloaded proc-macro-error-attr v1.0.4 |
393 | 2025-07-15T20:11:16.861Z | Downloaded plain v0.2.3 |
394 | 2025-07-15T20:11:16.864Z | Downloaded pest_generator v2.7.14 |
395 | 2025-07-15T20:11:16.864Z | Downloaded quote v1.0.40 |
396 | 2025-07-15T20:11:16.867Z | Downloaded camino-tempfile v1.4.1 |
397 | 2025-07-15T20:11:16.867Z | Downloaded proc-macro-error v1.0.4 |
398 | 2025-07-15T20:11:16.871Z | Downloaded once_cell v1.21.3 |
399 | 2025-07-15T20:11:16.874Z | Downloaded smallvec v1.15.0 |
400 | 2025-07-15T20:11:16.877Z | Downloaded sha2 v0.10.9 |
401 | 2025-07-15T20:11:16.877Z | Downloaded pest_derive v2.7.14 |
402 | 2025-07-15T20:11:16.880Z | Downloaded icu_provider v1.5.0 |
403 | 2025-07-15T20:11:16.883Z | Downloaded icu_normalizer_data v1.5.0 |
404 | 2025-07-15T20:11:16.883Z | Downloaded icu_locid_transform_data v1.5.0 |
405 | 2025-07-15T20:11:16.886Z | Downloaded ordered-float v2.10.1 |
406 | 2025-07-15T20:11:16.886Z | Downloaded proc-macro2 v1.0.95 |
407 | 2025-07-15T20:11:16.889Z | Downloaded idna_adapter v1.2.0 |
408 | 2025-07-15T20:11:16.889Z | Downloaded semver v1.0.26 |
409 | 2025-07-15T20:11:16.893Z | Downloaded num-traits v0.2.19 |
410 | 2025-07-15T20:11:16.893Z | Downloaded log v0.4.27 |
411 | 2025-07-15T20:11:16.896Z | Downloaded icu_properties v1.5.1 |
412 | 2025-07-15T20:11:16.900Z | Downloaded ryu v1.0.18 |
413 | 2025-07-15T20:11:16.903Z | Downloaded pest_meta v2.7.14 |
414 | 2025-07-15T20:11:16.903Z | Downloaded icu_normalizer v1.5.0 |
415 | 2025-07-15T20:11:16.906Z | Downloaded itoa v1.0.11 |
416 | 2025-07-15T20:11:16.906Z | Downloaded toml_edit v0.22.27 |
417 | 2025-07-15T20:11:16.909Z | Downloaded utf8parse v0.2.2 |
418 | 2025-07-15T20:11:16.912Z | Downloaded icu_provider_macros v1.5.0 |
419 | 2025-07-15T20:11:16.913Z | Downloaded generic-array v0.14.7 |
420 | 2025-07-15T20:11:16.913Z | Downloaded form_urlencoded v1.2.1 |
421 | 2025-07-15T20:11:16.916Z | Downloaded serde_derive v1.0.219 |
422 | 2025-07-15T20:11:16.916Z | Downloaded papergrid v0.11.0 |
423 | 2025-07-15T20:11:16.920Z | Downloaded erased-serde v0.4.6 |
424 | 2025-07-15T20:11:16.922Z | Downloaded digest v0.10.7 |
425 | 2025-07-15T20:11:16.926Z | Downloaded icu_collections v1.5.0 |
426 | 2025-07-15T20:11:16.929Z | Downloaded thiserror-impl v1.0.69 |
427 | 2025-07-15T20:11:16.932Z | Downloaded serde v1.0.219 |
428 | 2025-07-15T20:11:16.935Z | Downloaded icu_locid v1.5.0 |
429 | 2025-07-15T20:11:16.939Z | Downloaded indexmap v2.10.0 |
430 | 2025-07-15T20:11:16.942Z | Downloaded memchr v2.7.4 |
431 | 2025-07-15T20:11:16.946Z | Downloaded fnv v1.0.7 |
432 | 2025-07-15T20:11:16.949Z | Downloaded dof v0.3.0 |
433 | 2025-07-15T20:11:16.949Z | Downloaded usdt-impl v0.5.0 |
434 | 2025-07-15T20:11:16.953Z | Downloaded typeid v1.0.3 |
435 | 2025-07-15T20:11:16.953Z | Downloaded thiserror v1.0.69 |
436 | 2025-07-15T20:11:16.957Z | Downloaded clap_builder v4.5.40 |
437 | 2025-07-15T20:11:16.960Z | Downloaded unicode-linebreak v0.1.5 |
438 | 2025-07-15T20:11:16.964Z | Downloaded toml_write v0.1.2 |
439 | 2025-07-15T20:11:16.964Z | Downloaded pest v2.7.14 |
440 | 2025-07-15T20:11:16.969Z | Downloaded tinystr v0.7.6 |
441 | 2025-07-15T20:11:16.972Z | Downloaded thiserror-impl v2.0.12 |
442 | 2025-07-15T20:11:16.972Z | Downloaded fs-err v3.1.1 |
443 | 2025-07-15T20:11:16.972Z | Downloaded displaydoc v0.2.5 |
444 | 2025-07-15T20:11:16.975Z | Downloaded idna v1.0.3 |
445 | 2025-07-15T20:11:16.980Z | Downloaded cpufeatures v0.2.14 |
446 | 2025-07-15T20:11:16.983Z | Downloaded clap_lex v0.7.4 |
447 | 2025-07-15T20:11:16.983Z | Downloaded clap_derive v4.5.40 |
448 | 2025-07-15T20:11:16.983Z | Downloaded usdt-attr-macro v0.5.0 |
449 | 2025-07-15T20:11:16.983Z | Downloaded anstyle-query v1.1.1 |
450 | 2025-07-15T20:11:16.986Z | Downloaded anyhow v1.0.98 |
451 | 2025-07-15T20:11:16.989Z | Downloaded serde_json v1.0.140 |
452 | 2025-07-15T20:11:16.995Z | Downloaded hashbrown v0.15.4 |
453 | 2025-07-15T20:11:17.017Z | Downloaded goblin v0.8.2 |
454 | 2025-07-15T20:11:17.020Z | Downloaded tabled v0.15.0 |
455 | 2025-07-15T20:11:17.032Z | Downloaded icu_properties_data v1.5.0 |
456 | 2025-07-15T20:11:17.041Z | Downloaded syn v1.0.109 |
457 | 2025-07-15T20:11:17.049Z | Downloaded syn v2.0.104 |
458 | 2025-07-15T20:11:17.065Z | Downloaded rustix v0.38.37 |
459 | 2025-07-15T20:11:17.086Z | Downloaded rustix v1.0.7 |
460 | 2025-07-15T20:11:17.122Z | Downloaded libc v0.2.174 |
461 | 2025-07-15T20:11:17.198Z | Compiling proc-macro2 v1.0.95 |
462 | 2025-07-15T20:11:17.198Z | Compiling unicode-ident v1.0.18 |
463 | 2025-07-15T20:11:17.198Z | Compiling serde v1.0.219 |
464 | 2025-07-15T20:11:17.201Z | Compiling version_check v0.9.5 |
465 | 2025-07-15T20:11:17.201Z | Compiling libc v0.2.174 |
466 | 2025-07-15T20:11:17.201Z | Compiling thiserror v1.0.69 |
467 | 2025-07-15T20:11:17.201Z | Compiling memchr v2.7.4 |
468 | 2025-07-15T20:11:17.201Z | Compiling stable_deref_trait v1.2.0 |
469 | 2025-07-15T20:11:17.598Z | Compiling litemap v0.7.3 |
470 | 2025-07-15T20:11:17.626Z | Compiling ucd-trie v0.1.7 |
471 | 2025-07-15T20:11:17.964Z | Compiling autocfg v1.4.0 |
472 | 2025-07-15T20:11:18.142Z | Compiling itoa v1.0.11 |
473 | 2025-07-15T20:11:18.187Z | Compiling writeable v0.5.5 |
474 | 2025-07-15T20:11:18.213Z | Compiling ryu v1.0.18 |
475 | 2025-07-15T20:11:18.361Z | Compiling once_cell v1.21.3 |
476 | 2025-07-15T20:11:18.559Z | Compiling bitflags v2.9.1 |
477 | 2025-07-15T20:11:18.718Z | Compiling byteorder v1.5.0 |
478 | 2025-07-15T20:11:18.747Z | Compiling icu_locid_transform_data v1.5.0 |
479 | 2025-07-15T20:11:18.790Z | Compiling icu_properties_data v1.5.0 |
480 | 2025-07-15T20:11:18.832Z | Compiling serde_json v1.0.140 |
481 | 2025-07-15T20:11:19.005Z | Compiling num-traits v0.2.19 |
482 | 2025-07-15T20:11:19.055Z | Compiling smallvec v1.15.0 |
483 | 2025-07-15T20:11:19.081Z | Compiling equivalent v1.0.2 |
484 | 2025-07-15T20:11:19.194Z | Compiling hashbrown v0.15.4 |
485 | 2025-07-15T20:11:19.243Z | Compiling rustix v0.38.37 |
486 | 2025-07-15T20:11:19.273Z | Compiling quote v1.0.40 |
487 | 2025-07-15T20:11:19.332Z | Compiling write16 v1.0.0 |
488 | 2025-07-15T20:11:19.462Z | Compiling errno v0.3.12 |
489 | 2025-07-15T20:11:19.490Z | Compiling utf16_iter v1.0.5 |
490 | 2025-07-15T20:11:19.515Z | Compiling typeid v1.0.3 |
491 | 2025-07-15T20:11:19.747Z | Compiling syn v2.0.104 |
492 | 2025-07-15T20:11:19.817Z | Compiling icu_normalizer_data v1.5.0 |
493 | 2025-07-15T20:11:19.949Z | Compiling utf8_iter v1.0.4 |
494 | 2025-07-15T20:11:20.149Z | Compiling proc-macro-error-attr v1.0.4 |
495 | 2025-07-15T20:11:20.177Z | Compiling usdt-impl v0.5.0 |
496 | 2025-07-15T20:11:20.203Z | Compiling syn v1.0.109 |
497 | 2025-07-15T20:11:20.273Z | Compiling toml_write v0.1.2 |
498 | 2025-07-15T20:11:20.303Z | Compiling indexmap v2.10.0 |
499 | 2025-07-15T20:11:20.378Z | Compiling winnow v0.7.10 |
500 | 2025-07-15T20:11:20.762Z | Compiling thread-id v4.2.2 |
501 | 2025-07-15T20:11:20.772Z | Compiling proc-macro-error v1.0.4 |
502 | 2025-07-15T20:11:20.822Z | Compiling plain v0.2.3 |
503 | 2025-07-15T20:11:20.892Z | Compiling utf8parse v0.2.2 |
504 | 2025-07-15T20:11:20.995Z | Compiling percent-encoding v2.3.1 |
505 | 2025-07-15T20:11:21.077Z | Compiling semver v1.0.26 |
506 | 2025-07-15T20:11:21.102Z | Compiling getrandom v0.3.1 |
507 | 2025-07-15T20:11:21.317Z | Compiling rustix v1.0.7 |
508 | 2025-07-15T20:11:21.524Z | Compiling camino v1.1.10 |
509 | 2025-07-15T20:11:21.609Z | Compiling log v0.4.27 |
510 | 2025-07-15T20:11:21.836Z | Compiling terminal_size v0.4.0 |
511 | 2025-07-15T20:11:21.968Z | Compiling form_urlencoded v1.2.1 |
512 | 2025-07-15T20:11:22.009Z | Compiling ordered-float v2.10.1 |
513 | 2025-07-15T20:11:22.166Z | Compiling anstyle-parse v0.2.5 |
514 | 2025-07-15T20:11:22.267Z | Compiling colorchoice v1.0.2 |
515 | 2025-07-15T20:11:22.458Z | Compiling anstyle-query v1.1.1 |
516 | 2025-07-15T20:11:22.484Z | Compiling anstyle v1.0.11 |
517 | 2025-07-15T20:11:22.537Z | Compiling thiserror v2.0.12 |
518 | 2025-07-15T20:11:22.605Z | Compiling is_terminal_polyfill v1.70.1 |
519 | 2025-07-15T20:11:22.632Z | Compiling pretty-hex v0.4.1 |
520 | 2025-07-15T20:11:22.751Z | Compiling cfg-if v1.0.1 |
521 | 2025-07-15T20:11:22.893Z | Compiling anstream v0.6.18 |
522 | 2025-07-15T20:11:23.325Z | Compiling fs-err v3.1.1 |
523 | 2025-07-15T20:11:23.537Z | Compiling bytecount v0.6.8 |
524 | 2025-07-15T20:11:23.648Z | Compiling fnv v1.0.7 |
525 | 2025-07-15T20:11:23.680Z | Compiling fastrand v2.1.1 |
526 | 2025-07-15T20:11:23.745Z | Compiling heck v0.5.0 |
527 | 2025-07-15T20:11:23.817Z | Compiling unicode-xid v0.2.6 |
528 | 2025-07-15T20:11:23.853Z | Compiling anyhow v1.0.98 |
529 | 2025-07-15T20:11:24.073Z | Compiling clap_lex v0.7.4 |
530 | 2025-07-15T20:11:24.180Z | Compiling heck v0.4.1 |
531 | 2025-07-15T20:11:24.249Z | Compiling unicode-width v0.1.14 |
532 | 2025-07-15T20:11:24.527Z | Compiling strsim v0.11.1 |
533 | 2025-07-15T20:11:24.582Z | Compiling tempfile v3.20.0 |
534 | 2025-07-15T20:11:24.971Z | Compiling clap_builder v4.5.40 |
535 | 2025-07-15T20:11:24.997Z | Compiling papergrid v0.11.0 |
536 | 2025-07-15T20:11:25.364Z | Compiling memmap v0.7.0 |
537 | 2025-07-15T20:11:25.392Z | Compiling unicode-width v0.2.0 |
538 | 2025-07-15T20:11:25.395Z | Compiling unicode-linebreak v0.1.5 |
539 | 2025-07-15T20:11:25.659Z | Compiling smawk v0.3.2 |
540 | 2025-07-15T20:11:25.888Z | Compiling textwrap v0.16.2 |
541 | 2025-07-15T20:11:26.440Z | Compiling synstructure v0.13.1 |
542 | 2025-07-15T20:11:26.664Z | Compiling swrite v0.1.0 |
543 | 2025-07-15T20:11:26.817Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
544 | 2025-07-15T20:11:27.251Z | Compiling tabled_derive v0.7.0 |
545 | 2025-07-15T20:11:28.496Z | Compiling serde_derive v1.0.219 |
546 | 2025-07-15T20:11:28.496Z | Compiling thiserror-impl v1.0.69 |
547 | 2025-07-15T20:11:28.499Z | Compiling zerofrom-derive v0.1.4 |
548 | 2025-07-15T20:11:28.499Z | Compiling yoke-derive v0.7.4 |
549 | 2025-07-15T20:11:28.499Z | Compiling zerovec-derive v0.10.3 |
550 | 2025-07-15T20:11:28.770Z | Compiling displaydoc v0.2.5 |
551 | 2025-07-15T20:11:30.322Z | Compiling icu_provider_macros v1.5.0 |
552 | 2025-07-15T20:11:30.849Z | Compiling zerocopy-derive v0.7.35 |
553 | 2025-07-15T20:11:31.210Z | Compiling scroll_derive v0.12.0 |
554 | 2025-07-15T20:11:31.368Z | Compiling thiserror-impl v2.0.12 |
555 | 2025-07-15T20:11:31.628Z | Compiling pest v2.7.14 |
556 | 2025-07-15T20:11:31.946Z | Compiling zerofrom v0.1.4 |
557 | 2025-07-15T20:11:32.204Z | Compiling yoke v0.7.4 |
558 | 2025-07-15T20:11:32.245Z | Compiling clap_derive v4.5.40 |
559 | 2025-07-15T20:11:32.562Z | Compiling zerovec v0.10.4 |
560 | 2025-07-15T20:11:32.588Z | Compiling scroll v0.12.0 |
561 | 2025-07-15T20:11:32.700Z | Compiling zerocopy v0.7.35 |
562 | 2025-07-15T20:11:33.119Z | Compiling goblin v0.8.2 |
563 | 2025-07-15T20:11:33.342Z | Compiling tabled v0.15.0 |
564 | 2025-07-15T20:11:34.362Z | Compiling tinystr v0.7.6 |
565 | 2025-07-15T20:11:34.411Z | Compiling pest_meta v2.7.14 |
566 | 2025-07-15T20:11:34.488Z | Compiling icu_collections v1.5.0 |
567 | 2025-07-15T20:11:34.727Z | Compiling icu_locid v1.5.0 |
568 | 2025-07-15T20:11:35.707Z | Compiling pest_generator v2.7.14 |
569 | 2025-07-15T20:11:36.063Z | Compiling icu_provider v1.5.0 |
570 | 2025-07-15T20:11:36.593Z | Compiling clap v4.5.40 |
571 | 2025-07-15T20:11:36.923Z | Compiling icu_locid_transform v1.5.0 |
572 | 2025-07-15T20:11:37.927Z | Compiling pest_derive v2.7.14 |
573 | 2025-07-15T20:11:38.119Z | Compiling icu_properties v1.5.1 |
574 | 2025-07-15T20:11:38.600Z | Compiling dtrace-parser v0.2.0 |
575 | 2025-07-15T20:11:40.500Z | Compiling toml_datetime v0.6.11 |
576 | 2025-07-15T20:11:40.548Z | Compiling serde_spanned v0.6.9 |
577 | 2025-07-15T20:11:40.548Z | Compiling erased-serde v0.4.6 |
578 | 2025-07-15T20:11:40.549Z | Compiling toml_edit v0.22.27 |
579 | 2025-07-15T20:11:40.549Z | Compiling serde_tokenstream v0.2.2 |
580 | 2025-07-15T20:11:40.565Z | Compiling serde-value v0.7.0 |
581 | 2025-07-15T20:11:40.942Z | Compiling cargo-platform v0.2.0 |
582 | 2025-07-15T20:11:41.235Z | Compiling serde-untagged v0.1.7 |
583 | 2025-07-15T20:11:41.327Z | Compiling camino-tempfile v1.4.1 |
584 | 2025-07-15T20:11:41.474Z | Compiling icu_normalizer v1.5.0 |
585 | 2025-07-15T20:11:41.528Z | Compiling macaddr v1.0.1 |
586 | 2025-07-15T20:11:41.745Z | Compiling dof v0.3.0 |
587 | 2025-07-15T20:11:42.333Z | Compiling idna_adapter v1.2.0 |
588 | 2025-07-15T20:11:42.578Z | Compiling idna v1.0.3 |
589 | 2025-07-15T20:11:43.098Z | Compiling url v2.5.4 |
590 | 2025-07-15T20:11:43.478Z | Compiling usdt-attr-macro v0.5.0 |
591 | 2025-07-15T20:11:43.478Z | Compiling usdt-macro v0.5.0 |
592 | 2025-07-15T20:11:43.498Z | Compiling toml v0.8.23 |
593 | 2025-07-15T20:11:44.370Z | Compiling cargo-util-schemas v0.2.0 |
594 | 2025-07-15T20:11:44.395Z | Compiling cargo_toml v0.21.0 |
595 | 2025-07-15T20:11:44.634Z | Compiling usdt v0.5.0 |
596 | 2025-07-15T20:11:45.747Z | Compiling cargo_metadata v0.20.0 |
597 | 2025-07-15T20:11:47.438Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
598 | 2025-07-15T20:11:50.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
599 | 2025-07-15T20:11:51.049Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
600 | 2025-07-15T20:11:51.694Z | Downloading crates ... |
601 | 2025-07-15T20:11:51.828Z | Downloaded arrayref v0.3.9 |
602 | 2025-07-15T20:11:51.834Z | Downloaded aes-gcm v0.10.3 |
603 | 2025-07-15T20:11:51.840Z | Downloaded adler2 v2.0.0 |
604 | 2025-07-15T20:11:51.843Z | Downloaded addr2line v0.24.2 |
605 | 2025-07-15T20:11:51.846Z | Downloaded crucible-workspace-hack v0.1.0 |
606 | 2025-07-15T20:11:51.849Z | Downloaded arrayvec v0.7.6 |
607 | 2025-07-15T20:11:51.855Z | Downloaded hickory-client v0.25.2 |
608 | 2025-07-15T20:11:51.858Z | Downloaded aho-corasick v1.1.3 |
609 | 2025-07-15T20:11:51.862Z | Downloaded bzip2 v0.4.4 |
610 | 2025-07-15T20:11:51.865Z | Downloaded headers v0.4.1 |
611 | 2025-07-15T20:11:51.870Z | Downloaded async-stream v0.3.6 |
612 | 2025-07-15T20:11:51.872Z | Downloaded hubpack_derive v0.1.1 |
613 | 2025-07-15T20:11:51.875Z | Downloaded heck v0.3.3 |
614 | 2025-07-15T20:11:51.878Z | Downloaded bit-vec v0.6.3 |
615 | 2025-07-15T20:11:51.878Z | Downloaded allocator-api2 v0.2.21 |
616 | 2025-07-15T20:11:51.881Z | Downloaded hex-literal v0.4.1 |
617 | 2025-07-15T20:11:51.883Z | Downloaded atomicwrites v0.4.4 |
618 | 2025-07-15T20:11:51.884Z | Downloaded argon2 v0.5.3 |
619 | 2025-07-15T20:11:51.886Z | Downloaded atomic-waker v1.1.2 |
620 | 2025-07-15T20:11:51.889Z | Downloaded hyper-tls v0.6.0 |
621 | 2025-07-15T20:11:51.889Z | Downloaded humantime v2.2.0 |
622 | 2025-07-15T20:11:51.892Z | Downloaded httpdate v1.0.3 |
623 | 2025-07-15T20:11:51.895Z | Downloaded hashbrown v0.12.3 |
624 | 2025-07-15T20:11:51.898Z | Downloaded hyper-staticfile v0.10.1 |
625 | 2025-07-15T20:11:51.901Z | Downloaded hex v0.4.3 |
626 | 2025-07-15T20:11:51.904Z | Downloaded hostname v0.3.1 |
627 | 2025-07-15T20:11:51.907Z | Downloaded ciborium-io v0.2.2 |
628 | 2025-07-15T20:11:51.907Z | Downloaded http-range v0.1.5 |
629 | 2025-07-15T20:11:51.910Z | Downloaded headers-core v0.3.0 |
630 | 2025-07-15T20:11:51.910Z | Downloaded atty v0.2.14 |
631 | 2025-07-15T20:11:51.912Z | Downloaded heapless v0.7.17 |
632 | 2025-07-15T20:11:51.915Z | Downloaded bcrypt-pbkdf v0.10.0 |
633 | 2025-07-15T20:11:51.918Z | Downloaded backoff v0.4.0 |
634 | 2025-07-15T20:11:51.921Z | Downloaded http-body v1.0.1 |
635 | 2025-07-15T20:11:51.921Z | Downloaded hubpack v0.1.2 |
636 | 2025-07-15T20:11:51.924Z | Downloaded heapless v0.8.0 |
637 | 2025-07-15T20:11:51.927Z | Downloaded instability v0.3.2 |
638 | 2025-07-15T20:11:51.930Z | Downloaded lru v0.12.5 |
639 | 2025-07-15T20:11:51.933Z | Downloaded crc8 v0.1.1 |
640 | 2025-07-15T20:11:51.933Z | Downloaded cfg_aliases v0.1.1 |
641 | 2025-07-15T20:11:51.936Z | Downloaded instant v0.1.13 |
642 | 2025-07-15T20:11:51.936Z | Downloaded cfg_aliases v0.2.1 |
643 | 2025-07-15T20:11:51.939Z | Downloaded is_ci v1.2.0 |
644 | 2025-07-15T20:11:51.939Z | Downloaded bitfield-struct v0.6.2 |
645 | 2025-07-15T20:11:51.942Z | Downloaded bitflags v1.3.2 |
646 | 2025-07-15T20:11:51.945Z | Downloaded bit-set v0.8.0 |
647 | 2025-07-15T20:11:51.945Z | Downloaded ascii-canvas v3.0.0 |
648 | 2025-07-15T20:11:51.948Z | Downloaded array-init v0.0.4 |
649 | 2025-07-15T20:11:51.948Z | Downloaded hashbrown v0.13.2 |
650 | 2025-07-15T20:11:51.952Z | Downloaded http-body-util v0.1.3 |
651 | 2025-07-15T20:11:51.955Z | Downloaded hostname v0.4.0 |
652 | 2025-07-15T20:11:51.958Z | Downloaded home v0.5.9 |
653 | 2025-07-15T20:11:51.958Z | Downloaded lru-cache v0.1.2 |
654 | 2025-07-15T20:11:51.961Z | Downloaded libsw-core v0.3.1 |
655 | 2025-07-15T20:11:51.964Z | Downloaded is-terminal v0.4.13 |
656 | 2025-07-15T20:11:51.964Z | Downloaded quick-error v1.2.3 |
657 | 2025-07-15T20:11:51.967Z | Downloaded match_cfg v0.1.0 |
658 | 2025-07-15T20:11:51.967Z | Downloaded progenitor-client v0.8.0 |
659 | 2025-07-15T20:11:51.970Z | Downloaded bcs v0.1.6 |
660 | 2025-07-15T20:11:51.970Z | Downloaded keccak v0.1.5 |
661 | 2025-07-15T20:11:51.973Z | Downloaded assert_matches v1.5.0 |
662 | 2025-07-15T20:11:51.973Z | Downloaded indent_write v2.2.0 |
663 | 2025-07-15T20:11:51.976Z | Downloaded libsw v3.5.0 |
664 | 2025-07-15T20:11:51.979Z | Downloaded internet-checksum v0.2.1 |
665 | 2025-07-15T20:11:51.980Z | Downloaded ciborium-ll v0.2.2 |
666 | 2025-07-15T20:11:51.980Z | Downloaded convert_case v0.4.0 |
667 | 2025-07-15T20:11:51.983Z | Downloaded russh-cryptovec v0.7.3 |
668 | 2025-07-15T20:11:51.983Z | Downloaded ingot-types v0.1.0 |
669 | 2025-07-15T20:11:51.986Z | Downloaded indoc v2.0.6 |
670 | 2025-07-15T20:11:51.989Z | Downloaded linear-map v1.2.0 |
671 | 2025-07-15T20:11:51.992Z | Downloaded linked-hash-map v0.5.6 |
672 | 2025-07-15T20:11:51.992Z | Downloaded lazy_static v1.5.0 |
673 | 2025-07-15T20:11:51.995Z | Downloaded crc v3.2.1 |
674 | 2025-07-15T20:11:51.998Z | Downloaded lockfree-object-pool v0.1.6 |
675 | 2025-07-15T20:11:52.001Z | Downloaded managed v0.8.0 |
676 | 2025-07-15T20:11:52.004Z | Downloaded ciborium v0.2.2 |
677 | 2025-07-15T20:11:52.004Z | Downloaded siphasher v0.3.11 |
678 | 2025-07-15T20:11:52.007Z | Downloaded iana-time-zone v0.1.63 |
679 | 2025-07-15T20:11:52.010Z | Downloaded radium v0.7.0 |
680 | 2025-07-15T20:11:52.010Z | Downloaded predicates-tree v1.0.12 |
681 | 2025-07-15T20:11:52.013Z | Downloaded console v0.15.10 |
682 | 2025-07-15T20:11:52.016Z | Downloaded md5 v0.7.0 |
683 | 2025-07-15T20:11:52.019Z | Downloaded hickory-resolver v0.25.2 |
684 | 2025-07-15T20:11:52.022Z | Downloaded mime v0.3.17 |
685 | 2025-07-15T20:11:52.026Z | Downloaded memoffset v0.9.1 |
686 | 2025-07-15T20:11:52.026Z | Downloaded md-5 v0.10.6 |
687 | 2025-07-15T20:11:52.029Z | Downloaded tap v1.0.1 |
688 | 2025-07-15T20:11:52.029Z | Downloaded tabled_derive v0.10.0 |
689 | 2025-07-15T20:11:52.032Z | Downloaded maybe-uninit v2.0.0 |
690 | 2025-07-15T20:11:52.032Z | Downloaded cookie_store v0.21.1 |
691 | 2025-07-15T20:11:52.035Z | Downloaded const_format_proc_macros v0.2.34 |
692 | 2025-07-15T20:11:52.038Z | Downloaded slog-envlogger v2.2.0 |
693 | 2025-07-15T20:11:52.041Z | Downloaded signal-hook-mio v0.2.4 |
694 | 2025-07-15T20:11:52.044Z | Downloaded ingot-macros v0.1.0 |
695 | 2025-07-15T20:11:52.044Z | Downloaded tower-service v0.3.3 |
696 | 2025-07-15T20:11:52.047Z | Downloaded lock_api v0.4.12 |
697 | 2025-07-15T20:11:52.047Z | Downloaded ipnet v2.11.0 |
698 | 2025-07-15T20:11:52.050Z | Downloaded scrypt v0.11.0 |
699 | 2025-07-15T20:11:52.053Z | Downloaded slog-dtrace v0.3.0 |
700 | 2025-07-15T20:11:52.056Z | Downloaded waitgroup v0.1.2 |
701 | 2025-07-15T20:11:52.056Z | Downloaded slog-json v2.6.1 |
702 | 2025-07-15T20:11:52.059Z | Downloaded cancel-safe-futures v0.1.5 |
703 | 2025-07-15T20:11:52.062Z | Downloaded spki v0.7.3 |
704 | 2025-07-15T20:11:52.065Z | Downloaded vte_generate_state_changes v0.1.2 |
705 | 2025-07-15T20:11:52.065Z | Downloaded strum_macros v0.27.1 |
706 | 2025-07-15T20:11:52.070Z | Downloaded zone_cfg_derive v0.3.0 |
707 | 2025-07-15T20:11:52.073Z | Downloaded supports-color v3.0.2 |
708 | 2025-07-15T20:11:52.073Z | Downloaded cstr-argument v0.1.2 |
709 | 2025-07-15T20:11:52.073Z | Downloaded sec1 v0.7.3 |
710 | 2025-07-15T20:11:52.076Z | Downloaded jobserver v0.1.32 |
711 | 2025-07-15T20:11:52.076Z | Downloaded memmap2 v0.9.5 |
712 | 2025-07-15T20:11:52.079Z | Downloaded serde_with_macros v3.14.0 |
713 | 2025-07-15T20:11:52.082Z | Downloaded difflib v0.4.0 |
714 | 2025-07-15T20:11:52.082Z | Downloaded newtype_derive v0.1.6 |
715 | 2025-07-15T20:11:52.085Z | Downloaded newline-converter v0.3.0 |
716 | 2025-07-15T20:11:52.088Z | Downloaded num_threads v0.1.7 |
717 | 2025-07-15T20:11:52.088Z | Downloaded tokio-dtrace v0.1.0 |
718 | 2025-07-15T20:11:52.091Z | Downloaded thiserror-no-std v2.0.2 |
719 | 2025-07-15T20:11:52.095Z | Downloaded untrusted v0.7.1 |
720 | 2025-07-15T20:11:52.098Z | Downloaded typify-macro v0.3.0 |
721 | 2025-07-15T20:11:52.098Z | Downloaded const-oid v0.9.6 |
722 | 2025-07-15T20:11:52.102Z | Downloaded litrs v0.4.1 |
723 | 2025-07-15T20:11:52.105Z | Downloaded new_debug_unreachable v1.0.6 |
724 | 2025-07-15T20:11:52.105Z | Downloaded num-conv v0.1.0 |
725 | 2025-07-15T20:11:52.105Z | Downloaded opaque-debug v0.3.1 |
726 | 2025-07-15T20:11:52.119Z | Downloaded path-slash v0.1.5 |
727 | 2025-07-15T20:11:52.123Z | Downloaded xattr v1.3.1 |
728 | 2025-07-15T20:11:52.123Z | Downloaded arc-swap v1.7.1 |
729 | 2025-07-15T20:11:52.127Z | Downloaded base64 v0.13.1 |
730 | 2025-07-15T20:11:52.130Z | Downloaded proc-macro-error-attr2 v2.0.0 |
731 | 2025-07-15T20:11:52.133Z | Downloaded ff v0.13.0 |
732 | 2025-07-15T20:11:52.133Z | Downloaded fd-lock v4.0.2 |
733 | 2025-07-15T20:11:52.136Z | Downloaded progenitor-macro v0.10.0 |
734 | 2025-07-15T20:11:52.139Z | Downloaded rustc-hash v1.1.0 |
735 | 2025-07-15T20:11:52.139Z | Downloaded glob v0.3.2 |
736 | 2025-07-15T20:11:52.142Z | Downloaded ghash v0.5.1 |
737 | 2025-07-15T20:11:52.142Z | Downloaded gethostname v0.5.0 |
738 | 2025-07-15T20:11:52.145Z | Downloaded bytes v1.10.1 |
739 | 2025-07-15T20:11:52.149Z | Downloaded newtype-uuid v1.2.4 |
740 | 2025-07-15T20:11:52.153Z | Downloaded fallible-iterator v0.2.0 |
741 | 2025-07-15T20:11:52.153Z | Downloaded tokio-rustls v0.26.0 |
742 | 2025-07-15T20:11:52.157Z | Downloaded tokio-rustls v0.25.0 |
743 | 2025-07-15T20:11:52.160Z | Downloaded indicatif v0.17.11 |
744 | 2025-07-15T20:11:52.163Z | Downloaded tinyvec_macros v0.1.1 |
745 | 2025-07-15T20:11:52.163Z | Downloaded fs-err v2.11.0 |
746 | 2025-07-15T20:11:52.166Z | Downloaded sigpipe v0.1.3 |
747 | 2025-07-15T20:11:52.169Z | Downloaded olpc-cjson v0.1.4 |
748 | 2025-07-15T20:11:52.169Z | Downloaded paste v1.0.15 |
749 | 2025-07-15T20:11:52.172Z | Downloaded phf_generator v0.11.2 |
750 | 2025-07-15T20:11:52.175Z | Downloaded phf_codegen v0.11.2 |
751 | 2025-07-15T20:11:52.175Z | Downloaded ssh-encoding v0.2.0 |
752 | 2025-07-15T20:11:52.178Z | Downloaded take_mut v0.2.2 |
753 | 2025-07-15T20:11:52.178Z | Downloaded crc-any v2.5.0 |
754 | 2025-07-15T20:11:52.181Z | Downloaded bumpalo v3.16.0 |
755 | 2025-07-15T20:11:52.185Z | Downloaded psl-types v2.0.11 |
756 | 2025-07-15T20:11:52.188Z | Downloaded predicates-core v1.0.8 |
757 | 2025-07-15T20:11:52.188Z | Downloaded ed25519 v2.2.3 |
758 | 2025-07-15T20:11:52.191Z | Downloaded typify-macro v0.4.1 |
759 | 2025-07-15T20:11:52.191Z | Downloaded powerfmt v0.2.0 |
760 | 2025-07-15T20:11:52.194Z | Downloaded zone_cfg_derive v0.1.2 |
761 | 2025-07-15T20:11:52.194Z | Downloaded void v1.0.2 |
762 | 2025-07-15T20:11:52.194Z | Downloaded untrusted v0.9.0 |
763 | 2025-07-15T20:11:52.197Z | Downloaded zone v0.3.1 |
764 | 2025-07-15T20:11:52.200Z | Downloaded rustls-pemfile v2.2.0 |
765 | 2025-07-15T20:11:52.200Z | Downloaded tokio-stream v0.1.17 |
766 | 2025-07-15T20:11:52.205Z | Downloaded serde_bytes v0.11.17 |
767 | 2025-07-15T20:11:52.208Z | Downloaded ecdsa v0.16.9 |
768 | 2025-07-15T20:11:52.211Z | Downloaded serde-big-array v0.5.1 |
769 | 2025-07-15T20:11:52.214Z | Downloaded signal-hook-tokio v0.3.1 |
770 | 2025-07-15T20:11:52.214Z | Downloaded jiff-static v0.2.15 |
771 | 2025-07-15T20:11:52.217Z | Downloaded serde_derive_internals v0.29.1 |
772 | 2025-07-15T20:11:52.221Z | Downloaded serde-hex v0.1.0 |
773 | 2025-07-15T20:11:52.224Z | Downloaded rustls-pemfile v1.0.4 |
774 | 2025-07-15T20:11:52.224Z | Downloaded string_cache v0.8.9 |
775 | 2025-07-15T20:11:52.227Z | Downloaded static_assertions v1.1.0 |
776 | 2025-07-15T20:11:52.230Z | Downloaded filetime v0.2.25 |
777 | 2025-07-15T20:11:52.230Z | Downloaded tagptr v0.2.0 |
778 | 2025-07-15T20:11:52.233Z | Downloaded http v1.3.1 |
779 | 2025-07-15T20:11:52.236Z | Downloaded password-hash v0.5.0 |
780 | 2025-07-15T20:11:52.239Z | Downloaded nibble_vec v0.1.0 |
781 | 2025-07-15T20:11:52.242Z | Downloaded openssl-probe v0.1.5 |
782 | 2025-07-15T20:11:52.242Z | Downloaded number_prefix v0.4.0 |
783 | 2025-07-15T20:11:52.245Z | Downloaded crossbeam-channel v0.5.15 |
784 | 2025-07-15T20:11:52.248Z | Downloaded which v4.4.2 |
785 | 2025-07-15T20:11:52.251Z | Downloaded snafu v0.8.5 |
786 | 2025-07-15T20:11:52.256Z | Downloaded getrandom v0.2.15 |
787 | 2025-07-15T20:11:52.259Z | Downloaded dyn-clone v1.0.19 |
788 | 2025-07-15T20:11:52.262Z | Downloaded defmt-macros v0.3.9 |
789 | 2025-07-15T20:11:52.266Z | Downloaded progenitor-client v0.9.1 |
790 | 2025-07-15T20:11:52.270Z | Downloaded dunce v1.0.5 |
791 | 2025-07-15T20:11:52.270Z | Downloaded defmt v0.3.8 |
792 | 2025-07-15T20:11:52.273Z | Downloaded rand v0.8.5 |
793 | 2025-07-15T20:11:52.276Z | Downloaded fatfs v0.3.6 |
794 | 2025-07-15T20:11:52.279Z | Downloaded base64 v0.21.7 |
795 | 2025-07-15T20:11:52.282Z | Downloaded env_logger v0.11.5 |
796 | 2025-07-15T20:11:52.285Z | Downloaded rustc_version v0.1.7 |
797 | 2025-07-15T20:11:52.288Z | Downloaded float-cmp v0.10.0 |
798 | 2025-07-15T20:11:52.288Z | Downloaded sync_wrapper v1.0.1 |
799 | 2025-07-15T20:11:52.291Z | Downloaded group v0.13.0 |
800 | 2025-07-15T20:11:52.292Z | Downloaded tokio-tungstenite v0.23.1 |
801 | 2025-07-15T20:11:52.295Z | Downloaded darling_core v0.20.10 |
802 | 2025-07-15T20:11:52.299Z | Downloaded tokio-macros v2.5.0 |
803 | 2025-07-15T20:11:52.302Z | Downloaded num_enum_derive v0.5.11 |
804 | 2025-07-15T20:11:52.304Z | Downloaded twox-hash v2.1.0 |
805 | 2025-07-15T20:11:52.305Z | Downloaded cc v1.2.15 |
806 | 2025-07-15T20:11:52.308Z | Downloaded pbkdf2 v0.12.2 |
807 | 2025-07-15T20:11:52.311Z | Downloaded whoami v1.5.2 |
808 | 2025-07-15T20:11:52.314Z | Downloaded zip v0.6.6 |
809 | 2025-07-15T20:11:52.317Z | Downloaded qorb v0.4.0 |
810 | 2025-07-15T20:11:52.322Z | Downloaded ref-cast v1.0.24 |
811 | 2025-07-15T20:11:52.325Z | Downloaded foreign-types v0.5.0 |
812 | 2025-07-15T20:11:52.328Z | Downloaded normalize-line-endings v0.3.0 |
813 | 2025-07-15T20:11:52.328Z | Downloaded derive_builder_core v0.20.2 |
814 | 2025-07-15T20:11:52.331Z | Downloaded resolv-conf v0.7.0 |
815 | 2025-07-15T20:11:52.334Z | Downloaded rustls-pki-types v1.10.0 |
816 | 2025-07-15T20:11:52.337Z | Downloaded serde_urlencoded v0.7.1 |
817 | 2025-07-15T20:11:52.340Z | Downloaded signal-hook-registry v1.4.2 |
818 | 2025-07-15T20:11:52.340Z | Downloaded diff v0.1.13 |
819 | 2025-07-15T20:11:52.344Z | Downloaded parse-size v1.1.0 |
820 | 2025-07-15T20:11:52.348Z | Downloaded same-file v1.0.6 |
821 | 2025-07-15T20:11:52.348Z | Downloaded salsa20 v0.10.2 |
822 | 2025-07-15T20:11:52.351Z | Downloaded num-derive v0.3.3 |
823 | 2025-07-15T20:11:52.351Z | Downloaded nanorand v0.7.0 |
824 | 2025-07-15T20:11:52.355Z | Downloaded tokio-native-tls v0.3.1 |
825 | 2025-07-15T20:11:52.358Z | Downloaded fixedbitset v0.5.7 |
826 | 2025-07-15T20:11:52.358Z | Downloaded progenitor v0.9.1 |
827 | 2025-07-15T20:11:52.361Z | Downloaded unicode_categories v0.1.1 |
828 | 2025-07-15T20:11:52.364Z | Downloaded rustc_version v0.4.1 |
829 | 2025-07-15T20:11:52.364Z | Downloaded uzers v0.12.1 |
830 | 2025-07-15T20:11:52.367Z | Downloaded tls_codec_derive v0.4.1 |
831 | 2025-07-15T20:11:52.371Z | Downloaded polyval v0.6.2 |
832 | 2025-07-15T20:11:52.371Z | Downloaded pkcs1 v0.7.5 |
833 | 2025-07-15T20:11:52.374Z | Downloaded ctr v0.9.2 |
834 | 2025-07-15T20:11:52.378Z | Downloaded xz2 v0.1.7 |
835 | 2025-07-15T20:11:52.378Z | Downloaded zopfli v0.8.1 |
836 | 2025-07-15T20:11:52.383Z | Downloaded strum v0.27.1 |
837 | 2025-07-15T20:11:52.386Z | Downloaded ena v0.14.3 |
838 | 2025-07-15T20:11:52.386Z | Downloaded time-core v0.1.2 |
839 | 2025-07-15T20:11:52.386Z | Downloaded either v1.15.0 |
840 | 2025-07-15T20:11:52.389Z | Downloaded hash32 v0.2.1 |
841 | 2025-07-15T20:11:52.389Z | Downloaded darling_macro v0.20.10 |
842 | 2025-07-15T20:11:52.392Z | Downloaded des v0.8.1 |
843 | 2025-07-15T20:11:52.392Z | Downloaded num-integer v0.1.46 |
844 | 2025-07-15T20:11:52.396Z | Downloaded try-lock v0.2.5 |
845 | 2025-07-15T20:11:52.399Z | Downloaded num-iter v0.1.45 |
846 | 2025-07-15T20:11:52.399Z | Downloaded num-derive v0.4.2 |
847 | 2025-07-15T20:11:52.402Z | Downloaded foldhash v0.1.5 |
848 | 2025-07-15T20:11:52.402Z | Downloaded pkg-config v0.3.31 |
849 | 2025-07-15T20:11:52.405Z | Downloaded parse-display-derive v0.10.0 |
850 | 2025-07-15T20:11:52.408Z | Downloaded parse-display v0.10.0 |
851 | 2025-07-15T20:11:52.408Z | Downloaded slog v2.7.0 |
852 | 2025-07-15T20:11:52.411Z | Downloaded futures-task v0.3.31 |
853 | 2025-07-15T20:11:52.414Z | Downloaded progenitor v0.8.0 |
854 | 2025-07-15T20:11:52.414Z | Downloaded foreign-types-shared v0.1.1 |
855 | 2025-07-15T20:11:52.417Z | Downloaded pem-rfc7468 v0.7.0 |
856 | 2025-07-15T20:11:52.420Z | Downloaded termcolor v1.4.1 |
857 | 2025-07-15T20:11:52.420Z | Downloaded yasna v0.5.2 |
858 | 2025-07-15T20:11:52.423Z | Downloaded pin-project v1.1.6 |
859 | 2025-07-15T20:11:52.434Z | Downloaded slog-scope v4.4.0 |
860 | 2025-07-15T20:11:52.437Z | Downloaded rpassword v7.4.0 |
861 | 2025-07-15T20:11:52.440Z | Downloaded sha1 v0.10.6 |
862 | 2025-07-15T20:11:52.440Z | Downloaded rustc-hash v2.1.1 |
863 | 2025-07-15T20:11:52.443Z | Downloaded serde_repr v0.1.19 |
864 | 2025-07-15T20:11:52.443Z | Downloaded zeroize v1.8.1 |
865 | 2025-07-15T20:11:52.446Z | Downloaded strum_macros v0.26.4 |
866 | 2025-07-15T20:11:52.449Z | Downloaded unarray v0.1.4 |
867 | 2025-07-15T20:11:52.452Z | Downloaded nu-ansi-term v0.50.1 |
868 | 2025-07-15T20:11:52.452Z | Downloaded unicase v2.7.0 |
869 | 2025-07-15T20:11:52.455Z | Downloaded tui-tree-widget v0.23.1 |
870 | 2025-07-15T20:11:52.459Z | Downloaded sync-ptr v0.1.4 |
871 | 2025-07-15T20:11:52.459Z | Downloaded iri-string v0.7.8 |
872 | 2025-07-15T20:11:52.465Z | Downloaded foreign-types-macros v0.2.3 |
873 | 2025-07-15T20:11:52.468Z | Downloaded iddqd v0.3.8 |
874 | 2025-07-15T20:11:52.472Z | Downloaded rand_xorshift v0.4.0 |
875 | 2025-07-15T20:11:52.475Z | Downloaded display-error-chain v0.2.2 |
876 | 2025-07-15T20:11:52.475Z | Downloaded multimap v0.10.1 |
877 | 2025-07-15T20:11:52.478Z | Downloaded hash32 v0.3.1 |
878 | 2025-07-15T20:11:52.481Z | Downloaded rand_core v0.9.2 |
879 | 2025-07-15T20:11:52.481Z | Downloaded packed_struct v0.10.1 |
880 | 2025-07-15T20:11:52.484Z | Downloaded packed_struct_codegen v0.10.1 |
881 | 2025-07-15T20:11:52.487Z | Downloaded crossterm v0.28.1 |
882 | 2025-07-15T20:11:52.494Z | Downloaded pretty-hex v0.2.1 |
883 | 2025-07-15T20:11:52.494Z | Downloaded quinn-udp v0.5.5 |
884 | 2025-07-15T20:11:52.498Z | Downloaded pem v3.0.5 |
885 | 2025-07-15T20:11:52.498Z | Downloaded r2d2 v0.8.10 |
886 | 2025-07-15T20:11:52.501Z | Downloaded ed25519-dalek v2.1.1 |
887 | 2025-07-15T20:11:52.504Z | Downloaded slog-term v2.9.1 |
888 | 2025-07-15T20:11:52.507Z | Downloaded pbkdf2 v0.11.0 |
889 | 2025-07-15T20:11:52.510Z | Downloaded strum v0.26.3 |
890 | 2025-07-15T20:11:52.510Z | Downloaded slog-bunyan v2.5.0 |
891 | 2025-07-15T20:11:52.513Z | Downloaded tiny-keccak v2.0.2 |
892 | 2025-07-15T20:11:52.513Z | Downloaded publicsuffix v2.3.0 |
893 | 2025-07-15T20:11:52.517Z | Downloaded ref-cast-impl v1.0.24 |
894 | 2025-07-15T20:11:52.520Z | Downloaded oso-derive v0.27.3 |
895 | 2025-07-15T20:11:52.520Z | Downloaded time-macros v0.2.18 |
896 | 2025-07-15T20:11:52.523Z | Downloaded itertools v0.13.0 |
897 | 2025-07-15T20:11:52.528Z | Downloaded flate2 v1.1.2 |
898 | 2025-07-15T20:11:52.533Z | Downloaded defmt-parser v0.3.4 |
899 | 2025-07-15T20:11:52.536Z | Downloaded precomputed-hash v0.1.1 |
900 | 2025-07-15T20:11:52.536Z | Downloaded yansi v1.0.1 |
901 | 2025-07-15T20:11:52.540Z | Downloaded socket2 v0.5.10 |
902 | 2025-07-15T20:11:52.543Z | Downloaded embedded-io v0.6.1 |
903 | 2025-07-15T20:11:52.543Z | Downloaded embedded-io v0.4.0 |
904 | 2025-07-15T20:11:52.546Z | Downloaded want v0.3.1 |
905 | 2025-07-15T20:11:52.546Z | Downloaded dsl_auto_type v0.1.2 |
906 | 2025-07-15T20:11:52.549Z | Downloaded tungstenite v0.23.0 |
907 | 2025-07-15T20:11:52.552Z | Downloaded tungstenite v0.21.0 |
908 | 2025-07-15T20:11:52.555Z | Downloaded subtle v2.6.1 |
909 | 2025-07-15T20:11:52.559Z | Downloaded bindgen v0.69.5 |
910 | 2025-07-15T20:11:52.569Z | Downloaded postgres-protocol v0.6.8 |
911 | 2025-07-15T20:11:52.572Z | Downloaded pkcs8 v0.10.2 |
912 | 2025-07-15T20:11:52.572Z | Downloaded toml v0.7.8 |
913 | 2025-07-15T20:11:52.576Z | Downloaded rusty-fork v0.3.0 |
914 | 2025-07-15T20:11:52.576Z | Downloaded ron v0.7.1 |
915 | 2025-07-15T20:11:52.579Z | Downloaded nodrop v0.1.14 |
916 | 2025-07-15T20:11:52.589Z | Downloaded futures-sink v0.3.31 |
917 | 2025-07-15T20:11:52.589Z | Downloaded document-features v0.2.10 |
918 | 2025-07-15T20:11:52.589Z | Downloaded rtoolbox v0.0.2 |
919 | 2025-07-15T20:11:52.589Z | Downloaded peg-runtime v0.8.5 |
920 | 2025-07-15T20:11:52.589Z | Downloaded debug-ignore v1.0.5 |
921 | 2025-07-15T20:11:52.594Z | Downloaded data-encoding v2.9.0 |
922 | 2025-07-15T20:11:52.594Z | Downloaded expectorate v1.2.0 |
923 | 2025-07-15T20:11:52.594Z | Downloaded shell-words v1.1.0 |
924 | 2025-07-15T20:11:52.597Z | Downloaded unicode-properties v0.1.3 |
925 | 2025-07-15T20:11:52.597Z | Downloaded prefix-trie v0.7.0 |
926 | 2025-07-15T20:11:52.600Z | Downloaded rand_chacha v0.9.0 |
927 | 2025-07-15T20:11:52.605Z | Downloaded crunchy v0.2.2 |
928 | 2025-07-15T20:11:52.605Z | Downloaded zstd-safe v7.2.3 |
929 | 2025-07-15T20:11:52.609Z | Downloaded multer v3.1.0 |
930 | 2025-07-15T20:11:52.609Z | Downloaded tower-http v0.6.6 |
931 | 2025-07-15T20:11:52.615Z | Downloaded pin-project-lite v0.2.14 |
932 | 2025-07-15T20:11:52.619Z | Downloaded sqlparser_derive v0.2.2 |
933 | 2025-07-15T20:11:52.622Z | Downloaded endian-type v0.1.2 |
934 | 2025-07-15T20:11:52.622Z | Downloaded rand_core v0.6.4 |
935 | 2025-07-15T20:11:52.626Z | Downloaded pin-utils v0.1.0 |
936 | 2025-07-15T20:11:52.626Z | Downloaded support-bundle-viewer v0.1.2 |
937 | 2025-07-15T20:11:52.626Z | Downloaded der v0.7.9 |
938 | 2025-07-15T20:11:52.630Z | Downloaded float-ord v0.3.2 |
939 | 2025-07-15T20:11:52.634Z | Downloaded structmeta v0.3.0 |
940 | 2025-07-15T20:11:52.634Z | Downloaded slab v0.4.9 |
941 | 2025-07-15T20:11:52.637Z | Downloaded predicates v3.1.3 |
942 | 2025-07-15T20:11:52.640Z | Downloaded pkcs5 v0.7.1 |
943 | 2025-07-15T20:11:52.643Z | Downloaded csv-core v0.1.11 |
944 | 2025-07-15T20:11:52.644Z | Downloaded futures-core v0.3.31 |
945 | 2025-07-15T20:11:52.647Z | Downloaded peg-macros v0.8.5 |
946 | 2025-07-15T20:11:52.647Z | Downloaded serde_plain v1.0.2 |
947 | 2025-07-15T20:11:52.651Z | Downloaded globwalk v0.9.1 |
948 | 2025-07-15T20:11:52.651Z | Downloaded tracing-attributes v0.1.27 |
949 | 2025-07-15T20:11:52.654Z | Downloaded peg v0.8.5 |
950 | 2025-07-15T20:11:52.657Z | Downloaded salty v0.3.0 |
951 | 2025-07-15T20:11:52.662Z | Downloaded walkdir v2.5.0 |
952 | 2025-07-15T20:11:52.665Z | Downloaded rand_chacha v0.3.1 |
953 | 2025-07-15T20:11:52.668Z | Downloaded num-bigint-dig v0.8.4 |
954 | 2025-07-15T20:11:52.671Z | Downloaded serde_path_to_error v0.1.17 |
955 | 2025-07-15T20:11:52.671Z | Downloaded password-hash v0.4.2 |
956 | 2025-07-15T20:11:52.674Z | Downloaded enum-as-inner v0.6.1 |
957 | 2025-07-15T20:11:52.678Z | Downloaded simd-adler32 v0.3.7 |
958 | 2025-07-15T20:11:52.678Z | Downloaded pin-project-internal v1.1.6 |
959 | 2025-07-15T20:11:52.681Z | Downloaded papergrid v0.14.0 |
960 | 2025-07-15T20:11:52.684Z | Downloaded zone v0.1.8 |
961 | 2025-07-15T20:11:52.687Z | Downloaded value-bag v1.9.0 |
962 | 2025-07-15T20:11:52.690Z | Downloaded termtree v0.5.1 |
963 | 2025-07-15T20:11:52.690Z | Downloaded num_enum v0.5.11 |
964 | 2025-07-15T20:11:52.694Z | Downloaded postgres-types v0.2.9 |
965 | 2025-07-15T20:11:52.697Z | Downloaded subprocess v0.2.9 |
966 | 2025-07-15T20:11:52.700Z | Downloaded semver v0.1.20 |
967 | 2025-07-15T20:11:52.700Z | Downloaded unicode-truncate v1.1.0 |
968 | 2025-07-15T20:11:52.703Z | Downloaded zerocopy-derive v0.8.26 |
969 | 2025-07-15T20:11:52.708Z | Downloaded termios v0.3.3 |
970 | 2025-07-15T20:11:52.711Z | Downloaded parking_lot v0.11.2 |
971 | 2025-07-15T20:11:52.714Z | Downloaded p256 v0.13.2 |
972 | 2025-07-15T20:11:52.717Z | Downloaded num-rational v0.4.2 |
973 | 2025-07-15T20:11:52.717Z | Downloaded tinyvec v1.8.0 |
974 | 2025-07-15T20:11:52.721Z | Downloaded test-strategy v0.4.1 |
975 | 2025-07-15T20:11:52.724Z | Downloaded futures v0.3.31 |
976 | 2025-07-15T20:11:52.727Z | Downloaded env_logger v0.10.2 |
977 | 2025-07-15T20:11:52.731Z | Downloaded x509-cert v0.2.5 |
978 | 2025-07-15T20:11:52.736Z | Downloaded quinn v0.11.5 |
979 | 2025-07-15T20:11:52.739Z | Downloaded oso v0.27.3 |
980 | 2025-07-15T20:11:52.742Z | Downloaded typed-path v0.9.3 |
981 | 2025-07-15T20:11:52.748Z | Downloaded globset v0.4.15 |
982 | 2025-07-15T20:11:52.751Z | Downloaded zstd v0.13.3 |
983 | 2025-07-15T20:11:52.754Z | Downloaded unicode-bidi v0.3.17 |
984 | 2025-07-15T20:11:52.757Z | Downloaded rayon v1.10.0 |
985 | 2025-07-15T20:11:52.763Z | Downloaded vergen v8.3.2 |
986 | 2025-07-15T20:11:52.767Z | Downloaded bitvec v1.0.1 |
987 | 2025-07-15T20:11:52.780Z | Downloaded ron v0.8.1 |
988 | 2025-07-15T20:11:52.784Z | Downloaded rustyline v14.0.0 |
989 | 2025-07-15T20:11:52.789Z | Downloaded elliptic-curve v0.13.8 |
990 | 2025-07-15T20:11:52.793Z | Downloaded aws-lc-rs v1.12.4 |
991 | 2025-07-15T20:11:52.801Z | Downloaded parking_lot v0.12.3 |
992 | 2025-07-15T20:11:52.804Z | Downloaded rsa v0.9.6 |
993 | 2025-07-15T20:11:52.808Z | Downloaded tracing v0.1.40 |
994 | 2025-07-15T20:11:52.812Z | Downloaded dropshot_endpoint v0.16.2 |
995 | 2025-07-15T20:11:52.816Z | Downloaded zip v4.2.0 |
996 | 2025-07-15T20:11:52.819Z | Downloaded uuid v1.17.0 |
997 | 2025-07-15T20:11:52.823Z | Downloaded toml_edit v0.19.15 |
998 | 2025-07-15T20:11:52.838Z | Downloaded tokio-postgres v0.7.13 |
999 | 2025-07-15T20:11:52.842Z | Downloaded lalrpop v0.19.12 |
1000 | 2025-07-15T20:11:52.853Z | Downloaded russh v0.45.0 |
1001 | 2025-07-15T20:11:52.858Z | Downloaded h2 v0.4.6 |
1002 | 2025-07-15T20:11:52.864Z | Downloaded time v0.3.36 |
1003 | 2025-07-15T20:11:52.870Z | Downloaded flume v0.11.1 |
1004 | 2025-07-15T20:11:52.873Z | Downloaded openssl-sys v0.9.109 |
1005 | 2025-07-15T20:11:52.878Z | Downloaded winnow v0.6.26 |
1006 | 2025-07-15T20:11:52.886Z | Downloaded quick-xml v0.37.2 |
1007 | 2025-07-15T20:11:52.892Z | Downloaded crypto-bigint v0.5.5 |
1008 | 2025-07-15T20:11:52.898Z | Downloaded minimal-lexical v0.2.1 |
1009 | 2025-07-15T20:11:52.902Z | Downloaded nom v7.1.3 |
1010 | 2025-07-15T20:11:52.907Z | Downloaded reedline v0.40.0 |
1011 | 2025-07-15T20:11:52.914Z | Downloaded p521 v0.13.3 |
1012 | 2025-07-15T20:11:52.919Z | Downloaded unicode-segmentation v1.12.0 |
1013 | 2025-07-15T20:11:52.922Z | Downloaded tower v0.5.2 |
1014 | 2025-07-15T20:11:52.930Z | Downloaded rand v0.9.1 |
1015 | 2025-07-15T20:11:52.933Z | Downloaded radix_trie v0.2.1 |
1016 | 2025-07-15T20:11:52.937Z | Downloaded winnow v0.5.40 |
1017 | 2025-07-15T20:11:52.945Z | Downloaded portable-atomic v1.11.0 |
1018 | 2025-07-15T20:11:52.952Z | Downloaded proptest v1.7.0 |
1019 | 2025-07-15T20:11:52.960Z | Downloaded sqlparser v0.45.0 |
1020 | 2025-07-15T20:11:52.965Z | Downloaded rayon-core v1.12.1 |
1021 | 2025-07-15T20:11:52.970Z | Downloaded tabled v0.18.0 |
1022 | 2025-07-15T20:11:52.984Z | Downloaded parse-zoneinfo v0.3.1 |
1023 | 2025-07-15T20:11:52.989Z | Downloaded zerocopy v0.8.26 |
1024 | 2025-07-15T20:11:53.007Z | Downloaded object v0.30.4 |
1025 | 2025-07-15T20:11:53.016Z | Downloaded unicode-normalization v0.1.24 |
1026 | 2025-07-15T20:11:53.019Z | Downloaded tokio-util v0.7.15 |
1027 | 2025-07-15T20:11:53.025Z | Downloaded tough v0.20.0 |
1028 | 2025-07-15T20:11:53.033Z | Downloaded serde_with v3.14.0 |
1029 | 2025-07-15T20:11:53.043Z | Downloaded futures-util v0.3.31 |
1030 | 2025-07-15T20:11:53.054Z | Downloaded polar-core v0.27.3 |
1031 | 2025-07-15T20:11:53.061Z | Downloaded curve25519-dalek v4.1.3 |
1032 | 2025-07-15T20:11:53.069Z | Downloaded chrono-tz v0.10.3 |
1033 | 2025-07-15T20:11:53.075Z | Downloaded regex v1.11.1 |
1034 | 2025-07-15T20:11:53.087Z | Downloaded bstr v1.10.0 |
1035 | 2025-07-15T20:11:53.095Z | Downloaded rustls-webpki v0.101.7 |
1036 | 2025-07-15T20:11:53.109Z | Downloaded vcpkg v0.2.15 |
1037 | 2025-07-15T20:11:53.147Z | Downloaded zlib-rs v0.5.1 |
1038 | 2025-07-15T20:11:53.151Z | Downloaded rustls v0.23.19 |
1039 | 2025-07-15T20:11:53.159Z | Downloaded nix v0.27.1 |
1040 | 2025-07-15T20:11:53.168Z | Downloaded quinn-proto v0.11.8 |
1041 | 2025-07-15T20:11:53.174Z | Downloaded rustls v0.21.12 |
1042 | 2025-07-15T20:11:53.183Z | Downloaded hickory-proto v0.24.4 |
1043 | 2025-07-15T20:11:53.197Z | Downloaded moka v0.12.10 |
1044 | 2025-07-15T20:11:53.206Z | Downloaded smoltcp v0.11.0 |
1045 | 2025-07-15T20:11:53.217Z | Downloaded typify-impl v0.4.1 |
1046 | 2025-07-15T20:11:53.229Z | Downloaded diesel v2.2.11 |
1047 | 2025-07-15T20:11:53.247Z | Downloaded nix v0.29.0 |
1048 | 2025-07-15T20:11:53.258Z | Downloaded nix v0.28.0 |
1049 | 2025-07-15T20:11:53.266Z | Downloaded openapiv3 v2.2.0 |
1050 | 2025-07-15T20:11:53.276Z | Downloaded zerocopy-derive v0.6.6 |
1051 | 2025-07-15T20:11:53.285Z | Downloaded ratatui v0.29.0 |
1052 | 2025-07-15T20:11:53.304Z | Downloaded typify-impl v0.3.0 |
1053 | 2025-07-15T20:11:53.314Z | Downloaded nix v0.30.1 |
1054 | 2025-07-15T20:11:53.326Z | Downloaded regex-automata v0.4.8 |
1055 | 2025-07-15T20:11:53.338Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1056 | 2025-07-15T20:11:53.349Z | Downloaded dropshot v0.16.2 |
1057 | 2025-07-15T20:11:53.368Z | Downloaded typify-impl v0.2.0 |
1058 | 2025-07-15T20:11:53.381Z | Downloaded hickory-proto v0.25.2 |
1059 | 2025-07-15T20:11:53.393Z | Downloaded regex-syntax v0.8.5 |
1060 | 2025-07-15T20:11:53.400Z | Downloaded regress v0.10.3 |
1061 | 2025-07-15T20:11:53.408Z | Downloaded openssl v0.10.73 |
1062 | 2025-07-15T20:11:53.416Z | Downloaded webpki-roots v1.0.1 |
1063 | 2025-07-15T20:11:53.419Z | Downloaded object v0.36.5 |
1064 | 2025-07-15T20:11:53.429Z | Downloaded smoltcp v0.9.1 |
1065 | 2025-07-15T20:11:53.438Z | Downloaded gimli v0.31.1 |
1066 | 2025-07-15T20:11:53.445Z | Downloaded sled v0.34.7 |
1067 | 2025-07-15T20:11:53.454Z | Downloaded petgraph v0.8.2 |
1068 | 2025-07-15T20:11:53.472Z | Downloaded reqwest v0.12.22 |
1069 | 2025-07-15T20:11:53.480Z | Downloaded p384 v0.13.0 |
1070 | 2025-07-15T20:11:53.485Z | Downloaded rustls v0.22.4 |
1071 | 2025-07-15T20:11:53.496Z | Downloaded petname v2.0.2 |
1072 | 2025-07-15T20:11:53.500Z | Downloaded git2 v0.19.0 |
1073 | 2025-07-15T20:11:53.508Z | Downloaded regex-syntax v0.6.29 |
1074 | 2025-07-15T20:11:53.514Z | Downloaded bindgen v0.71.1 |
1075 | 2025-07-15T20:11:53.521Z | Downloaded jiff v0.2.15 |
1076 | 2025-07-15T20:11:53.535Z | Downloaded pretty_assertions v1.4.1 |
1077 | 2025-07-15T20:11:53.538Z | Downloaded rcgen v0.12.1 |
1078 | 2025-07-15T20:11:53.542Z | Downloaded futures-channel v0.3.31 |
1079 | 2025-07-15T20:11:53.542Z | Downloaded mio v1.0.2 |
1080 | 2025-07-15T20:11:53.546Z | Downloaded rustls-webpki v0.102.8 |
1081 | 2025-07-15T20:11:53.561Z | Downloaded petgraph v0.6.5 |
1082 | 2025-07-15T20:11:53.578Z | Downloaded csv v1.3.1 |
1083 | 2025-07-15T20:11:53.593Z | Downloaded lzma-sys v0.1.20 |
1084 | 2025-07-15T20:11:53.619Z | Downloaded chrono v0.4.41 |
1085 | 2025-07-15T20:11:53.625Z | Downloaded futures-executor v0.3.31 |
1086 | 2025-07-15T20:11:53.628Z | Downloaded derive-where v1.5.0 |
1087 | 2025-07-15T20:11:53.631Z | Downloaded snafu-derive v0.8.5 |
1088 | 2025-07-15T20:11:53.631Z | Downloaded serde_yaml v0.9.34+deprecated |
1089 | 2025-07-15T20:11:53.636Z | Downloaded num-bigint v0.4.6 |
1090 | 2025-07-15T20:11:53.639Z | Downloaded tokio v1.45.1 |
1091 | 2025-07-15T20:11:53.671Z | Downloaded libz-sys v1.1.20 |
1092 | 2025-07-15T20:11:53.688Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1093 | 2025-07-15T20:11:53.703Z | Downloaded shlex v1.3.0 |
1094 | 2025-07-15T20:11:53.706Z | Downloaded primeorder v0.13.6 |
1095 | 2025-07-15T20:11:53.706Z | Downloaded ppv-lite86 v0.2.20 |
1096 | 2025-07-15T20:11:53.709Z | Downloaded topological-sort v0.2.2 |
1097 | 2025-07-15T20:11:53.710Z | Downloaded structmeta-derive v0.3.0 |
1098 | 2025-07-15T20:11:53.710Z | Downloaded zerocopy v0.6.6 |
1099 | 2025-07-15T20:11:53.713Z | Downloaded typify v0.4.1 |
1100 | 2025-07-15T20:11:53.716Z | Downloaded half v1.8.3 |
1101 | 2025-07-15T20:11:53.716Z | Downloaded rustversion v1.0.17 |
1102 | 2025-07-15T20:11:53.719Z | Downloaded scopeguard v1.2.0 |
1103 | 2025-07-15T20:11:53.719Z | Downloaded scheduled-thread-pool v0.2.7 |
1104 | 2025-07-15T20:11:53.722Z | Downloaded miniz_oxide v0.8.5 |
1105 | 2025-07-15T20:11:53.722Z | Downloaded sha3 v0.10.8 |
1106 | 2025-07-15T20:11:53.726Z | Downloaded steno v0.4.1 |
1107 | 2025-07-15T20:11:53.729Z | Downloaded itertools v0.14.0 |
1108 | 2025-07-15T20:11:53.736Z | Downloaded postcard v1.0.10 |
1109 | 2025-07-15T20:11:53.739Z | Downloaded half v2.4.1 |
1110 | 2025-07-15T20:11:53.743Z | Downloaded hyper v1.6.0 |
1111 | 2025-07-15T20:11:53.746Z | Downloaded slog-async v2.8.0 |
1112 | 2025-07-15T20:11:53.750Z | Downloaded schemars_derive v0.8.22 |
1113 | 2025-07-15T20:11:53.750Z | Downloaded rustls-native-certs v0.8.1 |
1114 | 2025-07-15T20:11:53.753Z | Downloaded itertools v0.12.1 |
1115 | 2025-07-15T20:11:53.756Z | Downloaded ring v0.17.14 |
1116 | 2025-07-15T20:11:53.794Z | Downloaded ssh-key v0.6.6 |
1117 | 2025-07-15T20:11:53.800Z | Downloaded dirs-sys-next v0.1.2 |
1118 | 2025-07-15T20:11:53.803Z | Downloaded dirs-next v2.0.0 |
1119 | 2025-07-15T20:11:53.803Z | Downloaded diesel-dtrace v0.4.2 |
1120 | 2025-07-15T20:11:53.803Z | Downloaded strum_macros v0.24.3 |
1121 | 2025-07-15T20:11:53.807Z | Downloaded progenitor-impl v0.8.0 |
1122 | 2025-07-15T20:11:53.807Z | Downloaded deranged v0.3.11 |
1123 | 2025-07-15T20:11:53.807Z | Downloaded schemars v0.8.22 |
1124 | 2025-07-15T20:11:53.816Z | Downloaded der_derive v0.7.3 |
1125 | 2025-07-15T20:11:53.819Z | Downloaded vsss-rs v3.3.4 |
1126 | 2025-07-15T20:11:53.823Z | Downloaded typify v0.2.0 |
1127 | 2025-07-15T20:11:53.823Z | Downloaded tracing-core v0.1.32 |
1128 | 2025-07-15T20:11:53.826Z | Downloaded encoding_rs v0.8.34 |
1129 | 2025-07-15T20:11:53.843Z | Downloaded blake3 v1.5.4 |
1130 | 2025-07-15T20:11:53.850Z | Downloaded sqlformat v0.3.5 |
1131 | 2025-07-15T20:11:53.853Z | Downloaded spin v0.9.8 |
1132 | 2025-07-15T20:11:53.856Z | Downloaded libxml v0.3.3 |
1133 | 2025-07-15T20:11:53.859Z | Downloaded itertools v0.10.5 |
1134 | 2025-07-15T20:11:53.864Z | Downloaded libm v0.2.8 |
1135 | 2025-07-15T20:11:53.870Z | Downloaded hkdf v0.12.4 |
1136 | 2025-07-15T20:11:53.873Z | Downloaded derive_more v0.99.20 |
1137 | 2025-07-15T20:11:53.878Z | Downloaded futures-macro v0.3.31 |
1138 | 2025-07-15T20:11:53.878Z | Downloaded futures-io v0.3.31 |
1139 | 2025-07-15T20:11:53.878Z | Downloaded wyz v0.5.1 |
1140 | 2025-07-15T20:11:53.881Z | Downloaded poly1305 v0.8.0 |
1141 | 2025-07-15T20:11:53.881Z | Downloaded slog-stdlog v4.1.1 |
1142 | 2025-07-15T20:11:53.885Z | Downloaded diesel_derives v2.2.3 |
1143 | 2025-07-15T20:11:53.890Z | Downloaded derive_builder v0.20.2 |
1144 | 2025-07-15T20:11:53.893Z | Downloaded rand_seeder v0.3.0 |
1145 | 2025-07-15T20:11:53.893Z | Downloaded progenitor-client v0.10.0 |
1146 | 2025-07-15T20:11:53.893Z | Downloaded progenitor v0.10.0 |
1147 | 2025-07-15T20:11:53.893Z | Downloaded unsafe-libyaml v0.2.11 |
1148 | 2025-07-15T20:11:53.896Z | Downloaded num v0.4.3 |
1149 | 2025-07-15T20:11:53.896Z | Downloaded tokio-rustls v0.24.1 |
1150 | 2025-07-15T20:11:53.899Z | Downloaded parking_lot_core v0.9.10 |
1151 | 2025-07-15T20:11:53.903Z | Downloaded tokio-tungstenite v0.21.0 |
1152 | 2025-07-15T20:11:53.903Z | Downloaded term v0.7.0 |
1153 | 2025-07-15T20:11:53.908Z | Downloaded omicron-zone-package v0.12.2 |
1154 | 2025-07-15T20:11:53.908Z | Downloaded fixedbitset v0.4.2 |
1155 | 2025-07-15T20:11:53.911Z | Downloaded smallvec v0.6.14 |
1156 | 2025-07-15T20:11:53.911Z | Downloaded hickory-resolver v0.24.4 |
1157 | 2025-07-15T20:11:53.915Z | Downloaded flagset v0.4.6 |
1158 | 2025-07-15T20:11:53.915Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1159 | 2025-07-15T20:11:53.990Z | Downloaded hickory-server v0.25.2 |
1160 | 2025-07-15T20:11:53.994Z | Downloaded serde_cbor v0.11.2 |
1161 | 2025-07-15T20:11:53.997Z | Downloaded samael v0.0.19 |
1162 | 2025-07-15T20:11:54.004Z | Downloaded backtrace v0.3.74 |
1163 | 2025-07-15T20:11:54.010Z | Downloaded utf-8 v0.7.6 |
1164 | 2025-07-15T20:11:54.013Z | Downloaded tar v0.4.44 |
1165 | 2025-07-15T20:11:54.017Z | Downloaded const_format v0.2.34 |
1166 | 2025-07-15T20:11:54.021Z | Downloaded openssl-macros v0.1.1 |
1167 | 2025-07-15T20:11:54.021Z | Downloaded tls_codec v0.4.1 |
1168 | 2025-07-15T20:11:54.024Z | Downloaded phf_shared v0.11.2 |
1169 | 2025-07-15T20:11:54.024Z | Downloaded parking_lot_core v0.8.6 |
1170 | 2025-07-15T20:11:54.028Z | Downloaded owo-colors v4.2.2 |
1171 | 2025-07-15T20:11:54.031Z | Downloaded num-complex v0.4.6 |
1172 | 2025-07-15T20:11:54.031Z | Downloaded native-tls v0.2.12 |
1173 | 2025-07-15T20:11:54.034Z | Downloaded vte v0.11.1 |
1174 | 2025-07-15T20:11:54.037Z | Downloaded tabwriter v1.4.0 |
1175 | 2025-07-15T20:11:54.037Z | Downloaded ssh-cipher v0.2.0 |
1176 | 2025-07-15T20:11:54.040Z | Downloaded smf v0.2.3 |
1177 | 2025-07-15T20:11:54.040Z | Downloaded fs_extra v1.3.0 |
1178 | 2025-07-15T20:11:54.043Z | Downloaded rfc6979 v0.4.0 |
1179 | 2025-07-15T20:11:54.043Z | Downloaded progenitor-macro v0.9.1 |
1180 | 2025-07-15T20:11:54.043Z | Downloaded progenitor-macro v0.8.0 |
1181 | 2025-07-15T20:11:54.047Z | Downloaded typify v0.3.0 |
1182 | 2025-07-15T20:11:54.050Z | Downloaded proc-macro-crate v1.3.1 |
1183 | 2025-07-15T20:11:54.050Z | Downloaded daft-derive v0.1.4 |
1184 | 2025-07-15T20:11:54.054Z | Downloaded prettyplease v0.2.35 |
1185 | 2025-07-15T20:11:54.058Z | Downloaded rustc-demangle v0.1.24 |
1186 | 2025-07-15T20:11:54.061Z | Downloaded base64 v0.22.1 |
1187 | 2025-07-15T20:11:54.064Z | Downloaded similar v2.7.0 |
1188 | 2025-07-15T20:11:54.068Z | Downloaded signal-hook v0.3.17 |
1189 | 2025-07-15T20:11:54.071Z | Downloaded phf v0.11.2 |
1190 | 2025-07-15T20:11:54.071Z | Downloaded oxide-tokio-rt v0.1.2 |
1191 | 2025-07-15T20:11:54.074Z | Downloaded oxnet v0.1.2 |
1192 | 2025-07-15T20:11:54.074Z | Downloaded xshell v0.2.7 |
1193 | 2025-07-15T20:11:54.075Z | Downloaded signature v2.2.0 |
1194 | 2025-07-15T20:11:54.079Z | Downloaded chacha20poly1305 v0.10.1 |
1195 | 2025-07-15T20:11:54.079Z | Downloaded daft v0.1.4 |
1196 | 2025-07-15T20:11:54.082Z | Downloaded curve25519-dalek-derive v0.1.1 |
1197 | 2025-07-15T20:11:54.082Z | Downloaded russh-keys v0.45.0 |
1198 | 2025-07-15T20:11:54.082Z | Downloaded progenitor-impl v0.10.0 |
1199 | 2025-07-15T20:11:54.085Z | Downloaded env_filter v0.1.2 |
1200 | 2025-07-15T20:11:54.085Z | Downloaded progenitor-impl v0.9.1 |
1201 | 2025-07-15T20:11:54.088Z | Downloaded darling v0.20.10 |
1202 | 2025-07-15T20:11:54.091Z | Downloaded zeroize_derive v1.4.2 |
1203 | 2025-07-15T20:11:54.091Z | Downloaded wait-timeout v0.2.0 |
1204 | 2025-07-15T20:11:54.091Z | Downloaded universal-hash v0.5.1 |
1205 | 2025-07-15T20:11:54.095Z | Downloaded sct v0.7.1 |
1206 | 2025-07-15T20:11:54.098Z | Downloaded crossbeam-utils v0.8.21 |
1207 | 2025-07-15T20:11:54.098Z | Downloaded clang-sys v1.8.1 |
1208 | 2025-07-15T20:11:54.101Z | Downloaded hyper-util v0.1.14 |
1209 | 2025-07-15T20:11:54.105Z | Downloaded fxhash v0.2.1 |
1210 | 2025-07-15T20:11:54.108Z | Downloaded funty v2.0.0 |
1211 | 2025-07-15T20:11:54.108Z | Downloaded foreign-types-shared v0.3.1 |
1212 | 2025-07-15T20:11:54.108Z | Downloaded indexmap v1.9.3 |
1213 | 2025-07-15T20:11:54.111Z | Downloaded typify-macro v0.2.0 |
1214 | 2025-07-15T20:11:54.111Z | Downloaded thiserror-impl-no-std v2.0.2 |
1215 | 2025-07-15T20:11:54.111Z | Downloaded thread_local v1.1.8 |
1216 | 2025-07-15T20:11:54.114Z | Downloaded foreign-types v0.3.2 |
1217 | 2025-07-15T20:11:54.115Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1218 | 2025-07-15T20:11:54.115Z | Downloaded derive_builder_macro v0.20.2 |
1219 | 2025-07-15T20:11:54.115Z | Downloaded lzss v0.8.2 |
1220 | 2025-07-15T20:11:54.118Z | Downloaded xshell-macros v0.2.7 |
1221 | 2025-07-15T20:11:54.118Z | Downloaded strip-ansi-escapes v0.2.0 |
1222 | 2025-07-15T20:11:54.118Z | Downloaded stringprep v0.1.5 |
1223 | 2025-07-15T20:11:54.118Z | Downloaded proc-macro-error2 v2.0.1 |
1224 | 2025-07-15T20:11:54.121Z | Downloaded ignore v0.4.23 |
1225 | 2025-07-15T20:11:54.124Z | Downloaded hmac v0.12.1 |
1226 | 2025-07-15T20:11:54.127Z | Downloaded crossbeam-epoch v0.9.18 |
1227 | 2025-07-15T20:11:54.127Z | Downloaded cookie v0.18.1 |
1228 | 2025-07-15T20:11:54.131Z | Downloaded mime_guess v2.0.5 |
1229 | 2025-07-15T20:11:54.131Z | Downloaded libloading v0.8.5 |
1230 | 2025-07-15T20:11:54.142Z | Downloaded lalrpop-util v0.19.12 |
1231 | 2025-07-15T20:11:54.142Z | Downloaded crc32fast v1.4.2 |
1232 | 2025-07-15T20:11:54.142Z | Downloaded crossbeam-deque v0.8.5 |
1233 | 2025-07-15T20:11:54.142Z | Downloaded cargo_metadata v0.18.1 |
1234 | 2025-07-15T20:11:54.142Z | Downloaded libefi-sys v0.1.0 |
1235 | 2025-07-15T20:11:54.142Z | Downloaded tower-layer v0.3.3 |
1236 | 2025-07-15T20:11:54.142Z | Downloaded secrecy v0.10.3 |
1237 | 2025-07-15T20:11:54.142Z | Downloaded secrecy v0.8.0 |
1238 | 2025-07-15T20:11:54.142Z | Downloaded indoc v1.0.9 |
1239 | 2025-07-15T20:11:54.146Z | Downloaded cmake v0.1.51 |
1240 | 2025-07-15T20:11:54.146Z | Downloaded castaway v0.2.3 |
1241 | 2025-07-15T20:11:54.146Z | Downloaded maplit v1.0.2 |
1242 | 2025-07-15T20:11:54.146Z | Downloaded blake2 v0.10.6 |
1243 | 2025-07-15T20:11:54.150Z | Downloaded colored v2.2.0 |
1244 | 2025-07-15T20:11:54.153Z | Downloaded async-bb8-diesel v0.2.1 |
1245 | 2025-07-15T20:11:54.153Z | Downloaded highway v1.3.0 |
1246 | 2025-07-15T20:11:54.156Z | Downloaded hyper-rustls v0.27.7 |
1247 | 2025-07-15T20:11:54.156Z | Downloaded httparse v1.9.5 |
1248 | 2025-07-15T20:11:54.159Z | Downloaded bit-vec v0.8.0 |
1249 | 2025-07-15T20:11:54.162Z | Downloaded async-trait v0.1.88 |
1250 | 2025-07-15T20:11:54.165Z | Downloaded libz-rs-sys v0.5.1 |
1251 | 2025-07-15T20:11:54.165Z | Downloaded ipnetwork v0.21.1 |
1252 | 2025-07-15T20:11:54.165Z | Downloaded critical-section v1.1.3 |
1253 | 2025-07-15T20:11:54.169Z | Downloaded base64ct v1.6.0 |
1254 | 2025-07-15T20:11:54.169Z | Downloaded lazycell v1.3.0 |
1255 | 2025-07-15T20:11:54.172Z | Downloaded kstat-rs v0.2.4 |
1256 | 2025-07-15T20:11:54.172Z | Downloaded inout v0.1.3 |
1257 | 2025-07-15T20:11:54.172Z | Downloaded ingot v0.1.0 |
1258 | 2025-07-15T20:11:54.175Z | Downloaded impl-trait-for-tuples v0.2.2 |
1259 | 2025-07-15T20:11:54.175Z | Downloaded crc-catalog v2.4.0 |
1260 | 2025-07-15T20:11:54.179Z | Downloaded constant_time_eq v0.3.1 |
1261 | 2025-07-15T20:11:54.179Z | Downloaded cbc v0.1.2 |
1262 | 2025-07-15T20:11:54.182Z | Downloaded cargo-platform v0.1.8 |
1263 | 2025-07-15T20:11:54.182Z | Downloaded libscf-sys v1.1.0 |
1264 | 2025-07-15T20:11:54.182Z | Downloaded cassowary v0.3.0 |
1265 | 2025-07-15T20:11:54.182Z | Downloaded camino-tempfile-ext v0.3.2 |
1266 | 2025-07-15T20:11:54.185Z | Downloaded cexpr v0.6.0 |
1267 | 2025-07-15T20:11:54.186Z | Downloaded compact_str v0.8.0 |
1268 | 2025-07-15T20:11:54.189Z | Downloaded chacha20 v0.9.1 |
1269 | 2025-07-15T20:11:54.192Z | Downloaded bb8 v0.8.5 |
1270 | 2025-07-15T20:11:54.192Z | Downloaded cipher v0.4.4 |
1271 | 2025-07-15T20:11:54.192Z | Downloaded base16ct v0.2.0 |
1272 | 2025-07-15T20:11:54.195Z | Downloaded ident_case v1.0.1 |
1273 | 2025-07-15T20:11:54.195Z | Downloaded cobs v0.2.3 |
1274 | 2025-07-15T20:11:54.195Z | Downloaded chrono-tz-build v0.4.0 |
1275 | 2025-07-15T20:11:54.195Z | Downloaded async-recursion v1.1.1 |
1276 | 2025-07-15T20:11:54.198Z | Downloaded buf-list v1.0.3 |
1277 | 2025-07-15T20:11:54.201Z | Downloaded aead v0.5.2 |
1278 | 2025-07-15T20:11:54.201Z | Downloaded bzip2 v0.5.2 |
1279 | 2025-07-15T20:11:54.205Z | Downloaded block-padding v0.3.3 |
1280 | 2025-07-15T20:11:54.205Z | Downloaded bitfield v0.14.0 |
1281 | 2025-07-15T20:11:54.205Z | Downloaded async-stream-impl v0.3.6 |
1282 | 2025-07-15T20:11:54.208Z | Downloaded blowfish v0.9.1 |
1283 | 2025-07-15T20:11:54.208Z | Downloaded aes v0.8.4 |
1284 | 2025-07-15T20:11:54.211Z | Downloaded bit-set v0.5.3 |
1285 | 2025-07-15T20:11:54.211Z | Downloaded ahash v0.8.11 |
1286 | 2025-07-15T20:11:54.471Z | Downloaded aws-lc-sys v0.26.0 |
1287 | 2025-07-15T20:11:54.763Z | Compiling value-bag v1.9.0 |
1288 | 2025-07-15T20:11:54.763Z | Compiling shlex v1.3.0 |
1289 | 2025-07-15T20:11:54.763Z | Compiling lock_api v0.4.12 |
1290 | 2025-07-15T20:11:54.763Z | Compiling scopeguard v1.2.0 |
1291 | 2025-07-15T20:11:54.766Z | Compiling typenum v1.17.0 |
1292 | 2025-07-15T20:11:54.766Z | Compiling generic-array v0.14.7 |
1293 | 2025-07-15T20:11:54.766Z | Compiling syn v2.0.104 |
1294 | 2025-07-15T20:11:54.766Z | Compiling getrandom v0.2.15 |
1295 | 2025-07-15T20:11:55.123Z | Compiling jobserver v0.1.32 |
1296 | 2025-07-15T20:11:55.256Z | Compiling rand_core v0.6.4 |
1297 | 2025-07-15T20:11:55.366Z | Compiling log v0.4.27 |
1298 | 2025-07-15T20:11:55.404Z | Compiling smallvec v1.15.0 |
1299 | 2025-07-15T20:11:55.547Z | Compiling cc v1.2.15 |
1300 | 2025-07-15T20:11:55.773Z | Compiling portable-atomic v1.11.0 |
1301 | 2025-07-15T20:11:55.794Z | Compiling critical-section v1.1.3 |
1302 | 2025-07-15T20:11:55.813Z | Compiling subtle v2.6.1 |
1303 | 2025-07-15T20:11:55.898Z | Compiling const-oid v0.9.6 |
1304 | 2025-07-15T20:11:56.006Z | Compiling pkg-config v0.3.31 |
1305 | 2025-07-15T20:11:56.135Z | Compiling pin-project-lite v0.2.14 |
1306 | 2025-07-15T20:11:56.173Z | Compiling parking_lot_core v0.9.10 |
1307 | 2025-07-15T20:11:56.284Z | Compiling rustix v0.38.37 |
1308 | 2025-07-15T20:11:57.150Z | Compiling signal-hook-registry v1.4.2 |
1309 | 2025-07-15T20:11:57.219Z | Compiling parking_lot v0.12.3 |
1310 | 2025-07-15T20:11:57.238Z | Compiling mio v1.0.2 |
1311 | 2025-07-15T20:11:57.258Z | Compiling futures-core v0.3.31 |
1312 | 2025-07-15T20:11:57.509Z | Compiling spin v0.9.8 |
1313 | 2025-07-15T20:11:57.830Z | Compiling socket2 v0.5.10 |
1314 | 2025-07-15T20:11:57.886Z | Compiling slab v0.4.9 |
1315 | 2025-07-15T20:11:57.974Z | Compiling once_cell v1.21.3 |
1316 | 2025-07-15T20:11:58.003Z | Compiling aho-corasick v1.1.3 |
1317 | 2025-07-15T20:11:58.103Z | Compiling serde_json v1.0.140 |
1318 | 2025-07-15T20:11:58.227Z | Compiling cpufeatures v0.2.14 |
1319 | 2025-07-15T20:11:58.256Z | Compiling regex-syntax v0.8.5 |
1320 | 2025-07-15T20:11:58.339Z | Compiling either v1.15.0 |
1321 | 2025-07-15T20:11:58.358Z | Compiling libm v0.2.8 |
1322 | 2025-07-15T20:11:58.623Z | Compiling num-traits v0.2.19 |
1323 | 2025-07-15T20:11:58.723Z | Compiling percent-encoding v2.3.1 |
1324 | 2025-07-15T20:11:58.726Z | Compiling getrandom v0.3.1 |
1325 | 2025-07-15T20:11:58.760Z | Compiling futures-sink v0.3.31 |
1326 | 2025-07-15T20:11:58.924Z | Compiling glob v0.3.2 |
1327 | 2025-07-15T20:11:59.255Z | Compiling prettyplease v0.2.35 |
1328 | 2025-07-15T20:11:59.519Z | Compiling lazy_static v1.5.0 |
1329 | 2025-07-15T20:11:59.640Z | Compiling minimal-lexical v0.2.1 |
1330 | 2025-07-15T20:11:59.660Z | Compiling allocator-api2 v0.2.21 |
1331 | 2025-07-15T20:11:59.786Z | Compiling clang-sys v1.8.1 |
1332 | 2025-07-15T20:11:59.916Z | Compiling foldhash v0.1.5 |
1333 | 2025-07-15T20:12:00.338Z | Compiling hashbrown v0.15.4 |
1334 | 2025-07-15T20:12:00.372Z | Compiling nom v7.1.3 |
1335 | 2025-07-15T20:12:00.424Z | Compiling libloading v0.8.5 |
1336 | 2025-07-15T20:12:00.510Z | Compiling bindgen v0.69.5 |
1337 | 2025-07-15T20:12:00.811Z | Compiling home v0.5.9 |
1338 | 2025-07-15T20:12:01.053Z | Compiling base64ct v1.6.0 |
1339 | 2025-07-15T20:12:01.512Z | Compiling pem-rfc7468 v0.7.0 |
1340 | 2025-07-15T20:12:01.603Z | Compiling futures-channel v0.3.31 |
1341 | 2025-07-15T20:12:01.786Z | Compiling regex-automata v0.4.8 |
1342 | 2025-07-15T20:12:01.999Z | Compiling itertools v0.12.1 |
1343 | 2025-07-15T20:12:02.135Z | Compiling synstructure v0.13.1 |
1344 | 2025-07-15T20:12:03.499Z | Compiling cexpr v0.6.0 |
1345 | 2025-07-15T20:12:03.585Z | Compiling rustc-hash v1.1.0 |
1346 | 2025-07-15T20:12:03.766Z | Compiling flagset v0.4.6 |
1347 | 2025-07-15T20:12:03.987Z | Compiling futures-task v0.3.31 |
1348 | 2025-07-15T20:12:04.009Z | Compiling lazycell v1.3.0 |
1349 | 2025-07-15T20:12:04.199Z | Compiling pin-utils v0.1.0 |
1350 | 2025-07-15T20:12:04.285Z | Compiling futures-io v0.3.31 |
1351 | 2025-07-15T20:12:04.311Z | Compiling cmake v0.1.51 |
1352 | 2025-07-15T20:12:04.568Z | Compiling zerocopy v0.8.26 |
1353 | 2025-07-15T20:12:04.764Z | Compiling fs_extra v1.3.0 |
1354 | 2025-07-15T20:12:05.055Z | Compiling dunce v1.0.5 |
1355 | 2025-07-15T20:12:05.087Z | Compiling form_urlencoded v1.2.1 |
1356 | 2025-07-15T20:12:05.128Z | Compiling vcpkg v0.2.15 |
1357 | 2025-07-15T20:12:05.208Z | Compiling paste v1.0.15 |
1358 | 2025-07-15T20:12:05.284Z | Compiling crossbeam-utils v0.8.21 |
1359 | 2025-07-15T20:12:05.404Z | Compiling ring v0.17.14 |
1360 | 2025-07-15T20:12:05.425Z | Compiling tracing-core v0.1.32 |
1361 | 2025-07-15T20:12:05.842Z | Compiling aws-lc-rs v1.12.4 |
1362 | 2025-07-15T20:12:06.286Z | Compiling iana-time-zone v0.1.63 |
1363 | 2025-07-15T20:12:06.642Z | Compiling base64 v0.22.1 |
1364 | 2025-07-15T20:12:06.723Z | Compiling openssl-sys v0.9.109 |
1365 | 2025-07-15T20:12:06.798Z | Compiling tinyvec_macros v0.1.1 |
1366 | 2025-07-15T20:12:06.914Z | Compiling httparse v1.9.5 |
1367 | 2025-07-15T20:12:07.046Z | Compiling serde_derive v1.0.219 |
1368 | 2025-07-15T20:12:07.313Z | Compiling zeroize_derive v1.4.2 |
1369 | 2025-07-15T20:12:07.549Z | Compiling zerofrom-derive v0.1.4 |
1370 | 2025-07-15T20:12:07.570Z | Compiling yoke-derive v0.7.4 |
1371 | 2025-07-15T20:12:07.750Z | Compiling zerovec-derive v0.10.3 |
1372 | 2025-07-15T20:12:08.606Z | Compiling zeroize v1.8.1 |
1373 | 2025-07-15T20:12:10.145Z | Compiling displaydoc v0.2.5 |
1374 | 2025-07-15T20:12:10.165Z | Compiling zerocopy-derive v0.7.35 |
1375 | 2025-07-15T20:12:10.301Z | Compiling crypto-common v0.1.6 |
1376 | 2025-07-15T20:12:10.548Z | Compiling block-buffer v0.10.4 |
1377 | 2025-07-15T20:12:10.707Z | Compiling zerofrom v0.1.4 |
1378 | 2025-07-15T20:12:10.806Z | Compiling digest v0.10.7 |
1379 | 2025-07-15T20:12:10.926Z | Compiling yoke v0.7.4 |
1380 | 2025-07-15T20:12:11.188Z | Compiling tokio-macros v2.5.0 |
1381 | 2025-07-15T20:12:11.282Z | Compiling zerovec v0.10.4 |
1382 | 2025-07-15T20:12:11.285Z | Compiling hmac v0.12.1 |
1383 | 2025-07-15T20:12:11.528Z | Compiling icu_provider_macros v1.5.0 |
1384 | 2025-07-15T20:12:11.559Z | Compiling block-padding v0.3.3 |
1385 | 2025-07-15T20:12:11.746Z | Compiling sha2 v0.10.9 |
1386 | 2025-07-15T20:12:11.792Z | Compiling inout v0.1.3 |
1387 | 2025-07-15T20:12:11.985Z | Compiling zerocopy v0.7.35 |
1388 | 2025-07-15T20:12:12.086Z | Compiling cipher v0.4.4 |
1389 | 2025-07-15T20:12:12.090Z | Compiling regex v1.11.1 |
1390 | 2025-07-15T20:12:12.540Z | Compiling futures-macro v0.3.31 |
1391 | 2025-07-15T20:12:12.561Z | Compiling der_derive v0.7.3 |
1392 | 2025-07-15T20:12:12.585Z | Compiling thiserror-impl v1.0.69 |
1393 | 2025-07-15T20:12:12.973Z | Compiling tinystr v0.7.6 |
1394 | 2025-07-15T20:12:13.272Z | Compiling icu_collections v1.5.0 |
1395 | 2025-07-15T20:12:13.333Z | Compiling icu_locid v1.5.0 |
1396 | 2025-07-15T20:12:13.354Z | Compiling ppv-lite86 v0.2.20 |
1397 | 2025-07-15T20:12:13.977Z | Compiling serde v1.0.219 |
1398 | 2025-07-15T20:12:14.216Z | Compiling salsa20 v0.10.2 |
1399 | 2025-07-15T20:12:14.317Z | Compiling futures-util v0.3.31 |
1400 | 2025-07-15T20:12:14.461Z | Compiling pbkdf2 v0.12.2 |
1401 | 2025-07-15T20:12:14.464Z | Compiling zerocopy-derive v0.8.26 |
1402 | 2025-07-15T20:12:14.675Z | Compiling icu_provider v1.5.0 |
1403 | 2025-07-15T20:12:14.847Z | Compiling der v0.7.9 |
1404 | 2025-07-15T20:12:15.159Z | Compiling scrypt v0.11.0 |
1405 | 2025-07-15T20:12:15.344Z | Compiling icu_locid_transform v1.5.0 |
1406 | 2025-07-15T20:12:15.420Z | Compiling thiserror v1.0.69 |
1407 | 2025-07-15T20:12:15.551Z | Compiling aes v0.8.4 |
1408 | 2025-07-15T20:12:15.590Z | Compiling cbc v0.1.2 |
1409 | 2025-07-15T20:12:15.625Z | Compiling pest v2.7.14 |
1410 | 2025-07-15T20:12:15.932Z | Compiling tracing-attributes v0.1.27 |
1411 | 2025-07-15T20:12:17.582Z | Compiling icu_properties v1.5.1 |
1412 | 2025-07-15T20:12:17.604Z | Compiling spki v0.7.3 |
1413 | 2025-07-15T20:12:17.963Z | Compiling pkcs5 v0.7.1 |
1414 | 2025-07-15T20:12:18.205Z | Compiling pest_meta v2.7.14 |
1415 | 2025-07-15T20:12:18.529Z | Compiling scroll_derive v0.12.0 |
1416 | 2025-07-15T20:12:19.031Z | Compiling bytes v1.10.1 |
1417 | 2025-07-15T20:12:19.061Z | Compiling bitflags v2.9.1 |
1418 | 2025-07-15T20:12:19.545Z | Compiling semver v1.0.26 |
1419 | 2025-07-15T20:12:19.977Z | Compiling indexmap v2.10.0 |
1420 | 2025-07-15T20:12:20.169Z | Compiling tokio v1.45.1 |
1421 | 2025-07-15T20:12:20.447Z | Compiling http v1.3.1 |
1422 | 2025-07-15T20:12:21.225Z | Compiling icu_normalizer v1.5.0 |
1423 | 2025-07-15T20:12:21.341Z | Compiling rustc_version v0.4.1 |
1424 | 2025-07-15T20:12:21.981Z | Compiling uuid v1.17.0 |
1425 | 2025-07-15T20:12:22.003Z | Compiling http-body v1.0.1 |
1426 | 2025-07-15T20:12:22.051Z | Compiling tracing v0.1.40 |
1427 | 2025-07-15T20:12:22.261Z | Compiling idna_adapter v1.2.0 |
1428 | 2025-07-15T20:12:22.459Z | Compiling chrono v0.4.41 |
1429 | 2025-07-15T20:12:22.504Z | Compiling idna v1.0.3 |
1430 | 2025-07-15T20:12:22.508Z | Compiling pkcs8 v0.10.2 |
1431 | 2025-07-15T20:12:22.548Z | Compiling rustls-pki-types v1.10.0 |
1432 | 2025-07-15T20:12:22.963Z | Compiling which v4.4.2 |
1433 | 2025-07-15T20:12:23.169Z | Compiling url v2.5.4 |
1434 | 2025-07-15T20:12:23.470Z | Compiling rustversion v1.0.17 |
1435 | 2025-07-15T20:12:23.489Z | Compiling rand_core v0.9.2 |
1436 | 2025-07-15T20:12:23.922Z | Compiling scroll v0.12.0 |
1437 | 2025-07-15T20:12:23.922Z | Compiling pest_generator v2.7.14 |
1438 | 2025-07-15T20:12:24.103Z | Compiling tinyvec v1.8.0 |
1439 | 2025-07-15T20:12:24.207Z | Compiling serde_derive_internals v0.29.1 |
1440 | 2025-07-15T20:12:24.422Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1441 | 2025-07-15T20:12:24.971Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1442 | 2025-07-15T20:12:25.171Z | Compiling tower-service v0.3.3 |
1443 | 2025-07-15T20:12:25.316Z | Compiling num-conv v0.1.0 |
1444 | 2025-07-15T20:12:25.482Z | Compiling untrusted v0.7.1 |
1445 | 2025-07-15T20:12:25.589Z | Compiling openssl-probe v0.1.5 |
1446 | 2025-07-15T20:12:25.611Z | Compiling adler2 v2.0.0 |
1447 | 2025-07-15T20:12:25.675Z | Compiling foreign-types-shared v0.1.1 |
1448 | 2025-07-15T20:12:25.698Z | Compiling openssl v0.10.73 |
1449 | 2025-07-15T20:12:25.698Z | Compiling time-core v0.1.2 |
1450 | 2025-07-15T20:12:25.813Z | Compiling untrusted v0.9.0 |
1451 | 2025-07-15T20:12:25.835Z | Compiling atomic-waker v1.1.2 |
1452 | 2025-07-15T20:12:25.876Z | Compiling powerfmt v0.2.0 |
1453 | 2025-07-15T20:12:25.910Z | Compiling schemars v0.8.22 |
1454 | 2025-07-15T20:12:26.008Z | Compiling try-lock v0.2.5 |
1455 | 2025-07-15T20:12:26.169Z | Compiling deranged v0.3.11 |
1456 | 2025-07-15T20:12:26.188Z | Compiling want v0.3.1 |
1457 | 2025-07-15T20:12:26.265Z | Compiling time-macros v0.2.18 |
1458 | 2025-07-15T20:12:26.312Z | Compiling foreign-types v0.3.2 |
1459 | 2025-07-15T20:12:26.337Z | Compiling schemars_derive v0.8.22 |
1460 | 2025-07-15T20:12:26.422Z | Compiling miniz_oxide v0.8.5 |
1461 | 2025-07-15T20:12:26.458Z | Compiling pest_derive v2.7.14 |
1462 | 2025-07-15T20:12:28.180Z | Compiling goblin v0.8.2 |
1463 | 2025-07-15T20:12:28.657Z | Compiling tokio-util v0.7.15 |
1464 | 2025-07-15T20:12:29.842Z | Compiling h2 v0.4.6 |
1465 | 2025-07-15T20:12:30.019Z | Compiling rand_chacha v0.9.0 |
1466 | 2025-07-15T20:12:30.145Z | Compiling ipnet v2.11.0 |
1467 | 2025-07-15T20:12:31.265Z | Compiling openssl-macros v0.1.1 |
1468 | 2025-07-15T20:12:31.450Z | Compiling httpdate v1.0.3 |
1469 | 2025-07-15T20:12:31.857Z | Compiling syn v1.0.109 |
1470 | 2025-07-15T20:12:31.971Z | Compiling native-tls v0.2.12 |
1471 | 2025-07-15T20:12:32.037Z | Compiling rustls v0.23.19 |
1472 | 2025-07-15T20:12:32.343Z | Compiling dyn-clone v1.0.19 |
1473 | 2025-07-15T20:12:32.343Z | Compiling num_threads v0.1.7 |
1474 | 2025-07-15T20:12:32.525Z | Compiling time v0.3.36 |
1475 | 2025-07-15T20:12:33.040Z | Compiling dof v0.3.0 |
1476 | 2025-07-15T20:12:34.789Z | Compiling rand v0.9.1 |
1477 | 2025-07-15T20:12:35.834Z | Compiling dtrace-parser v0.2.0 |
1478 | 2025-07-15T20:12:36.240Z | Compiling unicode-normalization v0.1.24 |
1479 | 2025-07-15T20:12:36.494Z | Compiling heapless v0.7.17 |
1480 | 2025-07-15T20:12:36.888Z | Compiling hyper v1.6.0 |
1481 | 2025-07-15T20:12:36.939Z | Compiling signature v2.2.0 |
1482 | 2025-07-15T20:12:37.217Z | Compiling crossbeam-epoch v0.9.18 |
1483 | 2025-07-15T20:12:37.244Z | Compiling cookie v0.18.1 |
1484 | 2025-07-15T20:12:37.568Z | Compiling crc32fast v1.4.2 |
1485 | 2025-07-15T20:12:37.598Z | Compiling siphasher v0.3.11 |
1486 | 2025-07-15T20:12:37.861Z | Compiling signal-hook v0.3.17 |
1487 | 2025-07-15T20:12:37.905Z | Compiling rayon-core v1.12.1 |
1488 | 2025-07-15T20:12:37.969Z | Compiling zlib-rs v0.5.1 |
1489 | 2025-07-15T20:12:38.162Z | Compiling zstd-safe v7.2.3 |
1490 | 2025-07-15T20:12:38.207Z | Compiling slog v2.7.0 |
1491 | 2025-07-15T20:12:38.487Z | Compiling unicode-properties v0.1.3 |
1492 | 2025-07-15T20:12:38.699Z | Compiling unicode-bidi v0.3.17 |
1493 | 2025-07-15T20:12:39.013Z | Compiling hyper-util v0.1.14 |
1494 | 2025-07-15T20:12:39.632Z | Compiling stringprep v0.1.5 |
1495 | 2025-07-15T20:12:39.855Z | Compiling phf_shared v0.11.2 |
1496 | 2025-07-15T20:12:40.028Z | Compiling crossbeam-deque v0.8.5 |
1497 | 2025-07-15T20:12:40.198Z | Compiling usdt-impl v0.5.0 |
1498 | 2025-07-15T20:12:40.370Z | Compiling curve25519-dalek v4.1.3 |
1499 | 2025-07-15T20:12:40.569Z | Compiling toml_datetime v0.6.11 |
1500 | 2025-07-15T20:12:41.008Z | Compiling serde_spanned v0.6.9 |
1501 | 2025-07-15T20:12:41.074Z | Compiling serde_tokenstream v0.2.2 |
1502 | 2025-07-15T20:12:41.267Z | Compiling rand_chacha v0.3.1 |
1503 | 2025-07-15T20:12:41.433Z | Compiling md-5 v0.10.6 |
1504 | 2025-07-15T20:12:41.620Z | Compiling num-integer v0.1.46 |
1505 | 2025-07-15T20:12:41.731Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-07-15T20:12:41.884Z | Compiling ff v0.13.0 |
1507 | 2025-07-15T20:12:42.130Z | Compiling hash32 v0.2.1 |
1508 | 2025-07-15T20:12:42.232Z | Compiling memoffset v0.9.1 |
1509 | 2025-07-15T20:12:42.279Z | Compiling fallible-iterator v0.2.0 |
1510 | 2025-07-15T20:12:42.482Z | Compiling litrs v0.4.1 |
1511 | 2025-07-15T20:12:42.520Z | Compiling smoltcp v0.9.1 |
1512 | 2025-07-15T20:12:42.549Z | Compiling psl-types v2.0.11 |
1513 | 2025-07-15T20:12:42.759Z | Compiling base16ct v0.2.0 |
1514 | 2025-07-15T20:12:42.924Z | Compiling num-bigint-dig v0.8.4 |
1515 | 2025-07-15T20:12:43.084Z | Compiling gimli v0.31.1 |
1516 | 2025-07-15T20:12:43.151Z | Compiling cfg_aliases v0.2.1 |
1517 | 2025-07-15T20:12:43.253Z | Compiling tower-layer v0.3.3 |
1518 | 2025-07-15T20:12:43.272Z | Compiling newtype-uuid v1.2.4 |
1519 | 2025-07-15T20:12:43.408Z | Compiling nix v0.29.0 |
1520 | 2025-07-15T20:12:43.525Z | Compiling document-features v0.2.10 |
1521 | 2025-07-15T20:12:43.547Z | Compiling tower v0.5.2 |
1522 | 2025-07-15T20:12:43.672Z | Compiling sec1 v0.7.3 |
1523 | 2025-07-15T20:12:44.212Z | Compiling libz-rs-sys v0.5.1 |
1524 | 2025-07-15T20:12:44.266Z | Compiling postgres-protocol v0.6.8 |
1525 | 2025-07-15T20:12:44.367Z | Compiling publicsuffix v2.3.0 |
1526 | 2025-07-15T20:12:44.506Z | Compiling flate2 v1.1.2 |
1527 | 2025-07-15T20:12:44.925Z | Compiling group v0.13.0 |
1528 | 2025-07-15T20:12:45.210Z | Compiling num-iter v0.1.45 |
1529 | 2025-07-15T20:12:45.260Z | Compiling rand v0.8.5 |
1530 | 2025-07-15T20:12:45.688Z | Compiling tokio-native-tls v0.3.1 |
1531 | 2025-07-15T20:12:46.291Z | Compiling ipnetwork v0.21.1 |
1532 | 2025-07-15T20:12:46.325Z | Compiling strum_macros v0.27.1 |
1533 | 2025-07-15T20:12:46.669Z | Compiling rustls-native-certs v0.8.1 |
1534 | 2025-07-15T20:12:46.860Z | Compiling webpki-roots v1.0.1 |
1535 | 2025-07-15T20:12:47.082Z | Compiling addr2line v0.24.2 |
1536 | 2025-07-15T20:12:47.120Z | Compiling terminal_size v0.4.0 |
1537 | 2025-07-15T20:12:47.207Z | Compiling http-body-util v0.1.3 |
1538 | 2025-07-15T20:12:47.237Z | Compiling hkdf v0.12.4 |
1539 | 2025-07-15T20:12:47.346Z | Compiling crypto-bigint v0.5.5 |
1540 | 2025-07-15T20:12:47.527Z | Compiling thiserror-impl v2.0.12 |
1541 | 2025-07-15T20:12:47.607Z | Compiling async-trait v0.1.88 |
1542 | 2025-07-15T20:12:47.671Z | Compiling curve25519-dalek-derive v0.1.1 |
1543 | 2025-07-15T20:12:47.730Z | Compiling ahash v0.8.11 |
1544 | 2025-07-15T20:12:48.087Z | Compiling object v0.36.5 |
1545 | 2025-07-15T20:12:49.026Z | Compiling fs-err v3.1.1 |
1546 | 2025-07-15T20:12:49.368Z | Compiling rustc-demangle v0.1.24 |
1547 | 2025-07-15T20:12:50.038Z | Compiling bitflags v1.3.2 |
1548 | 2025-07-15T20:12:50.164Z | Compiling simd-adler32 v0.3.7 |
1549 | 2025-07-15T20:12:50.189Z | Compiling anyhow v1.0.98 |
1550 | 2025-07-15T20:12:50.588Z | Compiling bumpalo v3.16.0 |
1551 | 2025-07-15T20:12:50.647Z | Compiling lockfree-object-pool v0.1.6 |
1552 | 2025-07-15T20:12:50.798Z | Compiling iri-string v0.7.8 |
1553 | 2025-07-15T20:12:50.915Z | Compiling buf-list v1.0.3 |
1554 | 2025-07-15T20:12:51.100Z | Compiling managed v0.8.0 |
1555 | 2025-07-15T20:12:51.155Z | Compiling winnow v0.5.40 |
1556 | 2025-07-15T20:12:51.599Z | Compiling hubpack_derive v0.1.1 |
1557 | 2025-07-15T20:12:51.610Z | Compiling strum v0.27.1 |
1558 | 2025-07-15T20:12:51.811Z | Compiling zopfli v0.8.1 |
1559 | 2025-07-15T20:12:52.460Z | Compiling hubpack v0.1.2 |
1560 | 2025-07-15T20:12:52.881Z | Compiling console v0.15.10 |
1561 | 2025-07-15T20:12:53.299Z | Compiling clap_builder v4.5.40 |
1562 | 2025-07-15T20:12:53.321Z | Compiling thiserror v2.0.12 |
1563 | 2025-07-15T20:12:53.492Z | Compiling elliptic-curve v0.13.8 |
1564 | 2025-07-15T20:12:53.674Z | Compiling tower-http v0.6.6 |
1565 | 2025-07-15T20:12:54.353Z | Compiling toml_edit v0.19.15 |
1566 | 2025-07-15T20:12:54.478Z | Compiling backtrace v0.3.74 |
1567 | 2025-07-15T20:12:54.524Z | Compiling hyper-tls v0.6.0 |
1568 | 2025-07-15T20:12:54.544Z | Compiling oxnet v0.1.2 |
1569 | 2025-07-15T20:12:55.033Z | Compiling rayon v1.10.0 |
1570 | 2025-07-15T20:12:55.309Z | Compiling cookie_store v0.21.1 |
1571 | 2025-07-15T20:12:56.688Z | Compiling signal-hook-mio v0.2.4 |
1572 | 2025-07-15T20:12:56.865Z | Compiling zstd v0.13.3 |
1573 | 2025-07-15T20:12:57.263Z | Compiling postgres-types v0.2.9 |
1574 | 2025-07-15T20:12:57.929Z | Compiling usdt-attr-macro v0.5.0 |
1575 | 2025-07-15T20:12:58.486Z | Compiling usdt-macro v0.5.0 |
1576 | 2025-07-15T20:12:59.186Z | Compiling phf v0.11.2 |
1577 | 2025-07-15T20:12:59.467Z | Compiling ed25519 v2.2.3 |
1578 | 2025-07-15T20:12:59.494Z | Compiling bzip2 v0.4.4 |
1579 | 2025-07-15T20:12:59.844Z | Compiling bzip2 v0.5.2 |
1580 | 2025-07-15T20:12:59.912Z | Compiling strum_macros v0.26.4 |
1581 | 2025-07-15T20:13:00.227Z | Compiling pkcs1 v0.7.5 |
1582 | 2025-07-15T20:13:00.787Z | Compiling serde_urlencoded v0.7.1 |
1583 | 2025-07-15T20:13:00.815Z | Compiling serde-big-array v0.5.1 |
1584 | 2025-07-15T20:13:01.058Z | Compiling rfc6979 v0.4.0 |
1585 | 2025-07-15T20:13:01.129Z | Compiling enum-as-inner v0.6.1 |
1586 | 2025-07-15T20:13:01.218Z | Compiling daft-derive v0.1.4 |
1587 | 2025-07-15T20:13:01.252Z | Compiling clap_derive v4.5.40 |
1588 | 2025-07-15T20:13:01.283Z | Compiling serde_repr v0.1.19 |
1589 | 2025-07-15T20:13:01.399Z | Compiling bstr v1.10.0 |
1590 | 2025-07-15T20:13:02.136Z | Compiling float-cmp v0.10.0 |
1591 | 2025-07-15T20:13:02.353Z | Compiling encoding_rs v0.8.34 |
1592 | 2025-07-15T20:13:02.393Z | Compiling fixedbitset v0.4.2 |
1593 | 2025-07-15T20:13:02.787Z | Compiling number_prefix v0.4.0 |
1594 | 2025-07-15T20:13:02.831Z | Compiling data-encoding v2.9.0 |
1595 | 2025-07-15T20:13:02.834Z | Compiling whoami v1.5.2 |
1596 | 2025-07-15T20:13:03.017Z | Compiling normalize-line-endings v0.3.0 |
1597 | 2025-07-15T20:13:03.175Z | Compiling static_assertions v1.1.0 |
1598 | 2025-07-15T20:13:03.296Z | Compiling new_debug_unreachable v1.0.6 |
1599 | 2025-07-15T20:13:03.356Z | Compiling predicates-core v1.0.8 |
1600 | 2025-07-15T20:13:03.417Z | Compiling difflib v0.4.0 |
1601 | 2025-07-15T20:13:03.683Z | Compiling mime v0.3.17 |
1602 | 2025-07-15T20:13:04.250Z | Compiling precomputed-hash v0.1.1 |
1603 | 2025-07-15T20:13:04.294Z | Compiling unicode-segmentation v1.12.0 |
1604 | 2025-07-15T20:13:04.397Z | Compiling string_cache v0.8.9 |
1605 | 2025-07-15T20:13:04.629Z | Compiling strum v0.26.3 |
1606 | 2025-07-15T20:13:04.666Z | Compiling predicates v3.1.3 |
1607 | 2025-07-15T20:13:04.838Z | Compiling toml_edit v0.22.27 |
1608 | 2025-07-15T20:13:04.842Z | Compiling hickory-proto v0.25.2 |
1609 | 2025-07-15T20:13:05.147Z | Compiling similar v2.7.0 |
1610 | 2025-07-15T20:13:05.577Z | Compiling clap v4.5.40 |
1611 | 2025-07-15T20:13:05.711Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1612 | 2025-07-15T20:13:05.991Z | Compiling tokio-postgres v0.7.13 |
1613 | 2025-07-15T20:13:06.064Z | Compiling indicatif v0.17.11 |
1614 | 2025-07-15T20:13:07.137Z | Compiling daft v0.1.4 |
1615 | 2025-07-15T20:13:07.699Z | Compiling petgraph v0.6.5 |
1616 | 2025-07-15T20:13:07.814Z | Compiling usdt v0.5.0 |
1617 | 2025-07-15T20:13:08.006Z | Compiling ecdsa v0.16.9 |
1618 | 2025-07-15T20:13:08.279Z | Compiling rsa v0.9.6 |
1619 | 2025-07-15T20:13:08.844Z | Compiling zip v4.2.0 |
1620 | 2025-07-15T20:13:10.975Z | Compiling zip v0.6.6 |
1621 | 2025-07-15T20:13:11.219Z | Compiling ed25519-dalek v2.1.1 |
1622 | 2025-07-15T20:13:11.647Z | Compiling toml v0.7.8 |
1623 | 2025-07-15T20:13:12.211Z | Compiling crossterm v0.28.1 |
1624 | 2025-07-15T20:13:13.130Z | Compiling tokio-stream v0.1.17 |
1625 | 2025-07-15T20:13:13.250Z | Compiling openapiv3 v2.2.0 |
1626 | 2025-07-15T20:13:13.602Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1627 | 2025-07-15T20:13:13.873Z | Compiling x509-cert v0.2.5 |
1628 | 2025-07-15T20:13:14.064Z | Compiling sha1 v0.10.6 |
1629 | 2025-07-15T20:13:14.121Z | Compiling itertools v0.10.5 |
1630 | 2025-07-15T20:13:14.512Z | Compiling dirs-sys-next v0.1.2 |
1631 | 2025-07-15T20:13:15.062Z | Compiling winnow v0.6.26 |
1632 | 2025-07-15T20:13:15.808Z | Compiling peg-runtime v0.8.5 |
1633 | 2025-07-15T20:13:15.857Z | Compiling rustc-hash v2.1.1 |
1634 | 2025-07-15T20:13:15.879Z | Compiling lalrpop-util v0.19.12 |
1635 | 2025-07-15T20:13:15.956Z | Compiling dirs-next v2.0.0 |
1636 | 2025-07-15T20:13:16.169Z | Compiling thread_local v1.1.8 |
1637 | 2025-07-15T20:13:16.204Z | Compiling slog-async v2.8.0 |
1638 | 2025-07-15T20:13:16.227Z | Compiling term v0.7.0 |
1639 | 2025-07-15T20:13:16.635Z | Compiling xattr v1.3.1 |
1640 | 2025-07-15T20:13:16.661Z | Compiling futures-executor v0.3.31 |
1641 | 2025-07-15T20:13:16.818Z | Compiling crossbeam-channel v0.5.15 |
1642 | 2025-07-15T20:13:16.909Z | Compiling filetime v0.2.25 |
1643 | 2025-07-15T20:13:17.104Z | Compiling is-terminal v0.4.13 |
1644 | 2025-07-15T20:13:17.159Z | Compiling take_mut v0.2.2 |
1645 | 2025-07-15T20:13:17.215Z | Compiling tar v0.4.44 |
1646 | 2025-07-15T20:13:17.258Z | Compiling slog-term v2.9.1 |
1647 | 2025-07-15T20:13:17.355Z | Compiling futures v0.3.31 |
1648 | 2025-07-15T20:13:17.396Z | Compiling camino v1.1.10 |
1649 | 2025-07-15T20:13:22.809Z | Compiling aws-lc-sys v0.26.0 |
1650 | 2025-07-15T20:13:51.851Z | Compiling rustls-webpki v0.102.8 |
1651 | 2025-07-15T20:13:56.209Z | Compiling tokio-rustls v0.26.0 |
1652 | 2025-07-15T20:13:56.482Z | Compiling hyper-rustls v0.27.7 |
1653 | 2025-07-15T20:13:56.785Z | Compiling reqwest v0.12.22 |
1654 | 2025-07-15T20:14:00.195Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1655 | 2025-07-15T20:14:00.478Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1656 | 2025-07-15T20:14:05.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1657 | 2025-07-15T20:14:13.832Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1658 | 2025-07-15T20:14:13.832Z | Jul 15 20:14:04.422 INFO Starting download, target: Clickhouse |
1659 | 2025-07-15T20:14:13.832Z | Jul 15 20:14:04.422 INFO Starting download, target: Cockroach |
1660 | 2025-07-15T20:14:13.832Z | Jul 15 20:14:04.422 INFO Starting download, target: Console |
1661 | 2025-07-15T20:14:13.832Z | Jul 15 20:14:04.422 INFO Starting download, target: DendriteStub |
1662 | 2025-07-15T20:14:13.832Z | Jul 15 20:14:04.422 INFO Starting download, target: MaghemiteMgd |
1663 | 2025-07-15T20:14:13.832Z | Jul 15 20:14:04.422 INFO Starting download, target: TransceiverControl |
1664 | 2025-07-15T20:14:13.832Z | Jul 15 20:14:04.423 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1665 | 2025-07-15T20:14:13.833Z | Jul 15 20:14:04.423 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1666 | 2025-07-15T20:14:13.833Z | Jul 15 20:14:04.423 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1667 | 2025-07-15T20:14:13.833Z | Jul 15 20:14:04.423 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1668 | 2025-07-15T20:14:13.833Z | Jul 15 20:14:04.423 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1669 | 2025-07-15T20:14:13.833Z | Jul 15 20:14:04.423 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1670 | 2025-07-15T20:14:14.015Z | Jul 15 20:14:04.921 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1671 | 2025-07-15T20:14:14.015Z | Jul 15 20:14:05.272 INFO Download complete, target: Console |
1672 | 2025-07-15T20:14:14.015Z | Jul 15 20:14:06.175 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1673 | 2025-07-15T20:14:15.538Z | Jul 15 20:14:14.821 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1674 | 2025-07-15T20:14:15.931Z | Jul 15 20:14:15.150 INFO Download complete, target: TransceiverControl |
1675 | 2025-07-15T20:14:16.659Z | Jul 15 20:14:15.964 INFO Checking that binary works, target: Clickhouse |
1676 | 2025-07-15T20:14:16.778Z | Jul 15 20:14:16.086 INFO Download complete, target: Clickhouse |
1677 | 2025-07-15T20:14:19.706Z | Jul 15 20:14:18.822 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1678 | 2025-07-15T20:14:20.605Z | Jul 15 20:14:19.786 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1679 | 2025-07-15T20:14:22.256Z | Jul 15 20:14:21.446 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1680 | 2025-07-15T20:14:22.256Z | Jul 15 20:14:21.446 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1681 | 2025-07-15T20:14:22.399Z | Jul 15 20:14:21.577 INFO Download complete, target: DendriteStub |
1682 | 2025-07-15T20:14:23.513Z | Jul 15 20:14:22.826 INFO Download complete, target: MaghemiteMgd |
1683 | 2025-07-15T20:14:28.163Z | Jul 15 20:14:27.477 INFO Checking that binary works, target: Cockroach |
1684 | 2025-07-15T20:14:28.336Z | Jul 15 20:14:27.644 INFO Download complete, target: Cockroach |
1685 | 2025-07-15T20:14:28.354Z | All builder prerequisites installed successfully, and PATH looks valid |
1686 | 2025-07-15T20:14:28.367Z | |
1687 | 2025-07-15T20:14:28.367Z | real 4:55.038029789 |
1688 | 2025-07-15T20:14:28.367Z | user 16:06.446954257 |
1689 | 2025-07-15T20:14:28.367Z | sys 2:15.112885291 |
1690 | 2025-07-15T20:14:28.368Z | trap 0.559665494 |
1691 | 2025-07-15T20:14:28.368Z | tflt 0.901411768 |
1692 | 2025-07-15T20:14:28.368Z | dflt 1.209392133 |
1693 | 2025-07-15T20:14:28.368Z | kflt 0.028255821 |
1694 | 2025-07-15T20:14:28.368Z | lock 39:39.695191024 |
1695 | 2025-07-15T20:14:28.368Z | slp 58:57.078262221 |
1696 | 2025-07-15T20:14:28.368Z | lat 1:13.467118390 |
1697 | 2025-07-15T20:14:28.368Z | stop 2:52.002233991 |
1698 | 2025-07-15T20:14:28.368Z | + banner clippy |
1699 | 2025-07-15T20:14:28.369Z | |
1700 | 2025-07-15T20:14:28.369Z | #### # # ##### ##### # # |
1701 | 2025-07-15T20:14:28.369Z | # # # # # # # # # # |
1702 | 2025-07-15T20:14:28.369Z | # # # # # # # # |
1703 | 2025-07-15T20:14:28.369Z | # # # ##### ##### # |
1704 | 2025-07-15T20:14:28.369Z | # # # # # # # |
1705 | 2025-07-15T20:14:28.369Z | #### ###### # # # # |
1706 | 2025-07-15T20:14:28.369Z | |
1707 | 2025-07-15T20:14:28.369Z | + export CARGO_INCREMENTAL=0 |
1708 | 2025-07-15T20:14:28.370Z | + CARGO_INCREMENTAL=0 |
1709 | 2025-07-15T20:14:28.370Z | + ptime -m cargo xtask clippy |
1710 | 2025-07-15T20:14:29.036Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1711 | 2025-07-15T20:14:29.322Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1712 | 2025-07-15T20:14:32.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
1713 | 2025-07-15T20:14:32.363Z | Running `target/debug/xtask clippy` |
1714 | 2025-07-15T20:14:32.388Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1715 | 2025-07-15T20:14:33.181Z | Downloading crates ... |
1716 | 2025-07-15T20:14:33.501Z | Downloaded concurrent-queue v2.5.0 |
1717 | 2025-07-15T20:14:33.508Z | Downloaded approx v0.5.1 |
1718 | 2025-07-15T20:14:33.508Z | Downloaded anes v0.1.6 |
1719 | 2025-07-15T20:14:33.508Z | Downloaded criterion-plot v0.5.0 |
1720 | 2025-07-15T20:14:33.508Z | Downloaded cfg-expr v0.18.0 |
1721 | 2025-07-15T20:14:33.514Z | Downloaded criterion v0.6.0 |
1722 | 2025-07-15T20:14:33.522Z | Downloaded rand_distr v0.4.3 |
1723 | 2025-07-15T20:14:33.522Z | Downloaded event-listener v5.3.1 |
1724 | 2025-07-15T20:14:33.523Z | Downloaded target-spec v3.4.2 |
1725 | 2025-07-15T20:14:33.528Z | Downloaded datatest-stable v0.3.2 |
1726 | 2025-07-15T20:14:33.529Z | Downloaded doc-comment v0.3.3 |
1727 | 2025-07-15T20:14:33.529Z | Downloaded async-process v2.3.0 |
1728 | 2025-07-15T20:14:33.529Z | Downloaded proc-macro-crate v3.2.0 |
1729 | 2025-07-15T20:14:33.534Z | Downloaded oorandom v11.1.4 |
1730 | 2025-07-15T20:14:33.534Z | Downloaded futures-timer v3.0.3 |
1731 | 2025-07-15T20:14:33.534Z | Downloaded parking v2.2.1 |
1732 | 2025-07-15T20:14:33.534Z | Downloaded nested v0.1.1 |
1733 | 2025-07-15T20:14:33.535Z | Downloaded async-executor v1.13.1 |
1734 | 2025-07-15T20:14:33.539Z | Downloaded async-channel v1.9.0 |
1735 | 2025-07-15T20:14:33.539Z | Downloaded futures-lite v2.3.0 |
1736 | 2025-07-15T20:14:33.539Z | Downloaded escape8259 v0.5.3 |
1737 | 2025-07-15T20:14:33.539Z | Downloaded async-lock v3.4.0 |
1738 | 2025-07-15T20:14:33.544Z | Downloaded tinytemplate v1.2.1 |
1739 | 2025-07-15T20:14:33.544Z | Downloaded relative-path v1.9.3 |
1740 | 2025-07-15T20:14:33.545Z | Downloaded blocking v1.6.1 |
1741 | 2025-07-15T20:14:33.549Z | Downloaded cast v0.3.0 |
1742 | 2025-07-15T20:14:33.549Z | Downloaded assert-json-diff v2.0.2 |
1743 | 2025-07-15T20:14:33.550Z | Downloaded pathdiff v0.2.3 |
1744 | 2025-07-15T20:14:33.550Z | Downloaded event-listener v2.5.3 |
1745 | 2025-07-15T20:14:33.554Z | Downloaded async-global-executor v2.4.1 |
1746 | 2025-07-15T20:14:33.555Z | Downloaded async-io v2.3.4 |
1747 | 2025-07-15T20:14:33.555Z | Downloaded plotters-backend v0.3.7 |
1748 | 2025-07-15T20:14:33.559Z | Downloaded similar-asserts v1.7.0 |
1749 | 2025-07-15T20:14:33.559Z | Downloaded plotters-svg v0.3.7 |
1750 | 2025-07-15T20:14:33.559Z | Downloaded blake2b_simd v1.0.2 |
1751 | 2025-07-15T20:14:33.566Z | Downloaded async-object-pool v0.1.5 |
1752 | 2025-07-15T20:14:33.566Z | Downloaded guppy-workspace-hack v0.1.0 |
1753 | 2025-07-15T20:14:33.572Z | Downloaded target-triple v0.1.3 |
1754 | 2025-07-15T20:14:33.572Z | Downloaded serde_regex v1.1.0 |
1755 | 2025-07-15T20:14:33.577Z | Downloaded kv-log-macro v1.0.7 |
1756 | 2025-07-15T20:14:33.578Z | Downloaded async-attributes v1.1.2 |
1757 | 2025-07-15T20:14:33.583Z | Downloaded event-listener-strategy v0.5.2 |
1758 | 2025-07-15T20:14:33.583Z | Downloaded stringmetrics v2.2.2 |
1759 | 2025-07-15T20:14:33.583Z | Downloaded piper v0.2.4 |
1760 | 2025-07-15T20:14:33.588Z | Downloaded rust-argon2 v2.1.0 |
1761 | 2025-07-15T20:14:33.588Z | Downloaded async-task v4.7.1 |
1762 | 2025-07-15T20:14:33.589Z | Downloaded target-lexicon v0.13.2 |
1763 | 2025-07-15T20:14:33.594Z | Downloaded assert_cmd v2.0.17 |
1764 | 2025-07-15T20:14:33.594Z | Downloaded path-tree v0.8.1 |
1765 | 2025-07-15T20:14:33.594Z | Downloaded httptest v0.16.3 |
1766 | 2025-07-15T20:14:33.598Z | Downloaded async-channel v2.3.1 |
1767 | 2025-07-15T20:14:33.599Z | Downloaded trybuild v1.0.105 |
1768 | 2025-07-15T20:14:33.599Z | Downloaded libtest-mimic v0.8.1 |
1769 | 2025-07-15T20:14:33.603Z | Downloaded rstest v0.25.0 |
1770 | 2025-07-15T20:14:33.609Z | Downloaded rstest_macros v0.25.0 |
1771 | 2025-07-15T20:14:33.614Z | Downloaded fancy-regex v0.14.0 |
1772 | 2025-07-15T20:14:33.614Z | Downloaded polling v3.7.3 |
1773 | 2025-07-15T20:14:33.614Z | Downloaded partial-io v0.5.4 |
1774 | 2025-07-15T20:14:33.618Z | Downloaded async-signal v0.2.10 |
1775 | 2025-07-15T20:14:33.624Z | Downloaded guppy v0.17.19 |
1776 | 2025-07-15T20:14:33.628Z | Downloaded plotters v0.3.7 |
1777 | 2025-07-15T20:14:33.634Z | Downloaded async-std v1.13.0 |
1778 | 2025-07-15T20:14:33.695Z | Downloaded petgraph v0.7.1 |
1779 | 2025-07-15T20:14:33.732Z | Downloaded httpmock v0.8.0-alpha.1 |
1780 | 2025-07-15T20:14:35.465Z | Checking cfg-if v1.0.1 |
1781 | 2025-07-15T20:14:35.832Z | Checking libc v0.2.174 |
1782 | 2025-07-15T20:14:35.868Z | Checking serde v1.0.219 |
1783 | 2025-07-15T20:14:35.906Z | Checking memchr v2.7.4 |
1784 | 2025-07-15T20:14:35.944Z | Checking smallvec v1.15.0 |
1785 | 2025-07-15T20:14:35.993Z | Checking value-bag v1.9.0 |
1786 | 2025-07-15T20:14:36.043Z | Checking itoa v1.0.11 |
1787 | 2025-07-15T20:14:36.100Z | Checking scopeguard v1.2.0 |
1788 | 2025-07-15T20:14:36.156Z | Checking zeroize v1.8.1 |
1789 | 2025-07-15T20:14:36.283Z | Checking libm v0.2.8 |
1790 | 2025-07-15T20:14:36.335Z | Checking pin-project-lite v0.2.14 |
1791 | 2025-07-15T20:14:36.339Z | Checking lock_api v0.4.12 |
1792 | 2025-07-15T20:14:36.430Z | Checking log v0.4.27 |
1793 | 2025-07-15T20:14:36.482Z | Checking stable_deref_trait v1.2.0 |
1794 | 2025-07-15T20:14:36.555Z | Checking ryu v1.0.18 |
1795 | 2025-07-15T20:14:36.645Z | Checking zerofrom v0.1.4 |
1796 | 2025-07-15T20:14:36.697Z | Checking portable-atomic v1.11.0 |
1797 | 2025-07-15T20:14:36.749Z | Checking percent-encoding v2.3.1 |
1798 | 2025-07-15T20:14:36.797Z | Checking getrandom v0.2.15 |
1799 | 2025-07-15T20:14:36.845Z | Checking parking_lot_core v0.9.10 |
1800 | 2025-07-15T20:14:36.901Z | Checking yoke v0.7.4 |
1801 | 2025-07-15T20:14:36.956Z | Checking byteorder v1.5.0 |
1802 | 2025-07-15T20:14:37.017Z | Checking subtle v2.6.1 |
1803 | 2025-07-15T20:14:37.071Z | Checking rand_core v0.6.4 |
1804 | 2025-07-15T20:14:37.172Z | Checking num-traits v0.2.19 |
1805 | 2025-07-15T20:14:37.222Z | Checking critical-section v1.1.3 |
1806 | 2025-07-15T20:14:37.285Z | Checking zerovec v0.10.4 |
1807 | 2025-07-15T20:14:37.337Z | Checking writeable v0.5.5 |
1808 | 2025-07-15T20:14:37.391Z | Checking litemap v0.7.3 |
1809 | 2025-07-15T20:14:37.442Z | Checking parking_lot v0.12.3 |
1810 | 2025-07-15T20:14:37.446Z | Checking signal-hook-registry v1.4.2 |
1811 | 2025-07-15T20:14:37.704Z | Checking icu_locid_transform_data v1.5.0 |
1812 | 2025-07-15T20:14:37.757Z | Checking once_cell v1.21.3 |
1813 | 2025-07-15T20:14:37.802Z | Checking icu_properties_data v1.5.0 |
1814 | 2025-07-15T20:14:37.853Z | Checking getrandom v0.3.1 |
1815 | 2025-07-15T20:14:37.897Z | Checking icu_normalizer_data v1.5.0 |
1816 | 2025-07-15T20:14:37.901Z | Checking utf8_iter v1.0.4 |
1817 | 2025-07-15T20:14:38.064Z | Checking write16 v1.0.0 |
1818 | 2025-07-15T20:14:38.116Z | Checking utf16_iter v1.0.5 |
1819 | 2025-07-15T20:14:38.168Z | Checking form_urlencoded v1.2.1 |
1820 | 2025-07-15T20:14:38.168Z | Checking mio v1.0.2 |
1821 | 2025-07-15T20:14:38.263Z | Checking futures-core v0.3.31 |
1822 | 2025-07-15T20:14:38.307Z | Checking typenum v1.17.0 |
1823 | 2025-07-15T20:14:38.383Z | Checking socket2 v0.5.10 |
1824 | 2025-07-15T20:14:38.436Z | Checking foldhash v0.1.5 |
1825 | 2025-07-15T20:14:38.508Z | Checking equivalent v1.0.2 |
1826 | 2025-07-15T20:14:38.675Z | Checking allocator-api2 v0.2.21 |
1827 | 2025-07-15T20:14:38.739Z | Checking thiserror v1.0.69 |
1828 | 2025-07-15T20:14:38.780Z | Checking tinystr v0.7.6 |
1829 | 2025-07-15T20:14:38.797Z | Checking icu_collections v1.5.0 |
1830 | 2025-07-15T20:14:38.892Z | Checking zerocopy v0.7.35 |
1831 | 2025-07-15T20:14:38.947Z | Checking slab v0.4.9 |
1832 | 2025-07-15T20:14:38.954Z | Checking futures-io v0.3.31 |
1833 | 2025-07-15T20:14:39.142Z | Checking icu_locid v1.5.0 |
1834 | 2025-07-15T20:14:39.227Z | Checking hashbrown v0.15.4 |
1835 | 2025-07-15T20:14:39.279Z | Checking iana-time-zone v0.1.63 |
1836 | 2025-07-15T20:14:39.348Z | Checking const-oid v0.9.6 |
1837 | 2025-07-15T20:14:39.390Z | Checking generic-array v0.14.7 |
1838 | 2025-07-15T20:14:39.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1839 | 2025-07-15T20:14:39.524Z | Checking futures-sink v0.3.31 |
1840 | 2025-07-15T20:14:39.766Z | Checking errno v0.3.12 |
1841 | 2025-07-15T20:14:39.951Z | Checking fnv v1.0.7 |
1842 | 2025-07-15T20:14:39.993Z | Checking cpufeatures v0.2.14 |
1843 | 2025-07-15T20:14:40.075Z | Checking pin-utils v0.1.0 |
1844 | 2025-07-15T20:14:40.127Z | Checking dyn-clone v1.0.19 |
1845 | 2025-07-15T20:14:40.171Z | Checking icu_provider v1.5.0 |
1846 | 2025-07-15T20:14:40.214Z | Checking bytes v1.10.1 |
1847 | 2025-07-15T20:14:40.218Z | Checking bitflags v2.9.1 |
1848 | 2025-07-15T20:14:40.296Z | Checking serde_json v1.0.140 |
1849 | 2025-07-15T20:14:40.339Z | Checking chrono v0.4.41 |
1850 | 2025-07-15T20:14:40.384Z | Checking uuid v1.17.0 |
1851 | 2025-07-15T20:14:40.427Z | Checking crypto-common v0.1.6 |
1852 | 2025-07-15T20:14:40.535Z | Checking semver v1.0.26 |
1853 | 2025-07-15T20:14:40.690Z | Checking block-buffer v0.10.4 |
1854 | 2025-07-15T20:14:40.801Z | Checking icu_locid_transform v1.5.0 |
1855 | 2025-07-15T20:14:40.982Z | Checking indexmap v2.10.0 |
1856 | 2025-07-15T20:14:41.034Z | Checking futures-channel v0.3.31 |
1857 | 2025-07-15T20:14:41.086Z | Checking futures-task v0.3.31 |
1858 | 2025-07-15T20:14:41.181Z | Checking digest v0.10.7 |
1859 | 2025-07-15T20:14:41.262Z | Checking tokio v1.45.1 |
1860 | 2025-07-15T20:14:41.350Z | Checking ppv-lite86 v0.2.20 |
1861 | 2025-07-15T20:14:41.448Z | Checking futures-util v0.3.31 |
1862 | 2025-07-15T20:14:41.602Z | Checking tracing-core v0.1.32 |
1863 | 2025-07-15T20:14:41.794Z | Checking icu_properties v1.5.1 |
1864 | 2025-07-15T20:14:41.854Z | Checking rustix v0.38.37 |
1865 | 2025-07-15T20:14:42.067Z | Checking http v1.3.1 |
1866 | 2025-07-15T20:14:42.189Z | Checking regex-syntax v0.8.5 |
1867 | 2025-07-15T20:14:42.299Z | Checking tracing v0.1.40 |
1868 | 2025-07-15T20:14:42.351Z | Checking crossbeam-utils v0.8.21 |
1869 | 2025-07-15T20:14:42.686Z | Checking thiserror v2.0.12 |
1870 | 2025-07-15T20:14:42.880Z | Checking unicode-ident v1.0.18 |
1871 | 2025-07-15T20:14:43.131Z | Checking proc-macro2 v1.0.95 |
1872 | 2025-07-15T20:14:43.181Z | Checking block-padding v0.3.3 |
1873 | 2025-07-15T20:14:43.360Z | Checking aho-corasick v1.1.3 |
1874 | 2025-07-15T20:14:43.450Z | Checking inout v0.1.3 |
1875 | 2025-07-15T20:14:43.730Z | Checking cipher v0.4.4 |
1876 | 2025-07-15T20:14:43.852Z | Checking quote v1.0.40 |
1877 | 2025-07-15T20:14:44.199Z | Checking base64 v0.22.1 |
1878 | 2025-07-15T20:14:44.249Z | Checking syn v2.0.104 |
1879 | 2025-07-15T20:14:44.705Z | Checking ipnet v2.11.0 |
1880 | 2025-07-15T20:14:44.905Z | Checking spin v0.9.8 |
1881 | 2025-07-15T20:14:45.074Z | Checking powerfmt v0.2.0 |
1882 | 2025-07-15T20:14:45.126Z | Checking icu_normalizer v1.5.0 |
1883 | 2025-07-15T20:14:45.293Z | Checking adler2 v2.0.0 |
1884 | 2025-07-15T20:14:45.340Z | Checking atomic-waker v1.1.2 |
1885 | 2025-07-15T20:14:45.343Z | Checking regex-automata v0.4.8 |
1886 | 2025-07-15T20:14:45.433Z | Checking deranged v0.3.11 |
1887 | 2025-07-15T20:14:45.477Z | Checking miniz_oxide v0.8.5 |
1888 | 2025-07-15T20:14:45.527Z | Checking num_threads v0.1.7 |
1889 | 2025-07-15T20:14:45.706Z | Checking base64ct v1.6.0 |
1890 | 2025-07-15T20:14:45.895Z | Checking idna_adapter v1.2.0 |
1891 | 2025-07-15T20:14:45.948Z | Checking num-conv v0.1.0 |
1892 | 2025-07-15T20:14:46.156Z | Checking idna v1.0.3 |
1893 | 2025-07-15T20:14:46.219Z | Checking untrusted v0.9.0 |
1894 | 2025-07-15T20:14:46.264Z | Checking time-core v0.1.2 |
1895 | 2025-07-15T20:14:46.269Z | Checking rand_chacha v0.3.1 |
1896 | 2025-07-15T20:14:46.419Z | Checking ring v0.17.14 |
1897 | 2025-07-15T20:14:46.472Z | Checking hmac v0.12.1 |
1898 | 2025-07-15T20:14:46.700Z | Checking url v2.5.4 |
1899 | 2025-07-15T20:14:46.704Z | Checking time v0.3.36 |
1900 | 2025-07-15T20:14:46.801Z | Checking sha2 v0.10.9 |
1901 | 2025-07-15T20:14:46.816Z | Checking httparse v1.9.5 |
1902 | 2025-07-15T20:14:47.296Z | Checking rand v0.8.5 |
1903 | 2025-07-15T20:14:47.429Z | Checking rustls-pki-types v1.10.0 |
1904 | 2025-07-15T20:14:47.636Z | Checking schemars v0.8.22 |
1905 | 2025-07-15T20:14:47.998Z | Checking http-body v1.0.1 |
1906 | 2025-07-15T20:14:48.065Z | Checking tokio-util v0.7.15 |
1907 | 2025-07-15T20:14:48.272Z | Checking utf8parse v0.2.2 |
1908 | 2025-07-15T20:14:48.476Z | Checking pem-rfc7468 v0.7.0 |
1909 | 2025-07-15T20:14:48.549Z | Checking aws-lc-sys v0.26.0 |
1910 | 2025-07-15T20:14:48.604Z | Checking try-lock v0.2.5 |
1911 | 2025-07-15T20:14:48.799Z | Checking untrusted v0.7.1 |
1912 | 2025-07-15T20:14:48.851Z | Checking httpdate v1.0.3 |
1913 | 2025-07-15T20:14:49.036Z | Checking want v0.3.1 |
1914 | 2025-07-15T20:14:49.089Z | Checking zerocopy v0.8.26 |
1915 | 2025-07-15T20:14:49.145Z | Checking gimli v0.31.1 |
1916 | 2025-07-15T20:14:49.150Z | Checking h2 v0.4.6 |
1917 | 2025-07-15T20:14:49.238Z | Checking tower-service v0.3.3 |
1918 | 2025-07-15T20:14:49.285Z | Checking object v0.36.5 |
1919 | 2025-07-15T20:14:49.410Z | Checking anstyle v1.0.11 |
1920 | 2025-07-15T20:14:49.711Z | Checking flagset v0.4.6 |
1921 | 2025-07-15T20:14:49.766Z | Checking rustc-demangle v0.1.24 |
1922 | 2025-07-15T20:14:49.832Z | Checking pbkdf2 v0.12.2 |
1923 | 2025-07-15T20:14:49.941Z | Checking der v0.7.9 |
1924 | 2025-07-15T20:14:50.041Z | Checking lazy_static v1.5.0 |
1925 | 2025-07-15T20:14:50.227Z | Checking aes v0.8.4 |
1926 | 2025-07-15T20:14:50.280Z | Checking mime v0.3.17 |
1927 | 2025-07-15T20:14:50.655Z | Checking regex v1.11.1 |
1928 | 2025-07-15T20:14:50.699Z | Checking aws-lc-rs v1.12.4 |
1929 | 2025-07-15T20:14:51.202Z | Checking anstyle-parse v0.2.5 |
1930 | 2025-07-15T20:14:51.250Z | Checking cbc v0.1.2 |
1931 | 2025-07-15T20:14:51.511Z | Checking salsa20 v0.10.2 |
1932 | 2025-07-15T20:14:51.560Z | Checking slog v2.7.0 |
1933 | 2025-07-15T20:14:51.672Z | Checking spki v0.7.3 |
1934 | 2025-07-15T20:14:51.763Z | Checking openssl-probe v0.1.5 |
1935 | 2025-07-15T20:14:51.980Z | Checking foreign-types-shared v0.1.1 |
1936 | 2025-07-15T20:14:52.032Z | Checking colorchoice v1.0.2 |
1937 | 2025-07-15T20:14:52.076Z | Checking anstyle-query v1.1.1 |
1938 | 2025-07-15T20:14:52.153Z | Checking is_terminal_polyfill v1.70.1 |
1939 | 2025-07-15T20:14:52.209Z | Checking foreign-types v0.3.2 |
1940 | 2025-07-15T20:14:52.260Z | Checking scrypt v0.11.0 |
1941 | 2025-07-15T20:14:52.263Z | Checking http-body-util v0.1.3 |
1942 | 2025-07-15T20:14:52.354Z | Checking anstream v0.6.18 |
1943 | 2025-07-15T20:14:52.398Z | Checking terminal_size v0.4.0 |
1944 | 2025-07-15T20:14:52.448Z | Checking rustls-webpki v0.102.8 |
1945 | 2025-07-15T20:14:52.528Z | Checking openssl-sys v0.9.109 |
1946 | 2025-07-15T20:14:52.616Z | Checking pkcs5 v0.7.1 |
1947 | 2025-07-15T20:14:52.674Z | Checking addr2line v0.24.2 |
1948 | 2025-07-15T20:14:52.733Z | Checking toml_datetime v0.6.11 |
1949 | 2025-07-15T20:14:52.790Z | Checking serde_spanned v0.6.9 |
1950 | 2025-07-15T20:14:53.049Z | Checking strsim v0.11.1 |
1951 | 2025-07-15T20:14:53.130Z | Checking clap_lex v0.7.4 |
1952 | 2025-07-15T20:14:53.181Z | Checking pkcs8 v0.10.2 |
1953 | 2025-07-15T20:14:53.236Z | Checking rustls v0.23.19 |
1954 | 2025-07-15T20:14:53.287Z | Checking serde_urlencoded v0.7.1 |
1955 | 2025-07-15T20:14:53.393Z | Checking encoding_rs v0.8.34 |
1956 | 2025-07-15T20:14:53.445Z | Checking clap_builder v4.5.40 |
1957 | 2025-07-15T20:14:53.532Z | Checking either v1.15.0 |
1958 | 2025-07-15T20:14:53.713Z | Checking openssl v0.10.73 |
1959 | 2025-07-15T20:14:53.754Z | Checking sync_wrapper v1.0.1 |
1960 | 2025-07-15T20:14:53.916Z | Checking psl-types v2.0.11 |
1961 | 2025-07-15T20:14:53.964Z | Checking tower-layer v0.3.3 |
1962 | 2025-07-15T20:14:54.156Z | Checking publicsuffix v2.3.0 |
1963 | 2025-07-15T20:14:54.285Z | Checking tower v0.5.2 |
1964 | 2025-07-15T20:14:54.459Z | Checking rustls-native-certs v0.8.1 |
1965 | 2025-07-15T20:14:54.721Z | Checking cookie v0.18.1 |
1966 | 2025-07-15T20:14:55.045Z | Checking webpki-roots v1.0.1 |
1967 | 2025-07-15T20:14:55.099Z | Checking backtrace v0.3.74 |
1968 | 2025-07-15T20:14:55.188Z | Checking iri-string v0.7.8 |
1969 | 2025-07-15T20:14:55.246Z | Checking hyper v1.6.0 |
1970 | 2025-07-15T20:14:55.308Z | Checking cookie_store v0.21.1 |
1971 | 2025-07-15T20:14:55.618Z | Checking ipnetwork v0.21.1 |
1972 | 2025-07-15T20:14:55.720Z | Checking anyhow v1.0.98 |
1973 | 2025-07-15T20:14:56.015Z | Checking data-encoding v2.9.0 |
1974 | 2025-07-15T20:14:56.065Z | Checking rand_core v0.9.2 |
1975 | 2025-07-15T20:14:56.145Z | Checking tinyvec_macros v0.1.1 |
1976 | 2025-07-15T20:14:56.231Z | Checking clap v4.5.40 |
1977 | 2025-07-15T20:14:56.301Z | Checking tinyvec v1.8.0 |
1978 | 2025-07-15T20:14:56.391Z | Checking openapiv3 v2.2.0 |
1979 | 2025-07-15T20:14:56.444Z | Checking signature v2.2.0 |
1980 | 2025-07-15T20:14:56.637Z | Checking scroll v0.12.0 |
1981 | 2025-07-15T20:14:56.694Z | Checking ucd-trie v0.1.7 |
1982 | 2025-07-15T20:14:56.965Z | Checking unicode-width v0.2.0 |
1983 | 2025-07-15T20:14:57.150Z | Checking plain v0.2.3 |
1984 | 2025-07-15T20:14:57.200Z | Checking hyper-util v0.1.14 |
1985 | 2025-07-15T20:14:57.356Z | Checking goblin v0.8.2 |
1986 | 2025-07-15T20:14:57.482Z | Checking pest v2.7.14 |
1987 | 2025-07-15T20:14:57.589Z | Checking rand_chacha v0.9.0 |
1988 | 2025-07-15T20:14:57.657Z | Checking tower-http v0.6.6 |
1989 | 2025-07-15T20:14:58.044Z | Checking pretty-hex v0.4.1 |
1990 | 2025-07-15T20:14:58.254Z | Checking tokio-rustls v0.26.0 |
1991 | 2025-07-15T20:14:58.306Z | Checking rand v0.9.1 |
1992 | 2025-07-15T20:14:58.310Z | Checking thread-id v4.2.2 |
1993 | 2025-07-15T20:14:58.524Z | Checking toml_write v0.1.2 |
1994 | 2025-07-15T20:14:58.690Z | Checking winnow v0.7.10 |
1995 | 2025-07-15T20:14:58.744Z | Checking native-tls v0.2.12 |
1996 | 2025-07-15T20:14:58.881Z | Checking crossbeam-epoch v0.9.18 |
1997 | 2025-07-15T20:14:59.100Z | Checking tokio-native-tls v0.3.1 |
1998 | 2025-07-15T20:14:59.344Z | Checking sha1 v0.10.6 |
1999 | 2025-07-15T20:14:59.396Z | Checking num-integer v0.1.46 |
2000 | 2025-07-15T20:14:59.435Z | Checking memmap v0.7.0 |
2001 | 2025-07-15T20:14:59.440Z | Checking crc32fast v1.4.2 |
2002 | 2025-07-15T20:14:59.672Z | Checking static_assertions v1.1.0 |
2003 | 2025-07-15T20:14:59.724Z | Checking bstr v1.10.0 |
2004 | 2025-07-15T20:14:59.774Z | Checking base16ct v0.2.0 |
2005 | 2025-07-15T20:14:59.777Z | Checking hyper-tls v0.6.0 |
2006 | 2025-07-15T20:14:59.860Z | Checking hyper-rustls v0.27.7 |
2007 | 2025-07-15T20:14:59.921Z | Checking dtrace-parser v0.2.0 |
2008 | 2025-07-15T20:14:59.964Z | Checking oxnet v0.1.2 |
2009 | 2025-07-15T20:15:00.020Z | Checking sec1 v0.7.3 |
2010 | 2025-07-15T20:15:00.139Z | Checking ff v0.13.0 |
2011 | 2025-07-15T20:15:00.277Z | Checking reqwest v0.12.22 |
2012 | 2025-07-15T20:15:00.412Z | Checking zlib-rs v0.5.1 |
2013 | 2025-07-15T20:15:00.415Z | Checking group v0.13.0 |
2014 | 2025-07-15T20:15:00.415Z | Checking num-iter v0.1.45 |
2015 | 2025-07-15T20:15:00.531Z | Checking hkdf v0.12.4 |
2016 | 2025-07-15T20:15:00.578Z | Checking crypto-bigint v0.5.5 |
2017 | 2025-07-15T20:15:00.655Z | Checking hubpack v0.1.2 |
2018 | 2025-07-15T20:15:00.761Z | Checking unicode-segmentation v1.12.0 |
2019 | 2025-07-15T20:15:00.815Z | Checking bitflags v1.3.2 |
2020 | 2025-07-15T20:15:01.625Z | Checking crossbeam-deque v0.8.5 |
2021 | 2025-07-15T20:15:01.648Z | Checking strum v0.26.3 |
2022 | 2025-07-15T20:15:01.648Z | Checking winnow v0.5.40 |
2023 | 2025-07-15T20:15:01.648Z | Checking num-bigint-dig v0.8.4 |
2024 | 2025-07-15T20:15:01.648Z | Checking toml_edit v0.22.27 |
2025 | 2025-07-15T20:15:01.648Z | Checking pkcs1 v0.7.5 |
2026 | 2025-07-15T20:15:01.951Z | Checking dof v0.3.0 |
2027 | 2025-07-15T20:15:01.997Z | Checking bzip2-sys v0.1.13+1.0.8 |
2028 | 2025-07-15T20:15:02.042Z | Checking unicode-normalization v0.1.24 |
2029 | 2025-07-15T20:15:02.162Z | Checking newtype-uuid v1.2.4 |
2030 | 2025-07-15T20:15:02.221Z | Checking libz-rs-sys v0.5.1 |
2031 | 2025-07-15T20:15:02.461Z | Checking flate2 v1.1.2 |
2032 | 2025-07-15T20:15:02.518Z | Checking rfc6979 v0.4.0 |
2033 | 2025-07-15T20:15:02.579Z | Checking usdt-impl v0.5.0 |
2034 | 2025-07-15T20:15:02.745Z | Checking managed v0.8.0 |
2035 | 2025-07-15T20:15:02.931Z | Checking daft v0.1.4 |
2036 | 2025-07-15T20:15:03.155Z | Checking x509-cert v0.2.5 |
2037 | 2025-07-15T20:15:03.204Z | Checking curve25519-dalek v4.1.3 |
2038 | 2025-07-15T20:15:03.207Z | Checking usdt v0.5.0 |
2039 | 2025-07-15T20:15:03.294Z | Checking elliptic-curve v0.13.8 |
2040 | 2025-07-15T20:15:03.342Z | Checking rsa v0.9.6 |
2041 | 2025-07-15T20:15:03.392Z | Checking ahash v0.8.11 |
2042 | 2025-07-15T20:15:03.512Z | Checking memoffset v0.9.1 |
2043 | 2025-07-15T20:15:03.679Z | Checking signal-hook v0.3.17 |
2044 | 2025-07-15T20:15:03.918Z | Checking rayon-core v1.12.1 |
2045 | 2025-07-15T20:15:03.972Z | Checking toml_edit v0.19.15 |
2046 | 2025-07-15T20:15:03.977Z | Checking ecdsa v0.16.9 |
2047 | 2025-07-15T20:15:03.977Z | Checking ed25519 v2.2.3 |
2048 | 2025-07-15T20:15:04.103Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2049 | 2025-07-15T20:15:04.345Z | Checking siphasher v0.3.11 |
2050 | 2025-07-15T20:15:04.349Z | Checking zstd-safe v7.2.3 |
2051 | 2025-07-15T20:15:04.349Z | Checking signal-hook-mio v0.2.4 |
2052 | 2025-07-15T20:15:04.547Z | Checking bzip2 v0.4.4 |
2053 | 2025-07-15T20:15:04.601Z | Checking console v0.15.10 |
2054 | 2025-07-15T20:15:04.651Z | Checking bumpalo v3.16.0 |
2055 | 2025-07-15T20:15:04.699Z | Checking phf_shared v0.11.2 |
2056 | 2025-07-15T20:15:04.747Z | Checking lockfree-object-pool v0.1.6 |
2057 | 2025-07-15T20:15:04.792Z | Checking simd-adler32 v0.3.7 |
2058 | 2025-07-15T20:15:04.889Z | Checking unicode-xid v0.2.6 |
2059 | 2025-07-15T20:15:04.953Z | Checking ed25519-dalek v2.1.1 |
2060 | 2025-07-15T20:15:05.006Z | Checking zip v0.6.6 |
2061 | 2025-07-15T20:15:05.056Z | Checking zstd v0.13.3 |
2062 | 2025-07-15T20:15:05.059Z | Checking crossterm v0.28.1 |
2063 | 2025-07-15T20:15:05.137Z | Checking bzip2 v0.5.2 |
2064 | 2025-07-15T20:15:05.188Z | Checking itertools v0.10.5 |
2065 | 2025-07-15T20:15:05.234Z | Checking zopfli v0.8.1 |
2066 | 2025-07-15T20:15:05.399Z | Checking hash32 v0.2.1 |
2067 | 2025-07-15T20:15:05.450Z | Checking winnow v0.6.26 |
2068 | 2025-07-15T20:15:05.506Z | Checking predicates-core v1.0.8 |
2069 | 2025-07-15T20:15:05.639Z | Checking unicode-properties v0.1.3 |
2070 | 2025-07-15T20:15:05.734Z | Checking unicode-bidi v0.3.17 |
2071 | 2025-07-15T20:15:05.737Z | Checking heapless v0.7.17 |
2072 | 2025-07-15T20:15:05.970Z | Checking zip v4.2.0 |
2073 | 2025-07-15T20:15:06.036Z | Checking rayon v1.10.0 |
2074 | 2025-07-15T20:15:06.252Z | Checking toml v0.7.8 |
2075 | 2025-07-15T20:15:06.375Z | Checking stringprep v0.1.5 |
2076 | 2025-07-15T20:15:06.652Z | Checking nix v0.29.0 |
2077 | 2025-07-15T20:15:06.702Z | Checking similar v2.7.0 |
2078 | 2025-07-15T20:15:06.758Z | Checking hickory-proto v0.25.2 |
2079 | 2025-07-15T20:15:06.936Z | Checking tokio-stream v0.1.17 |
2080 | 2025-07-15T20:15:07.245Z | Checking md-5 v0.10.6 |
2081 | 2025-07-15T20:15:07.332Z | Checking float-cmp v0.10.0 |
2082 | 2025-07-15T20:15:07.501Z | Checking normalize-line-endings v0.3.0 |
2083 | 2025-07-15T20:15:07.564Z | Checking difflib v0.4.0 |
2084 | 2025-07-15T20:15:07.615Z | Checking fallible-iterator v0.2.0 |
2085 | 2025-07-15T20:15:07.682Z | Checking smoltcp v0.9.1 |
2086 | 2025-07-15T20:15:07.740Z | Checking phf v0.11.2 |
2087 | 2025-07-15T20:15:07.957Z | Checking predicates v3.1.3 |
2088 | 2025-07-15T20:15:08.053Z | Checking buf-list v1.0.3 |
2089 | 2025-07-15T20:15:08.099Z | Checking fs-err v3.1.1 |
2090 | 2025-07-15T20:15:08.103Z | Checking serde-big-array v0.5.1 |
2091 | 2025-07-15T20:15:08.260Z | Checking postgres-protocol v0.6.8 |
2092 | 2025-07-15T20:15:08.388Z | Checking strum v0.27.1 |
2093 | 2025-07-15T20:15:08.440Z | Checking number_prefix v0.4.0 |
2094 | 2025-07-15T20:15:08.589Z | Checking lalrpop-util v0.19.12 |
2095 | 2025-07-15T20:15:08.643Z | Checking new_debug_unreachable v1.0.6 |
2096 | 2025-07-15T20:15:08.690Z | Checking precomputed-hash v0.1.1 |
2097 | 2025-07-15T20:15:08.694Z | Checking fixedbitset v0.4.2 |
2098 | 2025-07-15T20:15:08.777Z | Checking itertools v0.12.1 |
2099 | 2025-07-15T20:15:08.849Z | Checking string_cache v0.8.9 |
2100 | 2025-07-15T20:15:08.925Z | Checking postgres-types v0.2.9 |
2101 | 2025-07-15T20:15:08.976Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2102 | 2025-07-15T20:15:09.028Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2103 | 2025-07-15T20:15:09.032Z | Checking petgraph v0.6.5 |
2104 | 2025-07-15T20:15:09.171Z | Checking rustc-hash v2.1.1 |
2105 | 2025-07-15T20:15:09.352Z | Checking whoami v1.5.2 |
2106 | 2025-07-15T20:15:09.403Z | Checking minimal-lexical v0.2.1 |
2107 | 2025-07-15T20:15:09.472Z | Checking indicatif v0.17.11 |
2108 | 2025-07-15T20:15:09.597Z | Checking peg-runtime v0.8.5 |
2109 | 2025-07-15T20:15:09.693Z | Checking tokio-postgres v0.7.13 |
2110 | 2025-07-15T20:15:09.862Z | Checking nom v7.1.3 |
2111 | 2025-07-15T20:15:10.089Z | Compiling regress v0.10.3 |
2112 | 2025-07-15T20:15:10.209Z | Checking camino v1.1.10 |
2113 | 2025-07-15T20:15:10.803Z | Checking fastrand v2.1.1 |
2114 | 2025-07-15T20:15:11.113Z | Compiling ident_case v1.0.1 |
2115 | 2025-07-15T20:15:11.184Z | Checking futures-executor v0.3.31 |
2116 | 2025-07-15T20:15:11.354Z | Compiling darling_core v0.20.10 |
2117 | 2025-07-15T20:15:11.468Z | Checking futures v0.3.31 |
2118 | 2025-07-15T20:15:11.636Z | Checking heck v0.5.0 |
2119 | 2025-07-15T20:15:11.897Z | Compiling unsafe-libyaml v0.2.11 |
2120 | 2025-07-15T20:15:12.002Z | Checking rustix v1.0.7 |
2121 | 2025-07-15T20:15:12.529Z | Checking crossbeam-channel v0.5.15 |
2122 | 2025-07-15T20:15:12.580Z | Checking is-terminal v0.4.13 |
2123 | 2025-07-15T20:15:13.212Z | Compiling serde_yaml v0.9.34+deprecated |
2124 | 2025-07-15T20:15:13.270Z | Checking toml v0.8.23 |
2125 | 2025-07-15T20:15:13.576Z | Checking tempfile v3.20.0 |
2126 | 2025-07-15T20:15:13.705Z | Compiling structmeta-derive v0.3.0 |
2127 | 2025-07-15T20:15:13.986Z | Checking dirs-sys-next v0.1.2 |
2128 | 2025-07-15T20:15:13.990Z | Checking thread_local v1.1.8 |
2129 | 2025-07-15T20:15:14.226Z | Checking dirs-next v2.0.0 |
2130 | 2025-07-15T20:15:14.376Z | Compiling rustls v0.22.4 |
2131 | 2025-07-15T20:15:14.428Z | Checking term v0.7.0 |
2132 | 2025-07-15T20:15:14.564Z | Checking take_mut v0.2.2 |
2133 | 2025-07-15T20:15:14.653Z | Checking quick-error v1.2.3 |
2134 | 2025-07-15T20:15:14.792Z | Checking slog-async v2.8.0 |
2135 | 2025-07-15T20:15:14.851Z | Compiling multer v3.1.0 |
2136 | 2025-07-15T20:15:14.902Z | Compiling async-stream-impl v0.3.6 |
2137 | 2025-07-15T20:15:14.951Z | Checking slog-term v2.9.1 |
2138 | 2025-07-15T20:15:15.119Z | Compiling dropshot v0.16.2 |
2139 | 2025-07-15T20:15:15.356Z | Compiling dropshot_endpoint v0.16.2 |
2140 | 2025-07-15T20:15:15.548Z | Checking bit-vec v0.8.0 |
2141 | 2025-07-15T20:15:15.618Z | Checking match_cfg v0.1.0 |
2142 | 2025-07-15T20:15:15.777Z | Checking hostname v0.3.1 |
2143 | 2025-07-15T20:15:15.952Z | Checking bit-set v0.8.0 |
2144 | 2025-07-15T20:15:16.005Z | Compiling typify-impl v0.3.0 |
2145 | 2025-07-15T20:15:16.125Z | Checking hex v0.4.3 |
2146 | 2025-07-15T20:15:16.177Z | Checking wait-timeout v0.2.0 |
2147 | 2025-07-15T20:15:16.224Z | Compiling structmeta v0.3.0 |
2148 | 2025-07-15T20:15:16.271Z | Checking debug-ignore v1.0.5 |
2149 | 2025-07-15T20:15:16.422Z | Checking rusty-fork v0.3.0 |
2150 | 2025-07-15T20:15:16.475Z | Checking rand_xorshift v0.4.0 |
2151 | 2025-07-15T20:15:16.479Z | Checking unarray v0.1.4 |
2152 | 2025-07-15T20:15:16.626Z | Compiling test-strategy v0.4.1 |
2153 | 2025-07-15T20:15:16.679Z | Checking serde_path_to_error v0.1.17 |
2154 | 2025-07-15T20:15:16.724Z | Checking progenitor-client v0.10.0 |
2155 | 2025-07-15T20:15:16.815Z | Checking proptest v1.7.0 |
2156 | 2025-07-15T20:15:16.892Z | Compiling darling_macro v0.20.10 |
2157 | 2025-07-15T20:15:17.144Z | Checking slog-json v2.6.1 |
2158 | 2025-07-15T20:15:17.330Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2159 | 2025-07-15T20:15:17.464Z | Compiling derive-where v1.5.0 |
2160 | 2025-07-15T20:15:17.831Z | Compiling darling v0.20.10 |
2161 | 2025-07-15T20:15:18.011Z | Compiling serde_with_macros v3.14.0 |
2162 | 2025-07-15T20:15:18.085Z | Compiling ref-cast v1.0.24 |
2163 | 2025-07-15T20:15:18.804Z | Checking slog-bunyan v2.5.0 |
2164 | 2025-07-15T20:15:19.028Z | Compiling parse-display-derive v0.10.0 |
2165 | 2025-07-15T20:15:19.399Z | Checking async-stream v0.3.6 |
2166 | 2025-07-15T20:15:19.975Z | Checking rustls-pemfile v2.2.0 |
2167 | 2025-07-15T20:15:20.094Z | Checking waitgroup v0.1.2 |
2168 | 2025-07-15T20:15:20.146Z | Checking tokio-rustls v0.25.0 |
2169 | 2025-07-15T20:15:20.255Z | Checking hostname v0.4.0 |
2170 | 2025-07-15T20:15:20.308Z | Compiling ref-cast-impl v1.0.24 |
2171 | 2025-07-15T20:15:20.465Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2172 | 2025-07-15T20:15:20.523Z | Checking serde_with v3.14.0 |
2173 | 2025-07-15T20:15:20.630Z | Checking macaddr v1.0.1 |
2174 | 2025-07-15T20:15:20.678Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2025-07-15T20:15:21.008Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2025-07-15T20:15:21.285Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2177 | 2025-07-15T20:15:21.479Z | Checking instant v0.1.13 |
2178 | 2025-07-15T20:15:21.603Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2179 | 2025-07-15T20:15:21.710Z | Checking progenitor-client v0.9.1 |
2180 | 2025-07-15T20:15:21.816Z | Checking backoff v0.4.0 |
2181 | 2025-07-15T20:15:22.144Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2182 | 2025-07-15T20:15:22.148Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2183 | 2025-07-15T20:15:22.231Z | Checking iddqd v0.3.8 |
2184 | 2025-07-15T20:15:22.562Z | Checking camino-tempfile v1.4.1 |
2185 | 2025-07-15T20:15:22.720Z | Checking parse-display v0.10.0 |
2186 | 2025-07-15T20:15:22.887Z | Checking unicode-width v0.1.14 |
2187 | 2025-07-15T20:15:23.041Z | Compiling proc-macro-error v1.0.4 |
2188 | 2025-07-15T20:15:23.042Z | Compiling proc-macro-crate v1.3.1 |
2189 | 2025-07-15T20:15:23.319Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2190 | 2025-07-15T20:15:23.449Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2191 | 2025-07-15T20:15:23.653Z | Checking tabwriter v1.4.0 |
2192 | 2025-07-15T20:15:23.809Z | Compiling foreign-types-macros v0.2.3 |
2193 | 2025-07-15T20:15:23.910Z | Checking foreign-types-shared v0.3.1 |
2194 | 2025-07-15T20:15:24.044Z | Compiling num_enum_derive v0.5.11 |
2195 | 2025-07-15T20:15:24.095Z | Checking cstr-argument v0.1.2 |
2196 | 2025-07-15T20:15:24.142Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2197 | 2025-07-15T20:15:24.191Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2198 | 2025-07-15T20:15:24.236Z | Checking pretty-hex v0.2.1 |
2199 | 2025-07-15T20:15:24.346Z | Checking colored v2.2.0 |
2200 | 2025-07-15T20:15:24.404Z | Checking smf v0.2.3 |
2201 | 2025-07-15T20:15:24.468Z | Checking itertools v0.14.0 |
2202 | 2025-07-15T20:15:24.604Z | Checking base64 v0.21.7 |
2203 | 2025-07-15T20:15:24.781Z | Checking atomicwrites v0.4.4 |
2204 | 2025-07-15T20:15:24.888Z | Compiling itertools v0.13.0 |
2205 | 2025-07-15T20:15:24.960Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2206 | 2025-07-15T20:15:25.041Z | Checking foreign-types v0.5.0 |
2207 | 2025-07-15T20:15:25.044Z | Compiling crucible-workspace-hack v0.1.0 |
2208 | 2025-07-15T20:15:25.139Z | Compiling typify-impl v0.4.1 |
2209 | 2025-07-15T20:15:25.186Z | Checking glob v0.3.2 |
2210 | 2025-07-15T20:15:25.232Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2211 | 2025-07-15T20:15:25.570Z | Compiling heapless v0.8.0 |
2212 | 2025-07-15T20:15:25.620Z | Checking hash32 v0.3.1 |
2213 | 2025-07-15T20:15:25.667Z | Compiling smoltcp v0.11.0 |
2214 | 2025-07-15T20:15:26.125Z | Checking num_enum v0.5.11 |
2215 | 2025-07-15T20:15:26.342Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2216 | 2025-07-15T20:15:26.402Z | Checking cobs v0.2.3 |
2217 | 2025-07-15T20:15:26.644Z | Checking same-file v1.0.6 |
2218 | 2025-07-15T20:15:26.867Z | Checking walkdir v2.5.0 |
2219 | 2025-07-15T20:15:26.917Z | Checking postcard v1.0.10 |
2220 | 2025-07-15T20:15:27.212Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2221 | 2025-07-15T20:15:27.510Z | Checking sigpipe v0.1.3 |
2222 | 2025-07-15T20:15:27.681Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2223 | 2025-07-15T20:15:27.731Z | Checking jiff v0.2.15 |
2224 | 2025-07-15T20:15:27.778Z | Compiling ingot-macros v0.1.0 |
2225 | 2025-07-15T20:15:28.207Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2226 | 2025-07-15T20:15:28.457Z | Compiling zone_cfg_derive v0.3.0 |
2227 | 2025-07-15T20:15:28.669Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2228 | 2025-07-15T20:15:29.060Z | Compiling num-derive v0.4.2 |
2229 | 2025-07-15T20:15:29.133Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2230 | 2025-07-15T20:15:29.428Z | Compiling typify-macro v0.3.0 |
2231 | 2025-07-15T20:15:29.586Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2232 | 2025-07-15T20:15:29.829Z | Checking zone v0.3.1 |
2233 | 2025-07-15T20:15:29.895Z | Compiling convert_case v0.4.0 |
2234 | 2025-07-15T20:15:30.192Z | Checking utf-8 v0.7.6 |
2235 | 2025-07-15T20:15:30.476Z | Checking tokio-dtrace v0.1.0 |
2236 | 2025-07-15T20:15:30.642Z | Checking half v2.4.1 |
2237 | 2025-07-15T20:15:30.693Z | Compiling derive_more v0.99.20 |
2238 | 2025-07-15T20:15:30.812Z | Checking oxide-tokio-rt v0.1.2 |
2239 | 2025-07-15T20:15:31.080Z | Checking ciborium-io v0.2.2 |
2240 | 2025-07-15T20:15:31.176Z | Checking tungstenite v0.21.0 |
2241 | 2025-07-15T20:15:31.225Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2242 | 2025-07-15T20:15:31.272Z | Checking ciborium-ll v0.2.2 |
2243 | 2025-07-15T20:15:31.623Z | Checking ciborium v0.2.2 |
2244 | 2025-07-15T20:15:31.716Z | Checking pem v3.0.5 |
2245 | 2025-07-15T20:15:32.041Z | Checking newline-converter v0.3.0 |
2246 | 2025-07-15T20:15:32.100Z | Checking tokio-tungstenite v0.21.0 |
2247 | 2025-07-15T20:15:32.268Z | Checking expectorate v1.2.0 |
2248 | 2025-07-15T20:15:32.530Z | Checking num-rational v0.4.2 |
2249 | 2025-07-15T20:15:32.630Z | Checking num-complex v0.4.6 |
2250 | 2025-07-15T20:15:32.680Z | Checking float-ord v0.3.2 |
2251 | 2025-07-15T20:15:32.897Z | Checking secrecy v0.10.3 |
2252 | 2025-07-15T20:15:33.174Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2253 | 2025-07-15T20:15:33.236Z | Checking fixedbitset v0.5.7 |
2254 | 2025-07-15T20:15:33.314Z | Compiling typify v0.3.0 |
2255 | 2025-07-15T20:15:33.513Z | Compiling progenitor-impl v0.9.1 |
2256 | 2025-07-15T20:15:33.609Z | Checking num v0.4.3 |
2257 | 2025-07-15T20:15:33.651Z | Checking indent_write v2.2.0 |
2258 | 2025-07-15T20:15:33.692Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2259 | 2025-07-15T20:15:33.745Z | Checking petgraph v0.8.2 |
2260 | 2025-07-15T20:15:33.900Z | Checking xattr v1.3.1 |
2261 | 2025-07-15T20:15:34.060Z | Checking filetime v0.2.25 |
2262 | 2025-07-15T20:15:34.140Z | Checking arc-swap v1.7.1 |
2263 | 2025-07-15T20:15:34.332Z | Checking tar v0.4.44 |
2264 | 2025-07-15T20:15:34.491Z | Checking ingot-types v0.1.0 |
2265 | 2025-07-15T20:15:34.627Z | Checking slog-scope v4.4.0 |
2266 | 2025-07-15T20:15:34.886Z | Checking slog-stdlog v4.1.1 |
2267 | 2025-07-15T20:15:35.134Z | Checking password-hash v0.5.0 |
2268 | 2025-07-15T20:15:35.179Z | Checking blake2 v0.10.6 |
2269 | 2025-07-15T20:15:35.312Z | Checking ingot v0.1.0 |
2270 | 2025-07-15T20:15:35.637Z | Checking slog-envlogger v2.2.0 |
2271 | 2025-07-15T20:15:35.695Z | Checking argon2 v0.5.3 |
2272 | 2025-07-15T20:15:35.765Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2273 | 2025-07-15T20:15:35.927Z | Checking swrite v0.1.0 |
2274 | 2025-07-15T20:15:36.102Z | Compiling cancel-safe-futures v0.1.5 |
2275 | 2025-07-15T20:15:36.403Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2276 | 2025-07-15T20:15:36.457Z | Compiling owo-colors v4.2.2 |
2277 | 2025-07-15T20:15:36.582Z | Checking libsw-core v0.3.1 |
2278 | 2025-07-15T20:15:36.799Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2279 | 2025-07-15T20:15:36.892Z | Checking libsw v3.5.0 |
2280 | 2025-07-15T20:15:36.986Z | Checking linear-map v1.2.0 |
2281 | 2025-07-15T20:15:37.214Z | Compiling async-recursion v1.1.1 |
2282 | 2025-07-15T20:15:37.313Z | Checking keccak v0.1.5 |
2283 | 2025-07-15T20:15:37.362Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2284 | 2025-07-15T20:15:37.633Z | Compiling typify-impl v0.2.0 |
2285 | 2025-07-15T20:15:37.713Z | Checking sha3 v0.10.8 |
2286 | 2025-07-15T20:15:38.215Z | Checking prettyplease v0.2.35 |
2287 | 2025-07-15T20:15:38.752Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2288 | 2025-07-15T20:15:38.831Z | Compiling typify-macro v0.4.1 |
2289 | 2025-07-15T20:15:38.951Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2290 | 2025-07-15T20:15:40.085Z | Compiling progenitor-macro v0.9.1 |
2291 | 2025-07-15T20:15:40.323Z | Checking globset v0.4.15 |
2292 | 2025-07-15T20:15:40.865Z | Checking headers-core v0.3.0 |
2293 | 2025-07-15T20:15:41.144Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2294 | 2025-07-15T20:15:42.004Z | Checking highway v1.3.0 |
2295 | 2025-07-15T20:15:42.721Z | Checking headers v0.4.1 |
2296 | 2025-07-15T20:15:42.773Z | Compiling typify v0.4.1 |
2297 | 2025-07-15T20:15:42.936Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2298 | 2025-07-15T20:15:42.988Z | Compiling progenitor-impl v0.10.0 |
2299 | 2025-07-15T20:15:49.584Z | Compiling progenitor-macro v0.10.0 |
2300 | 2025-07-15T20:15:51.140Z | Compiling typify-macro v0.2.0 |
2301 | 2025-07-15T20:15:51.450Z | Compiling lzma-sys v0.1.20 |
2302 | 2025-07-15T20:15:52.388Z | Checking progenitor-client v0.8.0 |
2303 | 2025-07-15T20:15:52.490Z | Compiling heck v0.3.3 |
2304 | 2025-07-15T20:15:52.588Z | Checking progenitor v0.9.1 |
2305 | 2025-07-15T20:15:52.793Z | Compiling pin-project-internal v1.1.6 |
2306 | 2025-07-15T20:15:52.899Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2307 | 2025-07-15T20:15:53.116Z | Compiling zone_cfg_derive v0.1.2 |
2308 | 2025-07-15T20:15:54.755Z | Checking resolv-conf v0.7.0 |
2309 | 2025-07-15T20:15:55.047Z | Compiling typify v0.2.0 |
2310 | 2025-07-15T20:15:55.270Z | Compiling progenitor-impl v0.8.0 |
2311 | 2025-07-15T20:15:55.320Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2312 | 2025-07-15T20:15:55.523Z | Checking pin-project v1.1.6 |
2313 | 2025-07-15T20:15:55.642Z | Checking yasna v0.5.2 |
2314 | 2025-07-15T20:15:55.717Z | Checking base64 v0.13.1 |
2315 | 2025-07-15T20:15:56.162Z | Checking ron v0.7.1 |
2316 | 2025-07-15T20:15:56.552Z | Checking rcgen v0.12.1 |
2317 | 2025-07-15T20:15:57.245Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2318 | 2025-07-15T20:15:57.304Z | Checking xz2 v0.1.7 |
2319 | 2025-07-15T20:15:57.454Z | Checking zone v0.1.8 |
2320 | 2025-07-15T20:15:57.641Z | Compiling snafu-derive v0.8.5 |
2321 | 2025-07-15T20:15:57.764Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2322 | 2025-07-15T20:15:58.212Z | Checking olpc-cjson v0.1.4 |
2323 | 2025-07-15T20:15:58.499Z | Checking serde_plain v1.0.2 |
2324 | 2025-07-15T20:15:58.823Z | Checking subprocess v0.2.9 |
2325 | 2025-07-15T20:15:59.438Z | Checking typed-path v0.9.3 |
2326 | 2025-07-15T20:16:00.108Z | Checking humantime v2.2.0 |
2327 | 2025-07-15T20:16:00.485Z | Checking universal-hash v0.5.1 |
2328 | 2025-07-15T20:16:00.749Z | Checking opaque-debug v0.3.1 |
2329 | 2025-07-15T20:16:00.913Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2330 | 2025-07-15T20:16:01.187Z | Compiling semver v0.1.20 |
2331 | 2025-07-15T20:16:01.302Z | Checking aead v0.5.2 |
2332 | 2025-07-15T20:16:01.603Z | Compiling rustc_version v0.1.7 |
2333 | 2025-07-15T20:16:01.659Z | Compiling progenitor-macro v0.8.0 |
2334 | 2025-07-15T20:16:01.778Z | Checking poly1305 v0.8.0 |
2335 | 2025-07-15T20:16:02.096Z | Compiling newtype_derive v0.1.6 |
2336 | 2025-07-15T20:16:02.229Z | Checking progenitor v0.10.0 |
2337 | 2025-07-15T20:16:02.321Z | Checking snafu v0.8.5 |
2338 | 2025-07-15T20:16:02.378Z | Checking chacha20 v0.9.1 |
2339 | 2025-07-15T20:16:02.527Z | Compiling thiserror-impl-no-std v2.0.2 |
2340 | 2025-07-15T20:16:02.776Z | Checking linked-hash-map v0.5.6 |
2341 | 2025-07-15T20:16:02.827Z | Checking tough v0.20.0 |
2342 | 2025-07-15T20:16:02.830Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2343 | 2025-07-15T20:16:03.212Z | Checking lru-cache v0.1.2 |
2344 | 2025-07-15T20:16:03.314Z | Checking hickory-proto v0.24.4 |
2345 | 2025-07-15T20:16:03.540Z | Checking chacha20poly1305 v0.10.1 |
2346 | 2025-07-15T20:16:03.799Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2347 | 2025-07-15T20:16:05.217Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2348 | 2025-07-15T20:16:05.337Z | Checking thiserror-no-std v2.0.2 |
2349 | 2025-07-15T20:16:05.513Z | Checking vsss-rs v3.3.4 |
2350 | 2025-07-15T20:16:06.452Z | Checking steno v0.4.1 |
2351 | 2025-07-15T20:16:07.478Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2352 | 2025-07-15T20:16:07.564Z | Checking hickory-resolver v0.24.4 |
2353 | 2025-07-15T20:16:07.613Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2354 | 2025-07-15T20:16:08.102Z | Compiling moka v0.12.10 |
2355 | 2025-07-15T20:16:08.150Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2356 | 2025-07-15T20:16:08.549Z | Checking tagptr v0.2.0 |
2357 | 2025-07-15T20:16:08.648Z | Compiling slog-dtrace v0.3.0 |
2358 | 2025-07-15T20:16:08.709Z | Checking bytecount v0.6.8 |
2359 | 2025-07-15T20:16:08.928Z | Checking display-error-chain v0.2.2 |
2360 | 2025-07-15T20:16:09.211Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2361 | 2025-07-15T20:16:09.213Z | Checking qorb v0.4.0 |
2362 | 2025-07-15T20:16:09.601Z | Checking gethostname v0.5.0 |
2363 | 2025-07-15T20:16:10.305Z | Checking hickory-resolver v0.25.2 |
2364 | 2025-07-15T20:16:10.360Z | Checking nibble_vec v0.1.0 |
2365 | 2025-07-15T20:16:10.612Z | Checking endian-type v0.1.2 |
2366 | 2025-07-15T20:16:10.812Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2367 | 2025-07-15T20:16:10.904Z | Checking radix_trie v0.2.1 |
2368 | 2025-07-15T20:16:11.348Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2369 | 2025-07-15T20:16:11.746Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2025-07-15T20:16:11.875Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2371 | 2025-07-15T20:16:12.226Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2372 | 2025-07-15T20:16:12.274Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2373 | 2025-07-15T20:16:14.403Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2374 | 2025-07-15T20:16:14.585Z | Checking progenitor v0.8.0 |
2375 | 2025-07-15T20:16:14.867Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2376 | 2025-07-15T20:16:15.236Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2377 | 2025-07-15T20:16:15.294Z | Compiling libefi-sys v0.1.0 |
2378 | 2025-07-15T20:16:15.506Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2379 | 2025-07-15T20:16:15.726Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2380 | 2025-07-15T20:16:16.023Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2381 | 2025-07-15T20:16:16.027Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2382 | 2025-07-15T20:16:16.128Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2383 | 2025-07-15T20:16:16.897Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2384 | 2025-07-15T20:16:17.274Z | Compiling bitfield-struct v0.6.2 |
2385 | 2025-07-15T20:16:17.830Z | Compiling radium v0.7.0 |
2386 | 2025-07-15T20:16:18.281Z | Checking termcolor v1.4.1 |
2387 | 2025-07-15T20:16:18.720Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2388 | 2025-07-15T20:16:18.768Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2389 | 2025-07-15T20:16:18.941Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2390 | 2025-07-15T20:16:19.131Z | Compiling zerocopy-derive v0.6.6 |
2391 | 2025-07-15T20:16:19.167Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2392 | 2025-07-15T20:16:19.330Z | Compiling maybe-uninit v2.0.0 |
2393 | 2025-07-15T20:16:19.379Z | Checking tap v1.0.1 |
2394 | 2025-07-15T20:16:19.515Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2395 | 2025-07-15T20:16:19.608Z | Checking wyz v0.5.1 |
2396 | 2025-07-15T20:16:20.012Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2397 | 2025-07-15T20:16:20.361Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2398 | 2025-07-15T20:16:20.674Z | Checking crc-catalog v2.4.0 |
2399 | 2025-07-15T20:16:20.888Z | Compiling packed_struct v0.10.1 |
2400 | 2025-07-15T20:16:20.989Z | Checking funty v2.0.0 |
2401 | 2025-07-15T20:16:21.040Z | Checking zerocopy v0.6.6 |
2402 | 2025-07-15T20:16:21.150Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2403 | 2025-07-15T20:16:21.204Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2404 | 2025-07-15T20:16:21.448Z | Checking crc v3.2.1 |
2405 | 2025-07-15T20:16:21.792Z | Compiling packed_struct_codegen v0.10.1 |
2406 | 2025-07-15T20:16:21.859Z | Checking bitvec v1.0.1 |
2407 | 2025-07-15T20:16:21.904Z | Compiling indexmap v1.9.3 |
2408 | 2025-07-15T20:16:21.987Z | Checking nodrop v0.1.14 |
2409 | 2025-07-15T20:16:22.131Z | Checking termtree v0.5.1 |
2410 | 2025-07-15T20:16:22.352Z | Checking array-init v0.0.4 |
2411 | 2025-07-15T20:16:22.421Z | Checking smallvec v0.6.14 |
2412 | 2025-07-15T20:16:22.643Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2413 | 2025-07-15T20:16:22.861Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2414 | 2025-07-15T20:16:23.210Z | Compiling proc-macro-error-attr2 v2.0.0 |
2415 | 2025-07-15T20:16:23.295Z | Checking bitfield v0.14.0 |
2416 | 2025-07-15T20:16:23.640Z | Checking hashbrown v0.12.3 |
2417 | 2025-07-15T20:16:24.022Z | Compiling proc-macro-error2 v2.0.1 |
2418 | 2025-07-15T20:16:24.255Z | Checking serde-hex v0.1.0 |
2419 | 2025-07-15T20:16:24.343Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2420 | 2025-07-15T20:16:24.652Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2421 | 2025-07-15T20:16:24.743Z | Checking env_logger v0.10.2 |
2422 | 2025-07-15T20:16:24.995Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2423 | 2025-07-15T20:16:25.230Z | Checking ron v0.8.1 |
2424 | 2025-07-15T20:16:25.279Z | Checking hashbrown v0.13.2 |
2425 | 2025-07-15T20:16:26.286Z | Checking crc-any v2.5.0 |
2426 | 2025-07-15T20:16:26.347Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2427 | 2025-07-15T20:16:26.692Z | Checking object v0.30.4 |
2428 | 2025-07-15T20:16:26.743Z | Compiling tabled_derive v0.10.0 |
2429 | 2025-07-15T20:16:27.708Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2430 | 2025-07-15T20:16:27.933Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2431 | 2025-07-15T20:16:28.511Z | Checking papergrid v0.14.0 |
2432 | 2025-07-15T20:16:29.390Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2433 | 2025-07-15T20:16:29.982Z | Compiling num-derive v0.3.3 |
2434 | 2025-07-15T20:16:31.437Z | Checking path-slash v0.1.5 |
2435 | 2025-07-15T20:16:31.646Z | Checking tabled v0.18.0 |
2436 | 2025-07-15T20:16:32.099Z | Checking libscf-sys v1.1.0 |
2437 | 2025-07-15T20:16:32.367Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2438 | 2025-07-15T20:16:32.514Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2439 | 2025-07-15T20:16:32.694Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2440 | 2025-07-15T20:16:32.856Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2441 | 2025-07-15T20:16:33.627Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2442 | 2025-07-15T20:16:33.857Z | Compiling xshell-macros v0.2.7 |
2443 | 2025-07-15T20:16:34.043Z | Checking maplit v1.0.2 |
2444 | 2025-07-15T20:16:34.317Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2445 | 2025-07-15T20:16:34.582Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2446 | 2025-07-15T20:16:34.624Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2447 | 2025-07-15T20:16:34.670Z | Checking xshell v0.2.7 |
2448 | 2025-07-15T20:16:34.741Z | Checking crc8 v0.1.1 |
2449 | 2025-07-15T20:16:34.945Z | Checking fxhash v0.2.1 |
2450 | 2025-07-15T20:16:35.029Z | Compiling vte_generate_state_changes v0.1.2 |
2451 | 2025-07-15T20:16:35.199Z | Checking fd-lock v4.0.2 |
2452 | 2025-07-15T20:16:35.325Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2453 | 2025-07-15T20:16:35.374Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2454 | 2025-07-15T20:16:35.435Z | Checking nu-ansi-term v0.50.1 |
2455 | 2025-07-15T20:16:35.690Z | Checking vte v0.11.1 |
2456 | 2025-07-15T20:16:35.869Z | Compiling const_format_proc_macros v0.2.34 |
2457 | 2025-07-15T20:16:37.038Z | Checking strip-ansi-escapes v0.2.0 |
2458 | 2025-07-15T20:16:37.270Z | Checking reedline v0.40.0 |
2459 | 2025-07-15T20:16:37.546Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2460 | 2025-07-15T20:16:37.624Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2461 | 2025-07-15T20:16:37.682Z | Checking const_format v0.2.34 |
2462 | 2025-07-15T20:16:37.887Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2463 | 2025-07-15T20:16:37.964Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2464 | 2025-07-15T20:16:38.234Z | Checking home v0.5.9 |
2465 | 2025-07-15T20:16:38.284Z | Checking kstat-rs v0.2.4 |
2466 | 2025-07-15T20:16:38.332Z | Checking papergrid v0.11.0 |
2467 | 2025-07-15T20:16:38.382Z | Compiling tabled_derive v0.7.0 |
2468 | 2025-07-15T20:16:38.382Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2469 | 2025-07-15T20:16:38.467Z | Checking half v1.8.3 |
2470 | 2025-07-15T20:16:38.471Z | Compiling nix v0.30.1 |
2471 | 2025-07-15T20:16:38.661Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2472 | 2025-07-15T20:16:38.955Z | Checking serde_cbor v0.11.2 |
2473 | 2025-07-15T20:16:39.789Z | Compiling phf_generator v0.11.2 |
2474 | 2025-07-15T20:16:39.879Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2475 | 2025-07-15T20:16:40.044Z | Compiling phf_codegen v0.11.2 |
2476 | 2025-07-15T20:16:40.094Z | Compiling dsl_auto_type v0.1.2 |
2477 | 2025-07-15T20:16:40.328Z | Checking scheduled-thread-pool v0.2.7 |
2478 | 2025-07-15T20:16:40.436Z | Compiling parse-zoneinfo v0.3.1 |
2479 | 2025-07-15T20:16:40.481Z | Checking tabled v0.15.0 |
2480 | 2025-07-15T20:16:40.484Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2481 | 2025-07-15T20:16:40.580Z | Compiling diesel_table_macro_syntax v0.2.0 |
2482 | 2025-07-15T20:16:40.628Z | Compiling parking_lot_core v0.8.6 |
2483 | 2025-07-15T20:16:40.819Z | Compiling cfg_aliases v0.1.1 |
2484 | 2025-07-15T20:16:40.984Z | Compiling nix v0.28.0 |
2485 | 2025-07-15T20:16:41.031Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2486 | 2025-07-15T20:16:41.182Z | Compiling chrono-tz-build v0.4.0 |
2487 | 2025-07-15T20:16:41.376Z | Compiling diesel_derives v2.2.3 |
2488 | 2025-07-15T20:16:41.782Z | Checking r2d2 v0.8.10 |
2489 | 2025-07-15T20:16:42.062Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2490 | 2025-07-15T20:16:42.165Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2491 | 2025-07-15T20:16:42.397Z | Checking bcs v0.1.6 |
2492 | 2025-07-15T20:16:42.792Z | Checking nanorand v0.7.0 |
2493 | 2025-07-15T20:16:42.927Z | Compiling chrono-tz v0.10.3 |
2494 | 2025-07-15T20:16:43.191Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2495 | 2025-07-15T20:16:43.239Z | Checking flume v0.11.1 |
2496 | 2025-07-15T20:16:43.548Z | Compiling crunchy v0.2.2 |
2497 | 2025-07-15T20:16:43.767Z | Checking parking_lot v0.11.2 |
2498 | 2025-07-15T20:16:44.194Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2499 | 2025-07-15T20:16:44.197Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2500 | 2025-07-15T20:16:44.311Z | Checking prefix-trie v0.7.0 |
2501 | 2025-07-15T20:16:44.779Z | Compiling peg-macros v0.8.5 |
2502 | 2025-07-15T20:16:44.869Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2503 | 2025-07-15T20:16:45.012Z | Compiling sqlparser_derive v0.2.2 |
2504 | 2025-07-15T20:16:45.647Z | Checking unicode_categories v0.1.1 |
2505 | 2025-07-15T20:16:45.929Z | Compiling tiny-keccak v2.0.2 |
2506 | 2025-07-15T20:16:46.017Z | Checking sqlformat v0.3.5 |
2507 | 2025-07-15T20:16:46.130Z | Checking sqlparser v0.45.0 |
2508 | 2025-07-15T20:16:46.372Z | Checking rustyline v14.0.0 |
2509 | 2025-07-15T20:16:46.502Z | Checking hickory-server v0.25.2 |
2510 | 2025-07-15T20:16:47.409Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2511 | 2025-07-15T20:16:47.931Z | Checking sled v0.34.7 |
2512 | 2025-07-15T20:16:48.028Z | Checking peg v0.8.5 |
2513 | 2025-07-15T20:16:48.422Z | Checking hickory-client v0.25.2 |
2514 | 2025-07-15T20:16:49.009Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2515 | 2025-07-15T20:16:49.345Z | Compiling bit-vec v0.6.3 |
2516 | 2025-07-15T20:16:49.827Z | Compiling bit-set v0.5.3 |
2517 | 2025-07-15T20:16:50.156Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2518 | 2025-07-15T20:16:50.204Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2519 | 2025-07-15T20:16:50.811Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2520 | 2025-07-15T20:16:50.866Z | Compiling ascii-canvas v3.0.0 |
2521 | 2025-07-15T20:16:51.370Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2522 | 2025-07-15T20:16:51.775Z | Compiling ena v0.14.3 |
2523 | 2025-07-15T20:16:51.987Z | Compiling regex-syntax v0.6.29 |
2524 | 2025-07-15T20:16:52.096Z | Checking diesel v2.2.11 |
2525 | 2025-07-15T20:16:52.145Z | Compiling bindgen v0.71.1 |
2526 | 2025-07-15T20:16:52.216Z | Compiling diff v0.1.13 |
2527 | 2025-07-15T20:16:52.890Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2528 | 2025-07-15T20:16:53.227Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2529 | 2025-07-15T20:16:53.624Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2530 | 2025-07-15T20:16:54.201Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2531 | 2025-07-15T20:16:54.338Z | Compiling unicase v2.7.0 |
2532 | 2025-07-15T20:16:54.762Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2533 | 2025-07-15T20:16:54.973Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2534 | 2025-07-15T20:16:55.353Z | Compiling lalrpop v0.19.12 |
2535 | 2025-07-15T20:16:55.491Z | Compiling derive_builder_core v0.20.2 |
2536 | 2025-07-15T20:16:56.331Z | Compiling libxml v0.3.3 |
2537 | 2025-07-15T20:16:56.889Z | Compiling strum_macros v0.24.3 |
2538 | 2025-07-15T20:16:56.956Z | Checking assert_matches v1.5.0 |
2539 | 2025-07-15T20:16:57.118Z | Compiling indoc v1.0.9 |
2540 | 2025-07-15T20:16:57.601Z | Compiling derive_builder_macro v0.20.2 |
2541 | 2025-07-15T20:16:58.492Z | Checking derive_builder v0.20.2 |
2542 | 2025-07-15T20:16:59.171Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2543 | 2025-07-15T20:16:59.530Z | Checking primeorder v0.13.6 |
2544 | 2025-07-15T20:16:59.579Z | Checking quick-xml v0.37.2 |
2545 | 2025-07-15T20:17:00.048Z | Compiling oso-derive v0.27.3 |
2546 | 2025-07-15T20:17:00.101Z | Compiling impl-trait-for-tuples v0.2.2 |
2547 | 2025-07-15T20:17:01.125Z | Compiling mime_guess v2.0.5 |
2548 | 2025-07-15T20:17:01.222Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2549 | 2025-07-15T20:17:01.515Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2550 | 2025-07-15T20:17:02.280Z | Checking http-range v0.1.5 |
2551 | 2025-07-15T20:17:02.660Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2552 | 2025-07-15T20:17:02.909Z | Checking predicates-tree v1.0.12 |
2553 | 2025-07-15T20:17:03.168Z | Checking signal-hook-tokio v0.3.1 |
2554 | 2025-07-15T20:17:03.213Z | Checking atty v0.2.14 |
2555 | 2025-07-15T20:17:03.411Z | Compiling salty v0.3.0 |
2556 | 2025-07-15T20:17:03.998Z | Checking p384 v0.13.0 |
2557 | 2025-07-15T20:17:04.255Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2558 | 2025-07-15T20:17:05.171Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2559 | 2025-07-15T20:17:05.225Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2560 | 2025-07-15T20:17:06.331Z | Compiling diesel-dtrace v0.4.2 |
2561 | 2025-07-15T20:17:06.381Z | Checking hyper-staticfile v0.10.1 |
2562 | 2025-07-15T20:17:06.862Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2563 | 2025-07-15T20:17:06.982Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2564 | 2025-07-15T20:17:07.105Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2565 | 2025-07-15T20:17:07.185Z | Checking tungstenite v0.23.0 |
2566 | 2025-07-15T20:17:07.377Z | Checking bb8 v0.8.5 |
2567 | 2025-07-15T20:17:07.381Z | Checking env_filter v0.1.2 |
2568 | 2025-07-15T20:17:07.554Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2569 | 2025-07-15T20:17:07.736Z | Checking env_logger v0.11.5 |
2570 | 2025-07-15T20:17:07.897Z | Checking ignore v0.4.23 |
2571 | 2025-07-15T20:17:08.036Z | Checking tokio-tungstenite v0.23.1 |
2572 | 2025-07-15T20:17:08.138Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2573 | 2025-07-15T20:17:08.196Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2574 | 2025-07-15T20:17:08.249Z | Compiling fs-err v2.11.0 |
2575 | 2025-07-15T20:17:08.507Z | Checking void v1.0.2 |
2576 | 2025-07-15T20:17:08.560Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2577 | 2025-07-15T20:17:08.721Z | Checking lzss v0.8.2 |
2578 | 2025-07-15T20:17:08.812Z | Checking globwalk v0.9.1 |
2579 | 2025-07-15T20:17:08.861Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2580 | 2025-07-15T20:17:08.911Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2581 | 2025-07-15T20:17:09.032Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2582 | 2025-07-15T20:17:09.083Z | Checking nix v0.27.1 |
2583 | 2025-07-15T20:17:09.182Z | Checking serde_bytes v0.11.17 |
2584 | 2025-07-15T20:17:09.230Z | Checking secrecy v0.8.0 |
2585 | 2025-07-15T20:17:09.275Z | Checking camino-tempfile-ext v0.3.2 |
2586 | 2025-07-15T20:17:09.697Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2587 | 2025-07-15T20:17:09.939Z | Checking parse-size v1.1.0 |
2588 | 2025-07-15T20:17:10.179Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2589 | 2025-07-15T20:17:10.223Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2590 | 2025-07-15T20:17:11.068Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2591 | 2025-07-15T20:17:11.404Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2592 | 2025-07-15T20:17:11.889Z | Checking rand_seeder v0.3.0 |
2593 | 2025-07-15T20:17:12.203Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2594 | 2025-07-15T20:17:12.533Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2595 | 2025-07-15T20:17:12.582Z | Checking csv-core v0.1.11 |
2596 | 2025-07-15T20:17:12.985Z | Checking csv v1.3.1 |
2597 | 2025-07-15T20:17:13.056Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2598 | 2025-07-15T20:17:13.797Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2599 | 2025-07-15T20:17:13.845Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2600 | 2025-07-15T20:17:13.848Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2601 | 2025-07-15T20:17:14.069Z | Checking heck v0.4.1 |
2602 | 2025-07-15T20:17:14.345Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2603 | 2025-07-15T20:17:14.800Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2604 | 2025-07-15T20:17:15.141Z | Checking yansi v1.0.1 |
2605 | 2025-07-15T20:17:15.281Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2606 | 2025-07-15T20:17:15.762Z | Checking pretty_assertions v1.4.1 |
2607 | 2025-07-15T20:17:15.813Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2608 | 2025-07-15T20:17:16.045Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2609 | 2025-07-15T20:17:16.561Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2610 | 2025-07-15T20:17:17.257Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2611 | 2025-07-15T20:17:17.538Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2612 | 2025-07-15T20:17:17.603Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2613 | 2025-07-15T20:17:18.506Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2614 | 2025-07-15T20:17:18.698Z | Compiling indoc v2.0.6 |
2615 | 2025-07-15T20:17:18.757Z | Checking is_ci v1.2.0 |
2616 | 2025-07-15T20:17:18.953Z | Checking supports-color v3.0.2 |
2617 | 2025-07-15T20:17:19.215Z | Checking typeid v1.0.3 |
2618 | 2025-07-15T20:17:19.423Z | Checking castaway v0.2.3 |
2619 | 2025-07-15T20:17:19.689Z | Compiling libz-sys v1.1.20 |
2620 | 2025-07-15T20:17:19.693Z | Checking smawk v0.3.2 |
2621 | 2025-07-15T20:17:20.015Z | Checking unicode-linebreak v0.1.5 |
2622 | 2025-07-15T20:17:20.484Z | Checking textwrap v0.16.2 |
2623 | 2025-07-15T20:17:20.547Z | Checking compact_str v0.8.0 |
2624 | 2025-07-15T20:17:20.944Z | Checking erased-serde v0.4.6 |
2625 | 2025-07-15T20:17:21.340Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2626 | 2025-07-15T20:17:21.390Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2627 | 2025-07-15T20:17:21.393Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2628 | 2025-07-15T20:17:21.478Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2629 | 2025-07-15T20:17:22.006Z | Checking async-bb8-diesel v0.2.1 |
2630 | 2025-07-15T20:17:22.298Z | Checking unicode-truncate v1.1.0 |
2631 | 2025-07-15T20:17:22.596Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2632 | 2025-07-15T20:17:22.721Z | Checking concurrent-queue v2.5.0 |
2633 | 2025-07-15T20:17:23.008Z | Checking lru v0.12.5 |
2634 | 2025-07-15T20:17:23.108Z | Checking ordered-float v2.10.1 |
2635 | 2025-07-15T20:17:23.385Z | Compiling instability v0.3.2 |
2636 | 2025-07-15T20:17:23.657Z | Checking cassowary v0.3.0 |
2637 | 2025-07-15T20:17:23.725Z | Checking parking v2.2.1 |
2638 | 2025-07-15T20:17:24.580Z | Checking serde-value v0.7.0 |
2639 | 2025-07-15T20:17:24.587Z | Checking serde-untagged v0.1.7 |
2640 | 2025-07-15T20:17:24.587Z | Checking ratatui v0.29.0 |
2641 | 2025-07-15T20:17:24.587Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2642 | 2025-07-15T20:17:24.614Z | Checking cargo-util-schemas v0.2.0 |
2643 | 2025-07-15T20:17:25.951Z | Checking cargo-platform v0.2.0 |
2644 | 2025-07-15T20:17:26.338Z | Checking event-listener v5.3.1 |
2645 | 2025-07-15T20:17:26.597Z | Checking cargo_metadata v0.20.0 |
2646 | 2025-07-15T20:17:26.775Z | Compiling vergen v8.3.2 |
2647 | 2025-07-15T20:17:27.152Z | Compiling cargo-platform v0.1.8 |
2648 | 2025-07-15T20:17:27.381Z | Checking event-listener-strategy v0.5.2 |
2649 | 2025-07-15T20:17:27.636Z | Compiling cargo_metadata v0.18.1 |
2650 | 2025-07-15T20:17:27.684Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2651 | 2025-07-15T20:17:28.344Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2652 | 2025-07-15T20:17:30.158Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2653 | 2025-07-15T20:17:30.291Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2654 | 2025-07-15T20:17:30.480Z | Checking shell-words v1.1.0 |
2655 | 2025-07-15T20:17:30.530Z | Compiling rustls v0.21.12 |
2656 | 2025-07-15T20:17:30.642Z | Checking plotters-backend v0.3.7 |
2657 | 2025-07-15T20:17:30.871Z | Checking futures-lite v2.3.0 |
2658 | 2025-07-15T20:17:30.989Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2659 | 2025-07-15T20:17:31.036Z | Checking plotters-svg v0.3.7 |
2660 | 2025-07-15T20:17:31.323Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2661 | 2025-07-15T20:17:31.660Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2662 | 2025-07-15T20:17:31.830Z | Checking rustls-webpki v0.101.7 |
2663 | 2025-07-15T20:17:32.054Z | Checking sct v0.7.1 |
2664 | 2025-07-15T20:17:32.103Z | Checking cast v0.3.0 |
2665 | 2025-07-15T20:17:32.408Z | Checking plotters v0.3.7 |
2666 | 2025-07-15T20:17:32.477Z | Checking criterion-plot v0.5.0 |
2667 | 2025-07-15T20:17:32.991Z | Checking tinytemplate v1.2.1 |
2668 | 2025-07-15T20:17:33.453Z | Checking anes v0.1.6 |
2669 | 2025-07-15T20:17:33.878Z | Checking oorandom v11.1.4 |
2670 | 2025-07-15T20:17:34.096Z | Checking async-lock v3.4.0 |
2671 | 2025-07-15T20:17:34.146Z | Checking criterion v0.6.0 |
2672 | 2025-07-15T20:17:34.939Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2673 | 2025-07-15T20:17:35.296Z | Checking tokio-rustls v0.24.1 |
2674 | 2025-07-15T20:17:35.720Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2675 | 2025-07-15T20:17:35.769Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2676 | 2025-07-15T20:17:36.002Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2677 | 2025-07-15T20:17:36.392Z | Checking rustls-pemfile v1.0.4 |
2678 | 2025-07-15T20:17:36.674Z | Checking twox-hash v2.1.0 |
2679 | 2025-07-15T20:17:36.722Z | Checking polling v3.7.3 |
2680 | 2025-07-15T20:17:37.169Z | Checking async-io v2.3.4 |
2681 | 2025-07-15T20:17:37.352Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2682 | 2025-07-15T20:17:37.417Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2683 | 2025-07-15T20:17:37.575Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2684 | 2025-07-15T20:17:37.857Z | Checking fatfs v0.3.6 |
2685 | 2025-07-15T20:17:38.003Z | Checking async-task v4.7.1 |
2686 | 2025-07-15T20:17:38.421Z | Checking hex-literal v0.4.1 |
2687 | 2025-07-15T20:17:38.621Z | Checking async-channel v2.3.1 |
2688 | 2025-07-15T20:17:38.924Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2689 | 2025-07-15T20:17:38.999Z | Checking piper v0.2.4 |
2690 | 2025-07-15T20:17:39.243Z | Checking rtoolbox v0.0.2 |
2691 | 2025-07-15T20:17:39.517Z | Checking futures-timer v3.0.3 |
2692 | 2025-07-15T20:17:39.585Z | Checking rpassword v7.4.0 |
2693 | 2025-07-15T20:17:39.815Z | Checking blocking v1.6.1 |
2694 | 2025-07-15T20:17:39.865Z | Checking async-executor v1.13.1 |
2695 | 2025-07-15T20:17:40.194Z | Checking async-signal v0.2.10 |
2696 | 2025-07-15T20:17:40.269Z | Checking tui-tree-widget v0.23.1 |
2697 | 2025-07-15T20:17:40.517Z | Checking polyval v0.6.2 |
2698 | 2025-07-15T20:17:40.648Z | Checking event-listener v2.5.3 |
2699 | 2025-07-15T20:17:40.854Z | Checking ghash v0.5.1 |
2700 | 2025-07-15T20:17:40.923Z | Checking async-channel v1.9.0 |
2701 | 2025-07-15T20:17:41.089Z | Checking async-process v2.3.0 |
2702 | 2025-07-15T20:17:41.240Z | Checking async-global-executor v2.4.1 |
2703 | 2025-07-15T20:17:41.543Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2704 | 2025-07-15T20:17:41.595Z | Checking ctr v0.9.2 |
2705 | 2025-07-15T20:17:41.943Z | Checking kv-log-macro v1.0.7 |
2706 | 2025-07-15T20:17:42.121Z | Compiling async-attributes v1.1.2 |
2707 | 2025-07-15T20:17:42.170Z | Checking arrayref v0.3.9 |
2708 | 2025-07-15T20:17:42.331Z | Checking constant_time_eq v0.3.1 |
2709 | 2025-07-15T20:17:42.540Z | Checking arrayvec v0.7.6 |
2710 | 2025-07-15T20:17:42.938Z | Checking aes-gcm v0.10.3 |
2711 | 2025-07-15T20:17:43.028Z | Checking async-std v1.13.0 |
2712 | 2025-07-15T20:17:43.269Z | Checking ssh-encoding v0.2.0 |
2713 | 2025-07-15T20:17:43.671Z | Checking blowfish v0.9.1 |
2714 | 2025-07-15T20:17:43.967Z | Compiling petname v2.0.2 |
2715 | 2025-07-15T20:17:45.398Z | Checking bcrypt-pbkdf v0.10.0 |
2716 | 2025-07-15T20:17:45.660Z | Checking ssh-cipher v0.2.0 |
2717 | 2025-07-15T20:17:45.945Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2718 | 2025-07-15T20:17:46.288Z | Checking async-object-pool v0.1.5 |
2719 | 2025-07-15T20:17:46.539Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2720 | 2025-07-15T20:17:46.872Z | Checking serde_regex v1.1.0 |
2721 | 2025-07-15T20:17:46.934Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2722 | 2025-07-15T20:17:47.196Z | Checking password-hash v0.4.2 |
2723 | 2025-07-15T20:17:47.694Z | Checking assert-json-diff v2.0.2 |
2724 | 2025-07-15T20:17:47.874Z | Checking path-tree v0.8.1 |
2725 | 2025-07-15T20:17:48.033Z | Checking stringmetrics v2.2.2 |
2726 | 2025-07-15T20:17:48.292Z | Checking pbkdf2 v0.11.0 |
2727 | 2025-07-15T20:17:48.342Z | Checking httpmock v0.8.0-alpha.1 |
2728 | 2025-07-15T20:17:48.644Z | Checking ssh-key v0.6.6 |
2729 | 2025-07-15T20:17:51.106Z | Checking p256 v0.13.2 |
2730 | 2025-07-15T20:17:51.651Z | Checking p521 v0.13.3 |
2731 | 2025-07-15T20:17:52.975Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2732 | 2025-07-15T20:17:53.026Z | Checking russh-cryptovec v0.7.3 |
2733 | 2025-07-15T20:17:53.078Z | Compiling target-lexicon v0.13.2 |
2734 | 2025-07-15T20:17:53.269Z | Checking sync-ptr v0.1.4 |
2735 | 2025-07-15T20:17:53.372Z | Checking md5 v0.7.0 |
2736 | 2025-07-15T20:17:53.557Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2737 | 2025-07-15T20:17:53.712Z | Checking russh-keys v0.45.0 |
2738 | 2025-07-15T20:17:54.181Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2739 | 2025-07-15T20:17:55.031Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2740 | 2025-07-15T20:17:55.082Z | Checking num-bigint v0.4.6 |
2741 | 2025-07-15T20:17:55.139Z | Checking des v0.8.1 |
2742 | 2025-07-15T20:17:55.418Z | Compiling blake3 v1.5.4 |
2743 | 2025-07-15T20:17:55.469Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2744 | 2025-07-15T20:17:56.130Z | Compiling guppy-workspace-hack v0.1.0 |
2745 | 2025-07-15T20:17:56.336Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2746 | 2025-07-15T20:17:57.353Z | Checking russh v0.45.0 |
2747 | 2025-07-15T20:17:57.710Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2748 | 2025-07-15T20:17:57.784Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2749 | 2025-07-15T20:17:58.199Z | Checking memmap2 v0.9.5 |
2750 | 2025-07-15T20:17:58.551Z | Checking internet-checksum v0.2.1 |
2751 | 2025-07-15T20:17:58.791Z | Compiling target-spec v3.4.2 |
2752 | 2025-07-15T20:17:59.426Z | Checking cfg-expr v0.18.0 |
2753 | 2025-07-15T20:17:59.870Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2754 | 2025-07-15T20:18:00.287Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2755 | 2025-07-15T20:18:00.788Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2756 | 2025-07-15T20:18:01.322Z | Checking httptest v0.16.3 |
2757 | 2025-07-15T20:18:01.371Z | Checking topological-sort v0.2.2 |
2758 | 2025-07-15T20:18:01.639Z | Checking omicron-zone-package v0.12.2 |
2759 | 2025-07-15T20:18:03.542Z | Checking petgraph v0.7.1 |
2760 | 2025-07-15T20:18:04.500Z | Checking pathdiff v0.2.3 |
2761 | 2025-07-15T20:18:04.728Z | Compiling rstest_macros v0.25.0 |
2762 | 2025-07-15T20:18:05.309Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2763 | 2025-07-15T20:18:05.572Z | Compiling target-triple v0.1.3 |
2764 | 2025-07-15T20:18:05.846Z | Checking nested v0.1.1 |
2765 | 2025-07-15T20:18:05.885Z | Compiling doc-comment v0.3.3 |
2766 | 2025-07-15T20:18:06.117Z | Checking guppy v0.17.19 |
2767 | 2025-07-15T20:18:06.378Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2768 | 2025-07-15T20:18:06.691Z | Checking similar-asserts v1.7.0 |
2769 | 2025-07-15T20:18:06.997Z | Compiling proc-macro-crate v3.2.0 |
2770 | 2025-07-15T20:18:08.019Z | Compiling assert_cmd v2.0.17 |
2771 | 2025-07-15T20:18:08.183Z | Checking escape8259 v0.5.3 |
2772 | 2025-07-15T20:18:08.429Z | Compiling relative-path v1.9.3 |
2773 | 2025-07-15T20:18:08.585Z | Checking libtest-mimic v0.8.1 |
2774 | 2025-07-15T20:18:09.462Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2775 | 2025-07-15T20:18:09.759Z | Checking blake2b_simd v1.0.2 |
2776 | 2025-07-15T20:18:10.539Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2777 | 2025-07-15T20:18:11.055Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2778 | 2025-07-15T20:18:11.367Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2779 | 2025-07-15T20:18:12.241Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2780 | 2025-07-15T20:18:12.251Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2781 | 2025-07-15T20:18:12.497Z | Checking fancy-regex v0.14.0 |
2782 | 2025-07-15T20:18:13.525Z | Checking serde_tokenstream v0.2.2 |
2783 | 2025-07-15T20:18:13.986Z | Checking uzers v0.12.1 |
2784 | 2025-07-15T20:18:14.418Z | Checking datatest-stable v0.3.2 |
2785 | 2025-07-15T20:18:15.076Z | Checking rust-argon2 v2.1.0 |
2786 | 2025-07-15T20:18:15.515Z | Checking trybuild v1.0.105 |
2787 | 2025-07-15T20:18:16.716Z | Compiling git2 v0.19.0 |
2788 | 2025-07-15T20:18:17.366Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2789 | 2025-07-15T20:18:17.846Z | Checking rstest v0.25.0 |
2790 | 2025-07-15T20:18:18.155Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2791 | 2025-07-15T20:18:19.408Z | Checking support-bundle-viewer v0.1.2 |
2792 | 2025-07-15T20:18:19.885Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2793 | 2025-07-15T20:18:20.280Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2794 | 2025-07-15T20:18:20.675Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2795 | 2025-07-15T20:18:21.177Z | Checking rand_distr v0.4.3 |
2796 | 2025-07-15T20:18:23.589Z | Checking multimap v0.10.1 |
2797 | 2025-07-15T20:18:23.951Z | Checking approx v0.5.1 |
2798 | 2025-07-15T20:18:24.180Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2799 | 2025-07-15T20:18:24.228Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2800 | 2025-07-15T20:18:24.360Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2801 | 2025-07-15T20:18:24.499Z | Compiling samael v0.0.19 |
2802 | 2025-07-15T20:18:24.820Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2803 | 2025-07-15T20:18:24.867Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2804 | 2025-07-15T20:18:25.499Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2805 | 2025-07-15T20:18:25.804Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2806 | 2025-07-15T20:18:25.917Z | Checking partial-io v0.5.4 |
2807 | 2025-07-15T20:18:26.346Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2808 | 2025-07-15T20:18:26.795Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2809 | 2025-07-15T20:18:27.093Z | Checking cargo_toml v0.21.0 |
2810 | 2025-07-15T20:18:27.188Z | Checking termios v0.3.3 |
2811 | 2025-07-15T20:18:27.525Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2812 | 2025-07-15T20:18:27.593Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2813 | 2025-07-15T20:18:28.976Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2814 | 2025-07-15T20:18:30.497Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2815 | 2025-07-15T20:18:32.250Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2816 | 2025-07-15T20:18:48.564Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2817 | 2025-07-15T20:18:50.042Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2818 | 2025-07-15T20:19:05.167Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2819 | 2025-07-15T20:19:07.329Z | Compiling polar-core v0.27.3 |
2820 | 2025-07-15T20:19:13.516Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2821 | 2025-07-15T20:19:18.208Z | Checking oso v0.27.3 |
2822 | 2025-07-15T20:19:25.218Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2823 | 2025-07-15T20:19:28.882Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2824 | 2025-07-15T20:19:29.012Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2825 | 2025-07-15T20:19:34.195Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2826 | 2025-07-15T20:20:11.779Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2827 | 2025-07-15T20:20:11.779Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2828 | 2025-07-15T20:20:11.782Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2829 | 2025-07-15T20:21:32.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s |
2830 | 2025-07-15T20:21:33.001Z | |
2831 | 2025-07-15T20:21:33.001Z | real 7:04.617584825 |
2832 | 2025-07-15T20:21:33.002Z | user 38:30.116721153 |
2833 | 2025-07-15T20:21:33.002Z | sys 6:46.851769867 |
2834 | 2025-07-15T20:21:33.002Z | trap 1.079937720 |
2835 | 2025-07-15T20:21:33.002Z | tflt 0.516680694 |
2836 | 2025-07-15T20:21:33.002Z | dflt 0.182843247 |
2837 | 2025-07-15T20:21:33.002Z | kflt 0.000995512 |
2838 | 2025-07-15T20:21:33.002Z | lock 1:35:14.445145727 |
2839 | 2025-07-15T20:21:33.002Z | slp 2:07:51.485125696 |
2840 | 2025-07-15T20:21:33.002Z | lat 2:21.879721662 |
2841 | 2025-07-15T20:21:33.002Z | stop 13:37.541248121 |
2842 | 2025-07-15T20:21:33.006Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2843 | 2025-07-15T20:21:33.006Z | + ptime -m cargo doc --workspace --no-deps |
2844 | 2025-07-15T20:21:34.189Z | warning: output filename collision. |
2845 | 2025-07-15T20:21:34.189Z | 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)`. |
2846 | 2025-07-15T20:21:34.189Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2847 | 2025-07-15T20:21:34.189Z | The targets should have unique names. |
2848 | 2025-07-15T20:21:34.189Z | This is a known bug where multiple crates with the same name use |
2849 | 2025-07-15T20:21:34.189Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2850 | 2025-07-15T20:21:35.123Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2851 | 2025-07-15T20:21:35.345Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2852 | 2025-07-15T20:21:35.373Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2853 | 2025-07-15T20:21:35.441Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2854 | 2025-07-15T20:21:35.481Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2855 | 2025-07-15T20:21:35.505Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2856 | 2025-07-15T20:21:35.509Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2857 | 2025-07-15T20:21:35.747Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2858 | 2025-07-15T20:21:35.785Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2859 | 2025-07-15T20:21:35.822Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2860 | 2025-07-15T20:21:35.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2861 | 2025-07-15T20:21:36.073Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2862 | 2025-07-15T20:21:36.107Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2863 | 2025-07-15T20:21:36.164Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2864 | 2025-07-15T20:21:36.367Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2865 | 2025-07-15T20:21:36.402Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2866 | 2025-07-15T20:21:36.485Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2867 | 2025-07-15T20:21:36.614Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2868 | 2025-07-15T20:21:36.651Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2869 | 2025-07-15T20:21:36.981Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2870 | 2025-07-15T20:21:37.067Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2871 | 2025-07-15T20:21:37.140Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2872 | 2025-07-15T20:21:37.348Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2873 | 2025-07-15T20:21:37.553Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2874 | 2025-07-15T20:21:37.590Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2875 | 2025-07-15T20:21:38.039Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2876 | 2025-07-15T20:21:38.070Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2877 | 2025-07-15T20:21:38.502Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2878 | 2025-07-15T20:21:38.543Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2879 | 2025-07-15T20:21:38.733Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2880 | 2025-07-15T20:21:38.896Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2881 | 2025-07-15T20:21:39.012Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2882 | 2025-07-15T20:21:39.175Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2883 | 2025-07-15T20:21:39.204Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2884 | 2025-07-15T20:21:39.415Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2885 | 2025-07-15T20:21:39.655Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2886 | 2025-07-15T20:21:39.689Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2887 | 2025-07-15T20:21:39.722Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2888 | 2025-07-15T20:21:40.028Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2889 | 2025-07-15T20:21:40.065Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2890 | 2025-07-15T20:21:40.127Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2891 | 2025-07-15T20:21:40.201Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2892 | 2025-07-15T20:21:40.415Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2893 | 2025-07-15T20:21:40.522Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2894 | 2025-07-15T20:21:40.552Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2895 | 2025-07-15T20:21:40.614Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2896 | 2025-07-15T20:21:40.652Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2897 | 2025-07-15T20:21:40.795Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2898 | 2025-07-15T20:21:40.883Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2899 | 2025-07-15T20:21:40.979Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2900 | 2025-07-15T20:21:41.011Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2901 | 2025-07-15T20:21:41.368Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2902 | 2025-07-15T20:21:41.390Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2903 | 2025-07-15T20:21:41.417Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2904 | 2025-07-15T20:21:41.447Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2905 | 2025-07-15T20:21:41.679Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2906 | 2025-07-15T20:21:41.895Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2907 | 2025-07-15T20:21:42.390Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2908 | 2025-07-15T20:21:43.343Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2909 | 2025-07-15T20:21:43.671Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2910 | 2025-07-15T20:21:45.052Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2911 | 2025-07-15T20:21:46.301Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2912 | 2025-07-15T20:21:46.636Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2913 | 2025-07-15T20:21:47.724Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2914 | 2025-07-15T20:21:47.919Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2915 | 2025-07-15T20:21:48.159Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2916 | 2025-07-15T20:21:52.999Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2917 | 2025-07-15T20:21:53.067Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2918 | 2025-07-15T20:21:53.067Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2919 | 2025-07-15T20:21:53.067Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2920 | 2025-07-15T20:21:53.067Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2921 | 2025-07-15T20:21:53.067Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2922 | 2025-07-15T20:21:53.350Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2923 | 2025-07-15T20:21:53.605Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2924 | 2025-07-15T20:21:53.949Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2925 | 2025-07-15T20:21:54.706Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2926 | 2025-07-15T20:21:54.738Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2927 | 2025-07-15T20:21:55.411Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2928 | 2025-07-15T20:21:55.450Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2929 | 2025-07-15T20:21:56.144Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2930 | 2025-07-15T20:21:59.289Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2931 | 2025-07-15T20:21:59.610Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2932 | 2025-07-15T20:22:01.000Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2933 | 2025-07-15T20:22:01.229Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2934 | 2025-07-15T20:22:01.416Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2935 | 2025-07-15T20:22:01.826Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2936 | 2025-07-15T20:22:01.859Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2937 | 2025-07-15T20:22:02.330Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2938 | 2025-07-15T20:22:03.042Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2939 | 2025-07-15T20:22:03.518Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2940 | 2025-07-15T20:22:04.149Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2941 | 2025-07-15T20:22:04.414Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2942 | 2025-07-15T20:22:05.532Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2943 | 2025-07-15T20:22:06.609Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2944 | 2025-07-15T20:22:06.613Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2945 | 2025-07-15T20:22:07.193Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2946 | 2025-07-15T20:22:07.225Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2947 | 2025-07-15T20:22:08.324Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2948 | 2025-07-15T20:22:08.800Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2949 | 2025-07-15T20:22:08.837Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2950 | 2025-07-15T20:22:09.609Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2951 | 2025-07-15T20:22:12.313Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2952 | 2025-07-15T20:22:12.346Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2953 | 2025-07-15T20:22:12.346Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2954 | 2025-07-15T20:22:12.559Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2955 | 2025-07-15T20:22:13.031Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2956 | 2025-07-15T20:22:13.320Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2957 | 2025-07-15T20:22:13.737Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2958 | 2025-07-15T20:22:14.062Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2959 | 2025-07-15T20:22:14.129Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2960 | 2025-07-15T20:22:14.294Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2961 | 2025-07-15T20:22:14.496Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2962 | 2025-07-15T20:22:14.993Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2963 | 2025-07-15T20:22:15.047Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2964 | 2025-07-15T20:22:15.099Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2965 | 2025-07-15T20:22:15.102Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2966 | 2025-07-15T20:22:15.693Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2967 | 2025-07-15T20:22:15.763Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2968 | 2025-07-15T20:22:15.819Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2969 | 2025-07-15T20:22:15.854Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2970 | 2025-07-15T20:22:16.595Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2971 | 2025-07-15T20:22:16.716Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2972 | 2025-07-15T20:22:17.117Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2973 | 2025-07-15T20:22:17.729Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2974 | 2025-07-15T20:22:18.056Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2975 | 2025-07-15T20:22:18.470Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2976 | 2025-07-15T20:22:18.683Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2977 | 2025-07-15T20:22:19.788Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2978 | 2025-07-15T20:22:19.829Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2979 | 2025-07-15T20:22:21.018Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2980 | 2025-07-15T20:22:21.058Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2981 | 2025-07-15T20:22:21.249Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2982 | 2025-07-15T20:22:21.282Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2983 | 2025-07-15T20:22:21.460Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2984 | 2025-07-15T20:22:22.122Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2985 | 2025-07-15T20:22:22.359Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2986 | 2025-07-15T20:22:24.007Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2987 | 2025-07-15T20:22:24.166Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2988 | 2025-07-15T20:22:24.362Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2989 | 2025-07-15T20:22:24.434Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2990 | 2025-07-15T20:22:24.705Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2991 | 2025-07-15T20:22:24.852Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2992 | 2025-07-15T20:22:25.807Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2993 | 2025-07-15T20:22:27.809Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2994 | 2025-07-15T20:22:29.008Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2995 | 2025-07-15T20:22:29.131Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2025-07-15T20:22:30.286Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2997 | 2025-07-15T20:22:30.911Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2998 | 2025-07-15T20:22:31.521Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2025-07-15T20:22:31.553Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3000 | 2025-07-15T20:22:32.457Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3001 | 2025-07-15T20:22:32.694Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3002 | 2025-07-15T20:22:34.226Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3003 | 2025-07-15T20:22:35.368Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3004 | 2025-07-15T20:22:37.454Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3005 | 2025-07-15T20:22:37.910Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3006 | 2025-07-15T20:22:40.637Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3007 | 2025-07-15T20:22:42.694Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3008 | 2025-07-15T20:22:44.693Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3009 | 2025-07-15T20:22:44.739Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3010 | 2025-07-15T20:22:47.874Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3011 | 2025-07-15T20:22:49.539Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3012 | 2025-07-15T20:22:49.973Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3013 | 2025-07-15T20:22:51.237Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3014 | 2025-07-15T20:22:51.682Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3015 | 2025-07-15T20:22:58.707Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3016 | 2025-07-15T20:23:00.263Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3017 | 2025-07-15T20:23:00.631Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3018 | 2025-07-15T20:23:01.771Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3019 | 2025-07-15T20:23:02.111Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3020 | 2025-07-15T20:23:02.421Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3021 | 2025-07-15T20:23:02.989Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3022 | 2025-07-15T20:23:04.345Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3023 | 2025-07-15T20:23:06.198Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3024 | 2025-07-15T20:23:06.231Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3025 | 2025-07-15T20:23:08.359Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3026 | 2025-07-15T20:23:08.825Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3027 | 2025-07-15T20:23:10.460Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3028 | 2025-07-15T20:23:13.095Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3029 | 2025-07-15T20:23:13.197Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3030 | 2025-07-15T20:23:13.847Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3031 | 2025-07-15T20:23:15.011Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3032 | 2025-07-15T20:23:15.925Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3033 | 2025-07-15T20:23:16.408Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3034 | 2025-07-15T20:23:18.750Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3035 | 2025-07-15T20:23:18.827Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3036 | 2025-07-15T20:23:18.854Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3037 | 2025-07-15T20:23:21.165Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3038 | 2025-07-15T20:23:21.468Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3039 | 2025-07-15T20:23:24.081Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3040 | 2025-07-15T20:23:25.392Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3041 | 2025-07-15T20:23:25.522Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3042 | 2025-07-15T20:23:25.661Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3043 | 2025-07-15T20:23:25.812Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3044 | 2025-07-15T20:23:27.865Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3045 | 2025-07-15T20:23:29.423Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3046 | 2025-07-15T20:23:30.049Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3047 | 2025-07-15T20:23:30.409Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3048 | 2025-07-15T20:23:30.600Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3049 | 2025-07-15T20:23:31.491Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3050 | 2025-07-15T20:23:32.794Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3051 | 2025-07-15T20:23:34.262Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3052 | 2025-07-15T20:23:34.333Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3053 | 2025-07-15T20:23:34.383Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3054 | 2025-07-15T20:23:35.215Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3055 | 2025-07-15T20:23:36.730Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3056 | 2025-07-15T20:23:37.363Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3057 | 2025-07-15T20:23:38.138Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3058 | 2025-07-15T20:23:38.180Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3059 | 2025-07-15T20:23:39.006Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3060 | 2025-07-15T20:23:41.841Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3061 | 2025-07-15T20:23:41.873Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3062 | 2025-07-15T20:23:42.216Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3063 | 2025-07-15T20:23:42.839Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3064 | 2025-07-15T20:23:43.565Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3065 | 2025-07-15T20:23:45.442Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3066 | 2025-07-15T20:23:45.600Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3067 | 2025-07-15T20:23:45.685Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3068 | 2025-07-15T20:23:46.635Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3069 | 2025-07-15T20:23:47.725Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3070 | 2025-07-15T20:23:48.130Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3071 | 2025-07-15T20:23:49.117Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3072 | 2025-07-15T20:23:49.964Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3073 | 2025-07-15T20:23:50.811Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3074 | 2025-07-15T20:23:51.625Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3075 | 2025-07-15T20:23:51.877Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3076 | 2025-07-15T20:23:52.147Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3077 | 2025-07-15T20:23:52.354Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3078 | 2025-07-15T20:23:53.819Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3079 | 2025-07-15T20:23:54.428Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3080 | 2025-07-15T20:23:54.722Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3081 | 2025-07-15T20:23:55.014Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3082 | 2025-07-15T20:23:56.972Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3083 | 2025-07-15T20:23:57.093Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3084 | 2025-07-15T20:23:57.147Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3085 | 2025-07-15T20:23:57.402Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3086 | 2025-07-15T20:23:58.190Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3087 | 2025-07-15T20:23:58.968Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3088 | 2025-07-15T20:24:00.429Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3089 | 2025-07-15T20:24:00.583Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3090 | 2025-07-15T20:24:00.887Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3091 | 2025-07-15T20:24:01.211Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3092 | 2025-07-15T20:24:02.446Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3093 | 2025-07-15T20:24:02.831Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3094 | 2025-07-15T20:24:02.902Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3095 | 2025-07-15T20:24:03.480Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3096 | 2025-07-15T20:24:03.663Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3097 | 2025-07-15T20:24:04.106Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3098 | 2025-07-15T20:24:04.369Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3099 | 2025-07-15T20:24:06.064Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3100 | 2025-07-15T20:24:06.341Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3101 | 2025-07-15T20:24:12.124Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3102 | 2025-07-15T20:24:12.438Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3103 | 2025-07-15T20:24:12.703Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3104 | 2025-07-15T20:24:13.319Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3105 | 2025-07-15T20:24:14.482Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3106 | 2025-07-15T20:24:15.471Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3107 | 2025-07-15T20:24:16.108Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3108 | 2025-07-15T20:24:16.981Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3109 | 2025-07-15T20:24:17.763Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3110 | 2025-07-15T20:24:17.809Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3111 | 2025-07-15T20:24:17.958Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3112 | 2025-07-15T20:24:18.384Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3113 | 2025-07-15T20:24:18.763Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3114 | 2025-07-15T20:24:18.845Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3115 | 2025-07-15T20:24:19.285Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3116 | 2025-07-15T20:24:19.567Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3117 | 2025-07-15T20:24:20.393Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3118 | 2025-07-15T20:24:21.121Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3119 | 2025-07-15T20:24:21.191Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3120 | 2025-07-15T20:24:21.445Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3121 | 2025-07-15T20:24:21.620Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3122 | 2025-07-15T20:24:22.091Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3123 | 2025-07-15T20:24:22.374Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3124 | 2025-07-15T20:24:22.571Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3125 | 2025-07-15T20:24:22.602Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3126 | 2025-07-15T20:24:22.694Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3127 | 2025-07-15T20:24:22.968Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3128 | 2025-07-15T20:24:23.133Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3129 | 2025-07-15T20:24:24.013Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3130 | 2025-07-15T20:24:24.816Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3131 | 2025-07-15T20:25:02.453Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3132 | 2025-07-15T20:25:09.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 36s |
3133 | 2025-07-15T20:25:10.142Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 163 other files |
3134 | 2025-07-15T20:25:10.227Z | |
3135 | 2025-07-15T20:25:10.230Z | real 3:37.148011824 |
3136 | 2025-07-15T20:25:10.230Z | user 20:41.160946639 |
3137 | 2025-07-15T20:25:10.230Z | sys 3:10.776981931 |
3138 | 2025-07-15T20:25:10.230Z | trap 0.530242220 |
3139 | 2025-07-15T20:25:10.230Z | tflt 0.208194194 |
3140 | 2025-07-15T20:25:10.230Z | dflt 0.095591887 |
3141 | 2025-07-15T20:25:10.230Z | kflt 0.000784696 |
3142 | 2025-07-15T20:25:10.230Z | lock 49:32.724338618 |
3143 | 2025-07-15T20:25:10.230Z | slp 58:38.532415255 |
3144 | 2025-07-15T20:25:10.230Z | lat 1:33.021564835 |
3145 | 2025-07-15T20:25:10.230Z | stop 1:57.808960996 |
3146 | 2025-07-15T20:25:10.230Z | process exited: duration 937016 ms, exit code 0 |
|
3147 | 2025-07-15T20:25:10.238Z | found 0 output files |