|
|
|
1 | 2025-06-30T22:04:29.613Z | job assigned to worker 01JZ1DVY7CPZADFZXK4CFN0Q0K [factory aws, i-08560e08b7dc68e92] (queued for 1 m 1 s) |
|
2 | 2025-06-30T22:04:37.864Z | starting task 0: "setup" |
3 | 2025-06-30T22:04:37.868Z | ++ uname -s |
4 | 2025-06-30T22:04:37.871Z | + kern=SunOS |
5 | 2025-06-30T22:04:37.871Z | + build_user=build |
6 | 2025-06-30T22:04:37.871Z | + build_uid=12345 |
7 | 2025-06-30T22:04:37.871Z | + work_dir=/work |
8 | 2025-06-30T22:04:37.871Z | + input_dir=/input |
9 | 2025-06-30T22:04:37.871Z | + [[ 0 == 12345 ]] |
10 | 2025-06-30T22:04:37.871Z | + case "$kern" in |
11 | 2025-06-30T22:04:37.871Z | + groupadd -g 12345 build |
12 | 2025-06-30T22:04:37.874Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-30T22:04:39.883Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-30T22:04:39.957Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-30T22:04:39.963Z | + home_fs=zfs |
16 | 2025-06-30T22:04:39.963Z | + [[ zfs == autofs ]] |
17 | 2025-06-30T22:04:39.963Z | + mkdir -p /home/build |
18 | 2025-06-30T22:04:39.967Z | + chown build:build /home/build /work |
19 | 2025-06-30T22:04:41.966Z | + chmod 0700 /home/build /work |
20 | 2025-06-30T22:04:41.969Z | process exited: duration 4104 ms, exit code 0 |
|
21 | 2025-06-30T22:04:41.975Z | starting task 1: "rust-toolchain" |
22 | 2025-06-30T22:04:41.982Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-30T22:04:41.982Z | * rust toolchain channel = "1.87.0" |
24 | 2025-06-30T22:04:41.982Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-06-30T22:04:41.982Z | * rust toolchain profile = "default" |
26 | 2025-06-30T22:04:41.982Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-30T22:04:41.982Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-30T22:04:41.985Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-30T22:04:41.985Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-30T22:04:42.106Z | info: downloading installer |
31 | 2025-06-30T22:04:43.591Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-30T22:04:43.591Z | warn: /opt/ooce/bin |
33 | 2025-06-30T22:04:43.591Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-30T22:04:43.591Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-30T22:04:43.591Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-30T22:04:43.591Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-30T22:04:43.591Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-30T22:04:43.591Z | error: cannot install while Rust is installed |
39 | 2025-06-30T22:04:43.591Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-30T22:04:43.605Z | info: profile set to 'default' |
41 | 2025-06-30T22:04:43.605Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-30T22:04:43.608Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-30T22:04:43.779Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-30T22:04:43.779Z | info: downloading component 'cargo' |
45 | 2025-06-30T22:04:44.567Z | info: downloading component 'clippy' |
46 | 2025-06-30T22:04:44.955Z | info: downloading component 'rust-docs' |
47 | 2025-06-30T22:04:46.127Z | info: downloading component 'rust-std' |
48 | 2025-06-30T22:04:47.746Z | info: downloading component 'rustc' |
49 | 2025-06-30T22:04:53.719Z | info: downloading component 'rustfmt' |
50 | 2025-06-30T22:04:53.955Z | info: installing component 'cargo' |
51 | 2025-06-30T22:04:54.847Z | info: installing component 'clippy' |
52 | 2025-06-30T22:04:55.254Z | info: installing component 'rust-docs' |
53 | 2025-06-30T22:04:57.095Z | info: installing component 'rust-std' |
54 | 2025-06-30T22:04:58.984Z | info: installing component 'rustc' |
55 | 2025-06-30T22:05:05.593Z | info: installing component 'rustfmt' |
56 | 2025-06-30T22:05:05.925Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-30T22:05:05.925Z | |
58 | 2025-06-30T22:05:06.341Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-30T22:05:06.341Z | |
60 | 2025-06-30T22:05:06.344Z | |
61 | 2025-06-30T22:05:06.344Z | Rust is installed now. Great! |
62 | 2025-06-30T22:05:06.344Z | |
63 | 2025-06-30T22:05:06.344Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-30T22:05:06.344Z | environment variable. This has not been done automatically. |
65 | 2025-06-30T22:05:06.345Z | |
66 | 2025-06-30T22:05:06.345Z | To configure your current shell, you need to source |
67 | 2025-06-30T22:05:06.345Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-30T22:05:06.345Z | |
69 | 2025-06-30T22:05:06.345Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-30T22:05:06.345Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-30T22:05:06.345Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-30T22:05:06.345Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-30T22:05:06.447Z | + rustup --version |
74 | 2025-06-30T22:05:06.458Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-30T22:05:06.464Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-30T22:05:06.536Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-30T22:05:06.540Z | + cargo --version |
78 | 2025-06-30T22:05:06.633Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-30T22:05:06.636Z | + rustc --version |
80 | 2025-06-30T22:05:06.743Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-30T22:05:06.748Z | process exited: duration 24750 ms, exit code 0 |
|
82 | 2025-06-30T22:05:06.755Z | starting task 2: "authentication" |
83 | 2025-06-30T22:05:06.780Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-06-30T22:05:06.789Z | starting task 3: "clone repository" |
85 | 2025-06-30T22:05:06.794Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-30T22:05:06.797Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-30T22:05:06.887Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-30T22:05:14.556Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-30T22:05:14.556Z | + git fetch origin d64b132bf067cb012ab527523917442e73126aa8 |
90 | 2025-06-30T22:05:14.908Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-30T22:05:14.908Z | * branch d64b132bf067cb012ab527523917442e73126aa8 -> FETCH_HEAD |
92 | 2025-06-30T22:05:14.918Z | + [[ -n dap/mgs-qorb-fix ]] |
93 | 2025-06-30T22:05:14.926Z | ++ git branch --show-current |
94 | 2025-06-30T22:05:14.926Z | + current=main |
95 | 2025-06-30T22:05:14.926Z | + [[ main != dap/mgs-qorb-fix ]] |
96 | 2025-06-30T22:05:14.926Z | + git branch -f dap/mgs-qorb-fix d64b132bf067cb012ab527523917442e73126aa8 |
97 | 2025-06-30T22:05:14.926Z | + git checkout -f dap/mgs-qorb-fix |
98 | 2025-06-30T22:05:15.019Z | Switched to branch 'dap/mgs-qorb-fix' |
99 | 2025-06-30T22:05:15.036Z | + git reset --hard d64b132bf067cb012ab527523917442e73126aa8 |
100 | 2025-06-30T22:05:15.119Z | HEAD is now at d64b132bf Merge branch 'dap/mgs-update-db' into dap/mgs-qorb-fix |
101 | 2025-06-30T22:05:15.132Z | process exited: duration 8308 ms, exit code 0 |
|
102 | 2025-06-30T22:05:15.149Z | starting task 4: "build" |
103 | 2025-06-30T22:05:15.156Z | + source ./env.sh |
104 | 2025-06-30T22:05:15.157Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-06-30T22:05:15.157Z | ++ set -o xtrace |
106 | 2025-06-30T22:05:15.157Z | ++++ dirname ./env.sh |
107 | 2025-06-30T22:05:15.186Z | +++ readlink -f . |
108 | 2025-06-30T22:05:15.187Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-06-30T22:05:15.187Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-06-30T22:05:15.187Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-06-30T22:05:15.187Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-06-30T22:05:15.187Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-06-30T22:05:15.187Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-06-30T22:05:15.187Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-06-30T22:05:15.187Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-06-30T22:05:15.187Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-06-30T22:05:15.187Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-06-30T22:05:15.187Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-06-30T22:05:15.187Z | + source .github/buildomat/ci-env.sh |
120 | 2025-06-30T22:05:15.188Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-06-30T22:05:15.188Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-06-30T22:05:15.188Z | + cargo --version |
123 | 2025-06-30T22:05:15.230Z | cargo 1.87.0 (99624be96 2025-05-06) |
124 | 2025-06-30T22:05:15.238Z | + rustc --version |
125 | 2025-06-30T22:05:15.301Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
126 | 2025-06-30T22:05:15.311Z | + banner prerequisites |
127 | 2025-06-30T22:05:15.311Z | |
128 | 2025-06-30T22:05:15.311Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-06-30T22:05:15.311Z | # # # # # # # # # # # # # # # |
130 | 2025-06-30T22:05:15.311Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-06-30T22:05:15.312Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-06-30T22:05:15.312Z | # # # # # # # # # # # # # # # |
133 | 2025-06-30T22:05:15.312Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-06-30T22:05:15.312Z | |
135 | 2025-06-30T22:05:15.312Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-06-30T22:05:26.973Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-06-30T22:05:34.205Z | Startup: Caching catalogs ... Done |
138 | 2025-06-30T22:05:38.139Z | Planning: Solver setup ... Done (2.620s) |
139 | 2025-06-30T22:05:38.163Z | Planning: Running solver ... Done (0.023s) |
140 | 2025-06-30T22:05:38.248Z | Planning: Finding local manifests ... Done (0.003s) |
141 | 2025-06-30T22:05:38.270Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-06-30T22:05:38.428Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-06-30T22:05:38.481Z | Planning: Package planning ... Done (0.049s) |
144 | 2025-06-30T22:05:38.516Z | Planning: Merging actions ... Done (0.051s) |
145 | 2025-06-30T22:05:39.057Z | Planning: Checking for conflicting actions ... Done (0.535s) |
146 | 2025-06-30T22:05:39.066Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-06-30T22:05:40.689Z | Planning: Evaluating mediators ... Done (1.623s) |
148 | 2025-06-30T22:05:40.700Z | Planning: Planning completed in 6.37 seconds |
149 | 2025-06-30T22:05:41.031Z | Packages to install: 4 |
150 | 2025-06-30T22:05:41.031Z | Mediators to change: 2 |
151 | 2025-06-30T22:05:41.031Z | Services to change: 1 |
152 | 2025-06-30T22:05:41.037Z | Estimated space available: 155.50 GB |
153 | 2025-06-30T22:05:41.037Z | Estimated space to be consumed: 1.69 GB |
154 | 2025-06-30T22:05:41.037Z | Create boot environment: No |
155 | 2025-06-30T22:05:41.037Z | Create backup boot environment: No |
156 | 2025-06-30T22:05:41.037Z | Rebuild boot archive: No |
157 | 2025-06-30T22:05:41.037Z | |
158 | 2025-06-30T22:05:41.037Z | Changed mediators: |
159 | 2025-06-30T22:05:41.037Z | mediator clang: |
160 | 2025-06-30T22:05:41.037Z | version: None -> 15 (system default) |
161 | 2025-06-30T22:05:41.037Z | |
162 | 2025-06-30T22:05:41.037Z | mediator llvm: |
163 | 2025-06-30T22:05:41.037Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-06-30T22:05:41.037Z | |
165 | 2025-06-30T22:05:41.037Z | Changed packages: |
166 | 2025-06-30T22:05:41.037Z | helios-dev |
167 | 2025-06-30T22:05:41.037Z | developer/build-essential |
168 | 2025-06-30T22:05:41.038Z | None -> 11-2.0 |
169 | 2025-06-30T22:05:41.038Z | library/libxmlsec1 |
170 | 2025-06-30T22:05:41.038Z | None -> 1.2.35-2.0 |
171 | 2025-06-30T22:05:41.038Z | ooce/developer/clang-15 |
172 | 2025-06-30T22:05:41.038Z | None -> 15.0.7-2.0 |
173 | 2025-06-30T22:05:41.038Z | ooce/developer/llvm-15 |
174 | 2025-06-30T22:05:41.038Z | None -> 15.0.7-2.0 |
175 | 2025-06-30T22:05:41.038Z | |
176 | 2025-06-30T22:05:41.038Z | Services: |
177 | 2025-06-30T22:05:41.038Z | restart_fmri: |
178 | 2025-06-30T22:05:41.038Z | svc:/system/update-man-index:default |
179 | 2025-06-30T22:05:41.083Z | |
180 | 2025-06-30T22:05:41.083Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-06-30T22:05:46.107Z | Download: 1182/3290 items 82.5/212.6MB 38% complete (17.2M/s) |
182 | 2025-06-30T22:05:51.501Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (14.6M/s) |
183 | 2025-06-30T22:05:56.551Z | Download: 3245/3290 items 203.1/212.6MB 95% complete (12.1M/s) |
184 | 2025-06-30T22:05:58.533Z | Download: Completed 212.60 MB in 17.43 seconds (12.2M/s) |
185 | 2025-06-30T22:05:58.725Z | Actions: 1/3689 actions (Installing new actions) |
186 | 2025-06-30T22:06:03.577Z | Actions: Completed 3689 actions in 4.85 seconds. |
187 | 2025-06-30T22:06:03.923Z | Done (0.342s) |
188 | 2025-06-30T22:06:03.923Z | Done (0.000s) |
189 | 2025-06-30T22:06:04.845Z | Done (0.826s) |
190 | 2025-06-30T22:06:10.246Z | Done (5.180s) |
191 | 2025-06-30T22:06:10.337Z | Done (0.018s) |
192 | 2025-06-30T22:06:10.351Z | Done (0.000s) |
193 | 2025-06-30T22:06:10.489Z | Done (0.000s) |
194 | 2025-06-30T22:06:11.330Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-06-30T22:06:11.495Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-06-30T22:06:11.501Z | Planning: Consolidating action changes ... Done |
197 | 2025-06-30T22:06:11.775Z | Planning: Evaluating mediators ... Done |
198 | 2025-06-30T22:06:11.778Z | Planning: Planning completed in 0.45 seconds |
199 | 2025-06-30T22:06:11.809Z | Mediators to change: 2 |
200 | 2025-06-30T22:06:11.814Z | Create boot environment: No |
201 | 2025-06-30T22:06:11.815Z | Create backup boot environment: No |
202 | 2025-06-30T22:06:11.899Z | Done |
203 | 2025-06-30T22:06:11.899Z | Done |
204 | 2025-06-30T22:06:12.515Z | Done |
205 | 2025-06-30T22:06:16.207Z | Done |
206 | 2025-06-30T22:06:16.327Z | Done |
207 | 2025-06-30T22:06:16.405Z | Done |
208 | 2025-06-30T22:06:16.489Z | Done |
209 | 2025-06-30T22:06:17.117Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-06-30T22:06:17.135Z | Planning: Merging actions ... Done |
211 | 2025-06-30T22:06:17.292Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-06-30T22:06:17.320Z | Planning: Consolidating action changes ... Done |
213 | 2025-06-30T22:06:17.591Z | Planning: Evaluating mediators ... Done |
214 | 2025-06-30T22:06:17.680Z | Planning: Planning completed in 0.81 seconds |
215 | 2025-06-30T22:06:17.734Z | Packages to change: 1 |
216 | 2025-06-30T22:06:17.734Z | Mediators to change: 1 |
217 | 2025-06-30T22:06:17.734Z | Services to change: 1 |
218 | 2025-06-30T22:06:17.734Z | Create boot environment: No |
219 | 2025-06-30T22:06:17.734Z | Create backup boot environment: Yes |
220 | 2025-06-30T22:06:21.950Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-06-30T22:06:21.950Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-06-30T22:06:21.950Z | Done |
223 | 2025-06-30T22:06:21.951Z | Done |
224 | 2025-06-30T22:06:21.951Z | Done |
225 | 2025-06-30T22:06:24.179Z | Done |
226 | 2025-06-30T22:06:24.274Z | Done |
227 | 2025-06-30T22:06:24.278Z | Done |
228 | 2025-06-30T22:06:24.434Z | Done |
229 | 2025-06-30T22:06:24.883Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-06-30T22:06:24.883Z | clang system 15 system |
231 | 2025-06-30T22:06:24.883Z | csh system system illumos |
232 | 2025-06-30T22:06:24.883Z | ctags system system illumos |
233 | 2025-06-30T22:06:24.883Z | file system system illumos |
234 | 2025-06-30T22:06:24.883Z | gcc vendor 12 vendor |
235 | 2025-06-30T22:06:24.883Z | gcc system 10 system |
236 | 2025-06-30T22:06:24.883Z | gcc system 7 system |
237 | 2025-06-30T22:06:24.883Z | go system 1.20 system |
238 | 2025-06-30T22:06:24.883Z | go system 1.19 system |
239 | 2025-06-30T22:06:24.883Z | llvm system 15 system |
240 | 2025-06-30T22:06:24.883Z | llvm system 14 system |
241 | 2025-06-30T22:06:24.884Z | mariadb system 10.6 system |
242 | 2025-06-30T22:06:24.884Z | mta vendor vendor dma |
243 | 2025-06-30T22:06:24.884Z | openjdk system 17 system |
244 | 2025-06-30T22:06:24.884Z | openjdk system 11 system |
245 | 2025-06-30T22:06:24.884Z | openjdk system 1.8 system |
246 | 2025-06-30T22:06:24.884Z | openssl vendor 3 vendor |
247 | 2025-06-30T22:06:24.884Z | perl system 5.36 system |
248 | 2025-06-30T22:06:24.884Z | postgresql system 15 system |
249 | 2025-06-30T22:06:24.884Z | postgresql system 13 system |
250 | 2025-06-30T22:06:24.884Z | python vendor 3 vendor |
251 | 2025-06-30T22:06:24.884Z | python system 2 system |
252 | 2025-06-30T22:06:24.884Z | python3 system 3.11 system |
253 | 2025-06-30T22:06:24.884Z | ruby system 3.0 system |
254 | 2025-06-30T22:06:24.884Z | words vendor vendor american-english |
255 | 2025-06-30T22:06:24.884Z | words system system australian-english |
256 | 2025-06-30T22:06:24.884Z | words system system british-english |
257 | 2025-06-30T22:06:24.884Z | words system system canadian-english |
258 | 2025-06-30T22:06:24.885Z | words system system french |
259 | 2025-06-30T22:06:24.885Z | words system system italian |
260 | 2025-06-30T22:06:24.885Z | words system system ngerman |
261 | 2025-06-30T22:06:24.885Z | words system system ogerman |
262 | 2025-06-30T22:06:24.885Z | words system system spanish |
263 | 2025-06-30T22:06:25.232Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2025-06-30T22:06:25.232Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2025-06-30T22:06:29.792Z | FMRI IFO |
266 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
272 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
274 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-06-30T22:06:29.792Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-06-30T22:06:29.793Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
277 | 2025-06-30T22:06:29.793Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-06-30T22:06:29.793Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-06-30T22:06:29.793Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
280 | 2025-06-30T22:06:29.793Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-06-30T22:06:29.793Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-06-30T22:06:30.803Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-06-30T22:06:31.082Z | Updating crates.io index |
284 | 2025-06-30T22:06:31.133Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
285 | 2025-06-30T22:06:31.526Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-06-30T22:06:32.102Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-06-30T22:06:32.365Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-06-30T22:06:32.666Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
289 | 2025-06-30T22:06:32.962Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-06-30T22:06:34.032Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-06-30T22:06:36.026Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-06-30T22:06:36.857Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-06-30T22:06:37.617Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-06-30T22:06:37.959Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-06-30T22:06:38.357Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-06-30T22:06:38.993Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
297 | 2025-06-30T22:06:39.310Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2025-06-30T22:06:39.702Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
299 | 2025-06-30T22:06:40.308Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
300 | 2025-06-30T22:06:40.652Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-06-30T22:06:40.966Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-06-30T22:06:41.201Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-06-30T22:06:41.433Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-06-30T22:06:41.693Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2025-06-30T22:06:42.069Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-06-30T22:06:42.400Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-06-30T22:06:42.786Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2025-06-30T22:06:43.266Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
309 | 2025-06-30T22:06:43.687Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-06-30T22:06:44.044Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
311 | 2025-06-30T22:06:44.535Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-06-30T22:06:45.088Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
313 | 2025-06-30T22:06:45.387Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
314 | 2025-06-30T22:06:45.658Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
315 | 2025-06-30T22:06:46.058Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
316 | 2025-06-30T22:06:54.937Z | Updating git repository `https://github.com/illumos/smf-rs` |
317 | 2025-06-30T22:06:56.675Z | Downloading crates ... |
318 | 2025-06-30T22:06:56.733Z | Downloaded byteorder v1.5.0 |
319 | 2025-06-30T22:06:56.755Z | Downloaded anstyle-query v1.1.1 |
320 | 2025-06-30T22:06:56.755Z | Downloaded autocfg v1.4.0 |
321 | 2025-06-30T22:06:56.755Z | Downloaded block-buffer v0.10.4 |
322 | 2025-06-30T22:06:56.755Z | Downloaded cfg-if v1.0.1 |
323 | 2025-06-30T22:06:56.755Z | Downloaded colorchoice v1.0.2 |
324 | 2025-06-30T22:06:56.755Z | Downloaded equivalent v1.0.2 |
325 | 2025-06-30T22:06:56.755Z | Downloaded form_urlencoded v1.2.1 |
326 | 2025-06-30T22:06:56.756Z | Downloaded fnv v1.0.7 |
327 | 2025-06-30T22:06:56.756Z | Downloaded heck v0.4.1 |
328 | 2025-06-30T22:06:56.756Z | Downloaded heck v0.5.0 |
329 | 2025-06-30T22:06:56.756Z | Downloaded generic-array v0.14.7 |
330 | 2025-06-30T22:06:56.778Z | Downloaded icu_locid v1.5.0 |
331 | 2025-06-30T22:06:56.779Z | Downloaded tinystr v0.7.6 |
332 | 2025-06-30T22:06:56.779Z | Downloaded itoa v1.0.11 |
333 | 2025-06-30T22:06:56.779Z | Downloaded icu_provider_macros v1.5.0 |
334 | 2025-06-30T22:06:56.780Z | Downloaded typenum v1.17.0 |
335 | 2025-06-30T22:06:56.780Z | Downloaded unicode-linebreak v0.1.5 |
336 | 2025-06-30T22:06:56.781Z | Downloaded digest v0.10.7 |
337 | 2025-06-30T22:06:56.781Z | Downloaded crypto-common v0.1.6 |
338 | 2025-06-30T22:06:56.781Z | Downloaded ryu v1.0.18 |
339 | 2025-06-30T22:06:56.781Z | Downloaded thread-id v4.2.2 |
340 | 2025-06-30T22:06:56.781Z | Downloaded typeid v1.0.3 |
341 | 2025-06-30T22:06:56.782Z | Downloaded dtrace-parser v0.2.0 |
342 | 2025-06-30T22:06:56.799Z | Downloaded fs-err v3.1.1 |
343 | 2025-06-30T22:06:56.799Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2025-06-30T22:06:56.800Z | Downloaded unicode-xid v0.2.6 |
345 | 2025-06-30T22:06:56.800Z | Downloaded utf16_iter v1.0.5 |
346 | 2025-06-30T22:06:56.800Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2025-06-30T22:06:56.800Z | Downloaded version_check v0.9.5 |
348 | 2025-06-30T22:06:56.800Z | Downloaded anstream v0.6.18 |
349 | 2025-06-30T22:06:56.800Z | Downloaded bitflags v2.9.0 |
350 | 2025-06-30T22:06:56.800Z | Downloaded thiserror-impl v2.0.12 |
351 | 2025-06-30T22:06:56.800Z | Downloaded toml_write v0.1.2 |
352 | 2025-06-30T22:06:56.800Z | Downloaded clap_lex v0.7.4 |
353 | 2025-06-30T22:06:56.800Z | Downloaded ucd-trie v0.1.7 |
354 | 2025-06-30T22:06:56.801Z | Downloaded cargo_metadata v0.20.0 |
355 | 2025-06-30T22:06:56.801Z | Downloaded fastrand v2.1.1 |
356 | 2025-06-30T22:06:56.801Z | Downloaded errno v0.3.12 |
357 | 2025-06-30T22:06:56.824Z | Downloaded erased-serde v0.4.6 |
358 | 2025-06-30T22:06:56.824Z | Downloaded clap_derive v4.5.40 |
359 | 2025-06-30T22:06:56.824Z | Downloaded displaydoc v0.2.5 |
360 | 2025-06-30T22:06:56.825Z | Downloaded utf8parse v0.2.2 |
361 | 2025-06-30T22:06:56.825Z | Downloaded icu_locid_transform v1.5.0 |
362 | 2025-06-30T22:06:56.825Z | Downloaded icu_provider v1.5.0 |
363 | 2025-06-30T22:06:56.825Z | Downloaded zerofrom-derive v0.1.4 |
364 | 2025-06-30T22:06:56.825Z | Downloaded yoke-derive v0.7.4 |
365 | 2025-06-30T22:06:56.825Z | Downloaded usdt v0.5.0 |
366 | 2025-06-30T22:06:56.858Z | Downloaded anstyle v1.0.11 |
367 | 2025-06-30T22:06:56.858Z | Downloaded thiserror v1.0.69 |
368 | 2025-06-30T22:06:56.859Z | Downloaded writeable v0.5.5 |
369 | 2025-06-30T22:06:56.859Z | Downloaded icu_properties v1.5.1 |
370 | 2025-06-30T22:06:56.859Z | Downloaded yoke v0.7.4 |
371 | 2025-06-30T22:06:56.859Z | Downloaded tempfile v3.20.0 |
372 | 2025-06-30T22:06:56.859Z | Downloaded zerovec-derive v0.10.3 |
373 | 2025-06-30T22:06:56.859Z | Downloaded thiserror v2.0.12 |
374 | 2025-06-30T22:06:56.859Z | Downloaded textwrap v0.16.2 |
375 | 2025-06-30T22:06:56.859Z | Downloaded toml_edit v0.22.27 |
376 | 2025-06-30T22:06:56.859Z | Downloaded serde_derive v1.0.219 |
377 | 2025-06-30T22:06:56.884Z | Downloaded strsim v0.11.1 |
378 | 2025-06-30T22:06:56.885Z | Downloaded quote v1.0.40 |
379 | 2025-06-30T22:06:56.885Z | Downloaded unicode-width v0.1.14 |
380 | 2025-06-30T22:06:56.885Z | Downloaded zerovec v0.10.4 |
381 | 2025-06-30T22:06:56.885Z | Downloaded swrite v0.1.0 |
382 | 2025-06-30T22:06:56.885Z | Downloaded stable_deref_trait v1.2.0 |
383 | 2025-06-30T22:06:56.885Z | Downloaded hashbrown v0.15.4 |
384 | 2025-06-30T22:06:56.885Z | Downloaded serde_spanned v0.6.9 |
385 | 2025-06-30T22:06:56.887Z | Downloaded url v2.5.4 |
386 | 2025-06-30T22:06:56.921Z | Downloaded icu_properties_data v1.5.0 |
387 | 2025-06-30T22:06:56.922Z | Downloaded zerocopy v0.7.35 |
388 | 2025-06-30T22:06:56.922Z | Downloaded smawk v0.3.2 |
389 | 2025-06-30T22:06:56.922Z | Downloaded ordered-float v2.10.1 |
390 | 2025-06-30T22:06:56.922Z | Downloaded num-traits v0.2.19 |
391 | 2025-06-30T22:06:56.923Z | Downloaded serde-untagged v0.1.7 |
392 | 2025-06-30T22:06:56.923Z | Downloaded proc-macro-error v1.0.4 |
393 | 2025-06-30T22:06:56.944Z | Downloaded smallvec v1.15.0 |
394 | 2025-06-30T22:06:56.944Z | Downloaded winnow v0.7.10 |
395 | 2025-06-30T22:06:56.944Z | Downloaded synstructure v0.13.1 |
396 | 2025-06-30T22:06:56.944Z | Downloaded icu_collections v1.5.0 |
397 | 2025-06-30T22:06:56.944Z | Downloaded sha2 v0.10.9 |
398 | 2025-06-30T22:06:56.944Z | Downloaded papergrid v0.11.0 |
399 | 2025-06-30T22:06:56.945Z | Downloaded once_cell v1.21.3 |
400 | 2025-06-30T22:06:56.945Z | Downloaded rustix v0.38.37 |
401 | 2025-06-30T22:06:56.979Z | Downloaded serde_tokenstream v0.2.2 |
402 | 2025-06-30T22:06:56.979Z | Downloaded syn v1.0.109 |
403 | 2025-06-30T22:06:57.014Z | Downloaded terminal_size v0.4.0 |
404 | 2025-06-30T22:06:57.014Z | Downloaded memmap v0.7.0 |
405 | 2025-06-30T22:06:57.014Z | Downloaded scroll_derive v0.12.0 |
406 | 2025-06-30T22:06:57.014Z | Downloaded scroll v0.12.0 |
407 | 2025-06-30T22:06:57.014Z | Downloaded pretty-hex v0.4.1 |
408 | 2025-06-30T22:06:57.014Z | Downloaded plain v0.2.3 |
409 | 2025-06-30T22:06:57.015Z | Downloaded pest_meta v2.7.14 |
410 | 2025-06-30T22:06:57.015Z | Downloaded pest_generator v2.7.14 |
411 | 2025-06-30T22:06:57.015Z | Downloaded pest_derive v2.7.14 |
412 | 2025-06-30T22:06:57.015Z | Downloaded memchr v2.7.4 |
413 | 2025-06-30T22:06:57.015Z | Downloaded syn v2.0.104 |
414 | 2025-06-30T22:06:57.015Z | Downloaded tabled v0.15.0 |
415 | 2025-06-30T22:06:57.034Z | Downloaded log v0.4.27 |
416 | 2025-06-30T22:06:57.034Z | Downloaded clap_builder v4.5.40 |
417 | 2025-06-30T22:06:57.034Z | Downloaded macaddr v1.0.1 |
418 | 2025-06-30T22:06:57.034Z | Downloaded litemap v0.7.3 |
419 | 2025-06-30T22:06:57.035Z | Downloaded serde v1.0.219 |
420 | 2025-06-30T22:06:57.035Z | Downloaded rustix v1.0.7 |
421 | 2025-06-30T22:06:57.063Z | Downloaded indexmap v2.9.0 |
422 | 2025-06-30T22:06:57.063Z | Downloaded serde_json v1.0.140 |
423 | 2025-06-30T22:06:57.063Z | Downloaded idna v1.0.3 |
424 | 2025-06-30T22:06:57.079Z | Downloaded unicode-width v0.2.0 |
425 | 2025-06-30T22:06:57.079Z | Downloaded serde-value v0.7.0 |
426 | 2025-06-30T22:06:57.079Z | Downloaded semver v1.0.26 |
427 | 2025-06-30T22:06:57.079Z | Downloaded proc-macro2 v1.0.95 |
428 | 2025-06-30T22:06:57.079Z | Downloaded proc-macro-error-attr v1.0.4 |
429 | 2025-06-30T22:06:57.079Z | Downloaded percent-encoding v2.3.1 |
430 | 2025-06-30T22:06:57.079Z | Downloaded is_terminal_polyfill v1.70.1 |
431 | 2025-06-30T22:06:57.080Z | Downloaded idna_adapter v1.2.0 |
432 | 2025-06-30T22:06:57.080Z | Downloaded icu_locid_transform_data v1.5.0 |
433 | 2025-06-30T22:06:57.080Z | Downloaded usdt-impl v0.5.0 |
434 | 2025-06-30T22:06:57.080Z | Downloaded icu_normalizer v1.5.0 |
435 | 2025-06-30T22:06:57.080Z | Downloaded usdt-macro v0.5.0 |
436 | 2025-06-30T22:06:57.080Z | Downloaded pest v2.7.14 |
437 | 2025-06-30T22:06:57.115Z | Downloaded goblin v0.8.2 |
438 | 2025-06-30T22:06:57.116Z | Downloaded icu_normalizer_data v1.5.0 |
439 | 2025-06-30T22:06:57.116Z | Downloaded zerofrom v0.1.4 |
440 | 2025-06-30T22:06:57.116Z | Downloaded utf8_iter v1.0.4 |
441 | 2025-06-30T22:06:57.116Z | Downloaded clap v4.5.40 |
442 | 2025-06-30T22:06:57.116Z | Downloaded toml_datetime v0.6.11 |
443 | 2025-06-30T22:06:57.116Z | Downloaded toml v0.8.23 |
444 | 2025-06-30T22:06:57.146Z | Downloaded cpufeatures v0.2.14 |
445 | 2025-06-30T22:06:57.146Z | Downloaded cargo-util-schemas v0.2.0 |
446 | 2025-06-30T22:06:57.146Z | Downloaded camino v1.1.10 |
447 | 2025-06-30T22:06:57.146Z | Downloaded camino-tempfile v1.4.1 |
448 | 2025-06-30T22:06:57.146Z | Downloaded anyhow v1.0.98 |
449 | 2025-06-30T22:06:57.146Z | Downloaded cargo-platform v0.2.0 |
450 | 2025-06-30T22:06:57.146Z | Downloaded bytecount v0.6.8 |
451 | 2025-06-30T22:06:57.147Z | Downloaded anstyle-parse v0.2.5 |
452 | 2025-06-30T22:06:57.147Z | Downloaded write16 v1.0.0 |
453 | 2025-06-30T22:06:57.147Z | Downloaded getrandom v0.3.1 |
454 | 2025-06-30T22:06:57.147Z | Downloaded unicode-ident v1.0.18 |
455 | 2025-06-30T22:06:57.147Z | Downloaded dof v0.3.0 |
456 | 2025-06-30T22:06:57.147Z | Downloaded cargo_toml v0.21.0 |
457 | 2025-06-30T22:06:57.147Z | Downloaded thiserror-impl v1.0.69 |
458 | 2025-06-30T22:06:57.148Z | Downloaded tabled_derive v0.7.0 |
459 | 2025-06-30T22:06:57.148Z | Downloaded libc v0.2.174 |
460 | 2025-06-30T22:06:57.211Z | Compiling proc-macro2 v1.0.95 |
461 | 2025-06-30T22:06:57.211Z | Compiling unicode-ident v1.0.18 |
462 | 2025-06-30T22:06:57.211Z | Compiling serde v1.0.219 |
463 | 2025-06-30T22:06:57.219Z | Compiling version_check v0.9.5 |
464 | 2025-06-30T22:06:57.219Z | Compiling thiserror v1.0.69 |
465 | 2025-06-30T22:06:57.221Z | Compiling libc v0.2.174 |
466 | 2025-06-30T22:06:57.221Z | Compiling memchr v2.7.4 |
467 | 2025-06-30T22:06:57.422Z | Compiling stable_deref_trait v1.2.0 |
468 | 2025-06-30T22:06:57.729Z | Compiling itoa v1.0.11 |
469 | 2025-06-30T22:06:57.757Z | Compiling autocfg v1.4.0 |
470 | 2025-06-30T22:06:57.868Z | Compiling ucd-trie v0.1.7 |
471 | 2025-06-30T22:06:58.077Z | Compiling writeable v0.5.5 |
472 | 2025-06-30T22:06:58.258Z | Compiling ryu v1.0.18 |
473 | 2025-06-30T22:06:58.413Z | Compiling litemap v0.7.3 |
474 | 2025-06-30T22:06:58.535Z | Compiling once_cell v1.21.3 |
475 | 2025-06-30T22:06:58.646Z | Compiling byteorder v1.5.0 |
476 | 2025-06-30T22:06:58.713Z | Compiling bitflags v2.9.0 |
477 | 2025-06-30T22:06:58.821Z | Compiling icu_locid_transform_data v1.5.0 |
478 | 2025-06-30T22:06:59.000Z | Compiling icu_properties_data v1.5.0 |
479 | 2025-06-30T22:06:59.136Z | Compiling serde_json v1.0.140 |
480 | 2025-06-30T22:06:59.139Z | Compiling num-traits v0.2.19 |
481 | 2025-06-30T22:06:59.211Z | Compiling smallvec v1.15.0 |
482 | 2025-06-30T22:06:59.237Z | Compiling utf8_iter v1.0.4 |
483 | 2025-06-30T22:06:59.433Z | Compiling hashbrown v0.15.4 |
484 | 2025-06-30T22:06:59.457Z | Compiling typeid v1.0.3 |
485 | 2025-06-30T22:06:59.554Z | Compiling equivalent v1.0.2 |
486 | 2025-06-30T22:06:59.603Z | Compiling rustix v0.38.37 |
487 | 2025-06-30T22:06:59.628Z | Compiling icu_normalizer_data v1.5.0 |
488 | 2025-06-30T22:06:59.655Z | Compiling utf16_iter v1.0.5 |
489 | 2025-06-30T22:06:59.753Z | Compiling write16 v1.0.0 |
490 | 2025-06-30T22:07:00.032Z | Compiling usdt-impl v0.5.0 |
491 | 2025-06-30T22:07:00.093Z | Compiling proc-macro-error-attr v1.0.4 |
492 | 2025-06-30T22:07:00.198Z | Compiling toml_write v0.1.2 |
493 | 2025-06-30T22:07:00.340Z | Compiling quote v1.0.40 |
494 | 2025-06-30T22:07:00.393Z | Compiling errno v0.3.12 |
495 | 2025-06-30T22:07:00.558Z | Compiling indexmap v2.9.0 |
496 | 2025-06-30T22:07:00.610Z | Compiling syn v1.0.109 |
497 | 2025-06-30T22:07:00.620Z | Compiling winnow v0.7.10 |
498 | 2025-06-30T22:07:00.670Z | Compiling thread-id v4.2.2 |
499 | 2025-06-30T22:07:00.808Z | Compiling syn v2.0.104 |
500 | 2025-06-30T22:07:00.995Z | Compiling proc-macro-error v1.0.4 |
501 | 2025-06-30T22:07:02.835Z | Compiling utf8parse v0.2.2 |
502 | 2025-06-30T22:07:02.930Z | Compiling camino v1.1.10 |
503 | 2025-06-30T22:07:02.930Z | Compiling rustix v1.0.7 |
504 | 2025-06-30T22:07:02.930Z | Compiling percent-encoding v2.3.1 |
505 | 2025-06-30T22:07:02.930Z | Compiling semver v1.0.26 |
506 | 2025-06-30T22:07:02.930Z | Compiling getrandom v0.3.1 |
507 | 2025-06-30T22:07:02.930Z | Compiling log v0.4.27 |
508 | 2025-06-30T22:07:02.930Z | Compiling plain v0.2.3 |
509 | 2025-06-30T22:07:02.931Z | Compiling terminal_size v0.4.0 |
510 | 2025-06-30T22:07:02.931Z | Compiling form_urlencoded v1.2.1 |
511 | 2025-06-30T22:07:02.931Z | Compiling anstyle-parse v0.2.5 |
512 | 2025-06-30T22:07:02.931Z | Compiling ordered-float v2.10.1 |
513 | 2025-06-30T22:07:02.931Z | Compiling cfg-if v1.0.1 |
514 | 2025-06-30T22:07:02.931Z | Compiling anstyle v1.0.11 |
515 | 2025-06-30T22:07:02.931Z | Compiling pretty-hex v0.4.1 |
516 | 2025-06-30T22:07:03.749Z | Compiling anstyle-query v1.1.1 |
517 | 2025-06-30T22:07:03.749Z | Compiling is_terminal_polyfill v1.70.1 |
518 | 2025-06-30T22:07:04.209Z | Compiling thiserror v2.0.12 |
519 | 2025-06-30T22:07:04.210Z | Compiling colorchoice v1.0.2 |
520 | 2025-06-30T22:07:04.210Z | Compiling anstream v0.6.18 |
521 | 2025-06-30T22:07:04.210Z | Compiling fs-err v3.1.1 |
522 | 2025-06-30T22:07:04.260Z | Compiling fnv v1.0.7 |
523 | 2025-06-30T22:07:04.260Z | Compiling anyhow v1.0.98 |
524 | 2025-06-30T22:07:04.260Z | Compiling fastrand v2.1.1 |
525 | 2025-06-30T22:07:04.260Z | Compiling bytecount v0.6.8 |
526 | 2025-06-30T22:07:04.260Z | Compiling strsim v0.11.1 |
527 | 2025-06-30T22:07:04.290Z | Compiling heck v0.5.0 |
528 | 2025-06-30T22:07:04.558Z | Compiling clap_lex v0.7.4 |
529 | 2025-06-30T22:07:04.562Z | Compiling heck v0.4.1 |
530 | 2025-06-30T22:07:05.235Z | Compiling unicode-width v0.1.14 |
531 | 2025-06-30T22:07:05.277Z | Compiling unicode-xid v0.2.6 |
532 | 2025-06-30T22:07:05.277Z | Compiling clap_builder v4.5.40 |
533 | 2025-06-30T22:07:05.340Z | Compiling tempfile v3.20.0 |
534 | 2025-06-30T22:07:05.462Z | Compiling papergrid v0.11.0 |
535 | 2025-06-30T22:07:05.829Z | Compiling memmap v0.7.0 |
536 | 2025-06-30T22:07:05.855Z | Compiling unicode-width v0.2.0 |
537 | 2025-06-30T22:07:06.171Z | Compiling smawk v0.3.2 |
538 | 2025-06-30T22:07:06.188Z | Compiling unicode-linebreak v0.1.5 |
539 | 2025-06-30T22:07:06.923Z | Compiling textwrap v0.16.2 |
540 | 2025-06-30T22:07:06.995Z | Compiling swrite v0.1.0 |
541 | 2025-06-30T22:07:07.486Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
542 | 2025-06-30T22:07:07.511Z | Compiling synstructure v0.13.1 |
543 | 2025-06-30T22:07:07.552Z | Compiling tabled_derive v0.7.0 |
544 | 2025-06-30T22:07:09.254Z | Compiling tabled v0.15.0 |
545 | 2025-06-30T22:07:09.292Z | Compiling serde_derive v1.0.219 |
546 | 2025-06-30T22:07:09.690Z | Compiling thiserror-impl v1.0.69 |
547 | 2025-06-30T22:07:09.710Z | Compiling zerofrom-derive v0.1.4 |
548 | 2025-06-30T22:07:09.710Z | Compiling yoke-derive v0.7.4 |
549 | 2025-06-30T22:07:09.880Z | Compiling zerovec-derive v0.10.3 |
550 | 2025-06-30T22:07:11.413Z | Compiling displaydoc v0.2.5 |
551 | 2025-06-30T22:07:12.294Z | Compiling icu_provider_macros v1.5.0 |
552 | 2025-06-30T22:07:12.299Z | Compiling zerocopy-derive v0.7.35 |
553 | 2025-06-30T22:07:12.390Z | Compiling scroll_derive v0.12.0 |
554 | 2025-06-30T22:07:12.594Z | Compiling pest v2.7.14 |
555 | 2025-06-30T22:07:12.909Z | Compiling zerofrom v0.1.4 |
556 | 2025-06-30T22:07:12.914Z | Compiling thiserror-impl v2.0.12 |
557 | 2025-06-30T22:07:13.170Z | Compiling yoke v0.7.4 |
558 | 2025-06-30T22:07:13.323Z | Compiling clap_derive v4.5.40 |
559 | 2025-06-30T22:07:13.552Z | Compiling zerovec v0.10.4 |
560 | 2025-06-30T22:07:13.769Z | Compiling scroll v0.12.0 |
561 | 2025-06-30T22:07:14.196Z | Compiling zerocopy v0.7.35 |
562 | 2025-06-30T22:07:14.319Z | Compiling goblin v0.8.2 |
563 | 2025-06-30T22:07:15.186Z | Compiling pest_meta v2.7.14 |
564 | 2025-06-30T22:07:15.519Z | Compiling tinystr v0.7.6 |
565 | 2025-06-30T22:07:15.554Z | Compiling icu_collections v1.5.0 |
566 | 2025-06-30T22:07:15.935Z | Compiling icu_locid v1.5.0 |
567 | 2025-06-30T22:07:16.528Z | Compiling pest_generator v2.7.14 |
568 | 2025-06-30T22:07:16.937Z | Compiling clap v4.5.40 |
569 | 2025-06-30T22:07:17.075Z | Compiling icu_provider v1.5.0 |
570 | 2025-06-30T22:07:17.826Z | Compiling icu_locid_transform v1.5.0 |
571 | 2025-06-30T22:07:18.177Z | Compiling pest_derive v2.7.14 |
572 | 2025-06-30T22:07:18.797Z | Compiling icu_properties v1.5.1 |
573 | 2025-06-30T22:07:18.952Z | Compiling dtrace-parser v0.2.0 |
574 | 2025-06-30T22:07:21.022Z | Compiling toml_datetime v0.6.11 |
575 | 2025-06-30T22:07:21.022Z | Compiling serde_spanned v0.6.9 |
576 | 2025-06-30T22:07:21.025Z | Compiling erased-serde v0.4.6 |
577 | 2025-06-30T22:07:21.025Z | Compiling serde-value v0.7.0 |
578 | 2025-06-30T22:07:21.320Z | Compiling serde_tokenstream v0.2.2 |
579 | 2025-06-30T22:07:21.587Z | Compiling toml_edit v0.22.27 |
580 | 2025-06-30T22:07:21.894Z | Compiling cargo-platform v0.2.0 |
581 | 2025-06-30T22:07:22.196Z | Compiling icu_normalizer v1.5.0 |
582 | 2025-06-30T22:07:22.225Z | Compiling serde-untagged v0.1.7 |
583 | 2025-06-30T22:07:22.454Z | Compiling camino-tempfile v1.4.1 |
584 | 2025-06-30T22:07:22.530Z | Compiling macaddr v1.0.1 |
585 | 2025-06-30T22:07:22.742Z | Compiling dof v0.3.0 |
586 | 2025-06-30T22:07:23.081Z | Compiling idna_adapter v1.2.0 |
587 | 2025-06-30T22:07:23.340Z | Compiling idna v1.0.3 |
588 | 2025-06-30T22:07:23.876Z | Compiling url v2.5.4 |
589 | 2025-06-30T22:07:24.481Z | Compiling usdt-attr-macro v0.5.0 |
590 | 2025-06-30T22:07:24.481Z | Compiling usdt-macro v0.5.0 |
591 | 2025-06-30T22:07:24.739Z | Compiling toml v0.8.23 |
592 | 2025-06-30T22:07:25.559Z | Compiling cargo-util-schemas v0.2.0 |
593 | 2025-06-30T22:07:25.559Z | Compiling cargo_toml v0.21.0 |
594 | 2025-06-30T22:07:25.604Z | Compiling usdt v0.5.0 |
595 | 2025-06-30T22:07:26.977Z | Compiling cargo_metadata v0.20.0 |
596 | 2025-06-30T22:07:28.873Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
597 | 2025-06-30T22:07:32.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
598 | 2025-06-30T22:07:32.542Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
599 | 2025-06-30T22:07:33.216Z | Downloading crates ... |
600 | 2025-06-30T22:07:33.347Z | Downloaded addr2line v0.24.2 |
601 | 2025-06-30T22:07:33.354Z | Downloaded adler2 v2.0.0 |
602 | 2025-06-30T22:07:33.360Z | Downloaded argon2 v0.5.3 |
603 | 2025-06-30T22:07:33.365Z | Downloaded arrayvec v0.7.6 |
604 | 2025-06-30T22:07:33.374Z | Downloaded aes v0.8.4 |
605 | 2025-06-30T22:07:33.378Z | Downloaded atty v0.2.14 |
606 | 2025-06-30T22:07:33.381Z | Downloaded assert_matches v1.5.0 |
607 | 2025-06-30T22:07:33.384Z | Downloaded ascii-canvas v3.0.0 |
608 | 2025-06-30T22:07:33.384Z | Downloaded http-range v0.1.5 |
609 | 2025-06-30T22:07:33.387Z | Downloaded allocator-api2 v0.2.21 |
610 | 2025-06-30T22:07:33.391Z | Downloaded hostname v0.3.1 |
611 | 2025-06-30T22:07:33.394Z | Downloaded hostname v0.4.0 |
612 | 2025-06-30T22:07:33.394Z | Downloaded heapless v0.7.17 |
613 | 2025-06-30T22:07:33.398Z | Downloaded hubpack v0.1.2 |
614 | 2025-06-30T22:07:33.402Z | Downloaded hex v0.4.3 |
615 | 2025-06-30T22:07:33.405Z | Downloaded arc-swap v1.7.1 |
616 | 2025-06-30T22:07:33.410Z | Downloaded humantime v2.2.0 |
617 | 2025-06-30T22:07:33.413Z | Downloaded heck v0.3.3 |
618 | 2025-06-30T22:07:33.413Z | Downloaded cfg_aliases v0.2.1 |
619 | 2025-06-30T22:07:33.416Z | Downloaded base16ct v0.2.0 |
620 | 2025-06-30T22:07:33.424Z | Downloaded hubpack_derive v0.1.1 |
621 | 2025-06-30T22:07:33.424Z | Downloaded castaway v0.2.3 |
622 | 2025-06-30T22:07:33.429Z | Downloaded aws-lc-rs v1.12.4 |
623 | 2025-06-30T22:07:33.435Z | Downloaded cfg_aliases v0.1.1 |
624 | 2025-06-30T22:07:33.439Z | Downloaded async-stream-impl v0.3.6 |
625 | 2025-06-30T22:07:33.439Z | Downloaded httpdate v1.0.3 |
626 | 2025-06-30T22:07:33.439Z | Downloaded http-body-util v0.1.3 |
627 | 2025-06-30T22:07:33.443Z | Downloaded cbc v0.1.2 |
628 | 2025-06-30T22:07:33.443Z | Downloaded http-body v1.0.1 |
629 | 2025-06-30T22:07:33.446Z | Downloaded hashbrown v0.13.2 |
630 | 2025-06-30T22:07:33.449Z | Downloaded ciborium-ll v0.2.2 |
631 | 2025-06-30T22:07:33.454Z | Downloaded block-padding v0.3.3 |
632 | 2025-06-30T22:07:33.454Z | Downloaded bcrypt-pbkdf v0.10.0 |
633 | 2025-06-30T22:07:33.457Z | Downloaded crc8 v0.1.1 |
634 | 2025-06-30T22:07:33.457Z | Downloaded httparse v1.9.5 |
635 | 2025-06-30T22:07:33.460Z | Downloaded ciborium-io v0.2.2 |
636 | 2025-06-30T22:07:33.460Z | Downloaded ahash v0.8.11 |
637 | 2025-06-30T22:07:33.464Z | Downloaded lru-cache v0.1.2 |
638 | 2025-06-30T22:07:33.467Z | Downloaded ident_case v1.0.1 |
639 | 2025-06-30T22:07:33.467Z | Downloaded bit-set v0.8.0 |
640 | 2025-06-30T22:07:33.472Z | Downloaded bitflags v1.3.2 |
641 | 2025-06-30T22:07:33.476Z | Downloaded libscf-sys v1.1.0 |
642 | 2025-06-30T22:07:33.480Z | Downloaded chrono-tz-build v0.4.0 |
643 | 2025-06-30T22:07:33.480Z | Downloaded chacha20 v0.9.1 |
644 | 2025-06-30T22:07:33.483Z | Downloaded md5 v0.7.0 |
645 | 2025-06-30T22:07:33.483Z | Downloaded cassowary v0.3.0 |
646 | 2025-06-30T22:07:33.486Z | Downloaded cmake v0.1.51 |
647 | 2025-06-30T22:07:33.491Z | Downloaded bb8 v0.8.5 |
648 | 2025-06-30T22:07:33.498Z | Downloaded impl-trait-for-tuples v0.2.2 |
649 | 2025-06-30T22:07:33.498Z | Downloaded cipher v0.4.4 |
650 | 2025-06-30T22:07:33.498Z | Downloaded blowfish v0.9.1 |
651 | 2025-06-30T22:07:33.504Z | Downloaded lru v0.12.5 |
652 | 2025-06-30T22:07:33.504Z | Downloaded constant_time_eq v0.3.1 |
653 | 2025-06-30T22:07:33.505Z | Downloaded crc v3.2.1 |
654 | 2025-06-30T22:07:33.508Z | Downloaded instant v0.1.13 |
655 | 2025-06-30T22:07:33.508Z | Downloaded secrecy v0.8.0 |
656 | 2025-06-30T22:07:33.514Z | Downloaded const_format_proc_macros v0.2.34 |
657 | 2025-06-30T22:07:33.514Z | Downloaded match_cfg v0.1.0 |
658 | 2025-06-30T22:07:33.519Z | Downloaded critical-section v1.1.3 |
659 | 2025-06-30T22:07:33.519Z | Downloaded maybe-uninit v2.0.0 |
660 | 2025-06-30T22:07:33.523Z | Downloaded kstat-rs v0.2.4 |
661 | 2025-06-30T22:07:33.523Z | Downloaded keccak v0.1.5 |
662 | 2025-06-30T22:07:33.523Z | Downloaded slog-envlogger v2.2.0 |
663 | 2025-06-30T22:07:33.528Z | Downloaded signal-hook-tokio v0.3.1 |
664 | 2025-06-30T22:07:33.528Z | Downloaded serde-big-array v0.5.1 |
665 | 2025-06-30T22:07:33.530Z | Downloaded progenitor-macro v0.8.0 |
666 | 2025-06-30T22:07:33.531Z | Downloaded progenitor-macro v0.10.0 |
667 | 2025-06-30T22:07:33.531Z | Downloaded instability v0.3.2 |
668 | 2025-06-30T22:07:33.534Z | Downloaded hex-literal v0.4.1 |
669 | 2025-06-30T22:07:33.541Z | Downloaded cargo_metadata v0.18.1 |
670 | 2025-06-30T22:07:33.541Z | Downloaded cookie_store v0.21.1 |
671 | 2025-06-30T22:07:33.545Z | Downloaded mime v0.3.17 |
672 | 2025-06-30T22:07:33.545Z | Downloaded console v0.15.10 |
673 | 2025-06-30T22:07:33.548Z | Downloaded serde_bytes v0.11.17 |
674 | 2025-06-30T22:07:33.551Z | Downloaded strum v0.26.3 |
675 | 2025-06-30T22:07:33.551Z | Downloaded ipnet v2.11.0 |
676 | 2025-06-30T22:07:33.557Z | Downloaded scopeguard v1.2.0 |
677 | 2025-06-30T22:07:33.561Z | Downloaded time-core v0.1.2 |
678 | 2025-06-30T22:07:33.561Z | Downloaded signal-hook-registry v1.4.2 |
679 | 2025-06-30T22:07:33.561Z | Downloaded signal-hook-mio v0.2.4 |
680 | 2025-06-30T22:07:33.565Z | Downloaded cancel-safe-futures v0.1.5 |
681 | 2025-06-30T22:07:33.572Z | Downloaded memoffset v0.9.1 |
682 | 2025-06-30T22:07:33.572Z | Downloaded ipnetwork v0.21.1 |
683 | 2025-06-30T22:07:33.577Z | Downloaded crc32fast v1.4.2 |
684 | 2025-06-30T22:07:33.577Z | Downloaded proc-macro-error2 v2.0.1 |
685 | 2025-06-30T22:07:33.581Z | Downloaded vte_generate_state_changes v0.1.2 |
686 | 2025-06-30T22:07:33.581Z | Downloaded xattr v1.3.1 |
687 | 2025-06-30T22:07:33.585Z | Downloaded ref-cast v1.0.24 |
688 | 2025-06-30T22:07:33.588Z | Downloaded rand_core v0.6.4 |
689 | 2025-06-30T22:07:33.588Z | Downloaded maplit v1.0.2 |
690 | 2025-06-30T22:07:33.592Z | Downloaded slog-json v2.6.1 |
691 | 2025-06-30T22:07:33.596Z | Downloaded secrecy v0.10.3 |
692 | 2025-06-30T22:07:33.596Z | Downloaded salsa20 v0.10.2 |
693 | 2025-06-30T22:07:33.596Z | Downloaded crossbeam-epoch v0.9.18 |
694 | 2025-06-30T22:07:33.603Z | Downloaded serde-hex v0.1.0 |
695 | 2025-06-30T22:07:33.609Z | Downloaded tabled_derive v0.10.0 |
696 | 2025-06-30T22:07:33.609Z | Downloaded structmeta-derive v0.3.0 |
697 | 2025-06-30T22:07:33.609Z | Downloaded foreign-types-shared v0.1.1 |
698 | 2025-06-30T22:07:33.612Z | Downloaded foreign-types-macros v0.2.3 |
699 | 2025-06-30T22:07:33.612Z | Downloaded env_filter v0.1.2 |
700 | 2025-06-30T22:07:33.625Z | Downloaded thread_local v1.1.8 |
701 | 2025-06-30T22:07:33.628Z | Downloaded thiserror-no-std v2.0.2 |
702 | 2025-06-30T22:07:33.631Z | Downloaded managed v0.8.0 |
703 | 2025-06-30T22:07:33.634Z | Downloaded num-conv v0.1.0 |
704 | 2025-06-30T22:07:33.641Z | Downloaded linear-map v1.2.0 |
705 | 2025-06-30T22:07:33.642Z | Downloaded memmap2 v0.9.5 |
706 | 2025-06-30T22:07:33.646Z | Downloaded jobserver v0.1.32 |
707 | 2025-06-30T22:07:33.646Z | Downloaded path-slash v0.1.5 |
708 | 2025-06-30T22:07:33.646Z | Downloaded zone v0.1.8 |
709 | 2025-06-30T22:07:33.651Z | Downloaded new_debug_unreachable v1.0.6 |
710 | 2025-06-30T22:07:33.651Z | Downloaded untrusted v0.9.0 |
711 | 2025-06-30T22:07:33.651Z | Downloaded untrusted v0.7.1 |
712 | 2025-06-30T22:07:33.654Z | Downloaded number_prefix v0.4.0 |
713 | 2025-06-30T22:07:33.654Z | Downloaded base64 v0.13.1 |
714 | 2025-06-30T22:07:33.658Z | Downloaded num_threads v0.1.7 |
715 | 2025-06-30T22:07:33.662Z | Downloaded clang-sys v1.8.1 |
716 | 2025-06-30T22:07:33.666Z | Downloaded hmac v0.12.1 |
717 | 2025-06-30T22:07:33.666Z | Downloaded deranged v0.3.11 |
718 | 2025-06-30T22:07:33.671Z | Downloaded indicatif v0.17.11 |
719 | 2025-06-30T22:07:33.674Z | Downloaded indexmap v1.9.3 |
720 | 2025-06-30T22:07:33.678Z | Downloaded futures-channel v0.3.31 |
721 | 2025-06-30T22:07:33.682Z | Downloaded difflib v0.4.0 |
722 | 2025-06-30T22:07:33.682Z | Downloaded diesel-dtrace v0.4.2 |
723 | 2025-06-30T22:07:33.686Z | Downloaded rustc-hash v1.1.0 |
724 | 2025-06-30T22:07:33.686Z | Downloaded term v0.7.0 |
725 | 2025-06-30T22:07:33.694Z | Downloaded signal-hook v0.3.18 |
726 | 2025-06-30T22:07:33.697Z | Downloaded ghash v0.5.1 |
727 | 2025-06-30T22:07:33.698Z | Downloaded multer v3.1.0 |
728 | 2025-06-30T22:07:33.701Z | Downloaded futures-executor v0.3.31 |
729 | 2025-06-30T22:07:33.706Z | Downloaded rfc6979 v0.4.0 |
730 | 2025-06-30T22:07:33.706Z | Downloaded multimap v0.10.1 |
731 | 2025-06-30T22:07:33.712Z | Downloaded backtrace v0.3.74 |
732 | 2025-06-30T22:07:33.718Z | Downloaded nanorand v0.7.0 |
733 | 2025-06-30T22:07:33.718Z | Downloaded zstd v0.13.3 |
734 | 2025-06-30T22:07:33.721Z | Downloaded oso-derive v0.27.3 |
735 | 2025-06-30T22:07:33.721Z | Downloaded const_format v0.2.34 |
736 | 2025-06-30T22:07:33.726Z | Downloaded tinyvec_macros v0.1.1 |
737 | 2025-06-30T22:07:33.741Z | Downloaded des v0.8.1 |
738 | 2025-06-30T22:07:33.744Z | Downloaded want v0.3.1 |
739 | 2025-06-30T22:07:33.744Z | Downloaded typify-macro v0.3.0 |
740 | 2025-06-30T22:07:33.744Z | Downloaded polyval v0.6.2 |
741 | 2025-06-30T22:07:33.744Z | Downloaded zeroize_derive v1.4.2 |
742 | 2025-06-30T22:07:33.744Z | Downloaded endian-type v0.1.2 |
743 | 2025-06-30T22:07:33.744Z | Downloaded tokio-macros v2.5.0 |
744 | 2025-06-30T22:07:33.744Z | Downloaded primeorder v0.13.6 |
745 | 2025-06-30T22:07:33.744Z | Downloaded phf_shared v0.11.2 |
746 | 2025-06-30T22:07:33.749Z | Downloaded utf-8 v0.7.6 |
747 | 2025-06-30T22:07:33.749Z | Downloaded radium v0.7.0 |
748 | 2025-06-30T22:07:33.753Z | Downloaded env_logger v0.11.5 |
749 | 2025-06-30T22:07:33.758Z | Downloaded fixedbitset v0.5.7 |
750 | 2025-06-30T22:07:33.758Z | Downloaded getrandom v0.2.15 |
751 | 2025-06-30T22:07:33.762Z | Downloaded tungstenite v0.23.0 |
752 | 2025-06-30T22:07:33.767Z | Downloaded enum-as-inner v0.6.1 |
753 | 2025-06-30T22:07:33.767Z | Downloaded sec1 v0.7.3 |
754 | 2025-06-30T22:07:33.776Z | Downloaded string_cache v0.8.9 |
755 | 2025-06-30T22:07:33.776Z | Downloaded signature v2.2.0 |
756 | 2025-06-30T22:07:33.783Z | Downloaded smf v0.2.3 |
757 | 2025-06-30T22:07:33.783Z | Downloaded slog-stdlog v4.1.1 |
758 | 2025-06-30T22:07:33.783Z | Downloaded newtype_derive v0.1.6 |
759 | 2025-06-30T22:07:33.783Z | Downloaded native-tls v0.2.12 |
760 | 2025-06-30T22:07:33.787Z | Downloaded fxhash v0.2.1 |
761 | 2025-06-30T22:07:33.788Z | Downloaded stringprep v0.1.5 |
762 | 2025-06-30T22:07:33.788Z | Downloaded strum_macros v0.25.3 |
763 | 2025-06-30T22:07:33.791Z | Downloaded jiff-static v0.2.15 |
764 | 2025-06-30T22:07:33.795Z | Downloaded strum_macros v0.24.3 |
765 | 2025-06-30T22:07:33.799Z | Downloaded progenitor-client v0.9.1 |
766 | 2025-06-30T22:07:33.799Z | Downloaded progenitor-client v0.8.0 |
767 | 2025-06-30T22:07:33.799Z | Downloaded peg-runtime v0.8.5 |
768 | 2025-06-30T22:07:33.802Z | Downloaded openssl-macros v0.1.1 |
769 | 2025-06-30T22:07:33.802Z | Downloaded data-encoding v2.9.0 |
770 | 2025-06-30T22:07:33.802Z | Downloaded olpc-cjson v0.1.4 |
771 | 2025-06-30T22:07:33.810Z | Downloaded num v0.4.3 |
772 | 2025-06-30T22:07:33.810Z | Downloaded either v1.15.0 |
773 | 2025-06-30T22:07:33.814Z | Downloaded tokio-dtrace v0.1.0 |
774 | 2025-06-30T22:07:33.814Z | Downloaded tls_codec_derive v0.4.1 |
775 | 2025-06-30T22:07:33.814Z | Downloaded half v1.8.3 |
776 | 2025-06-30T22:07:33.820Z | Downloaded env_logger v0.10.2 |
777 | 2025-06-30T22:07:33.823Z | Downloaded precomputed-hash v0.1.1 |
778 | 2025-06-30T22:07:33.823Z | Downloaded ctr v0.9.2 |
779 | 2025-06-30T22:07:33.826Z | Downloaded serde_derive_internals v0.29.1 |
780 | 2025-06-30T22:07:33.826Z | Downloaded float-ord v0.3.2 |
781 | 2025-06-30T22:07:33.829Z | Downloaded filetime v0.2.25 |
782 | 2025-06-30T22:07:33.832Z | Downloaded debug-ignore v1.0.5 |
783 | 2025-06-30T22:07:33.832Z | Downloaded rustc-demangle v0.1.24 |
784 | 2025-06-30T22:07:33.837Z | Downloaded newtype-uuid v1.2.4 |
785 | 2025-06-30T22:07:33.840Z | Downloaded rsa v0.9.6 |
786 | 2025-06-30T22:07:33.843Z | Downloaded parking_lot v0.12.3 |
787 | 2025-06-30T22:07:33.847Z | Downloaded sync_wrapper v1.0.1 |
788 | 2025-06-30T22:07:33.850Z | Downloaded time-macros v0.2.18 |
789 | 2025-06-30T22:07:33.854Z | Downloaded ppv-lite86 v0.2.20 |
790 | 2025-06-30T22:07:33.858Z | Downloaded owo-colors v4.2.2 |
791 | 2025-06-30T22:07:33.861Z | Downloaded pin-project-lite v0.2.14 |
792 | 2025-06-30T22:07:33.865Z | Downloaded supports-color v3.0.2 |
793 | 2025-06-30T22:07:33.869Z | Downloaded tower-service v0.3.3 |
794 | 2025-06-30T22:07:33.869Z | Downloaded sync-ptr v0.1.4 |
795 | 2025-06-30T22:07:33.874Z | Downloaded diff v0.1.13 |
796 | 2025-06-30T22:07:33.877Z | Downloaded serde_cbor v0.11.2 |
797 | 2025-06-30T22:07:33.882Z | Downloaded cstr-argument v0.1.2 |
798 | 2025-06-30T22:07:33.882Z | Downloaded postcard v1.0.10 |
799 | 2025-06-30T22:07:33.886Z | Downloaded hyper v1.6.0 |
800 | 2025-06-30T22:07:33.890Z | Downloaded rusty-fork v0.3.0 |
801 | 2025-06-30T22:07:33.893Z | Downloaded rustversion v1.0.17 |
802 | 2025-06-30T22:07:33.897Z | Downloaded pin-utils v0.1.0 |
803 | 2025-06-30T22:07:33.902Z | Downloaded derive_builder v0.20.2 |
804 | 2025-06-30T22:07:33.906Z | Downloaded russh-keys v0.45.0 |
805 | 2025-06-30T22:07:33.910Z | Downloaded termtree v0.5.1 |
806 | 2025-06-30T22:07:33.910Z | Downloaded tinyvec v1.8.0 |
807 | 2025-06-30T22:07:33.915Z | Downloaded rustc_version v0.4.1 |
808 | 2025-06-30T22:07:33.924Z | Downloaded tower-layer v0.3.3 |
809 | 2025-06-30T22:07:33.924Z | Downloaded zerocopy v0.6.6 |
810 | 2025-06-30T22:07:33.927Z | Downloaded thiserror-impl-no-std v2.0.2 |
811 | 2025-06-30T22:07:33.927Z | Downloaded proc-macro-error-attr2 v2.0.0 |
812 | 2025-06-30T22:07:33.927Z | Downloaded proc-macro-crate v1.3.1 |
813 | 2025-06-30T22:07:33.928Z | Downloaded predicates-core v1.0.8 |
814 | 2025-06-30T22:07:33.928Z | Downloaded slog-scope v4.4.0 |
815 | 2025-06-30T22:07:33.931Z | Downloaded dsl_auto_type v0.1.2 |
816 | 2025-06-30T22:07:33.936Z | Downloaded take_mut v0.2.2 |
817 | 2025-06-30T22:07:33.936Z | Downloaded tokio-postgres v0.7.13 |
818 | 2025-06-30T22:07:33.940Z | Downloaded scrypt v0.11.0 |
819 | 2025-06-30T22:07:33.945Z | Downloaded pin-project v1.1.6 |
820 | 2025-06-30T22:07:33.955Z | Downloaded dunce v1.0.5 |
821 | 2025-06-30T22:07:33.960Z | Downloaded darling_macro v0.20.10 |
822 | 2025-06-30T22:07:33.960Z | Downloaded xshell-macros v0.2.7 |
823 | 2025-06-30T22:07:33.966Z | Downloaded predicates-tree v1.0.12 |
824 | 2025-06-30T22:07:33.966Z | Downloaded num_enum v0.5.11 |
825 | 2025-06-30T22:07:33.971Z | Downloaded serde_with_macros v3.12.0 |
826 | 2025-06-30T22:07:33.971Z | Downloaded peg v0.8.5 |
827 | 2025-06-30T22:07:33.976Z | Downloaded predicates v3.1.3 |
828 | 2025-06-30T22:07:33.981Z | Downloaded hash32 v0.3.1 |
829 | 2025-06-30T22:07:33.987Z | Downloaded serde_plain v1.0.2 |
830 | 2025-06-30T22:07:33.987Z | Downloaded strum_macros v0.26.4 |
831 | 2025-06-30T22:07:33.990Z | Downloaded serde_path_to_error v0.1.17 |
832 | 2025-06-30T22:07:33.990Z | Downloaded schemars_derive v0.8.22 |
833 | 2025-06-30T22:07:33.997Z | Downloaded tabwriter v1.4.0 |
834 | 2025-06-30T22:07:33.997Z | Downloaded yasna v0.5.2 |
835 | 2025-06-30T22:07:34.007Z | Downloaded value-bag v1.9.0 |
836 | 2025-06-30T22:07:34.007Z | Downloaded serde_repr v0.1.19 |
837 | 2025-06-30T22:07:34.012Z | Downloaded quinn v0.11.5 |
838 | 2025-06-30T22:07:34.012Z | Downloaded progenitor v0.9.1 |
839 | 2025-06-30T22:07:34.012Z | Downloaded csv-core v0.1.11 |
840 | 2025-06-30T22:07:34.017Z | Downloaded tagptr v0.2.0 |
841 | 2025-06-30T22:07:34.017Z | Downloaded ssh-key v0.6.6 |
842 | 2025-06-30T22:07:34.023Z | Downloaded waitgroup v0.1.2 |
843 | 2025-06-30T22:07:34.028Z | Downloaded unicode-truncate v1.1.0 |
844 | 2025-06-30T22:07:34.028Z | Downloaded document-features v0.2.10 |
845 | 2025-06-30T22:07:34.032Z | Downloaded derive_builder_macro v0.20.2 |
846 | 2025-06-30T22:07:34.033Z | Downloaded funty v2.0.0 |
847 | 2025-06-30T22:07:34.036Z | Downloaded tower v0.5.2 |
848 | 2025-06-30T22:07:34.042Z | Downloaded nodrop v0.1.14 |
849 | 2025-06-30T22:07:34.047Z | Downloaded oxnet v0.1.2 |
850 | 2025-06-30T22:07:34.051Z | Downloaded nibble_vec v0.1.0 |
851 | 2025-06-30T22:07:34.051Z | Downloaded hash32 v0.2.1 |
852 | 2025-06-30T22:07:34.051Z | Downloaded dropshot_endpoint v0.16.2 |
853 | 2025-06-30T22:07:34.056Z | Downloaded futures-macro v0.3.31 |
854 | 2025-06-30T22:07:34.060Z | Downloaded spin v0.9.8 |
855 | 2025-06-30T22:07:34.064Z | Downloaded psl-types v2.0.11 |
856 | 2025-06-30T22:07:34.064Z | Downloaded rayon-core v1.12.1 |
857 | 2025-06-30T22:07:34.068Z | Downloaded sqlparser_derive v0.2.2 |
858 | 2025-06-30T22:07:34.073Z | Downloaded sigpipe v0.1.3 |
859 | 2025-06-30T22:07:34.073Z | Downloaded rand v0.8.5 |
860 | 2025-06-30T22:07:34.078Z | Downloaded void v1.0.2 |
861 | 2025-06-30T22:07:34.078Z | Downloaded simd-adler32 v0.3.7 |
862 | 2025-06-30T22:07:34.082Z | Downloaded vte v0.11.1 |
863 | 2025-06-30T22:07:34.082Z | Downloaded normalize-line-endings v0.3.0 |
864 | 2025-06-30T22:07:34.087Z | Downloaded tokio-rustls v0.25.0 |
865 | 2025-06-30T22:07:34.093Z | Downloaded ssh-cipher v0.2.0 |
866 | 2025-06-30T22:07:34.093Z | Downloaded parse-display v0.10.0 |
867 | 2025-06-30T22:07:34.093Z | Downloaded foreign-types v0.3.2 |
868 | 2025-06-30T22:07:34.099Z | Downloaded fixedbitset v0.4.2 |
869 | 2025-06-30T22:07:34.099Z | Downloaded zone_cfg_derive v0.3.0 |
870 | 2025-06-30T22:07:34.099Z | Downloaded zone v0.3.1 |
871 | 2025-06-30T22:07:34.099Z | Downloaded tokio-native-tls v0.3.1 |
872 | 2025-06-30T22:07:34.103Z | Downloaded papergrid v0.14.0 |
873 | 2025-06-30T22:07:34.107Z | Downloaded postgres-types v0.2.9 |
874 | 2025-06-30T22:07:34.114Z | Downloaded der v0.7.9 |
875 | 2025-06-30T22:07:34.117Z | Downloaded try-lock v0.2.5 |
876 | 2025-06-30T22:07:34.117Z | Downloaded ff v0.13.0 |
877 | 2025-06-30T22:07:34.120Z | Downloaded parking_lot_core v0.9.10 |
878 | 2025-06-30T22:07:34.123Z | Downloaded parking_lot_core v0.8.6 |
879 | 2025-06-30T22:07:34.124Z | Downloaded crunchy v0.2.2 |
880 | 2025-06-30T22:07:34.127Z | Downloaded unicode-bidi v0.3.17 |
881 | 2025-06-30T22:07:34.130Z | Downloaded wait-timeout v0.2.0 |
882 | 2025-06-30T22:07:34.130Z | Downloaded samael v0.0.19 |
883 | 2025-06-30T22:07:34.140Z | Downloaded parse-size v1.1.0 |
884 | 2025-06-30T22:07:34.143Z | Downloaded quick-error v1.2.3 |
885 | 2025-06-30T22:07:34.143Z | Downloaded blake3 v1.5.4 |
886 | 2025-06-30T22:07:34.150Z | Downloaded slog-async v2.8.0 |
887 | 2025-06-30T22:07:34.153Z | Downloaded rand_chacha v0.3.1 |
888 | 2025-06-30T22:07:34.156Z | Downloaded tokio-rustls v0.26.0 |
889 | 2025-06-30T22:07:34.159Z | Downloaded crypto-bigint v0.5.5 |
890 | 2025-06-30T22:07:34.164Z | Downloaded ssh-encoding v0.2.0 |
891 | 2025-06-30T22:07:34.169Z | Downloaded rand v0.9.1 |
892 | 2025-06-30T22:07:34.172Z | Downloaded time v0.3.36 |
893 | 2025-06-30T22:07:34.179Z | Downloaded pkg-config v0.3.31 |
894 | 2025-06-30T22:07:34.184Z | Downloaded snafu-derive v0.8.5 |
895 | 2025-06-30T22:07:34.184Z | Downloaded mio v1.0.2 |
896 | 2025-06-30T22:07:34.191Z | Downloaded topological-sort v0.2.2 |
897 | 2025-06-30T22:07:34.197Z | Downloaded termcolor v1.4.1 |
898 | 2025-06-30T22:07:34.197Z | Downloaded subtle v2.6.1 |
899 | 2025-06-30T22:07:34.197Z | Downloaded scheduled-thread-pool v0.2.7 |
900 | 2025-06-30T22:07:34.200Z | Downloaded num-bigint v0.4.6 |
901 | 2025-06-30T22:07:34.206Z | Downloaded rustls-pki-types v1.10.0 |
902 | 2025-06-30T22:07:34.206Z | Downloaded daft v0.1.3 |
903 | 2025-06-30T22:07:34.210Z | Downloaded nu-ansi-term v0.50.1 |
904 | 2025-06-30T22:07:34.210Z | Downloaded resolv-conf v0.7.0 |
905 | 2025-06-30T22:07:34.213Z | Downloaded similar v2.7.0 |
906 | 2025-06-30T22:07:34.218Z | Downloaded embedded-io v0.6.1 |
907 | 2025-06-30T22:07:34.221Z | Downloaded embedded-io v0.4.0 |
908 | 2025-06-30T22:07:34.224Z | Downloaded unicode_categories v0.1.1 |
909 | 2025-06-30T22:07:34.224Z | Downloaded slab v0.4.9 |
910 | 2025-06-30T22:07:34.227Z | Downloaded poly1305 v0.8.0 |
911 | 2025-06-30T22:07:34.230Z | Downloaded foldhash v0.1.5 |
912 | 2025-06-30T22:07:34.230Z | Downloaded postgres-protocol v0.6.8 |
913 | 2025-06-30T22:07:34.235Z | Downloaded proptest v1.7.0 |
914 | 2025-06-30T22:07:34.243Z | Downloaded dyn-clone v1.0.19 |
915 | 2025-06-30T22:07:34.246Z | Downloaded rustls-pemfile v2.2.0 |
916 | 2025-06-30T22:07:34.249Z | Downloaded bindgen v0.71.1 |
917 | 2025-06-30T22:07:34.256Z | Downloaded siphasher v0.3.11 |
918 | 2025-06-30T22:07:34.259Z | Downloaded unarray v0.1.4 |
919 | 2025-06-30T22:07:34.259Z | Downloaded termios v0.3.3 |
920 | 2025-06-30T22:07:34.264Z | Downloaded vergen v8.3.2 |
921 | 2025-06-30T22:07:34.268Z | Downloaded ed25519 v2.2.3 |
922 | 2025-06-30T22:07:34.271Z | Downloaded omicron-zone-package v0.12.2 |
923 | 2025-06-30T22:07:34.271Z | Downloaded pkcs8 v0.10.2 |
924 | 2025-06-30T22:07:34.274Z | Downloaded password-hash v0.4.2 |
925 | 2025-06-30T22:07:34.277Z | Downloaded expectorate v1.2.0 |
926 | 2025-06-30T22:07:34.281Z | Downloaded h2 v0.4.6 |
927 | 2025-06-30T22:07:34.286Z | Downloaded ecdsa v0.16.9 |
928 | 2025-06-30T22:07:34.290Z | Downloaded fs-err v2.11.0 |
929 | 2025-06-30T22:07:34.297Z | Downloaded rustyline v14.0.0 |
930 | 2025-06-30T22:07:34.300Z | Downloaded pkcs1 v0.7.5 |
931 | 2025-06-30T22:07:34.303Z | Downloaded daft-derive v0.1.3 |
932 | 2025-06-30T22:07:34.306Z | Downloaded bitvec v1.0.1 |
933 | 2025-06-30T22:07:34.321Z | Downloaded password-hash v0.5.0 |
934 | 2025-06-30T22:07:34.325Z | Downloaded x509-cert v0.2.5 |
935 | 2025-06-30T22:07:34.330Z | Downloaded serde_with v3.12.0 |
936 | 2025-06-30T22:07:34.339Z | Downloaded flate2 v1.1.2 |
937 | 2025-06-30T22:07:34.345Z | Downloaded tar v0.4.44 |
938 | 2025-06-30T22:07:34.348Z | Downloaded portable-atomic v1.11.0 |
939 | 2025-06-30T22:07:34.358Z | Downloaded elliptic-curve v0.13.8 |
940 | 2025-06-30T22:07:34.362Z | Downloaded schemars v0.8.22 |
941 | 2025-06-30T22:07:34.374Z | Downloaded tracing-core v0.1.32 |
942 | 2025-06-30T22:07:34.378Z | Downloaded tracing v0.1.40 |
943 | 2025-06-30T22:07:34.387Z | Downloaded flume v0.11.1 |
944 | 2025-06-30T22:07:34.395Z | Downloaded darling_core v0.20.10 |
945 | 2025-06-30T22:07:34.400Z | Downloaded unicode-segmentation v1.12.0 |
946 | 2025-06-30T22:07:34.405Z | Downloaded lalrpop v0.19.12 |
947 | 2025-06-30T22:07:34.420Z | Downloaded rayon v1.10.0 |
948 | 2025-06-30T22:07:34.430Z | Downloaded futures-util v0.3.31 |
949 | 2025-06-30T22:07:34.445Z | Downloaded unicode-normalization v0.1.24 |
950 | 2025-06-30T22:07:34.450Z | Downloaded winnow v0.5.40 |
951 | 2025-06-30T22:07:34.460Z | Downloaded tabled v0.18.0 |
952 | 2025-06-30T22:07:34.480Z | Downloaded nom v7.1.3 |
953 | 2025-06-30T22:07:34.485Z | Downloaded moka v0.12.10 |
954 | 2025-06-30T22:07:34.497Z | Downloaded sqlparser v0.45.0 |
955 | 2025-06-30T22:07:34.503Z | Downloaded regex v1.11.1 |
956 | 2025-06-30T22:07:34.517Z | Downloaded p521 v0.13.3 |
957 | 2025-06-30T22:07:34.521Z | Downloaded openssl-sys v0.9.109 |
958 | 2025-06-30T22:07:34.527Z | Downloaded zerocopy v0.8.26 |
959 | 2025-06-30T22:07:34.551Z | Downloaded rustls-webpki v0.101.7 |
960 | 2025-06-30T22:07:34.567Z | Downloaded zip v4.2.0 |
961 | 2025-06-30T22:07:34.573Z | Downloaded quick-xml v0.37.2 |
962 | 2025-06-30T22:07:34.580Z | Downloaded rustls-webpki v0.102.8 |
963 | 2025-06-30T22:07:34.601Z | Downloaded zlib-rs v0.5.1 |
964 | 2025-06-30T22:07:34.605Z | Downloaded quinn-proto v0.11.8 |
965 | 2025-06-30T22:07:34.612Z | Downloaded openssl v0.10.73 |
966 | 2025-06-30T22:07:34.623Z | Downloaded winnow v0.6.26 |
967 | 2025-06-30T22:07:34.632Z | Downloaded rustls v0.23.19 |
968 | 2025-06-30T22:07:34.645Z | Downloaded git2 v0.19.0 |
969 | 2025-06-30T22:07:34.654Z | Downloaded vcpkg v0.2.15 |
970 | 2025-06-30T22:07:34.695Z | Downloaded p384 v0.13.0 |
971 | 2025-06-30T22:07:34.701Z | Downloaded regex-syntax v0.6.29 |
972 | 2025-06-30T22:07:34.710Z | Downloaded curve25519-dalek v4.1.3 |
973 | 2025-06-30T22:07:34.720Z | Downloaded reqwest v0.12.20 |
974 | 2025-06-30T22:07:34.731Z | Downloaded dropshot v0.16.2 |
975 | 2025-06-30T22:07:34.754Z | Downloaded petname v2.0.2 |
976 | 2025-06-30T22:07:34.761Z | Downloaded rustls v0.21.12 |
977 | 2025-06-30T22:07:34.773Z | Downloaded nix v0.29.0 |
978 | 2025-06-30T22:07:34.786Z | Downloaded nix v0.28.0 |
979 | 2025-06-30T22:07:34.799Z | Downloaded nix v0.27.1 |
980 | 2025-06-30T22:07:34.811Z | Downloaded rustls v0.22.4 |
981 | 2025-06-30T22:07:34.825Z | Downloaded gimli v0.31.1 |
982 | 2025-06-30T22:07:34.835Z | Downloaded smoltcp v0.11.0 |
983 | 2025-06-30T22:07:34.847Z | Downloaded nix v0.30.1 |
984 | 2025-06-30T22:07:34.861Z | Downloaded object v0.36.5 |
985 | 2025-06-30T22:07:34.873Z | Downloaded typify-impl v0.2.0 |
986 | 2025-06-30T22:07:34.890Z | Downloaded regress v0.10.3 |
987 | 2025-06-30T22:07:34.899Z | Downloaded openapiv3 v2.2.0 |
988 | 2025-06-30T22:07:34.912Z | Downloaded regex-syntax v0.8.5 |
989 | 2025-06-30T22:07:34.922Z | Downloaded sled v0.34.7 |
990 | 2025-06-30T22:07:34.932Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
991 | 2025-06-30T22:07:34.948Z | Downloaded smoltcp v0.9.1 |
992 | 2025-06-30T22:07:34.957Z | Downloaded hickory-proto v0.24.4 |
993 | 2025-06-30T22:07:34.976Z | Downloaded regex-automata v0.4.8 |
994 | 2025-06-30T22:07:34.992Z | Downloaded diesel v2.2.11 |
995 | 2025-06-30T22:07:35.011Z | Downloaded typify-impl v0.3.0 |
996 | 2025-06-30T22:07:35.030Z | Downloaded typify-impl v0.4.1 |
997 | 2025-06-30T22:07:35.048Z | Downloaded petgraph v0.6.5 |
998 | 2025-06-30T22:07:35.070Z | Downloaded zerocopy-derive v0.6.6 |
999 | 2025-06-30T22:07:35.080Z | Downloaded polar-core v0.27.3 |
1000 | 2025-06-30T22:07:35.090Z | Downloaded chrono-tz v0.10.3 |
1001 | 2025-06-30T22:07:35.099Z | Downloaded bstr v1.10.0 |
1002 | 2025-06-30T22:07:35.110Z | Downloaded ratatui v0.29.0 |
1003 | 2025-06-30T22:07:35.131Z | Downloaded jiff v0.2.15 |
1004 | 2025-06-30T22:07:35.151Z | Downloaded object v0.30.4 |
1005 | 2025-06-30T22:07:35.161Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1006 | 2025-06-30T22:07:35.185Z | Downloaded radix_trie v0.2.1 |
1007 | 2025-06-30T22:07:35.189Z | Downloaded webpki-roots v1.0.0 |
1008 | 2025-06-30T22:07:35.193Z | Downloaded lzma-sys v0.1.20 |
1009 | 2025-06-30T22:07:35.225Z | Downloaded ed25519-dalek v2.1.1 |
1010 | 2025-06-30T22:07:35.230Z | Downloaded libz-sys v1.1.20 |
1011 | 2025-06-30T22:07:35.251Z | Downloaded qorb v0.4.0 |
1012 | 2025-06-30T22:07:35.256Z | Downloaded chrono v0.4.41 |
1013 | 2025-06-30T22:07:35.264Z | Downloaded toml_edit v0.19.15 |
1014 | 2025-06-30T22:07:35.281Z | Downloaded tokio v1.45.1 |
1015 | 2025-06-30T22:07:35.318Z | Downloaded bindgen v0.69.5 |
1016 | 2025-06-30T22:07:35.325Z | Downloaded petgraph v0.8.2 |
1017 | 2025-06-30T22:07:35.347Z | Downloaded itertools v0.12.1 |
1018 | 2025-06-30T22:07:35.354Z | Downloaded sha3 v0.10.8 |
1019 | 2025-06-30T22:07:35.359Z | Downloaded slog v2.7.0 |
1020 | 2025-06-30T22:07:35.365Z | Downloaded num-bigint-dig v0.8.4 |
1021 | 2025-06-30T22:07:35.368Z | Downloaded salty v0.3.0 |
1022 | 2025-06-30T22:07:35.374Z | Downloaded tracing-attributes v0.1.27 |
1023 | 2025-06-30T22:07:35.376Z | Downloaded csv v1.3.1 |
1024 | 2025-06-30T22:07:35.398Z | Downloaded subprocess v0.2.9 |
1025 | 2025-06-30T22:07:35.401Z | Downloaded socket2 v0.5.10 |
1026 | 2025-06-30T22:07:35.405Z | Downloaded derive_more v0.99.20 |
1027 | 2025-06-30T22:07:35.408Z | Downloaded pkcs5 v0.7.1 |
1028 | 2025-06-30T22:07:35.413Z | Downloaded tough v0.20.0 |
1029 | 2025-06-30T22:07:35.420Z | Downloaded pem-rfc7468 v0.7.0 |
1030 | 2025-06-30T22:07:35.423Z | Downloaded tokio-tungstenite v0.21.0 |
1031 | 2025-06-30T22:07:35.428Z | Downloaded p256 v0.13.2 |
1032 | 2025-06-30T22:07:35.434Z | Downloaded toml v0.7.8 |
1033 | 2025-06-30T22:07:35.434Z | Downloaded hkdf v0.12.4 |
1034 | 2025-06-30T22:07:35.437Z | Downloaded same-file v1.0.6 |
1035 | 2025-06-30T22:07:35.437Z | Downloaded tui-tree-widget v0.23.1 |
1036 | 2025-06-30T22:07:35.437Z | Downloaded rand_seeder v0.3.0 |
1037 | 2025-06-30T22:07:35.437Z | Downloaded walkdir v2.5.0 |
1038 | 2025-06-30T22:07:35.444Z | Downloaded rand_chacha v0.9.0 |
1039 | 2025-06-30T22:07:35.444Z | Downloaded futures v0.3.31 |
1040 | 2025-06-30T22:07:35.462Z | Downloaded tower-http v0.6.6 |
1041 | 2025-06-30T22:07:35.472Z | Downloaded iri-string v0.7.8 |
1042 | 2025-06-30T22:07:35.472Z | Downloaded encoding_rs v0.8.34 |
1043 | 2025-06-30T22:07:35.484Z | Downloaded itertools v0.14.0 |
1044 | 2025-06-30T22:07:35.490Z | Downloaded ring v0.17.14 |
1045 | 2025-06-30T22:07:35.536Z | Downloaded tokio-stream v0.1.17 |
1046 | 2025-06-30T22:07:35.540Z | Downloaded russh v0.45.0 |
1047 | 2025-06-30T22:07:35.546Z | Downloaded r2d2 v0.8.10 |
1048 | 2025-06-30T22:07:35.549Z | Downloaded quinn-udp v0.5.5 |
1049 | 2025-06-30T22:07:35.549Z | Downloaded fatfs v0.3.6 |
1050 | 2025-06-30T22:07:35.552Z | Downloaded yansi v1.0.1 |
1051 | 2025-06-30T22:07:35.556Z | Downloaded rand_xorshift v0.4.0 |
1052 | 2025-06-30T22:07:35.556Z | Downloaded parse-display-derive v0.10.0 |
1053 | 2025-06-30T22:07:35.556Z | Downloaded glob v0.3.2 |
1054 | 2025-06-30T22:07:35.559Z | Downloaded half v2.4.1 |
1055 | 2025-06-30T22:07:35.559Z | Downloaded itertools v0.13.0 |
1056 | 2025-06-30T22:07:35.565Z | Downloaded rcgen v0.12.1 |
1057 | 2025-06-30T22:07:35.570Z | Downloaded reedline v0.40.0 |
1058 | 2025-06-30T22:07:35.576Z | Downloaded typed-path v0.9.3 |
1059 | 2025-06-30T22:07:35.582Z | Downloaded zone_cfg_derive v0.1.2 |
1060 | 2025-06-30T22:07:35.585Z | Downloaded futures-io v0.3.31 |
1061 | 2025-06-30T22:07:35.585Z | Downloaded fd-lock v4.0.2 |
1062 | 2025-06-30T22:07:35.589Z | Downloaded float-cmp v0.10.0 |
1063 | 2025-06-30T22:07:35.589Z | Downloaded oxide-tokio-rt v0.1.1 |
1064 | 2025-06-30T22:07:35.589Z | Downloaded derive_builder_core v0.20.2 |
1065 | 2025-06-30T22:07:35.592Z | Downloaded publicsuffix v2.3.0 |
1066 | 2025-06-30T22:07:35.596Z | Downloaded fs_extra v1.3.0 |
1067 | 2025-06-30T22:07:35.596Z | Downloaded tokio-util v0.7.15 |
1068 | 2025-06-30T22:07:35.601Z | Downloaded tokio-tungstenite v0.23.1 |
1069 | 2025-06-30T22:07:35.604Z | Downloaded serde_yaml v0.9.34+deprecated |
1070 | 2025-06-30T22:07:35.608Z | Downloaded serde_urlencoded v0.7.1 |
1071 | 2025-06-30T22:07:35.608Z | Downloaded openssl-probe v0.1.5 |
1072 | 2025-06-30T22:07:35.611Z | Downloaded opaque-debug v0.3.1 |
1073 | 2025-06-30T22:07:35.611Z | Downloaded tap v1.0.1 |
1074 | 2025-06-30T22:07:35.611Z | Downloaded slog-bunyan v2.5.0 |
1075 | 2025-06-30T22:07:35.617Z | Downloaded test-strategy v0.4.1 |
1076 | 2025-06-30T22:07:35.620Z | Downloaded steno v0.4.1 |
1077 | 2025-06-30T22:07:35.620Z | Downloaded rpassword v7.4.0 |
1078 | 2025-06-30T22:07:35.623Z | Downloaded sct v0.7.1 |
1079 | 2025-06-30T22:07:35.627Z | Downloaded typify v0.4.1 |
1080 | 2025-06-30T22:07:35.631Z | Downloaded zip v0.6.6 |
1081 | 2025-06-30T22:07:35.634Z | Downloaded display-error-chain v0.2.2 |
1082 | 2025-06-30T22:07:35.634Z | Downloaded dirs-sys-next v0.1.2 |
1083 | 2025-06-30T22:07:35.634Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1084 | 2025-06-30T22:07:35.692Z | Downloaded dirs-next v2.0.0 |
1085 | 2025-06-30T22:07:35.695Z | Downloaded num-rational v0.4.2 |
1086 | 2025-06-30T22:07:35.695Z | Downloaded num-complex v0.4.6 |
1087 | 2025-06-30T22:07:35.698Z | Downloaded progenitor-impl v0.8.0 |
1088 | 2025-06-30T22:07:35.698Z | Downloaded wyz v0.5.1 |
1089 | 2025-06-30T22:07:35.703Z | Downloaded unicase v2.7.0 |
1090 | 2025-06-30T22:07:35.703Z | Downloaded miniz_oxide v0.8.5 |
1091 | 2025-06-30T22:07:35.706Z | Downloaded support-bundle-viewer v0.1.2 |
1092 | 2025-06-30T22:07:35.706Z | Downloaded uuid v1.17.0 |
1093 | 2025-06-30T22:07:35.709Z | Downloaded pretty_assertions v1.4.1 |
1094 | 2025-06-30T22:07:35.709Z | Downloaded crossterm v0.28.1 |
1095 | 2025-06-30T22:07:35.715Z | Downloaded libxml v0.3.3 |
1096 | 2025-06-30T22:07:35.720Z | Downloaded libm v0.2.8 |
1097 | 2025-06-30T22:07:35.728Z | Downloaded uzers v0.12.1 |
1098 | 2025-06-30T22:07:35.733Z | Downloaded itertools v0.10.5 |
1099 | 2025-06-30T22:07:35.736Z | Downloaded iddqd v0.3.8 |
1100 | 2025-06-30T22:07:35.742Z | Downloaded rustc_version v0.1.7 |
1101 | 2025-06-30T22:07:35.746Z | Downloaded typify v0.3.0 |
1102 | 2025-06-30T22:07:35.749Z | Downloaded pin-project-internal v1.1.6 |
1103 | 2025-06-30T22:07:35.749Z | Downloaded rustc-hash v2.1.1 |
1104 | 2025-06-30T22:07:35.754Z | Downloaded powerfmt v0.2.0 |
1105 | 2025-06-30T22:07:35.754Z | Downloaded pem v3.0.5 |
1106 | 2025-06-30T22:07:35.754Z | Downloaded pbkdf2 v0.12.2 |
1107 | 2025-06-30T22:07:35.758Z | Downloaded pbkdf2 v0.11.0 |
1108 | 2025-06-30T22:07:35.758Z | Downloaded sqlformat v0.3.5 |
1109 | 2025-06-30T22:07:35.758Z | Downloaded num-iter v0.1.45 |
1110 | 2025-06-30T22:07:35.761Z | Downloaded num-integer v0.1.46 |
1111 | 2025-06-30T22:07:35.761Z | Downloaded num-derive v0.4.2 |
1112 | 2025-06-30T22:07:35.761Z | Downloaded derive-where v1.5.0 |
1113 | 2025-06-30T22:07:35.765Z | Downloaded parse-zoneinfo v0.3.1 |
1114 | 2025-06-30T22:07:35.770Z | Downloaded paste v1.0.15 |
1115 | 2025-06-30T22:07:35.773Z | Downloaded group v0.13.0 |
1116 | 2025-06-30T22:07:35.773Z | Downloaded globwalk v0.9.1 |
1117 | 2025-06-30T22:07:35.773Z | Downloaded globset v0.4.15 |
1118 | 2025-06-30T22:07:35.777Z | Downloaded gethostname v0.5.0 |
1119 | 2025-06-30T22:07:35.777Z | Downloaded fallible-iterator v0.2.0 |
1120 | 2025-06-30T22:07:35.777Z | Downloaded curve25519-dalek-derive v0.1.1 |
1121 | 2025-06-30T22:07:35.780Z | Downloaded xz2 v0.1.7 |
1122 | 2025-06-30T22:07:35.780Z | Downloaded hickory-server v0.25.2 |
1123 | 2025-06-30T22:07:35.784Z | Downloaded slog-dtrace v0.3.0 |
1124 | 2025-06-30T22:07:35.787Z | Downloaded zerocopy-derive v0.8.26 |
1125 | 2025-06-30T22:07:35.790Z | Downloaded minimal-lexical v0.2.1 |
1126 | 2025-06-30T22:07:35.795Z | Downloaded packed_struct_codegen v0.10.1 |
1127 | 2025-06-30T22:07:35.798Z | Downloaded packed_struct v0.10.1 |
1128 | 2025-06-30T22:07:35.798Z | Downloaded whoami v1.6.0 |
1129 | 2025-06-30T22:07:35.801Z | Downloaded vsss-rs v3.3.4 |
1130 | 2025-06-30T22:07:35.801Z | Downloaded cc v1.2.15 |
1131 | 2025-06-30T22:07:35.805Z | Downloaded ron v0.7.1 |
1132 | 2025-06-30T22:07:35.809Z | Downloaded diesel_derives v2.2.3 |
1133 | 2025-06-30T22:07:35.813Z | Downloaded progenitor v0.10.0 |
1134 | 2025-06-30T22:07:35.817Z | Downloaded phf v0.11.2 |
1135 | 2025-06-30T22:07:35.817Z | Downloaded futures-sink v0.3.31 |
1136 | 2025-06-30T22:07:35.817Z | Downloaded foreign-types v0.5.0 |
1137 | 2025-06-30T22:07:35.820Z | Downloaded progenitor-client v0.10.0 |
1138 | 2025-06-30T22:07:35.820Z | Downloaded prefix-trie v0.7.0 |
1139 | 2025-06-30T22:07:35.823Z | Downloaded peg-macros v0.8.5 |
1140 | 2025-06-30T22:07:35.823Z | Downloaded defmt-macros v0.3.9 |
1141 | 2025-06-30T22:07:35.826Z | Downloaded slog-term v2.9.1 |
1142 | 2025-06-30T22:07:35.830Z | Downloaded parking_lot v0.11.2 |
1143 | 2025-06-30T22:07:35.830Z | Downloaded unsafe-libyaml v0.2.11 |
1144 | 2025-06-30T22:07:35.833Z | Downloaded oso v0.27.3 |
1145 | 2025-06-30T22:07:35.836Z | Downloaded tungstenite v0.21.0 |
1146 | 2025-06-30T22:07:35.839Z | Downloaded hashbrown v0.12.3 |
1147 | 2025-06-30T22:07:35.842Z | Downloaded crossbeam-channel v0.5.15 |
1148 | 2025-06-30T22:07:35.846Z | Downloaded tls_codec v0.4.1 |
1149 | 2025-06-30T22:07:35.849Z | Downloaded hyper-util v0.1.14 |
1150 | 2025-06-30T22:07:35.853Z | Downloaded zeroize v1.8.1 |
1151 | 2025-06-30T22:07:35.856Z | Downloaded typify-macro v0.4.1 |
1152 | 2025-06-30T22:07:35.856Z | Downloaded typify-macro v0.2.0 |
1153 | 2025-06-30T22:07:35.856Z | Downloaded aes-gcm v0.10.3 |
1154 | 2025-06-30T22:07:35.860Z | Downloaded futures-task v0.3.31 |
1155 | 2025-06-30T22:07:35.864Z | Downloaded tiny-keccak v2.0.2 |
1156 | 2025-06-30T22:07:35.864Z | Downloaded strip-ansi-escapes v0.2.0 |
1157 | 2025-06-30T22:07:35.867Z | Downloaded foreign-types-shared v0.3.1 |
1158 | 2025-06-30T22:07:35.867Z | Downloaded defmt-parser v0.3.4 |
1159 | 2025-06-30T22:07:35.867Z | Downloaded zopfli v0.8.1 |
1160 | 2025-06-30T22:07:35.870Z | Downloaded shlex v1.3.0 |
1161 | 2025-06-30T22:07:35.870Z | Downloaded shell-words v1.1.0 |
1162 | 2025-06-30T22:07:35.870Z | Downloaded sha1 v0.10.6 |
1163 | 2025-06-30T22:07:35.874Z | Downloaded base64 v0.21.7 |
1164 | 2025-06-30T22:07:35.877Z | Downloaded static_assertions v1.1.0 |
1165 | 2025-06-30T22:07:35.877Z | Downloaded smallvec v0.6.14 |
1166 | 2025-06-30T22:07:35.877Z | Downloaded zstd-safe v7.2.3 |
1167 | 2025-06-30T22:07:35.880Z | Downloaded unicode-properties v0.1.3 |
1168 | 2025-06-30T22:07:35.880Z | Downloaded progenitor-impl v0.10.0 |
1169 | 2025-06-30T22:07:35.883Z | Downloaded snafu v0.8.5 |
1170 | 2025-06-30T22:07:35.888Z | Downloaded phf_generator v0.11.2 |
1171 | 2025-06-30T22:07:35.892Z | Downloaded phf_codegen v0.11.2 |
1172 | 2025-06-30T22:07:35.892Z | Downloaded der_derive v0.7.3 |
1173 | 2025-06-30T22:07:35.895Z | Downloaded darling v0.20.10 |
1174 | 2025-06-30T22:07:35.898Z | Downloaded compact_str v0.8.0 |
1175 | 2025-06-30T22:07:35.901Z | Downloaded bytes v1.10.1 |
1176 | 2025-06-30T22:07:35.904Z | Downloaded base64 v0.22.1 |
1177 | 2025-06-30T22:07:35.908Z | Downloaded which v4.4.2 |
1178 | 2025-06-30T22:07:35.911Z | Downloaded ron v0.8.1 |
1179 | 2025-06-30T22:07:35.914Z | Downloaded bumpalo v3.16.0 |
1180 | 2025-06-30T22:07:35.917Z | Downloaded num_enum_derive v0.5.11 |
1181 | 2025-06-30T22:07:35.917Z | Downloaded num-derive v0.3.3 |
1182 | 2025-06-30T22:07:35.917Z | Downloaded libloading v0.8.5 |
1183 | 2025-06-30T22:07:35.920Z | Downloaded futures-core v0.3.31 |
1184 | 2025-06-30T22:07:35.920Z | Downloaded flagset v0.4.6 |
1185 | 2025-06-30T22:07:35.923Z | Downloaded ena v0.14.3 |
1186 | 2025-06-30T22:07:35.923Z | Downloaded prettyplease v0.2.35 |
1187 | 2025-06-30T22:07:35.927Z | Downloaded russh-cryptovec v0.7.3 |
1188 | 2025-06-30T22:07:35.930Z | Downloaded pretty-hex v0.2.1 |
1189 | 2025-06-30T22:07:35.930Z | Downloaded typify v0.2.0 |
1190 | 2025-06-30T22:07:35.933Z | Downloaded twox-hash v2.1.0 |
1191 | 2025-06-30T22:07:35.933Z | Downloaded tokio-rustls v0.24.1 |
1192 | 2025-06-30T22:07:35.936Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1193 | 2025-06-30T22:07:35.936Z | Downloaded defmt v0.3.8 |
1194 | 2025-06-30T22:07:35.941Z | Downloaded chacha20poly1305 v0.10.1 |
1195 | 2025-06-30T22:07:35.941Z | Downloaded newline-converter v0.3.0 |
1196 | 2025-06-30T22:07:35.944Z | Downloaded rustls-native-certs v0.8.1 |
1197 | 2025-06-30T22:07:35.944Z | Downloaded rand_core v0.9.2 |
1198 | 2025-06-30T22:07:35.944Z | Downloaded progenitor-impl v0.9.1 |
1199 | 2025-06-30T22:07:35.949Z | Downloaded iana-time-zone v0.1.63 |
1200 | 2025-06-30T22:07:35.951Z | Downloaded universal-hash v0.5.1 |
1201 | 2025-06-30T22:07:35.951Z | Downloaded hickory-client v0.25.2 |
1202 | 2025-06-30T22:07:35.952Z | Downloaded rustls-pemfile v1.0.4 |
1203 | 2025-06-30T22:07:35.955Z | Downloaded mime_guess v2.0.5 |
1204 | 2025-06-30T22:07:35.955Z | Downloaded xshell v0.2.7 |
1205 | 2025-06-30T22:07:35.958Z | Downloaded spki v0.7.3 |
1206 | 2025-06-30T22:07:35.958Z | Downloaded lock_api v0.4.12 |
1207 | 2025-06-30T22:07:35.961Z | Downloaded hyper-rustls v0.27.7 |
1208 | 2025-06-30T22:07:35.961Z | Downloaded http v1.3.1 |
1209 | 2025-06-30T22:07:35.966Z | Downloaded crossbeam-utils v0.8.21 |
1210 | 2025-06-30T22:07:35.969Z | Downloaded crossbeam-deque v0.8.5 |
1211 | 2025-06-30T22:07:35.969Z | Downloaded crc-any v2.5.0 |
1212 | 2025-06-30T22:07:35.972Z | Downloaded semver v0.1.20 |
1213 | 2025-06-30T22:07:35.972Z | Downloaded ignore v0.4.23 |
1214 | 2025-06-30T22:07:35.975Z | Downloaded highway v1.3.0 |
1215 | 2025-06-30T22:07:35.978Z | Downloaded hickory-resolver v0.24.4 |
1216 | 2025-06-30T22:07:35.981Z | Downloaded structmeta v0.3.0 |
1217 | 2025-06-30T22:07:35.984Z | Downloaded colored v2.2.0 |
1218 | 2025-06-30T22:07:35.984Z | Downloaded rtoolbox v0.0.2 |
1219 | 2025-06-30T22:07:35.987Z | Downloaded libsw-core v0.3.1 |
1220 | 2025-06-30T22:07:35.987Z | Downloaded lazycell v1.3.0 |
1221 | 2025-06-30T22:07:35.987Z | Downloaded ingot-macros v0.1.0 |
1222 | 2025-06-30T22:07:35.990Z | Downloaded const-oid v0.9.6 |
1223 | 2025-06-30T22:07:35.994Z | Downloaded async-bb8-diesel v0.2.1 |
1224 | 2025-06-30T22:07:35.994Z | Downloaded litrs v0.4.1 |
1225 | 2025-06-30T22:07:35.997Z | Downloaded cookie v0.18.1 |
1226 | 2025-06-30T22:07:35.997Z | Downloaded bzip2 v0.5.2 |
1227 | 2025-06-30T22:07:36.000Z | Downloaded bit-vec v0.8.0 |
1228 | 2025-06-30T22:07:36.000Z | Downloaded async-trait v0.1.88 |
1229 | 2025-06-30T22:07:36.003Z | Downloaded lzss v0.8.2 |
1230 | 2025-06-30T22:07:36.007Z | Downloaded lazy_static v1.5.0 |
1231 | 2025-06-30T22:07:36.007Z | Downloaded md-5 v0.10.6 |
1232 | 2025-06-30T22:07:36.012Z | Downloaded lockfree-object-pool v0.1.6 |
1233 | 2025-06-30T22:07:36.012Z | Downloaded linked-hash-map v0.5.6 |
1234 | 2025-06-30T22:07:36.015Z | Downloaded crc-catalog v2.4.0 |
1235 | 2025-06-30T22:07:36.015Z | Downloaded libz-rs-sys v0.5.1 |
1236 | 2025-06-30T22:07:36.015Z | Downloaded libsw v3.5.0 |
1237 | 2025-06-30T22:07:36.015Z | Downloaded indoc v2.0.6 |
1238 | 2025-06-30T22:07:36.018Z | Downloaded blake2 v0.10.6 |
1239 | 2025-06-30T22:07:36.021Z | Downloaded hyper-staticfile v0.10.1 |
1240 | 2025-06-30T22:07:36.021Z | Downloaded ref-cast-impl v1.0.24 |
1241 | 2025-06-30T22:07:36.024Z | Downloaded ingot v0.1.0 |
1242 | 2025-06-30T22:07:36.024Z | Downloaded ciborium v0.2.2 |
1243 | 2025-06-30T22:07:36.027Z | Downloaded bit-vec v0.6.3 |
1244 | 2025-06-30T22:07:36.027Z | Downloaded libefi-sys v0.1.0 |
1245 | 2025-06-30T22:07:36.030Z | Downloaded is-terminal v0.4.13 |
1246 | 2025-06-30T22:07:36.030Z | Downloaded inout v0.1.3 |
1247 | 2025-06-30T22:07:36.030Z | Downloaded ingot-types v0.1.0 |
1248 | 2025-06-30T22:07:36.033Z | Downloaded bzip2 v0.4.4 |
1249 | 2025-06-30T22:07:36.033Z | Downloaded base64ct v1.6.0 |
1250 | 2025-06-30T22:07:36.036Z | Downloaded backoff v0.4.0 |
1251 | 2025-06-30T22:07:36.036Z | Downloaded indent_write v2.2.0 |
1252 | 2025-06-30T22:07:36.039Z | Downloaded hyper-tls v0.6.0 |
1253 | 2025-06-30T22:07:36.040Z | Downloaded progenitor-macro v0.9.1 |
1254 | 2025-06-30T22:07:36.040Z | Downloaded progenitor v0.8.0 |
1255 | 2025-06-30T22:07:36.042Z | Downloaded internet-checksum v0.2.1 |
1256 | 2025-06-30T22:07:36.042Z | Downloaded cobs v0.2.3 |
1257 | 2025-06-30T22:07:36.042Z | Downloaded cargo-platform v0.1.8 |
1258 | 2025-06-30T22:07:36.046Z | Downloaded bitfield-struct v0.6.2 |
1259 | 2025-06-30T22:07:36.046Z | Downloaded bitfield v0.14.0 |
1260 | 2025-06-30T22:07:36.046Z | Downloaded convert_case v0.4.0 |
1261 | 2025-06-30T22:07:36.049Z | Downloaded camino-tempfile-ext v0.3.1 |
1262 | 2025-06-30T22:07:36.049Z | Downloaded indoc v1.0.9 |
1263 | 2025-06-30T22:07:36.052Z | Downloaded hickory-resolver v0.25.2 |
1264 | 2025-06-30T22:07:36.055Z | Downloaded atomicwrites v0.4.4 |
1265 | 2025-06-30T22:07:36.058Z | Downloaded atomic-waker v1.1.2 |
1266 | 2025-06-30T22:07:36.058Z | Downloaded cexpr v0.6.0 |
1267 | 2025-06-30T22:07:36.058Z | Downloaded bit-set v0.5.3 |
1268 | 2025-06-30T22:07:36.061Z | Downloaded async-recursion v1.1.1 |
1269 | 2025-06-30T22:07:36.064Z | Downloaded lalrpop-util v0.19.12 |
1270 | 2025-06-30T22:07:36.064Z | Downloaded is_ci v1.2.0 |
1271 | 2025-06-30T22:07:36.064Z | Downloaded async-stream v0.3.6 |
1272 | 2025-06-30T22:07:36.067Z | Downloaded hickory-proto v0.25.2 |
1273 | 2025-06-30T22:07:36.082Z | Downloaded buf-list v1.0.3 |
1274 | 2025-06-30T22:07:36.085Z | Downloaded headers v0.4.1 |
1275 | 2025-06-30T22:07:36.088Z | Downloaded home v0.5.9 |
1276 | 2025-06-30T22:07:36.091Z | Downloaded bcs v0.1.6 |
1277 | 2025-06-30T22:07:36.091Z | Downloaded crucible-workspace-hack v0.1.0 |
1278 | 2025-06-30T22:07:36.091Z | Downloaded aho-corasick v1.1.3 |
1279 | 2025-06-30T22:07:36.096Z | Downloaded heapless v0.8.0 |
1280 | 2025-06-30T22:07:36.100Z | Downloaded headers-core v0.3.0 |
1281 | 2025-06-30T22:07:36.103Z | Downloaded arrayref v0.3.9 |
1282 | 2025-06-30T22:07:36.103Z | Downloaded array-init v0.0.4 |
1283 | 2025-06-30T22:07:36.103Z | Downloaded aead v0.5.2 |
1284 | 2025-06-30T22:07:36.295Z | Downloaded aws-lc-sys v0.26.0 |
1285 | 2025-06-30T22:07:36.644Z | Compiling value-bag v1.9.0 |
1286 | 2025-06-30T22:07:36.644Z | Compiling shlex v1.3.0 |
1287 | 2025-06-30T22:07:36.644Z | Compiling lock_api v0.4.12 |
1288 | 2025-06-30T22:07:36.648Z | Compiling scopeguard v1.2.0 |
1289 | 2025-06-30T22:07:36.648Z | Compiling typenum v1.17.0 |
1290 | 2025-06-30T22:07:36.648Z | Compiling generic-array v0.14.7 |
1291 | 2025-06-30T22:07:36.648Z | Compiling syn v2.0.104 |
1292 | 2025-06-30T22:07:36.822Z | Compiling getrandom v0.2.15 |
1293 | 2025-06-30T22:07:36.997Z | Compiling jobserver v0.1.32 |
1294 | 2025-06-30T22:07:37.162Z | Compiling rand_core v0.6.4 |
1295 | 2025-06-30T22:07:37.276Z | Compiling smallvec v1.15.0 |
1296 | 2025-06-30T22:07:37.304Z | Compiling log v0.4.27 |
1297 | 2025-06-30T22:07:37.410Z | Compiling cc v1.2.15 |
1298 | 2025-06-30T22:07:37.624Z | Compiling portable-atomic v1.11.0 |
1299 | 2025-06-30T22:07:37.639Z | Compiling critical-section v1.1.3 |
1300 | 2025-06-30T22:07:37.741Z | Compiling subtle v2.6.1 |
1301 | 2025-06-30T22:07:37.763Z | Compiling const-oid v0.9.6 |
1302 | 2025-06-30T22:07:37.797Z | Compiling pkg-config v0.3.31 |
1303 | 2025-06-30T22:07:38.017Z | Compiling pin-project-lite v0.2.14 |
1304 | 2025-06-30T22:07:38.088Z | Compiling parking_lot_core v0.9.10 |
1305 | 2025-06-30T22:07:38.173Z | Compiling rustix v0.38.37 |
1306 | 2025-06-30T22:07:38.985Z | Compiling signal-hook-registry v1.4.2 |
1307 | 2025-06-30T22:07:39.008Z | Compiling parking_lot v0.12.3 |
1308 | 2025-06-30T22:07:39.066Z | Compiling mio v1.0.2 |
1309 | 2025-06-30T22:07:39.130Z | Compiling futures-core v0.3.31 |
1310 | 2025-06-30T22:07:39.515Z | Compiling spin v0.9.8 |
1311 | 2025-06-30T22:07:39.817Z | Compiling socket2 v0.5.10 |
1312 | 2025-06-30T22:07:39.849Z | Compiling slab v0.4.9 |
1313 | 2025-06-30T22:07:39.880Z | Compiling aho-corasick v1.1.3 |
1314 | 2025-06-30T22:07:39.983Z | Compiling once_cell v1.21.3 |
1315 | 2025-06-30T22:07:40.083Z | Compiling regex-syntax v0.8.5 |
1316 | 2025-06-30T22:07:40.181Z | Compiling cpufeatures v0.2.14 |
1317 | 2025-06-30T22:07:40.310Z | Compiling libm v0.2.8 |
1318 | 2025-06-30T22:07:40.330Z | Compiling serde_json v1.0.140 |
1319 | 2025-06-30T22:07:40.401Z | Compiling either v1.15.0 |
1320 | 2025-06-30T22:07:40.726Z | Compiling num-traits v0.2.19 |
1321 | 2025-06-30T22:07:40.756Z | Compiling getrandom v0.3.1 |
1322 | 2025-06-30T22:07:40.837Z | Compiling futures-sink v0.3.31 |
1323 | 2025-06-30T22:07:40.885Z | Compiling glob v0.3.2 |
1324 | 2025-06-30T22:07:41.296Z | Compiling percent-encoding v2.3.1 |
1325 | 2025-06-30T22:07:41.694Z | Compiling prettyplease v0.2.35 |
1326 | 2025-06-30T22:07:41.736Z | Compiling lazy_static v1.5.0 |
1327 | 2025-06-30T22:07:41.781Z | Compiling clang-sys v1.8.1 |
1328 | 2025-06-30T22:07:41.781Z | Compiling foldhash v0.1.5 |
1329 | 2025-06-30T22:07:41.808Z | Compiling allocator-api2 v0.2.21 |
1330 | 2025-06-30T22:07:41.890Z | Compiling minimal-lexical v0.2.1 |
1331 | 2025-06-30T22:07:42.136Z | Compiling libloading v0.8.5 |
1332 | 2025-06-30T22:07:42.473Z | Compiling hashbrown v0.15.4 |
1333 | 2025-06-30T22:07:42.500Z | Compiling nom v7.1.3 |
1334 | 2025-06-30T22:07:42.525Z | Compiling base64ct v1.6.0 |
1335 | 2025-06-30T22:07:42.616Z | Compiling bindgen v0.69.5 |
1336 | 2025-06-30T22:07:43.139Z | Compiling home v0.5.9 |
1337 | 2025-06-30T22:07:43.367Z | Compiling pem-rfc7468 v0.7.0 |
1338 | 2025-06-30T22:07:43.646Z | Compiling futures-channel v0.3.31 |
1339 | 2025-06-30T22:07:43.977Z | Compiling regex-automata v0.4.8 |
1340 | 2025-06-30T22:07:44.077Z | Compiling itertools v0.12.1 |
1341 | 2025-06-30T22:07:44.160Z | Compiling flagset v0.4.6 |
1342 | 2025-06-30T22:07:44.270Z | Compiling synstructure v0.13.1 |
1343 | 2025-06-30T22:07:45.645Z | Compiling cexpr v0.6.0 |
1344 | 2025-06-30T22:07:45.845Z | Compiling futures-task v0.3.31 |
1345 | 2025-06-30T22:07:46.151Z | Compiling futures-io v0.3.31 |
1346 | 2025-06-30T22:07:46.170Z | Compiling lazycell v1.3.0 |
1347 | 2025-06-30T22:07:46.358Z | Compiling rustc-hash v1.1.0 |
1348 | 2025-06-30T22:07:46.425Z | Compiling pin-utils v0.1.0 |
1349 | 2025-06-30T22:07:46.527Z | Compiling cmake v0.1.51 |
1350 | 2025-06-30T22:07:46.548Z | Compiling dunce v1.0.5 |
1351 | 2025-06-30T22:07:46.704Z | Compiling fs_extra v1.3.0 |
1352 | 2025-06-30T22:07:47.026Z | Compiling form_urlencoded v1.2.1 |
1353 | 2025-06-30T22:07:47.150Z | Compiling zerocopy v0.8.26 |
1354 | 2025-06-30T22:07:47.251Z | Compiling paste v1.0.15 |
1355 | 2025-06-30T22:07:47.273Z | Compiling vcpkg v0.2.15 |
1356 | 2025-06-30T22:07:47.318Z | Compiling crossbeam-utils v0.8.21 |
1357 | 2025-06-30T22:07:47.348Z | Compiling ring v0.17.14 |
1358 | 2025-06-30T22:07:47.878Z | Compiling tracing-core v0.1.32 |
1359 | 2025-06-30T22:07:48.010Z | Compiling iana-time-zone v0.1.63 |
1360 | 2025-06-30T22:07:48.360Z | Compiling aws-lc-rs v1.12.4 |
1361 | 2025-06-30T22:07:48.780Z | Compiling rustls-pki-types v1.10.0 |
1362 | 2025-06-30T22:07:48.888Z | Compiling openssl-sys v0.9.109 |
1363 | 2025-06-30T22:07:49.016Z | Compiling httparse v1.9.5 |
1364 | 2025-06-30T22:07:49.255Z | Compiling serde_derive v1.0.219 |
1365 | 2025-06-30T22:07:49.666Z | Compiling zeroize_derive v1.4.2 |
1366 | 2025-06-30T22:07:49.686Z | Compiling zerofrom-derive v0.1.4 |
1367 | 2025-06-30T22:07:49.832Z | Compiling yoke-derive v0.7.4 |
1368 | 2025-06-30T22:07:49.880Z | Compiling zerovec-derive v0.10.3 |
1369 | 2025-06-30T22:07:51.012Z | Compiling zeroize v1.8.1 |
1370 | 2025-06-30T22:07:52.171Z | Compiling displaydoc v0.2.5 |
1371 | 2025-06-30T22:07:52.327Z | Compiling zerocopy-derive v0.7.35 |
1372 | 2025-06-30T22:07:52.617Z | Compiling crypto-common v0.1.6 |
1373 | 2025-06-30T22:07:52.855Z | Compiling block-buffer v0.10.4 |
1374 | 2025-06-30T22:07:52.877Z | Compiling zerofrom v0.1.4 |
1375 | 2025-06-30T22:07:53.118Z | Compiling digest v0.10.7 |
1376 | 2025-06-30T22:07:53.146Z | Compiling yoke v0.7.4 |
1377 | 2025-06-30T22:07:53.373Z | Compiling tokio-macros v2.5.0 |
1378 | 2025-06-30T22:07:53.502Z | Compiling zerovec v0.10.4 |
1379 | 2025-06-30T22:07:53.582Z | Compiling hmac v0.12.1 |
1380 | 2025-06-30T22:07:53.605Z | Compiling icu_provider_macros v1.5.0 |
1381 | 2025-06-30T22:07:53.836Z | Compiling block-padding v0.3.3 |
1382 | 2025-06-30T22:07:54.005Z | Compiling sha2 v0.10.9 |
1383 | 2025-06-30T22:07:54.083Z | Compiling inout v0.1.3 |
1384 | 2025-06-30T22:07:54.152Z | Compiling zerocopy v0.7.35 |
1385 | 2025-06-30T22:07:54.368Z | Compiling cipher v0.4.4 |
1386 | 2025-06-30T22:07:54.671Z | Compiling regex v1.11.1 |
1387 | 2025-06-30T22:07:54.832Z | Compiling der_derive v0.7.3 |
1388 | 2025-06-30T22:07:54.900Z | Compiling futures-macro v0.3.31 |
1389 | 2025-06-30T22:07:55.537Z | Compiling tinystr v0.7.6 |
1390 | 2025-06-30T22:07:55.573Z | Compiling icu_collections v1.5.0 |
1391 | 2025-06-30T22:07:55.588Z | Compiling thiserror-impl v1.0.69 |
1392 | 2025-06-30T22:07:55.914Z | Compiling icu_locid v1.5.0 |
1393 | 2025-06-30T22:07:56.187Z | Compiling serde v1.0.219 |
1394 | 2025-06-30T22:07:56.585Z | Compiling futures-util v0.3.31 |
1395 | 2025-06-30T22:07:56.691Z | Compiling ppv-lite86 v0.2.20 |
1396 | 2025-06-30T22:07:56.965Z | Compiling icu_provider v1.5.0 |
1397 | 2025-06-30T22:07:57.073Z | Compiling der v0.7.9 |
1398 | 2025-06-30T22:07:57.379Z | Compiling salsa20 v0.10.2 |
1399 | 2025-06-30T22:07:57.442Z | Compiling pbkdf2 v0.12.2 |
1400 | 2025-06-30T22:07:57.622Z | Compiling scrypt v0.11.0 |
1401 | 2025-06-30T22:07:57.639Z | Compiling cbc v0.1.2 |
1402 | 2025-06-30T22:07:57.739Z | Compiling icu_locid_transform v1.5.0 |
1403 | 2025-06-30T22:07:57.904Z | Compiling aes v0.8.4 |
1404 | 2025-06-30T22:07:57.907Z | Compiling zerocopy-derive v0.8.26 |
1405 | 2025-06-30T22:07:58.297Z | Compiling tracing-attributes v0.1.27 |
1406 | 2025-06-30T22:07:58.336Z | Compiling thiserror v1.0.69 |
1407 | 2025-06-30T22:07:58.527Z | Compiling pest v2.7.14 |
1408 | 2025-06-30T22:07:59.922Z | Compiling icu_properties v1.5.1 |
1409 | 2025-06-30T22:08:00.025Z | Compiling spki v0.7.3 |
1410 | 2025-06-30T22:08:00.402Z | Compiling pkcs5 v0.7.1 |
1411 | 2025-06-30T22:08:00.606Z | Compiling scroll_derive v0.12.0 |
1412 | 2025-06-30T22:08:01.437Z | Compiling bytes v1.10.1 |
1413 | 2025-06-30T22:08:01.518Z | Compiling bitflags v2.9.0 |
1414 | 2025-06-30T22:08:01.562Z | Compiling semver v1.0.26 |
1415 | 2025-06-30T22:08:01.981Z | Compiling indexmap v2.9.0 |
1416 | 2025-06-30T22:08:02.017Z | Compiling rustc_version v0.4.1 |
1417 | 2025-06-30T22:08:02.217Z | Compiling uuid v1.17.0 |
1418 | 2025-06-30T22:08:02.708Z | Compiling tokio v1.45.1 |
1419 | 2025-06-30T22:08:02.839Z | Compiling http v1.3.1 |
1420 | 2025-06-30T22:08:03.376Z | Compiling tracing v0.1.40 |
1421 | 2025-06-30T22:08:03.708Z | Compiling icu_normalizer v1.5.0 |
1422 | 2025-06-30T22:08:03.901Z | Compiling chrono v0.4.41 |
1423 | 2025-06-30T22:08:04.242Z | Compiling pest_meta v2.7.14 |
1424 | 2025-06-30T22:08:04.525Z | Compiling http-body v1.0.1 |
1425 | 2025-06-30T22:08:04.745Z | Compiling idna_adapter v1.2.0 |
1426 | 2025-06-30T22:08:04.802Z | Compiling pkcs8 v0.10.2 |
1427 | 2025-06-30T22:08:05.017Z | Compiling idna v1.0.3 |
1428 | 2025-06-30T22:08:05.040Z | Compiling tinyvec_macros v0.1.1 |
1429 | 2025-06-30T22:08:05.159Z | Compiling base64 v0.22.1 |
1430 | 2025-06-30T22:08:05.440Z | Compiling tinyvec v1.8.0 |
1431 | 2025-06-30T22:08:05.479Z | Compiling rand_core v0.9.2 |
1432 | 2025-06-30T22:08:05.807Z | Compiling which v4.4.2 |
1433 | 2025-06-30T22:08:05.943Z | Compiling url v2.5.4 |
1434 | 2025-06-30T22:08:06.522Z | Compiling pest_generator v2.7.14 |
1435 | 2025-06-30T22:08:06.561Z | Compiling scroll v0.12.0 |
1436 | 2025-06-30T22:08:07.041Z | Compiling serde_derive_internals v0.29.1 |
1437 | 2025-06-30T22:08:07.113Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1438 | 2025-06-30T22:08:07.246Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1439 | 2025-06-30T22:08:07.678Z | Compiling openssl v0.10.73 |
1440 | 2025-06-30T22:08:07.736Z | Compiling tower-service v0.3.3 |
1441 | 2025-06-30T22:08:07.863Z | Compiling openssl-probe v0.1.5 |
1442 | 2025-06-30T22:08:07.885Z | Compiling schemars v0.8.22 |
1443 | 2025-06-30T22:08:08.090Z | Compiling foreign-types-shared v0.1.1 |
1444 | 2025-06-30T22:08:08.182Z | Compiling untrusted v0.9.0 |
1445 | 2025-06-30T22:08:08.225Z | Compiling adler2 v2.0.0 |
1446 | 2025-06-30T22:08:08.238Z | Compiling untrusted v0.7.1 |
1447 | 2025-06-30T22:08:08.336Z | Compiling try-lock v0.2.5 |
1448 | 2025-06-30T22:08:08.398Z | Compiling num-conv v0.1.0 |
1449 | 2025-06-30T22:08:08.418Z | Compiling atomic-waker v1.1.2 |
1450 | 2025-06-30T22:08:08.440Z | Compiling rustversion v1.0.17 |
1451 | 2025-06-30T22:08:08.461Z | Compiling time-core v0.1.2 |
1452 | 2025-06-30T22:08:08.507Z | Compiling powerfmt v0.2.0 |
1453 | 2025-06-30T22:08:08.626Z | Compiling want v0.3.1 |
1454 | 2025-06-30T22:08:08.665Z | Compiling pest_derive v2.7.14 |
1455 | 2025-06-30T22:08:08.686Z | Compiling time-macros v0.2.18 |
1456 | 2025-06-30T22:08:08.908Z | Compiling deranged v0.3.11 |
1457 | 2025-06-30T22:08:08.922Z | Compiling miniz_oxide v0.8.5 |
1458 | 2025-06-30T22:08:09.226Z | Compiling schemars_derive v0.8.22 |
1459 | 2025-06-30T22:08:09.511Z | Compiling foreign-types v0.3.2 |
1460 | 2025-06-30T22:08:10.378Z | Compiling goblin v0.8.2 |
1461 | 2025-06-30T22:08:11.559Z | Compiling tokio-util v0.7.15 |
1462 | 2025-06-30T22:08:11.946Z | Compiling rand_chacha v0.9.0 |
1463 | 2025-06-30T22:08:12.574Z | Compiling ipnet v2.11.0 |
1464 | 2025-06-30T22:08:12.990Z | Compiling h2 v0.4.6 |
1465 | 2025-06-30T22:08:13.336Z | Compiling openssl-macros v0.1.1 |
1466 | 2025-06-30T22:08:13.725Z | Compiling rustls v0.23.19 |
1467 | 2025-06-30T22:08:14.021Z | Compiling num_threads v0.1.7 |
1468 | 2025-06-30T22:08:14.057Z | Compiling syn v1.0.109 |
1469 | 2025-06-30T22:08:14.166Z | Compiling httpdate v1.0.3 |
1470 | 2025-06-30T22:08:14.622Z | Compiling dyn-clone v1.0.19 |
1471 | 2025-06-30T22:08:14.643Z | Compiling native-tls v0.2.12 |
1472 | 2025-06-30T22:08:15.014Z | Compiling time v0.3.36 |
1473 | 2025-06-30T22:08:15.786Z | Compiling rand v0.9.1 |
1474 | 2025-06-30T22:08:17.582Z | Compiling dof v0.3.0 |
1475 | 2025-06-30T22:08:18.418Z | Compiling dtrace-parser v0.2.0 |
1476 | 2025-06-30T22:08:19.242Z | Compiling unicode-normalization v0.1.24 |
1477 | 2025-06-30T22:08:19.295Z | Compiling heapless v0.7.17 |
1478 | 2025-06-30T22:08:19.787Z | Compiling signature v2.2.0 |
1479 | 2025-06-30T22:08:20.089Z | Compiling hyper v1.6.0 |
1480 | 2025-06-30T22:08:20.204Z | Compiling crossbeam-epoch v0.9.18 |
1481 | 2025-06-30T22:08:20.302Z | Compiling crc32fast v1.4.2 |
1482 | 2025-06-30T22:08:20.305Z | Compiling cookie v0.18.1 |
1483 | 2025-06-30T22:08:20.619Z | Compiling siphasher v0.3.11 |
1484 | 2025-06-30T22:08:20.640Z | Compiling unicode-properties v0.1.3 |
1485 | 2025-06-30T22:08:20.811Z | Compiling zstd-safe v7.2.3 |
1486 | 2025-06-30T22:08:21.025Z | Compiling signal-hook v0.3.18 |
1487 | 2025-06-30T22:08:21.060Z | Compiling zlib-rs v0.5.1 |
1488 | 2025-06-30T22:08:21.147Z | Compiling unicode-bidi v0.3.17 |
1489 | 2025-06-30T22:08:21.299Z | Compiling slog v2.7.0 |
1490 | 2025-06-30T22:08:21.779Z | Compiling rayon-core v1.12.1 |
1491 | 2025-06-30T22:08:22.085Z | Compiling stringprep v0.1.5 |
1492 | 2025-06-30T22:08:22.321Z | Compiling hyper-util v0.1.14 |
1493 | 2025-06-30T22:08:22.385Z | Compiling phf_shared v0.11.2 |
1494 | 2025-06-30T22:08:22.544Z | Compiling crossbeam-deque v0.8.5 |
1495 | 2025-06-30T22:08:22.904Z | Compiling usdt-impl v0.5.0 |
1496 | 2025-06-30T22:08:23.310Z | Compiling curve25519-dalek v4.1.3 |
1497 | 2025-06-30T22:08:23.494Z | Compiling serde_spanned v0.6.9 |
1498 | 2025-06-30T22:08:23.718Z | Compiling serde_tokenstream v0.2.2 |
1499 | 2025-06-30T22:08:23.981Z | Compiling toml_datetime v0.6.11 |
1500 | 2025-06-30T22:08:24.087Z | Compiling rand_chacha v0.3.1 |
1501 | 2025-06-30T22:08:24.138Z | Compiling md-5 v0.10.6 |
1502 | 2025-06-30T22:08:24.282Z | Compiling num-integer v0.1.46 |
1503 | 2025-06-30T22:08:24.423Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-06-30T22:08:24.556Z | Compiling hash32 v0.2.1 |
1505 | 2025-06-30T22:08:24.625Z | Compiling ff v0.13.0 |
1506 | 2025-06-30T22:08:24.872Z | Compiling memoffset v0.9.1 |
1507 | 2025-06-30T22:08:24.934Z | Compiling tower-layer v0.3.3 |
1508 | 2025-06-30T22:08:25.063Z | Compiling psl-types v2.0.11 |
1509 | 2025-06-30T22:08:25.186Z | Compiling smoltcp v0.9.1 |
1510 | 2025-06-30T22:08:25.213Z | Compiling base16ct v0.2.0 |
1511 | 2025-06-30T22:08:25.293Z | Compiling litrs v0.4.1 |
1512 | 2025-06-30T22:08:25.530Z | Compiling cfg_aliases v0.2.1 |
1513 | 2025-06-30T22:08:25.641Z | Compiling num-bigint-dig v0.8.4 |
1514 | 2025-06-30T22:08:25.774Z | Compiling newtype-uuid v1.2.4 |
1515 | 2025-06-30T22:08:25.802Z | Compiling fallible-iterator v0.2.0 |
1516 | 2025-06-30T22:08:25.957Z | Compiling gimli v0.31.1 |
1517 | 2025-06-30T22:08:26.094Z | Compiling nix v0.29.0 |
1518 | 2025-06-30T22:08:26.136Z | Compiling sec1 v0.7.3 |
1519 | 2025-06-30T22:08:26.349Z | Compiling document-features v0.2.10 |
1520 | 2025-06-30T22:08:26.464Z | Compiling postgres-protocol v0.6.8 |
1521 | 2025-06-30T22:08:26.678Z | Compiling publicsuffix v2.3.0 |
1522 | 2025-06-30T22:08:26.994Z | Compiling tower v0.5.2 |
1523 | 2025-06-30T22:08:27.445Z | Compiling libz-rs-sys v0.5.1 |
1524 | 2025-06-30T22:08:27.667Z | Compiling num-iter v0.1.45 |
1525 | 2025-06-30T22:08:27.761Z | Compiling flate2 v1.1.2 |
1526 | 2025-06-30T22:08:27.819Z | Compiling group v0.13.0 |
1527 | 2025-06-30T22:08:27.865Z | Compiling rand v0.8.5 |
1528 | 2025-06-30T22:08:28.159Z | Compiling tokio-native-tls v0.3.1 |
1529 | 2025-06-30T22:08:29.364Z | Compiling ipnetwork v0.21.1 |
1530 | 2025-06-30T22:08:29.390Z | Compiling rustls-native-certs v0.8.1 |
1531 | 2025-06-30T22:08:29.402Z | Compiling terminal_size v0.4.0 |
1532 | 2025-06-30T22:08:29.661Z | Compiling http-body-util v0.1.3 |
1533 | 2025-06-30T22:08:29.791Z | Compiling hkdf v0.12.4 |
1534 | 2025-06-30T22:08:29.897Z | Compiling crypto-bigint v0.5.5 |
1535 | 2025-06-30T22:08:29.934Z | Compiling webpki-roots v1.0.0 |
1536 | 2025-06-30T22:08:30.072Z | Compiling addr2line v0.24.2 |
1537 | 2025-06-30T22:08:30.135Z | Compiling curve25519-dalek-derive v0.1.1 |
1538 | 2025-06-30T22:08:30.154Z | Compiling thiserror-impl v2.0.12 |
1539 | 2025-06-30T22:08:30.180Z | Compiling async-trait v0.1.88 |
1540 | 2025-06-30T22:08:30.570Z | Compiling ahash v0.8.11 |
1541 | 2025-06-30T22:08:30.748Z | Compiling object v0.36.5 |
1542 | 2025-06-30T22:08:30.925Z | Compiling fs-err v3.1.1 |
1543 | 2025-06-30T22:08:31.227Z | Compiling rustc-demangle v0.1.24 |
1544 | 2025-06-30T22:08:31.464Z | Compiling iri-string v0.7.8 |
1545 | 2025-06-30T22:08:32.084Z | Compiling bitflags v1.3.2 |
1546 | 2025-06-30T22:08:32.210Z | Compiling simd-adler32 v0.3.7 |
1547 | 2025-06-30T22:08:32.591Z | Compiling anyhow v1.0.98 |
1548 | 2025-06-30T22:08:32.754Z | Compiling winnow v0.5.40 |
1549 | 2025-06-30T22:08:33.180Z | Compiling lockfree-object-pool v0.1.6 |
1550 | 2025-06-30T22:08:33.223Z | Compiling managed v0.8.0 |
1551 | 2025-06-30T22:08:33.457Z | Compiling buf-list v1.0.3 |
1552 | 2025-06-30T22:08:33.656Z | Compiling bumpalo v3.16.0 |
1553 | 2025-06-30T22:08:34.124Z | Compiling zopfli v0.8.1 |
1554 | 2025-06-30T22:08:34.792Z | Compiling hubpack_derive v0.1.1 |
1555 | 2025-06-30T22:08:35.255Z | Compiling tower-http v0.6.6 |
1556 | 2025-06-30T22:08:35.646Z | Compiling hubpack v0.1.2 |
1557 | 2025-06-30T22:08:35.741Z | Compiling console v0.15.10 |
1558 | 2025-06-30T22:08:35.780Z | Compiling thiserror v2.0.12 |
1559 | 2025-06-30T22:08:35.954Z | Compiling strum_macros v0.25.3 |
1560 | 2025-06-30T22:08:36.065Z | Compiling toml_edit v0.19.15 |
1561 | 2025-06-30T22:08:36.107Z | Compiling elliptic-curve v0.13.8 |
1562 | 2025-06-30T22:08:36.273Z | Compiling clap_builder v4.5.40 |
1563 | 2025-06-30T22:08:37.065Z | Compiling hyper-tls v0.6.0 |
1564 | 2025-06-30T22:08:37.099Z | Compiling oxnet v0.1.2 |
1565 | 2025-06-30T22:08:37.471Z | Compiling backtrace v0.3.74 |
1566 | 2025-06-30T22:08:37.926Z | Compiling rayon v1.10.0 |
1567 | 2025-06-30T22:08:39.465Z | Compiling cookie_store v0.21.1 |
1568 | 2025-06-30T22:08:40.386Z | Compiling signal-hook-mio v0.2.4 |
1569 | 2025-06-30T22:08:40.577Z | Compiling zstd v0.13.3 |
1570 | 2025-06-30T22:08:40.945Z | Compiling postgres-types v0.2.9 |
1571 | 2025-06-30T22:08:41.651Z | Compiling usdt-macro v0.5.0 |
1572 | 2025-06-30T22:08:42.215Z | Compiling usdt-attr-macro v0.5.0 |
1573 | 2025-06-30T22:08:42.333Z | Compiling phf v0.11.2 |
1574 | 2025-06-30T22:08:42.607Z | Compiling strum_macros v0.26.4 |
1575 | 2025-06-30T22:08:42.796Z | Compiling ed25519 v2.2.3 |
1576 | 2025-06-30T22:08:43.033Z | Compiling bzip2 v0.4.4 |
1577 | 2025-06-30T22:08:43.438Z | Compiling bzip2 v0.5.2 |
1578 | 2025-06-30T22:08:43.700Z | Compiling enum-as-inner v0.6.1 |
1579 | 2025-06-30T22:08:43.872Z | Compiling clap_derive v4.5.40 |
1580 | 2025-06-30T22:08:43.878Z | Compiling pkcs1 v0.7.5 |
1581 | 2025-06-30T22:08:43.910Z | Compiling serde_urlencoded v0.7.1 |
1582 | 2025-06-30T22:08:44.418Z | Compiling serde-big-array v0.5.1 |
1583 | 2025-06-30T22:08:44.644Z | Compiling rfc6979 v0.4.0 |
1584 | 2025-06-30T22:08:44.710Z | Compiling bstr v1.10.0 |
1585 | 2025-06-30T22:08:44.764Z | Compiling daft-derive v0.1.3 |
1586 | 2025-06-30T22:08:44.809Z | Compiling serde_repr v0.1.19 |
1587 | 2025-06-30T22:08:44.864Z | Compiling float-cmp v0.10.0 |
1588 | 2025-06-30T22:08:45.134Z | Compiling encoding_rs v0.8.34 |
1589 | 2025-06-30T22:08:45.913Z | Compiling new_debug_unreachable v1.0.6 |
1590 | 2025-06-30T22:08:46.030Z | Compiling normalize-line-endings v0.3.0 |
1591 | 2025-06-30T22:08:46.173Z | Compiling static_assertions v1.1.0 |
1592 | 2025-06-30T22:08:46.194Z | Compiling data-encoding v2.9.0 |
1593 | 2025-06-30T22:08:46.260Z | Compiling fixedbitset v0.4.2 |
1594 | 2025-06-30T22:08:46.288Z | Compiling predicates-core v1.0.8 |
1595 | 2025-06-30T22:08:46.587Z | Compiling mime v0.3.17 |
1596 | 2025-06-30T22:08:46.709Z | Compiling whoami v1.6.0 |
1597 | 2025-06-30T22:08:47.019Z | Compiling precomputed-hash v0.1.1 |
1598 | 2025-06-30T22:08:47.105Z | Compiling difflib v0.4.0 |
1599 | 2025-06-30T22:08:47.165Z | Compiling unicode-segmentation v1.12.0 |
1600 | 2025-06-30T22:08:47.269Z | Compiling number_prefix v0.4.0 |
1601 | 2025-06-30T22:08:47.512Z | Compiling indicatif v0.17.11 |
1602 | 2025-06-30T22:08:47.905Z | Compiling similar v2.7.0 |
1603 | 2025-06-30T22:08:48.032Z | Compiling predicates v3.1.3 |
1604 | 2025-06-30T22:08:48.322Z | Compiling clap v4.5.40 |
1605 | 2025-06-30T22:08:48.352Z | Compiling string_cache v0.8.9 |
1606 | 2025-06-30T22:08:48.450Z | Compiling toml_edit v0.22.27 |
1607 | 2025-06-30T22:08:48.789Z | Compiling tokio-postgres v0.7.13 |
1608 | 2025-06-30T22:08:48.856Z | Compiling strum v0.26.3 |
1609 | 2025-06-30T22:08:49.071Z | Compiling hickory-proto v0.25.2 |
1610 | 2025-06-30T22:08:49.420Z | Compiling petgraph v0.6.5 |
1611 | 2025-06-30T22:08:49.470Z | Compiling daft v0.1.3 |
1612 | 2025-06-30T22:08:49.947Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1613 | 2025-06-30T22:08:50.033Z | Compiling usdt v0.5.0 |
1614 | 2025-06-30T22:08:50.518Z | Compiling ecdsa v0.16.9 |
1615 | 2025-06-30T22:08:51.268Z | Compiling rsa v0.9.6 |
1616 | 2025-06-30T22:08:51.386Z | Compiling zip v4.2.0 |
1617 | 2025-06-30T22:08:53.094Z | Compiling zip v0.6.6 |
1618 | 2025-06-30T22:08:53.541Z | Compiling ed25519-dalek v2.1.1 |
1619 | 2025-06-30T22:08:54.362Z | Compiling crossterm v0.28.1 |
1620 | 2025-06-30T22:08:54.942Z | Compiling toml v0.7.8 |
1621 | 2025-06-30T22:08:56.675Z | Compiling tokio-stream v0.1.17 |
1622 | 2025-06-30T22:08:56.712Z | Compiling openapiv3 v2.2.0 |
1623 | 2025-06-30T22:08:56.859Z | Compiling x509-cert v0.2.5 |
1624 | 2025-06-30T22:08:57.108Z | Compiling sha1 v0.10.6 |
1625 | 2025-06-30T22:08:57.515Z | Compiling itertools v0.10.5 |
1626 | 2025-06-30T22:08:57.534Z | Compiling dirs-sys-next v0.1.2 |
1627 | 2025-06-30T22:08:57.655Z | Compiling winnow v0.6.26 |
1628 | 2025-06-30T22:08:58.062Z | Compiling lalrpop-util v0.19.12 |
1629 | 2025-06-30T22:08:58.414Z | Compiling peg-runtime v0.8.5 |
1630 | 2025-06-30T22:08:58.903Z | Compiling rustc-hash v2.1.1 |
1631 | 2025-06-30T22:08:59.012Z | Compiling dirs-next v2.0.0 |
1632 | 2025-06-30T22:08:59.121Z | Compiling thread_local v1.1.8 |
1633 | 2025-06-30T22:08:59.232Z | Compiling slog-async v2.8.0 |
1634 | 2025-06-30T22:08:59.633Z | Compiling term v0.7.0 |
1635 | 2025-06-30T22:08:59.832Z | Compiling xattr v1.3.1 |
1636 | 2025-06-30T22:09:00.099Z | Compiling futures-executor v0.3.31 |
1637 | 2025-06-30T22:09:00.120Z | Compiling crossbeam-channel v0.5.15 |
1638 | 2025-06-30T22:09:00.590Z | Compiling filetime v0.2.25 |
1639 | 2025-06-30T22:09:00.750Z | Compiling is-terminal v0.4.13 |
1640 | 2025-06-30T22:09:00.811Z | Compiling take_mut v0.2.2 |
1641 | 2025-06-30T22:09:00.833Z | Compiling tar v0.4.44 |
1642 | 2025-06-30T22:09:00.890Z | Compiling slog-term v2.9.1 |
1643 | 2025-06-30T22:09:00.909Z | Compiling futures v0.3.31 |
1644 | 2025-06-30T22:09:01.031Z | Compiling camino v1.1.10 |
1645 | 2025-06-30T22:09:06.656Z | Compiling aws-lc-sys v0.26.0 |
1646 | 2025-06-30T22:09:41.779Z | Compiling rustls-webpki v0.102.8 |
1647 | 2025-06-30T22:09:46.296Z | Compiling tokio-rustls v0.26.0 |
1648 | 2025-06-30T22:09:46.549Z | Compiling hyper-rustls v0.27.7 |
1649 | 2025-06-30T22:09:46.848Z | Compiling reqwest v0.12.20 |
1650 | 2025-06-30T22:09:50.281Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1651 | 2025-06-30T22:09:50.548Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1652 | 2025-06-30T22:09:55.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1653 | 2025-06-30T22:09:55.281Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1654 | 2025-06-30T22:09:55.336Z | Jun 30 22:09:53.639 INFO Starting download, target: Cockroach |
1655 | 2025-06-30T22:09:55.336Z | Jun 30 22:09:53.639 INFO Starting download, target: Console |
1656 | 2025-06-30T22:09:55.336Z | Jun 30 22:09:53.639 INFO Starting download, target: Clickhouse |
1657 | 2025-06-30T22:09:55.336Z | Jun 30 22:09:53.639 INFO Starting download, target: DendriteStub |
1658 | 2025-06-30T22:09:55.336Z | Jun 30 22:09:53.639 INFO Starting download, target: MaghemiteMgd |
1659 | 2025-06-30T22:09:55.336Z | Jun 30 22:09:53.639 INFO Starting download, target: TransceiverControl |
1660 | 2025-06-30T22:09:55.339Z | Jun 30 22:09:53.640 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1661 | 2025-06-30T22:09:55.339Z | Jun 30 22:09:53.640 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1662 | 2025-06-30T22:09:55.339Z | Jun 30 22:09:53.640 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1663 | 2025-06-30T22:09:55.339Z | Jun 30 22:09:53.640 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1664 | 2025-06-30T22:09:55.339Z | Jun 30 22:09:53.640 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1665 | 2025-06-30T22:09:55.339Z | Jun 30 22:09:53.640 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1666 | 2025-06-30T22:09:55.718Z | Jun 30 22:09:54.012 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1667 | 2025-06-30T22:09:55.945Z | Jun 30 22:09:54.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1668 | 2025-06-30T22:09:56.148Z | Jun 30 22:09:54.429 INFO Download complete, target: TransceiverControl |
1669 | 2025-06-30T22:09:56.320Z | Jun 30 22:09:54.620 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1670 | 2025-06-30T22:09:56.354Z | Jun 30 22:09:54.653 INFO Download complete, target: Console |
1671 | 2025-06-30T22:09:56.808Z | Jun 30 22:09:55.110 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1672 | 2025-06-30T22:09:57.299Z | Jun 30 22:09:55.600 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1673 | 2025-06-30T22:09:57.299Z | Jun 30 22:09:55.600 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1674 | 2025-06-30T22:09:57.374Z | Jun 30 22:09:55.676 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1675 | 2025-06-30T22:09:59.646Z | Jun 30 22:09:57.946 INFO Download complete, target: MaghemiteMgd |
1676 | 2025-06-30T22:09:59.771Z | Jun 30 22:09:58.071 INFO Download complete, target: DendriteStub |
1677 | 2025-06-30T22:10:03.621Z | Jun 30 22:10:01.917 INFO Checking that binary works, target: Cockroach |
1678 | 2025-06-30T22:10:03.778Z | Jun 30 22:10:02.074 INFO Download complete, target: Cockroach |
1679 | 2025-06-30T22:10:07.275Z | Jun 30 22:10:05.567 INFO Checking that binary works, target: Clickhouse |
1680 | 2025-06-30T22:10:07.500Z | Jun 30 22:10:05.793 INFO Download complete, target: Clickhouse |
1681 | 2025-06-30T22:10:07.587Z | All builder prerequisites installed successfully, and PATH looks valid |
1682 | 2025-06-30T22:10:07.590Z | |
1683 | 2025-06-30T22:10:07.590Z | real 4:52.031489904 |
1684 | 2025-06-30T22:10:07.590Z | user 16:18.426867397 |
1685 | 2025-06-30T22:10:07.590Z | sys 2:16.097216852 |
1686 | 2025-06-30T22:10:07.590Z | trap 0.603951492 |
1687 | 2025-06-30T22:10:07.590Z | tflt 5.141135825 |
1688 | 2025-06-30T22:10:07.590Z | dflt 4.986563717 |
1689 | 2025-06-30T22:10:07.590Z | kflt 0.096034923 |
1690 | 2025-06-30T22:10:07.590Z | lock 25:03.477477008 |
1691 | 2025-06-30T22:10:07.590Z | slp 59:51.994250114 |
1692 | 2025-06-30T22:10:07.590Z | lat 1:01.595540110 |
1693 | 2025-06-30T22:10:07.590Z | stop 2:44.198729782 |
1694 | 2025-06-30T22:10:07.591Z | + banner clippy |
1695 | 2025-06-30T22:10:07.591Z | |
1696 | 2025-06-30T22:10:07.591Z | #### # # ##### ##### # # |
1697 | 2025-06-30T22:10:07.591Z | # # # # # # # # # # |
1698 | 2025-06-30T22:10:07.591Z | # # # # # # # # |
1699 | 2025-06-30T22:10:07.591Z | # # # ##### ##### # |
1700 | 2025-06-30T22:10:07.591Z | # # # # # # # |
1701 | 2025-06-30T22:10:07.591Z | #### ###### # # # # |
1702 | 2025-06-30T22:10:07.591Z | |
1703 | 2025-06-30T22:10:07.591Z | + export CARGO_INCREMENTAL=0 |
1704 | 2025-06-30T22:10:07.591Z | + CARGO_INCREMENTAL=0 |
1705 | 2025-06-30T22:10:07.591Z | + ptime -m cargo xtask clippy |
1706 | 2025-06-30T22:10:08.286Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1707 | 2025-06-30T22:10:08.576Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1708 | 2025-06-30T22:10:11.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
1709 | 2025-06-30T22:10:11.605Z | Running `target/debug/xtask clippy` |
1710 | 2025-06-30T22:10:11.632Z | running: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1711 | 2025-06-30T22:10:12.434Z | Downloading crates ... |
1712 | 2025-06-30T22:10:12.756Z | Downloaded plotters-svg v0.3.7 |
1713 | 2025-06-30T22:10:12.762Z | Downloaded escape8259 v0.5.3 |
1714 | 2025-06-30T22:10:12.762Z | Downloaded proc-macro-crate v3.2.0 |
1715 | 2025-06-30T22:10:12.765Z | Downloaded event-listener-strategy v0.5.2 |
1716 | 2025-06-30T22:10:12.765Z | Downloaded anes v0.1.6 |
1717 | 2025-06-30T22:10:12.765Z | Downloaded path-tree v0.8.1 |
1718 | 2025-06-30T22:10:12.765Z | Downloaded piper v0.2.4 |
1719 | 2025-06-30T22:10:12.768Z | Downloaded oorandom v11.1.4 |
1720 | 2025-06-30T22:10:12.769Z | Downloaded kv-log-macro v1.0.7 |
1721 | 2025-06-30T22:10:12.772Z | Downloaded async-signal v0.2.10 |
1722 | 2025-06-30T22:10:12.772Z | Downloaded tinytemplate v1.2.1 |
1723 | 2025-06-30T22:10:12.775Z | Downloaded target-lexicon v0.13.2 |
1724 | 2025-06-30T22:10:12.775Z | Downloaded rstest v0.25.0 |
1725 | 2025-06-30T22:10:12.781Z | Downloaded criterion-plot v0.5.0 |
1726 | 2025-06-30T22:10:12.784Z | Downloaded blocking v1.6.1 |
1727 | 2025-06-30T22:10:12.788Z | Downloaded relative-path v1.9.3 |
1728 | 2025-06-30T22:10:12.788Z | Downloaded partial-io v0.5.4 |
1729 | 2025-06-30T22:10:12.788Z | Downloaded async-process v2.3.0 |
1730 | 2025-06-30T22:10:12.791Z | Downloaded async-object-pool v0.1.5 |
1731 | 2025-06-30T22:10:12.795Z | Downloaded async-task v4.7.1 |
1732 | 2025-06-30T22:10:12.795Z | Downloaded cfg-expr v0.18.0 |
1733 | 2025-06-30T22:10:12.798Z | Downloaded serde_regex v1.1.0 |
1734 | 2025-06-30T22:10:12.803Z | Downloaded target-triple v0.1.3 |
1735 | 2025-06-30T22:10:12.803Z | Downloaded guppy-workspace-hack v0.1.0 |
1736 | 2025-06-30T22:10:12.803Z | Downloaded doc-comment v0.3.3 |
1737 | 2025-06-30T22:10:12.803Z | Downloaded futures-lite v2.3.0 |
1738 | 2025-06-30T22:10:12.807Z | Downloaded blake2b_simd v1.0.2 |
1739 | 2025-06-30T22:10:12.807Z | Downloaded async-lock v3.4.0 |
1740 | 2025-06-30T22:10:12.807Z | Downloaded similar-asserts v1.7.0 |
1741 | 2025-06-30T22:10:12.811Z | Downloaded event-listener v2.5.3 |
1742 | 2025-06-30T22:10:12.811Z | Downloaded concurrent-queue v2.5.0 |
1743 | 2025-06-30T22:10:12.814Z | Downloaded async-global-executor v2.4.1 |
1744 | 2025-06-30T22:10:12.814Z | Downloaded async-executor v1.13.1 |
1745 | 2025-06-30T22:10:12.818Z | Downloaded pathdiff v0.2.3 |
1746 | 2025-06-30T22:10:12.818Z | Downloaded assert-json-diff v2.0.2 |
1747 | 2025-06-30T22:10:12.818Z | Downloaded cast v0.3.0 |
1748 | 2025-06-30T22:10:12.821Z | Downloaded plotters-backend v0.3.7 |
1749 | 2025-06-30T22:10:12.821Z | Downloaded approx v0.5.1 |
1750 | 2025-06-30T22:10:12.824Z | Downloaded stringmetrics v2.2.2 |
1751 | 2025-06-30T22:10:12.825Z | Downloaded async-attributes v1.1.2 |
1752 | 2025-06-30T22:10:12.825Z | Downloaded parking v2.2.1 |
1753 | 2025-06-30T22:10:12.828Z | Downloaded nested v0.1.1 |
1754 | 2025-06-30T22:10:12.828Z | Downloaded async-channel v2.3.1 |
1755 | 2025-06-30T22:10:12.828Z | Downloaded futures-timer v3.0.3 |
1756 | 2025-06-30T22:10:12.831Z | Downloaded rstest_macros v0.25.0 |
1757 | 2025-06-30T22:10:12.835Z | Downloaded async-channel v1.9.0 |
1758 | 2025-06-30T22:10:12.835Z | Downloaded httptest v0.16.3 |
1759 | 2025-06-30T22:10:12.838Z | Downloaded target-spec v3.4.2 |
1760 | 2025-06-30T22:10:12.838Z | Downloaded rust-argon2 v2.1.0 |
1761 | 2025-06-30T22:10:12.842Z | Downloaded libtest-mimic v0.8.1 |
1762 | 2025-06-30T22:10:12.842Z | Downloaded async-io v2.3.4 |
1763 | 2025-06-30T22:10:12.846Z | Downloaded trybuild v1.0.105 |
1764 | 2025-06-30T22:10:12.849Z | Downloaded event-listener v5.3.1 |
1765 | 2025-06-30T22:10:12.853Z | Downloaded rand_distr v0.4.3 |
1766 | 2025-06-30T22:10:12.856Z | Downloaded fancy-regex v0.14.0 |
1767 | 2025-06-30T22:10:12.859Z | Downloaded polling v3.7.3 |
1768 | 2025-06-30T22:10:12.865Z | Downloaded datatest-stable v0.3.2 |
1769 | 2025-06-30T22:10:12.868Z | Downloaded assert_cmd v2.0.17 |
1770 | 2025-06-30T22:10:12.875Z | Downloaded criterion v0.6.0 |
1771 | 2025-06-30T22:10:12.878Z | Downloaded guppy v0.17.19 |
1772 | 2025-06-30T22:10:12.885Z | Downloaded plotters v0.3.7 |
1773 | 2025-06-30T22:10:12.894Z | Downloaded async-std v1.13.0 |
1774 | 2025-06-30T22:10:12.957Z | Downloaded petgraph v0.7.1 |
1775 | 2025-06-30T22:10:13.003Z | Downloaded httpmock v0.8.0-alpha.1 |
1776 | 2025-06-30T22:10:14.804Z | Checking cfg-if v1.0.1 |
1777 | 2025-06-30T22:10:15.167Z | Checking libc v0.2.174 |
1778 | 2025-06-30T22:10:15.207Z | Checking serde v1.0.219 |
1779 | 2025-06-30T22:10:15.247Z | Checking memchr v2.7.4 |
1780 | 2025-06-30T22:10:15.285Z | Checking smallvec v1.15.0 |
1781 | 2025-06-30T22:10:15.324Z | Checking value-bag v1.9.0 |
1782 | 2025-06-30T22:10:15.378Z | Checking itoa v1.0.11 |
1783 | 2025-06-30T22:10:15.434Z | Checking scopeguard v1.2.0 |
1784 | 2025-06-30T22:10:15.493Z | Checking zeroize v1.8.1 |
1785 | 2025-06-30T22:10:15.636Z | Checking libm v0.2.8 |
1786 | 2025-06-30T22:10:15.681Z | Checking lock_api v0.4.12 |
1787 | 2025-06-30T22:10:15.685Z | Checking pin-project-lite v0.2.14 |
1788 | 2025-06-30T22:10:15.783Z | Checking log v0.4.27 |
1789 | 2025-06-30T22:10:15.833Z | Checking stable_deref_trait v1.2.0 |
1790 | 2025-06-30T22:10:15.924Z | Checking ryu v1.0.18 |
1791 | 2025-06-30T22:10:16.006Z | Checking zerofrom v0.1.4 |
1792 | 2025-06-30T22:10:16.065Z | Checking portable-atomic v1.11.0 |
1793 | 2025-06-30T22:10:16.123Z | Checking writeable v0.5.5 |
1794 | 2025-06-30T22:10:16.173Z | Checking getrandom v0.2.15 |
1795 | 2025-06-30T22:10:16.226Z | Checking parking_lot_core v0.9.10 |
1796 | 2025-06-30T22:10:16.271Z | Checking yoke v0.7.4 |
1797 | 2025-06-30T22:10:16.321Z | Checking percent-encoding v2.3.1 |
1798 | 2025-06-30T22:10:16.481Z | Checking rand_core v0.6.4 |
1799 | 2025-06-30T22:10:16.535Z | Checking critical-section v1.1.3 |
1800 | 2025-06-30T22:10:16.585Z | Checking num-traits v0.2.19 |
1801 | 2025-06-30T22:10:16.636Z | Checking byteorder v1.5.0 |
1802 | 2025-06-30T22:10:16.640Z | Checking subtle v2.6.1 |
1803 | 2025-06-30T22:10:16.725Z | Checking zerovec v0.10.4 |
1804 | 2025-06-30T22:10:16.781Z | Checking litemap v0.7.3 |
1805 | 2025-06-30T22:10:16.834Z | Checking parking_lot v0.12.3 |
1806 | 2025-06-30T22:10:16.953Z | Checking signal-hook-registry v1.4.2 |
1807 | 2025-06-30T22:10:17.154Z | Checking once_cell v1.21.3 |
1808 | 2025-06-30T22:10:17.211Z | Checking icu_locid_transform_data v1.5.0 |
1809 | 2025-06-30T22:10:17.215Z | Checking icu_properties_data v1.5.0 |
1810 | 2025-06-30T22:10:17.309Z | Checking getrandom v0.3.1 |
1811 | 2025-06-30T22:10:17.352Z | Checking write16 v1.0.0 |
1812 | 2025-06-30T22:10:17.405Z | Checking icu_normalizer_data v1.5.0 |
1813 | 2025-06-30T22:10:17.503Z | Checking utf8_iter v1.0.4 |
1814 | 2025-06-30T22:10:17.557Z | Checking utf16_iter v1.0.5 |
1815 | 2025-06-30T22:10:17.611Z | Checking form_urlencoded v1.2.1 |
1816 | 2025-06-30T22:10:17.615Z | Checking mio v1.0.2 |
1817 | 2025-06-30T22:10:17.705Z | Checking futures-core v0.3.31 |
1818 | 2025-06-30T22:10:17.754Z | Checking typenum v1.17.0 |
1819 | 2025-06-30T22:10:17.802Z | Checking socket2 v0.5.10 |
1820 | 2025-06-30T22:10:17.896Z | Checking equivalent v1.0.2 |
1821 | 2025-06-30T22:10:17.969Z | Checking foldhash v0.1.5 |
1822 | 2025-06-30T22:10:18.022Z | Checking allocator-api2 v0.2.21 |
1823 | 2025-06-30T22:10:18.095Z | Checking thiserror v1.0.69 |
1824 | 2025-06-30T22:10:18.250Z | Checking tinystr v0.7.6 |
1825 | 2025-06-30T22:10:18.307Z | Checking icu_collections v1.5.0 |
1826 | 2025-06-30T22:10:18.366Z | Checking zerocopy v0.7.35 |
1827 | 2025-06-30T22:10:18.416Z | Checking slab v0.4.9 |
1828 | 2025-06-30T22:10:18.421Z | Checking iana-time-zone v0.1.63 |
1829 | 2025-06-30T22:10:18.629Z | Checking hashbrown v0.15.4 |
1830 | 2025-06-30T22:10:18.632Z | Checking icu_locid v1.5.0 |
1831 | 2025-06-30T22:10:18.728Z | Checking futures-io v0.3.31 |
1832 | 2025-06-30T22:10:18.777Z | Checking const-oid v0.9.6 |
1833 | 2025-06-30T22:10:18.833Z | Checking generic-array v0.14.7 |
1834 | 2025-06-30T22:10:18.979Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1835 | 2025-06-30T22:10:18.979Z | Checking futures-sink v0.3.31 |
1836 | 2025-06-30T22:10:19.191Z | Checking errno v0.3.12 |
1837 | 2025-06-30T22:10:19.458Z | Checking bytes v1.10.1 |
1838 | 2025-06-30T22:10:19.462Z | Checking bitflags v2.9.0 |
1839 | 2025-06-30T22:10:19.539Z | Checking serde_json v1.0.140 |
1840 | 2025-06-30T22:10:19.586Z | Checking chrono v0.4.41 |
1841 | 2025-06-30T22:10:19.639Z | Checking icu_provider v1.5.0 |
1842 | 2025-06-30T22:10:19.804Z | Checking uuid v1.17.0 |
1843 | 2025-06-30T22:10:19.859Z | Checking semver v1.0.26 |
1844 | 2025-06-30T22:10:19.930Z | Checking crypto-common v0.1.6 |
1845 | 2025-06-30T22:10:20.176Z | Checking block-buffer v0.10.4 |
1846 | 2025-06-30T22:10:20.305Z | Checking icu_locid_transform v1.5.0 |
1847 | 2025-06-30T22:10:20.362Z | Checking indexmap v2.9.0 |
1848 | 2025-06-30T22:10:20.472Z | Checking pin-utils v0.1.0 |
1849 | 2025-06-30T22:10:20.521Z | Checking fnv v1.0.7 |
1850 | 2025-06-30T22:10:20.524Z | Checking tokio v1.45.1 |
1851 | 2025-06-30T22:10:20.621Z | Checking cpufeatures v0.2.14 |
1852 | 2025-06-30T22:10:20.698Z | Checking dyn-clone v1.0.19 |
1853 | 2025-06-30T22:10:20.748Z | Checking digest v0.10.7 |
1854 | 2025-06-30T22:10:20.798Z | Checking futures-channel v0.3.31 |
1855 | 2025-06-30T22:10:20.898Z | Checking futures-task v0.3.31 |
1856 | 2025-06-30T22:10:21.159Z | Checking ppv-lite86 v0.2.20 |
1857 | 2025-06-30T22:10:21.210Z | Checking tracing-core v0.1.32 |
1858 | 2025-06-30T22:10:21.213Z | Checking futures-util v0.3.31 |
1859 | 2025-06-30T22:10:21.213Z | Checking rustix v0.38.37 |
1860 | 2025-06-30T22:10:21.368Z | Checking icu_properties v1.5.1 |
1861 | 2025-06-30T22:10:21.579Z | Checking http v1.3.1 |
1862 | 2025-06-30T22:10:21.629Z | Checking regex-syntax v0.8.5 |
1863 | 2025-06-30T22:10:21.906Z | Checking tracing v0.1.40 |
1864 | 2025-06-30T22:10:21.909Z | Checking crossbeam-utils v0.8.21 |
1865 | 2025-06-30T22:10:22.301Z | Checking thiserror v2.0.12 |
1866 | 2025-06-30T22:10:22.493Z | Checking unicode-ident v1.0.18 |
1867 | 2025-06-30T22:10:22.689Z | Checking block-padding v0.3.3 |
1868 | 2025-06-30T22:10:22.742Z | Checking proc-macro2 v1.0.95 |
1869 | 2025-06-30T22:10:22.868Z | Checking aho-corasick v1.1.3 |
1870 | 2025-06-30T22:10:22.958Z | Checking inout v0.1.3 |
1871 | 2025-06-30T22:10:23.236Z | Checking cipher v0.4.4 |
1872 | 2025-06-30T22:10:23.515Z | Checking quote v1.0.40 |
1873 | 2025-06-30T22:10:23.695Z | Checking base64 v0.22.1 |
1874 | 2025-06-30T22:10:23.928Z | Checking syn v2.0.104 |
1875 | 2025-06-30T22:10:24.249Z | Checking ipnet v2.11.0 |
1876 | 2025-06-30T22:10:24.501Z | Checking spin v0.9.8 |
1877 | 2025-06-30T22:10:24.571Z | Checking powerfmt v0.2.0 |
1878 | 2025-06-30T22:10:24.827Z | Checking atomic-waker v1.1.2 |
1879 | 2025-06-30T22:10:24.883Z | Checking num-conv v0.1.0 |
1880 | 2025-06-30T22:10:24.887Z | Checking icu_normalizer v1.5.0 |
1881 | 2025-06-30T22:10:24.887Z | Checking regex-automata v0.4.8 |
1882 | 2025-06-30T22:10:25.020Z | Checking deranged v0.3.11 |
1883 | 2025-06-30T22:10:25.070Z | Checking num_threads v0.1.7 |
1884 | 2025-06-30T22:10:25.167Z | Checking base64ct v1.6.0 |
1885 | 2025-06-30T22:10:25.242Z | Checking adler2 v2.0.0 |
1886 | 2025-06-30T22:10:25.472Z | Checking time-core v0.1.2 |
1887 | 2025-06-30T22:10:25.690Z | Checking untrusted v0.9.0 |
1888 | 2025-06-30T22:10:25.746Z | Checking miniz_oxide v0.8.5 |
1889 | 2025-06-30T22:10:25.796Z | Checking idna_adapter v1.2.0 |
1890 | 2025-06-30T22:10:25.896Z | Checking rand_chacha v0.3.1 |
1891 | 2025-06-30T22:10:25.949Z | Checking ring v0.17.14 |
1892 | 2025-06-30T22:10:26.060Z | Checking idna v1.0.3 |
1893 | 2025-06-30T22:10:26.292Z | Checking time v0.3.36 |
1894 | 2025-06-30T22:10:26.347Z | Checking sha2 v0.10.9 |
1895 | 2025-06-30T22:10:26.552Z | Checking hmac v0.12.1 |
1896 | 2025-06-30T22:10:26.631Z | Checking url v2.5.4 |
1897 | 2025-06-30T22:10:26.839Z | Checking httparse v1.9.5 |
1898 | 2025-06-30T22:10:26.959Z | Checking rand v0.8.5 |
1899 | 2025-06-30T22:10:27.346Z | Checking rustls-pki-types v1.10.0 |
1900 | 2025-06-30T22:10:27.409Z | Checking tokio-util v0.7.15 |
1901 | 2025-06-30T22:10:27.628Z | Checking schemars v0.8.22 |
1902 | 2025-06-30T22:10:27.955Z | Checking http-body v1.0.1 |
1903 | 2025-06-30T22:10:28.213Z | Checking utf8parse v0.2.2 |
1904 | 2025-06-30T22:10:28.260Z | Checking pem-rfc7468 v0.7.0 |
1905 | 2025-06-30T22:10:28.303Z | Checking aws-lc-sys v0.26.0 |
1906 | 2025-06-30T22:10:28.414Z | Checking untrusted v0.7.1 |
1907 | 2025-06-30T22:10:28.538Z | Checking httpdate v1.0.3 |
1908 | 2025-06-30T22:10:28.595Z | Checking try-lock v0.2.5 |
1909 | 2025-06-30T22:10:28.643Z | Checking h2 v0.4.6 |
1910 | 2025-06-30T22:10:28.719Z | Checking zerocopy v0.8.26 |
1911 | 2025-06-30T22:10:28.799Z | Checking want v0.3.1 |
1912 | 2025-06-30T22:10:28.847Z | Checking tower-service v0.3.3 |
1913 | 2025-06-30T22:10:29.020Z | Checking anstyle v1.0.11 |
1914 | 2025-06-30T22:10:29.023Z | Checking gimli v0.31.1 |
1915 | 2025-06-30T22:10:29.280Z | Checking flagset v0.4.6 |
1916 | 2025-06-30T22:10:29.416Z | Checking pbkdf2 v0.12.2 |
1917 | 2025-06-30T22:10:29.472Z | Checking lazy_static v1.5.0 |
1918 | 2025-06-30T22:10:29.541Z | Checking der v0.7.9 |
1919 | 2025-06-30T22:10:29.633Z | Checking aes v0.8.4 |
1920 | 2025-06-30T22:10:29.687Z | Checking object v0.36.5 |
1921 | 2025-06-30T22:10:29.779Z | Checking mime v0.3.17 |
1922 | 2025-06-30T22:10:30.156Z | Checking rustc-demangle v0.1.24 |
1923 | 2025-06-30T22:10:30.508Z | Checking aws-lc-rs v1.12.4 |
1924 | 2025-06-30T22:10:30.561Z | Checking regex v1.11.1 |
1925 | 2025-06-30T22:10:30.644Z | Checking anstyle-parse v0.2.5 |
1926 | 2025-06-30T22:10:30.963Z | Checking cbc v0.1.2 |
1927 | 2025-06-30T22:10:31.212Z | Checking salsa20 v0.10.2 |
1928 | 2025-06-30T22:10:31.265Z | Checking slog v2.7.0 |
1929 | 2025-06-30T22:10:31.316Z | Checking spki v0.7.3 |
1930 | 2025-06-30T22:10:31.508Z | Checking is_terminal_polyfill v1.70.1 |
1931 | 2025-06-30T22:10:31.668Z | Checking colorchoice v1.0.2 |
1932 | 2025-06-30T22:10:31.711Z | Checking anstyle-query v1.1.1 |
1933 | 2025-06-30T22:10:31.817Z | Checking foreign-types-shared v0.1.1 |
1934 | 2025-06-30T22:10:31.873Z | Checking openssl-probe v0.1.5 |
1935 | 2025-06-30T22:10:31.918Z | Checking anstream v0.6.18 |
1936 | 2025-06-30T22:10:31.982Z | Checking foreign-types v0.3.2 |
1937 | 2025-06-30T22:10:32.032Z | Checking scrypt v0.11.0 |
1938 | 2025-06-30T22:10:32.085Z | Checking http-body-util v0.1.3 |
1939 | 2025-06-30T22:10:32.139Z | Checking terminal_size v0.4.0 |
1940 | 2025-06-30T22:10:32.270Z | Checking rustls-webpki v0.102.8 |
1941 | 2025-06-30T22:10:32.323Z | Checking openssl-sys v0.9.109 |
1942 | 2025-06-30T22:10:32.372Z | Checking pkcs5 v0.7.1 |
1943 | 2025-06-30T22:10:32.376Z | Checking toml_datetime v0.6.11 |
1944 | 2025-06-30T22:10:32.548Z | Checking serde_spanned v0.6.9 |
1945 | 2025-06-30T22:10:32.806Z | Checking strsim v0.11.1 |
1946 | 2025-06-30T22:10:32.809Z | Checking clap_lex v0.7.4 |
1947 | 2025-06-30T22:10:32.910Z | Checking pkcs8 v0.10.2 |
1948 | 2025-06-30T22:10:32.964Z | Checking addr2line v0.24.2 |
1949 | 2025-06-30T22:10:33.082Z | Checking rustls v0.23.19 |
1950 | 2025-06-30T22:10:33.143Z | Checking serde_urlencoded v0.7.1 |
1951 | 2025-06-30T22:10:33.197Z | Checking clap_builder v4.5.40 |
1952 | 2025-06-30T22:10:33.274Z | Checking encoding_rs v0.8.34 |
1953 | 2025-06-30T22:10:33.472Z | Checking openssl v0.10.73 |
1954 | 2025-06-30T22:10:33.525Z | Checking either v1.15.0 |
1955 | 2025-06-30T22:10:33.591Z | Checking sync_wrapper v1.0.1 |
1956 | 2025-06-30T22:10:33.800Z | Checking tower-layer v0.3.3 |
1957 | 2025-06-30T22:10:33.938Z | Checking psl-types v2.0.11 |
1958 | 2025-06-30T22:10:34.117Z | Checking tower v0.5.2 |
1959 | 2025-06-30T22:10:34.196Z | Checking publicsuffix v2.3.0 |
1960 | 2025-06-30T22:10:34.548Z | Checking rustls-native-certs v0.8.1 |
1961 | 2025-06-30T22:10:34.797Z | Checking hyper v1.6.0 |
1962 | 2025-06-30T22:10:34.850Z | Checking cookie v0.18.1 |
1963 | 2025-06-30T22:10:34.904Z | Checking webpki-roots v1.0.0 |
1964 | 2025-06-30T22:10:35.155Z | Checking iri-string v0.7.8 |
1965 | 2025-06-30T22:10:35.362Z | Checking cookie_store v0.21.1 |
1966 | 2025-06-30T22:10:35.540Z | Checking ipnetwork v0.21.1 |
1967 | 2025-06-30T22:10:35.690Z | Checking backtrace v0.3.74 |
1968 | 2025-06-30T22:10:36.017Z | Checking data-encoding v2.9.0 |
1969 | 2025-06-30T22:10:36.086Z | Checking clap v4.5.40 |
1970 | 2025-06-30T22:10:36.141Z | Checking rand_core v0.9.2 |
1971 | 2025-06-30T22:10:36.261Z | Checking tinyvec_macros v0.1.1 |
1972 | 2025-06-30T22:10:36.316Z | Checking anyhow v1.0.98 |
1973 | 2025-06-30T22:10:36.431Z | Checking tinyvec v1.8.0 |
1974 | 2025-06-30T22:10:36.547Z | Checking openapiv3 v2.2.0 |
1975 | 2025-06-30T22:10:36.654Z | Checking signature v2.2.0 |
1976 | 2025-06-30T22:10:36.740Z | Checking scroll v0.12.0 |
1977 | 2025-06-30T22:10:36.812Z | Checking hyper-util v0.1.14 |
1978 | 2025-06-30T22:10:36.905Z | Checking plain v0.2.3 |
1979 | 2025-06-30T22:10:37.119Z | Checking unicode-width v0.2.0 |
1980 | 2025-06-30T22:10:37.260Z | Checking ucd-trie v0.1.7 |
1981 | 2025-06-30T22:10:37.545Z | Checking pest v2.7.14 |
1982 | 2025-06-30T22:10:37.630Z | Checking goblin v0.8.2 |
1983 | 2025-06-30T22:10:37.745Z | Checking tower-http v0.6.6 |
1984 | 2025-06-30T22:10:37.845Z | Checking rand_chacha v0.9.0 |
1985 | 2025-06-30T22:10:38.209Z | Checking tokio-rustls v0.26.0 |
1986 | 2025-06-30T22:10:38.305Z | Checking pretty-hex v0.4.1 |
1987 | 2025-06-30T22:10:38.308Z | Checking rand v0.9.1 |
1988 | 2025-06-30T22:10:38.514Z | Checking native-tls v0.2.12 |
1989 | 2025-06-30T22:10:38.569Z | Checking thread-id v4.2.2 |
1990 | 2025-06-30T22:10:38.645Z | Checking toml_write v0.1.2 |
1991 | 2025-06-30T22:10:38.733Z | Checking winnow v0.7.10 |
1992 | 2025-06-30T22:10:38.897Z | Checking tokio-native-tls v0.3.1 |
1993 | 2025-06-30T22:10:39.026Z | Checking crossbeam-epoch v0.9.18 |
1994 | 2025-06-30T22:10:39.232Z | Checking sha1 v0.10.6 |
1995 | 2025-06-30T22:10:39.385Z | Checking hyper-tls v0.6.0 |
1996 | 2025-06-30T22:10:39.440Z | Checking hyper-rustls v0.27.7 |
1997 | 2025-06-30T22:10:39.511Z | Checking num-integer v0.1.46 |
1998 | 2025-06-30T22:10:39.586Z | Checking memmap v0.7.0 |
1999 | 2025-06-30T22:10:39.714Z | Checking crc32fast v1.4.2 |
2000 | 2025-06-30T22:10:39.768Z | Checking static_assertions v1.1.0 |
2001 | 2025-06-30T22:10:39.839Z | Checking reqwest v0.12.20 |
2002 | 2025-06-30T22:10:39.892Z | Checking bstr v1.10.0 |
2003 | 2025-06-30T22:10:39.943Z | Checking base16ct v0.2.0 |
2004 | 2025-06-30T22:10:40.010Z | Checking dtrace-parser v0.2.0 |
2005 | 2025-06-30T22:10:40.013Z | Checking oxnet v0.1.2 |
2006 | 2025-06-30T22:10:40.092Z | Checking ff v0.13.0 |
2007 | 2025-06-30T22:10:40.179Z | Checking sec1 v0.7.3 |
2008 | 2025-06-30T22:10:40.363Z | Checking zlib-rs v0.5.1 |
2009 | 2025-06-30T22:10:40.458Z | Checking group v0.13.0 |
2010 | 2025-06-30T22:10:40.554Z | Checking num-iter v0.1.45 |
2011 | 2025-06-30T22:10:40.640Z | Checking hkdf v0.12.4 |
2012 | 2025-06-30T22:10:40.772Z | Checking crypto-bigint v0.5.5 |
2013 | 2025-06-30T22:10:40.775Z | Checking hubpack v0.1.2 |
2014 | 2025-06-30T22:10:40.861Z | Checking bitflags v1.3.2 |
2015 | 2025-06-30T22:10:40.914Z | Checking unicode-segmentation v1.12.0 |
2016 | 2025-06-30T22:10:41.013Z | Checking crossbeam-deque v0.8.5 |
2017 | 2025-06-30T22:10:41.151Z | Checking strum v0.26.3 |
2018 | 2025-06-30T22:10:41.367Z | Checking winnow v0.5.40 |
2019 | 2025-06-30T22:10:41.427Z | Checking num-bigint-dig v0.8.4 |
2020 | 2025-06-30T22:10:41.537Z | Checking toml_edit v0.22.27 |
2021 | 2025-06-30T22:10:41.623Z | Checking pkcs1 v0.7.5 |
2022 | 2025-06-30T22:10:41.678Z | Checking bzip2-sys v0.1.13+1.0.8 |
2023 | 2025-06-30T22:10:41.852Z | Checking unicode-normalization v0.1.24 |
2024 | 2025-06-30T22:10:42.107Z | Checking newtype-uuid v1.2.4 |
2025 | 2025-06-30T22:10:42.181Z | Checking libz-rs-sys v0.5.1 |
2026 | 2025-06-30T22:10:42.429Z | Checking dof v0.3.0 |
2027 | 2025-06-30T22:10:42.433Z | Checking flate2 v1.1.2 |
2028 | 2025-06-30T22:10:42.524Z | Checking rfc6979 v0.4.0 |
2029 | 2025-06-30T22:10:42.747Z | Checking managed v0.8.0 |
2030 | 2025-06-30T22:10:42.866Z | Checking daft v0.1.3 |
2031 | 2025-06-30T22:10:43.067Z | Checking usdt-impl v0.5.0 |
2032 | 2025-06-30T22:10:43.124Z | Checking x509-cert v0.2.5 |
2033 | 2025-06-30T22:10:43.188Z | Checking curve25519-dalek v4.1.3 |
2034 | 2025-06-30T22:10:43.338Z | Checking ahash v0.8.11 |
2035 | 2025-06-30T22:10:43.485Z | Checking rsa v0.9.6 |
2036 | 2025-06-30T22:10:43.532Z | Checking elliptic-curve v0.13.8 |
2037 | 2025-06-30T22:10:43.693Z | Checking usdt v0.5.0 |
2038 | 2025-06-30T22:10:43.847Z | Checking memoffset v0.9.1 |
2039 | 2025-06-30T22:10:44.022Z | Checking signal-hook v0.3.18 |
2040 | 2025-06-30T22:10:44.027Z | Checking rayon-core v1.12.1 |
2041 | 2025-06-30T22:10:44.155Z | Checking toml_edit v0.19.15 |
2042 | 2025-06-30T22:10:44.221Z | Checking ed25519 v2.2.3 |
2043 | 2025-06-30T22:10:44.274Z | Checking ecdsa v0.16.9 |
2044 | 2025-06-30T22:10:44.438Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2045 | 2025-06-30T22:10:44.483Z | Checking siphasher v0.3.11 |
2046 | 2025-06-30T22:10:44.564Z | Checking signal-hook-mio v0.2.4 |
2047 | 2025-06-30T22:10:44.652Z | Checking bzip2 v0.4.4 |
2048 | 2025-06-30T22:10:44.706Z | Checking zstd-safe v7.2.3 |
2049 | 2025-06-30T22:10:44.760Z | Checking console v0.15.10 |
2050 | 2025-06-30T22:10:44.812Z | Checking bumpalo v3.16.0 |
2051 | 2025-06-30T22:10:44.815Z | Checking phf_shared v0.11.2 |
2052 | 2025-06-30T22:10:44.985Z | Checking lockfree-object-pool v0.1.6 |
2053 | 2025-06-30T22:10:45.038Z | Checking simd-adler32 v0.3.7 |
2054 | 2025-06-30T22:10:45.043Z | Checking ed25519-dalek v2.1.1 |
2055 | 2025-06-30T22:10:45.043Z | Checking unicode-xid v0.2.6 |
2056 | 2025-06-30T22:10:45.184Z | Checking zstd v0.13.3 |
2057 | 2025-06-30T22:10:45.239Z | Checking zip v0.6.6 |
2058 | 2025-06-30T22:10:45.290Z | Checking crossterm v0.28.1 |
2059 | 2025-06-30T22:10:45.344Z | Checking bzip2 v0.5.2 |
2060 | 2025-06-30T22:10:45.348Z | Checking itertools v0.10.5 |
2061 | 2025-06-30T22:10:45.438Z | Checking zopfli v0.8.1 |
2062 | 2025-06-30T22:10:45.512Z | Checking hash32 v0.2.1 |
2063 | 2025-06-30T22:10:45.567Z | Checking winnow v0.6.26 |
2064 | 2025-06-30T22:10:45.684Z | Checking unicode-properties v0.1.3 |
2065 | 2025-06-30T22:10:45.857Z | Checking unicode-bidi v0.3.17 |
2066 | 2025-06-30T22:10:45.967Z | Checking predicates-core v1.0.8 |
2067 | 2025-06-30T22:10:46.098Z | Checking heapless v0.7.17 |
2068 | 2025-06-30T22:10:46.150Z | Checking zip v4.2.0 |
2069 | 2025-06-30T22:10:46.220Z | Checking rayon v1.10.0 |
2070 | 2025-06-30T22:10:46.533Z | Checking stringprep v0.1.5 |
2071 | 2025-06-30T22:10:46.587Z | Checking toml v0.7.8 |
2072 | 2025-06-30T22:10:46.886Z | Checking nix v0.29.0 |
2073 | 2025-06-30T22:10:47.046Z | Checking similar v2.7.0 |
2074 | 2025-06-30T22:10:47.111Z | Checking hickory-proto v0.25.2 |
2075 | 2025-06-30T22:10:47.322Z | Checking tokio-stream v0.1.17 |
2076 | 2025-06-30T22:10:47.512Z | Checking md-5 v0.10.6 |
2077 | 2025-06-30T22:10:47.565Z | Checking float-cmp v0.10.0 |
2078 | 2025-06-30T22:10:47.778Z | Checking normalize-line-endings v0.3.0 |
2079 | 2025-06-30T22:10:47.832Z | Checking difflib v0.4.0 |
2080 | 2025-06-30T22:10:47.919Z | Checking fallible-iterator v0.2.0 |
2081 | 2025-06-30T22:10:47.975Z | Checking smoltcp v0.9.1 |
2082 | 2025-06-30T22:10:48.196Z | Checking phf v0.11.2 |
2083 | 2025-06-30T22:10:48.256Z | Checking predicates v3.1.3 |
2084 | 2025-06-30T22:10:48.311Z | Checking fs-err v3.1.1 |
2085 | 2025-06-30T22:10:48.368Z | Checking buf-list v1.0.3 |
2086 | 2025-06-30T22:10:48.546Z | Checking serde-big-array v0.5.1 |
2087 | 2025-06-30T22:10:48.604Z | Checking postgres-protocol v0.6.8 |
2088 | 2025-06-30T22:10:48.751Z | Checking fixedbitset v0.4.2 |
2089 | 2025-06-30T22:10:48.849Z | Checking precomputed-hash v0.1.1 |
2090 | 2025-06-30T22:10:48.924Z | Checking new_debug_unreachable v1.0.6 |
2091 | 2025-06-30T22:10:48.927Z | Checking number_prefix v0.4.0 |
2092 | 2025-06-30T22:10:49.029Z | Checking lalrpop-util v0.19.12 |
2093 | 2025-06-30T22:10:49.084Z | Checking petgraph v0.6.5 |
2094 | 2025-06-30T22:10:49.088Z | Checking string_cache v0.8.9 |
2095 | 2025-06-30T22:10:49.223Z | Checking itertools v0.12.1 |
2096 | 2025-06-30T22:10:49.277Z | Checking postgres-types v0.2.9 |
2097 | 2025-06-30T22:10:49.372Z | Checking minimal-lexical v0.2.1 |
2098 | 2025-06-30T22:10:49.429Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2099 | 2025-06-30T22:10:49.435Z | Checking whoami v1.6.0 |
2100 | 2025-06-30T22:10:49.700Z | Checking indicatif v0.17.11 |
2101 | 2025-06-30T22:10:49.815Z | Checking rustc-hash v2.1.1 |
2102 | 2025-06-30T22:10:49.867Z | Checking peg-runtime v0.8.5 |
2103 | 2025-06-30T22:10:49.964Z | Checking tokio-postgres v0.7.13 |
2104 | 2025-06-30T22:10:50.061Z | Checking nom v7.1.3 |
2105 | 2025-06-30T22:10:50.333Z | Compiling regress v0.10.3 |
2106 | 2025-06-30T22:10:50.479Z | Checking camino v1.1.10 |
2107 | 2025-06-30T22:10:51.071Z | Checking fastrand v2.1.1 |
2108 | 2025-06-30T22:10:51.481Z | Compiling ident_case v1.0.1 |
2109 | 2025-06-30T22:10:51.678Z | Checking futures-executor v0.3.31 |
2110 | 2025-06-30T22:10:51.741Z | Compiling darling_core v0.20.10 |
2111 | 2025-06-30T22:10:52.496Z | Checking futures v0.3.31 |
2112 | 2025-06-30T22:10:52.519Z | Compiling unsafe-libyaml v0.2.11 |
2113 | 2025-06-30T22:10:52.520Z | Checking heck v0.5.0 |
2114 | 2025-06-30T22:10:52.520Z | Checking rustix v1.0.7 |
2115 | 2025-06-30T22:10:52.696Z | Checking crossbeam-channel v0.5.15 |
2116 | 2025-06-30T22:10:52.829Z | Checking is-terminal v0.4.13 |
2117 | 2025-06-30T22:10:53.483Z | Compiling serde_yaml v0.9.34+deprecated |
2118 | 2025-06-30T22:10:53.980Z | Checking toml v0.8.23 |
2119 | 2025-06-30T22:10:53.983Z | Compiling structmeta-derive v0.3.0 |
2120 | 2025-06-30T22:10:54.085Z | Checking tempfile v3.20.0 |
2121 | 2025-06-30T22:10:54.525Z | Checking dirs-sys-next v0.1.2 |
2122 | 2025-06-30T22:10:54.763Z | Checking thread_local v1.1.8 |
2123 | 2025-06-30T22:10:54.815Z | Checking dirs-next v2.0.0 |
2124 | 2025-06-30T22:10:54.921Z | Compiling rustls v0.22.4 |
2125 | 2025-06-30T22:10:55.020Z | Checking term v0.7.0 |
2126 | 2025-06-30T22:10:55.076Z | Checking take_mut v0.2.2 |
2127 | 2025-06-30T22:10:55.128Z | Checking quick-error v1.2.3 |
2128 | 2025-06-30T22:10:55.290Z | Checking slog-async v2.8.0 |
2129 | 2025-06-30T22:10:55.343Z | Compiling multer v3.1.0 |
2130 | 2025-06-30T22:10:55.389Z | Compiling async-stream-impl v0.3.6 |
2131 | 2025-06-30T22:10:55.467Z | Checking slog-term v2.9.1 |
2132 | 2025-06-30T22:10:55.615Z | Compiling dropshot v0.16.2 |
2133 | 2025-06-30T22:10:55.809Z | Compiling dropshot_endpoint v0.16.2 |
2134 | 2025-06-30T22:10:56.029Z | Checking match_cfg v0.1.0 |
2135 | 2025-06-30T22:10:56.097Z | Checking bit-vec v0.8.0 |
2136 | 2025-06-30T22:10:56.181Z | Checking hostname v0.3.1 |
2137 | 2025-06-30T22:10:56.408Z | Compiling typify-impl v0.3.0 |
2138 | 2025-06-30T22:10:56.508Z | Compiling structmeta v0.3.0 |
2139 | 2025-06-30T22:10:56.560Z | Checking bit-set v0.8.0 |
2140 | 2025-06-30T22:10:56.564Z | Checking hex v0.4.3 |
2141 | 2025-06-30T22:10:56.659Z | Checking wait-timeout v0.2.0 |
2142 | 2025-06-30T22:10:56.890Z | Checking debug-ignore v1.0.5 |
2143 | 2025-06-30T22:10:56.941Z | Checking rusty-fork v0.3.0 |
2144 | 2025-06-30T22:10:56.945Z | Compiling test-strategy v0.4.1 |
2145 | 2025-06-30T22:10:56.945Z | Checking rand_xorshift v0.4.0 |
2146 | 2025-06-30T22:10:57.094Z | Checking unarray v0.1.4 |
2147 | 2025-06-30T22:10:57.147Z | Checking serde_path_to_error v0.1.17 |
2148 | 2025-06-30T22:10:57.223Z | Checking progenitor-client v0.10.0 |
2149 | 2025-06-30T22:10:57.282Z | Compiling darling_macro v0.20.10 |
2150 | 2025-06-30T22:10:57.382Z | Checking proptest v1.7.0 |
2151 | 2025-06-30T22:10:57.681Z | Checking slog-json v2.6.1 |
2152 | 2025-06-30T22:10:57.798Z | Compiling derive-where v1.5.0 |
2153 | 2025-06-30T22:10:58.014Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2154 | 2025-06-30T22:10:58.283Z | Compiling darling v0.20.10 |
2155 | 2025-06-30T22:10:58.467Z | Compiling serde_with_macros v3.12.0 |
2156 | 2025-06-30T22:10:58.793Z | Compiling ref-cast v1.0.24 |
2157 | 2025-06-30T22:10:59.435Z | Checking slog-bunyan v2.5.0 |
2158 | 2025-06-30T22:10:59.676Z | Compiling parse-display-derive v0.10.0 |
2159 | 2025-06-30T22:10:59.845Z | Checking async-stream v0.3.6 |
2160 | 2025-06-30T22:11:00.304Z | Checking rustls-pemfile v2.2.0 |
2161 | 2025-06-30T22:11:00.554Z | Checking waitgroup v0.1.2 |
2162 | 2025-06-30T22:11:00.606Z | Checking hostname v0.4.0 |
2163 | 2025-06-30T22:11:00.748Z | Checking tokio-rustls v0.25.0 |
2164 | 2025-06-30T22:11:00.751Z | Compiling ref-cast-impl v1.0.24 |
2165 | 2025-06-30T22:11:00.839Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2166 | 2025-06-30T22:11:00.843Z | Checking macaddr v1.0.1 |
2167 | 2025-06-30T22:11:00.940Z | Checking serde_with v3.12.0 |
2168 | 2025-06-30T22:11:01.042Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2169 | 2025-06-30T22:11:01.282Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2025-06-30T22:11:01.913Z | Checking instant v0.1.13 |
2171 | 2025-06-30T22:11:01.964Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2025-06-30T22:11:01.967Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2173 | 2025-06-30T22:11:02.095Z | Checking progenitor-client v0.9.1 |
2174 | 2025-06-30T22:11:02.178Z | Checking backoff v0.4.0 |
2175 | 2025-06-30T22:11:02.593Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2176 | 2025-06-30T22:11:02.703Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2177 | 2025-06-30T22:11:02.755Z | Checking iddqd v0.3.8 |
2178 | 2025-06-30T22:11:02.999Z | Checking camino-tempfile v1.4.1 |
2179 | 2025-06-30T22:11:03.321Z | Checking unicode-width v0.1.14 |
2180 | 2025-06-30T22:11:03.499Z | Checking parse-display v0.10.0 |
2181 | 2025-06-30T22:11:03.811Z | Compiling proc-macro-error v1.0.4 |
2182 | 2025-06-30T22:11:03.863Z | Compiling proc-macro-crate v1.3.1 |
2183 | 2025-06-30T22:11:03.913Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2184 | 2025-06-30T22:11:04.179Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2185 | 2025-06-30T22:11:04.366Z | Checking tabwriter v1.4.0 |
2186 | 2025-06-30T22:11:04.430Z | Compiling foreign-types-macros v0.2.3 |
2187 | 2025-06-30T22:11:04.479Z | Checking foreign-types-shared v0.3.1 |
2188 | 2025-06-30T22:11:04.692Z | Checking cstr-argument v0.1.2 |
2189 | 2025-06-30T22:11:04.695Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2190 | 2025-06-30T22:11:04.787Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2191 | 2025-06-30T22:11:04.791Z | Compiling num_enum_derive v0.5.11 |
2192 | 2025-06-30T22:11:04.876Z | Checking pretty-hex v0.2.1 |
2193 | 2025-06-30T22:11:04.927Z | Checking colored v2.2.0 |
2194 | 2025-06-30T22:11:05.107Z | Checking smf v0.2.3 |
2195 | 2025-06-30T22:11:05.209Z | Checking itertools v0.14.0 |
2196 | 2025-06-30T22:11:05.278Z | Checking base64 v0.21.7 |
2197 | 2025-06-30T22:11:05.334Z | Checking atomicwrites v0.4.4 |
2198 | 2025-06-30T22:11:05.520Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2199 | 2025-06-30T22:11:05.572Z | Compiling itertools v0.13.0 |
2200 | 2025-06-30T22:11:05.624Z | Checking foreign-types v0.5.0 |
2201 | 2025-06-30T22:11:05.628Z | Compiling crucible-workspace-hack v0.1.0 |
2202 | 2025-06-30T22:11:05.742Z | Compiling typify-impl v0.4.1 |
2203 | 2025-06-30T22:11:05.796Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2204 | 2025-06-30T22:11:05.800Z | Checking glob v0.3.2 |
2205 | 2025-06-30T22:11:06.135Z | Compiling heapless v0.8.0 |
2206 | 2025-06-30T22:11:06.236Z | Checking hash32 v0.3.1 |
2207 | 2025-06-30T22:11:06.239Z | Compiling smoltcp v0.11.0 |
2208 | 2025-06-30T22:11:07.083Z | Checking cobs v0.2.3 |
2209 | 2025-06-30T22:11:07.129Z | Checking num_enum v0.5.11 |
2210 | 2025-06-30T22:11:07.326Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2211 | 2025-06-30T22:11:07.378Z | Checking postcard v1.0.10 |
2212 | 2025-06-30T22:11:07.726Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2213 | 2025-06-30T22:11:07.980Z | Checking sigpipe v0.1.3 |
2214 | 2025-06-30T22:11:08.155Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2215 | 2025-06-30T22:11:08.210Z | Checking jiff v0.2.15 |
2216 | 2025-06-30T22:11:08.450Z | Compiling ingot-macros v0.1.0 |
2217 | 2025-06-30T22:11:08.641Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2218 | 2025-06-30T22:11:09.160Z | Compiling zone_cfg_derive v0.3.0 |
2219 | 2025-06-30T22:11:09.545Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2220 | 2025-06-30T22:11:09.618Z | Compiling num-derive v0.4.2 |
2221 | 2025-06-30T22:11:09.952Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2222 | 2025-06-30T22:11:10.230Z | Compiling typify-macro v0.3.0 |
2223 | 2025-06-30T22:11:10.388Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2224 | 2025-06-30T22:11:10.520Z | Checking zone v0.3.1 |
2225 | 2025-06-30T22:11:10.717Z | Compiling convert_case v0.4.0 |
2226 | 2025-06-30T22:11:10.949Z | Checking utf-8 v0.7.6 |
2227 | 2025-06-30T22:11:11.230Z | Checking tokio-dtrace v0.1.0 |
2228 | 2025-06-30T22:11:11.337Z | Checking half v2.4.1 |
2229 | 2025-06-30T22:11:11.541Z | Compiling derive_more v0.99.20 |
2230 | 2025-06-30T22:11:11.606Z | Checking oxide-tokio-rt v0.1.1 |
2231 | 2025-06-30T22:11:11.872Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2232 | 2025-06-30T22:11:11.923Z | Checking ciborium-io v0.2.2 |
2233 | 2025-06-30T22:11:11.972Z | Checking tungstenite v0.21.0 |
2234 | 2025-06-30T22:11:12.119Z | Checking ciborium-ll v0.2.2 |
2235 | 2025-06-30T22:11:12.381Z | Checking newline-converter v0.3.0 |
2236 | 2025-06-30T22:11:12.493Z | Checking ciborium v0.2.2 |
2237 | 2025-06-30T22:11:12.595Z | Checking expectorate v1.2.0 |
2238 | 2025-06-30T22:11:12.869Z | Checking num-rational v0.4.2 |
2239 | 2025-06-30T22:11:12.945Z | Checking tokio-tungstenite v0.21.0 |
2240 | 2025-06-30T22:11:13.464Z | Checking num-complex v0.4.6 |
2241 | 2025-06-30T22:11:13.514Z | Checking float-ord v0.3.2 |
2242 | 2025-06-30T22:11:13.564Z | Checking secrecy v0.10.3 |
2243 | 2025-06-30T22:11:13.734Z | Checking same-file v1.0.6 |
2244 | 2025-06-30T22:11:13.793Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2245 | 2025-06-30T22:11:13.993Z | Checking walkdir v2.5.0 |
2246 | 2025-06-30T22:11:14.131Z | Checking xattr v1.3.1 |
2247 | 2025-06-30T22:11:14.181Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2248 | 2025-06-30T22:11:14.231Z | Compiling typify v0.3.0 |
2249 | 2025-06-30T22:11:14.366Z | Checking num v0.4.3 |
2250 | 2025-06-30T22:11:14.416Z | Checking filetime v0.2.25 |
2251 | 2025-06-30T22:11:14.466Z | Compiling progenitor-impl v0.9.1 |
2252 | 2025-06-30T22:11:14.581Z | Checking fixedbitset v0.5.7 |
2253 | 2025-06-30T22:11:14.584Z | Checking indent_write v2.2.0 |
2254 | 2025-06-30T22:11:14.681Z | Checking tar v0.4.44 |
2255 | 2025-06-30T22:11:14.905Z | Checking password-hash v0.5.0 |
2256 | 2025-06-30T22:11:15.005Z | Checking blake2 v0.10.6 |
2257 | 2025-06-30T22:11:15.156Z | Checking ingot-types v0.1.0 |
2258 | 2025-06-30T22:11:15.381Z | Checking petgraph v0.8.2 |
2259 | 2025-06-30T22:11:15.512Z | Checking argon2 v0.5.3 |
2260 | 2025-06-30T22:11:15.565Z | Checking arc-swap v1.7.1 |
2261 | 2025-06-30T22:11:15.977Z | Checking ingot v0.1.0 |
2262 | 2025-06-30T22:11:16.053Z | Checking slog-scope v4.4.0 |
2263 | 2025-06-30T22:11:16.262Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2264 | 2025-06-30T22:11:16.316Z | Checking slog-stdlog v4.1.1 |
2265 | 2025-06-30T22:11:16.567Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2266 | 2025-06-30T22:11:16.617Z | Checking slog-envlogger v2.2.0 |
2267 | 2025-06-30T22:11:16.908Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2268 | 2025-06-30T22:11:17.023Z | Checking swrite v0.1.0 |
2269 | 2025-06-30T22:11:17.070Z | Compiling owo-colors v4.2.2 |
2270 | 2025-06-30T22:11:17.200Z | Compiling cancel-safe-futures v0.1.5 |
2271 | 2025-06-30T22:11:17.704Z | Checking libsw-core v0.3.1 |
2272 | 2025-06-30T22:11:17.997Z | Checking libsw v3.5.0 |
2273 | 2025-06-30T22:11:18.049Z | Checking pem v3.0.5 |
2274 | 2025-06-30T22:11:18.284Z | Checking linear-map v1.2.0 |
2275 | 2025-06-30T22:11:18.329Z | Checking keccak v0.1.5 |
2276 | 2025-06-30T22:11:18.376Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2277 | 2025-06-30T22:11:18.632Z | Compiling typify-impl v0.2.0 |
2278 | 2025-06-30T22:11:18.736Z | Checking sha3 v0.10.8 |
2279 | 2025-06-30T22:11:19.122Z | Checking prettyplease v0.2.35 |
2280 | 2025-06-30T22:11:19.204Z | Checking headers-core v0.3.0 |
2281 | 2025-06-30T22:11:19.458Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2282 | 2025-06-30T22:11:19.506Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2283 | 2025-06-30T22:11:19.643Z | Compiling typify-macro v0.4.1 |
2284 | 2025-06-30T22:11:20.809Z | Checking highway v1.3.0 |
2285 | 2025-06-30T22:11:21.007Z | Compiling progenitor-macro v0.9.1 |
2286 | 2025-06-30T22:11:21.566Z | Checking headers v0.4.1 |
2287 | 2025-06-30T22:11:21.958Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2288 | 2025-06-30T22:11:23.603Z | Compiling typify v0.4.1 |
2289 | 2025-06-30T22:11:23.746Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2290 | 2025-06-30T22:11:23.813Z | Checking progenitor-impl v0.10.0 |
2291 | 2025-06-30T22:11:26.198Z | Compiling lzma-sys v0.1.20 |
2292 | 2025-06-30T22:11:30.085Z | Checking progenitor-client v0.8.0 |
2293 | 2025-06-30T22:11:30.562Z | Compiling progenitor-macro v0.10.0 |
2294 | 2025-06-30T22:11:31.648Z | Compiling heck v0.3.3 |
2295 | 2025-06-30T22:11:32.463Z | Compiling typify-macro v0.2.0 |
2296 | 2025-06-30T22:11:33.386Z | Compiling zone_cfg_derive v0.1.2 |
2297 | 2025-06-30T22:11:33.495Z | Checking progenitor v0.9.1 |
2298 | 2025-06-30T22:11:33.785Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2299 | 2025-06-30T22:11:34.286Z | Checking resolv-conf v0.7.0 |
2300 | 2025-06-30T22:11:34.728Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2025-06-30T22:11:34.804Z | Checking yasna v0.5.2 |
2302 | 2025-06-30T22:11:35.083Z | Checking base64 v0.13.1 |
2303 | 2025-06-30T22:11:35.683Z | Checking rcgen v0.12.1 |
2304 | 2025-06-30T22:11:35.830Z | Checking ron v0.7.1 |
2305 | 2025-06-30T22:11:35.926Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2306 | 2025-06-30T22:11:36.240Z | Compiling typify v0.2.0 |
2307 | 2025-06-30T22:11:36.460Z | Checking zone v0.1.8 |
2308 | 2025-06-30T22:11:36.547Z | Compiling progenitor-impl v0.8.0 |
2309 | 2025-06-30T22:11:37.124Z | Checking xz2 v0.1.7 |
2310 | 2025-06-30T22:11:37.513Z | Checking subprocess v0.2.9 |
2311 | 2025-06-30T22:11:37.601Z | Checking humantime v2.2.0 |
2312 | 2025-06-30T22:11:38.010Z | Checking universal-hash v0.5.1 |
2313 | 2025-06-30T22:11:38.127Z | Checking opaque-debug v0.3.1 |
2314 | 2025-06-30T22:11:38.257Z | Compiling semver v0.1.20 |
2315 | 2025-06-30T22:11:38.307Z | Checking aead v0.5.2 |
2316 | 2025-06-30T22:11:38.599Z | Checking poly1305 v0.8.0 |
2317 | 2025-06-30T22:11:38.719Z | Compiling rustc_version v0.1.7 |
2318 | 2025-06-30T22:11:38.765Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2319 | 2025-06-30T22:11:38.887Z | Checking chacha20 v0.9.1 |
2320 | 2025-06-30T22:11:39.226Z | Compiling newtype_derive v0.1.6 |
2321 | 2025-06-30T22:11:39.304Z | Compiling thiserror-impl-no-std v2.0.2 |
2322 | 2025-06-30T22:11:40.125Z | Checking linked-hash-map v0.5.6 |
2323 | 2025-06-30T22:11:40.282Z | Checking lru-cache v0.1.2 |
2324 | 2025-06-30T22:11:40.547Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2325 | 2025-06-30T22:11:40.935Z | Checking hickory-proto v0.24.4 |
2326 | 2025-06-30T22:11:41.111Z | Checking chacha20poly1305 v0.10.1 |
2327 | 2025-06-30T22:11:41.368Z | Checking steno v0.4.1 |
2328 | 2025-06-30T22:11:41.994Z | Checking thiserror-no-std v2.0.2 |
2329 | 2025-06-30T22:11:42.179Z | Checking vsss-rs v3.3.4 |
2330 | 2025-06-30T22:11:43.121Z | Checking progenitor v0.10.0 |
2331 | 2025-06-30T22:11:43.174Z | Compiling progenitor-macro v0.8.0 |
2332 | 2025-06-30T22:11:43.393Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2333 | 2025-06-30T22:11:43.760Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2334 | 2025-06-30T22:11:44.092Z | Compiling moka v0.12.10 |
2335 | 2025-06-30T22:11:44.285Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2336 | 2025-06-30T22:11:44.522Z | Checking tagptr v0.2.0 |
2337 | 2025-06-30T22:11:45.237Z | Checking hickory-resolver v0.24.4 |
2338 | 2025-06-30T22:11:45.339Z | Compiling slog-dtrace v0.3.0 |
2339 | 2025-06-30T22:11:46.333Z | Checking hickory-resolver v0.25.2 |
2340 | 2025-06-30T22:11:46.383Z | Checking display-error-chain v0.2.2 |
2341 | 2025-06-30T22:11:46.675Z | Checking bytecount v0.6.8 |
2342 | 2025-06-30T22:11:46.911Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2343 | 2025-06-30T22:11:47.020Z | Checking qorb v0.4.0 |
2344 | 2025-06-30T22:11:47.069Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2345 | 2025-06-30T22:11:48.004Z | Checking gethostname v0.5.0 |
2346 | 2025-06-30T22:11:48.202Z | Checking nibble_vec v0.1.0 |
2347 | 2025-06-30T22:11:48.477Z | Checking endian-type v0.1.2 |
2348 | 2025-06-30T22:11:48.760Z | Checking radix_trie v0.2.1 |
2349 | 2025-06-30T22:11:49.247Z | Compiling libefi-sys v0.1.0 |
2350 | 2025-06-30T22:11:49.657Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2351 | 2025-06-30T22:11:49.726Z | Compiling bitfield-struct v0.6.2 |
2352 | 2025-06-30T22:11:50.128Z | Compiling radium v0.7.0 |
2353 | 2025-06-30T22:11:50.289Z | Checking termcolor v1.4.1 |
2354 | 2025-06-30T22:11:50.760Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2355 | 2025-06-30T22:11:50.802Z | Compiling zerocopy-derive v0.6.6 |
2356 | 2025-06-30T22:11:51.023Z | Compiling maybe-uninit v2.0.0 |
2357 | 2025-06-30T22:11:51.074Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2358 | 2025-06-30T22:11:51.120Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2359 | 2025-06-30T22:11:51.162Z | Checking tap v1.0.1 |
2360 | 2025-06-30T22:11:51.294Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2361 | 2025-06-30T22:11:51.394Z | Checking wyz v0.5.1 |
2362 | 2025-06-30T22:11:51.688Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2363 | 2025-06-30T22:11:51.828Z | Checking crc-catalog v2.4.0 |
2364 | 2025-06-30T22:11:51.942Z | Checking funty v2.0.0 |
2365 | 2025-06-30T22:11:52.040Z | Compiling packed_struct v0.10.1 |
2366 | 2025-06-30T22:11:52.176Z | Checking crc v3.2.1 |
2367 | 2025-06-30T22:11:52.387Z | Compiling packed_struct_codegen v0.10.1 |
2368 | 2025-06-30T22:11:52.536Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2369 | 2025-06-30T22:11:52.611Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2025-06-30T22:11:52.661Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2371 | 2025-06-30T22:11:52.783Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2372 | 2025-06-30T22:11:53.112Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2373 | 2025-06-30T22:11:54.816Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2374 | 2025-06-30T22:11:55.693Z | Checking progenitor v0.8.0 |
2375 | 2025-06-30T22:11:56.007Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2376 | 2025-06-30T22:11:56.189Z | Checking zerocopy v0.6.6 |
2377 | 2025-06-30T22:11:56.505Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2378 | 2025-06-30T22:11:56.616Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2379 | 2025-06-30T22:11:56.671Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2380 | 2025-06-30T22:11:56.851Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2381 | 2025-06-30T22:11:56.941Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2382 | 2025-06-30T22:11:57.379Z | Checking bitvec v1.0.1 |
2383 | 2025-06-30T22:11:57.513Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2025-06-30T22:11:58.426Z | Compiling indexmap v1.9.3 |
2385 | 2025-06-30T22:11:58.714Z | Checking nodrop v0.1.14 |
2386 | 2025-06-30T22:11:58.785Z | Checking termtree v0.5.1 |
2387 | 2025-06-30T22:11:58.919Z | Checking array-init v0.0.4 |
2388 | 2025-06-30T22:11:59.145Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2389 | 2025-06-30T22:11:59.854Z | Checking smallvec v0.6.14 |
2390 | 2025-06-30T22:12:00.262Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2391 | 2025-06-30T22:12:00.313Z | Checking hashbrown v0.12.3 |
2392 | 2025-06-30T22:12:00.501Z | Checking bitfield v0.14.0 |
2393 | 2025-06-30T22:12:01.025Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2394 | 2025-06-30T22:12:01.085Z | Checking serde-hex v0.1.0 |
2395 | 2025-06-30T22:12:02.103Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2396 | 2025-06-30T22:12:02.414Z | Checking env_logger v0.10.2 |
2397 | 2025-06-30T22:12:02.546Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2398 | 2025-06-30T22:12:02.716Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2399 | 2025-06-30T22:12:02.882Z | Checking ron v0.8.1 |
2400 | 2025-06-30T22:12:03.442Z | Checking hashbrown v0.13.2 |
2401 | 2025-06-30T22:12:04.033Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2402 | 2025-06-30T22:12:04.181Z | Compiling async-recursion v1.1.1 |
2403 | 2025-06-30T22:12:04.450Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2404 | 2025-06-30T22:12:04.499Z | Compiling proc-macro-error-attr2 v2.0.0 |
2405 | 2025-06-30T22:12:04.750Z | Checking crc-any v2.5.0 |
2406 | 2025-06-30T22:12:05.039Z | Checking object v0.30.4 |
2407 | 2025-06-30T22:12:05.193Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2408 | 2025-06-30T22:12:05.284Z | Compiling proc-macro-error2 v2.0.1 |
2409 | 2025-06-30T22:12:05.514Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2410 | 2025-06-30T22:12:05.567Z | Checking path-slash v0.1.5 |
2411 | 2025-06-30T22:12:05.923Z | Compiling tabled_derive v0.10.0 |
2412 | 2025-06-30T22:12:05.964Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2413 | 2025-06-30T22:12:08.728Z | Checking papergrid v0.14.0 |
2414 | 2025-06-30T22:12:09.426Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2415 | 2025-06-30T22:12:09.719Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2416 | 2025-06-30T22:12:10.215Z | Compiling num-derive v0.3.3 |
2417 | 2025-06-30T22:12:10.269Z | Compiling xshell-macros v0.2.7 |
2418 | 2025-06-30T22:12:10.783Z | Checking tabled v0.18.0 |
2419 | 2025-06-30T22:12:11.033Z | Checking xshell v0.2.7 |
2420 | 2025-06-30T22:12:12.350Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2421 | 2025-06-30T22:12:12.483Z | Checking libscf-sys v1.1.0 |
2422 | 2025-06-30T22:12:12.641Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2423 | 2025-06-30T22:12:12.778Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2424 | 2025-06-30T22:12:12.910Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2425 | 2025-06-30T22:12:13.105Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2426 | 2025-06-30T22:12:13.475Z | Checking maplit v1.0.2 |
2427 | 2025-06-30T22:12:13.761Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2428 | 2025-06-30T22:12:13.811Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2429 | 2025-06-30T22:12:14.041Z | Compiling vte_generate_state_changes v0.1.2 |
2430 | 2025-06-30T22:12:14.192Z | Checking crc8 v0.1.1 |
2431 | 2025-06-30T22:12:14.390Z | Checking fd-lock v4.0.2 |
2432 | 2025-06-30T22:12:14.545Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2433 | 2025-06-30T22:12:14.667Z | Checking vte v0.11.1 |
2434 | 2025-06-30T22:12:14.670Z | Checking fxhash v0.2.1 |
2435 | 2025-06-30T22:12:14.987Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2436 | 2025-06-30T22:12:15.873Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2437 | 2025-06-30T22:12:16.041Z | Checking strip-ansi-escapes v0.2.0 |
2438 | 2025-06-30T22:12:16.277Z | Checking nu-ansi-term v0.50.1 |
2439 | 2025-06-30T22:12:16.535Z | Compiling const_format_proc_macros v0.2.34 |
2440 | 2025-06-30T22:12:16.618Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2441 | 2025-06-30T22:12:16.742Z | Checking reedline v0.40.0 |
2442 | 2025-06-30T22:12:17.114Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2443 | 2025-06-30T22:12:17.391Z | Checking home v0.5.9 |
2444 | 2025-06-30T22:12:17.611Z | Checking papergrid v0.11.0 |
2445 | 2025-06-30T22:12:18.147Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2446 | 2025-06-30T22:12:18.199Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2447 | 2025-06-30T22:12:18.388Z | Checking const_format v0.2.34 |
2448 | 2025-06-30T22:12:18.527Z | Compiling tabled_derive v0.7.0 |
2449 | 2025-06-30T22:12:18.709Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2450 | 2025-06-30T22:12:18.855Z | Checking kstat-rs v0.2.4 |
2451 | 2025-06-30T22:12:18.899Z | Checking half v1.8.3 |
2452 | 2025-06-30T22:12:19.046Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2453 | 2025-06-30T22:12:19.252Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2454 | 2025-06-30T22:12:19.373Z | Checking serde_cbor v0.11.2 |
2455 | 2025-06-30T22:12:19.434Z | Compiling nix v0.30.1 |
2456 | 2025-06-30T22:12:19.483Z | Checking globset v0.4.15 |
2457 | 2025-06-30T22:12:19.759Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2458 | 2025-06-30T22:12:20.016Z | Compiling phf_generator v0.11.2 |
2459 | 2025-06-30T22:12:20.066Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2460 | 2025-06-30T22:12:20.269Z | Compiling phf_codegen v0.11.2 |
2461 | 2025-06-30T22:12:20.366Z | Compiling dsl_auto_type v0.1.2 |
2462 | 2025-06-30T22:12:20.561Z | Checking scheduled-thread-pool v0.2.7 |
2463 | 2025-06-30T22:12:20.615Z | Compiling parse-zoneinfo v0.3.1 |
2464 | 2025-06-30T22:12:20.705Z | Checking tabled v0.15.0 |
2465 | 2025-06-30T22:12:20.806Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2466 | 2025-06-30T22:12:20.858Z | Compiling diesel_table_macro_syntax v0.2.0 |
2467 | 2025-06-30T22:12:21.063Z | Compiling cfg_aliases v0.1.1 |
2468 | 2025-06-30T22:12:21.231Z | Compiling parking_lot_core v0.8.6 |
2469 | 2025-06-30T22:12:21.321Z | Compiling chrono-tz-build v0.4.0 |
2470 | 2025-06-30T22:12:21.830Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2471 | 2025-06-30T22:12:21.872Z | Compiling diesel_derives v2.2.3 |
2472 | 2025-06-30T22:12:21.919Z | Compiling nix v0.28.0 |
2473 | 2025-06-30T22:12:22.351Z | Checking r2d2 v0.8.10 |
2474 | 2025-06-30T22:12:22.548Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2475 | 2025-06-30T22:12:22.728Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2476 | 2025-06-30T22:12:22.778Z | Checking bcs v0.1.6 |
2477 | 2025-06-30T22:12:23.298Z | Checking nanorand v0.7.0 |
2478 | 2025-06-30T22:12:23.452Z | Compiling chrono-tz v0.10.3 |
2479 | 2025-06-30T22:12:23.624Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2480 | 2025-06-30T22:12:23.685Z | Checking flume v0.11.1 |
2481 | 2025-06-30T22:12:23.960Z | Compiling crunchy v0.2.2 |
2482 | 2025-06-30T22:12:24.211Z | Checking parking_lot v0.11.2 |
2483 | 2025-06-30T22:12:24.628Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2484 | 2025-06-30T22:12:24.734Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2485 | 2025-06-30T22:12:25.010Z | Checking prefix-trie v0.7.0 |
2486 | 2025-06-30T22:12:25.359Z | Compiling peg-macros v0.8.5 |
2487 | 2025-06-30T22:12:25.409Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2488 | 2025-06-30T22:12:25.735Z | Compiling sqlparser_derive v0.2.2 |
2489 | 2025-06-30T22:12:26.122Z | Compiling tiny-keccak v2.0.2 |
2490 | 2025-06-30T22:12:26.493Z | Checking unicode_categories v0.1.1 |
2491 | 2025-06-30T22:12:26.706Z | Checking hickory-server v0.25.2 |
2492 | 2025-06-30T22:12:26.835Z | Checking sqlparser v0.45.0 |
2493 | 2025-06-30T22:12:26.884Z | Checking sqlformat v0.3.5 |
2494 | 2025-06-30T22:12:26.888Z | Checking rustyline v14.0.0 |
2495 | 2025-06-30T22:12:28.567Z | Checking sled v0.34.7 |
2496 | 2025-06-30T22:12:28.865Z | Checking peg v0.8.5 |
2497 | 2025-06-30T22:12:28.980Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2498 | 2025-06-30T22:12:29.232Z | Checking hickory-client v0.25.2 |
2499 | 2025-06-30T22:12:29.594Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2500 | 2025-06-30T22:12:29.757Z | Compiling bit-vec v0.6.3 |
2501 | 2025-06-30T22:12:30.237Z | Compiling bit-set v0.5.3 |
2502 | 2025-06-30T22:12:30.547Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2503 | 2025-06-30T22:12:30.701Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2504 | 2025-06-30T22:12:31.524Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2505 | 2025-06-30T22:12:31.631Z | Compiling ascii-canvas v3.0.0 |
2506 | 2025-06-30T22:12:32.152Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2507 | 2025-06-30T22:12:32.542Z | Compiling ena v0.14.3 |
2508 | 2025-06-30T22:12:32.745Z | Compiling diff v0.1.13 |
2509 | 2025-06-30T22:12:32.789Z | Compiling regex-syntax v0.6.29 |
2510 | 2025-06-30T22:12:32.980Z | Compiling bindgen v0.71.1 |
2511 | 2025-06-30T22:12:33.032Z | Checking diesel v2.2.11 |
2512 | 2025-06-30T22:12:33.367Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2513 | 2025-06-30T22:12:34.087Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2514 | 2025-06-30T22:12:34.340Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2515 | 2025-06-30T22:12:34.838Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2516 | 2025-06-30T22:12:35.104Z | Compiling unicase v2.7.0 |
2517 | 2025-06-30T22:12:35.701Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2518 | 2025-06-30T22:12:35.773Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2519 | 2025-06-30T22:12:36.151Z | Compiling lalrpop v0.19.12 |
2520 | 2025-06-30T22:12:36.497Z | Compiling derive_builder_core v0.20.2 |
2521 | 2025-06-30T22:12:37.429Z | Compiling libxml v0.3.3 |
2522 | 2025-06-30T22:12:37.864Z | Checking assert_matches v1.5.0 |
2523 | 2025-06-30T22:12:38.040Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2524 | 2025-06-30T22:12:38.107Z | Compiling strum_macros v0.24.3 |
2525 | 2025-06-30T22:12:38.693Z | Compiling derive_builder_macro v0.20.2 |
2526 | 2025-06-30T22:12:39.505Z | Compiling indoc v1.0.9 |
2527 | 2025-06-30T22:12:39.593Z | Checking derive_builder v0.20.2 |
2528 | 2025-06-30T22:12:40.819Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2529 | 2025-06-30T22:12:41.191Z | Checking primeorder v0.13.6 |
2530 | 2025-06-30T22:12:41.298Z | Checking quick-xml v0.37.2 |
2531 | 2025-06-30T22:12:41.350Z | Compiling impl-trait-for-tuples v0.2.2 |
2532 | 2025-06-30T22:12:41.739Z | Compiling oso-derive v0.27.3 |
2533 | 2025-06-30T22:12:42.849Z | Compiling mime_guess v2.0.5 |
2534 | 2025-06-30T22:12:43.206Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2535 | 2025-06-30T22:12:43.457Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2536 | 2025-06-30T22:12:44.008Z | Checking predicates-tree v1.0.12 |
2537 | 2025-06-30T22:12:44.247Z | Checking http-range v0.1.5 |
2538 | 2025-06-30T22:12:44.638Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2539 | 2025-06-30T22:12:44.920Z | Checking signal-hook-tokio v0.3.1 |
2540 | 2025-06-30T22:12:45.127Z | Checking atty v0.2.14 |
2541 | 2025-06-30T22:12:45.180Z | Compiling pin-project-internal v1.1.6 |
2542 | 2025-06-30T22:12:45.332Z | Compiling salty v0.3.0 |
2543 | 2025-06-30T22:12:46.758Z | Checking p384 v0.13.0 |
2544 | 2025-06-30T22:12:48.023Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2545 | 2025-06-30T22:12:48.058Z | Checking pin-project v1.1.6 |
2546 | 2025-06-30T22:12:48.240Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2547 | 2025-06-30T22:12:48.282Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2548 | 2025-06-30T22:12:48.620Z | Compiling diesel-dtrace v0.4.2 |
2549 | 2025-06-30T22:12:48.936Z | Checking hyper-staticfile v0.10.1 |
2550 | 2025-06-30T22:12:48.992Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2551 | 2025-06-30T22:12:49.328Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2552 | 2025-06-30T22:12:49.427Z | Checking ignore v0.4.23 |
2553 | 2025-06-30T22:12:49.499Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2554 | 2025-06-30T22:12:49.649Z | Checking tungstenite v0.23.0 |
2555 | 2025-06-30T22:12:49.846Z | Checking bb8 v0.8.5 |
2556 | 2025-06-30T22:12:49.897Z | Checking env_filter v0.1.2 |
2557 | 2025-06-30T22:12:50.081Z | Compiling snafu-derive v0.8.5 |
2558 | 2025-06-30T22:12:50.213Z | Compiling fs-err v2.11.0 |
2559 | 2025-06-30T22:12:50.254Z | Checking globwalk v0.9.1 |
2560 | 2025-06-30T22:12:50.353Z | Checking env_logger v0.11.5 |
2561 | 2025-06-30T22:12:50.587Z | Checking tokio-tungstenite v0.23.1 |
2562 | 2025-06-30T22:12:50.715Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2563 | 2025-06-30T22:12:50.752Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2564 | 2025-06-30T22:12:50.773Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2565 | 2025-06-30T22:12:51.141Z | Checking olpc-cjson v0.1.4 |
2566 | 2025-06-30T22:12:51.198Z | Checking serde_plain v1.0.2 |
2567 | 2025-06-30T22:12:51.328Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2568 | 2025-06-30T22:12:51.444Z | Checking void v1.0.2 |
2569 | 2025-06-30T22:12:51.536Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2570 | 2025-06-30T22:12:51.685Z | Checking typed-path v0.9.3 |
2571 | 2025-06-30T22:12:52.035Z | Checking lzss v0.8.2 |
2572 | 2025-06-30T22:12:52.053Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2573 | 2025-06-30T22:12:52.432Z | Checking camino-tempfile-ext v0.3.1 |
2574 | 2025-06-30T22:12:52.764Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2575 | 2025-06-30T22:12:52.887Z | Checking nix v0.27.1 |
2576 | 2025-06-30T22:12:53.120Z | Checking serde_bytes v0.11.17 |
2577 | 2025-06-30T22:12:53.229Z | Checking secrecy v0.8.0 |
2578 | 2025-06-30T22:12:57.551Z | Checking parse-size v1.1.0 |
2579 | 2025-06-30T22:12:57.590Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2580 | 2025-06-30T22:12:57.590Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2581 | 2025-06-30T22:12:57.590Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2582 | 2025-06-30T22:12:57.590Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2583 | 2025-06-30T22:12:57.590Z | Checking snafu v0.8.5 |
2584 | 2025-06-30T22:12:57.590Z | Checking tough v0.20.0 |
2585 | 2025-06-30T22:12:57.590Z | Checking rand_seeder v0.3.0 |
2586 | 2025-06-30T22:12:57.590Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2587 | 2025-06-30T22:12:57.590Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2588 | 2025-06-30T22:12:57.590Z | Checking csv-core v0.1.11 |
2589 | 2025-06-30T22:12:57.590Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2590 | 2025-06-30T22:12:57.590Z | Checking csv v1.3.1 |
2591 | 2025-06-30T22:12:57.899Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2592 | 2025-06-30T22:12:58.115Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2593 | 2025-06-30T22:12:58.282Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2594 | 2025-06-30T22:12:59.368Z | Checking heck v0.4.1 |
2595 | 2025-06-30T22:12:59.525Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2596 | 2025-06-30T22:12:59.627Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2597 | 2025-06-30T22:13:00.050Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2598 | 2025-06-30T22:13:00.102Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2599 | 2025-06-30T22:13:01.140Z | Checking yansi v1.0.1 |
2600 | 2025-06-30T22:13:01.562Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2601 | 2025-06-30T22:13:01.813Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2602 | 2025-06-30T22:13:02.067Z | Checking pretty_assertions v1.4.1 |
2603 | 2025-06-30T22:13:02.361Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2604 | 2025-06-30T22:13:02.592Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2605 | 2025-06-30T22:13:02.666Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2606 | 2025-06-30T22:13:03.078Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2607 | 2025-06-30T22:13:03.273Z | Compiling indoc v2.0.6 |
2608 | 2025-06-30T22:13:03.353Z | Checking is_ci v1.2.0 |
2609 | 2025-06-30T22:13:03.568Z | Checking supports-color v3.0.2 |
2610 | 2025-06-30T22:13:03.854Z | Checking typeid v1.0.3 |
2611 | 2025-06-30T22:13:04.082Z | Checking castaway v0.2.3 |
2612 | 2025-06-30T22:13:04.129Z | Compiling libz-sys v1.1.20 |
2613 | 2025-06-30T22:13:04.190Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2614 | 2025-06-30T22:13:04.224Z | Checking async-bb8-diesel v0.2.1 |
2615 | 2025-06-30T22:13:04.795Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2616 | 2025-06-30T22:13:04.846Z | Checking smawk v0.3.2 |
2617 | 2025-06-30T22:13:04.969Z | Checking unicode-linebreak v0.1.5 |
2618 | 2025-06-30T22:13:05.309Z | Checking compact_str v0.8.0 |
2619 | 2025-06-30T22:13:05.468Z | Checking textwrap v0.16.2 |
2620 | 2025-06-30T22:13:05.939Z | Checking erased-serde v0.4.6 |
2621 | 2025-06-30T22:13:05.992Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2622 | 2025-06-30T22:13:06.210Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2623 | 2025-06-30T22:13:06.867Z | Checking unicode-truncate v1.1.0 |
2624 | 2025-06-30T22:13:06.964Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2625 | 2025-06-30T22:13:07.179Z | Checking lru v0.12.5 |
2626 | 2025-06-30T22:13:07.340Z | Checking ordered-float v2.10.1 |
2627 | 2025-06-30T22:13:07.566Z | Compiling instability v0.3.2 |
2628 | 2025-06-30T22:13:07.946Z | Checking cassowary v0.3.0 |
2629 | 2025-06-30T22:13:08.072Z | Checking serde-value v0.7.0 |
2630 | 2025-06-30T22:13:08.495Z | Checking serde-untagged v0.1.7 |
2631 | 2025-06-30T22:13:08.546Z | Checking concurrent-queue v2.5.0 |
2632 | 2025-06-30T22:13:08.596Z | Checking ratatui v0.29.0 |
2633 | 2025-06-30T22:13:08.799Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2634 | 2025-06-30T22:13:08.946Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2635 | 2025-06-30T22:13:08.949Z | Checking parking v2.2.1 |
2636 | 2025-06-30T22:13:09.241Z | Checking cargo-util-schemas v0.2.0 |
2637 | 2025-06-30T22:13:11.857Z | Checking cargo-platform v0.2.0 |
2638 | 2025-06-30T22:13:12.232Z | Checking cargo_metadata v0.20.0 |
2639 | 2025-06-30T22:13:12.300Z | Compiling vergen v8.3.2 |
2640 | 2025-06-30T22:13:12.478Z | Compiling cargo-platform v0.1.8 |
2641 | 2025-06-30T22:13:12.731Z | Checking event-listener v5.3.1 |
2642 | 2025-06-30T22:13:12.975Z | Compiling cargo_metadata v0.18.1 |
2643 | 2025-06-30T22:13:13.250Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2644 | 2025-06-30T22:13:14.058Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2645 | 2025-06-30T22:13:17.065Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2646 | 2025-06-30T22:13:17.096Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2647 | 2025-06-30T22:13:17.096Z | Checking shell-words v1.1.0 |
2648 | 2025-06-30T22:13:17.096Z | Compiling rustls v0.21.12 |
2649 | 2025-06-30T22:13:17.096Z | Checking plotters-backend v0.3.7 |
2650 | 2025-06-30T22:13:17.096Z | Checking event-listener-strategy v0.5.2 |
2651 | 2025-06-30T22:13:17.096Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2652 | 2025-06-30T22:13:17.096Z | Checking plotters-svg v0.3.7 |
2653 | 2025-06-30T22:13:17.096Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2654 | 2025-06-30T22:13:17.096Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2655 | 2025-06-30T22:13:17.123Z | Checking rustls-webpki v0.101.7 |
2656 | 2025-06-30T22:13:17.372Z | Checking sct v0.7.1 |
2657 | 2025-06-30T22:13:17.477Z | Checking cast v0.3.0 |
2658 | 2025-06-30T22:13:17.801Z | Checking plotters v0.3.7 |
2659 | 2025-06-30T22:13:17.853Z | Checking criterion-plot v0.5.0 |
2660 | 2025-06-30T22:13:18.394Z | Checking futures-lite v2.3.0 |
2661 | 2025-06-30T22:13:19.560Z | Checking tinytemplate v1.2.1 |
2662 | 2025-06-30T22:13:19.772Z | Checking oorandom v11.1.4 |
2663 | 2025-06-30T22:13:20.014Z | Checking anes v0.1.6 |
2664 | 2025-06-30T22:13:20.051Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2665 | 2025-06-30T22:13:20.338Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2666 | 2025-06-30T22:13:20.398Z | Checking criterion v0.6.0 |
2667 | 2025-06-30T22:13:20.683Z | Checking rustls-pemfile v1.0.4 |
2668 | 2025-06-30T22:13:20.964Z | Checking twox-hash v2.1.0 |
2669 | 2025-06-30T22:13:21.028Z | Checking tokio-rustls v0.24.1 |
2670 | 2025-06-30T22:13:21.528Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2671 | 2025-06-30T22:13:21.666Z | Checking async-lock v3.4.0 |
2672 | 2025-06-30T22:13:22.261Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2673 | 2025-06-30T22:13:22.516Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2674 | 2025-06-30T22:13:23.173Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2675 | 2025-06-30T22:13:23.487Z | Checking fatfs v0.3.6 |
2676 | 2025-06-30T22:13:23.770Z | Checking polling v3.7.3 |
2677 | 2025-06-30T22:13:24.236Z | Checking hex-literal v0.4.1 |
2678 | 2025-06-30T22:13:24.286Z | Checking async-io v2.3.4 |
2679 | 2025-06-30T22:13:24.449Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2680 | 2025-06-30T22:13:24.626Z | Checking rtoolbox v0.0.2 |
2681 | 2025-06-30T22:13:24.911Z | Checking async-task v4.7.1 |
2682 | 2025-06-30T22:13:25.174Z | Checking rpassword v7.4.0 |
2683 | 2025-06-30T22:13:25.353Z | Checking async-channel v2.3.1 |
2684 | 2025-06-30T22:13:25.406Z | Checking tui-tree-widget v0.23.1 |
2685 | 2025-06-30T22:13:25.684Z | Checking polyval v0.6.2 |
2686 | 2025-06-30T22:13:25.776Z | Checking piper v0.2.4 |
2687 | 2025-06-30T22:13:25.994Z | Checking futures-timer v3.0.3 |
2688 | 2025-06-30T22:13:26.055Z | Checking blocking v1.6.1 |
2689 | 2025-06-30T22:13:26.380Z | Checking ghash v0.5.1 |
2690 | 2025-06-30T22:13:26.445Z | Checking async-executor v1.13.1 |
2691 | 2025-06-30T22:13:26.613Z | Checking async-signal v0.2.10 |
2692 | 2025-06-30T22:13:26.848Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2693 | 2025-06-30T22:13:26.933Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2694 | 2025-06-30T22:13:27.566Z | Checking ctr v0.9.2 |
2695 | 2025-06-30T22:13:27.616Z | Compiling petname v2.0.2 |
2696 | 2025-06-30T22:13:27.921Z | Checking event-listener v2.5.3 |
2697 | 2025-06-30T22:13:28.216Z | Checking arrayvec v0.7.6 |
2698 | 2025-06-30T22:13:28.619Z | Checking arrayref v0.3.9 |
2699 | 2025-06-30T22:13:28.665Z | Checking constant_time_eq v0.3.1 |
2700 | 2025-06-30T22:13:28.838Z | Checking async-channel v1.9.0 |
2701 | 2025-06-30T22:13:29.103Z | Checking aes-gcm v0.10.3 |
2702 | 2025-06-30T22:13:29.152Z | Checking async-process v2.3.0 |
2703 | 2025-06-30T22:13:29.418Z | Checking async-global-executor v2.4.1 |
2704 | 2025-06-30T22:13:29.623Z | Checking ssh-encoding v0.2.0 |
2705 | 2025-06-30T22:13:29.770Z | Checking blowfish v0.9.1 |
2706 | 2025-06-30T22:13:29.993Z | Checking kv-log-macro v1.0.7 |
2707 | 2025-06-30T22:13:30.054Z | Compiling async-attributes v1.1.2 |
2708 | 2025-06-30T22:13:30.202Z | Checking bcrypt-pbkdf v0.10.0 |
2709 | 2025-06-30T22:13:30.553Z | Checking ssh-cipher v0.2.0 |
2710 | 2025-06-30T22:13:30.918Z | Checking async-std v1.13.0 |
2711 | 2025-06-30T22:13:31.635Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2712 | 2025-06-30T22:13:32.349Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2713 | 2025-06-30T22:13:32.604Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2714 | 2025-06-30T22:13:32.916Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2715 | 2025-06-30T22:13:34.191Z | Checking password-hash v0.4.2 |
2716 | 2025-06-30T22:13:34.556Z | Checking sync-ptr v0.1.4 |
2717 | 2025-06-30T22:13:34.655Z | Checking pbkdf2 v0.11.0 |
2718 | 2025-06-30T22:13:34.789Z | Checking async-object-pool v0.1.5 |
2719 | 2025-06-30T22:13:35.021Z | Checking ssh-key v0.6.6 |
2720 | 2025-06-30T22:13:35.083Z | Checking p256 v0.13.2 |
2721 | 2025-06-30T22:13:35.624Z | Checking p521 v0.13.3 |
2722 | 2025-06-30T22:13:36.684Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2723 | 2025-06-30T22:13:37.056Z | Checking serde_regex v1.1.0 |
2724 | 2025-06-30T22:13:37.143Z | Checking assert-json-diff v2.0.2 |
2725 | 2025-06-30T22:13:37.349Z | Checking russh-cryptovec v0.7.3 |
2726 | 2025-06-30T22:13:37.470Z | Checking path-tree v0.8.1 |
2727 | 2025-06-30T22:13:37.622Z | Checking md5 v0.7.0 |
2728 | 2025-06-30T22:13:37.894Z | Checking stringmetrics v2.2.2 |
2729 | 2025-06-30T22:13:38.017Z | Compiling target-lexicon v0.13.2 |
2730 | 2025-06-30T22:13:38.210Z | Checking httpmock v0.8.0-alpha.1 |
2731 | 2025-06-30T22:13:38.619Z | Checking russh-keys v0.45.0 |
2732 | 2025-06-30T22:13:39.188Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2733 | 2025-06-30T22:13:40.045Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2734 | 2025-06-30T22:13:40.582Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2735 | 2025-06-30T22:13:41.465Z | Checking num-bigint v0.4.6 |
2736 | 2025-06-30T22:13:41.808Z | Checking des v0.8.1 |
2737 | 2025-06-30T22:13:42.157Z | Compiling blake3 v1.5.4 |
2738 | 2025-06-30T22:13:42.826Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2739 | 2025-06-30T22:13:43.006Z | Compiling guppy-workspace-hack v0.1.0 |
2740 | 2025-06-30T22:13:43.673Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2741 | 2025-06-30T22:13:43.868Z | Checking russh v0.45.0 |
2742 | 2025-06-30T22:13:44.595Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2743 | 2025-06-30T22:13:45.055Z | Checking memmap2 v0.9.5 |
2744 | 2025-06-30T22:13:45.181Z | Compiling target-spec v3.4.2 |
2745 | 2025-06-30T22:13:45.420Z | Checking internet-checksum v0.2.1 |
2746 | 2025-06-30T22:13:45.809Z | Checking cfg-expr v0.18.0 |
2747 | 2025-06-30T22:13:46.620Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2025-06-30T22:13:48.069Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2749 | 2025-06-30T22:13:48.348Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2750 | 2025-06-30T22:13:48.580Z | Checking httptest v0.16.3 |
2751 | 2025-06-30T22:13:49.324Z | Checking topological-sort v0.2.2 |
2752 | 2025-06-30T22:13:49.604Z | Checking omicron-zone-package v0.12.2 |
2753 | 2025-06-30T22:13:49.860Z | Checking petgraph v0.7.1 |
2754 | 2025-06-30T22:13:51.655Z | Checking pathdiff v0.2.3 |
2755 | 2025-06-30T22:13:51.913Z | Compiling rstest_macros v0.25.0 |
2756 | 2025-06-30T22:13:52.070Z | Compiling doc-comment v0.3.3 |
2757 | 2025-06-30T22:13:52.392Z | Checking nested v0.1.1 |
2758 | 2025-06-30T22:13:52.443Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2759 | 2025-06-30T22:13:52.625Z | Checking escape8259 v0.5.3 |
2760 | 2025-06-30T22:13:52.674Z | Compiling target-triple v0.1.3 |
2761 | 2025-06-30T22:13:52.720Z | Checking guppy v0.17.19 |
2762 | 2025-06-30T22:13:52.876Z | Checking libtest-mimic v0.8.1 |
2763 | 2025-06-30T22:13:53.486Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2764 | 2025-06-30T22:13:53.603Z | Checking fancy-regex v0.14.0 |
2765 | 2025-06-30T22:13:54.365Z | Checking similar-asserts v1.7.0 |
2766 | 2025-06-30T22:13:54.625Z | Compiling proc-macro-crate v3.2.0 |
2767 | 2025-06-30T22:13:54.945Z | Compiling assert_cmd v2.0.17 |
2768 | 2025-06-30T22:13:55.426Z | Compiling relative-path v1.9.3 |
2769 | 2025-06-30T22:13:55.933Z | Checking datatest-stable v0.3.2 |
2770 | 2025-06-30T22:13:56.662Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2771 | 2025-06-30T22:13:56.819Z | Checking blake2b_simd v1.0.2 |
2772 | 2025-06-30T22:13:57.705Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2773 | 2025-06-30T22:13:58.226Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2774 | 2025-06-30T22:13:58.597Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2775 | 2025-06-30T22:13:58.974Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2776 | 2025-06-30T22:13:59.371Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2777 | 2025-06-30T22:14:00.067Z | Checking serde_tokenstream v0.2.2 |
2778 | 2025-06-30T22:14:00.541Z | Checking uzers v0.12.1 |
2779 | 2025-06-30T22:14:01.335Z | Checking rust-argon2 v2.1.0 |
2780 | 2025-06-30T22:14:01.852Z | Checking trybuild v1.0.105 |
2781 | 2025-06-30T22:14:02.764Z | Compiling git2 v0.19.0 |
2782 | 2025-06-30T22:14:03.688Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2783 | 2025-06-30T22:14:04.929Z | Checking rstest v0.25.0 |
2784 | 2025-06-30T22:14:04.995Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2785 | 2025-06-30T22:14:06.126Z | Checking support-bundle-viewer v0.1.2 |
2786 | 2025-06-30T22:14:06.632Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2787 | 2025-06-30T22:14:06.895Z | Compiling samael v0.0.19 |
2788 | 2025-06-30T22:14:07.024Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2789 | 2025-06-30T22:14:07.405Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2790 | 2025-06-30T22:14:07.895Z | Checking rand_distr v0.4.3 |
2791 | 2025-06-30T22:14:10.381Z | Checking multimap v0.10.1 |
2792 | 2025-06-30T22:14:10.452Z | Checking approx v0.5.1 |
2793 | 2025-06-30T22:14:10.876Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2794 | 2025-06-30T22:14:10.951Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2795 | 2025-06-30T22:14:11.163Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2796 | 2025-06-30T22:14:11.570Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2797 | 2025-06-30T22:14:12.030Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2798 | 2025-06-30T22:14:12.258Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2799 | 2025-06-30T22:14:12.696Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2800 | 2025-06-30T22:14:13.548Z | Checking partial-io v0.5.4 |
2801 | 2025-06-30T22:14:13.728Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2802 | 2025-06-30T22:14:13.906Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2803 | 2025-06-30T22:14:13.985Z | Checking cargo_toml v0.21.0 |
2804 | 2025-06-30T22:14:14.276Z | Checking termios v0.3.3 |
2805 | 2025-06-30T22:14:14.628Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2806 | 2025-06-30T22:14:14.999Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2807 | 2025-06-30T22:14:15.791Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2808 | 2025-06-30T22:14:18.341Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2809 | 2025-06-30T22:14:21.241Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2810 | 2025-06-30T22:14:32.981Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2811 | 2025-06-30T22:14:38.003Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2812 | 2025-06-30T22:14:51.445Z | Compiling polar-core v0.27.3 |
2813 | 2025-06-30T22:14:54.440Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2814 | 2025-06-30T22:14:54.936Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2815 | 2025-06-30T22:15:00.766Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2816 | 2025-06-30T22:15:02.452Z | Checking oso v0.27.3 |
2817 | 2025-06-30T22:15:09.744Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2818 | 2025-06-30T22:15:13.596Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2819 | 2025-06-30T22:15:15.153Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2820 | 2025-06-30T22:15:23.429Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2821 | 2025-06-30T22:15:57.144Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2822 | 2025-06-30T22:15:57.144Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2823 | 2025-06-30T22:15:57.149Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2824 | 2025-06-30T22:17:19.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s |
2825 | 2025-06-30T22:17:20.415Z | |
2826 | 2025-06-30T22:17:20.427Z | real 7:12.430518749 |
2827 | 2025-06-30T22:17:20.428Z | user 39:36.789285924 |
2828 | 2025-06-30T22:17:20.428Z | sys 6:53.803580142 |
2829 | 2025-06-30T22:17:20.428Z | trap 1.120473064 |
2830 | 2025-06-30T22:17:20.428Z | tflt 0.537950530 |
2831 | 2025-06-30T22:17:20.428Z | dflt 0.178141819 |
2832 | 2025-06-30T22:17:20.428Z | kflt 0.001023894 |
2833 | 2025-06-30T22:17:20.428Z | lock 55:16.610217422 |
2834 | 2025-06-30T22:17:20.428Z | slp 2:11:01.927994471 |
2835 | 2025-06-30T22:17:20.429Z | lat 1:52.448492850 |
2836 | 2025-06-30T22:17:20.429Z | stop 13:55.210645843 |
2837 | 2025-06-30T22:17:20.429Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2838 | 2025-06-30T22:17:20.429Z | + ptime -m cargo doc --workspace --no-deps |
2839 | 2025-06-30T22:17:21.651Z | warning: output filename collision. |
2840 | 2025-06-30T22:17:21.652Z | 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)`. |
2841 | 2025-06-30T22:17:21.652Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2842 | 2025-06-30T22:17:21.652Z | The targets should have unique names. |
2843 | 2025-06-30T22:17:21.652Z | This is a known bug where multiple crates with the same name use |
2844 | 2025-06-30T22:17:21.652Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2845 | 2025-06-30T22:17:22.536Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2846 | 2025-06-30T22:17:22.756Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2847 | 2025-06-30T22:17:22.783Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2848 | 2025-06-30T22:17:22.855Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2849 | 2025-06-30T22:17:22.891Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2850 | 2025-06-30T22:17:22.896Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2851 | 2025-06-30T22:17:22.920Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2852 | 2025-06-30T22:17:23.154Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2853 | 2025-06-30T22:17:23.193Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2854 | 2025-06-30T22:17:23.249Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2855 | 2025-06-30T22:17:23.275Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2856 | 2025-06-30T22:17:23.426Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2857 | 2025-06-30T22:17:23.500Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2858 | 2025-06-30T22:17:23.627Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2859 | 2025-06-30T22:17:23.730Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2860 | 2025-06-30T22:17:23.877Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2861 | 2025-06-30T22:17:23.907Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2862 | 2025-06-30T22:17:23.950Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2863 | 2025-06-30T22:17:24.275Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2864 | 2025-06-30T22:17:24.367Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2865 | 2025-06-30T22:17:24.500Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2866 | 2025-06-30T22:17:24.542Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2867 | 2025-06-30T22:17:24.752Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2868 | 2025-06-30T22:17:24.956Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2869 | 2025-06-30T22:17:25.350Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2870 | 2025-06-30T22:17:25.529Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2871 | 2025-06-30T22:17:25.575Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2872 | 2025-06-30T22:17:25.746Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2873 | 2025-06-30T22:17:26.009Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2874 | 2025-06-30T22:17:26.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2875 | 2025-06-30T22:17:26.315Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2876 | 2025-06-30T22:17:26.434Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2877 | 2025-06-30T22:17:26.579Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2878 | 2025-06-30T22:17:26.911Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2879 | 2025-06-30T22:17:27.033Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2880 | 2025-06-30T22:17:27.064Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2881 | 2025-06-30T22:17:27.180Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2882 | 2025-06-30T22:17:27.434Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2883 | 2025-06-30T22:17:27.479Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2884 | 2025-06-30T22:17:27.517Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2885 | 2025-06-30T22:17:27.582Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2886 | 2025-06-30T22:17:27.625Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2887 | 2025-06-30T22:17:27.834Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2888 | 2025-06-30T22:17:27.868Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2889 | 2025-06-30T22:17:27.965Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2890 | 2025-06-30T22:17:27.996Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2891 | 2025-06-30T22:17:28.090Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2892 | 2025-06-30T22:17:28.211Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2893 | 2025-06-30T22:17:28.257Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2894 | 2025-06-30T22:17:28.317Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2895 | 2025-06-30T22:17:28.722Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2896 | 2025-06-30T22:17:28.725Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2897 | 2025-06-30T22:17:28.778Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2898 | 2025-06-30T22:17:28.781Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2899 | 2025-06-30T22:17:29.108Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2900 | 2025-06-30T22:17:29.202Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2901 | 2025-06-30T22:17:29.681Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2902 | 2025-06-30T22:17:30.530Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2903 | 2025-06-30T22:17:31.211Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2904 | 2025-06-30T22:17:32.894Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2905 | 2025-06-30T22:17:33.361Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2906 | 2025-06-30T22:17:33.733Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2907 | 2025-06-30T22:17:34.694Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2908 | 2025-06-30T22:17:35.133Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2909 | 2025-06-30T22:17:36.082Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2910 | 2025-06-30T22:17:36.734Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2911 | 2025-06-30T22:17:37.834Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2912 | 2025-06-30T22:17:37.909Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2913 | 2025-06-30T22:17:38.769Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2914 | 2025-06-30T22:17:39.433Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2915 | 2025-06-30T22:17:39.607Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2916 | 2025-06-30T22:17:40.895Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2917 | 2025-06-30T22:17:41.259Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2918 | 2025-06-30T22:17:41.357Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2919 | 2025-06-30T22:17:42.229Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2920 | 2025-06-30T22:17:42.386Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2921 | 2025-06-30T22:17:42.788Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2922 | 2025-06-30T22:17:43.478Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2923 | 2025-06-30T22:17:43.864Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2924 | 2025-06-30T22:17:47.409Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2925 | 2025-06-30T22:17:47.589Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2926 | 2025-06-30T22:17:49.034Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2927 | 2025-06-30T22:17:49.171Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2928 | 2025-06-30T22:17:49.207Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2929 | 2025-06-30T22:17:49.743Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2930 | 2025-06-30T22:17:49.834Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2931 | 2025-06-30T22:17:50.226Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2932 | 2025-06-30T22:17:51.196Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2933 | 2025-06-30T22:17:51.544Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2934 | 2025-06-30T22:17:52.079Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2935 | 2025-06-30T22:17:52.472Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2936 | 2025-06-30T22:17:53.310Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2937 | 2025-06-30T22:17:54.661Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2938 | 2025-06-30T22:17:54.771Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2939 | 2025-06-30T22:17:55.213Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2940 | 2025-06-30T22:17:55.249Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2941 | 2025-06-30T22:17:55.303Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2942 | 2025-06-30T22:17:56.685Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2943 | 2025-06-30T22:17:57.201Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2944 | 2025-06-30T22:17:57.572Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2945 | 2025-06-30T22:17:58.138Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2946 | 2025-06-30T22:17:58.526Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2947 | 2025-06-30T22:17:59.293Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2948 | 2025-06-30T22:17:59.614Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2949 | 2025-06-30T22:18:00.460Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2950 | 2025-06-30T22:18:00.595Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2951 | 2025-06-30T22:18:01.247Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2952 | 2025-06-30T22:18:01.522Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2953 | 2025-06-30T22:18:01.806Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2954 | 2025-06-30T22:18:02.071Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2955 | 2025-06-30T22:18:02.465Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2956 | 2025-06-30T22:18:02.622Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2957 | 2025-06-30T22:18:02.748Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2958 | 2025-06-30T22:18:03.057Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2959 | 2025-06-30T22:18:03.331Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2960 | 2025-06-30T22:18:03.738Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2961 | 2025-06-30T22:18:03.826Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2962 | 2025-06-30T22:18:03.895Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2963 | 2025-06-30T22:18:03.929Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2964 | 2025-06-30T22:18:04.565Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2965 | 2025-06-30T22:18:04.600Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2966 | 2025-06-30T22:18:05.385Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2967 | 2025-06-30T22:18:05.483Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2968 | 2025-06-30T22:18:05.766Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2969 | 2025-06-30T22:18:05.841Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2970 | 2025-06-30T22:18:06.435Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2971 | 2025-06-30T22:18:07.136Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2972 | 2025-06-30T22:18:07.934Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2973 | 2025-06-30T22:18:07.996Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2974 | 2025-06-30T22:18:08.068Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2975 | 2025-06-30T22:18:08.289Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2976 | 2025-06-30T22:18:08.904Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2977 | 2025-06-30T22:18:10.327Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2978 | 2025-06-30T22:18:11.888Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2979 | 2025-06-30T22:18:12.047Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2980 | 2025-06-30T22:18:12.179Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2981 | 2025-06-30T22:18:12.531Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2982 | 2025-06-30T22:18:13.042Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2983 | 2025-06-30T22:18:14.450Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2984 | 2025-06-30T22:18:15.420Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2985 | 2025-06-30T22:18:15.951Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2986 | 2025-06-30T22:18:16.737Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2025-06-30T22:18:16.781Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2988 | 2025-06-30T22:18:17.062Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2989 | 2025-06-30T22:18:17.299Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2025-06-30T22:18:17.984Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2991 | 2025-06-30T22:18:18.608Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2992 | 2025-06-30T22:18:20.600Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2993 | 2025-06-30T22:18:21.299Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2994 | 2025-06-30T22:18:21.756Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2995 | 2025-06-30T22:18:26.277Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2996 | 2025-06-30T22:18:26.807Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2997 | 2025-06-30T22:18:28.102Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2998 | 2025-06-30T22:18:28.842Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2999 | 2025-06-30T22:18:29.892Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3000 | 2025-06-30T22:18:30.502Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3001 | 2025-06-30T22:18:36.009Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3002 | 2025-06-30T22:18:36.133Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3003 | 2025-06-30T22:18:38.198Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3004 | 2025-06-30T22:18:38.299Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3005 | 2025-06-30T22:18:41.600Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3006 | 2025-06-30T22:18:42.049Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3007 | 2025-06-30T22:18:42.770Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3008 | 2025-06-30T22:18:42.901Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3009 | 2025-06-30T22:18:43.222Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3010 | 2025-06-30T22:18:48.681Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3011 | 2025-06-30T22:18:49.948Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3012 | 2025-06-30T22:18:50.710Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3013 | 2025-06-30T22:18:50.757Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3014 | 2025-06-30T22:18:51.901Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3015 | 2025-06-30T22:18:53.086Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3016 | 2025-06-30T22:18:53.217Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3017 | 2025-06-30T22:18:53.865Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3018 | 2025-06-30T22:18:56.316Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3019 | 2025-06-30T22:18:56.791Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3020 | 2025-06-30T22:18:56.835Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3021 | 2025-06-30T22:18:58.003Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3022 | 2025-06-30T22:18:58.773Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3023 | 2025-06-30T22:19:01.234Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3024 | 2025-06-30T22:19:02.382Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3025 | 2025-06-30T22:19:02.530Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3026 | 2025-06-30T22:19:03.994Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3027 | 2025-06-30T22:19:04.338Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3028 | 2025-06-30T22:19:06.833Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3029 | 2025-06-30T22:19:06.915Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3030 | 2025-06-30T22:19:07.004Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3031 | 2025-06-30T22:19:08.085Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3032 | 2025-06-30T22:19:09.842Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3033 | 2025-06-30T22:19:11.204Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3034 | 2025-06-30T22:19:12.190Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3035 | 2025-06-30T22:19:13.863Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3036 | 2025-06-30T22:19:13.957Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3037 | 2025-06-30T22:19:14.730Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3038 | 2025-06-30T22:19:15.458Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3039 | 2025-06-30T22:19:17.879Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3040 | 2025-06-30T22:19:18.499Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3041 | 2025-06-30T22:19:18.641Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3042 | 2025-06-30T22:19:18.874Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3043 | 2025-06-30T22:19:20.380Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3044 | 2025-06-30T22:19:20.383Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3045 | 2025-06-30T22:19:22.528Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3046 | 2025-06-30T22:19:22.852Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3047 | 2025-06-30T22:19:22.935Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3048 | 2025-06-30T22:19:24.182Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3049 | 2025-06-30T22:19:24.346Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3050 | 2025-06-30T22:19:25.918Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3051 | 2025-06-30T22:19:26.735Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3052 | 2025-06-30T22:19:27.212Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3053 | 2025-06-30T22:19:28.199Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3054 | 2025-06-30T22:19:29.782Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3055 | 2025-06-30T22:19:30.332Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3056 | 2025-06-30T22:19:30.629Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3057 | 2025-06-30T22:19:31.127Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3058 | 2025-06-30T22:19:31.804Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3059 | 2025-06-30T22:19:33.789Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3060 | 2025-06-30T22:19:34.254Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3061 | 2025-06-30T22:19:34.492Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3062 | 2025-06-30T22:19:34.651Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3063 | 2025-06-30T22:19:34.900Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3064 | 2025-06-30T22:19:37.986Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3065 | 2025-06-30T22:19:38.255Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3066 | 2025-06-30T22:19:38.287Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3067 | 2025-06-30T22:19:38.890Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3068 | 2025-06-30T22:19:39.733Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3069 | 2025-06-30T22:19:40.820Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3070 | 2025-06-30T22:19:40.831Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3071 | 2025-06-30T22:19:43.086Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3072 | 2025-06-30T22:19:43.200Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3073 | 2025-06-30T22:19:43.883Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3074 | 2025-06-30T22:19:44.006Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3075 | 2025-06-30T22:19:44.254Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3076 | 2025-06-30T22:19:45.318Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3077 | 2025-06-30T22:19:45.496Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3078 | 2025-06-30T22:19:46.330Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3079 | 2025-06-30T22:19:46.845Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3080 | 2025-06-30T22:19:47.152Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3081 | 2025-06-30T22:19:47.767Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3082 | 2025-06-30T22:19:48.305Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3083 | 2025-06-30T22:19:48.424Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3084 | 2025-06-30T22:19:49.030Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3085 | 2025-06-30T22:19:49.452Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3086 | 2025-06-30T22:19:50.051Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3087 | 2025-06-30T22:19:51.997Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3088 | 2025-06-30T22:19:52.424Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3089 | 2025-06-30T22:19:52.665Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3090 | 2025-06-30T22:19:53.099Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3091 | 2025-06-30T22:19:53.196Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3092 | 2025-06-30T22:19:53.229Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3093 | 2025-06-30T22:19:53.475Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3094 | 2025-06-30T22:19:53.763Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3095 | 2025-06-30T22:19:55.865Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3096 | 2025-06-30T22:20:01.863Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3097 | 2025-06-30T22:20:01.897Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3098 | 2025-06-30T22:20:02.125Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3099 | 2025-06-30T22:20:02.573Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3100 | 2025-06-30T22:20:04.871Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3101 | 2025-06-30T22:20:05.868Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3102 | 2025-06-30T22:20:06.169Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3103 | 2025-06-30T22:20:07.794Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3104 | 2025-06-30T22:20:08.049Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3105 | 2025-06-30T22:20:08.315Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3106 | 2025-06-30T22:20:09.047Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3107 | 2025-06-30T22:20:09.229Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3108 | 2025-06-30T22:20:09.391Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3109 | 2025-06-30T22:20:09.538Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3110 | 2025-06-30T22:20:10.089Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3111 | 2025-06-30T22:20:10.402Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3112 | 2025-06-30T22:20:10.402Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3113 | 2025-06-30T22:20:10.531Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3114 | 2025-06-30T22:20:10.589Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3115 | 2025-06-30T22:20:10.809Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3116 | 2025-06-30T22:20:11.471Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3117 | 2025-06-30T22:20:11.773Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3118 | 2025-06-30T22:20:11.904Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3119 | 2025-06-30T22:20:12.564Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3120 | 2025-06-30T22:20:13.079Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3121 | 2025-06-30T22:20:13.112Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3122 | 2025-06-30T22:20:13.115Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3123 | 2025-06-30T22:20:14.115Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3124 | 2025-06-30T22:20:14.340Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3125 | 2025-06-30T22:20:55.214Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3126 | 2025-06-30T22:21:03.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
3127 | 2025-06-30T22:21:03.232Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 163 other files |
3128 | 2025-06-30T22:21:03.322Z | |
3129 | 2025-06-30T22:21:03.325Z | real 3:42.640197428 |
3130 | 2025-06-30T22:21:03.325Z | user 20:57.977671493 |
3131 | 2025-06-30T22:21:03.325Z | sys 3:13.126214512 |
3132 | 2025-06-30T22:21:03.325Z | trap 0.555331946 |
3133 | 2025-06-30T22:21:03.325Z | tflt 0.263242693 |
3134 | 2025-06-30T22:21:03.325Z | dflt 0.056603643 |
3135 | 2025-06-30T22:21:03.325Z | kflt 0.005571893 |
3136 | 2025-06-30T22:21:03.325Z | lock 26:44.424023160 |
3137 | 2025-06-30T22:21:03.325Z | slp 59:23.503999830 |
3138 | 2025-06-30T22:21:03.325Z | lat 1:23.048221505 |
3139 | 2025-06-30T22:21:03.325Z | stop 1:59.512054693 |
3140 | 2025-06-30T22:21:03.325Z | process exited: duration 947326 ms, exit code 0 |
|
3141 | 2025-06-30T22:21:03.333Z | found 0 output files |