|
|
|
1 | 2025-05-22T19:58:06.166Z | job assigned to worker 01JVWS498Z0SD52C6Z66CDWBB8 [factory aws, i-0aef31332ed797887] (queued for 1 m 8 s) |
|
2 | 2025-05-22T19:58:14.441Z | starting task 0: "setup" |
3 | 2025-05-22T19:58:14.447Z | ++ uname -s |
4 | 2025-05-22T19:58:14.450Z | + kern=SunOS |
5 | 2025-05-22T19:58:14.450Z | + build_user=build |
6 | 2025-05-22T19:58:14.450Z | + build_uid=12345 |
7 | 2025-05-22T19:58:14.450Z | + work_dir=/work |
8 | 2025-05-22T19:58:14.450Z | + input_dir=/input |
9 | 2025-05-22T19:58:14.450Z | + [[ 0 == 12345 ]] |
10 | 2025-05-22T19:58:14.450Z | + case "$kern" in |
11 | 2025-05-22T19:58:14.450Z | + groupadd -g 12345 build |
12 | 2025-05-22T19:58:14.453Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-22T19:58:16.461Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-22T19:58:16.585Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-22T19:58:16.588Z | + home_fs=zfs |
16 | 2025-05-22T19:58:16.588Z | + [[ zfs == autofs ]] |
17 | 2025-05-22T19:58:16.588Z | + mkdir -p /home/build |
18 | 2025-05-22T19:58:16.591Z | + chown build:build /home/build /work |
19 | 2025-05-22T19:58:18.592Z | + chmod 0700 /home/build /work |
20 | 2025-05-22T19:58:18.595Z | process exited: duration 4156 ms, exit code 0 |
|
21 | 2025-05-22T19:58:18.602Z | starting task 1: "rust-toolchain" |
22 | 2025-05-22T19:58:18.607Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-05-22T19:58:18.607Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-05-22T19:58:18.607Z | * rust toolchain channel = "1.87.0" |
25 | 2025-05-22T19:58:18.607Z | * rust toolchain profile = "default" |
26 | 2025-05-22T19:58:18.607Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-22T19:58:18.607Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-22T19:58:18.613Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-22T19:58:18.613Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-05-22T19:58:18.718Z | info: downloading installer |
31 | 2025-05-22T19:58:20.421Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-22T19:58:20.421Z | warn: /opt/ooce/bin |
33 | 2025-05-22T19:58:20.421Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-22T19:58:20.422Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-22T19:58:20.422Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-22T19:58:20.422Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-22T19:58:20.422Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-22T19:58:20.422Z | error: cannot install while Rust is installed |
39 | 2025-05-22T19:58:20.422Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-22T19:58:20.441Z | info: profile set to 'default' |
41 | 2025-05-22T19:58:20.441Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-22T19:58:20.444Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-05-22T19:58:20.618Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-05-22T19:58:20.618Z | info: downloading component 'cargo' |
45 | 2025-05-22T19:58:21.761Z | info: downloading component 'clippy' |
46 | 2025-05-22T19:58:22.151Z | info: downloading component 'rust-docs' |
47 | 2025-05-22T19:58:23.853Z | info: downloading component 'rust-std' |
48 | 2025-05-22T19:58:25.847Z | info: downloading component 'rustc' |
49 | 2025-05-22T19:58:34.660Z | info: downloading component 'rustfmt' |
50 | 2025-05-22T19:58:34.949Z | info: installing component 'cargo' |
51 | 2025-05-22T19:58:35.840Z | info: installing component 'clippy' |
52 | 2025-05-22T19:58:36.237Z | info: installing component 'rust-docs' |
53 | 2025-05-22T19:58:38.109Z | info: installing component 'rust-std' |
54 | 2025-05-22T19:58:40.037Z | info: installing component 'rustc' |
55 | 2025-05-22T19:58:46.712Z | info: installing component 'rustfmt' |
56 | 2025-05-22T19:58:47.050Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-05-22T19:58:47.050Z | |
58 | 2025-05-22T19:58:47.474Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-05-22T19:58:47.474Z | |
60 | 2025-05-22T19:58:47.478Z | |
61 | 2025-05-22T19:58:47.478Z | Rust is installed now. Great! |
62 | 2025-05-22T19:58:47.478Z | |
63 | 2025-05-22T19:58:47.478Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-22T19:58:47.478Z | environment variable. This has not been done automatically. |
65 | 2025-05-22T19:58:47.478Z | |
66 | 2025-05-22T19:58:47.478Z | To configure your current shell, you need to source |
67 | 2025-05-22T19:58:47.478Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-22T19:58:47.478Z | |
69 | 2025-05-22T19:58:47.478Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-22T19:58:47.478Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-22T19:58:47.478Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-22T19:58:47.478Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-22T19:58:47.558Z | + rustup --version |
74 | 2025-05-22T19:58:47.570Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-22T19:58:47.573Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-22T19:58:47.650Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-05-22T19:58:47.654Z | + cargo --version |
78 | 2025-05-22T19:58:47.719Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-05-22T19:58:47.722Z | + rustc --version |
80 | 2025-05-22T19:58:47.791Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-05-22T19:58:47.795Z | process exited: duration 29190 ms, exit code 0 |
|
82 | 2025-05-22T19:58:47.801Z | starting task 2: "authentication" |
83 | 2025-05-22T19:58:47.824Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-05-22T19:58:47.833Z | starting task 3: "clone repository" |
85 | 2025-05-22T19:58:47.836Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-22T19:58:47.839Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-22T19:58:47.944Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-22T19:58:58.012Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-22T19:58:58.012Z | + git fetch origin 50160a8100ab2e0e0a264b5535e542d78af78c16 |
90 | 2025-05-22T19:58:58.366Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-22T19:58:58.366Z | * branch 50160a8100ab2e0e0a264b5535e542d78af78c16 -> FETCH_HEAD |
92 | 2025-05-22T19:58:58.380Z | + [[ -n range-request-sb ]] |
93 | 2025-05-22T19:58:58.380Z | ++ git branch --show-current |
94 | 2025-05-22T19:58:58.380Z | + current=main |
95 | 2025-05-22T19:58:58.380Z | + [[ main != range-request-sb ]] |
96 | 2025-05-22T19:58:58.380Z | + git branch -f range-request-sb 50160a8100ab2e0e0a264b5535e542d78af78c16 |
97 | 2025-05-22T19:58:58.380Z | + git checkout -f range-request-sb |
98 | 2025-05-22T19:58:58.550Z | Switched to branch 'range-request-sb' |
99 | 2025-05-22T19:58:58.560Z | + git reset --hard 50160a8100ab2e0e0a264b5535e542d78af78c16 |
100 | 2025-05-22T19:58:58.612Z | HEAD is now at 50160a810 More text |
101 | 2025-05-22T19:58:58.616Z | process exited: duration 10783 ms, exit code 0 |
|
102 | 2025-05-22T19:58:58.622Z | starting task 4: "build" |
103 | 2025-05-22T19:58:58.628Z | + source ./env.sh |
104 | 2025-05-22T19:58:58.628Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-05-22T19:58:58.628Z | ++ set -o xtrace |
106 | 2025-05-22T19:58:58.631Z | ++++ dirname ./env.sh |
107 | 2025-05-22T19:58:58.665Z | +++ readlink -f . |
108 | 2025-05-22T19:58:58.700Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ 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-05-22T19:58:58.704Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-05-22T19:58:58.704Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-05-22T19:58:58.704Z | + source .github/buildomat/ci-env.sh |
120 | 2025-05-22T19:58:58.704Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-05-22T19:58:58.704Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-05-22T19:58:58.704Z | + cargo --version |
123 | 2025-05-22T19:58:58.758Z | cargo 1.87.0 (99624be96 2025-05-06) |
124 | 2025-05-22T19:58:58.762Z | + rustc --version |
125 | 2025-05-22T19:58:58.834Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
126 | 2025-05-22T19:58:58.838Z | + banner prerequisites |
127 | 2025-05-22T19:58:58.841Z | |
128 | 2025-05-22T19:58:58.841Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-05-22T19:58:58.841Z | # # # # # # # # # # # # # # # |
130 | 2025-05-22T19:58:58.841Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-05-22T19:58:58.841Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-05-22T19:58:58.841Z | # # # # # # # # # # # # # # # |
133 | 2025-05-22T19:58:58.841Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-05-22T19:58:58.841Z | |
135 | 2025-05-22T19:58:58.845Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-05-22T19:59:11.166Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-05-22T19:59:17.062Z | Startup: Caching catalogs ... Done |
138 | 2025-05-22T19:59:22.838Z | Planning: Solver setup ... Done (4.592s) |
139 | 2025-05-22T19:59:22.883Z | Planning: Running solver ... Done (0.044s) |
140 | 2025-05-22T19:59:22.972Z | Planning: Finding local manifests ... Done (0.002s) |
141 | 2025-05-22T19:59:23.006Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-05-22T19:59:23.173Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-05-22T19:59:23.225Z | Planning: Package planning ... Done (0.052s) |
144 | 2025-05-22T19:59:23.275Z | Planning: Merging actions ... Done (0.050s) |
145 | 2025-05-22T19:59:23.573Z | Planning: Checking for conflicting actions ... Done (0.298s) |
146 | 2025-05-22T19:59:23.585Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-05-22T19:59:24.493Z | Planning: Evaluating mediators ... Done (0.908s) |
148 | 2025-05-22T19:59:24.503Z | Planning: Planning completed in 7.32 seconds |
149 | 2025-05-22T19:59:24.519Z | Packages to install: 4 |
150 | 2025-05-22T19:59:24.519Z | Mediators to change: 2 |
151 | 2025-05-22T19:59:24.525Z | Services to change: 1 |
152 | 2025-05-22T19:59:24.525Z | Estimated space available: 155.53 GB |
153 | 2025-05-22T19:59:24.525Z | Estimated space to be consumed: 1.66 GB |
154 | 2025-05-22T19:59:24.525Z | Create boot environment: No |
155 | 2025-05-22T19:59:24.526Z | Create backup boot environment: No |
156 | 2025-05-22T19:59:24.526Z | Rebuild boot archive: No |
157 | 2025-05-22T19:59:24.526Z | |
158 | 2025-05-22T19:59:24.526Z | Changed mediators: |
159 | 2025-05-22T19:59:24.526Z | mediator clang: |
160 | 2025-05-22T19:59:24.526Z | version: None -> 15 (system default) |
161 | 2025-05-22T19:59:24.526Z | |
162 | 2025-05-22T19:59:24.526Z | mediator llvm: |
163 | 2025-05-22T19:59:24.526Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-05-22T19:59:24.526Z | |
165 | 2025-05-22T19:59:24.526Z | Changed packages: |
166 | 2025-05-22T19:59:24.526Z | helios-dev |
167 | 2025-05-22T19:59:24.526Z | developer/build-essential |
168 | 2025-05-22T19:59:24.526Z | None -> 11-2.0 |
169 | 2025-05-22T19:59:24.526Z | library/libxmlsec1 |
170 | 2025-05-22T19:59:24.526Z | None -> 1.2.35-2.0 |
171 | 2025-05-22T19:59:24.526Z | ooce/developer/clang-15 |
172 | 2025-05-22T19:59:24.526Z | None -> 15.0.7-2.0 |
173 | 2025-05-22T19:59:24.526Z | ooce/developer/llvm-15 |
174 | 2025-05-22T19:59:24.526Z | None -> 15.0.7-2.0 |
175 | 2025-05-22T19:59:24.526Z | |
176 | 2025-05-22T19:59:24.526Z | Services: |
177 | 2025-05-22T19:59:24.526Z | restart_fmri: |
178 | 2025-05-22T19:59:24.526Z | svc:/system/update-man-index:default |
179 | 2025-05-22T19:59:24.573Z | |
180 | 2025-05-22T19:59:24.573Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-05-22T19:59:29.577Z | Download: 1137/3290 items 57.8/212.6MB 27% complete (11.5M/s) |
182 | 2025-05-22T19:59:34.580Z | Download: 1853/3290 items 118.5/212.6MB 55% complete (11.9M/s) |
183 | 2025-05-22T19:59:39.582Z | Download: 3069/3290 items 121.4/212.6MB 57% complete (6.8M/s) |
184 | 2025-05-22T19:59:44.844Z | Download: 3279/3290 items 210.2/212.6MB 98% complete (9.2M/s) |
185 | 2025-05-22T19:59:46.495Z | Download: Completed 212.60 MB in 21.92 seconds (9.7M/s) |
186 | 2025-05-22T19:59:46.665Z | Actions: 1/3689 actions (Installing new actions) |
187 | 2025-05-22T19:59:51.301Z | Actions: Completed 3689 actions in 4.63 seconds. |
188 | 2025-05-22T19:59:51.616Z | Done (0.310s) |
189 | 2025-05-22T19:59:51.616Z | Done (0.000s) |
190 | 2025-05-22T19:59:52.366Z | Done (0.750s) |
191 | 2025-05-22T19:59:56.956Z | Done (4.305s) |
192 | 2025-05-22T19:59:57.049Z | Done (0.017s) |
193 | 2025-05-22T19:59:57.052Z | Done (0.000s) |
194 | 2025-05-22T19:59:57.212Z | Done (0.000s) |
195 | 2025-05-22T19:59:58.038Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-05-22T19:59:58.203Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-05-22T19:59:58.209Z | Planning: Consolidating action changes ... Done |
198 | 2025-05-22T19:59:58.487Z | Planning: Evaluating mediators ... Done |
199 | 2025-05-22T19:59:58.490Z | Planning: Planning completed in 0.45 seconds |
200 | 2025-05-22T19:59:58.524Z | Mediators to change: 2 |
201 | 2025-05-22T19:59:58.524Z | Create boot environment: No |
202 | 2025-05-22T19:59:58.528Z | Create backup boot environment: No |
203 | 2025-05-22T19:59:58.596Z | Done |
204 | 2025-05-22T19:59:58.596Z | Done |
205 | 2025-05-22T19:59:59.140Z | Done |
206 | 2025-05-22T20:00:03.027Z | Done |
207 | 2025-05-22T20:00:03.122Z | Done |
208 | 2025-05-22T20:00:03.126Z | Done |
209 | 2025-05-22T20:00:03.276Z | Done |
210 | 2025-05-22T20:00:03.925Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-05-22T20:00:03.928Z | Planning: Merging actions ... Done |
212 | 2025-05-22T20:00:04.117Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-05-22T20:00:04.121Z | Planning: Consolidating action changes ... Done |
214 | 2025-05-22T20:00:04.414Z | Planning: Evaluating mediators ... Done |
215 | 2025-05-22T20:00:04.459Z | Planning: Planning completed in 0.78 seconds |
216 | 2025-05-22T20:00:04.489Z | Packages to change: 1 |
217 | 2025-05-22T20:00:04.489Z | Mediators to change: 1 |
218 | 2025-05-22T20:00:04.489Z | Services to change: 1 |
219 | 2025-05-22T20:00:04.489Z | Create boot environment: No |
220 | 2025-05-22T20:00:04.497Z | Create backup boot environment: Yes |
221 | 2025-05-22T20:00:06.791Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-05-22T20:00:06.794Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2025-05-22T20:00:06.794Z | Done |
224 | 2025-05-22T20:00:06.794Z | Done |
225 | 2025-05-22T20:00:06.946Z | Done |
226 | 2025-05-22T20:00:10.859Z | Done |
227 | 2025-05-22T20:00:10.954Z | Done |
228 | 2025-05-22T20:00:10.957Z | Done |
229 | 2025-05-22T20:00:11.181Z | Done |
230 | 2025-05-22T20:00:11.642Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-05-22T20:00:11.642Z | clang system 15 system |
232 | 2025-05-22T20:00:11.642Z | csh system system illumos |
233 | 2025-05-22T20:00:11.642Z | ctags system system illumos |
234 | 2025-05-22T20:00:11.642Z | file system system illumos |
235 | 2025-05-22T20:00:11.642Z | gcc vendor 12 vendor |
236 | 2025-05-22T20:00:11.642Z | gcc system 10 system |
237 | 2025-05-22T20:00:11.642Z | gcc system 7 system |
238 | 2025-05-22T20:00:11.642Z | go system 1.20 system |
239 | 2025-05-22T20:00:11.646Z | go system 1.19 system |
240 | 2025-05-22T20:00:11.646Z | llvm system 15 system |
241 | 2025-05-22T20:00:11.646Z | llvm system 14 system |
242 | 2025-05-22T20:00:11.646Z | mariadb system 10.6 system |
243 | 2025-05-22T20:00:11.646Z | mta vendor vendor dma |
244 | 2025-05-22T20:00:11.646Z | openjdk system 17 system |
245 | 2025-05-22T20:00:11.646Z | openjdk system 11 system |
246 | 2025-05-22T20:00:11.646Z | openjdk system 1.8 system |
247 | 2025-05-22T20:00:11.646Z | openssl vendor 3 vendor |
248 | 2025-05-22T20:00:11.646Z | perl system 5.36 system |
249 | 2025-05-22T20:00:11.646Z | postgresql system 15 system |
250 | 2025-05-22T20:00:11.646Z | postgresql system 13 system |
251 | 2025-05-22T20:00:11.646Z | python vendor 3 vendor |
252 | 2025-05-22T20:00:11.646Z | python system 2 system |
253 | 2025-05-22T20:00:11.646Z | python3 system 3.11 system |
254 | 2025-05-22T20:00:11.646Z | ruby system 3.0 system |
255 | 2025-05-22T20:00:11.646Z | words vendor vendor american-english |
256 | 2025-05-22T20:00:11.646Z | words system system australian-english |
257 | 2025-05-22T20:00:11.646Z | words system system british-english |
258 | 2025-05-22T20:00:11.646Z | words system system canadian-english |
259 | 2025-05-22T20:00:11.646Z | words system system french |
260 | 2025-05-22T20:00:11.646Z | words system system italian |
261 | 2025-05-22T20:00:11.646Z | words system system ngerman |
262 | 2025-05-22T20:00:11.646Z | words system system ogerman |
263 | 2025-05-22T20:00:11.646Z | words system system spanish |
264 | 2025-05-22T20:00:11.996Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-05-22T20:00:11.996Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-05-22T20:00:15.901Z | FMRI IFO |
267 | 2025-05-22T20:00:15.901Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-05-22T20:00:15.901Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
274 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
277 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
280 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-05-22T20:00:15.902Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-05-22T20:00:16.862Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-05-22T20:00:17.129Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
284 | 2025-05-22T20:00:17.851Z | Updating crates.io index |
285 | 2025-05-22T20:00:17.912Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
286 | 2025-05-22T20:00:18.223Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-05-22T20:00:18.827Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-05-22T20:00:19.110Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-05-22T20:00:19.414Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
290 | 2025-05-22T20:00:19.728Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-05-22T20:00:20.933Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-05-22T20:00:22.988Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-05-22T20:00:23.848Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-05-22T20:00:24.529Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-05-22T20:00:24.930Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-05-22T20:00:25.318Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-05-22T20:00:25.971Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-05-22T20:00:26.251Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2025-05-22T20:00:26.662Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
300 | 2025-05-22T20:00:27.173Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-05-22T20:00:27.617Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2025-05-22T20:00:27.970Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-05-22T20:00:28.265Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-05-22T20:00:28.510Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-05-22T20:00:28.827Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-05-22T20:00:29.176Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-05-22T20:00:29.597Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-05-22T20:00:29.907Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-05-22T20:00:30.305Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-05-22T20:00:30.794Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
311 | 2025-05-22T20:00:31.259Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-05-22T20:00:31.583Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-05-22T20:00:31.932Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-05-22T20:00:32.457Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-05-22T20:00:32.867Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-05-22T20:00:32.939Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-05-22T20:00:33.274Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
318 | 2025-05-22T20:00:41.935Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2025-05-22T20:00:43.233Z | Downloading crates ... |
320 | 2025-05-22T20:00:43.294Z | Downloaded anstream v0.6.18 |
321 | 2025-05-22T20:00:43.298Z | Downloaded byteorder v1.5.0 |
322 | 2025-05-22T20:00:43.311Z | Downloaded bitflags v2.9.0 |
323 | 2025-05-22T20:00:43.317Z | Downloaded cargo_metadata v0.19.2 |
324 | 2025-05-22T20:00:43.317Z | Downloaded bytecount v0.6.8 |
325 | 2025-05-22T20:00:43.317Z | Downloaded block-buffer v0.10.4 |
326 | 2025-05-22T20:00:43.317Z | Downloaded bitflags v1.3.2 |
327 | 2025-05-22T20:00:43.323Z | Downloaded zerocopy-derive v0.7.35 |
328 | 2025-05-22T20:00:43.323Z | Downloaded cargo_toml v0.21.0 |
329 | 2025-05-22T20:00:43.331Z | Downloaded anstyle v1.0.10 |
330 | 2025-05-22T20:00:43.331Z | Downloaded zerocopy v0.7.35 |
331 | 2025-05-22T20:00:43.342Z | Downloaded log v0.4.27 |
332 | 2025-05-22T20:00:43.351Z | Downloaded io-lifetimes v1.0.11 |
333 | 2025-05-22T20:00:43.352Z | Downloaded heck v0.4.1 |
334 | 2025-05-22T20:00:43.352Z | Downloaded crypto-common v0.1.6 |
335 | 2025-05-22T20:00:43.371Z | Downloaded dof v0.3.0 |
336 | 2025-05-22T20:00:43.371Z | Downloaded digest v0.10.7 |
337 | 2025-05-22T20:00:43.371Z | Downloaded camino v1.1.9 |
338 | 2025-05-22T20:00:43.371Z | Downloaded camino-tempfile v1.3.0 |
339 | 2025-05-22T20:00:43.371Z | Downloaded scroll v0.12.0 |
340 | 2025-05-22T20:00:43.372Z | Downloaded version_check v0.9.5 |
341 | 2025-05-22T20:00:43.372Z | Downloaded plain v0.2.3 |
342 | 2025-05-22T20:00:43.372Z | Downloaded memmap v0.7.0 |
343 | 2025-05-22T20:00:43.381Z | Downloaded clap v4.5.35 |
344 | 2025-05-22T20:00:43.381Z | Downloaded cargo-platform v0.1.8 |
345 | 2025-05-22T20:00:43.381Z | Downloaded cpufeatures v0.2.14 |
346 | 2025-05-22T20:00:43.382Z | Downloaded anstyle-query v1.1.1 |
347 | 2025-05-22T20:00:43.382Z | Downloaded pest_meta v2.7.14 |
348 | 2025-05-22T20:00:43.382Z | Downloaded smawk v0.3.2 |
349 | 2025-05-22T20:00:43.382Z | Downloaded heck v0.5.0 |
350 | 2025-05-22T20:00:43.399Z | Downloaded anstyle-parse v0.2.5 |
351 | 2025-05-22T20:00:43.399Z | Downloaded pretty-hex v0.4.1 |
352 | 2025-05-22T20:00:43.400Z | Downloaded cfg-if v1.0.0 |
353 | 2025-05-22T20:00:43.400Z | Downloaded proc-macro2 v1.0.95 |
354 | 2025-05-22T20:00:43.400Z | Downloaded is_terminal_polyfill v1.70.1 |
355 | 2025-05-22T20:00:43.419Z | Downloaded equivalent v1.0.1 |
356 | 2025-05-22T20:00:43.420Z | Downloaded proc-macro-error v1.0.4 |
357 | 2025-05-22T20:00:43.420Z | Downloaded swrite v0.1.0 |
358 | 2025-05-22T20:00:43.420Z | Downloaded dtrace-parser v0.2.0 |
359 | 2025-05-22T20:00:43.490Z | Downloaded scroll_derive v0.12.0 |
360 | 2025-05-22T20:00:43.490Z | Downloaded usdt-macro v0.5.0 |
361 | 2025-05-22T20:00:43.490Z | Downloaded macaddr v1.0.1 |
362 | 2025-05-22T20:00:43.490Z | Downloaded pest_generator v2.7.14 |
363 | 2025-05-22T20:00:43.490Z | Downloaded fastrand v2.1.1 |
364 | 2025-05-22T20:00:43.490Z | Downloaded errno v0.3.9 |
365 | 2025-05-22T20:00:43.490Z | Downloaded itoa v1.0.11 |
366 | 2025-05-22T20:00:43.491Z | Downloaded fnv v1.0.7 |
367 | 2025-05-22T20:00:43.491Z | Downloaded autocfg v1.4.0 |
368 | 2025-05-22T20:00:43.491Z | Downloaded proc-macro-error-attr v1.0.4 |
369 | 2025-05-22T20:00:43.491Z | Downloaded clap_lex v0.7.4 |
370 | 2025-05-22T20:00:43.491Z | Downloaded thread-id v4.2.2 |
371 | 2025-05-22T20:00:43.491Z | Downloaded generic-array v0.14.7 |
372 | 2025-05-22T20:00:43.491Z | Downloaded colorchoice v1.0.2 |
373 | 2025-05-22T20:00:43.491Z | Downloaded fs-err v3.1.0 |
374 | 2025-05-22T20:00:43.491Z | Downloaded utf8parse v0.2.2 |
375 | 2025-05-22T20:00:43.491Z | Downloaded toml_write v0.1.1 |
376 | 2025-05-22T20:00:43.491Z | Downloaded thiserror v1.0.69 |
377 | 2025-05-22T20:00:43.491Z | Downloaded strsim v0.11.1 |
378 | 2025-05-22T20:00:43.492Z | Downloaded toml_datetime v0.6.9 |
379 | 2025-05-22T20:00:43.492Z | Downloaded serde_tokenstream v0.2.2 |
380 | 2025-05-22T20:00:43.492Z | Downloaded unicode-linebreak v0.1.5 |
381 | 2025-05-22T20:00:43.492Z | Downloaded thiserror-impl v1.0.69 |
382 | 2025-05-22T20:00:43.492Z | Downloaded tabled_derive v0.7.0 |
383 | 2025-05-22T20:00:43.492Z | Downloaded serde_spanned v0.6.8 |
384 | 2025-05-22T20:00:43.492Z | Downloaded usdt v0.5.0 |
385 | 2025-05-22T20:00:43.492Z | Downloaded thiserror-impl v2.0.12 |
386 | 2025-05-22T20:00:43.506Z | Downloaded terminal_size v0.4.0 |
387 | 2025-05-22T20:00:43.522Z | Downloaded usdt-attr-macro v0.5.0 |
388 | 2025-05-22T20:00:43.522Z | Downloaded terminal_size v0.2.6 |
389 | 2025-05-22T20:00:43.522Z | Downloaded pest_derive v2.7.14 |
390 | 2025-05-22T20:00:43.569Z | Downloaded once_cell v1.21.3 |
391 | 2025-05-22T20:00:43.569Z | Downloaded thiserror v2.0.12 |
392 | 2025-05-22T20:00:43.569Z | Downloaded tempfile v3.13.0 |
393 | 2025-05-22T20:00:43.569Z | Downloaded anyhow v1.0.98 |
394 | 2025-05-22T20:00:43.569Z | Downloaded usdt-impl v0.5.0 |
395 | 2025-05-22T20:00:43.569Z | Downloaded clap_derive v4.5.32 |
396 | 2025-05-22T20:00:43.569Z | Downloaded toml v0.8.22 |
397 | 2025-05-22T20:00:43.570Z | Downloaded unicode-ident v1.0.18 |
398 | 2025-05-22T20:00:43.570Z | Downloaded ucd-trie v0.1.7 |
399 | 2025-05-22T20:00:43.582Z | Downloaded textwrap v0.16.1 |
400 | 2025-05-22T20:00:43.594Z | Downloaded sha2 v0.10.8 |
401 | 2025-05-22T20:00:43.594Z | Downloaded semver v1.0.26 |
402 | 2025-05-22T20:00:43.607Z | Downloaded memchr v2.7.4 |
403 | 2025-05-22T20:00:43.607Z | Downloaded ryu v1.0.18 |
404 | 2025-05-22T20:00:43.607Z | Downloaded quote v1.0.40 |
405 | 2025-05-22T20:00:43.607Z | Downloaded serde_derive v1.0.219 |
406 | 2025-05-22T20:00:43.607Z | Downloaded papergrid v0.11.0 |
407 | 2025-05-22T20:00:43.607Z | Downloaded typenum v1.17.0 |
408 | 2025-05-22T20:00:43.614Z | Downloaded serde v1.0.219 |
409 | 2025-05-22T20:00:43.618Z | Downloaded pest v2.7.14 |
410 | 2025-05-22T20:00:43.622Z | Downloaded indexmap v2.9.0 |
411 | 2025-05-22T20:00:43.648Z | Downloaded hashbrown v0.15.1 |
412 | 2025-05-22T20:00:43.658Z | Downloaded toml_edit v0.22.26 |
413 | 2025-05-22T20:00:43.712Z | Downloaded winnow v0.7.10 |
414 | 2025-05-22T20:00:43.728Z | Downloaded serde_json v1.0.140 |
415 | 2025-05-22T20:00:43.736Z | Downloaded clap_builder v4.5.35 |
416 | 2025-05-22T20:00:43.764Z | Downloaded tabled v0.15.0 |
417 | 2025-05-22T20:00:43.776Z | Downloaded syn v1.0.109 |
418 | 2025-05-22T20:00:43.776Z | Downloaded goblin v0.8.2 |
419 | 2025-05-22T20:00:43.781Z | Downloaded unicode-width v0.1.14 |
420 | 2025-05-22T20:00:43.781Z | Downloaded syn v2.0.101 |
421 | 2025-05-22T20:00:43.790Z | Downloaded rustix v0.37.28 |
422 | 2025-05-22T20:00:43.809Z | Downloaded rustix v0.38.37 |
423 | 2025-05-22T20:00:43.853Z | Downloaded libc v0.2.172 |
424 | 2025-05-22T20:00:43.946Z | Compiling proc-macro2 v1.0.95 |
425 | 2025-05-22T20:00:43.946Z | Compiling unicode-ident v1.0.18 |
426 | 2025-05-22T20:00:43.952Z | Compiling version_check v0.9.5 |
427 | 2025-05-22T20:00:43.952Z | Compiling serde v1.0.219 |
428 | 2025-05-22T20:00:43.952Z | Compiling libc v0.2.172 |
429 | 2025-05-22T20:00:43.952Z | Compiling memchr v2.7.4 |
430 | 2025-05-22T20:00:43.953Z | Compiling thiserror v1.0.69 |
431 | 2025-05-22T20:00:44.160Z | Compiling itoa v1.0.11 |
432 | 2025-05-22T20:00:44.446Z | Compiling ucd-trie v0.1.7 |
433 | 2025-05-22T20:00:44.701Z | Compiling ryu v1.0.18 |
434 | 2025-05-22T20:00:44.924Z | Compiling once_cell v1.21.3 |
435 | 2025-05-22T20:00:45.054Z | Compiling byteorder v1.5.0 |
436 | 2025-05-22T20:00:45.054Z | Compiling rustix v0.38.37 |
437 | 2025-05-22T20:00:45.347Z | Compiling serde_json v1.0.140 |
438 | 2025-05-22T20:00:45.557Z | Compiling bitflags v2.9.0 |
439 | 2025-05-22T20:00:45.625Z | Compiling proc-macro-error-attr v1.0.4 |
440 | 2025-05-22T20:00:45.705Z | Compiling usdt-impl v0.5.0 |
441 | 2025-05-22T20:00:45.779Z | Compiling io-lifetimes v1.0.11 |
442 | 2025-05-22T20:00:45.779Z | Compiling syn v1.0.109 |
443 | 2025-05-22T20:00:45.917Z | Compiling proc-macro-error v1.0.4 |
444 | 2025-05-22T20:00:45.959Z | Compiling quote v1.0.40 |
445 | 2025-05-22T20:00:46.178Z | Compiling errno v0.3.9 |
446 | 2025-05-22T20:00:46.273Z | Compiling camino v1.1.9 |
447 | 2025-05-22T20:00:46.340Z | Compiling plain v0.2.3 |
448 | 2025-05-22T20:00:46.458Z | Compiling syn v2.0.101 |
449 | 2025-05-22T20:00:46.611Z | Compiling hashbrown v0.15.1 |
450 | 2025-05-22T20:00:46.667Z | Compiling thread-id v4.2.2 |
451 | 2025-05-22T20:00:46.694Z | Compiling equivalent v1.0.1 |
452 | 2025-05-22T20:00:46.698Z | Compiling rustix v0.37.28 |
453 | 2025-05-22T20:00:46.806Z | Compiling utf8parse v0.2.2 |
454 | 2025-05-22T20:00:46.833Z | Compiling log v0.4.27 |
455 | 2025-05-22T20:00:47.043Z | Compiling anstyle-parse v0.2.5 |
456 | 2025-05-22T20:00:47.503Z | Compiling unicode-width v0.1.14 |
457 | 2025-05-22T20:00:47.730Z | Compiling indexmap v2.9.0 |
458 | 2025-05-22T20:00:47.793Z | Compiling toml_write v0.1.1 |
459 | 2025-05-22T20:00:47.823Z | Compiling anstyle v1.0.10 |
460 | 2025-05-22T20:00:47.981Z | Compiling winnow v0.7.10 |
461 | 2025-05-22T20:00:48.037Z | Compiling is_terminal_polyfill v1.70.1 |
462 | 2025-05-22T20:00:48.174Z | Compiling colorchoice v1.0.2 |
463 | 2025-05-22T20:00:48.202Z | Compiling thiserror v2.0.12 |
464 | 2025-05-22T20:00:48.225Z | Compiling pretty-hex v0.4.1 |
465 | 2025-05-22T20:00:48.362Z | Compiling bitflags v1.3.2 |
466 | 2025-05-22T20:00:48.474Z | Compiling autocfg v1.4.0 |
467 | 2025-05-22T20:00:48.496Z | Compiling semver v1.0.26 |
468 | 2025-05-22T20:00:48.760Z | Compiling anstyle-query v1.1.1 |
469 | 2025-05-22T20:00:48.947Z | Compiling anstream v0.6.18 |
470 | 2025-05-22T20:00:49.056Z | Compiling terminal_size v0.4.0 |
471 | 2025-05-22T20:00:49.362Z | Compiling fs-err v3.1.0 |
472 | 2025-05-22T20:00:49.474Z | Compiling clap_lex v0.7.4 |
473 | 2025-05-22T20:00:49.527Z | Compiling fnv v1.0.7 |
474 | 2025-05-22T20:00:49.589Z | Compiling cfg-if v1.0.0 |
475 | 2025-05-22T20:00:49.664Z | Compiling fastrand v2.1.1 |
476 | 2025-05-22T20:00:49.690Z | Compiling strsim v0.11.1 |
477 | 2025-05-22T20:00:50.113Z | Compiling anyhow v1.0.98 |
478 | 2025-05-22T20:00:50.192Z | Compiling bytecount v0.6.8 |
479 | 2025-05-22T20:00:50.325Z | Compiling heck v0.4.1 |
480 | 2025-05-22T20:00:50.405Z | Compiling heck v0.5.0 |
481 | 2025-05-22T20:00:50.430Z | Compiling papergrid v0.11.0 |
482 | 2025-05-22T20:00:50.461Z | Compiling terminal_size v0.2.6 |
483 | 2025-05-22T20:00:50.676Z | Compiling clap_builder v4.5.35 |
484 | 2025-05-22T20:00:50.724Z | Compiling tempfile v3.13.0 |
485 | 2025-05-22T20:00:51.052Z | Compiling memmap v0.7.0 |
486 | 2025-05-22T20:00:51.150Z | Compiling smawk v0.3.2 |
487 | 2025-05-22T20:00:51.385Z | Compiling unicode-linebreak v0.1.5 |
488 | 2025-05-22T20:00:51.542Z | Compiling swrite v0.1.0 |
489 | 2025-05-22T20:00:51.693Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
490 | 2025-05-22T20:00:51.875Z | Compiling textwrap v0.16.1 |
491 | 2025-05-22T20:00:52.253Z | Compiling tabled_derive v0.7.0 |
492 | 2025-05-22T20:00:53.751Z | Compiling serde_derive v1.0.219 |
493 | 2025-05-22T20:00:53.751Z | Compiling thiserror-impl v1.0.69 |
494 | 2025-05-22T20:00:53.754Z | Compiling zerocopy-derive v0.7.35 |
495 | 2025-05-22T20:00:53.754Z | Compiling scroll_derive v0.12.0 |
496 | 2025-05-22T20:00:53.754Z | Compiling thiserror-impl v2.0.12 |
497 | 2025-05-22T20:00:53.754Z | Compiling clap_derive v4.5.32 |
498 | 2025-05-22T20:00:53.833Z | Compiling tabled v0.15.0 |
499 | 2025-05-22T20:00:55.083Z | Compiling scroll v0.12.0 |
500 | 2025-05-22T20:00:55.642Z | Compiling goblin v0.8.2 |
501 | 2025-05-22T20:00:55.728Z | Compiling zerocopy v0.7.35 |
502 | 2025-05-22T20:00:56.867Z | Compiling pest v2.7.14 |
503 | 2025-05-22T20:00:58.133Z | Compiling clap v4.5.35 |
504 | 2025-05-22T20:00:59.059Z | Compiling pest_meta v2.7.14 |
505 | 2025-05-22T20:00:59.968Z | Compiling pest_generator v2.7.14 |
506 | 2025-05-22T20:01:01.431Z | Compiling pest_derive v2.7.14 |
507 | 2025-05-22T20:01:02.018Z | Compiling dtrace-parser v0.2.0 |
508 | 2025-05-22T20:01:02.888Z | Compiling toml_datetime v0.6.9 |
509 | 2025-05-22T20:01:02.888Z | Compiling serde_spanned v0.6.8 |
510 | 2025-05-22T20:01:02.891Z | Compiling cargo-platform v0.1.8 |
511 | 2025-05-22T20:01:03.178Z | Compiling serde_tokenstream v0.2.2 |
512 | 2025-05-22T20:01:03.203Z | Compiling macaddr v1.0.1 |
513 | 2025-05-22T20:01:03.383Z | Compiling toml_edit v0.22.26 |
514 | 2025-05-22T20:01:03.544Z | Compiling camino-tempfile v1.3.0 |
515 | 2025-05-22T20:01:04.247Z | Compiling dof v0.3.0 |
516 | 2025-05-22T20:01:04.247Z | Compiling cargo_metadata v0.19.2 |
517 | 2025-05-22T20:01:05.877Z | Compiling usdt-macro v0.5.0 |
518 | 2025-05-22T20:01:05.878Z | Compiling usdt-attr-macro v0.5.0 |
519 | 2025-05-22T20:01:06.063Z | Compiling toml v0.8.22 |
520 | 2025-05-22T20:01:06.893Z | Compiling cargo_toml v0.21.0 |
521 | 2025-05-22T20:01:07.079Z | Compiling usdt v0.5.0 |
522 | 2025-05-22T20:01:09.576Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
523 | 2025-05-22T20:01:12.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.26s |
524 | 2025-05-22T20:01:13.138Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
525 | 2025-05-22T20:01:13.825Z | Downloading crates ... |
526 | 2025-05-22T20:01:13.963Z | Downloaded array-init v0.0.4 |
527 | 2025-05-22T20:01:13.966Z | Downloaded aead v0.5.2 |
528 | 2025-05-22T20:01:13.966Z | Downloaded addr2line v0.24.2 |
529 | 2025-05-22T20:01:13.969Z | Downloaded headers-core v0.3.0 |
530 | 2025-05-22T20:01:13.972Z | Downloaded adler2 v2.0.0 |
531 | 2025-05-22T20:01:13.975Z | Downloaded argon2 v0.5.3 |
532 | 2025-05-22T20:01:13.979Z | Downloaded home v0.5.9 |
533 | 2025-05-22T20:01:13.982Z | Downloaded heck v0.3.3 |
534 | 2025-05-22T20:01:13.985Z | Downloaded arrayref v0.3.9 |
535 | 2025-05-22T20:01:13.988Z | Downloaded allocator-api2 v0.2.18 |
536 | 2025-05-22T20:01:13.992Z | Downloaded ident_case v1.0.1 |
537 | 2025-05-22T20:01:13.996Z | Downloaded arrayvec v0.7.6 |
538 | 2025-05-22T20:01:13.996Z | Downloaded hubpack_derive v0.1.1 |
539 | 2025-05-22T20:01:13.996Z | Downloaded aes v0.8.4 |
540 | 2025-05-22T20:01:14.000Z | Downloaded arc-swap v1.7.1 |
541 | 2025-05-22T20:01:14.004Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2025-05-22T20:01:14.008Z | Downloaded aes-gcm v0.10.3 |
543 | 2025-05-22T20:01:14.012Z | Downloaded is_ci v1.2.0 |
544 | 2025-05-22T20:01:14.012Z | Downloaded http-body v1.0.1 |
545 | 2025-05-22T20:01:14.015Z | Downloaded bcrypt-pbkdf v0.10.0 |
546 | 2025-05-22T20:01:14.015Z | Downloaded match_cfg v0.1.0 |
547 | 2025-05-22T20:01:14.018Z | Downloaded instant v0.1.13 |
548 | 2025-05-22T20:01:14.018Z | Downloaded http-range v0.1.5 |
549 | 2025-05-22T20:01:14.022Z | Downloaded cfg_aliases v0.1.1 |
550 | 2025-05-22T20:01:14.025Z | Downloaded ascii-canvas v3.0.0 |
551 | 2025-05-22T20:01:14.040Z | Downloaded hex-literal v0.4.1 |
552 | 2025-05-22T20:01:14.040Z | Downloaded hex v0.4.3 |
553 | 2025-05-22T20:01:14.045Z | Downloaded idna_adapter v1.2.0 |
554 | 2025-05-22T20:01:14.045Z | Downloaded lru-cache v0.1.2 |
555 | 2025-05-22T20:01:14.045Z | Downloaded http-body-util v0.1.3 |
556 | 2025-05-22T20:01:14.045Z | Downloaded block-padding v0.3.3 |
557 | 2025-05-22T20:01:14.045Z | Downloaded blowfish v0.9.1 |
558 | 2025-05-22T20:01:14.045Z | Downloaded humantime v2.1.0 |
559 | 2025-05-22T20:01:14.045Z | Downloaded httpdate v1.0.3 |
560 | 2025-05-22T20:01:14.045Z | Downloaded bit-set v0.5.3 |
561 | 2025-05-22T20:01:14.045Z | Downloaded bitfield v0.14.0 |
562 | 2025-05-22T20:01:14.045Z | Downloaded ipnetwork v0.21.1 |
563 | 2025-05-22T20:01:14.049Z | Downloaded indoc v1.0.9 |
564 | 2025-05-22T20:01:14.051Z | Downloaded hyper-tls v0.6.0 |
565 | 2025-05-22T20:01:14.055Z | Downloaded linked-hash-map v0.5.6 |
566 | 2025-05-22T20:01:14.055Z | Downloaded lazy_static v1.5.0 |
567 | 2025-05-22T20:01:14.058Z | Downloaded linear-map v1.2.0 |
568 | 2025-05-22T20:01:14.061Z | Downloaded keccak v0.1.5 |
569 | 2025-05-22T20:01:14.061Z | Downloaded libsw v3.4.0 |
570 | 2025-05-22T20:01:14.065Z | Downloaded lazycell v1.3.0 |
571 | 2025-05-22T20:01:14.065Z | Downloaded atty v0.2.14 |
572 | 2025-05-22T20:01:14.068Z | Downloaded maybe-uninit v2.0.0 |
573 | 2025-05-22T20:01:14.072Z | Downloaded managed v0.8.0 |
574 | 2025-05-22T20:01:14.072Z | Downloaded psl-types v2.0.11 |
575 | 2025-05-22T20:01:14.076Z | Downloaded libefi-sys v0.1.0 |
576 | 2025-05-22T20:01:14.076Z | Downloaded maplit v1.0.2 |
577 | 2025-05-22T20:01:14.079Z | Downloaded bit-set v0.8.0 |
578 | 2025-05-22T20:01:14.079Z | Downloaded md-5 v0.10.6 |
579 | 2025-05-22T20:01:14.083Z | Downloaded lzss v0.8.2 |
580 | 2025-05-22T20:01:14.083Z | Downloaded libscf-sys v1.1.0 |
581 | 2025-05-22T20:01:14.086Z | Downloaded progenitor-client v0.8.0 |
582 | 2025-05-22T20:01:14.090Z | Downloaded lru v0.12.5 |
583 | 2025-05-22T20:01:14.090Z | Downloaded ciborium-io v0.2.2 |
584 | 2025-05-22T20:01:14.093Z | Downloaded russh-cryptovec v0.7.3 |
585 | 2025-05-22T20:01:14.093Z | Downloaded bb8 v0.8.5 |
586 | 2025-05-22T20:01:14.093Z | Downloaded salsa20 v0.10.2 |
587 | 2025-05-22T20:01:14.096Z | Downloaded hyper-staticfile v0.10.1 |
588 | 2025-05-22T20:01:14.096Z | Downloaded cfg_aliases v0.2.1 |
589 | 2025-05-22T20:01:14.100Z | Downloaded indent_write v2.2.0 |
590 | 2025-05-22T20:01:14.103Z | Downloaded hostname v0.4.0 |
591 | 2025-05-22T20:01:14.103Z | Downloaded crc8 v0.1.1 |
592 | 2025-05-22T20:01:14.103Z | Downloaded iana-time-zone v0.1.63 |
593 | 2025-05-22T20:01:14.106Z | Downloaded ipnet v2.11.0 |
594 | 2025-05-22T20:01:14.109Z | Downloaded icu_locid_transform v1.5.0 |
595 | 2025-05-22T20:01:14.112Z | Downloaded crucible-workspace-hack v0.1.0 |
596 | 2025-05-22T20:01:14.115Z | Downloaded libsw-core v0.3.1 |
597 | 2025-05-22T20:01:14.115Z | Downloaded constant_time_eq v0.3.1 |
598 | 2025-05-22T20:01:14.119Z | Downloaded convert_case v0.4.0 |
599 | 2025-05-22T20:01:14.122Z | Downloaded cargo_metadata v0.18.1 |
600 | 2025-05-22T20:01:14.122Z | Downloaded libloading v0.8.5 |
601 | 2025-05-22T20:01:14.125Z | Downloaded litemap v0.7.3 |
602 | 2025-05-22T20:01:14.128Z | Downloaded precomputed-hash v0.1.1 |
603 | 2025-05-22T20:01:14.128Z | Downloaded lockfree-object-pool v0.1.6 |
604 | 2025-05-22T20:01:14.132Z | Downloaded simd-adler32 v0.3.7 |
605 | 2025-05-22T20:01:14.135Z | Downloaded lock_api v0.4.12 |
606 | 2025-05-22T20:01:14.139Z | Downloaded chacha20 v0.9.1 |
607 | 2025-05-22T20:01:14.139Z | Downloaded sync_wrapper v1.0.1 |
608 | 2025-05-22T20:01:14.143Z | Downloaded rand_core v0.9.2 |
609 | 2025-05-22T20:01:14.143Z | Downloaded rand_core v0.6.4 |
610 | 2025-05-22T20:01:14.146Z | Downloaded sqlparser_derive v0.2.2 |
611 | 2025-05-22T20:01:14.146Z | Downloaded inout v0.1.3 |
612 | 2025-05-22T20:01:14.146Z | Downloaded tinyvec_macros v0.1.1 |
613 | 2025-05-22T20:01:14.149Z | Downloaded sync-ptr v0.1.1 |
614 | 2025-05-22T20:01:14.149Z | Downloaded serde_repr v0.1.19 |
615 | 2025-05-22T20:01:14.152Z | Downloaded bumpalo v3.16.0 |
616 | 2025-05-22T20:01:14.155Z | Downloaded serde_plain v1.0.2 |
617 | 2025-05-22T20:01:14.158Z | Downloaded ciborium-ll v0.2.2 |
618 | 2025-05-22T20:01:14.158Z | Downloaded cexpr v0.6.0 |
619 | 2025-05-22T20:01:14.161Z | Downloaded icu_normalizer_data v1.5.0 |
620 | 2025-05-22T20:01:14.167Z | Downloaded icu_locid_transform_data v1.5.0 |
621 | 2025-05-22T20:01:14.170Z | Downloaded assert_matches v1.5.0 |
622 | 2025-05-22T20:01:14.170Z | Downloaded base64ct v1.6.0 |
623 | 2025-05-22T20:01:14.171Z | Downloaded indexmap v1.9.3 |
624 | 2025-05-22T20:01:14.175Z | Downloaded crossbeam-deque v0.8.5 |
625 | 2025-05-22T20:01:14.179Z | Downloaded litrs v0.4.1 |
626 | 2025-05-22T20:01:14.183Z | Downloaded async-stream v0.3.6 |
627 | 2025-05-22T20:01:14.183Z | Downloaded signal-hook-registry v1.4.2 |
628 | 2025-05-22T20:01:14.187Z | Downloaded heapless v0.8.0 |
629 | 2025-05-22T20:01:14.191Z | Downloaded zerofrom v0.1.4 |
630 | 2025-05-22T20:01:14.191Z | Downloaded static_assertions v1.1.0 |
631 | 2025-05-22T20:01:14.193Z | Downloaded crc32fast v1.4.2 |
632 | 2025-05-22T20:01:14.199Z | Downloaded xshell-macros v0.2.7 |
633 | 2025-05-22T20:01:14.199Z | Downloaded colored v2.2.0 |
634 | 2025-05-22T20:01:14.202Z | Downloaded structmeta-derive v0.3.0 |
635 | 2025-05-22T20:01:14.203Z | Downloaded tinystr v0.7.6 |
636 | 2025-05-22T20:01:14.216Z | Downloaded unicode-xid v0.2.6 |
637 | 2025-05-22T20:01:14.219Z | Downloaded serde_bytes v0.11.17 |
638 | 2025-05-22T20:01:14.222Z | Downloaded secrecy v0.8.0 |
639 | 2025-05-22T20:01:14.222Z | Downloaded sec1 v0.7.3 |
640 | 2025-05-22T20:01:14.225Z | Downloaded icu_provider v1.5.0 |
641 | 2025-05-22T20:01:14.228Z | Downloaded hyper-rustls v0.27.3 |
642 | 2025-05-22T20:01:14.232Z | Downloaded slog-bunyan v2.5.0 |
643 | 2025-05-22T20:01:14.236Z | Downloaded indicatif v0.17.11 |
644 | 2025-05-22T20:01:14.240Z | Downloaded cookie_store v0.21.1 |
645 | 2025-05-22T20:01:14.243Z | Downloaded difflib v0.4.0 |
646 | 2025-05-22T20:01:14.243Z | Downloaded float-ord v0.3.2 |
647 | 2025-05-22T20:01:14.243Z | Downloaded const_format_proc_macros v0.2.34 |
648 | 2025-05-22T20:01:14.246Z | Downloaded uzers v0.12.1 |
649 | 2025-05-22T20:01:14.249Z | Downloaded num-iter v0.1.45 |
650 | 2025-05-22T20:01:14.252Z | Downloaded heapless v0.7.17 |
651 | 2025-05-22T20:01:14.260Z | Downloaded async-bb8-diesel v0.2.1 |
652 | 2025-05-22T20:01:14.265Z | Downloaded num-derive v0.4.2 |
653 | 2025-05-22T20:01:14.265Z | Downloaded async-trait v0.1.88 |
654 | 2025-05-22T20:01:14.265Z | Downloaded diesel-dtrace v0.4.2 |
655 | 2025-05-22T20:01:14.268Z | Downloaded deranged v0.3.11 |
656 | 2025-05-22T20:01:14.268Z | Downloaded rustls-pki-types v1.10.0 |
657 | 2025-05-22T20:01:14.271Z | Downloaded newline-converter v0.3.0 |
658 | 2025-05-22T20:01:14.274Z | Downloaded oso-derive v0.27.3 |
659 | 2025-05-22T20:01:14.274Z | Downloaded proc-macro-error2 v2.0.1 |
660 | 2025-05-22T20:01:14.278Z | Downloaded fallible-iterator v0.2.0 |
661 | 2025-05-22T20:01:14.281Z | Downloaded pin-utils v0.1.0 |
662 | 2025-05-22T20:01:14.284Z | Downloaded typify v0.3.0 |
663 | 2025-05-22T20:01:14.286Z | Downloaded rpassword v7.3.1 |
664 | 2025-05-22T20:01:14.290Z | Downloaded futures-task v0.3.31 |
665 | 2025-05-22T20:01:14.290Z | Downloaded zone v0.3.1 |
666 | 2025-05-22T20:01:14.294Z | Downloaded slog-async v2.8.0 |
667 | 2025-05-22T20:01:14.294Z | Downloaded pretty-hex v0.2.1 |
668 | 2025-05-22T20:01:14.297Z | Downloaded value-bag v1.9.0 |
669 | 2025-05-22T20:01:14.297Z | Downloaded typify v0.2.0 |
670 | 2025-05-22T20:01:14.301Z | Downloaded const-oid v0.9.6 |
671 | 2025-05-22T20:01:14.304Z | Downloaded debug-ignore v1.0.5 |
672 | 2025-05-22T20:01:14.307Z | Downloaded ena v0.14.3 |
673 | 2025-05-22T20:01:14.310Z | Downloaded slog-dtrace v0.3.0 |
674 | 2025-05-22T20:01:14.310Z | Downloaded group v0.13.0 |
675 | 2025-05-22T20:01:14.313Z | Downloaded crc-any v2.5.0 |
676 | 2025-05-22T20:01:14.317Z | Downloaded fs_extra v1.3.0 |
677 | 2025-05-22T20:01:14.317Z | Downloaded nodrop v0.1.14 |
678 | 2025-05-22T20:01:14.320Z | Downloaded zstd v0.13.3 |
679 | 2025-05-22T20:01:14.324Z | Downloaded flagset v0.4.6 |
680 | 2025-05-22T20:01:14.327Z | Downloaded packed_struct v0.10.1 |
681 | 2025-05-22T20:01:14.327Z | Downloaded tabled_derive v0.10.0 |
682 | 2025-05-22T20:01:14.330Z | Downloaded glob v0.3.2 |
683 | 2025-05-22T20:01:14.330Z | Downloaded der_derive v0.7.3 |
684 | 2025-05-22T20:01:14.333Z | Downloaded darling v0.20.10 |
685 | 2025-05-22T20:01:14.336Z | Downloaded test-strategy v0.4.0 |
686 | 2025-05-22T20:01:14.340Z | Downloaded olpc-cjson v0.1.4 |
687 | 2025-05-22T20:01:14.345Z | Downloaded oxnet v0.1.2 |
688 | 2025-05-22T20:01:14.350Z | Downloaded yoke-derive v0.7.4 |
689 | 2025-05-22T20:01:14.350Z | Downloaded sigpipe v0.1.3 |
690 | 2025-05-22T20:01:14.350Z | Downloaded ref-cast-impl v1.0.23 |
691 | 2025-05-22T20:01:14.352Z | Downloaded ref-cast v1.0.23 |
692 | 2025-05-22T20:01:14.353Z | Downloaded multer v3.1.0 |
693 | 2025-05-22T20:01:14.355Z | Downloaded slog-envlogger v2.2.0 |
694 | 2025-05-22T20:01:14.358Z | Downloaded signature v2.2.0 |
695 | 2025-05-22T20:01:14.362Z | Downloaded pem v3.0.5 |
696 | 2025-05-22T20:01:14.365Z | Downloaded slog v2.7.0 |
697 | 2025-05-22T20:01:14.368Z | Downloaded proc-macro-error-attr2 v2.0.0 |
698 | 2025-05-22T20:01:14.368Z | Downloaded quick-error v1.2.3 |
699 | 2025-05-22T20:01:14.371Z | Downloaded proc-macro-crate v1.3.1 |
700 | 2025-05-22T20:01:14.371Z | Downloaded scrypt v0.11.0 |
701 | 2025-05-22T20:01:14.374Z | Downloaded vte_generate_state_changes v0.1.2 |
702 | 2025-05-22T20:01:14.374Z | Downloaded try-lock v0.2.5 |
703 | 2025-05-22T20:01:14.377Z | Downloaded chacha20poly1305 v0.10.1 |
704 | 2025-05-22T20:01:14.382Z | Downloaded scopeguard v1.2.0 |
705 | 2025-05-22T20:01:14.382Z | Downloaded num-integer v0.1.46 |
706 | 2025-05-22T20:01:14.385Z | Downloaded slog-stdlog v4.1.1 |
707 | 2025-05-22T20:01:14.385Z | Downloaded foreign-types-shared v0.3.1 |
708 | 2025-05-22T20:01:14.385Z | Downloaded tokio-macros v2.5.0 |
709 | 2025-05-22T20:01:14.389Z | Downloaded hickory-server v0.24.4 |
710 | 2025-05-22T20:01:14.393Z | Downloaded dropshot_endpoint v0.16.2 |
711 | 2025-05-22T20:01:14.397Z | Downloaded zone_cfg_derive v0.3.0 |
712 | 2025-05-22T20:01:14.400Z | Downloaded progenitor-impl v0.8.0 |
713 | 2025-05-22T20:01:14.403Z | Downloaded path-slash v0.1.5 |
714 | 2025-05-22T20:01:14.403Z | Downloaded signal-hook-tokio v0.3.1 |
715 | 2025-05-22T20:01:14.406Z | Downloaded base64 v0.13.1 |
716 | 2025-05-22T20:01:14.409Z | Downloaded untrusted v0.7.1 |
717 | 2025-05-22T20:01:14.412Z | Downloaded unicase v2.7.0 |
718 | 2025-05-22T20:01:14.412Z | Downloaded half v1.8.3 |
719 | 2025-05-22T20:01:14.415Z | Downloaded dirs-next v2.0.0 |
720 | 2025-05-22T20:01:14.418Z | Downloaded uuid v1.16.0 |
721 | 2025-05-22T20:01:14.423Z | Downloaded fxhash v0.2.1 |
722 | 2025-05-22T20:01:14.423Z | Downloaded dunce v1.0.5 |
723 | 2025-05-22T20:01:14.426Z | Downloaded slog-scope v4.4.0 |
724 | 2025-05-22T20:01:14.426Z | Downloaded http v1.3.1 |
725 | 2025-05-22T20:01:14.432Z | Downloaded slog-json v2.6.1 |
726 | 2025-05-22T20:01:14.435Z | Downloaded serde_with_macros v3.12.0 |
727 | 2025-05-22T20:01:14.435Z | Downloaded owo-colors v4.2.0 |
728 | 2025-05-22T20:01:14.438Z | Downloaded serde-big-array v0.5.1 |
729 | 2025-05-22T20:01:14.441Z | Downloaded num_threads v0.1.7 |
730 | 2025-05-22T20:01:14.441Z | Downloaded pin-project-internal v1.1.6 |
731 | 2025-05-22T20:01:14.444Z | Downloaded curve25519-dalek-derive v0.1.1 |
732 | 2025-05-22T20:01:14.448Z | Downloaded openssl-probe v0.1.5 |
733 | 2025-05-22T20:01:14.448Z | Downloaded futures-core v0.3.31 |
734 | 2025-05-22T20:01:14.451Z | Downloaded thread_local v1.1.8 |
735 | 2025-05-22T20:01:14.451Z | Downloaded thiserror-no-std v2.0.2 |
736 | 2025-05-22T20:01:14.455Z | Downloaded progenitor-impl v0.9.1 |
737 | 2025-05-22T20:01:14.460Z | Downloaded unarray v0.1.4 |
738 | 2025-05-22T20:01:14.460Z | Downloaded pbkdf2 v0.12.2 |
739 | 2025-05-22T20:01:14.464Z | Downloaded pbkdf2 v0.11.0 |
740 | 2025-05-22T20:01:14.468Z | Downloaded paste v1.0.15 |
741 | 2025-05-22T20:01:14.471Z | Downloaded yoke v0.7.4 |
742 | 2025-05-22T20:01:14.471Z | Downloaded wyz v0.5.1 |
743 | 2025-05-22T20:01:14.475Z | Downloaded yasna v0.5.2 |
744 | 2025-05-22T20:01:14.475Z | Downloaded getrandom v0.2.15 |
745 | 2025-05-22T20:01:14.478Z | Downloaded rand_xorshift v0.3.0 |
746 | 2025-05-22T20:01:14.481Z | Downloaded libm v0.2.8 |
747 | 2025-05-22T20:01:14.487Z | Downloaded progenitor-client v0.9.1 |
748 | 2025-05-22T20:01:14.490Z | Downloaded progenitor-client v0.10.0 |
749 | 2025-05-22T20:01:14.494Z | Downloaded csv-core v0.1.11 |
750 | 2025-05-22T20:01:14.494Z | Downloaded backtrace v0.3.74 |
751 | 2025-05-22T20:01:14.498Z | Downloaded tower-layer v0.3.3 |
752 | 2025-05-22T20:01:14.501Z | Downloaded serde-hex v0.1.0 |
753 | 2025-05-22T20:01:14.504Z | Downloaded nibble_vec v0.1.0 |
754 | 2025-05-22T20:01:14.504Z | Downloaded rustc_version v0.4.1 |
755 | 2025-05-22T20:01:14.507Z | Downloaded smallvec v0.6.14 |
756 | 2025-05-22T20:01:14.507Z | Downloaded env_logger v0.11.5 |
757 | 2025-05-22T20:01:14.510Z | Downloaded rustc_version v0.1.7 |
758 | 2025-05-22T20:01:14.513Z | Downloaded typify-macro v0.4.1 |
759 | 2025-05-22T20:01:14.513Z | Downloaded toml_edit v0.19.15 |
760 | 2025-05-22T20:01:14.530Z | Downloaded multimap v0.10.1 |
761 | 2025-05-22T20:01:14.533Z | Downloaded tls_codec_derive v0.4.1 |
762 | 2025-05-22T20:01:14.536Z | Downloaded packed_struct_codegen v0.10.1 |
763 | 2025-05-22T20:01:14.536Z | Downloaded tls_codec v0.4.1 |
764 | 2025-05-22T20:01:14.539Z | Downloaded idna v1.0.3 |
765 | 2025-05-22T20:01:14.542Z | Downloaded const_format v0.2.34 |
766 | 2025-05-22T20:01:14.547Z | Downloaded phf_shared v0.11.2 |
767 | 2025-05-22T20:01:14.550Z | Downloaded writeable v0.5.5 |
768 | 2025-05-22T20:01:14.554Z | Downloaded progenitor v0.10.0 |
769 | 2025-05-22T20:01:14.554Z | Downloaded zerofrom-derive v0.1.4 |
770 | 2025-05-22T20:01:14.557Z | Downloaded p256 v0.13.2 |
771 | 2025-05-22T20:01:14.560Z | Downloaded libxml v0.3.3 |
772 | 2025-05-22T20:01:14.565Z | Downloaded semver v0.1.20 |
773 | 2025-05-22T20:01:14.568Z | Downloaded funty v2.0.0 |
774 | 2025-05-22T20:01:14.572Z | Downloaded foreign-types-macros v0.2.3 |
775 | 2025-05-22T20:01:14.572Z | Downloaded either v1.14.0 |
776 | 2025-05-22T20:01:14.575Z | Downloaded parse-size v1.1.0 |
777 | 2025-05-22T20:01:14.575Z | Downloaded snafu-derive v0.8.5 |
778 | 2025-05-22T20:01:14.578Z | Downloaded supports-color v3.0.2 |
779 | 2025-05-22T20:01:14.578Z | Downloaded serde_cbor v0.11.2 |
780 | 2025-05-22T20:01:14.581Z | Downloaded same-file v1.0.6 |
781 | 2025-05-22T20:01:14.584Z | Downloaded want v0.3.1 |
782 | 2025-05-22T20:01:14.584Z | Downloaded tap v1.0.1 |
783 | 2025-05-22T20:01:14.588Z | Downloaded support-bundle-viewer v0.1.0 |
784 | 2025-05-22T20:01:14.588Z | Downloaded strum_macros v0.25.3 |
785 | 2025-05-22T20:01:14.590Z | Downloaded predicates-core v1.0.8 |
786 | 2025-05-22T20:01:14.594Z | Downloaded unicode-bidi v0.3.17 |
787 | 2025-05-22T20:01:14.597Z | Downloaded similar v2.7.0 |
788 | 2025-05-22T20:01:14.600Z | Downloaded rsa v0.9.6 |
789 | 2025-05-22T20:01:14.606Z | Downloaded md5 v0.7.0 |
790 | 2025-05-22T20:01:14.610Z | Downloaded endian-type v0.1.2 |
791 | 2025-05-22T20:01:14.610Z | Downloaded itertools v0.13.0 |
792 | 2025-05-22T20:01:14.616Z | Downloaded normalize-line-endings v0.3.0 |
793 | 2025-05-22T20:01:14.619Z | Downloaded embedded-io v0.6.1 |
794 | 2025-05-22T20:01:14.619Z | Downloaded rfc6979 v0.4.0 |
795 | 2025-05-22T20:01:14.623Z | Downloaded serde_urlencoded v0.7.1 |
796 | 2025-05-22T20:01:14.626Z | Downloaded serde_path_to_error v0.1.17 |
797 | 2025-05-22T20:01:14.626Z | Downloaded ron v0.8.1 |
798 | 2025-05-22T20:01:14.632Z | Downloaded phf_generator v0.11.2 |
799 | 2025-05-22T20:01:14.635Z | Downloaded des v0.8.1 |
800 | 2025-05-22T20:01:14.636Z | Downloaded subtle v2.6.1 |
801 | 2025-05-22T20:01:14.639Z | Downloaded num_enum_derive v0.5.11 |
802 | 2025-05-22T20:01:14.639Z | Downloaded typed-path v0.9.3 |
803 | 2025-05-22T20:01:14.645Z | Downloaded displaydoc v0.2.5 |
804 | 2025-05-22T20:01:14.649Z | Downloaded native-tls v0.2.12 |
805 | 2025-05-22T20:01:14.652Z | Downloaded papergrid v0.14.0 |
806 | 2025-05-22T20:01:14.658Z | Downloaded peg-runtime v0.8.5 |
807 | 2025-05-22T20:01:14.661Z | Downloaded peg v0.8.5 |
808 | 2025-05-22T20:01:14.664Z | Downloaded itertools v0.12.1 |
809 | 2025-05-22T20:01:14.670Z | Downloaded strum v0.26.3 |
810 | 2025-05-22T20:01:14.674Z | Downloaded hash32 v0.2.1 |
811 | 2025-05-22T20:01:14.677Z | Downloaded resolv-conf v0.7.0 |
812 | 2025-05-22T20:01:14.677Z | Downloaded hkdf v0.12.4 |
813 | 2025-05-22T20:01:14.680Z | Downloaded oso v0.27.3 |
814 | 2025-05-22T20:01:14.684Z | Downloaded ssh-encoding v0.2.0 |
815 | 2025-05-22T20:01:14.687Z | Downloaded zip v0.6.6 |
816 | 2025-05-22T20:01:14.690Z | Downloaded foreign-types v0.3.2 |
817 | 2025-05-22T20:01:14.693Z | Downloaded foldhash v0.1.3 |
818 | 2025-05-22T20:01:14.693Z | Downloaded darling_macro v0.20.10 |
819 | 2025-05-22T20:01:14.696Z | Downloaded phf v0.11.2 |
820 | 2025-05-22T20:01:14.696Z | Downloaded subprocess v0.2.9 |
821 | 2025-05-22T20:01:14.699Z | Downloaded defmt-parser v0.3.4 |
822 | 2025-05-22T20:01:14.702Z | Downloaded vsss-rs v3.3.4 |
823 | 2025-05-22T20:01:14.705Z | Downloaded take_mut v0.2.2 |
824 | 2025-05-22T20:01:14.705Z | Downloaded rustc-hash v2.1.1 |
825 | 2025-05-22T20:01:14.708Z | Downloaded env_logger v0.10.2 |
826 | 2025-05-22T20:01:14.711Z | Downloaded strum_macros v0.24.3 |
827 | 2025-05-22T20:01:14.714Z | Downloaded sha1 v0.10.6 |
828 | 2025-05-22T20:01:14.717Z | Downloaded itertools v0.14.0 |
829 | 2025-05-22T20:01:14.722Z | Downloaded num v0.4.3 |
830 | 2025-05-22T20:01:14.726Z | Downloaded pretty_assertions v1.4.1 |
831 | 2025-05-22T20:01:14.729Z | Downloaded russh-keys v0.45.0 |
832 | 2025-05-22T20:01:14.732Z | Downloaded num_enum v0.5.11 |
833 | 2025-05-22T20:01:14.736Z | Downloaded num-conv v0.1.0 |
834 | 2025-05-22T20:01:14.739Z | Downloaded futures-macro v0.3.31 |
835 | 2025-05-22T20:01:14.739Z | Downloaded password-hash v0.4.2 |
836 | 2025-05-22T20:01:14.742Z | Downloaded pem-rfc7468 v0.7.0 |
837 | 2025-05-22T20:01:14.742Z | Downloaded parking_lot_core v0.8.6 |
838 | 2025-05-22T20:01:14.747Z | Downloaded nu-ansi-term v0.50.1 |
839 | 2025-05-22T20:01:14.750Z | Downloaded progenitor v0.9.1 |
840 | 2025-05-22T20:01:14.750Z | Downloaded expectorate v1.2.0 |
841 | 2025-05-22T20:01:14.758Z | Downloaded socket2 v0.5.9 |
842 | 2025-05-22T20:01:14.761Z | Downloaded percent-encoding v2.3.1 |
843 | 2025-05-22T20:01:14.761Z | Downloaded elliptic-curve v0.13.8 |
844 | 2025-05-22T20:01:14.761Z | Downloaded tungstenite v0.23.0 |
845 | 2025-05-22T20:01:14.765Z | Downloaded hashbrown v0.12.3 |
846 | 2025-05-22T20:01:14.769Z | Downloaded zone_cfg_derive v0.1.2 |
847 | 2025-05-22T20:01:14.774Z | Downloaded rustc-hash v1.1.0 |
848 | 2025-05-22T20:01:14.774Z | Downloaded progenitor-macro v0.10.0 |
849 | 2025-05-22T20:01:14.779Z | Downloaded ed25519 v2.2.3 |
850 | 2025-05-22T20:01:14.779Z | Downloaded serde_derive_internals v0.29.1 |
851 | 2025-05-22T20:01:14.782Z | Downloaded ssh-cipher v0.2.0 |
852 | 2025-05-22T20:01:14.782Z | Downloaded data-encoding v2.6.0 |
853 | 2025-05-22T20:01:14.782Z | Downloaded derive-where v1.2.7 |
854 | 2025-05-22T20:01:14.785Z | Downloaded termcolor v1.4.1 |
855 | 2025-05-22T20:01:14.788Z | Downloaded xattr v1.3.1 |
856 | 2025-05-22T20:01:14.791Z | Downloaded tracing-attributes v0.1.27 |
857 | 2025-05-22T20:01:14.795Z | Downloaded which v4.4.2 |
858 | 2025-05-22T20:01:14.795Z | Downloaded new_debug_unreachable v1.0.6 |
859 | 2025-05-22T20:01:14.798Z | Downloaded fixedbitset v0.5.7 |
860 | 2025-05-22T20:01:14.801Z | Downloaded gethostname v0.5.0 |
861 | 2025-05-22T20:01:14.801Z | Downloaded zerocopy-derive v0.8.25 |
862 | 2025-05-22T20:01:14.807Z | Downloaded zone v0.1.8 |
863 | 2025-05-22T20:01:14.810Z | Downloaded postcard v1.0.10 |
864 | 2025-05-22T20:01:14.810Z | Downloaded flume v0.11.1 |
865 | 2025-05-22T20:01:14.814Z | Downloaded openssl-macros v0.1.1 |
866 | 2025-05-22T20:01:14.817Z | Downloaded unicode-truncate v1.1.0 |
867 | 2025-05-22T20:01:14.817Z | Downloaded smf v0.2.3 |
868 | 2025-05-22T20:01:14.821Z | Downloaded parking_lot v0.12.3 |
869 | 2025-05-22T20:01:14.824Z | Downloaded parking_lot v0.11.2 |
870 | 2025-05-22T20:01:14.827Z | Downloaded salty v0.3.0 |
871 | 2025-05-22T20:01:14.831Z | Downloaded derive_builder_core v0.20.2 |
872 | 2025-05-22T20:01:14.834Z | Downloaded tabwriter v1.4.0 |
873 | 2025-05-22T20:01:14.838Z | Downloaded derive_builder v0.20.2 |
874 | 2025-05-22T20:01:14.842Z | Downloaded zeroize_derive v1.4.2 |
875 | 2025-05-22T20:01:14.842Z | Downloaded parse-display v0.10.0 |
876 | 2025-05-22T20:01:14.845Z | Downloaded stable_deref_trait v1.2.0 |
877 | 2025-05-22T20:01:14.845Z | Downloaded rustc-demangle v0.1.24 |
878 | 2025-05-22T20:01:14.848Z | Downloaded peg-macros v0.8.5 |
879 | 2025-05-22T20:01:14.851Z | Downloaded string_cache v0.8.9 |
880 | 2025-05-22T20:01:14.851Z | Downloaded zerocopy v0.6.6 |
881 | 2025-05-22T20:01:14.854Z | Downloaded time-core v0.1.2 |
882 | 2025-05-22T20:01:14.857Z | Downloaded tracing-core v0.1.32 |
883 | 2025-05-22T20:01:14.861Z | Downloaded memoffset v0.9.1 |
884 | 2025-05-22T20:01:14.864Z | Downloaded opaque-debug v0.3.1 |
885 | 2025-05-22T20:01:14.864Z | Downloaded diesel_table_macro_syntax v0.2.0 |
886 | 2025-05-22T20:01:14.864Z | Downloaded mime v0.3.17 |
887 | 2025-05-22T20:01:14.867Z | Downloaded fixedbitset v0.4.2 |
888 | 2025-05-22T20:01:14.867Z | Downloaded scheduled-thread-pool v0.2.7 |
889 | 2025-05-22T20:01:14.867Z | Downloaded env_filter v0.1.2 |
890 | 2025-05-22T20:01:14.871Z | Downloaded smallvec v1.14.0 |
891 | 2025-05-22T20:01:14.874Z | Downloaded primeorder v0.13.6 |
892 | 2025-05-22T20:01:14.874Z | Downloaded write16 v1.0.0 |
893 | 2025-05-22T20:01:14.877Z | Downloaded derive_builder_macro v0.20.2 |
894 | 2025-05-22T20:01:14.877Z | Downloaded typify-macro v0.2.0 |
895 | 2025-05-22T20:01:14.877Z | Downloaded progenitor v0.8.0 |
896 | 2025-05-22T20:01:14.880Z | Downloaded p521 v0.13.3 |
897 | 2025-05-22T20:01:14.884Z | Downloaded ghash v0.5.1 |
898 | 2025-05-22T20:01:14.887Z | Downloaded rustversion v1.0.17 |
899 | 2025-05-22T20:01:14.890Z | Downloaded rand_chacha v0.9.0 |
900 | 2025-05-22T20:01:14.890Z | Downloaded nom v7.1.3 |
901 | 2025-05-22T20:01:14.895Z | Downloaded futures v0.3.31 |
902 | 2025-05-22T20:01:14.900Z | Downloaded x509-cert v0.2.5 |
903 | 2025-05-22T20:01:14.906Z | Downloaded postgres-types v0.2.9 |
904 | 2025-05-22T20:01:14.909Z | Downloaded shlex v1.3.0 |
905 | 2025-05-22T20:01:14.912Z | Downloaded mime_guess v2.0.5 |
906 | 2025-05-22T20:01:14.916Z | Downloaded dyn-clone v1.0.19 |
907 | 2025-05-22T20:01:14.916Z | Downloaded filetime v0.2.25 |
908 | 2025-05-22T20:01:14.919Z | Downloaded pkg-config v0.3.31 |
909 | 2025-05-22T20:01:14.919Z | Downloaded pkcs8 v0.10.2 |
910 | 2025-05-22T20:01:14.923Z | Downloaded ff v0.13.0 |
911 | 2025-05-22T20:01:14.926Z | Downloaded lalrpop v0.19.12 |
912 | 2025-05-22T20:01:14.935Z | Downloaded secrecy v0.10.3 |
913 | 2025-05-22T20:01:14.938Z | Downloaded zerovec-derive v0.10.3 |
914 | 2025-05-22T20:01:14.938Z | Downloaded universal-hash v0.5.1 |
915 | 2025-05-22T20:01:14.941Z | Downloaded term v0.7.0 |
916 | 2025-05-22T20:01:14.944Z | Downloaded sqlformat v0.3.5 |
917 | 2025-05-22T20:01:14.947Z | Downloaded omicron-zone-package v0.12.2 |
918 | 2025-05-22T20:01:14.950Z | Downloaded yansi v1.0.1 |
919 | 2025-05-22T20:01:14.950Z | Downloaded tracing v0.1.40 |
920 | 2025-05-22T20:01:14.955Z | Downloaded tar v0.4.44 |
921 | 2025-05-22T20:01:14.958Z | Downloaded icu_properties_data v1.5.0 |
922 | 2025-05-22T20:01:14.969Z | Downloaded unsafe-libyaml v0.2.11 |
923 | 2025-05-22T20:01:14.973Z | Downloaded miniz_oxide v0.8.5 |
924 | 2025-05-22T20:01:14.976Z | Downloaded h2 v0.4.6 |
925 | 2025-05-22T20:01:14.983Z | Downloaded num-traits v0.2.19 |
926 | 2025-05-22T20:01:14.986Z | Downloaded darling_core v0.20.10 |
927 | 2025-05-22T20:01:14.991Z | Downloaded rand_chacha v0.3.1 |
928 | 2025-05-22T20:01:14.994Z | Downloaded quinn-udp v0.5.5 |
929 | 2025-05-22T20:01:14.997Z | Downloaded signal-hook v0.3.17 |
930 | 2025-05-22T20:01:15.000Z | Downloaded schemars v0.8.22 |
931 | 2025-05-22T20:01:15.008Z | Downloaded progenitor-macro v0.9.1 |
932 | 2025-05-22T20:01:15.012Z | Downloaded ssh-key v0.6.6 |
933 | 2025-05-22T20:01:15.017Z | Downloaded twox-hash v2.1.0 |
934 | 2025-05-22T20:01:15.020Z | Downloaded unicode-normalization v0.1.24 |
935 | 2025-05-22T20:01:15.023Z | Downloaded unicode_categories v0.1.1 |
936 | 2025-05-22T20:01:15.033Z | Downloaded samael v0.0.18 |
937 | 2025-05-22T20:01:15.033Z | Downloaded bitvec v1.0.1 |
938 | 2025-05-22T20:01:15.048Z | Downloaded diesel_derives v2.2.3 |
939 | 2025-05-22T20:01:15.052Z | Downloaded zeroize v1.8.1 |
940 | 2025-05-22T20:01:15.055Z | Downloaded url v2.5.3 |
941 | 2025-05-22T20:01:15.059Z | Downloaded blake3 v1.5.4 |
942 | 2025-05-22T20:01:15.065Z | Downloaded half v2.4.1 |
943 | 2025-05-22T20:01:15.068Z | Downloaded rayon-core v1.12.1 |
944 | 2025-05-22T20:01:15.073Z | Downloaded progenitor-impl v0.10.0 |
945 | 2025-05-22T20:01:15.077Z | Downloaded qorb v0.3.1 |
946 | 2025-05-22T20:01:15.080Z | Downloaded time-macros v0.2.18 |
947 | 2025-05-22T20:01:15.084Z | Downloaded rayon v1.10.0 |
948 | 2025-05-22T20:01:15.090Z | Downloaded time v0.3.36 |
949 | 2025-05-22T20:01:15.097Z | Downloaded tower v0.5.2 |
950 | 2025-05-22T20:01:15.106Z | Downloaded whoami v1.5.2 |
951 | 2025-05-22T20:01:15.110Z | Downloaded unicode-width v0.2.0 |
952 | 2025-05-22T20:01:15.115Z | Downloaded getrandom v0.3.1 |
953 | 2025-05-22T20:01:15.119Z | Downloaded p384 v0.13.0 |
954 | 2025-05-22T20:01:15.127Z | Downloaded rustls-webpki v0.101.7 |
955 | 2025-05-22T20:01:15.140Z | Downloaded mio v1.0.2 |
956 | 2025-05-22T20:01:15.145Z | Downloaded tabled v0.18.0 |
957 | 2025-05-22T20:01:15.163Z | Downloaded rustyline v14.0.0 |
958 | 2025-05-22T20:01:15.168Z | Downloaded num-bigint v0.4.6 |
959 | 2025-05-22T20:01:15.173Z | Downloaded tokio-postgres v0.7.13 |
960 | 2025-05-22T20:01:15.178Z | Downloaded aws-lc-rs v1.12.4 |
961 | 2025-05-22T20:01:15.189Z | Downloaded steno v0.4.1 |
962 | 2025-05-22T20:01:15.195Z | Downloaded curve25519-dalek v4.1.3 |
963 | 2025-05-22T20:01:15.204Z | Downloaded rand v0.8.5 |
964 | 2025-05-22T20:01:15.210Z | Downloaded tough v0.20.0 |
965 | 2025-05-22T20:01:15.216Z | Downloaded proptest v1.6.0 |
966 | 2025-05-22T20:01:15.233Z | Downloaded ed25519-dalek v2.1.1 |
967 | 2025-05-22T20:01:15.241Z | Downloaded bindgen v0.69.5 |
968 | 2025-05-22T20:01:15.241Z | Downloaded rustls-webpki v0.102.8 |
969 | 2025-05-22T20:01:15.264Z | Downloaded webpki-roots v0.26.6 |
970 | 2025-05-22T20:01:15.275Z | Downloaded hickory-proto v0.24.4 |
971 | 2025-05-22T20:01:15.278Z | Downloaded quinn-proto v0.11.8 |
972 | 2025-05-22T20:01:15.281Z | Downloaded unicode-segmentation v1.12.0 |
973 | 2025-05-22T20:01:15.284Z | Downloaded smoltcp v0.9.1 |
974 | 2025-05-22T20:01:15.295Z | Downloaded num-bigint-dig v0.8.4 |
975 | 2025-05-22T20:01:15.300Z | Downloaded bindgen v0.71.1 |
976 | 2025-05-22T20:01:15.308Z | Downloaded openssl v0.10.72 |
977 | 2025-05-22T20:01:15.318Z | Downloaded zip v2.6.1 |
978 | 2025-05-22T20:01:15.322Z | Downloaded git2 v0.19.0 |
979 | 2025-05-22T20:01:15.333Z | Downloaded chrono v0.4.41 |
980 | 2025-05-22T20:01:15.339Z | Downloaded reedline v0.38.0 |
981 | 2025-05-22T20:01:15.347Z | Downloaded regex v1.11.1 |
982 | 2025-05-22T20:01:15.360Z | Downloaded diesel v2.2.10 |
983 | 2025-05-22T20:01:15.380Z | Downloaded petname v2.0.2 |
984 | 2025-05-22T20:01:15.387Z | Downloaded rustls v0.21.12 |
985 | 2025-05-22T20:01:15.397Z | Downloaded rustls v0.23.19 |
986 | 2025-05-22T20:01:15.409Z | Downloaded typify-impl v0.2.0 |
987 | 2025-05-22T20:01:15.426Z | Downloaded futures-util v0.3.31 |
988 | 2025-05-22T20:01:15.437Z | Downloaded quick-xml v0.37.2 |
989 | 2025-05-22T20:01:15.443Z | Downloaded portable-atomic v1.11.0 |
990 | 2025-05-22T20:01:15.452Z | Downloaded vcpkg v0.2.15 |
991 | 2025-05-22T20:01:15.489Z | Downloaded sqlparser v0.45.0 |
992 | 2025-05-22T20:01:15.495Z | Downloaded nix v0.27.1 |
993 | 2025-05-22T20:01:15.506Z | Downloaded radix_trie v0.2.1 |
994 | 2025-05-22T20:01:15.511Z | Downloaded object v0.30.4 |
995 | 2025-05-22T20:01:15.521Z | Downloaded nix v0.28.0 |
996 | 2025-05-22T20:01:15.533Z | Downloaded winnow v0.6.26 |
997 | 2025-05-22T20:01:15.543Z | Downloaded typify-impl v0.3.0 |
998 | 2025-05-22T20:01:15.560Z | Downloaded polar-core v0.27.3 |
999 | 2025-05-22T20:01:15.570Z | Downloaded typify-impl v0.4.1 |
1000 | 2025-05-22T20:01:15.587Z | Downloaded ratatui v0.29.0 |
1001 | 2025-05-22T20:01:15.607Z | Downloaded dropshot v0.16.2 |
1002 | 2025-05-22T20:01:15.629Z | Downloaded nix v0.29.0 |
1003 | 2025-05-22T20:01:15.641Z | Downloaded regex-syntax v0.6.29 |
1004 | 2025-05-22T20:01:15.649Z | Downloaded jiff v0.2.13 |
1005 | 2025-05-22T20:01:15.669Z | Downloaded gimli v0.31.1 |
1006 | 2025-05-22T20:01:15.678Z | Downloaded zerocopy v0.8.25 |
1007 | 2025-05-22T20:01:15.703Z | Downloaded object v0.36.5 |
1008 | 2025-05-22T20:01:15.715Z | Downloaded regex-syntax v0.8.5 |
1009 | 2025-05-22T20:01:15.725Z | Downloaded regress v0.10.3 |
1010 | 2025-05-22T20:01:15.733Z | Downloaded libz-sys v1.1.20 |
1011 | 2025-05-22T20:01:15.754Z | Downloaded petgraph v0.7.1 |
1012 | 2025-05-22T20:01:15.774Z | Downloaded csv v1.3.1 |
1013 | 2025-05-22T20:01:15.795Z | Downloaded openapiv3 v2.0.0 |
1014 | 2025-05-22T20:01:15.807Z | Downloaded lzma-sys v0.1.20 |
1015 | 2025-05-22T20:01:15.839Z | Downloaded chrono-tz v0.10.3 |
1016 | 2025-05-22T20:01:15.845Z | Downloaded sled v0.34.7 |
1017 | 2025-05-22T20:01:15.855Z | Downloaded tokio v1.45.0 |
1018 | 2025-05-22T20:01:15.894Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1019 | 2025-05-22T20:01:15.908Z | Downloaded bstr v1.10.0 |
1020 | 2025-05-22T20:01:15.918Z | Downloaded rustls v0.22.4 |
1021 | 2025-05-22T20:01:15.932Z | Downloaded regex-automata v0.4.8 |
1022 | 2025-05-22T20:01:15.950Z | Downloaded zerocopy-derive v0.6.6 |
1023 | 2025-05-22T20:01:15.961Z | Downloaded smoltcp v0.11.0 |
1024 | 2025-05-22T20:01:15.974Z | Downloaded serde_with v3.12.0 |
1025 | 2025-05-22T20:01:15.982Z | Downloaded winnow v0.5.40 |
1026 | 2025-05-22T20:01:15.991Z | Downloaded minimal-lexical v0.2.1 |
1027 | 2025-05-22T20:01:16.021Z | Downloaded quinn v0.11.5 |
1028 | 2025-05-22T20:01:16.025Z | Downloaded tiny-keccak v2.0.2 |
1029 | 2025-05-22T20:01:16.028Z | Downloaded pkcs1 v0.7.5 |
1030 | 2025-05-22T20:01:16.031Z | Downloaded parse-display-derive v0.10.0 |
1031 | 2025-05-22T20:01:16.034Z | Downloaded crossterm v0.28.1 |
1032 | 2025-05-22T20:01:16.041Z | Downloaded petgraph v0.6.5 |
1033 | 2025-05-22T20:01:16.062Z | Downloaded aho-corasick v1.1.3 |
1034 | 2025-05-22T20:01:16.069Z | Downloaded parse-zoneinfo v0.3.1 |
1035 | 2025-05-22T20:01:16.073Z | Downloaded diff v0.1.13 |
1036 | 2025-05-22T20:01:16.078Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1037 | 2025-05-22T20:01:16.104Z | Downloaded openssl-sys v0.9.107 |
1038 | 2025-05-22T20:01:16.109Z | Downloaded slog-term v2.9.1 |
1039 | 2025-05-22T20:01:16.113Z | Downloaded strum_macros v0.26.4 |
1040 | 2025-05-22T20:01:16.117Z | Downloaded enum-as-inner v0.6.1 |
1041 | 2025-05-22T20:01:16.117Z | Downloaded tokio-rustls v0.26.0 |
1042 | 2025-05-22T20:01:16.117Z | Downloaded tokio-rustls v0.24.1 |
1043 | 2025-05-22T20:01:16.120Z | Downloaded num-rational v0.4.2 |
1044 | 2025-05-22T20:01:16.123Z | Downloaded num-complex v0.4.6 |
1045 | 2025-05-22T20:01:16.123Z | Downloaded snafu v0.8.5 |
1046 | 2025-05-22T20:01:16.129Z | Downloaded rustls-pemfile v1.0.4 |
1047 | 2025-05-22T20:01:16.132Z | Downloaded futures-channel v0.3.31 |
1048 | 2025-05-22T20:01:16.135Z | Downloaded parking_lot_core v0.9.10 |
1049 | 2025-05-22T20:01:16.135Z | Downloaded phf_codegen v0.11.2 |
1050 | 2025-05-22T20:01:16.139Z | Downloaded hashbrown v0.13.2 |
1051 | 2025-05-22T20:01:16.142Z | Downloaded zerovec v0.10.4 |
1052 | 2025-05-22T20:01:16.147Z | Downloaded sha3 v0.10.8 |
1053 | 2025-05-22T20:01:16.152Z | Downloaded encoding_rs v0.8.34 |
1054 | 2025-05-22T20:01:16.174Z | Downloaded newtype-uuid v1.2.1 |
1055 | 2025-05-22T20:01:16.178Z | Downloaded futures-sink v0.3.31 |
1056 | 2025-05-22T20:01:16.178Z | Downloaded ecdsa v0.16.9 |
1057 | 2025-05-22T20:01:16.183Z | Downloaded prettyplease v0.2.32 |
1058 | 2025-05-22T20:01:16.187Z | Downloaded tungstenite v0.21.0 |
1059 | 2025-05-22T20:01:16.187Z | Downloaded futures-io v0.3.31 |
1060 | 2025-05-22T20:01:16.187Z | Downloaded embedded-io v0.4.0 |
1061 | 2025-05-22T20:01:16.188Z | Downloaded stringprep v0.1.5 |
1062 | 2025-05-22T20:01:16.191Z | Downloaded untrusted v0.9.0 |
1063 | 2025-05-22T20:01:16.191Z | Downloaded tokio-native-tls v0.3.1 |
1064 | 2025-05-22T20:01:16.194Z | Downloaded defmt v0.3.8 |
1065 | 2025-05-22T20:01:16.197Z | Downloaded tower-service v0.3.3 |
1066 | 2025-05-22T20:01:16.197Z | Downloaded derive_more v0.99.20 |
1067 | 2025-05-22T20:01:16.201Z | Downloaded vte v0.11.1 |
1068 | 2025-05-22T20:01:16.204Z | Downloaded pkcs5 v0.7.1 |
1069 | 2025-05-22T20:01:16.208Z | Downloaded rand v0.9.0 |
1070 | 2025-05-22T20:01:16.211Z | Downloaded memmap2 v0.9.5 |
1071 | 2025-05-22T20:01:16.214Z | Downloaded unicode-properties v0.1.3 |
1072 | 2025-05-22T20:01:16.218Z | Downloaded zopfli v0.8.1 |
1073 | 2025-05-22T20:01:16.218Z | Downloaded tokio-util v0.7.13 |
1074 | 2025-05-22T20:01:16.222Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1075 | 2025-05-22T20:01:16.281Z | Downloaded russh v0.45.0 |
1076 | 2025-05-22T20:01:16.287Z | Downloaded flate2 v1.1.1 |
1077 | 2025-05-22T20:01:16.292Z | Downloaded foreign-types v0.5.0 |
1078 | 2025-05-22T20:01:16.297Z | Downloaded fd-lock v4.0.2 |
1079 | 2025-05-22T20:01:16.297Z | Downloaded daft-derive v0.1.3 |
1080 | 2025-05-22T20:01:16.300Z | Downloaded poly1305 v0.8.0 |
1081 | 2025-05-22T20:01:16.303Z | Downloaded vergen v8.3.2 |
1082 | 2025-05-22T20:01:16.306Z | Downloaded ron v0.7.1 |
1083 | 2025-05-22T20:01:16.309Z | Downloaded der v0.7.9 |
1084 | 2025-05-22T20:01:16.312Z | Downloaded signal-hook-mio v0.2.4 |
1085 | 2025-05-22T20:01:16.315Z | Downloaded defmt-macros v0.3.9 |
1086 | 2025-05-22T20:01:16.318Z | Downloaded hyper v1.6.0 |
1087 | 2025-05-22T20:01:16.323Z | Downloaded ring v0.17.14 |
1088 | 2025-05-22T20:01:16.370Z | Downloaded powerfmt v0.2.0 |
1089 | 2025-05-22T20:01:16.373Z | Downloaded void v1.0.2 |
1090 | 2025-05-22T20:01:16.373Z | Downloaded fs-err v2.11.0 |
1091 | 2025-05-22T20:01:16.373Z | Downloaded form_urlencoded v1.2.1 |
1092 | 2025-05-22T20:01:16.376Z | Downloaded rand_seeder v0.3.0 |
1093 | 2025-05-22T20:01:16.376Z | Downloaded zstd-safe v7.2.3 |
1094 | 2025-05-22T20:01:16.379Z | Downloaded crossbeam-channel v0.5.15 |
1095 | 2025-05-22T20:01:16.382Z | Downloaded walkdir v2.5.0 |
1096 | 2025-05-22T20:01:16.386Z | Downloaded spki v0.7.3 |
1097 | 2025-05-22T20:01:16.386Z | Downloaded num-derive v0.3.3 |
1098 | 2025-05-22T20:01:16.389Z | Downloaded newtype_derive v0.1.6 |
1099 | 2025-05-22T20:01:16.389Z | Downloaded tokio-tungstenite v0.21.0 |
1100 | 2025-05-22T20:01:16.392Z | Downloaded tokio-stream v0.1.17 |
1101 | 2025-05-22T20:01:16.395Z | Downloaded pin-project v1.1.6 |
1102 | 2025-05-22T20:01:16.406Z | Downloaded typify-macro v0.3.0 |
1103 | 2025-05-22T20:01:16.409Z | Downloaded nanorand v0.7.0 |
1104 | 2025-05-22T20:01:16.409Z | Downloaded hash32 v0.3.1 |
1105 | 2025-05-22T20:01:16.409Z | Downloaded daft v0.1.3 |
1106 | 2025-05-22T20:01:16.412Z | Downloaded polyval v0.6.2 |
1107 | 2025-05-22T20:01:16.412Z | Downloaded password-hash v0.5.0 |
1108 | 2025-05-22T20:01:16.416Z | Downloaded display-error-chain v0.2.2 |
1109 | 2025-05-22T20:01:16.416Z | Downloaded dirs-sys-next v0.1.2 |
1110 | 2025-05-22T20:01:16.419Z | Downloaded serde_yaml v0.9.34+deprecated |
1111 | 2025-05-22T20:01:16.422Z | Downloaded sct v0.7.1 |
1112 | 2025-05-22T20:01:16.425Z | Downloaded crypto-bigint v0.5.5 |
1113 | 2025-05-22T20:01:16.429Z | Downloaded itertools v0.10.5 |
1114 | 2025-05-22T20:01:16.436Z | Downloaded publicsuffix v2.3.0 |
1115 | 2025-05-22T20:01:16.439Z | Downloaded postgres-protocol v0.6.8 |
1116 | 2025-05-22T20:01:16.442Z | Downloaded thiserror-impl-no-std v2.0.2 |
1117 | 2025-05-22T20:01:16.442Z | Downloaded ctr v0.9.2 |
1118 | 2025-05-22T20:01:16.445Z | Downloaded slab v0.4.9 |
1119 | 2025-05-22T20:01:16.445Z | Downloaded siphasher v0.3.11 |
1120 | 2025-05-22T20:01:16.449Z | Downloaded rcgen v0.12.1 |
1121 | 2025-05-22T20:01:16.452Z | Downloaded cookie v0.18.1 |
1122 | 2025-05-22T20:01:16.452Z | Downloaded bytes v1.10.1 |
1123 | 2025-05-22T20:01:16.456Z | Downloaded topological-sort v0.2.2 |
1124 | 2025-05-22T20:01:16.460Z | Downloaded rustls-pemfile v2.2.0 |
1125 | 2025-05-22T20:01:16.460Z | Downloaded crossbeam-epoch v0.9.18 |
1126 | 2025-05-22T20:01:16.463Z | Downloaded number_prefix v0.4.0 |
1127 | 2025-05-22T20:01:16.463Z | Downloaded pin-project-lite v0.2.14 |
1128 | 2025-05-22T20:01:16.466Z | Downloaded fatfs v0.3.6 |
1129 | 2025-05-22T20:01:16.469Z | Downloaded schemars_derive v0.8.22 |
1130 | 2025-05-22T20:01:16.472Z | Downloaded foreign-types-shared v0.1.1 |
1131 | 2025-05-22T20:01:16.472Z | Downloaded rusty-fork v0.3.0 |
1132 | 2025-05-22T20:01:16.476Z | Downloaded document-features v0.2.10 |
1133 | 2025-05-22T20:01:16.476Z | Downloaded compact_str v0.8.0 |
1134 | 2025-05-22T20:01:16.481Z | Downloaded globset v0.4.15 |
1135 | 2025-05-22T20:01:16.481Z | Downloaded hyper-util v0.1.11 |
1136 | 2025-05-22T20:01:16.486Z | Downloaded futures-executor v0.3.31 |
1137 | 2025-05-22T20:01:16.492Z | Downloaded icu_collections v1.5.0 |
1138 | 2025-05-22T20:01:16.498Z | Downloaded waitgroup v0.1.2 |
1139 | 2025-05-22T20:01:16.498Z | Downloaded wait-timeout v0.2.0 |
1140 | 2025-05-22T20:01:16.498Z | Downloaded utf8_iter v1.0.4 |
1141 | 2025-05-22T20:01:16.498Z | Downloaded toml v0.7.8 |
1142 | 2025-05-22T20:01:16.501Z | Downloaded crossbeam-utils v0.8.21 |
1143 | 2025-05-22T20:01:16.501Z | Downloaded typify v0.4.1 |
1144 | 2025-05-22T20:01:16.504Z | Downloaded spin v0.9.8 |
1145 | 2025-05-22T20:01:16.507Z | Downloaded hickory-resolver v0.24.4 |
1146 | 2025-05-22T20:01:16.510Z | Downloaded xshell v0.2.7 |
1147 | 2025-05-22T20:01:16.514Z | Downloaded console v0.15.10 |
1148 | 2025-05-22T20:01:16.518Z | Downloaded blake2 v0.10.6 |
1149 | 2025-05-22T20:01:16.518Z | Downloaded jiff-static v0.2.13 |
1150 | 2025-05-22T20:01:16.521Z | Downloaded dsl_auto_type v0.1.2 |
1151 | 2025-05-22T20:01:16.521Z | Downloaded predicates v3.1.3 |
1152 | 2025-05-22T20:01:16.524Z | Downloaded clang-sys v1.8.1 |
1153 | 2025-05-22T20:01:16.529Z | Downloaded cc v1.2.15 |
1154 | 2025-05-22T20:01:16.532Z | Downloaded utf16_iter v1.0.5 |
1155 | 2025-05-22T20:01:16.532Z | Downloaded utf-8 v0.7.6 |
1156 | 2025-05-22T20:01:16.532Z | Downloaded tui-tree-widget v0.23.0 |
1157 | 2025-05-22T20:01:16.536Z | Downloaded tokio-tungstenite v0.23.1 |
1158 | 2025-05-22T20:01:16.536Z | Downloaded tokio-rustls v0.25.0 |
1159 | 2025-05-22T20:01:16.539Z | Downloaded tinyvec v1.8.0 |
1160 | 2025-05-22T20:01:16.542Z | Downloaded ahash v0.8.11 |
1161 | 2025-05-22T20:01:16.546Z | Downloaded synstructure v0.13.1 |
1162 | 2025-05-22T20:01:16.546Z | Downloaded strip-ansi-escapes v0.2.0 |
1163 | 2025-05-22T20:01:16.546Z | Downloaded icu_properties v1.5.1 |
1164 | 2025-05-22T20:01:16.549Z | Downloaded float-cmp v0.10.0 |
1165 | 2025-05-22T20:01:16.549Z | Downloaded xz2 v0.1.7 |
1166 | 2025-05-22T20:01:16.552Z | Downloaded termios v0.3.3 |
1167 | 2025-05-22T20:01:16.552Z | Downloaded base64 v0.22.1 |
1168 | 2025-05-22T20:01:16.555Z | Downloaded rtoolbox v0.0.2 |
1169 | 2025-05-22T20:01:16.558Z | Downloaded radium v0.7.0 |
1170 | 2025-05-22T20:01:16.558Z | Downloaded r2d2 v0.8.10 |
1171 | 2025-05-22T20:01:16.562Z | Downloaded progenitor-macro v0.8.0 |
1172 | 2025-05-22T20:01:16.562Z | Downloaded ppv-lite86 v0.2.20 |
1173 | 2025-05-22T20:01:16.562Z | Downloaded ciborium v0.2.2 |
1174 | 2025-05-22T20:01:16.565Z | Downloaded bzip2 v0.5.2 |
1175 | 2025-05-22T20:01:16.568Z | Downloaded termtree v0.5.1 |
1176 | 2025-05-22T20:01:16.568Z | Downloaded structmeta v0.3.0 |
1177 | 2025-05-22T20:01:16.568Z | Downloaded shell-words v1.1.0 |
1178 | 2025-05-22T20:01:16.572Z | Downloaded base64 v0.21.7 |
1179 | 2025-05-22T20:01:16.575Z | Downloaded backoff v0.4.0 |
1180 | 2025-05-22T20:01:16.575Z | Downloaded headers v0.4.0 |
1181 | 2025-05-22T20:01:16.580Z | Downloaded icu_locid v1.5.0 |
1182 | 2025-05-22T20:01:16.585Z | Downloaded base16ct v0.2.0 |
1183 | 2025-05-22T20:01:16.588Z | Downloaded icu_normalizer v1.5.0 |
1184 | 2025-05-22T20:01:16.591Z | Downloaded cmake v0.1.51 |
1185 | 2025-05-22T20:01:16.591Z | Downloaded async-recursion v1.1.1 |
1186 | 2025-05-22T20:01:16.594Z | Downloaded cbc v0.1.2 |
1187 | 2025-05-22T20:01:16.598Z | Downloaded cassowary v0.3.0 |
1188 | 2025-05-22T20:01:16.598Z | Downloaded bcs v0.1.6 |
1189 | 2025-05-22T20:01:16.602Z | Downloaded hickory-client v0.24.4 |
1190 | 2025-05-22T20:01:16.602Z | Downloaded crc v3.2.1 |
1191 | 2025-05-22T20:01:16.606Z | Downloaded cobs v0.2.3 |
1192 | 2025-05-22T20:01:16.606Z | Downloaded chrono-tz-build v0.4.0 |
1193 | 2025-05-22T20:01:16.609Z | Downloaded jobserver v0.1.32 |
1194 | 2025-05-22T20:01:16.609Z | Downloaded hmac v0.12.1 |
1195 | 2025-05-22T20:01:16.612Z | Downloaded cancel-safe-futures v0.1.5 |
1196 | 2025-05-22T20:01:16.615Z | Downloaded bit-vec v0.8.0 |
1197 | 2025-05-22T20:01:16.615Z | Downloaded bitfield-struct v0.6.2 |
1198 | 2025-05-22T20:01:16.618Z | Downloaded bit-vec v0.6.3 |
1199 | 2025-05-22T20:01:16.618Z | Downloaded ingot-macros v0.1.0 |
1200 | 2025-05-22T20:01:16.621Z | Downloaded httparse v1.9.5 |
1201 | 2025-05-22T20:01:16.621Z | Downloaded cstr-argument v0.1.2 |
1202 | 2025-05-22T20:01:16.625Z | Downloaded crunchy v0.2.2 |
1203 | 2025-05-22T20:01:16.625Z | Downloaded async-stream-impl v0.3.6 |
1204 | 2025-05-22T20:01:16.625Z | Downloaded lalrpop-util v0.19.12 |
1205 | 2025-05-22T20:01:16.625Z | Downloaded highway v1.3.0 |
1206 | 2025-05-22T20:01:16.629Z | Downloaded crc-catalog v2.4.0 |
1207 | 2025-05-22T20:01:16.629Z | Downloaded cipher v0.4.4 |
1208 | 2025-05-22T20:01:16.629Z | Downloaded castaway v0.2.3 |
1209 | 2025-05-22T20:01:16.632Z | Downloaded is-terminal v0.4.13 |
1210 | 2025-05-22T20:01:16.632Z | Downloaded internet-checksum v0.2.1 |
1211 | 2025-05-22T20:01:16.632Z | Downloaded indoc v2.0.6 |
1212 | 2025-05-22T20:01:16.635Z | Downloaded instability v0.3.2 |
1213 | 2025-05-22T20:01:16.635Z | Downloaded ingot v0.1.0 |
1214 | 2025-05-22T20:01:16.638Z | Downloaded hubpack v0.1.2 |
1215 | 2025-05-22T20:01:16.638Z | Downloaded ingot-types v0.1.0 |
1216 | 2025-05-22T20:01:16.638Z | Downloaded impl-trait-for-tuples v0.2.2 |
1217 | 2025-05-22T20:01:16.641Z | Downloaded kstat-rs v0.2.4 |
1218 | 2025-05-22T20:01:16.644Z | Downloaded bzip2 v0.4.4 |
1219 | 2025-05-22T20:01:16.644Z | Downloaded hostname v0.3.1 |
1220 | 2025-05-22T20:01:16.647Z | Downloaded buf-list v1.0.3 |
1221 | 2025-05-22T20:01:16.648Z | Downloaded atomicwrites v0.4.4 |
1222 | 2025-05-22T20:01:16.651Z | Downloaded atomic-waker v1.1.2 |
1223 | 2025-05-22T20:01:17.032Z | Downloaded aws-lc-sys v0.26.0 |
1224 | 2025-05-22T20:01:17.394Z | Compiling serde v1.0.219 |
1225 | 2025-05-22T20:01:17.397Z | Compiling value-bag v1.9.0 |
1226 | 2025-05-22T20:01:17.398Z | Compiling shlex v1.3.0 |
1227 | 2025-05-22T20:01:17.398Z | Compiling lock_api v0.4.12 |
1228 | 2025-05-22T20:01:17.555Z | Compiling scopeguard v1.2.0 |
1229 | 2025-05-22T20:01:17.558Z | Compiling typenum v1.17.0 |
1230 | 2025-05-22T20:01:17.635Z | Compiling syn v2.0.101 |
1231 | 2025-05-22T20:01:17.639Z | Compiling getrandom v0.2.15 |
1232 | 2025-05-22T20:01:17.767Z | Compiling jobserver v0.1.32 |
1233 | 2025-05-22T20:01:17.926Z | Compiling rand_core v0.6.4 |
1234 | 2025-05-22T20:01:18.042Z | Compiling log v0.4.27 |
1235 | 2025-05-22T20:01:18.117Z | Compiling generic-array v0.14.7 |
1236 | 2025-05-22T20:01:18.138Z | Compiling smallvec v1.14.0 |
1237 | 2025-05-22T20:01:18.446Z | Compiling cc v1.2.15 |
1238 | 2025-05-22T20:01:18.540Z | Compiling subtle v2.6.1 |
1239 | 2025-05-22T20:01:18.559Z | Compiling const-oid v0.9.6 |
1240 | 2025-05-22T20:01:18.562Z | Compiling stable_deref_trait v1.2.0 |
1241 | 2025-05-22T20:01:18.613Z | Compiling pkg-config v0.3.31 |
1242 | 2025-05-22T20:01:18.700Z | Compiling pin-project-lite v0.2.14 |
1243 | 2025-05-22T20:01:18.767Z | Compiling rustix v0.38.37 |
1244 | 2025-05-22T20:01:18.832Z | Compiling parking_lot_core v0.9.10 |
1245 | 2025-05-22T20:01:18.902Z | Compiling signal-hook-registry v1.4.2 |
1246 | 2025-05-22T20:01:19.570Z | Compiling mio v1.0.2 |
1247 | 2025-05-22T20:01:19.593Z | Compiling spin v0.9.8 |
1248 | 2025-05-22T20:01:20.164Z | Compiling parking_lot v0.12.3 |
1249 | 2025-05-22T20:01:20.205Z | Compiling futures-core v0.3.31 |
1250 | 2025-05-22T20:01:20.205Z | Compiling aho-corasick v1.1.3 |
1251 | 2025-05-22T20:01:20.205Z | Compiling either v1.14.0 |
1252 | 2025-05-22T20:01:20.209Z | Compiling serde_json v1.0.140 |
1253 | 2025-05-22T20:01:20.422Z | Compiling regex-syntax v0.8.5 |
1254 | 2025-05-22T20:01:20.505Z | Compiling writeable v0.5.5 |
1255 | 2025-05-22T20:01:20.591Z | Compiling libm v0.2.8 |
1256 | 2025-05-22T20:01:20.613Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-05-22T20:01:20.676Z | Compiling litemap v0.7.3 |
1258 | 2025-05-22T20:01:20.766Z | Compiling socket2 v0.5.9 |
1259 | 2025-05-22T20:01:20.974Z | Compiling slab v0.4.9 |
1260 | 2025-05-22T20:01:21.118Z | Compiling num-traits v0.2.19 |
1261 | 2025-05-22T20:01:21.144Z | Compiling glob v0.3.2 |
1262 | 2025-05-22T20:01:21.709Z | Compiling prettyplease v0.2.32 |
1263 | 2025-05-22T20:01:21.730Z | Compiling icu_locid_transform_data v1.5.0 |
1264 | 2025-05-22T20:01:21.858Z | Compiling futures-sink v0.3.31 |
1265 | 2025-05-22T20:01:21.989Z | Compiling clang-sys v1.8.1 |
1266 | 2025-05-22T20:01:22.053Z | Compiling getrandom v0.3.1 |
1267 | 2025-05-22T20:01:22.293Z | Compiling lazy_static v1.5.0 |
1268 | 2025-05-22T20:01:22.414Z | Compiling minimal-lexical v0.2.1 |
1269 | 2025-05-22T20:01:22.453Z | Compiling allocator-api2 v0.2.18 |
1270 | 2025-05-22T20:01:22.735Z | Compiling icu_properties_data v1.5.0 |
1271 | 2025-05-22T20:01:22.898Z | Compiling foldhash v0.1.3 |
1272 | 2025-05-22T20:01:22.948Z | Compiling nom v7.1.3 |
1273 | 2025-05-22T20:01:23.200Z | Compiling hashbrown v0.15.1 |
1274 | 2025-05-22T20:01:23.233Z | Compiling libloading v0.8.5 |
1275 | 2025-05-22T20:01:23.435Z | Compiling utf8_iter v1.0.4 |
1276 | 2025-05-22T20:01:23.660Z | Compiling bindgen v0.69.5 |
1277 | 2025-05-22T20:01:23.705Z | Compiling write16 v1.0.0 |
1278 | 2025-05-22T20:01:23.853Z | Compiling percent-encoding v2.3.1 |
1279 | 2025-05-22T20:01:24.194Z | Compiling regex-automata v0.4.8 |
1280 | 2025-05-22T20:01:24.319Z | Compiling icu_normalizer_data v1.5.0 |
1281 | 2025-05-22T20:01:24.386Z | Compiling base64ct v1.6.0 |
1282 | 2025-05-22T20:01:24.390Z | Compiling home v0.5.9 |
1283 | 2025-05-22T20:01:24.443Z | Compiling utf16_iter v1.0.5 |
1284 | 2025-05-22T20:01:24.651Z | Compiling itertools v0.12.1 |
1285 | 2025-05-22T20:01:24.669Z | Compiling rustc-hash v1.1.0 |
1286 | 2025-05-22T20:01:24.841Z | Compiling synstructure v0.13.1 |
1287 | 2025-05-22T20:01:24.970Z | Compiling pem-rfc7468 v0.7.0 |
1288 | 2025-05-22T20:01:26.261Z | Compiling cexpr v0.6.0 |
1289 | 2025-05-22T20:01:26.284Z | Compiling flagset v0.4.6 |
1290 | 2025-05-22T20:01:26.346Z | Compiling lazycell v1.3.0 |
1291 | 2025-05-22T20:01:26.524Z | Compiling futures-channel v0.3.31 |
1292 | 2025-05-22T20:01:26.546Z | Compiling cmake v0.1.51 |
1293 | 2025-05-22T20:01:26.976Z | Compiling pin-utils v0.1.0 |
1294 | 2025-05-22T20:01:27.092Z | Compiling fs_extra v1.3.0 |
1295 | 2025-05-22T20:01:27.353Z | Compiling futures-io v0.3.31 |
1296 | 2025-05-22T20:01:27.546Z | Compiling futures-task v0.3.31 |
1297 | 2025-05-22T20:01:27.638Z | Compiling dunce v1.0.5 |
1298 | 2025-05-22T20:01:27.641Z | Compiling form_urlencoded v1.2.1 |
1299 | 2025-05-22T20:01:27.792Z | Compiling vcpkg v0.2.15 |
1300 | 2025-05-22T20:01:27.795Z | Compiling paste v1.0.15 |
1301 | 2025-05-22T20:01:27.861Z | Compiling crossbeam-utils v0.8.21 |
1302 | 2025-05-22T20:01:27.972Z | Compiling zerocopy v0.8.25 |
1303 | 2025-05-22T20:01:28.453Z | Compiling ring v0.17.14 |
1304 | 2025-05-22T20:01:28.474Z | Compiling tracing-core v0.1.32 |
1305 | 2025-05-22T20:01:28.840Z | Compiling aws-lc-rs v1.12.4 |
1306 | 2025-05-22T20:01:29.259Z | Compiling iana-time-zone v0.1.63 |
1307 | 2025-05-22T20:01:29.460Z | Compiling openssl-sys v0.9.107 |
1308 | 2025-05-22T20:01:29.607Z | Compiling regex v1.11.1 |
1309 | 2025-05-22T20:01:29.642Z | Compiling tinyvec_macros v0.1.1 |
1310 | 2025-05-22T20:01:29.750Z | Compiling rustls-pki-types v1.10.0 |
1311 | 2025-05-22T20:01:29.893Z | Compiling serde_derive v1.0.219 |
1312 | 2025-05-22T20:01:30.424Z | Compiling zeroize_derive v1.4.2 |
1313 | 2025-05-22T20:01:30.442Z | Compiling zerofrom-derive v0.1.4 |
1314 | 2025-05-22T20:01:30.495Z | Compiling yoke-derive v0.7.4 |
1315 | 2025-05-22T20:01:30.666Z | Compiling zerovec-derive v0.10.3 |
1316 | 2025-05-22T20:01:31.775Z | Compiling zeroize v1.8.1 |
1317 | 2025-05-22T20:01:33.058Z | Compiling displaydoc v0.2.5 |
1318 | 2025-05-22T20:01:33.101Z | Compiling zerocopy-derive v0.7.35 |
1319 | 2025-05-22T20:01:33.496Z | Compiling crypto-common v0.1.6 |
1320 | 2025-05-22T20:01:33.746Z | Compiling block-buffer v0.10.4 |
1321 | 2025-05-22T20:01:33.766Z | Compiling zerofrom v0.1.4 |
1322 | 2025-05-22T20:01:34.019Z | Compiling digest v0.10.7 |
1323 | 2025-05-22T20:01:34.055Z | Compiling yoke v0.7.4 |
1324 | 2025-05-22T20:01:34.446Z | Compiling zerovec v0.10.4 |
1325 | 2025-05-22T20:01:34.449Z | Compiling hmac v0.12.1 |
1326 | 2025-05-22T20:01:34.489Z | Compiling tokio-macros v2.5.0 |
1327 | 2025-05-22T20:01:34.505Z | Compiling icu_provider_macros v1.5.0 |
1328 | 2025-05-22T20:01:34.671Z | Compiling block-padding v0.3.3 |
1329 | 2025-05-22T20:01:34.743Z | Compiling sha2 v0.10.8 |
1330 | 2025-05-22T20:01:34.934Z | Compiling zerocopy v0.7.35 |
1331 | 2025-05-22T20:01:34.949Z | Compiling inout v0.1.3 |
1332 | 2025-05-22T20:01:35.244Z | Compiling cipher v0.4.4 |
1333 | 2025-05-22T20:01:35.407Z | Compiling thiserror-impl v1.0.69 |
1334 | 2025-05-22T20:01:35.741Z | Compiling der_derive v0.7.3 |
1335 | 2025-05-22T20:01:35.761Z | Compiling futures-macro v0.3.31 |
1336 | 2025-05-22T20:01:35.784Z | Compiling salsa20 v0.10.2 |
1337 | 2025-05-22T20:01:36.114Z | Compiling pbkdf2 v0.12.2 |
1338 | 2025-05-22T20:01:36.314Z | Compiling tinystr v0.7.6 |
1339 | 2025-05-22T20:01:36.371Z | Compiling icu_collections v1.5.0 |
1340 | 2025-05-22T20:01:36.492Z | Compiling ppv-lite86 v0.2.20 |
1341 | 2025-05-22T20:01:36.750Z | Compiling icu_locid v1.5.0 |
1342 | 2025-05-22T20:01:37.337Z | Compiling scrypt v0.11.0 |
1343 | 2025-05-22T20:01:37.583Z | Compiling cbc v0.1.2 |
1344 | 2025-05-22T20:01:37.618Z | Compiling futures-util v0.3.31 |
1345 | 2025-05-22T20:01:37.843Z | Compiling aes v0.8.4 |
1346 | 2025-05-22T20:01:38.039Z | Compiling icu_provider v1.5.0 |
1347 | 2025-05-22T20:01:38.096Z | Compiling der v0.7.9 |
1348 | 2025-05-22T20:01:38.128Z | Compiling zerocopy-derive v0.8.25 |
1349 | 2025-05-22T20:01:38.182Z | Compiling thiserror v1.0.69 |
1350 | 2025-05-22T20:01:38.357Z | Compiling pest v2.7.14 |
1351 | 2025-05-22T20:01:38.657Z | Compiling tracing-attributes v0.1.27 |
1352 | 2025-05-22T20:01:39.019Z | Compiling icu_locid_transform v1.5.0 |
1353 | 2025-05-22T20:01:40.578Z | Compiling icu_properties v1.5.1 |
1354 | 2025-05-22T20:01:41.044Z | Compiling spki v0.7.3 |
1355 | 2025-05-22T20:01:41.340Z | Compiling pest_meta v2.7.14 |
1356 | 2025-05-22T20:01:41.351Z | Compiling scroll_derive v0.12.0 |
1357 | 2025-05-22T20:01:41.435Z | Compiling pkcs5 v0.7.1 |
1358 | 2025-05-22T20:01:41.861Z | Compiling tracing v0.1.40 |
1359 | 2025-05-22T20:01:42.346Z | Compiling pkcs8 v0.10.2 |
1360 | 2025-05-22T20:01:42.507Z | Compiling bitflags v2.9.0 |
1361 | 2025-05-22T20:01:42.690Z | Compiling bytes v1.10.1 |
1362 | 2025-05-22T20:01:42.748Z | Compiling semver v1.0.26 |
1363 | 2025-05-22T20:01:43.130Z | Compiling indexmap v2.9.0 |
1364 | 2025-05-22T20:01:43.449Z | Compiling rustc_version v0.4.1 |
1365 | 2025-05-22T20:01:44.137Z | Compiling tokio v1.45.0 |
1366 | 2025-05-22T20:01:44.157Z | Compiling http v1.3.1 |
1367 | 2025-05-22T20:01:44.538Z | Compiling icu_normalizer v1.5.0 |
1368 | 2025-05-22T20:01:44.744Z | Compiling uuid v1.16.0 |
1369 | 2025-05-22T20:01:45.178Z | Compiling chrono v0.4.41 |
1370 | 2025-05-22T20:01:45.587Z | Compiling idna_adapter v1.2.0 |
1371 | 2025-05-22T20:01:45.748Z | Compiling httparse v1.9.5 |
1372 | 2025-05-22T20:01:45.836Z | Compiling idna v1.0.3 |
1373 | 2025-05-22T20:01:46.239Z | Compiling http-body v1.0.1 |
1374 | 2025-05-22T20:01:46.270Z | Compiling scroll v0.12.0 |
1375 | 2025-05-22T20:01:46.329Z | Compiling pest_generator v2.7.14 |
1376 | 2025-05-22T20:01:46.500Z | Compiling url v2.5.3 |
1377 | 2025-05-22T20:01:46.521Z | Compiling tinyvec v1.8.0 |
1378 | 2025-05-22T20:01:46.836Z | Compiling which v4.4.2 |
1379 | 2025-05-22T20:01:47.393Z | Compiling serde_derive_internals v0.29.1 |
1380 | 2025-05-22T20:01:47.655Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1381 | 2025-05-22T20:01:47.999Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1382 | 2025-05-22T20:01:48.169Z | Compiling try-lock v0.2.5 |
1383 | 2025-05-22T20:01:48.221Z | Compiling untrusted v0.9.0 |
1384 | 2025-05-22T20:01:48.341Z | Compiling untrusted v0.7.1 |
1385 | 2025-05-22T20:01:48.403Z | Compiling time-core v0.1.2 |
1386 | 2025-05-22T20:01:48.431Z | Compiling rustversion v1.0.17 |
1387 | 2025-05-22T20:01:48.472Z | Compiling atomic-waker v1.1.2 |
1388 | 2025-05-22T20:01:48.545Z | Compiling powerfmt v0.2.0 |
1389 | 2025-05-22T20:01:48.606Z | Compiling schemars v0.8.22 |
1390 | 2025-05-22T20:01:48.613Z | Compiling foreign-types-shared v0.1.1 |
1391 | 2025-05-22T20:01:48.670Z | Compiling num-conv v0.1.0 |
1392 | 2025-05-22T20:01:48.766Z | Compiling adler2 v2.0.0 |
1393 | 2025-05-22T20:01:48.937Z | Compiling openssl v0.10.72 |
1394 | 2025-05-22T20:01:48.960Z | Compiling goblin v0.8.2 |
1395 | 2025-05-22T20:01:48.982Z | Compiling time-macros v0.2.18 |
1396 | 2025-05-22T20:01:49.032Z | Compiling miniz_oxide v0.8.5 |
1397 | 2025-05-22T20:01:49.140Z | Compiling deranged v0.3.11 |
1398 | 2025-05-22T20:01:49.390Z | Compiling foreign-types v0.3.2 |
1399 | 2025-05-22T20:01:49.614Z | Compiling schemars_derive v0.8.22 |
1400 | 2025-05-22T20:01:51.115Z | Compiling want v0.3.1 |
1401 | 2025-05-22T20:01:51.413Z | Compiling pest_derive v2.7.14 |
1402 | 2025-05-22T20:01:52.156Z | Compiling tokio-util v0.7.13 |
1403 | 2025-05-22T20:01:52.262Z | Compiling rand_core v0.9.2 |
1404 | 2025-05-22T20:01:52.687Z | Compiling openssl-macros v0.1.1 |
1405 | 2025-05-22T20:01:53.404Z | Compiling h2 v0.4.6 |
1406 | 2025-05-22T20:01:53.580Z | Compiling httpdate v1.0.3 |
1407 | 2025-05-22T20:01:53.823Z | Compiling native-tls v0.2.12 |
1408 | 2025-05-22T20:01:54.004Z | Compiling dyn-clone v1.0.19 |
1409 | 2025-05-22T20:01:54.135Z | Compiling tower-service v0.3.3 |
1410 | 2025-05-22T20:01:54.242Z | Compiling rustls v0.23.19 |
1411 | 2025-05-22T20:01:54.285Z | Compiling num_threads v0.1.7 |
1412 | 2025-05-22T20:01:54.442Z | Compiling syn v1.0.109 |
1413 | 2025-05-22T20:01:54.530Z | Compiling time v0.3.36 |
1414 | 2025-05-22T20:01:54.744Z | Compiling dof v0.3.0 |
1415 | 2025-05-22T20:01:56.796Z | Compiling rand_chacha v0.9.0 |
1416 | 2025-05-22T20:01:58.006Z | Compiling dtrace-parser v0.2.0 |
1417 | 2025-05-22T20:01:58.361Z | Compiling unicode-normalization v0.1.24 |
1418 | 2025-05-22T20:01:59.110Z | Compiling heapless v0.7.17 |
1419 | 2025-05-22T20:01:59.423Z | Compiling rand_chacha v0.3.1 |
1420 | 2025-05-22T20:01:59.452Z | Compiling signature v2.2.0 |
1421 | 2025-05-22T20:01:59.529Z | Compiling crossbeam-epoch v0.9.18 |
1422 | 2025-05-22T20:01:59.767Z | Compiling cookie v0.18.1 |
1423 | 2025-05-22T20:01:59.794Z | Compiling crc32fast v1.4.2 |
1424 | 2025-05-22T20:02:00.074Z | Compiling signal-hook v0.3.17 |
1425 | 2025-05-22T20:02:00.138Z | Compiling siphasher v0.3.11 |
1426 | 2025-05-22T20:02:00.202Z | Compiling base64 v0.22.1 |
1427 | 2025-05-22T20:02:00.372Z | Compiling hyper v1.6.0 |
1428 | 2025-05-22T20:02:00.514Z | Compiling unicode-properties v0.1.3 |
1429 | 2025-05-22T20:02:00.889Z | Compiling unicode-bidi v0.3.17 |
1430 | 2025-05-22T20:02:00.892Z | Compiling openssl-probe v0.1.5 |
1431 | 2025-05-22T20:02:01.021Z | Compiling slog v2.7.0 |
1432 | 2025-05-22T20:02:01.220Z | Compiling rayon-core v1.12.1 |
1433 | 2025-05-22T20:02:01.521Z | Compiling zstd-safe v7.2.3 |
1434 | 2025-05-22T20:02:01.659Z | Compiling stringprep v0.1.5 |
1435 | 2025-05-22T20:02:01.847Z | Compiling phf_shared v0.11.2 |
1436 | 2025-05-22T20:02:02.227Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2025-05-22T20:02:02.257Z | Compiling rand v0.8.5 |
1438 | 2025-05-22T20:02:02.642Z | Compiling usdt-impl v0.5.0 |
1439 | 2025-05-22T20:02:02.956Z | Compiling hyper-util v0.1.11 |
1440 | 2025-05-22T20:02:03.186Z | Compiling rand v0.9.0 |
1441 | 2025-05-22T20:02:03.951Z | Compiling curve25519-dalek v4.1.3 |
1442 | 2025-05-22T20:02:04.186Z | Compiling serde_tokenstream v0.2.2 |
1443 | 2025-05-22T20:02:04.260Z | Compiling serde_spanned v0.6.8 |
1444 | 2025-05-22T20:02:04.529Z | Compiling toml_datetime v0.6.9 |
1445 | 2025-05-22T20:02:04.625Z | Compiling md-5 v0.10.6 |
1446 | 2025-05-22T20:02:04.787Z | Compiling num-integer v0.1.46 |
1447 | 2025-05-22T20:02:04.790Z | Compiling ff v0.13.0 |
1448 | 2025-05-22T20:02:04.894Z | Compiling hash32 v0.2.1 |
1449 | 2025-05-22T20:02:04.918Z | Compiling memoffset v0.9.1 |
1450 | 2025-05-22T20:02:04.986Z | Compiling num-bigint-dig v0.8.4 |
1451 | 2025-05-22T20:02:05.039Z | Compiling newtype-uuid v1.2.1 |
1452 | 2025-05-22T20:02:05.240Z | Compiling fallible-iterator v0.2.0 |
1453 | 2025-05-22T20:02:05.260Z | Compiling smoltcp v0.9.1 |
1454 | 2025-05-22T20:02:05.306Z | Compiling litrs v0.4.1 |
1455 | 2025-05-22T20:02:05.325Z | Compiling gimli v0.31.1 |
1456 | 2025-05-22T20:02:05.466Z | Compiling portable-atomic v1.11.0 |
1457 | 2025-05-22T20:02:05.874Z | Compiling base16ct v0.2.0 |
1458 | 2025-05-22T20:02:05.899Z | Compiling psl-types v2.0.11 |
1459 | 2025-05-22T20:02:05.930Z | Compiling cfg_aliases v0.2.1 |
1460 | 2025-05-22T20:02:06.065Z | Compiling nix v0.29.0 |
1461 | 2025-05-22T20:02:06.170Z | Compiling publicsuffix v2.3.0 |
1462 | 2025-05-22T20:02:06.242Z | Compiling sec1 v0.7.3 |
1463 | 2025-05-22T20:02:06.402Z | Compiling document-features v0.2.10 |
1464 | 2025-05-22T20:02:06.529Z | Compiling postgres-protocol v0.6.8 |
1465 | 2025-05-22T20:02:06.607Z | Compiling num-iter v0.1.45 |
1466 | 2025-05-22T20:02:06.927Z | Compiling group v0.13.0 |
1467 | 2025-05-22T20:02:07.496Z | Compiling tokio-native-tls v0.3.1 |
1468 | 2025-05-22T20:02:07.890Z | Compiling flate2 v1.1.1 |
1469 | 2025-05-22T20:02:08.426Z | Compiling ipnetwork v0.21.1 |
1470 | 2025-05-22T20:02:08.448Z | Compiling terminal_size v0.4.0 |
1471 | 2025-05-22T20:02:08.518Z | Compiling http-body-util v0.1.3 |
1472 | 2025-05-22T20:02:08.694Z | Compiling hkdf v0.12.4 |
1473 | 2025-05-22T20:02:08.765Z | Compiling crypto-bigint v0.5.5 |
1474 | 2025-05-22T20:02:08.843Z | Compiling webpki-roots v0.26.6 |
1475 | 2025-05-22T20:02:08.973Z | Compiling curve25519-dalek-derive v0.1.1 |
1476 | 2025-05-22T20:02:08.994Z | Compiling async-trait v0.1.88 |
1477 | 2025-05-22T20:02:09.066Z | Compiling sync_wrapper v1.0.1 |
1478 | 2025-05-22T20:02:09.245Z | Compiling ahash v0.8.11 |
1479 | 2025-05-22T20:02:09.268Z | Compiling object v0.36.5 |
1480 | 2025-05-22T20:02:09.602Z | Compiling addr2line v0.24.2 |
1481 | 2025-05-22T20:02:10.067Z | Compiling fs-err v3.1.0 |
1482 | 2025-05-22T20:02:10.292Z | Compiling simd-adler32 v0.3.7 |
1483 | 2025-05-22T20:02:10.313Z | Compiling unicode-width v0.2.0 |
1484 | 2025-05-22T20:02:10.404Z | Compiling anyhow v1.0.98 |
1485 | 2025-05-22T20:02:10.861Z | Compiling managed v0.8.0 |
1486 | 2025-05-22T20:02:10.883Z | Compiling lockfree-object-pool v0.1.6 |
1487 | 2025-05-22T20:02:11.013Z | Compiling rustc-demangle v0.1.24 |
1488 | 2025-05-22T20:02:11.184Z | Compiling winnow v0.5.40 |
1489 | 2025-05-22T20:02:11.339Z | Compiling bumpalo v3.16.0 |
1490 | 2025-05-22T20:02:11.458Z | Compiling zip v2.6.1 |
1491 | 2025-05-22T20:02:11.784Z | Compiling tower-layer v0.3.3 |
1492 | 2025-05-22T20:02:11.837Z | Compiling buf-list v1.0.3 |
1493 | 2025-05-22T20:02:11.910Z | Compiling ipnet v2.11.0 |
1494 | 2025-05-22T20:02:12.094Z | Compiling tower v0.5.2 |
1495 | 2025-05-22T20:02:12.557Z | Compiling zopfli v0.8.1 |
1496 | 2025-05-22T20:02:12.937Z | Compiling elliptic-curve v0.13.8 |
1497 | 2025-05-22T20:02:12.977Z | Compiling clap_builder v4.5.35 |
1498 | 2025-05-22T20:02:14.575Z | Compiling toml_edit v0.19.15 |
1499 | 2025-05-22T20:02:14.627Z | Compiling console v0.15.10 |
1500 | 2025-05-22T20:02:14.839Z | Compiling strum_macros v0.25.3 |
1501 | 2025-05-22T20:02:15.745Z | Compiling hubpack_derive v0.1.1 |
1502 | 2025-05-22T20:02:15.926Z | Compiling backtrace v0.3.74 |
1503 | 2025-05-22T20:02:16.615Z | Compiling hyper-tls v0.6.0 |
1504 | 2025-05-22T20:02:16.674Z | Compiling hubpack v0.1.2 |
1505 | 2025-05-22T20:02:17.055Z | Compiling oxnet v0.1.2 |
1506 | 2025-05-22T20:02:17.120Z | Compiling rayon v1.10.0 |
1507 | 2025-05-22T20:02:17.828Z | Compiling signal-hook-mio v0.2.4 |
1508 | 2025-05-22T20:02:18.027Z | Compiling cookie_store v0.21.1 |
1509 | 2025-05-22T20:02:18.453Z | Compiling zstd v0.13.3 |
1510 | 2025-05-22T20:02:18.799Z | Compiling postgres-types v0.2.9 |
1511 | 2025-05-22T20:02:20.103Z | Compiling usdt-macro v0.5.0 |
1512 | 2025-05-22T20:02:20.740Z | Compiling usdt-attr-macro v0.5.0 |
1513 | 2025-05-22T20:02:21.193Z | Compiling phf v0.11.2 |
1514 | 2025-05-22T20:02:21.288Z | Compiling ed25519 v2.2.3 |
1515 | 2025-05-22T20:02:21.531Z | Compiling strum_macros v0.26.4 |
1516 | 2025-05-22T20:02:21.550Z | Compiling bzip2 v0.4.4 |
1517 | 2025-05-22T20:02:21.574Z | Compiling bzip2 v0.5.2 |
1518 | 2025-05-22T20:02:21.957Z | Compiling enum-as-inner v0.6.1 |
1519 | 2025-05-22T20:02:21.960Z | Compiling clap_derive v4.5.32 |
1520 | 2025-05-22T20:02:22.198Z | Compiling futures-executor v0.3.31 |
1521 | 2025-05-22T20:02:22.685Z | Compiling pkcs1 v0.7.5 |
1522 | 2025-05-22T20:02:22.986Z | Compiling serde_urlencoded v0.7.1 |
1523 | 2025-05-22T20:02:23.110Z | Compiling serde-big-array v0.5.1 |
1524 | 2025-05-22T20:02:23.275Z | Compiling rfc6979 v0.4.0 |
1525 | 2025-05-22T20:02:23.367Z | Compiling rustls-pemfile v2.2.0 |
1526 | 2025-05-22T20:02:23.497Z | Compiling serde_repr v0.1.19 |
1527 | 2025-05-22T20:02:23.517Z | Compiling daft-derive v0.1.3 |
1528 | 2025-05-22T20:02:23.589Z | Compiling bstr v1.10.0 |
1529 | 2025-05-22T20:02:23.733Z | Compiling float-cmp v0.10.0 |
1530 | 2025-05-22T20:02:24.010Z | Compiling encoding_rs v0.8.34 |
1531 | 2025-05-22T20:02:24.572Z | Compiling precomputed-hash v0.1.1 |
1532 | 2025-05-22T20:02:24.720Z | Compiling difflib v0.4.0 |
1533 | 2025-05-22T20:02:25.026Z | Compiling unicode-segmentation v1.12.0 |
1534 | 2025-05-22T20:02:25.102Z | Compiling new_debug_unreachable v1.0.6 |
1535 | 2025-05-22T20:02:25.222Z | Compiling data-encoding v2.6.0 |
1536 | 2025-05-22T20:02:25.908Z | Compiling whoami v1.5.2 |
1537 | 2025-05-22T20:02:25.931Z | Compiling static_assertions v1.1.0 |
1538 | 2025-05-22T20:02:26.013Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-05-22T20:02:26.088Z | Compiling predicates-core v1.0.8 |
1540 | 2025-05-22T20:02:26.215Z | Compiling number_prefix v0.4.0 |
1541 | 2025-05-22T20:02:26.419Z | Compiling mime v0.3.17 |
1542 | 2025-05-22T20:02:26.443Z | Compiling fixedbitset v0.4.2 |
1543 | 2025-05-22T20:02:26.471Z | Compiling toml_edit v0.22.26 |
1544 | 2025-05-22T20:02:26.522Z | Compiling clap v4.5.35 |
1545 | 2025-05-22T20:02:26.662Z | Compiling indicatif v0.17.11 |
1546 | 2025-05-22T20:02:26.877Z | Compiling petgraph v0.6.5 |
1547 | 2025-05-22T20:02:26.931Z | Compiling tokio-postgres v0.7.13 |
1548 | 2025-05-22T20:02:26.958Z | Compiling predicates v3.1.3 |
1549 | 2025-05-22T20:02:27.755Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1550 | 2025-05-22T20:02:28.442Z | Compiling strum v0.26.3 |
1551 | 2025-05-22T20:02:28.650Z | Compiling hickory-proto v0.24.4 |
1552 | 2025-05-22T20:02:28.677Z | Compiling similar v2.7.0 |
1553 | 2025-05-22T20:02:30.605Z | Compiling string_cache v0.8.9 |
1554 | 2025-05-22T20:02:30.705Z | Compiling daft v0.1.3 |
1555 | 2025-05-22T20:02:31.098Z | Compiling usdt v0.5.0 |
1556 | 2025-05-22T20:02:31.291Z | Compiling ecdsa v0.16.9 |
1557 | 2025-05-22T20:02:31.605Z | Compiling rsa v0.9.6 |
1558 | 2025-05-22T20:02:32.147Z | Compiling futures v0.3.31 |
1559 | 2025-05-22T20:02:32.300Z | Compiling zip v0.6.6 |
1560 | 2025-05-22T20:02:32.716Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2025-05-22T20:02:33.577Z | Compiling crossterm v0.28.1 |
1562 | 2025-05-22T20:02:34.137Z | Compiling toml v0.7.8 |
1563 | 2025-05-22T20:02:35.551Z | Compiling tokio-stream v0.1.17 |
1564 | 2025-05-22T20:02:35.578Z | Compiling openapiv3 v2.0.0 |
1565 | 2025-05-22T20:02:35.825Z | Compiling x509-cert v0.2.5 |
1566 | 2025-05-22T20:02:35.978Z | Compiling sha1 v0.10.6 |
1567 | 2025-05-22T20:02:36.448Z | Compiling itertools v0.10.5 |
1568 | 2025-05-22T20:02:36.528Z | Compiling dirs-sys-next v0.1.2 |
1569 | 2025-05-22T20:02:36.862Z | Compiling winnow v0.6.26 |
1570 | 2025-05-22T20:02:37.070Z | Compiling unicode-xid v0.2.6 |
1571 | 2025-05-22T20:02:37.292Z | Compiling peg-runtime v0.8.5 |
1572 | 2025-05-22T20:02:37.552Z | Compiling lalrpop-util v0.19.12 |
1573 | 2025-05-22T20:02:37.870Z | Compiling dirs-next v2.0.0 |
1574 | 2025-05-22T20:02:37.931Z | Compiling thread_local v1.1.8 |
1575 | 2025-05-22T20:02:38.085Z | Compiling slog-async v2.8.0 |
1576 | 2025-05-22T20:02:38.416Z | Compiling term v0.7.0 |
1577 | 2025-05-22T20:02:38.674Z | Compiling xattr v1.3.1 |
1578 | 2025-05-22T20:02:38.968Z | Compiling crossbeam-channel v0.5.15 |
1579 | 2025-05-22T20:02:39.089Z | Compiling is-terminal v0.4.13 |
1580 | 2025-05-22T20:02:39.240Z | Compiling filetime v0.2.25 |
1581 | 2025-05-22T20:02:39.263Z | Compiling take_mut v0.2.2 |
1582 | 2025-05-22T20:02:39.450Z | Compiling slog-term v2.9.1 |
1583 | 2025-05-22T20:02:39.574Z | Compiling tar v0.4.44 |
1584 | 2025-05-22T20:02:39.642Z | Compiling camino v1.1.9 |
1585 | 2025-05-22T20:02:45.806Z | Compiling aws-lc-sys v0.26.0 |
1586 | 2025-05-22T20:03:17.451Z | Compiling rustls-webpki v0.102.8 |
1587 | 2025-05-22T20:03:22.139Z | Compiling tokio-rustls v0.26.0 |
1588 | 2025-05-22T20:03:22.418Z | Compiling hyper-rustls v0.27.3 |
1589 | 2025-05-22T20:03:22.727Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1590 | 2025-05-22T20:03:26.208Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1591 | 2025-05-22T20:03:26.489Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1592 | 2025-05-22T20:03:32.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1593 | 2025-05-22T20:03:32.297Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1594 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.014 INFO Starting download, target: Cockroach |
1595 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.014 INFO Starting download, target: Console |
1596 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.014 INFO Starting download, target: Clickhouse |
1597 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.014 INFO Starting download, target: DendriteStub |
1598 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.014 INFO Starting download, target: MaghemiteMgd |
1599 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.014 INFO Starting download, target: TransceiverControl |
1600 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.015 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1601 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.015 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1602 | 2025-05-22T20:03:32.297Z | May 22 20:03:30.015 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1603 | 2025-05-22T20:03:32.298Z | May 22 20:03:30.015 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1604 | 2025-05-22T20:03:32.298Z | May 22 20:03:30.015 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1605 | 2025-05-22T20:03:32.298Z | May 22 20:03:30.015 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1606 | 2025-05-22T20:03:32.298Z | May 22 20:03:30.513 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1607 | 2025-05-22T20:03:32.324Z | May 22 20:03:30.854 INFO Download complete, target: Console |
1608 | 2025-05-22T20:03:32.693Z | May 22 20:03:31.421 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1609 | 2025-05-22T20:03:33.098Z | May 22 20:03:31.811 INFO Download complete, target: TransceiverControl |
1610 | 2025-05-22T20:03:33.223Z | May 22 20:03:31.924 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1611 | 2025-05-22T20:03:33.419Z | May 22 20:03:32.148 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1612 | 2025-05-22T20:03:33.657Z | May 22 20:03:32.388 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1613 | 2025-05-22T20:03:33.952Z | May 22 20:03:32.683 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1614 | 2025-05-22T20:03:33.952Z | May 22 20:03:32.683 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1615 | 2025-05-22T20:03:36.283Z | May 22 20:03:35.015 INFO Download complete, target: DendriteStub |
1616 | 2025-05-22T20:03:36.806Z | May 22 20:03:35.537 INFO Download complete, target: MaghemiteMgd |
1617 | 2025-05-22T20:03:40.290Z | May 22 20:03:39.013 INFO Checking that binary works, target: Cockroach |
1618 | 2025-05-22T20:03:40.450Z | May 22 20:03:39.168 INFO Download complete, target: Cockroach |
1619 | 2025-05-22T20:03:43.336Z | May 22 20:03:42.066 INFO Checking that binary works, target: Clickhouse |
1620 | 2025-05-22T20:03:43.578Z | May 22 20:03:42.308 INFO Download complete, target: Clickhouse |
1621 | 2025-05-22T20:03:43.597Z | All builder prerequisites installed successfully, and PATH looks valid |
1622 | 2025-05-22T20:03:43.601Z | |
1623 | 2025-05-22T20:03:43.601Z | real 4:44.728645466 |
1624 | 2025-05-22T20:03:43.601Z | user 15:25.184120941 |
1625 | 2025-05-22T20:03:43.601Z | sys 2:10.090589479 |
1626 | 2025-05-22T20:03:43.601Z | trap 0.555806814 |
1627 | 2025-05-22T20:03:43.601Z | tflt 2.054949638 |
1628 | 2025-05-22T20:03:43.601Z | dflt 1.868165315 |
1629 | 2025-05-22T20:03:43.601Z | kflt 0.061483773 |
1630 | 2025-05-22T20:03:43.601Z | lock 23:02.604904857 |
1631 | 2025-05-22T20:03:43.601Z | slp 55:29.438103552 |
1632 | 2025-05-22T20:03:43.601Z | lat 59.471163363 |
1633 | 2025-05-22T20:03:43.601Z | stop 2:29.449108606 |
1634 | 2025-05-22T20:03:43.601Z | + banner clippy |
1635 | 2025-05-22T20:03:43.601Z | |
1636 | 2025-05-22T20:03:43.602Z | #### # # ##### ##### # # |
1637 | 2025-05-22T20:03:43.602Z | # # # # # # # # # # |
1638 | 2025-05-22T20:03:43.602Z | # # # # # # # # |
1639 | 2025-05-22T20:03:43.602Z | # # # ##### ##### # |
1640 | 2025-05-22T20:03:43.602Z | # # # # # # # |
1641 | 2025-05-22T20:03:43.602Z | #### ###### # # # # |
1642 | 2025-05-22T20:03:43.602Z | |
1643 | 2025-05-22T20:03:43.602Z | + export CARGO_INCREMENTAL=0 |
1644 | 2025-05-22T20:03:43.602Z | + CARGO_INCREMENTAL=0 |
1645 | 2025-05-22T20:03:43.602Z | + ptime -m cargo xtask clippy |
1646 | 2025-05-22T20:03:44.275Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1647 | 2025-05-22T20:03:44.610Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1648 | 2025-05-22T20:03:47.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
1649 | 2025-05-22T20:03:47.528Z | Running `target/debug/xtask clippy` |
1650 | 2025-05-22T20:03:47.556Z | running: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1651 | 2025-05-22T20:03:48.338Z | Downloading crates ... |
1652 | 2025-05-22T20:03:48.641Z | Downloaded anes v0.1.6 |
1653 | 2025-05-22T20:03:48.645Z | Downloaded approx v0.5.1 |
1654 | 2025-05-22T20:03:48.649Z | Downloaded async-attributes v1.1.2 |
1655 | 2025-05-22T20:03:48.649Z | Downloaded assert_cmd v2.0.17 |
1656 | 2025-05-22T20:03:48.671Z | Downloaded cast v0.3.0 |
1657 | 2025-05-22T20:03:48.713Z | Downloaded globwalk v0.9.1 |
1658 | 2025-05-22T20:03:48.713Z | Downloaded concurrent-queue v2.5.0 |
1659 | 2025-05-22T20:03:48.713Z | Downloaded path-tree v0.8.1 |
1660 | 2025-05-22T20:03:48.724Z | Downloaded async-channel v1.9.0 |
1661 | 2025-05-22T20:03:48.724Z | Downloaded assert-json-diff v2.0.2 |
1662 | 2025-05-22T20:03:48.725Z | Downloaded blake2b_simd v1.0.2 |
1663 | 2025-05-22T20:03:48.725Z | Downloaded async-task v4.7.1 |
1664 | 2025-05-22T20:03:48.725Z | Downloaded rstest_macros v0.24.0 |
1665 | 2025-05-22T20:03:48.725Z | Downloaded proc-macro-crate v3.2.0 |
1666 | 2025-05-22T20:03:48.725Z | Downloaded parking v2.2.1 |
1667 | 2025-05-22T20:03:48.725Z | Downloaded ignore v0.4.23 |
1668 | 2025-05-22T20:03:48.725Z | Downloaded event-listener v2.5.3 |
1669 | 2025-05-22T20:03:48.725Z | Downloaded datatest-stable v0.3.2 |
1670 | 2025-05-22T20:03:48.725Z | Downloaded rand_distr v0.4.3 |
1671 | 2025-05-22T20:03:48.725Z | Downloaded plotters-svg v0.3.7 |
1672 | 2025-05-22T20:03:48.725Z | Downloaded event-listener v5.3.1 |
1673 | 2025-05-22T20:03:48.725Z | Downloaded serde_regex v1.1.0 |
1674 | 2025-05-22T20:03:48.725Z | Downloaded async-object-pool v0.1.5 |
1675 | 2025-05-22T20:03:48.725Z | Downloaded async-io v2.3.4 |
1676 | 2025-05-22T20:03:48.725Z | Downloaded piper v0.2.4 |
1677 | 2025-05-22T20:03:48.730Z | Downloaded event-listener-strategy v0.5.2 |
1678 | 2025-05-22T20:03:48.730Z | Downloaded blocking v1.6.1 |
1679 | 2025-05-22T20:03:48.730Z | Downloaded relative-path v1.9.3 |
1680 | 2025-05-22T20:03:48.730Z | Downloaded target-triple v0.1.3 |
1681 | 2025-05-22T20:03:48.730Z | Downloaded nested v0.1.1 |
1682 | 2025-05-22T20:03:48.730Z | Downloaded doc-comment v0.3.3 |
1683 | 2025-05-22T20:03:48.730Z | Downloaded rust-argon2 v2.1.0 |
1684 | 2025-05-22T20:03:48.734Z | Downloaded similar-asserts v1.7.0 |
1685 | 2025-05-22T20:03:48.740Z | Downloaded pathdiff v0.2.3 |
1686 | 2025-05-22T20:03:48.740Z | Downloaded httptest v0.16.3 |
1687 | 2025-05-22T20:03:48.740Z | Downloaded target-spec v3.4.2 |
1688 | 2025-05-22T20:03:48.740Z | Downloaded async-channel v2.3.1 |
1689 | 2025-05-22T20:03:48.743Z | Downloaded escape8259 v0.5.3 |
1690 | 2025-05-22T20:03:48.744Z | Downloaded criterion-plot v0.5.0 |
1691 | 2025-05-22T20:03:48.744Z | Downloaded async-lock v3.4.0 |
1692 | 2025-05-22T20:03:48.747Z | Downloaded predicates-tree v1.0.12 |
1693 | 2025-05-22T20:03:48.748Z | Downloaded plotters-backend v0.3.7 |
1694 | 2025-05-22T20:03:48.748Z | Downloaded kv-log-macro v1.0.7 |
1695 | 2025-05-22T20:03:48.751Z | Downloaded futures-timer v3.0.3 |
1696 | 2025-05-22T20:03:48.751Z | Downloaded async-global-executor v2.4.1 |
1697 | 2025-05-22T20:03:48.756Z | Downloaded tinytemplate v1.2.1 |
1698 | 2025-05-22T20:03:48.756Z | Downloaded camino-tempfile-ext v0.3.0 |
1699 | 2025-05-22T20:03:48.756Z | Downloaded async-executor v1.13.1 |
1700 | 2025-05-22T20:03:48.761Z | Downloaded target-lexicon v0.13.2 |
1701 | 2025-05-22T20:03:48.761Z | Downloaded libtest-mimic v0.8.1 |
1702 | 2025-05-22T20:03:48.764Z | Downloaded async-signal v0.2.10 |
1703 | 2025-05-22T20:03:48.764Z | Downloaded hyper-rustls v0.26.0 |
1704 | 2025-05-22T20:03:48.768Z | Downloaded trybuild v1.0.103 |
1705 | 2025-05-22T20:03:48.772Z | Downloaded fancy-regex v0.14.0 |
1706 | 2025-05-22T20:03:48.775Z | Downloaded polling v3.7.3 |
1707 | 2025-05-22T20:03:48.791Z | Downloaded cfg-expr v0.18.0 |
1708 | 2025-05-22T20:03:48.791Z | Downloaded partial-io v0.5.4 |
1709 | 2025-05-22T20:03:48.791Z | Downloaded plotters v0.3.7 |
1710 | 2025-05-22T20:03:48.795Z | Downloaded criterion v0.5.1 |
1711 | 2025-05-22T20:03:48.798Z | Downloaded guppy v0.17.18 |
1712 | 2025-05-22T20:03:48.803Z | Downloaded futures-lite v2.3.0 |
1713 | 2025-05-22T20:03:48.807Z | Downloaded stringmetrics v2.2.2 |
1714 | 2025-05-22T20:03:48.807Z | Downloaded rustls-native-certs v0.7.3 |
1715 | 2025-05-22T20:03:48.812Z | Downloaded async-std v1.13.0 |
1716 | 2025-05-22T20:03:48.826Z | Downloaded rstest v0.24.0 |
1717 | 2025-05-22T20:03:48.832Z | Downloaded oorandom v11.1.4 |
1718 | 2025-05-22T20:03:48.836Z | Downloaded async-process v2.3.0 |
1719 | 2025-05-22T20:03:48.836Z | Downloaded guppy-workspace-hack v0.1.0 |
1720 | 2025-05-22T20:03:48.912Z | Downloaded httpmock v0.8.0-alpha.1 |
1721 | 2025-05-22T20:03:50.675Z | Checking cfg-if v1.0.0 |
1722 | 2025-05-22T20:03:51.035Z | Checking libc v0.2.172 |
1723 | 2025-05-22T20:03:51.074Z | Checking serde v1.0.219 |
1724 | 2025-05-22T20:03:51.115Z | Checking memchr v2.7.4 |
1725 | 2025-05-22T20:03:51.155Z | Checking smallvec v1.14.0 |
1726 | 2025-05-22T20:03:51.159Z | Checking value-bag v1.9.0 |
1727 | 2025-05-22T20:03:51.248Z | Checking itoa v1.0.11 |
1728 | 2025-05-22T20:03:51.293Z | Checking scopeguard v1.2.0 |
1729 | 2025-05-22T20:03:51.298Z | Checking zeroize v1.8.1 |
1730 | 2025-05-22T20:03:51.516Z | Checking lock_api v0.4.12 |
1731 | 2025-05-22T20:03:51.573Z | Checking pin-project-lite v0.2.14 |
1732 | 2025-05-22T20:03:51.622Z | Checking log v0.4.27 |
1733 | 2025-05-22T20:03:51.670Z | Checking libm v0.2.8 |
1734 | 2025-05-22T20:03:51.741Z | Checking stable_deref_trait v1.2.0 |
1735 | 2025-05-22T20:03:51.838Z | Checking ryu v1.0.18 |
1736 | 2025-05-22T20:03:51.892Z | Checking subtle v2.6.1 |
1737 | 2025-05-22T20:03:51.945Z | Checking once_cell v1.21.3 |
1738 | 2025-05-22T20:03:52.022Z | Checking zerofrom v0.1.4 |
1739 | 2025-05-22T20:03:52.092Z | Checking getrandom v0.2.15 |
1740 | 2025-05-22T20:03:52.143Z | Checking byteorder v1.5.0 |
1741 | 2025-05-22T20:03:52.175Z | Checking signal-hook-registry v1.4.2 |
1742 | 2025-05-22T20:03:52.229Z | Checking parking_lot_core v0.9.10 |
1743 | 2025-05-22T20:03:52.303Z | Checking yoke v0.7.4 |
1744 | 2025-05-22T20:03:52.371Z | Checking rand_core v0.6.4 |
1745 | 2025-05-22T20:03:52.402Z | Checking typenum v1.17.0 |
1746 | 2025-05-22T20:03:52.488Z | Checking futures-core v0.3.31 |
1747 | 2025-05-22T20:03:52.533Z | Checking litemap v0.7.3 |
1748 | 2025-05-22T20:03:52.615Z | Checking num-traits v0.2.19 |
1749 | 2025-05-22T20:03:52.685Z | Checking zerovec v0.10.4 |
1750 | 2025-05-22T20:03:52.685Z | Checking parking_lot v0.12.3 |
1751 | 2025-05-22T20:03:52.731Z | Checking writeable v0.5.5 |
1752 | 2025-05-22T20:03:52.778Z | Checking mio v1.0.2 |
1753 | 2025-05-22T20:03:52.898Z | Checking icu_locid_transform_data v1.5.0 |
1754 | 2025-05-22T20:03:53.104Z | Checking icu_properties_data v1.5.0 |
1755 | 2025-05-22T20:03:53.121Z | Checking percent-encoding v2.3.1 |
1756 | 2025-05-22T20:03:53.162Z | Checking write16 v1.0.0 |
1757 | 2025-05-22T20:03:53.359Z | Checking icu_normalizer_data v1.5.0 |
1758 | 2025-05-22T20:03:53.413Z | Checking utf16_iter v1.0.5 |
1759 | 2025-05-22T20:03:53.425Z | Checking utf8_iter v1.0.4 |
1760 | 2025-05-22T20:03:53.501Z | Checking generic-array v0.14.7 |
1761 | 2025-05-22T20:03:53.560Z | Checking form_urlencoded v1.2.1 |
1762 | 2025-05-22T20:03:53.605Z | Checking socket2 v0.5.9 |
1763 | 2025-05-22T20:03:53.664Z | Checking foldhash v0.1.3 |
1764 | 2025-05-22T20:03:53.670Z | Checking allocator-api2 v0.2.18 |
1765 | 2025-05-22T20:03:53.804Z | Checking equivalent v1.0.1 |
1766 | 2025-05-22T20:03:53.948Z | Checking getrandom v0.3.1 |
1767 | 2025-05-22T20:03:54.003Z | Checking thiserror v1.0.69 |
1768 | 2025-05-22T20:03:54.114Z | Checking slab v0.4.9 |
1769 | 2025-05-22T20:03:54.155Z | Checking iana-time-zone v0.1.63 |
1770 | 2025-05-22T20:03:54.230Z | Checking tinystr v0.7.6 |
1771 | 2025-05-22T20:03:54.262Z | Checking icu_collections v1.5.0 |
1772 | 2025-05-22T20:03:54.311Z | Checking futures-io v0.3.31 |
1773 | 2025-05-22T20:03:54.368Z | Checking hashbrown v0.15.1 |
1774 | 2025-05-22T20:03:54.412Z | Checking const-oid v0.9.6 |
1775 | 2025-05-22T20:03:54.460Z | Checking zerocopy v0.7.35 |
1776 | 2025-05-22T20:03:54.609Z | Checking crypto-common v0.1.6 |
1777 | 2025-05-22T20:03:54.634Z | Checking icu_locid v1.5.0 |
1778 | 2025-05-22T20:03:54.670Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1779 | 2025-05-22T20:03:54.856Z | Checking block-buffer v0.10.4 |
1780 | 2025-05-22T20:03:54.931Z | Checking errno v0.3.9 |
1781 | 2025-05-22T20:03:55.126Z | Checking futures-sink v0.3.31 |
1782 | 2025-05-22T20:03:55.182Z | Checking cpufeatures v0.2.14 |
1783 | 2025-05-22T20:03:55.185Z | Checking fnv v1.0.7 |
1784 | 2025-05-22T20:03:55.329Z | Checking pin-utils v0.1.0 |
1785 | 2025-05-22T20:03:55.377Z | Checking dyn-clone v1.0.19 |
1786 | 2025-05-22T20:03:55.422Z | Checking futures-channel v0.3.31 |
1787 | 2025-05-22T20:03:55.422Z | Checking futures-task v0.3.31 |
1788 | 2025-05-22T20:03:55.515Z | Checking tracing-core v0.1.32 |
1789 | 2025-05-22T20:03:55.575Z | Checking bytes v1.10.1 |
1790 | 2025-05-22T20:03:55.625Z | Checking bitflags v2.9.0 |
1791 | 2025-05-22T20:03:55.673Z | Checking serde_json v1.0.140 |
1792 | 2025-05-22T20:03:55.711Z | Checking icu_provider v1.5.0 |
1793 | 2025-05-22T20:03:55.744Z | Checking chrono v0.4.41 |
1794 | 2025-05-22T20:03:55.837Z | Checking uuid v1.16.0 |
1795 | 2025-05-22T20:03:55.971Z | Checking semver v1.0.26 |
1796 | 2025-05-22T20:03:56.194Z | Checking rustix v0.38.37 |
1797 | 2025-05-22T20:03:56.278Z | Checking digest v0.10.7 |
1798 | 2025-05-22T20:03:56.353Z | Checking icu_locid_transform v1.5.0 |
1799 | 2025-05-22T20:03:56.465Z | Checking indexmap v2.9.0 |
1800 | 2025-05-22T20:03:56.517Z | Checking futures-util v0.3.31 |
1801 | 2025-05-22T20:03:56.664Z | Checking tokio v1.45.0 |
1802 | 2025-05-22T20:03:56.707Z | Checking tracing v0.1.40 |
1803 | 2025-05-22T20:03:57.147Z | Checking ppv-lite86 v0.2.20 |
1804 | 2025-05-22T20:03:57.409Z | Checking http v1.3.1 |
1805 | 2025-05-22T20:03:57.438Z | Checking icu_properties v1.5.1 |
1806 | 2025-05-22T20:03:57.822Z | Checking regex-syntax v0.8.5 |
1807 | 2025-05-22T20:03:57.854Z | Checking crossbeam-utils v0.8.21 |
1808 | 2025-05-22T20:03:57.965Z | Checking rand_chacha v0.3.1 |
1809 | 2025-05-22T20:03:58.387Z | Checking rand v0.8.5 |
1810 | 2025-05-22T20:03:58.578Z | Checking block-padding v0.3.3 |
1811 | 2025-05-22T20:03:58.759Z | Checking aho-corasick v1.1.3 |
1812 | 2025-05-22T20:03:58.868Z | Checking inout v0.1.3 |
1813 | 2025-05-22T20:03:59.161Z | Checking unicode-ident v1.0.18 |
1814 | 2025-05-22T20:03:59.403Z | Checking cipher v0.4.4 |
1815 | 2025-05-22T20:03:59.447Z | Checking proc-macro2 v1.0.95 |
1816 | 2025-05-22T20:03:59.647Z | Checking atomic-waker v1.1.2 |
1817 | 2025-05-22T20:03:59.857Z | Checking spin v0.9.8 |
1818 | 2025-05-22T20:03:59.909Z | Checking untrusted v0.9.0 |
1819 | 2025-05-22T20:04:00.119Z | Checking quote v1.0.40 |
1820 | 2025-05-22T20:04:00.169Z | Checking powerfmt v0.2.0 |
1821 | 2025-05-22T20:04:00.268Z | Checking ring v0.17.14 |
1822 | 2025-05-22T20:04:00.456Z | Checking httparse v1.9.5 |
1823 | 2025-05-22T20:04:00.505Z | Checking deranged v0.3.11 |
1824 | 2025-05-22T20:04:00.509Z | Checking syn v2.0.101 |
1825 | 2025-05-22T20:04:00.937Z | Checking adler2 v2.0.0 |
1826 | 2025-05-22T20:04:00.986Z | Checking icu_normalizer v1.5.0 |
1827 | 2025-05-22T20:04:01.072Z | Checking regex-automata v0.4.8 |
1828 | 2025-05-22T20:04:01.150Z | Checking num-conv v0.1.0 |
1829 | 2025-05-22T20:04:01.280Z | Checking num_threads v0.1.7 |
1830 | 2025-05-22T20:04:01.441Z | Checking base64ct v1.6.0 |
1831 | 2025-05-22T20:04:01.498Z | Checking time-core v0.1.2 |
1832 | 2025-05-22T20:04:01.714Z | Checking miniz_oxide v0.8.5 |
1833 | 2025-05-22T20:04:01.845Z | Checking idna_adapter v1.2.0 |
1834 | 2025-05-22T20:04:01.899Z | Checking time v0.3.36 |
1835 | 2025-05-22T20:04:01.947Z | Checking hmac v0.12.1 |
1836 | 2025-05-22T20:04:02.078Z | Checking idna v1.0.3 |
1837 | 2025-05-22T20:04:02.209Z | Checking sha2 v0.10.8 |
1838 | 2025-05-22T20:04:02.488Z | Checking rustls-pki-types v1.10.0 |
1839 | 2025-05-22T20:04:02.609Z | Checking url v2.5.3 |
1840 | 2025-05-22T20:04:02.664Z | Checking base64 v0.22.1 |
1841 | 2025-05-22T20:04:02.777Z | Checking http-body v1.0.1 |
1842 | 2025-05-22T20:04:03.046Z | Checking aws-lc-sys v0.26.0 |
1843 | 2025-05-22T20:04:03.098Z | Checking untrusted v0.7.1 |
1844 | 2025-05-22T20:04:03.220Z | Checking try-lock v0.2.5 |
1845 | 2025-05-22T20:04:03.338Z | Checking httpdate v1.0.3 |
1846 | 2025-05-22T20:04:03.428Z | Checking utf8parse v0.2.2 |
1847 | 2025-05-22T20:04:03.544Z | Checking tokio-util v0.7.13 |
1848 | 2025-05-22T20:04:03.600Z | Checking schemars v0.8.22 |
1849 | 2025-05-22T20:04:03.654Z | Checking want v0.3.1 |
1850 | 2025-05-22T20:04:03.658Z | Checking pem-rfc7468 v0.7.0 |
1851 | 2025-05-22T20:04:03.905Z | Checking tower-service v0.3.3 |
1852 | 2025-05-22T20:04:04.047Z | Checking gimli v0.31.1 |
1853 | 2025-05-22T20:04:04.108Z | Checking flagset v0.4.6 |
1854 | 2025-05-22T20:04:04.326Z | Checking anstyle v1.0.10 |
1855 | 2025-05-22T20:04:04.378Z | Checking der v0.7.9 |
1856 | 2025-05-22T20:04:04.566Z | Checking h2 v0.4.6 |
1857 | 2025-05-22T20:04:04.728Z | Checking pbkdf2 v0.12.2 |
1858 | 2025-05-22T20:04:04.957Z | Checking lazy_static v1.5.0 |
1859 | 2025-05-22T20:04:05.149Z | Checking aes v0.8.4 |
1860 | 2025-05-22T20:04:05.283Z | Checking object v0.36.5 |
1861 | 2025-05-22T20:04:05.339Z | Checking aws-lc-rs v1.12.4 |
1862 | 2025-05-22T20:04:05.535Z | Checking mime v0.3.17 |
1863 | 2025-05-22T20:04:05.933Z | Checking rustc-demangle v0.1.24 |
1864 | 2025-05-22T20:04:06.116Z | Checking regex v1.11.1 |
1865 | 2025-05-22T20:04:06.168Z | Checking spki v0.7.3 |
1866 | 2025-05-22T20:04:06.442Z | Checking anstyle-parse v0.2.5 |
1867 | 2025-05-22T20:04:06.531Z | Checking salsa20 v0.10.2 |
1868 | 2025-05-22T20:04:06.655Z | Checking cbc v0.1.2 |
1869 | 2025-05-22T20:04:06.758Z | Checking slog v2.7.0 |
1870 | 2025-05-22T20:04:06.812Z | Checking foreign-types-shared v0.1.1 |
1871 | 2025-05-22T20:04:06.815Z | Checking is_terminal_polyfill v1.70.1 |
1872 | 2025-05-22T20:04:06.946Z | Checking ipnet v2.11.0 |
1873 | 2025-05-22T20:04:06.998Z | Checking anstyle-query v1.1.1 |
1874 | 2025-05-22T20:04:07.047Z | Checking colorchoice v1.0.2 |
1875 | 2025-05-22T20:04:07.127Z | Checking rustls-webpki v0.102.8 |
1876 | 2025-05-22T20:04:07.176Z | Checking openssl-probe v0.1.5 |
1877 | 2025-05-22T20:04:07.254Z | Checking anstream v0.6.18 |
1878 | 2025-05-22T20:04:07.306Z | Checking foreign-types v0.3.2 |
1879 | 2025-05-22T20:04:07.379Z | Checking scrypt v0.11.0 |
1880 | 2025-05-22T20:04:07.461Z | Checking http-body-util v0.1.3 |
1881 | 2025-05-22T20:04:07.465Z | Checking openssl-sys v0.9.107 |
1882 | 2025-05-22T20:04:07.667Z | Checking rustls-pemfile v2.2.0 |
1883 | 2025-05-22T20:04:07.719Z | Checking pkcs5 v0.7.1 |
1884 | 2025-05-22T20:04:07.769Z | Checking addr2line v0.24.2 |
1885 | 2025-05-22T20:04:07.916Z | Checking terminal_size v0.4.0 |
1886 | 2025-05-22T20:04:07.973Z | Checking strsim v0.11.1 |
1887 | 2025-05-22T20:04:07.976Z | Checking clap_lex v0.7.4 |
1888 | 2025-05-22T20:04:08.166Z | Checking rustls v0.23.19 |
1889 | 2025-05-22T20:04:08.247Z | Checking pkcs8 v0.10.2 |
1890 | 2025-05-22T20:04:08.313Z | Checking serde_urlencoded v0.7.1 |
1891 | 2025-05-22T20:04:08.361Z | Checking clap_builder v4.5.35 |
1892 | 2025-05-22T20:04:08.364Z | Checking encoding_rs v0.8.34 |
1893 | 2025-05-22T20:04:08.716Z | Checking either v1.14.0 |
1894 | 2025-05-22T20:04:08.877Z | Checking psl-types v2.0.11 |
1895 | 2025-05-22T20:04:09.039Z | Checking openssl v0.10.72 |
1896 | 2025-05-22T20:04:09.181Z | Checking publicsuffix v2.3.0 |
1897 | 2025-05-22T20:04:09.181Z | Checking cookie v0.18.1 |
1898 | 2025-05-22T20:04:09.448Z | Checking webpki-roots v0.26.6 |
1899 | 2025-05-22T20:04:09.792Z | Checking futures-executor v0.3.31 |
1900 | 2025-05-22T20:04:09.939Z | Checking toml_datetime v0.6.9 |
1901 | 2025-05-22T20:04:10.023Z | Checking serde_spanned v0.6.8 |
1902 | 2025-05-22T20:04:10.121Z | Checking sync_wrapper v1.0.1 |
1903 | 2025-05-22T20:04:10.211Z | Checking tower-layer v0.3.3 |
1904 | 2025-05-22T20:04:10.255Z | Checking futures v0.3.31 |
1905 | 2025-05-22T20:04:10.409Z | Checking cookie_store v0.21.1 |
1906 | 2025-05-22T20:04:10.500Z | Checking tower v0.5.2 |
1907 | 2025-05-22T20:04:10.815Z | Checking ipnetwork v0.21.1 |
1908 | 2025-05-22T20:04:10.967Z | Checking hyper v1.6.0 |
1909 | 2025-05-22T20:04:11.134Z | Checking openapiv3 v2.0.0 |
1910 | 2025-05-22T20:04:11.242Z | Checking signature v2.2.0 |
1911 | 2025-05-22T20:04:11.252Z | Checking data-encoding v2.6.0 |
1912 | 2025-05-22T20:04:11.342Z | Checking backtrace v0.3.74 |
1913 | 2025-05-22T20:04:11.351Z | Checking clap v4.5.35 |
1914 | 2025-05-22T20:04:11.510Z | Checking zerocopy v0.8.25 |
1915 | 2025-05-22T20:04:11.571Z | Checking bitflags v1.3.2 |
1916 | 2025-05-22T20:04:11.739Z | Checking tinyvec_macros v0.1.1 |
1917 | 2025-05-22T20:04:11.888Z | Checking scroll v0.12.0 |
1918 | 2025-05-22T20:04:11.939Z | Checking tinyvec v1.8.0 |
1919 | 2025-05-22T20:04:11.998Z | Checking anyhow v1.0.98 |
1920 | 2025-05-22T20:04:12.420Z | Checking plain v0.2.3 |
1921 | 2025-05-22T20:04:12.467Z | Checking ucd-trie v0.1.7 |
1922 | 2025-05-22T20:04:12.648Z | Checking goblin v0.8.2 |
1923 | 2025-05-22T20:04:12.755Z | Checking pest v2.7.14 |
1924 | 2025-05-22T20:04:12.952Z | Checking hyper-util v0.1.11 |
1925 | 2025-05-22T20:04:13.257Z | Checking sha1 v0.10.6 |
1926 | 2025-05-22T20:04:13.312Z | Checking tokio-rustls v0.26.0 |
1927 | 2025-05-22T20:04:13.598Z | Checking num-integer v0.1.46 |
1928 | 2025-05-22T20:04:13.778Z | Checking crc32fast v1.4.2 |
1929 | 2025-05-22T20:04:14.011Z | Checking native-tls v0.2.12 |
1930 | 2025-05-22T20:04:14.084Z | Checking pretty-hex v0.4.1 |
1931 | 2025-05-22T20:04:14.136Z | Checking static_assertions v1.1.0 |
1932 | 2025-05-22T20:04:14.289Z | Checking bstr v1.10.0 |
1933 | 2025-05-22T20:04:14.350Z | Checking thread-id v4.2.2 |
1934 | 2025-05-22T20:04:14.402Z | Checking tokio-native-tls v0.3.1 |
1935 | 2025-05-22T20:04:14.455Z | Checking unicode-width v0.2.0 |
1936 | 2025-05-22T20:04:14.508Z | Checking base16ct v0.2.0 |
1937 | 2025-05-22T20:04:14.555Z | Checking crossbeam-epoch v0.9.18 |
1938 | 2025-05-22T20:04:14.707Z | Checking ff v0.13.0 |
1939 | 2025-05-22T20:04:14.775Z | Checking sec1 v0.7.3 |
1940 | 2025-05-22T20:04:14.980Z | Checking memmap v0.7.0 |
1941 | 2025-05-22T20:04:15.028Z | Checking winnow v0.7.10 |
1942 | 2025-05-22T20:04:15.031Z | Checking toml_write v0.1.1 |
1943 | 2025-05-22T20:04:15.120Z | Checking hyper-tls v0.6.0 |
1944 | 2025-05-22T20:04:15.182Z | Checking hyper-rustls v0.27.3 |
1945 | 2025-05-22T20:04:15.230Z | Checking group v0.13.0 |
1946 | 2025-05-22T20:04:15.269Z | Checking num-iter v0.1.45 |
1947 | 2025-05-22T20:04:15.314Z | Checking dtrace-parser v0.2.0 |
1948 | 2025-05-22T20:04:15.378Z | Checking oxnet v0.1.2 |
1949 | 2025-05-22T20:04:15.465Z | Checking hkdf v0.12.4 |
1950 | 2025-05-22T20:04:15.518Z | Checking hubpack v0.1.2 |
1951 | 2025-05-22T20:04:15.522Z | Checking crypto-bigint v0.5.5 |
1952 | 2025-05-22T20:04:15.622Z | Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1953 | 2025-05-22T20:04:15.749Z | Checking unicode-segmentation v1.12.0 |
1954 | 2025-05-22T20:04:15.801Z | Checking crossbeam-deque v0.8.5 |
1955 | 2025-05-22T20:04:15.851Z | Checking flate2 v1.1.1 |
1956 | 2025-05-22T20:04:15.902Z | Checking strum v0.26.3 |
1957 | 2025-05-22T20:04:16.127Z | Checking winnow v0.5.40 |
1958 | 2025-05-22T20:04:16.176Z | Checking num-bigint-dig v0.8.4 |
1959 | 2025-05-22T20:04:16.499Z | Checking pkcs1 v0.7.5 |
1960 | 2025-05-22T20:04:16.570Z | Checking bzip2-sys v0.1.13+1.0.8 |
1961 | 2025-05-22T20:04:16.753Z | Compiling thiserror-impl v2.0.12 |
1962 | 2025-05-22T20:04:16.969Z | Checking unicode-normalization v0.1.24 |
1963 | 2025-05-22T20:04:17.484Z | Checking rfc6979 v0.4.0 |
1964 | 2025-05-22T20:04:17.536Z | Checking dof v0.3.0 |
1965 | 2025-05-22T20:04:17.710Z | Checking managed v0.8.0 |
1966 | 2025-05-22T20:04:17.892Z | Checking toml_edit v0.22.26 |
1967 | 2025-05-22T20:04:17.945Z | Checking x509-cert v0.2.5 |
1968 | 2025-05-22T20:04:18.156Z | Checking newtype-uuid v1.2.1 |
1969 | 2025-05-22T20:04:18.219Z | Checking usdt-impl v0.5.0 |
1970 | 2025-05-22T20:04:18.304Z | Checking rsa v0.9.6 |
1971 | 2025-05-22T20:04:18.408Z | Checking elliptic-curve v0.13.8 |
1972 | 2025-05-22T20:04:18.527Z | Checking curve25519-dalek v4.1.3 |
1973 | 2025-05-22T20:04:18.850Z | Checking usdt v0.5.0 |
1974 | 2025-05-22T20:04:18.942Z | Checking toml_edit v0.19.15 |
1975 | 2025-05-22T20:04:19.090Z | Checking ecdsa v0.16.9 |
1976 | 2025-05-22T20:04:19.171Z | Checking ahash v0.8.11 |
1977 | 2025-05-22T20:04:19.353Z | Checking signal-hook v0.3.17 |
1978 | 2025-05-22T20:04:19.527Z | Checking daft v0.1.3 |
1979 | 2025-05-22T20:04:19.712Z | Checking rayon-core v1.12.1 |
1980 | 2025-05-22T20:04:19.765Z | Checking rand_core v0.9.2 |
1981 | 2025-05-22T20:04:19.857Z | Checking ed25519 v2.2.3 |
1982 | 2025-05-22T20:04:19.908Z | Checking memoffset v0.9.1 |
1983 | 2025-05-22T20:04:20.043Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
1984 | 2025-05-22T20:04:20.097Z | Checking siphasher v0.3.11 |
1985 | 2025-05-22T20:04:20.149Z | Checking rand_chacha v0.9.0 |
1986 | 2025-05-22T20:04:20.233Z | Checking signal-hook-mio v0.2.4 |
1987 | 2025-05-22T20:04:20.310Z | Checking zstd-safe v7.2.3 |
1988 | 2025-05-22T20:04:20.399Z | Checking ed25519-dalek v2.1.1 |
1989 | 2025-05-22T20:04:20.450Z | Checking bzip2 v0.4.4 |
1990 | 2025-05-22T20:04:20.454Z | Checking phf_shared v0.11.2 |
1991 | 2025-05-22T20:04:20.454Z | Checking console v0.15.10 |
1992 | 2025-05-22T20:04:20.593Z | Checking hickory-proto v0.24.4 |
1993 | 2025-05-22T20:04:20.637Z | Checking lockfree-object-pool v0.1.6 |
1994 | 2025-05-22T20:04:20.642Z | Checking simd-adler32 v0.3.7 |
1995 | 2025-05-22T20:04:20.785Z | Checking bumpalo v3.16.0 |
1996 | 2025-05-22T20:04:20.842Z | Checking zip v0.6.6 |
1997 | 2025-05-22T20:04:20.895Z | Checking zstd v0.13.3 |
1998 | 2025-05-22T20:04:20.943Z | Checking rand v0.9.0 |
1999 | 2025-05-22T20:04:21.097Z | Checking crossterm v0.28.1 |
2000 | 2025-05-22T20:04:21.100Z | Checking bzip2 v0.5.2 |
2001 | 2025-05-22T20:04:21.193Z | Checking zopfli v0.8.1 |
2002 | 2025-05-22T20:04:21.317Z | Checking itertools v0.10.5 |
2003 | 2025-05-22T20:04:21.443Z | Checking toml v0.7.8 |
2004 | 2025-05-22T20:04:21.498Z | Checking hash32 v0.2.1 |
2005 | 2025-05-22T20:04:21.573Z | Checking winnow v0.6.26 |
2006 | 2025-05-22T20:04:21.853Z | Checking predicates-core v1.0.8 |
2007 | 2025-05-22T20:04:21.942Z | Checking unicode-properties v0.1.3 |
2008 | 2025-05-22T20:04:22.013Z | Checking unicode-bidi v0.3.17 |
2009 | 2025-05-22T20:04:22.106Z | Checking zip v2.6.1 |
2010 | 2025-05-22T20:04:22.201Z | Checking heapless v0.7.17 |
2011 | 2025-05-22T20:04:22.371Z | Checking rayon v1.10.0 |
2012 | 2025-05-22T20:04:22.730Z | Checking stringprep v0.1.5 |
2013 | 2025-05-22T20:04:22.818Z | Checking nix v0.29.0 |
2014 | 2025-05-22T20:04:23.058Z | Checking similar v2.7.0 |
2015 | 2025-05-22T20:04:23.192Z | Checking tokio-stream v0.1.17 |
2016 | 2025-05-22T20:04:23.362Z | Checking md-5 v0.10.6 |
2017 | 2025-05-22T20:04:23.491Z | Checking float-cmp v0.10.0 |
2018 | 2025-05-22T20:04:23.661Z | Checking fallible-iterator v0.2.0 |
2019 | 2025-05-22T20:04:23.770Z | Checking difflib v0.4.0 |
2020 | 2025-05-22T20:04:23.908Z | Checking normalize-line-endings v0.3.0 |
2021 | 2025-05-22T20:04:24.094Z | Checking smoltcp v0.9.1 |
2022 | 2025-05-22T20:04:24.127Z | Checking phf v0.11.2 |
2023 | 2025-05-22T20:04:24.176Z | Checking predicates v3.1.3 |
2024 | 2025-05-22T20:04:24.242Z | Checking itertools v0.12.1 |
2025 | 2025-05-22T20:04:24.294Z | Checking postgres-protocol v0.6.8 |
2026 | 2025-05-22T20:04:24.446Z | Checking fs-err v3.1.0 |
2027 | 2025-05-22T20:04:24.500Z | Checking buf-list v1.0.3 |
2028 | 2025-05-22T20:04:24.856Z | Checking serde-big-array v0.5.1 |
2029 | 2025-05-22T20:04:24.901Z | Checking portable-atomic v1.11.0 |
2030 | 2025-05-22T20:04:25.032Z | Checking lalrpop-util v0.19.12 |
2031 | 2025-05-22T20:04:25.083Z | Checking new_debug_unreachable v1.0.6 |
2032 | 2025-05-22T20:04:25.133Z | Checking fixedbitset v0.4.2 |
2033 | 2025-05-22T20:04:25.200Z | Checking number_prefix v0.4.0 |
2034 | 2025-05-22T20:04:25.254Z | Checking precomputed-hash v0.1.1 |
2035 | 2025-05-22T20:04:25.360Z | Checking postgres-types v0.2.9 |
2036 | 2025-05-22T20:04:25.427Z | Checking string_cache v0.8.9 |
2037 | 2025-05-22T20:04:25.481Z | Checking petgraph v0.6.5 |
2038 | 2025-05-22T20:04:25.485Z | Checking peg-runtime v0.8.5 |
2039 | 2025-05-22T20:04:25.575Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2040 | 2025-05-22T20:04:25.760Z | Checking whoami v1.5.2 |
2041 | 2025-05-22T20:04:25.833Z | Checking minimal-lexical v0.2.1 |
2042 | 2025-05-22T20:04:26.038Z | Checking indicatif v0.17.11 |
2043 | 2025-05-22T20:04:26.096Z | Checking thiserror v2.0.12 |
2044 | 2025-05-22T20:04:26.147Z | Compiling regress v0.10.3 |
2045 | 2025-05-22T20:04:26.195Z | Checking tokio-postgres v0.7.13 |
2046 | 2025-05-22T20:04:26.245Z | Checking nom v7.1.3 |
2047 | 2025-05-22T20:04:26.307Z | Checking camino v1.1.9 |
2048 | 2025-05-22T20:04:26.839Z | Checking fastrand v2.1.1 |
2049 | 2025-05-22T20:04:26.893Z | Compiling ident_case v1.0.1 |
2050 | 2025-05-22T20:04:26.945Z | Checking is-terminal v0.4.13 |
2051 | 2025-05-22T20:04:27.139Z | Compiling darling_core v0.20.10 |
2052 | 2025-05-22T20:04:27.189Z | Checking heck v0.5.0 |
2053 | 2025-05-22T20:04:27.237Z | Compiling unsafe-libyaml v0.2.11 |
2054 | 2025-05-22T20:04:28.605Z | Checking tempfile v3.13.0 |
2055 | 2025-05-22T20:04:28.858Z | Compiling serde_yaml v0.9.34+deprecated |
2056 | 2025-05-22T20:04:29.044Z | Compiling structmeta-derive v0.3.0 |
2057 | 2025-05-22T20:04:29.097Z | Checking dirs-sys-next v0.1.2 |
2058 | 2025-05-22T20:04:29.150Z | Checking crossbeam-channel v0.5.15 |
2059 | 2025-05-22T20:04:29.346Z | Checking dirs-next v2.0.0 |
2060 | 2025-05-22T20:04:29.558Z | Checking thread_local v1.1.8 |
2061 | 2025-05-22T20:04:29.903Z | Compiling rustls v0.22.4 |
2062 | 2025-05-22T20:04:29.965Z | Checking term v0.7.0 |
2063 | 2025-05-22T20:04:30.332Z | Checking take_mut v0.2.2 |
2064 | 2025-05-22T20:04:30.573Z | Checking slog-term v2.9.1 |
2065 | 2025-05-22T20:04:30.648Z | Checking slog-async v2.8.0 |
2066 | 2025-05-22T20:04:30.849Z | Checking toml v0.8.22 |
2067 | 2025-05-22T20:04:30.903Z | Compiling multer v3.1.0 |
2068 | 2025-05-22T20:04:30.975Z | Compiling async-stream-impl v0.3.6 |
2069 | 2025-05-22T20:04:31.034Z | Checking quick-error v1.2.3 |
2070 | 2025-05-22T20:04:31.122Z | Compiling dropshot v0.16.2 |
2071 | 2025-05-22T20:04:31.235Z | Compiling dropshot_endpoint v0.16.2 |
2072 | 2025-05-22T20:04:31.405Z | Compiling typify-impl v0.3.0 |
2073 | 2025-05-22T20:04:31.562Z | Checking hex v0.4.3 |
2074 | 2025-05-22T20:04:31.616Z | Compiling structmeta v0.3.0 |
2075 | 2025-05-22T20:04:31.619Z | Checking bit-vec v0.8.0 |
2076 | 2025-05-22T20:04:32.082Z | Compiling test-strategy v0.4.0 |
2077 | 2025-05-22T20:04:32.139Z | Checking debug-ignore v1.0.5 |
2078 | 2025-05-22T20:04:32.143Z | Checking match_cfg v0.1.0 |
2079 | 2025-05-22T20:04:32.251Z | Checking bit-set v0.8.0 |
2080 | 2025-05-22T20:04:32.299Z | Checking wait-timeout v0.2.0 |
2081 | 2025-05-22T20:04:32.350Z | Checking hostname v0.3.1 |
2082 | 2025-05-22T20:04:32.356Z | Checking serde_path_to_error v0.1.17 |
2083 | 2025-05-22T20:04:32.552Z | Checking rand_xorshift v0.3.0 |
2084 | 2025-05-22T20:04:32.555Z | Checking rusty-fork v0.3.0 |
2085 | 2025-05-22T20:04:32.555Z | Checking unarray v0.1.4 |
2086 | 2025-05-22T20:04:32.783Z | Compiling darling_macro v0.20.10 |
2087 | 2025-05-22T20:04:32.838Z | Checking progenitor-client v0.10.0 |
2088 | 2025-05-22T20:04:33.008Z | Checking proptest v1.6.0 |
2089 | 2025-05-22T20:04:33.053Z | Checking slog-json v2.6.1 |
2090 | 2025-05-22T20:04:33.300Z | Compiling derive-where v1.2.7 |
2091 | 2025-05-22T20:04:33.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2092 | 2025-05-22T20:04:33.706Z | Compiling darling v0.20.10 |
2093 | 2025-05-22T20:04:33.891Z | Compiling serde_with_macros v3.12.0 |
2094 | 2025-05-22T20:04:34.157Z | Checking slog-bunyan v2.5.0 |
2095 | 2025-05-22T20:04:34.408Z | Checking async-stream v0.3.6 |
2096 | 2025-05-22T20:04:34.687Z | Compiling parse-display-derive v0.10.0 |
2097 | 2025-05-22T20:04:35.493Z | Checking waitgroup v0.1.2 |
2098 | 2025-05-22T20:04:35.730Z | Checking hostname v0.4.0 |
2099 | 2025-05-22T20:04:35.867Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2100 | 2025-05-22T20:04:35.932Z | Checking macaddr v1.0.1 |
2101 | 2025-05-22T20:04:36.090Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2102 | 2025-05-22T20:04:36.464Z | Checking instant v0.1.13 |
2103 | 2025-05-22T20:04:36.515Z | Checking serde_with v3.12.0 |
2104 | 2025-05-22T20:04:36.518Z | Checking tokio-rustls v0.25.0 |
2105 | 2025-05-22T20:04:36.640Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2106 | 2025-05-22T20:04:36.878Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2107 | 2025-05-22T20:04:37.085Z | Checking progenitor-client v0.9.1 |
2108 | 2025-05-22T20:04:37.214Z | Checking backoff v0.4.0 |
2109 | 2025-05-22T20:04:37.521Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2110 | 2025-05-22T20:04:37.575Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2111 | 2025-05-22T20:04:37.626Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2112 | 2025-05-22T20:04:37.938Z | Checking camino-tempfile v1.3.0 |
2113 | 2025-05-22T20:04:38.299Z | Checking unicode-width v0.1.14 |
2114 | 2025-05-22T20:04:38.349Z | Compiling proc-macro-error v1.0.4 |
2115 | 2025-05-22T20:04:38.554Z | Checking parse-display v0.10.0 |
2116 | 2025-05-22T20:04:38.676Z | Compiling proc-macro-crate v1.3.1 |
2117 | 2025-05-22T20:04:38.828Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2118 | 2025-05-22T20:04:38.881Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2119 | 2025-05-22T20:04:38.959Z | Checking tabwriter v1.4.0 |
2120 | 2025-05-22T20:04:39.028Z | Compiling foreign-types-macros v0.2.3 |
2121 | 2025-05-22T20:04:39.340Z | Checking foreign-types-shared v0.3.1 |
2122 | 2025-05-22T20:04:39.531Z | Checking cstr-argument v0.1.2 |
2123 | 2025-05-22T20:04:39.593Z | Compiling num_enum_derive v0.5.11 |
2124 | 2025-05-22T20:04:39.642Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2125 | 2025-05-22T20:04:39.691Z | Checking pretty-hex v0.2.1 |
2126 | 2025-05-22T20:04:39.760Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2127 | 2025-05-22T20:04:39.812Z | Checking colored v2.2.0 |
2128 | 2025-05-22T20:04:39.918Z | Checking smf v0.2.3 |
2129 | 2025-05-22T20:04:40.178Z | Checking itertools v0.14.0 |
2130 | 2025-05-22T20:04:40.265Z | Checking foreign-types v0.5.0 |
2131 | 2025-05-22T20:04:40.269Z | Checking atomicwrites v0.4.4 |
2132 | 2025-05-22T20:04:40.410Z | Checking base64 v0.21.7 |
2133 | 2025-05-22T20:04:40.463Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2134 | 2025-05-22T20:04:40.466Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2135 | 2025-05-22T20:04:40.593Z | Compiling itertools v0.13.0 |
2136 | 2025-05-22T20:04:40.687Z | Compiling crucible-workspace-hack v0.1.0 |
2137 | 2025-05-22T20:04:40.899Z | Checking glob v0.3.2 |
2138 | 2025-05-22T20:04:40.950Z | Compiling heapless v0.8.0 |
2139 | 2025-05-22T20:04:41.005Z | Checking hash32 v0.3.1 |
2140 | 2025-05-22T20:04:41.269Z | Compiling smoltcp v0.11.0 |
2141 | 2025-05-22T20:04:41.275Z | Checking cobs v0.2.3 |
2142 | 2025-05-22T20:04:41.366Z | Compiling typify-impl v0.4.1 |
2143 | 2025-05-22T20:04:41.578Z | Checking postcard v1.0.10 |
2144 | 2025-05-22T20:04:41.693Z | Checking num_enum v0.5.11 |
2145 | 2025-05-22T20:04:41.991Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2146 | 2025-05-22T20:04:42.062Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2147 | 2025-05-22T20:04:42.136Z | Checking sigpipe v0.1.3 |
2148 | 2025-05-22T20:04:42.312Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2149 | 2025-05-22T20:04:42.569Z | Checking jiff v0.2.13 |
2150 | 2025-05-22T20:04:42.656Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2151 | 2025-05-22T20:04:42.832Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2152 | 2025-05-22T20:04:43.121Z | Compiling zone_cfg_derive v0.3.0 |
2153 | 2025-05-22T20:04:43.421Z | Compiling ingot-macros v0.1.0 |
2154 | 2025-05-22T20:04:43.553Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2155 | 2025-05-22T20:04:43.923Z | Compiling num-derive v0.4.2 |
2156 | 2025-05-22T20:04:44.476Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2157 | 2025-05-22T20:04:44.542Z | Checking zone v0.3.1 |
2158 | 2025-05-22T20:04:44.901Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2159 | 2025-05-22T20:04:45.288Z | Compiling typify-macro v0.3.0 |
2160 | 2025-05-22T20:04:45.387Z | Compiling convert_case v0.4.0 |
2161 | 2025-05-22T20:04:45.764Z | Checking utf-8 v0.7.6 |
2162 | 2025-05-22T20:04:46.051Z | Checking tungstenite v0.21.0 |
2163 | 2025-05-22T20:04:46.210Z | Compiling derive_more v0.99.20 |
2164 | 2025-05-22T20:04:46.259Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2165 | 2025-05-22T20:04:46.776Z | Checking newline-converter v0.3.0 |
2166 | 2025-05-22T20:04:46.991Z | Checking tokio-tungstenite v0.21.0 |
2167 | 2025-05-22T20:04:47.041Z | Checking expectorate v1.2.0 |
2168 | 2025-05-22T20:04:47.310Z | Checking num-rational v0.4.2 |
2169 | 2025-05-22T20:04:47.597Z | Checking num-complex v0.4.6 |
2170 | 2025-05-22T20:04:47.990Z | Checking half v2.4.1 |
2171 | 2025-05-22T20:04:48.050Z | Checking ciborium-io v0.2.2 |
2172 | 2025-05-22T20:04:48.253Z | Checking float-ord v0.3.2 |
2173 | 2025-05-22T20:04:48.467Z | Checking secrecy v0.10.3 |
2174 | 2025-05-22T20:04:48.518Z | Checking num v0.4.3 |
2175 | 2025-05-22T20:04:48.522Z | Checking ciborium-ll v0.2.2 |
2176 | 2025-05-22T20:04:48.618Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2025-05-22T20:04:48.675Z | Checking same-file v1.0.6 |
2178 | 2025-05-22T20:04:48.726Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2179 | 2025-05-22T20:04:48.905Z | Checking walkdir v2.5.0 |
2180 | 2025-05-22T20:04:48.952Z | Checking ciborium v0.2.2 |
2181 | 2025-05-22T20:04:49.007Z | Checking indent_write v2.2.0 |
2182 | 2025-05-22T20:04:49.060Z | Checking fixedbitset v0.5.7 |
2183 | 2025-05-22T20:04:49.150Z | Compiling typify v0.3.0 |
2184 | 2025-05-22T20:04:49.340Z | Checking password-hash v0.5.0 |
2185 | 2025-05-22T20:04:49.429Z | Compiling progenitor-impl v0.9.1 |
2186 | 2025-05-22T20:04:49.526Z | Checking petgraph v0.7.1 |
2187 | 2025-05-22T20:04:49.857Z | Checking xattr v1.3.1 |
2188 | 2025-05-22T20:04:50.000Z | Checking blake2 v0.10.6 |
2189 | 2025-05-22T20:04:50.141Z | Checking filetime v0.2.25 |
2190 | 2025-05-22T20:04:50.375Z | Checking ingot-types v0.1.0 |
2191 | 2025-05-22T20:04:50.426Z | Checking arc-swap v1.7.1 |
2192 | 2025-05-22T20:04:50.508Z | Checking argon2 v0.5.3 |
2193 | 2025-05-22T20:04:50.890Z | Checking slog-scope v4.4.0 |
2194 | 2025-05-22T20:04:51.162Z | Checking tar v0.4.44 |
2195 | 2025-05-22T20:04:51.215Z | Checking ingot v0.1.0 |
2196 | 2025-05-22T20:04:51.265Z | Checking slog-stdlog v4.1.1 |
2197 | 2025-05-22T20:04:51.486Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2198 | 2025-05-22T20:04:51.537Z | Checking slog-envlogger v2.2.0 |
2199 | 2025-05-22T20:04:51.832Z | Checking swrite v0.1.0 |
2200 | 2025-05-22T20:04:51.925Z | Compiling owo-colors v4.2.0 |
2201 | 2025-05-22T20:04:52.012Z | Compiling cancel-safe-futures v0.1.5 |
2202 | 2025-05-22T20:04:52.062Z | Checking libsw-core v0.3.1 |
2203 | 2025-05-22T20:04:52.356Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2204 | 2025-05-22T20:04:52.652Z | Checking libsw v3.4.0 |
2205 | 2025-05-22T20:04:52.764Z | Checking linear-map v1.2.0 |
2206 | 2025-05-22T20:04:52.946Z | Checking keccak v0.1.5 |
2207 | 2025-05-22T20:04:52.998Z | Checking pem v3.0.5 |
2208 | 2025-05-22T20:04:53.122Z | Compiling typify-impl v0.2.0 |
2209 | 2025-05-22T20:04:53.305Z | Checking prettyplease v0.2.32 |
2210 | 2025-05-22T20:04:53.353Z | Checking sha3 v0.10.8 |
2211 | 2025-05-22T20:04:54.517Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2212 | 2025-05-22T20:04:54.609Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2213 | 2025-05-22T20:04:55.411Z | Compiling typify-macro v0.4.1 |
2214 | 2025-05-22T20:04:56.045Z | Checking highway v1.3.0 |
2215 | 2025-05-22T20:04:56.099Z | Compiling progenitor-macro v0.9.1 |
2216 | 2025-05-22T20:04:56.168Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2217 | 2025-05-22T20:04:58.020Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2218 | 2025-05-22T20:04:58.151Z | Checking headers-core v0.3.0 |
2219 | 2025-05-22T20:04:59.434Z | Compiling typify v0.4.1 |
2220 | 2025-05-22T20:04:59.666Z | Compiling progenitor-impl v0.10.0 |
2221 | 2025-05-22T20:04:59.812Z | Checking headers v0.4.0 |
2222 | 2025-05-22T20:05:06.681Z | Compiling progenitor-macro v0.10.0 |
2223 | 2025-05-22T20:05:07.185Z | Compiling typify-macro v0.2.0 |
2224 | 2025-05-22T20:05:07.227Z | Compiling lzma-sys v0.1.20 |
2225 | 2025-05-22T20:05:07.522Z | Checking progenitor-client v0.8.0 |
2226 | 2025-05-22T20:05:07.578Z | Compiling heck v0.3.3 |
2227 | 2025-05-22T20:05:07.960Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2228 | 2025-05-22T20:05:08.010Z | Checking linked-hash-map v0.5.6 |
2229 | 2025-05-22T20:05:08.221Z | Checking progenitor v0.9.1 |
2230 | 2025-05-22T20:05:08.412Z | Checking lru-cache v0.1.2 |
2231 | 2025-05-22T20:05:08.479Z | Compiling zone_cfg_derive v0.1.2 |
2232 | 2025-05-22T20:05:08.529Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2233 | 2025-05-22T20:05:08.672Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2234 | 2025-05-22T20:05:09.047Z | Checking yasna v0.5.2 |
2235 | 2025-05-22T20:05:09.096Z | Checking base64 v0.13.1 |
2236 | 2025-05-22T20:05:09.644Z | Checking ron v0.7.1 |
2237 | 2025-05-22T20:05:09.927Z | Checking zone v0.1.8 |
2238 | 2025-05-22T20:05:10.085Z | Checking rcgen v0.12.1 |
2239 | 2025-05-22T20:05:10.701Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2240 | 2025-05-22T20:05:10.854Z | Checking xz2 v0.1.7 |
2241 | 2025-05-22T20:05:11.028Z | Compiling typify v0.2.0 |
2242 | 2025-05-22T20:05:11.218Z | Checking resolv-conf v0.7.0 |
2243 | 2025-05-22T20:05:11.269Z | Compiling progenitor-impl v0.8.0 |
2244 | 2025-05-22T20:05:11.273Z | Checking subprocess v0.2.9 |
2245 | 2025-05-22T20:05:11.614Z | Checking hickory-resolver v0.24.4 |
2246 | 2025-05-22T20:05:11.899Z | Checking humantime v2.1.0 |
2247 | 2025-05-22T20:05:12.585Z | Compiling semver v0.1.20 |
2248 | 2025-05-22T20:05:13.220Z | Compiling rustc_version v0.1.7 |
2249 | 2025-05-22T20:05:13.294Z | Checking universal-hash v0.5.1 |
2250 | 2025-05-22T20:05:13.398Z | Checking opaque-debug v0.3.1 |
2251 | 2025-05-22T20:05:13.451Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2252 | 2025-05-22T20:05:13.546Z | Checking aead v0.5.2 |
2253 | 2025-05-22T20:05:13.597Z | Checking poly1305 v0.8.0 |
2254 | 2025-05-22T20:05:13.697Z | Compiling newtype_derive v0.1.6 |
2255 | 2025-05-22T20:05:13.820Z | Checking chacha20 v0.9.1 |
2256 | 2025-05-22T20:05:14.258Z | Checking qorb v0.3.1 |
2257 | 2025-05-22T20:05:14.518Z | Compiling thiserror-impl-no-std v2.0.2 |
2258 | 2025-05-22T20:05:15.953Z | Checking steno v0.4.1 |
2259 | 2025-05-22T20:05:16.815Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2260 | 2025-05-22T20:05:17.270Z | Checking thiserror-no-std v2.0.2 |
2261 | 2025-05-22T20:05:17.343Z | Checking chacha20poly1305 v0.10.1 |
2262 | 2025-05-22T20:05:17.465Z | Checking vsss-rs v3.3.4 |
2263 | 2025-05-22T20:05:17.616Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2264 | 2025-05-22T20:05:18.059Z | Compiling progenitor-macro v0.8.0 |
2265 | 2025-05-22T20:05:18.264Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2266 | 2025-05-22T20:05:18.323Z | Checking bytecount v0.6.8 |
2267 | 2025-05-22T20:05:18.553Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2268 | 2025-05-22T20:05:18.692Z | Checking progenitor v0.10.0 |
2269 | 2025-05-22T20:05:18.800Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2270 | 2025-05-22T20:05:18.976Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2271 | 2025-05-22T20:05:19.772Z | Checking display-error-chain v0.2.2 |
2272 | 2025-05-22T20:05:20.030Z | Compiling slog-dtrace v0.3.0 |
2273 | 2025-05-22T20:05:20.676Z | Checking gethostname v0.5.0 |
2274 | 2025-05-22T20:05:20.871Z | Checking nibble_vec v0.1.0 |
2275 | 2025-05-22T20:05:21.013Z | Checking endian-type v0.1.2 |
2276 | 2025-05-22T20:05:21.151Z | Compiling proc-macro-error-attr2 v2.0.0 |
2277 | 2025-05-22T20:05:21.312Z | Checking radix_trie v0.2.1 |
2278 | 2025-05-22T20:05:21.726Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2279 | 2025-05-22T20:05:21.787Z | Checking papergrid v0.14.0 |
2280 | 2025-05-22T20:05:21.981Z | Compiling proc-macro-error2 v2.0.1 |
2281 | 2025-05-22T20:05:22.684Z | Compiling tabled_derive v0.10.0 |
2282 | 2025-05-22T20:05:22.734Z | Compiling num-derive v0.3.3 |
2283 | 2025-05-22T20:05:23.397Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2284 | 2025-05-22T20:05:24.999Z | Checking libscf-sys v1.1.0 |
2285 | 2025-05-22T20:05:25.075Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2286 | 2025-05-22T20:05:25.281Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2287 | 2025-05-22T20:05:25.321Z | Checking maplit v1.0.2 |
2288 | 2025-05-22T20:05:25.367Z | Checking tabled v0.18.0 |
2289 | 2025-05-22T20:05:25.502Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2290 | 2025-05-22T20:05:25.689Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2291 | 2025-05-22T20:05:25.754Z | Checking crc8 v0.1.1 |
2292 | 2025-05-22T20:05:25.947Z | Compiling vte_generate_state_changes v0.1.2 |
2293 | 2025-05-22T20:05:26.082Z | Checking fd-lock v4.0.2 |
2294 | 2025-05-22T20:05:26.136Z | Checking fxhash v0.2.1 |
2295 | 2025-05-22T20:05:26.350Z | Compiling async-recursion v1.1.1 |
2296 | 2025-05-22T20:05:26.399Z | Checking nu-ansi-term v0.50.1 |
2297 | 2025-05-22T20:05:26.602Z | Checking vte v0.11.1 |
2298 | 2025-05-22T20:05:26.842Z | Checking termcolor v1.4.1 |
2299 | 2025-05-22T20:05:27.322Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2300 | 2025-05-22T20:05:27.690Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2301 | 2025-05-22T20:05:27.824Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2302 | 2025-05-22T20:05:28.121Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2303 | 2025-05-22T20:05:28.454Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2304 | 2025-05-22T20:05:28.955Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2305 | 2025-05-22T20:05:30.062Z | Checking progenitor v0.8.0 |
2306 | 2025-05-22T20:05:30.366Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2307 | 2025-05-22T20:05:30.917Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2308 | 2025-05-22T20:05:31.088Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2309 | 2025-05-22T20:05:31.264Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2310 | 2025-05-22T20:05:32.006Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2311 | 2025-05-22T20:05:32.166Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2312 | 2025-05-22T20:05:32.974Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2313 | 2025-05-22T20:05:34.616Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2314 | 2025-05-22T20:05:34.716Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2315 | 2025-05-22T20:05:35.340Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2316 | 2025-05-22T20:05:35.396Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2317 | 2025-05-22T20:05:36.771Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2318 | 2025-05-22T20:05:36.868Z | Checking strip-ansi-escapes v0.2.0 |
2319 | 2025-05-22T20:05:37.106Z | Compiling radium v0.7.0 |
2320 | 2025-05-22T20:05:37.210Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2321 | 2025-05-22T20:05:37.709Z | Checking reedline v0.38.0 |
2322 | 2025-05-22T20:05:37.901Z | Compiling const_format_proc_macros v0.2.34 |
2323 | 2025-05-22T20:05:38.174Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2324 | 2025-05-22T20:05:38.292Z | Compiling zerocopy-derive v0.6.6 |
2325 | 2025-05-22T20:05:38.834Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2326 | 2025-05-22T20:05:39.271Z | Checking tap v1.0.1 |
2327 | 2025-05-22T20:05:39.515Z | Compiling maybe-uninit v2.0.0 |
2328 | 2025-05-22T20:05:39.814Z | Checking const_format v0.2.34 |
2329 | 2025-05-22T20:05:40.166Z | Checking zerocopy v0.6.6 |
2330 | 2025-05-22T20:05:40.216Z | Checking wyz v0.5.1 |
2331 | 2025-05-22T20:05:40.266Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2332 | 2025-05-22T20:05:40.365Z | Checking funty v2.0.0 |
2333 | 2025-05-22T20:05:40.635Z | Checking crc-catalog v2.4.0 |
2334 | 2025-05-22T20:05:40.769Z | Compiling packed_struct v0.10.1 |
2335 | 2025-05-22T20:05:40.850Z | Checking crc v3.2.1 |
2336 | 2025-05-22T20:05:41.066Z | Compiling packed_struct_codegen v0.10.1 |
2337 | 2025-05-22T20:05:41.245Z | Checking bitvec v1.0.1 |
2338 | 2025-05-22T20:05:41.345Z | Compiling indexmap v1.9.3 |
2339 | 2025-05-22T20:05:41.414Z | Checking nodrop v0.1.14 |
2340 | 2025-05-22T20:05:41.607Z | Checking array-init v0.0.4 |
2341 | 2025-05-22T20:05:41.837Z | Checking smallvec v0.6.14 |
2342 | 2025-05-22T20:05:42.319Z | Checking bitfield v0.14.0 |
2343 | 2025-05-22T20:05:42.517Z | Checking hashbrown v0.12.3 |
2344 | 2025-05-22T20:05:42.637Z | Checking serde-hex v0.1.0 |
2345 | 2025-05-22T20:05:43.380Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2346 | 2025-05-22T20:05:43.676Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2347 | 2025-05-22T20:05:43.904Z | Checking env_logger v0.10.2 |
2348 | 2025-05-22T20:05:44.009Z | Checking ron v0.8.1 |
2349 | 2025-05-22T20:05:44.068Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2350 | 2025-05-22T20:05:44.277Z | Checking hashbrown v0.13.2 |
2351 | 2025-05-22T20:05:44.528Z | Checking crc-any v2.5.0 |
2352 | 2025-05-22T20:05:44.606Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2353 | 2025-05-22T20:05:44.982Z | Checking home v0.5.9 |
2354 | 2025-05-22T20:05:45.210Z | Compiling libefi-sys v0.1.0 |
2355 | 2025-05-22T20:05:45.363Z | Checking object v0.30.4 |
2356 | 2025-05-22T20:05:45.413Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2357 | 2025-05-22T20:05:45.553Z | Checking path-slash v0.1.5 |
2358 | 2025-05-22T20:05:45.772Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2359 | 2025-05-22T20:05:45.885Z | Checking kstat-rs v0.2.4 |
2360 | 2025-05-22T20:05:46.102Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2361 | 2025-05-22T20:05:46.320Z | Compiling bitfield-struct v0.6.2 |
2362 | 2025-05-22T20:05:46.713Z | Checking papergrid v0.11.0 |
2363 | 2025-05-22T20:05:46.767Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2364 | 2025-05-22T20:05:46.947Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2365 | 2025-05-22T20:05:47.330Z | Compiling tabled_derive v0.7.0 |
2366 | 2025-05-22T20:05:47.520Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2367 | 2025-05-22T20:05:47.762Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2368 | 2025-05-22T20:05:48.225Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2369 | 2025-05-22T20:05:48.461Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2370 | 2025-05-22T20:05:48.735Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2371 | 2025-05-22T20:05:48.985Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2372 | 2025-05-22T20:05:49.049Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2373 | 2025-05-22T20:05:49.506Z | Checking termtree v0.5.1 |
2374 | 2025-05-22T20:05:49.587Z | Checking tabled v0.15.0 |
2375 | 2025-05-22T20:05:49.810Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2376 | 2025-05-22T20:05:50.883Z | Compiling phf_generator v0.11.2 |
2377 | 2025-05-22T20:05:51.099Z | Compiling phf_codegen v0.11.2 |
2378 | 2025-05-22T20:05:51.146Z | Compiling dsl_auto_type v0.1.2 |
2379 | 2025-05-22T20:05:51.394Z | Checking scheduled-thread-pool v0.2.7 |
2380 | 2025-05-22T20:05:51.694Z | Compiling parse-zoneinfo v0.3.1 |
2381 | 2025-05-22T20:05:51.733Z | Compiling diesel_table_macro_syntax v0.2.0 |
2382 | 2025-05-22T20:05:52.207Z | Compiling cfg_aliases v0.1.1 |
2383 | 2025-05-22T20:05:52.386Z | Compiling nix v0.28.0 |
2384 | 2025-05-22T20:05:52.433Z | Compiling chrono-tz-build v0.4.0 |
2385 | 2025-05-22T20:05:52.491Z | Checking r2d2 v0.8.10 |
2386 | 2025-05-22T20:05:52.560Z | Compiling diesel_derives v2.2.3 |
2387 | 2025-05-22T20:05:52.882Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2388 | 2025-05-22T20:05:53.206Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2389 | 2025-05-22T20:05:53.289Z | Checking bcs v0.1.6 |
2390 | 2025-05-22T20:05:53.408Z | Checking nanorand v0.7.0 |
2391 | 2025-05-22T20:05:53.609Z | Compiling xshell-macros v0.2.7 |
2392 | 2025-05-22T20:05:53.817Z | Compiling parking_lot_core v0.8.6 |
2393 | 2025-05-22T20:05:53.869Z | Checking flume v0.11.1 |
2394 | 2025-05-22T20:05:53.872Z | Compiling chrono-tz v0.10.3 |
2395 | 2025-05-22T20:05:54.364Z | Checking xshell v0.2.7 |
2396 | 2025-05-22T20:05:54.433Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2397 | 2025-05-22T20:05:54.551Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2398 | 2025-05-22T20:05:54.662Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2399 | 2025-05-22T20:05:55.327Z | Compiling crunchy v0.2.2 |
2400 | 2025-05-22T20:05:56.350Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2401 | 2025-05-22T20:05:56.548Z | Compiling peg-macros v0.8.5 |
2402 | 2025-05-22T20:05:56.995Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2025-05-22T20:05:57.290Z | Compiling sqlparser_derive v0.2.2 |
2404 | 2025-05-22T20:05:58.011Z | Compiling tiny-keccak v2.0.2 |
2405 | 2025-05-22T20:05:58.059Z | Checking unicode_categories v0.1.1 |
2406 | 2025-05-22T20:05:58.181Z | Checking rustyline v14.0.0 |
2407 | 2025-05-22T20:05:58.353Z | Checking sqlparser v0.45.0 |
2408 | 2025-05-22T20:05:58.452Z | Checking sqlformat v0.3.5 |
2409 | 2025-05-22T20:05:59.432Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2410 | 2025-05-22T20:05:59.486Z | Checking parking_lot v0.11.2 |
2411 | 2025-05-22T20:05:59.900Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2412 | 2025-05-22T20:05:59.948Z | Checking peg v0.8.5 |
2413 | 2025-05-22T20:06:00.024Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2414 | 2025-05-22T20:06:00.104Z | Compiling ref-cast v1.0.23 |
2415 | 2025-05-22T20:06:00.326Z | Compiling bit-vec v0.6.3 |
2416 | 2025-05-22T20:06:00.481Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2417 | 2025-05-22T20:06:00.750Z | Compiling bit-set v0.5.3 |
2418 | 2025-05-22T20:06:01.059Z | Checking sled v0.34.7 |
2419 | 2025-05-22T20:06:01.661Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2420 | 2025-05-22T20:06:01.823Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2421 | 2025-05-22T20:06:02.583Z | Checking hickory-client v0.24.4 |
2422 | 2025-05-22T20:06:02.778Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2423 | 2025-05-22T20:06:03.286Z | Compiling ascii-canvas v3.0.0 |
2424 | 2025-05-22T20:06:03.444Z | Checking diesel v2.2.10 |
2425 | 2025-05-22T20:06:03.823Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2426 | 2025-05-22T20:06:04.010Z | Checking hickory-server v0.24.4 |
2427 | 2025-05-22T20:06:04.056Z | Compiling ena v0.14.3 |
2428 | 2025-05-22T20:06:04.182Z | Compiling ref-cast-impl v1.0.23 |
2429 | 2025-05-22T20:06:04.510Z | Compiling regex-syntax v0.6.29 |
2430 | 2025-05-22T20:06:05.544Z | Compiling bindgen v0.71.1 |
2431 | 2025-05-22T20:06:05.559Z | Compiling diff v0.1.13 |
2432 | 2025-05-22T20:06:06.200Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2433 | 2025-05-22T20:06:06.354Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2434 | 2025-05-22T20:06:06.782Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2435 | 2025-05-22T20:06:06.832Z | Compiling unicase v2.7.0 |
2436 | 2025-05-22T20:06:07.218Z | Compiling rustc-hash v2.1.1 |
2437 | 2025-05-22T20:06:07.503Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2438 | 2025-05-22T20:06:07.596Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2439 | 2025-05-22T20:06:08.307Z | Compiling lalrpop v0.19.12 |
2440 | 2025-05-22T20:06:09.053Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2441 | 2025-05-22T20:06:09.453Z | Compiling derive_builder_core v0.20.2 |
2442 | 2025-05-22T20:06:09.581Z | Compiling libxml v0.3.3 |
2443 | 2025-05-22T20:06:09.702Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2444 | 2025-05-22T20:06:10.089Z | Compiling strum_macros v0.24.3 |
2445 | 2025-05-22T20:06:11.117Z | Checking assert_matches v1.5.0 |
2446 | 2025-05-22T20:06:11.276Z | Compiling indoc v1.0.9 |
2447 | 2025-05-22T20:06:11.655Z | Compiling derive_builder_macro v0.20.2 |
2448 | 2025-05-22T20:06:12.576Z | Checking derive_builder v0.20.2 |
2449 | 2025-05-22T20:06:13.289Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2450 | 2025-05-22T20:06:13.340Z | Checking primeorder v0.13.6 |
2451 | 2025-05-22T20:06:13.657Z | Checking quick-xml v0.37.2 |
2452 | 2025-05-22T20:06:13.707Z | Compiling oso-derive v0.27.3 |
2453 | 2025-05-22T20:06:13.842Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2454 | 2025-05-22T20:06:13.846Z | Compiling impl-trait-for-tuples v0.2.2 |
2455 | 2025-05-22T20:06:14.858Z | Compiling mime_guess v2.0.5 |
2456 | 2025-05-22T20:06:15.274Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2457 | 2025-05-22T20:06:15.889Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2458 | 2025-05-22T20:06:16.046Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2025-05-22T20:06:17.303Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2460 | 2025-05-22T20:06:17.352Z | Checking http-range v0.1.5 |
2461 | 2025-05-22T20:06:17.561Z | Checking half v1.8.3 |
2462 | 2025-05-22T20:06:17.998Z | Checking signal-hook-tokio v0.3.1 |
2463 | 2025-05-22T20:06:18.047Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2464 | 2025-05-22T20:06:18.095Z | Checking serde_cbor v0.11.2 |
2465 | 2025-05-22T20:06:18.258Z | Checking atty v0.2.14 |
2466 | 2025-05-22T20:06:18.441Z | Compiling salty v0.3.0 |
2467 | 2025-05-22T20:06:19.003Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2468 | 2025-05-22T20:06:19.066Z | Checking p384 v0.13.0 |
2469 | 2025-05-22T20:06:19.318Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2470 | 2025-05-22T20:06:19.560Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2471 | 2025-05-22T20:06:20.191Z | Compiling diesel-dtrace v0.4.2 |
2472 | 2025-05-22T20:06:20.257Z | Checking hyper-staticfile v0.10.1 |
2473 | 2025-05-22T20:06:20.675Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2474 | 2025-05-22T20:06:20.712Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2475 | 2025-05-22T20:06:20.761Z | Checking tungstenite v0.23.0 |
2476 | 2025-05-22T20:06:20.823Z | Checking bb8 v0.8.5 |
2477 | 2025-05-22T20:06:20.875Z | Checking env_filter v0.1.2 |
2478 | 2025-05-22T20:06:21.136Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2479 | 2025-05-22T20:06:21.199Z | Checking env_logger v0.11.5 |
2480 | 2025-05-22T20:06:21.249Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2481 | 2025-05-22T20:06:21.336Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2482 | 2025-05-22T20:06:21.566Z | Checking void v1.0.2 |
2483 | 2025-05-22T20:06:21.617Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2484 | 2025-05-22T20:06:21.769Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2485 | 2025-05-22T20:06:21.772Z | Checking tokio-tungstenite v0.23.1 |
2486 | 2025-05-22T20:06:21.858Z | Checking lzss v0.8.2 |
2487 | 2025-05-22T20:06:22.021Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2488 | 2025-05-22T20:06:22.068Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2489 | 2025-05-22T20:06:22.137Z | Checking nix v0.27.1 |
2490 | 2025-05-22T20:06:22.273Z | Checking serde_bytes v0.11.17 |
2491 | 2025-05-22T20:06:22.321Z | Checking secrecy v0.8.0 |
2492 | 2025-05-22T20:06:22.365Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2493 | 2025-05-22T20:06:22.661Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2494 | 2025-05-22T20:06:23.311Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2495 | 2025-05-22T20:06:24.499Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2496 | 2025-05-22T20:06:25.481Z | Checking globset v0.4.15 |
2497 | 2025-05-22T20:06:25.707Z | Compiling pin-project-internal v1.1.6 |
2498 | 2025-05-22T20:06:26.063Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2499 | 2025-05-22T20:06:26.393Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2500 | 2025-05-22T20:06:26.912Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2501 | 2025-05-22T20:06:27.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2502 | 2025-05-22T20:06:28.076Z | Checking rand_seeder v0.3.0 |
2503 | 2025-05-22T20:06:28.390Z | Compiling snafu-derive v0.8.5 |
2504 | 2025-05-22T20:06:28.591Z | Checking pin-project v1.1.6 |
2505 | 2025-05-22T20:06:28.731Z | Compiling fs-err v2.11.0 |
2506 | 2025-05-22T20:06:28.810Z | Checking olpc-cjson v0.1.4 |
2507 | 2025-05-22T20:06:29.172Z | Checking serde_plain v1.0.2 |
2508 | 2025-05-22T20:06:29.352Z | Checking typed-path v0.9.3 |
2509 | 2025-05-22T20:06:29.891Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2510 | 2025-05-22T20:06:30.252Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2511 | 2025-05-22T20:06:30.896Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2025-05-22T20:06:31.405Z | Checking parse-size v1.1.0 |
2513 | 2025-05-22T20:06:31.659Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2514 | 2025-05-22T20:06:31.807Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2515 | 2025-05-22T20:06:32.045Z | Checking heck v0.4.1 |
2516 | 2025-05-22T20:06:32.346Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2517 | 2025-05-22T20:06:32.788Z | Checking yansi v1.0.1 |
2518 | 2025-05-22T20:06:32.968Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2519 | 2025-05-22T20:06:33.096Z | Checking snafu v0.8.5 |
2520 | 2025-05-22T20:06:33.142Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2521 | 2025-05-22T20:06:33.367Z | Checking pretty_assertions v1.4.1 |
2522 | 2025-05-22T20:06:33.637Z | Checking tough v0.20.0 |
2523 | 2025-05-22T20:06:33.686Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2524 | 2025-05-22T20:06:34.217Z | Checking io-lifetimes v1.0.11 |
2525 | 2025-05-22T20:06:34.316Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2526 | 2025-05-22T20:06:34.872Z | Checking async-bb8-diesel v0.2.1 |
2527 | 2025-05-22T20:06:35.009Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2528 | 2025-05-22T20:06:35.616Z | Checking rustix v0.37.28 |
2529 | 2025-05-22T20:06:35.729Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2530 | 2025-05-22T20:06:36.687Z | Compiling indoc v2.0.6 |
2531 | 2025-05-22T20:06:37.638Z | Checking is_ci v1.2.0 |
2532 | 2025-05-22T20:06:37.850Z | Checking supports-color v3.0.2 |
2533 | 2025-05-22T20:06:38.123Z | Checking terminal_size v0.2.6 |
2534 | 2025-05-22T20:06:38.387Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2535 | 2025-05-22T20:06:38.431Z | Checking castaway v0.2.3 |
2536 | 2025-05-22T20:06:38.658Z | Compiling libz-sys v1.1.20 |
2537 | 2025-05-22T20:06:38.707Z | Checking unicode-linebreak v0.1.5 |
2538 | 2025-05-22T20:06:38.944Z | Checking smawk v0.3.2 |
2539 | 2025-05-22T20:06:39.198Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2540 | 2025-05-22T20:06:39.247Z | Checking textwrap v0.16.1 |
2541 | 2025-05-22T20:06:39.538Z | Checking compact_str v0.8.0 |
2542 | 2025-05-22T20:06:39.718Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2543 | 2025-05-22T20:06:40.120Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2544 | 2025-05-22T20:06:40.405Z | Checking unicode-truncate v1.1.0 |
2545 | 2025-05-22T20:06:40.732Z | Checking lru v0.12.5 |
2546 | 2025-05-22T20:06:40.774Z | Compiling instability v0.3.2 |
2547 | 2025-05-22T20:06:41.088Z | Checking cassowary v0.3.0 |
2548 | 2025-05-22T20:06:41.558Z | Checking concurrent-queue v2.5.0 |
2549 | 2025-05-22T20:06:41.627Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2550 | 2025-05-22T20:06:41.793Z | Checking ratatui v0.29.0 |
2551 | 2025-05-22T20:06:41.924Z | Checking parking v2.2.1 |
2552 | 2025-05-22T20:06:42.422Z | Checking cargo-platform v0.1.8 |
2553 | 2025-05-22T20:06:42.538Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2554 | 2025-05-22T20:06:42.782Z | Checking cargo_metadata v0.19.2 |
2555 | 2025-05-22T20:06:43.943Z | Compiling vergen v8.3.2 |
2556 | 2025-05-22T20:06:44.671Z | Checking event-listener v5.3.1 |
2557 | 2025-05-22T20:06:44.880Z | Compiling cargo_metadata v0.18.1 |
2558 | 2025-05-22T20:06:44.929Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2559 | 2025-05-22T20:06:45.146Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2560 | 2025-05-22T20:06:46.896Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2561 | 2025-05-22T20:06:47.266Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2562 | 2025-05-22T20:06:47.527Z | Compiling rustls v0.21.12 |
2563 | 2025-05-22T20:06:47.635Z | Checking shell-words v1.1.0 |
2564 | 2025-05-22T20:06:47.866Z | Checking plotters-backend v0.3.7 |
2565 | 2025-05-22T20:06:48.079Z | Checking event-listener-strategy v0.5.2 |
2566 | 2025-05-22T20:06:48.129Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2567 | 2025-05-22T20:06:48.306Z | Checking plotters-svg v0.3.7 |
2568 | 2025-05-22T20:06:48.365Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2569 | 2025-05-22T20:06:48.613Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2570 | 2025-05-22T20:06:48.777Z | Checking sct v0.7.1 |
2571 | 2025-05-22T20:06:49.027Z | Checking rustls-webpki v0.101.7 |
2572 | 2025-05-22T20:06:49.078Z | Checking cast v0.3.0 |
2573 | 2025-05-22T20:06:49.265Z | Checking plotters v0.3.7 |
2574 | 2025-05-22T20:06:49.482Z | Checking criterion-plot v0.5.0 |
2575 | 2025-05-22T20:06:49.993Z | Checking futures-lite v2.3.0 |
2576 | 2025-05-22T20:06:51.044Z | Checking tinytemplate v1.2.1 |
2577 | 2025-05-22T20:06:51.266Z | Checking oorandom v11.1.4 |
2578 | 2025-05-22T20:06:51.469Z | Checking anes v0.1.6 |
2579 | 2025-05-22T20:06:51.517Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2580 | 2025-05-22T20:06:51.816Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2581 | 2025-05-22T20:06:51.857Z | Checking criterion v0.5.1 |
2582 | 2025-05-22T20:06:52.188Z | Checking rustls-pemfile v1.0.4 |
2583 | 2025-05-22T20:06:52.467Z | Checking twox-hash v2.1.0 |
2584 | 2025-05-22T20:06:52.966Z | Checking tokio-rustls v0.24.1 |
2585 | 2025-05-22T20:06:53.223Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2586 | 2025-05-22T20:06:53.303Z | Checking async-lock v3.4.0 |
2587 | 2025-05-22T20:06:53.581Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2588 | 2025-05-22T20:06:54.204Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2589 | 2025-05-22T20:06:54.629Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2590 | 2025-05-22T20:06:54.906Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2591 | 2025-05-22T20:06:55.218Z | Checking fatfs v0.3.6 |
2592 | 2025-05-22T20:06:55.614Z | Checking polling v3.7.3 |
2593 | 2025-05-22T20:06:55.925Z | Checking csv-core v0.1.11 |
2594 | 2025-05-22T20:06:56.059Z | Checking hex-literal v0.4.1 |
2595 | 2025-05-22T20:06:56.256Z | Checking async-io v2.3.4 |
2596 | 2025-05-22T20:06:56.300Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2597 | 2025-05-22T20:06:56.343Z | Checking csv v1.3.1 |
2598 | 2025-05-22T20:06:57.112Z | Checking rtoolbox v0.0.2 |
2599 | 2025-05-22T20:06:57.194Z | Checking async-task v4.7.1 |
2600 | 2025-05-22T20:06:57.372Z | Checking rpassword v7.3.1 |
2601 | 2025-05-22T20:06:57.617Z | Checking async-channel v2.3.1 |
2602 | 2025-05-22T20:06:57.658Z | Checking tui-tree-widget v0.23.0 |
2603 | 2025-05-22T20:06:57.970Z | Checking polyval v0.6.2 |
2604 | 2025-05-22T20:06:58.040Z | Checking piper v0.2.4 |
2605 | 2025-05-22T20:06:58.296Z | Checking futures-timer v3.0.3 |
2606 | 2025-05-22T20:06:58.344Z | Checking blocking v1.6.1 |
2607 | 2025-05-22T20:06:58.658Z | Checking ghash v0.5.1 |
2608 | 2025-05-22T20:06:58.705Z | Checking async-executor v1.13.1 |
2609 | 2025-05-22T20:06:58.871Z | Checking async-signal v0.2.10 |
2610 | 2025-05-22T20:06:59.109Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2611 | 2025-05-22T20:06:59.197Z | Checking ctr v0.9.2 |
2612 | 2025-05-22T20:06:59.551Z | Checking constant_time_eq v0.3.1 |
2613 | 2025-05-22T20:06:59.734Z | Checking event-listener v2.5.3 |
2614 | 2025-05-22T20:06:59.769Z | Checking arrayref v0.3.9 |
2615 | 2025-05-22T20:06:59.914Z | Checking arrayvec v0.7.6 |
2616 | 2025-05-22T20:06:59.999Z | Checking async-channel v1.9.0 |
2617 | 2025-05-22T20:07:00.335Z | Checking aes-gcm v0.10.3 |
2618 | 2025-05-22T20:07:00.383Z | Checking async-process v2.3.0 |
2619 | 2025-05-22T20:07:00.652Z | Checking async-global-executor v2.4.1 |
2620 | 2025-05-22T20:07:00.815Z | Checking ssh-encoding v0.2.0 |
2621 | 2025-05-22T20:07:00.953Z | Checking blowfish v0.9.1 |
2622 | 2025-05-22T20:07:01.226Z | Compiling petname v2.0.2 |
2623 | 2025-05-22T20:07:01.275Z | Checking kv-log-macro v1.0.7 |
2624 | 2025-05-22T20:07:01.469Z | Compiling async-attributes v1.1.2 |
2625 | 2025-05-22T20:07:02.316Z | Checking async-std v1.13.0 |
2626 | 2025-05-22T20:07:02.562Z | Checking bcrypt-pbkdf v0.10.0 |
2627 | 2025-05-22T20:07:02.846Z | Checking ssh-cipher v0.2.0 |
2628 | 2025-05-22T20:07:03.221Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2629 | 2025-05-22T20:07:03.884Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2630 | 2025-05-22T20:07:04.223Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2631 | 2025-05-22T20:07:05.681Z | Checking password-hash v0.4.2 |
2632 | 2025-05-22T20:07:05.881Z | Checking async-object-pool v0.1.5 |
2633 | 2025-05-22T20:07:06.131Z | Checking ssh-key v0.6.6 |
2634 | 2025-05-22T20:07:06.169Z | Checking pbkdf2 v0.11.0 |
2635 | 2025-05-22T20:07:07.381Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2636 | 2025-05-22T20:07:07.845Z | Checking p256 v0.13.2 |
2637 | 2025-05-22T20:07:08.160Z | Checking p521 v0.13.3 |
2638 | 2025-05-22T20:07:08.375Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2639 | 2025-05-22T20:07:08.704Z | Checking serde_regex v1.1.0 |
2640 | 2025-05-22T20:07:09.098Z | Checking assert-json-diff v2.0.2 |
2641 | 2025-05-22T20:07:09.462Z | Checking russh-cryptovec v0.7.3 |
2642 | 2025-05-22T20:07:09.669Z | Checking path-tree v0.8.1 |
2643 | 2025-05-22T20:07:09.743Z | Checking md5 v0.7.0 |
2644 | 2025-05-22T20:07:09.808Z | Checking sync-ptr v0.1.1 |
2645 | 2025-05-22T20:07:10.027Z | Compiling target-lexicon v0.13.2 |
2646 | 2025-05-22T20:07:10.090Z | Checking stringmetrics v2.2.2 |
2647 | 2025-05-22T20:07:10.130Z | Checking russh-keys v0.45.0 |
2648 | 2025-05-22T20:07:10.401Z | Checking httpmock v0.8.0-alpha.1 |
2649 | 2025-05-22T20:07:11.159Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2650 | 2025-05-22T20:07:11.489Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2651 | 2025-05-22T20:07:12.325Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2652 | 2025-05-22T20:07:12.942Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2653 | 2025-05-22T20:07:13.074Z | Checking num-bigint v0.4.6 |
2654 | 2025-05-22T20:07:13.304Z | Checking des v0.8.1 |
2655 | 2025-05-22T20:07:13.652Z | Compiling blake3 v1.5.4 |
2656 | 2025-05-22T20:07:14.359Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2657 | 2025-05-22T20:07:15.257Z | Compiling guppy-workspace-hack v0.1.0 |
2658 | 2025-05-22T20:07:15.308Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2659 | 2025-05-22T20:07:15.468Z | Checking russh v0.45.0 |
2660 | 2025-05-22T20:07:16.776Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2661 | 2025-05-22T20:07:16.938Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2662 | 2025-05-22T20:07:17.609Z | Checking rustls-native-certs v0.7.3 |
2663 | 2025-05-22T20:07:17.837Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2664 | 2025-05-22T20:07:18.116Z | Checking memmap2 v0.9.5 |
2665 | 2025-05-22T20:07:18.295Z | Compiling target-spec v3.4.2 |
2666 | 2025-05-22T20:07:18.413Z | Checking internet-checksum v0.2.1 |
2667 | 2025-05-22T20:07:18.927Z | Checking hyper-rustls v0.26.0 |
2668 | 2025-05-22T20:07:19.283Z | Checking cfg-expr v0.18.0 |
2669 | 2025-05-22T20:07:19.520Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2670 | 2025-05-22T20:07:19.869Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2671 | 2025-05-22T20:07:20.085Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2672 | 2025-05-22T20:07:20.347Z | Checking httptest v0.16.3 |
2673 | 2025-05-22T20:07:21.077Z | Checking topological-sort v0.2.2 |
2674 | 2025-05-22T20:07:21.372Z | Checking omicron-zone-package v0.12.2 |
2675 | 2025-05-22T20:07:23.423Z | Checking predicates-tree v1.0.12 |
2676 | 2025-05-22T20:07:23.667Z | Checking pathdiff v0.2.3 |
2677 | 2025-05-22T20:07:23.882Z | Compiling rstest_macros v0.24.0 |
2678 | 2025-05-22T20:07:23.934Z | Compiling target-triple v0.1.3 |
2679 | 2025-05-22T20:07:24.111Z | Checking nested v0.1.1 |
2680 | 2025-05-22T20:07:24.400Z | Compiling doc-comment v0.3.3 |
2681 | 2025-05-22T20:07:24.447Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2682 | 2025-05-22T20:07:24.690Z | Checking guppy v0.17.18 |
2683 | 2025-05-22T20:07:24.742Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2684 | 2025-05-22T20:07:25.190Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2685 | 2025-05-22T20:07:25.577Z | Checking similar-asserts v1.7.0 |
2686 | 2025-05-22T20:07:25.921Z | Compiling proc-macro-crate v3.2.0 |
2687 | 2025-05-22T20:07:26.755Z | Checking escape8259 v0.5.3 |
2688 | 2025-05-22T20:07:27.028Z | Compiling assert_cmd v2.0.17 |
2689 | 2025-05-22T20:07:27.185Z | Compiling relative-path v1.9.3 |
2690 | 2025-05-22T20:07:27.569Z | Checking libtest-mimic v0.8.1 |
2691 | 2025-05-22T20:07:28.207Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2692 | 2025-05-22T20:07:28.274Z | Checking blake2b_simd v1.0.2 |
2693 | 2025-05-22T20:07:29.134Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2694 | 2025-05-22T20:07:29.641Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2695 | 2025-05-22T20:07:30.014Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2696 | 2025-05-22T20:07:30.390Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2697 | 2025-05-22T20:07:30.762Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2698 | 2025-05-22T20:07:31.155Z | Checking fancy-regex v0.14.0 |
2699 | 2025-05-22T20:07:32.313Z | Checking serde_tokenstream v0.2.2 |
2700 | 2025-05-22T20:07:32.748Z | Checking uzers v0.12.1 |
2701 | 2025-05-22T20:07:33.223Z | Checking datatest-stable v0.3.2 |
2702 | 2025-05-22T20:07:33.892Z | Checking rust-argon2 v2.1.0 |
2703 | 2025-05-22T20:07:34.412Z | Checking trybuild v1.0.103 |
2704 | 2025-05-22T20:07:35.473Z | Compiling git2 v0.19.0 |
2705 | 2025-05-22T20:07:36.319Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2706 | 2025-05-22T20:07:36.496Z | Checking rstest v0.24.0 |
2707 | 2025-05-22T20:07:36.793Z | Checking support-bundle-viewer v0.1.0 |
2708 | 2025-05-22T20:07:37.304Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2709 | 2025-05-22T20:07:38.549Z | Checking ignore v0.4.23 |
2710 | 2025-05-22T20:07:39.492Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2711 | 2025-05-22T20:07:39.877Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2712 | 2025-05-22T20:07:40.412Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2713 | 2025-05-22T20:07:41.217Z | Compiling samael v0.0.18 |
2714 | 2025-05-22T20:07:42.206Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2715 | 2025-05-22T20:07:42.490Z | Checking rand_distr v0.4.3 |
2716 | 2025-05-22T20:07:43.131Z | Checking multimap v0.10.1 |
2717 | 2025-05-22T20:07:43.282Z | Checking approx v0.5.1 |
2718 | 2025-05-22T20:07:43.599Z | Checking globwalk v0.9.1 |
2719 | 2025-05-22T20:07:43.650Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2720 | 2025-05-22T20:07:43.771Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2721 | 2025-05-22T20:07:43.949Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2722 | 2025-05-22T20:07:44.263Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2723 | 2025-05-22T20:07:44.819Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2724 | 2025-05-22T20:07:45.290Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2725 | 2025-05-22T20:07:45.705Z | Checking partial-io v0.5.4 |
2726 | 2025-05-22T20:07:45.850Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2727 | 2025-05-22T20:07:46.110Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2728 | 2025-05-22T20:07:46.484Z | Checking cargo_toml v0.21.0 |
2729 | 2025-05-22T20:07:46.668Z | Checking termios v0.3.3 |
2730 | 2025-05-22T20:07:47.023Z | Checking camino-tempfile-ext v0.3.0 |
2731 | 2025-05-22T20:07:47.078Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2732 | 2025-05-22T20:07:47.440Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2733 | 2025-05-22T20:07:48.464Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2734 | 2025-05-22T20:07:50.160Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2735 | 2025-05-22T20:07:51.967Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2736 | 2025-05-22T20:08:06.125Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2737 | 2025-05-22T20:08:09.929Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2738 | 2025-05-22T20:08:15.875Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2739 | 2025-05-22T20:08:26.335Z | Compiling polar-core v0.27.3 |
2740 | 2025-05-22T20:08:26.746Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2741 | 2025-05-22T20:08:37.450Z | Checking oso v0.27.3 |
2742 | 2025-05-22T20:08:42.751Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2743 | 2025-05-22T20:08:43.378Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2744 | 2025-05-22T20:08:44.962Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2745 | 2025-05-22T20:08:53.655Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2746 | 2025-05-22T20:09:30.009Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2747 | 2025-05-22T20:09:30.009Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2748 | 2025-05-22T20:09:30.013Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2749 | 2025-05-22T20:10:53.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s |
2750 | 2025-05-22T20:10:54.154Z | |
2751 | 2025-05-22T20:10:54.154Z | real 7:10.515812617 |
2752 | 2025-05-22T20:10:54.154Z | user 38:53.060635660 |
2753 | 2025-05-22T20:10:54.154Z | sys 6:43.234053385 |
2754 | 2025-05-22T20:10:54.158Z | trap 1.134097830 |
2755 | 2025-05-22T20:10:54.158Z | tflt 0.544909755 |
2756 | 2025-05-22T20:10:54.158Z | dflt 0.082677508 |
2757 | 2025-05-22T20:10:54.158Z | kflt 0.000875039 |
2758 | 2025-05-22T20:10:54.158Z | lock 55:06.986950095 |
2759 | 2025-05-22T20:10:54.158Z | slp 2:09:26.387203549 |
2760 | 2025-05-22T20:10:54.158Z | lat 1:51.729669743 |
2761 | 2025-05-22T20:10:54.158Z | stop 13:16.883847284 |
2762 | 2025-05-22T20:10:54.158Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2763 | 2025-05-22T20:10:54.158Z | + ptime -m cargo doc --workspace --no-deps |
2764 | 2025-05-22T20:10:55.387Z | warning: output filename collision. |
2765 | 2025-05-22T20:10:55.387Z | 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)`. |
2766 | 2025-05-22T20:10:55.387Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2767 | 2025-05-22T20:10:55.387Z | The targets should have unique names. |
2768 | 2025-05-22T20:10:55.387Z | This is a known bug where multiple crates with the same name use |
2769 | 2025-05-22T20:10:55.387Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2770 | 2025-05-22T20:10:56.273Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2771 | 2025-05-22T20:10:56.493Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2772 | 2025-05-22T20:10:56.521Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2773 | 2025-05-22T20:10:56.597Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2774 | 2025-05-22T20:10:56.631Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2775 | 2025-05-22T20:10:56.634Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2776 | 2025-05-22T20:10:56.635Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2777 | 2025-05-22T20:10:56.887Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2778 | 2025-05-22T20:10:56.929Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2779 | 2025-05-22T20:10:56.966Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2780 | 2025-05-22T20:10:57.002Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2781 | 2025-05-22T20:10:57.133Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2782 | 2025-05-22T20:10:57.265Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2783 | 2025-05-22T20:10:57.265Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2784 | 2025-05-22T20:10:57.413Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2785 | 2025-05-22T20:10:57.633Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2786 | 2025-05-22T20:10:57.667Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2787 | 2025-05-22T20:10:57.768Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2788 | 2025-05-22T20:10:58.014Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2789 | 2025-05-22T20:10:58.259Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2790 | 2025-05-22T20:10:58.301Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2791 | 2025-05-22T20:10:58.693Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2792 | 2025-05-22T20:10:58.764Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2793 | 2025-05-22T20:10:59.044Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2794 | 2025-05-22T20:10:59.408Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2795 | 2025-05-22T20:10:59.451Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2796 | 2025-05-22T20:10:59.782Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2797 | 2025-05-22T20:11:00.152Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2798 | 2025-05-22T20:11:00.322Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2799 | 2025-05-22T20:11:00.443Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2800 | 2025-05-22T20:11:00.701Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2801 | 2025-05-22T20:11:00.950Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2802 | 2025-05-22T20:11:01.017Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2803 | 2025-05-22T20:11:01.428Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2804 | 2025-05-22T20:11:01.528Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2805 | 2025-05-22T20:11:01.701Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2806 | 2025-05-22T20:11:01.735Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2807 | 2025-05-22T20:11:01.738Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2808 | 2025-05-22T20:11:02.062Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2809 | 2025-05-22T20:11:02.153Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2810 | 2025-05-22T20:11:02.186Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2811 | 2025-05-22T20:11:02.211Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2812 | 2025-05-22T20:11:02.312Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2813 | 2025-05-22T20:11:02.410Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2814 | 2025-05-22T20:11:02.524Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2815 | 2025-05-22T20:11:02.568Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2816 | 2025-05-22T20:11:02.697Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2817 | 2025-05-22T20:11:02.728Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2818 | 2025-05-22T20:11:02.781Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2819 | 2025-05-22T20:11:02.818Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2820 | 2025-05-22T20:11:03.006Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2821 | 2025-05-22T20:11:03.249Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2822 | 2025-05-22T20:11:03.283Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2823 | 2025-05-22T20:11:03.407Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2824 | 2025-05-22T20:11:03.453Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2825 | 2025-05-22T20:11:03.611Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2826 | 2025-05-22T20:11:03.931Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2827 | 2025-05-22T20:11:04.398Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2828 | 2025-05-22T20:11:05.405Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2829 | 2025-05-22T20:11:05.600Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2830 | 2025-05-22T20:11:06.530Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2831 | 2025-05-22T20:11:07.872Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2832 | 2025-05-22T20:11:07.974Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2833 | 2025-05-22T20:11:09.219Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2834 | 2025-05-22T20:11:09.618Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2835 | 2025-05-22T20:11:09.743Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2836 | 2025-05-22T20:11:10.920Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2837 | 2025-05-22T20:11:11.369Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2838 | 2025-05-22T20:11:11.816Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2839 | 2025-05-22T20:11:12.272Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2840 | 2025-05-22T20:11:12.641Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2841 | 2025-05-22T20:11:12.652Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2842 | 2025-05-22T20:11:14.262Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2843 | 2025-05-22T20:11:14.339Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2844 | 2025-05-22T20:11:14.710Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2845 | 2025-05-22T20:11:15.128Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2846 | 2025-05-22T20:11:15.224Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2847 | 2025-05-22T20:11:16.201Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2848 | 2025-05-22T20:11:17.056Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2849 | 2025-05-22T20:11:17.692Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2025-05-22T20:11:18.173Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2851 | 2025-05-22T20:11:19.524Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2852 | 2025-05-22T20:11:20.005Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2853 | 2025-05-22T20:11:21.902Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2854 | 2025-05-22T20:11:22.318Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2855 | 2025-05-22T20:11:22.451Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2856 | 2025-05-22T20:11:23.108Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2857 | 2025-05-22T20:11:23.219Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2858 | 2025-05-22T20:11:23.545Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2859 | 2025-05-22T20:11:23.956Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2860 | 2025-05-22T20:11:25.659Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2861 | 2025-05-22T20:11:26.075Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2862 | 2025-05-22T20:11:27.481Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2863 | 2025-05-22T20:11:27.750Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2864 | 2025-05-22T20:11:27.965Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2865 | 2025-05-22T20:11:28.007Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2866 | 2025-05-22T20:11:28.219Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2867 | 2025-05-22T20:11:28.386Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2868 | 2025-05-22T20:11:28.911Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2869 | 2025-05-22T20:11:29.992Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2025-05-22T20:11:30.290Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2871 | 2025-05-22T20:11:31.001Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2872 | 2025-05-22T20:11:31.039Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2873 | 2025-05-22T20:11:31.242Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2874 | 2025-05-22T20:11:31.369Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2875 | 2025-05-22T20:11:31.846Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2876 | 2025-05-22T20:11:32.648Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2877 | 2025-05-22T20:11:32.711Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2878 | 2025-05-22T20:11:32.939Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2879 | 2025-05-22T20:11:33.644Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2880 | 2025-05-22T20:11:33.681Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2881 | 2025-05-22T20:11:33.763Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2882 | 2025-05-22T20:11:34.222Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2883 | 2025-05-22T20:11:34.366Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2884 | 2025-05-22T20:11:34.788Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2885 | 2025-05-22T20:11:34.940Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2886 | 2025-05-22T20:11:35.492Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2887 | 2025-05-22T20:11:35.728Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2888 | 2025-05-22T20:11:36.281Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2889 | 2025-05-22T20:11:36.748Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2890 | 2025-05-22T20:11:37.280Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2891 | 2025-05-22T20:11:37.997Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2892 | 2025-05-22T20:11:38.880Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2893 | 2025-05-22T20:11:39.017Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2894 | 2025-05-22T20:11:39.461Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2895 | 2025-05-22T20:11:39.888Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2896 | 2025-05-22T20:11:39.970Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2897 | 2025-05-22T20:11:40.106Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2898 | 2025-05-22T20:11:40.914Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2899 | 2025-05-22T20:11:41.412Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2900 | 2025-05-22T20:11:41.840Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2901 | 2025-05-22T20:11:41.869Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2902 | 2025-05-22T20:11:42.133Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2903 | 2025-05-22T20:11:42.431Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2904 | 2025-05-22T20:11:43.210Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2905 | 2025-05-22T20:11:43.689Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2906 | 2025-05-22T20:11:44.518Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2907 | 2025-05-22T20:11:44.551Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2908 | 2025-05-22T20:11:45.366Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2909 | 2025-05-22T20:11:45.697Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2910 | 2025-05-22T20:11:46.405Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2911 | 2025-05-22T20:11:46.868Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2912 | 2025-05-22T20:11:47.654Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2913 | 2025-05-22T20:11:48.114Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2914 | 2025-05-22T20:11:49.570Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2915 | 2025-05-22T20:11:49.720Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2916 | 2025-05-22T20:11:50.672Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2917 | 2025-05-22T20:11:52.256Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2918 | 2025-05-22T20:11:52.289Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2919 | 2025-05-22T20:11:52.960Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2920 | 2025-05-22T20:11:53.353Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2921 | 2025-05-22T20:11:58.136Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2922 | 2025-05-22T20:11:59.253Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2923 | 2025-05-22T20:12:00.328Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2924 | 2025-05-22T20:12:00.444Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2925 | 2025-05-22T20:12:02.286Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2926 | 2025-05-22T20:12:03.699Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2927 | 2025-05-22T20:12:09.560Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2928 | 2025-05-22T20:12:09.590Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2929 | 2025-05-22T20:12:11.081Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2930 | 2025-05-22T20:12:11.873Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2931 | 2025-05-22T20:12:13.109Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2932 | 2025-05-22T20:12:14.290Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2933 | 2025-05-22T20:12:14.472Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2934 | 2025-05-22T20:12:16.813Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2935 | 2025-05-22T20:12:18.610Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2936 | 2025-05-22T20:12:20.264Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2937 | 2025-05-22T20:12:20.343Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2938 | 2025-05-22T20:12:22.929Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2939 | 2025-05-22T20:12:23.302Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2940 | 2025-05-22T20:12:25.467Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2941 | 2025-05-22T20:12:25.592Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2942 | 2025-05-22T20:12:26.941Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2943 | 2025-05-22T20:12:27.344Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2944 | 2025-05-22T20:12:27.530Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2945 | 2025-05-22T20:12:30.374Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2946 | 2025-05-22T20:12:31.716Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2947 | 2025-05-22T20:12:31.905Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2948 | 2025-05-22T20:12:32.760Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2949 | 2025-05-22T20:12:32.763Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2950 | 2025-05-22T20:12:33.046Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2951 | 2025-05-22T20:12:36.410Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2952 | 2025-05-22T20:12:36.883Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2953 | 2025-05-22T20:12:37.666Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2954 | 2025-05-22T20:12:38.336Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2955 | 2025-05-22T20:12:38.369Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2956 | 2025-05-22T20:12:39.062Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2957 | 2025-05-22T20:12:41.861Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2958 | 2025-05-22T20:12:42.448Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2959 | 2025-05-22T20:12:42.934Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2960 | 2025-05-22T20:12:44.574Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2961 | 2025-05-22T20:12:45.157Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2962 | 2025-05-22T20:12:46.386Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2963 | 2025-05-22T20:12:46.488Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2964 | 2025-05-22T20:12:46.589Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2965 | 2025-05-22T20:12:47.378Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2966 | 2025-05-22T20:12:47.856Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2967 | 2025-05-22T20:12:50.725Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2968 | 2025-05-22T20:12:51.228Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2969 | 2025-05-22T20:12:51.407Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2970 | 2025-05-22T20:12:52.024Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2971 | 2025-05-22T20:12:52.306Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2972 | 2025-05-22T20:12:53.709Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2973 | 2025-05-22T20:12:54.413Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2974 | 2025-05-22T20:12:55.062Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2975 | 2025-05-22T20:12:55.326Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2976 | 2025-05-22T20:12:57.091Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2977 | 2025-05-22T20:12:57.178Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2978 | 2025-05-22T20:12:58.134Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2979 | 2025-05-22T20:12:58.576Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2980 | 2025-05-22T20:12:58.721Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2981 | 2025-05-22T20:13:00.822Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2982 | 2025-05-22T20:13:02.019Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2983 | 2025-05-22T20:13:02.168Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2984 | 2025-05-22T20:13:03.229Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2985 | 2025-05-22T20:13:03.963Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2986 | 2025-05-22T20:13:06.265Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2987 | 2025-05-22T20:13:06.558Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2988 | 2025-05-22T20:13:06.589Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2989 | 2025-05-22T20:13:06.872Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2990 | 2025-05-22T20:13:07.502Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2991 | 2025-05-22T20:13:09.770Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2992 | 2025-05-22T20:13:10.073Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2993 | 2025-05-22T20:13:10.362Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2994 | 2025-05-22T20:13:10.567Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2995 | 2025-05-22T20:13:11.104Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2996 | 2025-05-22T20:13:11.156Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2997 | 2025-05-22T20:13:12.312Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2998 | 2025-05-22T20:13:12.827Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2999 | 2025-05-22T20:13:14.108Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3000 | 2025-05-22T20:13:14.206Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3001 | 2025-05-22T20:13:14.305Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3002 | 2025-05-22T20:13:14.471Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3003 | 2025-05-22T20:13:14.630Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3004 | 2025-05-22T20:13:14.728Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3005 | 2025-05-22T20:13:15.066Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3006 | 2025-05-22T20:13:16.926Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3007 | 2025-05-22T20:13:18.082Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3008 | 2025-05-22T20:13:18.542Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3009 | 2025-05-22T20:13:18.591Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3010 | 2025-05-22T20:13:18.625Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3011 | 2025-05-22T20:13:19.206Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3012 | 2025-05-22T20:13:19.523Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3013 | 2025-05-22T20:13:20.072Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3014 | 2025-05-22T20:13:21.651Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3015 | 2025-05-22T20:13:27.113Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3016 | 2025-05-22T20:13:27.407Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3017 | 2025-05-22T20:13:27.532Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3018 | 2025-05-22T20:13:28.275Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3019 | 2025-05-22T20:13:30.354Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3020 | 2025-05-22T20:13:31.098Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3021 | 2025-05-22T20:13:32.637Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3022 | 2025-05-22T20:13:32.713Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3023 | 2025-05-22T20:13:34.009Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3024 | 2025-05-22T20:13:34.122Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3025 | 2025-05-22T20:13:34.221Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3026 | 2025-05-22T20:13:35.065Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3027 | 2025-05-22T20:13:35.728Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3028 | 2025-05-22T20:13:35.765Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3029 | 2025-05-22T20:13:36.417Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3030 | 2025-05-22T20:13:36.476Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3031 | 2025-05-22T20:13:36.815Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3032 | 2025-05-22T20:13:36.847Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3033 | 2025-05-22T20:13:36.884Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3034 | 2025-05-22T20:13:36.925Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3035 | 2025-05-22T20:13:37.808Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3036 | 2025-05-22T20:13:37.853Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3037 | 2025-05-22T20:13:37.860Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3038 | 2025-05-22T20:13:37.993Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3039 | 2025-05-22T20:13:38.235Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3040 | 2025-05-22T20:13:38.902Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3041 | 2025-05-22T20:13:38.959Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3042 | 2025-05-22T20:13:39.261Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3043 | 2025-05-22T20:13:40.026Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3044 | 2025-05-22T20:13:40.586Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3045 | 2025-05-22T20:13:40.589Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3046 | 2025-05-22T20:13:41.686Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3047 | 2025-05-22T20:14:21.620Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3048 | 2025-05-22T20:14:29.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s |
3049 | 2025-05-22T20:14:29.381Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 161 other files |
3050 | 2025-05-22T20:14:29.473Z | |
3051 | 2025-05-22T20:14:29.473Z | real 3:35.231551686 |
3052 | 2025-05-22T20:14:29.473Z | user 20:15.500614511 |
3053 | 2025-05-22T20:14:29.473Z | sys 3:06.276019126 |
3054 | 2025-05-22T20:14:29.473Z | trap 0.560007869 |
3055 | 2025-05-22T20:14:29.473Z | tflt 0.144259300 |
3056 | 2025-05-22T20:14:29.473Z | dflt 0.081253754 |
3057 | 2025-05-22T20:14:29.477Z | kflt 0.000205862 |
3058 | 2025-05-22T20:14:29.477Z | lock 25:42.234761679 |
3059 | 2025-05-22T20:14:29.477Z | slp 57:29.374517329 |
3060 | 2025-05-22T20:14:29.477Z | lat 1:17.208529050 |
3061 | 2025-05-22T20:14:29.477Z | stop 1:53.265380896 |
3062 | 2025-05-22T20:14:29.477Z | process exited: duration 930775 ms, exit code 0 |
|
3063 | 2025-05-22T20:14:29.484Z | found 0 output files |