|
|
|
1 | 2025-01-08T14:34:00.279Z | job assigned to worker 01JH35AMFTPQV725EQGH6QK2HZ [factory aws, i-0138bc0e561d8d94b] (queued for 59 s) |
|
2 | 2025-01-08T14:34:09.178Z | starting task 0: "setup" |
3 | 2025-01-08T14:34:09.186Z | ++ uname -s |
4 | 2025-01-08T14:34:09.189Z | + kern=SunOS |
5 | 2025-01-08T14:34:09.189Z | + case "$kern" in |
6 | 2025-01-08T14:34:09.189Z | + groupadd -g 12345 build |
7 | 2025-01-08T14:34:09.191Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T14:34:11.198Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T14:34:11.300Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T14:34:11.304Z | + home_fs=zfs |
11 | 2025-01-08T14:34:11.304Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T14:34:11.304Z | + mkdir -p /home/build |
13 | 2025-01-08T14:34:11.307Z | + chown build:build /home/build /work |
14 | 2025-01-08T14:34:13.307Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T14:34:13.310Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2025-01-08T14:34:13.316Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T14:34:13.321Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T14:34:13.321Z | ' 1.81.0 |
19 | 2025-01-08T14:34:13.321Z | * toolchain channel = "1.81.0" |
20 | 2025-01-08T14:34:13.321Z | * toolchain profile = "default" |
21 | 2025-01-08T14:34:13.322Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-08T14:34:13.322Z | ' default |
23 | 2025-01-08T14:34:13.325Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T14:34:13.325Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T14:34:13.448Z | info: downloading installer |
26 | 2025-01-08T14:34:14.916Z | info: profile set to 'default' |
27 | 2025-01-08T14:34:14.916Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T14:34:14.918Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T14:34:15.059Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T14:34:15.059Z | info: downloading component 'cargo' |
31 | 2025-01-08T14:34:15.800Z | info: downloading component 'clippy' |
32 | 2025-01-08T14:34:16.076Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T14:34:17.101Z | info: downloading component 'rust-std' |
34 | 2025-01-08T14:34:18.699Z | info: downloading component 'rustc' |
35 | 2025-01-08T14:34:24.418Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T14:34:24.636Z | info: installing component 'cargo' |
37 | 2025-01-08T14:34:25.417Z | info: installing component 'clippy' |
38 | 2025-01-08T14:34:25.777Z | info: installing component 'rust-docs' |
39 | 2025-01-08T14:34:27.346Z | info: installing component 'rust-std' |
40 | 2025-01-08T14:34:29.057Z | info: installing component 'rustc' |
41 | 2025-01-08T14:34:34.748Z | info: installing component 'rustfmt' |
42 | 2025-01-08T14:34:35.071Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T14:34:35.072Z | |
44 | 2025-01-08T14:34:35.426Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T14:34:35.426Z | |
46 | 2025-01-08T14:34:35.429Z | |
47 | 2025-01-08T14:34:35.429Z | Rust is installed now. Great! |
48 | 2025-01-08T14:34:35.429Z | |
49 | 2025-01-08T14:34:35.429Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T14:34:35.429Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T14:34:35.429Z | |
52 | 2025-01-08T14:34:35.429Z | To configure your current shell, you need to source |
53 | 2025-01-08T14:34:35.429Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T14:34:35.429Z | |
55 | 2025-01-08T14:34:35.429Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T14:34:35.429Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T14:34:35.429Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T14:34:35.496Z | + rustc --version |
59 | 2025-01-08T14:34:35.562Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T14:34:35.566Z | process exited: duration 22248 ms, exit code 0 |
|
61 | 2025-01-08T14:34:35.571Z | starting task 2: "authentication" |
62 | 2025-01-08T14:34:35.592Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T14:34:35.598Z | starting task 3: "clone repository" |
64 | 2025-01-08T14:34:35.603Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T14:34:35.606Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T14:34:35.927Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T14:34:43.247Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T14:34:43.249Z | + git fetch origin 170ba7b287772751ab120fc5b4c54ea3de10527d |
69 | 2025-01-08T14:34:43.580Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T14:34:43.580Z | * branch 170ba7b287772751ab120fc5b4c54ea3de10527d -> FETCH_HEAD |
71 | 2025-01-08T14:34:43.591Z | + [[ -n spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
72 | 2025-01-08T14:34:43.593Z | ++ git branch --show-current |
73 | 2025-01-08T14:34:43.595Z | + current=main |
74 | 2025-01-08T14:34:43.595Z | + [[ main != spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
75 | 2025-01-08T14:34:43.595Z | + git branch -f spr/papertigers/sled-diagnostics-add-pfiles-output 170ba7b287772751ab120fc5b4c54ea3de10527d |
76 | 2025-01-08T14:34:43.598Z | + git checkout -f spr/papertigers/sled-diagnostics-add-pfiles-output |
77 | 2025-01-08T14:34:43.779Z | Switched to branch 'spr/papertigers/sled-diagnostics-add-pfiles-output' |
78 | 2025-01-08T14:34:43.781Z | + git reset --hard 170ba7b287772751ab120fc5b4c54ea3de10527d |
79 | 2025-01-08T14:34:43.794Z | HEAD is now at 170ba7b28 rebase |
80 | 2025-01-08T14:34:43.796Z | process exited: duration 8195 ms, exit code 0 |
|
81 | 2025-01-08T14:34:43.801Z | starting task 4: "build" |
82 | 2025-01-08T14:34:43.806Z | + source ./env.sh |
83 | 2025-01-08T14:34:43.806Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-08T14:34:43.806Z | ++ set -o xtrace |
85 | 2025-01-08T14:34:43.809Z | ++++ dirname ./env.sh |
86 | 2025-01-08T14:34:43.811Z | +++ readlink -f . |
87 | 2025-01-08T14:34:43.879Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-08T14:34:43.881Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-08T14:34:43.881Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-08T14:34:43.881Z | ++ 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 |
91 | 2025-01-08T14:34:43.881Z | ++ 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 |
92 | 2025-01-08T14:34:43.881Z | ++ 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 |
93 | 2025-01-08T14:34:43.881Z | ++ 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 |
94 | 2025-01-08T14:34:43.881Z | ++ 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 |
95 | 2025-01-08T14:34:43.881Z | ++ 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 |
96 | 2025-01-08T14:34:43.881Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-08T14:34:43.881Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-08T14:34:43.881Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-08T14:34:43.881Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-08T14:34:43.881Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-08T14:34:43.882Z | + cargo --version |
102 | 2025-01-08T14:34:43.938Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-08T14:34:43.940Z | + rustc --version |
104 | 2025-01-08T14:34:44.002Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-08T14:34:44.005Z | + banner prerequisites |
106 | 2025-01-08T14:34:44.133Z | |
107 | 2025-01-08T14:34:44.133Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-08T14:34:44.133Z | # # # # # # # # # # # # # # # |
109 | 2025-01-08T14:34:44.133Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-08T14:34:44.133Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-08T14:34:44.133Z | # # # # # # # # # # # # # # # |
112 | 2025-01-08T14:34:44.134Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-08T14:34:44.134Z | |
114 | 2025-01-08T14:34:44.137Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-08T14:35:05.779Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-01-08T14:35:09.868Z | Startup: Caching catalogs ... Done |
117 | 2025-01-08T14:35:20.916Z | Planning: Solver setup ... Done (10.073s) |
118 | 2025-01-08T14:35:21.054Z | Planning: Running solver ... Done (0.138s) |
119 | 2025-01-08T14:35:21.315Z | Planning: Finding local manifests ... Done (0.157s) |
120 | 2025-01-08T14:35:21.341Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2025-01-08T14:35:21.576Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2025-01-08T14:35:22.031Z | Planning: Package planning ... Done (0.456s) |
123 | 2025-01-08T14:35:22.088Z | Planning: Merging actions ... Done (0.056s) |
124 | 2025-01-08T14:35:23.201Z | Planning: Checking for conflicting actions ... Done (1.113s) |
125 | 2025-01-08T14:35:31.383Z | Planning: Consolidating action changes ... Done (8.181s) |
126 | 2025-01-08T14:35:31.770Z | Planning: Evaluating mediators ... Done (0.387s) |
127 | 2025-01-08T14:35:31.935Z | Planning: Planning completed in 21.97 seconds |
128 | 2025-01-08T14:35:33.106Z | Packages to install: 4 |
129 | 2025-01-08T14:35:33.106Z | Packages to update: 1 |
130 | 2025-01-08T14:35:33.106Z | Mediators to change: 2 |
131 | 2025-01-08T14:35:33.109Z | Services to change: 1 |
132 | 2025-01-08T14:35:33.109Z | Estimated space available: 155.63 GB |
133 | 2025-01-08T14:35:33.109Z | Estimated space to be consumed: 1.62 GB |
134 | 2025-01-08T14:35:33.109Z | Create boot environment: No |
135 | 2025-01-08T14:35:33.109Z | Create backup boot environment: Yes |
136 | 2025-01-08T14:35:33.109Z | Rebuild boot archive: No |
137 | 2025-01-08T14:35:33.109Z | |
138 | 2025-01-08T14:35:33.109Z | Changed mediators: |
139 | 2025-01-08T14:35:33.109Z | mediator clang: |
140 | 2025-01-08T14:35:33.109Z | version: None -> 15 (system default) |
141 | 2025-01-08T14:35:33.109Z | |
142 | 2025-01-08T14:35:33.109Z | mediator llvm: |
143 | 2025-01-08T14:35:33.109Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-01-08T14:35:33.109Z | |
145 | 2025-01-08T14:35:33.109Z | Changed packages: |
146 | 2025-01-08T14:35:33.109Z | helios-dev |
147 | 2025-01-08T14:35:33.109Z | developer/build-essential |
148 | 2025-01-08T14:35:33.109Z | None -> 11-2.0 |
149 | 2025-01-08T14:35:33.109Z | library/libxmlsec1 |
150 | 2025-01-08T14:35:33.109Z | None -> 1.2.35-2.0 |
151 | 2025-01-08T14:35:33.109Z | ooce/developer/clang-15 |
152 | 2025-01-08T14:35:33.109Z | None -> 15.0.7-2.0 |
153 | 2025-01-08T14:35:33.109Z | ooce/developer/llvm-15 |
154 | 2025-01-08T14:35:33.109Z | None -> 15.0.7-2.0 |
155 | 2025-01-08T14:35:33.110Z | package/pkg |
156 | 2025-01-08T14:35:33.110Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-01-08T14:35:33.110Z | |
158 | 2025-01-08T14:35:33.110Z | Services: |
159 | 2025-01-08T14:35:33.110Z | restart_fmri: |
160 | 2025-01-08T14:35:33.110Z | svc:/system/update-man-index:default |
161 | 2025-01-08T14:35:33.110Z | |
162 | 2025-01-08T14:35:33.110Z | Editable files to change: |
163 | 2025-01-08T14:35:33.110Z | Update: |
164 | 2025-01-08T14:35:33.110Z | usr/share/lib/pkg/web/config.shtml |
165 | 2025-01-08T14:35:33.715Z | |
166 | 2025-01-08T14:35:33.715Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2025-01-08T14:35:38.716Z | Download: 437/4281 items 2.9/220.6MB 1% complete (600k/s) |
168 | 2025-01-08T14:35:43.725Z | Download: 1194/4281 items 81.6/220.6MB 36% complete (8.1M/s) |
169 | 2025-01-08T14:35:48.722Z | Download: 2885/4281 items 121.2/220.6MB 54% complete (11.8M/s) |
170 | 2025-01-08T14:35:53.876Z | Download: 4018/4281 items 219.5/220.6MB 99% complete (14.2M/s) |
171 | 2025-01-08T14:35:58.728Z | Download: 4273/4281 items 220.6/220.6MB 99% complete (10.5M/s) |
172 | 2025-01-08T14:35:58.818Z | Download: Completed 220.60 MB in 25.10 seconds (8.8M/s) |
173 | 2025-01-08T14:36:00.881Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2025-01-08T14:36:00.901Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2025-01-08T14:36:05.953Z | Actions: 4077/5063 actions (Installing new actions) |
176 | 2025-01-08T14:36:07.350Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2025-01-08T14:36:07.797Z | Actions: Completed 5063 actions in 6.92 seconds. |
178 | 2025-01-08T14:36:08.216Z | Done (0.412s) |
179 | 2025-01-08T14:36:08.219Z | Done (0.000s) |
180 | 2025-01-08T14:36:08.795Z | Done (0.578s) |
181 | 2025-01-08T14:36:16.957Z | Done (7.933s) |
182 | 2025-01-08T14:36:17.560Z | Done (0.531s) |
183 | 2025-01-08T14:36:17.562Z | Done (0.000s) |
184 | 2025-01-08T14:36:17.800Z | Done (0.000s) |
185 | 2025-01-08T14:36:18.496Z | Planning: Evaluating mediator changes ... Done |
186 | 2025-01-08T14:36:18.656Z | Planning: Checking for conflicting actions ... Done |
187 | 2025-01-08T14:36:18.659Z | Planning: Consolidating action changes ... Done |
188 | 2025-01-08T14:36:18.947Z | Planning: Evaluating mediators ... Done |
189 | 2025-01-08T14:36:18.967Z | Planning: Planning completed in 0.43 seconds |
190 | 2025-01-08T14:36:18.982Z | Mediators to change: 2 |
191 | 2025-01-08T14:36:18.982Z | Create boot environment: No |
192 | 2025-01-08T14:36:18.982Z | Create backup boot environment: No |
193 | 2025-01-08T14:36:19.061Z | Done |
194 | 2025-01-08T14:36:19.061Z | Done |
195 | 2025-01-08T14:36:19.438Z | Done |
196 | 2025-01-08T14:36:23.049Z | Done |
197 | 2025-01-08T14:36:23.145Z | Done |
198 | 2025-01-08T14:36:23.149Z | Done |
199 | 2025-01-08T14:36:23.319Z | Done |
200 | 2025-01-08T14:36:23.928Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-01-08T14:36:23.931Z | Planning: Merging actions ... Done |
202 | 2025-01-08T14:36:24.117Z | Planning: Checking for conflicting actions ... Done |
203 | 2025-01-08T14:36:24.120Z | Planning: Consolidating action changes ... Done |
204 | 2025-01-08T14:36:24.383Z | Planning: Evaluating mediators ... Done |
205 | 2025-01-08T14:36:24.439Z | Planning: Planning completed in 0.75 seconds |
206 | 2025-01-08T14:36:24.477Z | Packages to change: 1 |
207 | 2025-01-08T14:36:24.477Z | Mediators to change: 1 |
208 | 2025-01-08T14:36:24.480Z | Services to change: 1 |
209 | 2025-01-08T14:36:24.480Z | Create boot environment: No |
210 | 2025-01-08T14:36:24.480Z | Create backup boot environment: Yes |
211 | 2025-01-08T14:36:26.803Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2025-01-08T14:36:26.951Z | Actions: Completed 6 actions in 0.15 seconds. |
213 | 2025-01-08T14:36:26.953Z | Done |
214 | 2025-01-08T14:36:26.953Z | Done |
215 | 2025-01-08T14:36:27.067Z | Done |
216 | 2025-01-08T14:36:30.674Z | Done |
217 | 2025-01-08T14:36:30.773Z | Done |
218 | 2025-01-08T14:36:30.776Z | Done |
219 | 2025-01-08T14:36:30.961Z | Done |
220 | 2025-01-08T14:36:31.390Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2025-01-08T14:36:31.390Z | clang system 15 system |
222 | 2025-01-08T14:36:31.390Z | csh system system illumos |
223 | 2025-01-08T14:36:31.390Z | ctags system system illumos |
224 | 2025-01-08T14:36:31.390Z | gcc vendor 12 vendor |
225 | 2025-01-08T14:36:31.390Z | gcc system 10 system |
226 | 2025-01-08T14:36:31.390Z | gcc system 7 system |
227 | 2025-01-08T14:36:31.390Z | go system 1.20 system |
228 | 2025-01-08T14:36:31.390Z | go system 1.19 system |
229 | 2025-01-08T14:36:31.390Z | llvm system 15 system |
230 | 2025-01-08T14:36:31.390Z | llvm system 14 system |
231 | 2025-01-08T14:36:31.390Z | mariadb system 10.6 system |
232 | 2025-01-08T14:36:31.390Z | mta vendor vendor dma |
233 | 2025-01-08T14:36:31.390Z | openjdk system 17 system |
234 | 2025-01-08T14:36:31.390Z | openjdk system 11 system |
235 | 2025-01-08T14:36:31.390Z | openjdk system 1.8 system |
236 | 2025-01-08T14:36:31.390Z | openssl vendor 3 vendor |
237 | 2025-01-08T14:36:31.390Z | perl system 5.36 system |
238 | 2025-01-08T14:36:31.390Z | postgresql system 15 system |
239 | 2025-01-08T14:36:31.391Z | postgresql system 13 system |
240 | 2025-01-08T14:36:31.391Z | python vendor 3 vendor |
241 | 2025-01-08T14:36:31.391Z | python system 2 system |
242 | 2025-01-08T14:36:31.391Z | python3 system 3.11 system |
243 | 2025-01-08T14:36:31.391Z | ruby system 3.0 system |
244 | 2025-01-08T14:36:31.391Z | words vendor vendor american-english |
245 | 2025-01-08T14:36:31.391Z | words system system australian-english |
246 | 2025-01-08T14:36:31.391Z | words system system british-english |
247 | 2025-01-08T14:36:31.391Z | words system system canadian-english |
248 | 2025-01-08T14:36:31.391Z | words system system french |
249 | 2025-01-08T14:36:31.391Z | words system system italian |
250 | 2025-01-08T14:36:31.391Z | words system system ngerman |
251 | 2025-01-08T14:36:31.391Z | words system system ogerman |
252 | 2025-01-08T14:36:31.391Z | words system system spanish |
253 | 2025-01-08T14:36:31.723Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2025-01-08T14:36:31.723Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2025-01-08T14:36:34.480Z | FMRI IFO |
256 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2025-01-08T14:36:34.480Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2025-01-08T14:36:35.256Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2025-01-08T14:36:35.638Z | Updating crates.io index |
273 | 2025-01-08T14:36:35.677Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
274 | 2025-01-08T14:36:35.974Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2025-01-08T14:36:36.577Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2025-01-08T14:36:36.908Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2025-01-08T14:36:37.193Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2025-01-08T14:36:37.527Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2025-01-08T14:36:38.561Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2025-01-08T14:36:40.037Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2025-01-08T14:36:40.722Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2025-01-08T14:36:41.426Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2025-01-08T14:36:41.711Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2025-01-08T14:36:42.018Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2025-01-08T14:36:42.707Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2025-01-08T14:36:43.145Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2025-01-08T14:36:43.496Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2025-01-08T14:36:43.846Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2025-01-08T14:36:44.108Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2025-01-08T14:36:44.421Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2025-01-08T14:36:44.716Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2025-01-08T14:36:45.068Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2025-01-08T14:36:45.476Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2025-01-08T14:36:45.774Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2025-01-08T14:36:46.391Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2025-01-08T14:36:46.669Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2025-01-08T14:36:47.161Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2025-01-08T14:36:47.516Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2025-01-08T14:36:47.988Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2025-01-08T14:36:48.242Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2025-01-08T14:36:48.527Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2025-01-08T14:36:49.841Z | Downloading crates ... |
303 | 2025-01-08T14:36:49.915Z | Downloaded anstyle-parse v0.2.5 |
304 | 2025-01-08T14:36:49.918Z | Downloaded anstyle-query v1.1.1 |
305 | 2025-01-08T14:36:49.921Z | Downloaded anstyle v1.0.10 |
306 | 2025-01-08T14:36:49.924Z | Downloaded anyhow v1.0.93 |
307 | 2025-01-08T14:36:49.931Z | Downloaded scroll_derive v0.12.0 |
308 | 2025-01-08T14:36:49.934Z | Downloaded anstream v0.6.15 |
309 | 2025-01-08T14:36:49.947Z | Downloaded equivalent v1.0.1 |
310 | 2025-01-08T14:36:49.957Z | Downloaded pretty-hex v0.4.1 |
311 | 2025-01-08T14:36:49.967Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2025-01-08T14:36:49.972Z | Downloaded dtrace-parser v0.2.0 |
313 | 2025-01-08T14:36:49.976Z | Downloaded autocfg v1.4.0 |
314 | 2025-01-08T14:36:49.976Z | Downloaded usdt-macro v0.5.0 |
315 | 2025-01-08T14:36:49.982Z | Downloaded swrite v0.1.0 |
316 | 2025-01-08T14:36:49.986Z | Downloaded tabled_derive v0.7.0 |
317 | 2025-01-08T14:36:49.986Z | Downloaded proc-macro-error-attr v1.0.4 |
318 | 2025-01-08T14:36:49.986Z | Downloaded digest v0.10.7 |
319 | 2025-01-08T14:36:49.989Z | Downloaded colorchoice v1.0.2 |
320 | 2025-01-08T14:36:49.989Z | Downloaded block-buffer v0.10.4 |
321 | 2025-01-08T14:36:49.989Z | Downloaded memmap v0.7.0 |
322 | 2025-01-08T14:36:49.993Z | Downloaded cpufeatures v0.2.14 |
323 | 2025-01-08T14:36:49.999Z | Downloaded toml_datetime v0.6.8 |
324 | 2025-01-08T14:36:50.001Z | Downloaded itoa v1.0.11 |
325 | 2025-01-08T14:36:50.001Z | Downloaded cfg-if v1.0.0 |
326 | 2025-01-08T14:36:50.004Z | Downloaded camino-tempfile v1.1.1 |
327 | 2025-01-08T14:36:50.004Z | Downloaded macaddr v1.0.1 |
328 | 2025-01-08T14:36:50.006Z | Downloaded generic-array v0.14.7 |
329 | 2025-01-08T14:36:50.006Z | Downloaded heck v0.4.1 |
330 | 2025-01-08T14:36:50.010Z | Downloaded crypto-common v0.1.6 |
331 | 2025-01-08T14:36:50.010Z | Downloaded strsim v0.11.1 |
332 | 2025-01-08T14:36:50.013Z | Downloaded usdt v0.5.0 |
333 | 2025-01-08T14:36:50.016Z | Downloaded terminal_size v0.4.0 |
334 | 2025-01-08T14:36:50.016Z | Downloaded bytecount v0.6.8 |
335 | 2025-01-08T14:36:50.019Z | Downloaded thiserror-impl v1.0.69 |
336 | 2025-01-08T14:36:50.022Z | Downloaded fnv v1.0.7 |
337 | 2025-01-08T14:36:50.022Z | Downloaded fastrand v2.1.1 |
338 | 2025-01-08T14:36:50.022Z | Downloaded cargo-platform v0.1.8 |
339 | 2025-01-08T14:36:50.025Z | Downloaded utf8parse v0.2.2 |
340 | 2025-01-08T14:36:50.025Z | Downloaded thread-id v4.2.2 |
341 | 2025-01-08T14:36:50.028Z | Downloaded is_terminal_polyfill v1.70.1 |
342 | 2025-01-08T14:36:50.028Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2025-01-08T14:36:50.032Z | Downloaded serde_spanned v0.6.8 |
344 | 2025-01-08T14:36:50.032Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2025-01-08T14:36:50.036Z | Downloaded usdt-impl v0.5.0 |
346 | 2025-01-08T14:36:50.045Z | Downloaded pest_generator v2.7.14 |
347 | 2025-01-08T14:36:50.047Z | Downloaded smawk v0.3.2 |
348 | 2025-01-08T14:36:50.055Z | Downloaded heck v0.5.0 |
349 | 2025-01-08T14:36:50.060Z | Downloaded version_check v0.9.5 |
350 | 2025-01-08T14:36:50.064Z | Downloaded byteorder v1.5.0 |
351 | 2025-01-08T14:36:50.065Z | Downloaded dof v0.3.0 |
352 | 2025-01-08T14:36:50.069Z | Downloaded semver v1.0.23 |
353 | 2025-01-08T14:36:50.072Z | Downloaded camino v1.1.9 |
354 | 2025-01-08T14:36:50.074Z | Downloaded errno v0.3.9 |
355 | 2025-01-08T14:36:50.077Z | Downloaded clap_lex v0.7.2 |
356 | 2025-01-08T14:36:50.077Z | Downloaded quote v1.0.37 |
357 | 2025-01-08T14:36:50.079Z | Downloaded proc-macro-error v1.0.4 |
358 | 2025-01-08T14:36:50.081Z | Downloaded plain v0.2.3 |
359 | 2025-01-08T14:36:50.084Z | Downloaded once_cell v1.20.2 |
360 | 2025-01-08T14:36:50.086Z | Downloaded cargo_metadata v0.18.1 |
361 | 2025-01-08T14:36:50.086Z | Downloaded thiserror v1.0.69 |
362 | 2025-01-08T14:36:50.090Z | Downloaded fs-err v2.11.0 |
363 | 2025-01-08T14:36:50.093Z | Downloaded tempfile v3.13.0 |
364 | 2025-01-08T14:36:50.096Z | Downloaded scroll v0.12.0 |
365 | 2025-01-08T14:36:50.098Z | Downloaded sha2 v0.10.8 |
366 | 2025-01-08T14:36:50.102Z | Downloaded bitflags v2.6.0 |
367 | 2025-01-08T14:36:50.106Z | Downloaded pest_derive v2.7.14 |
368 | 2025-01-08T14:36:50.112Z | Downloaded clap_derive v4.5.18 |
369 | 2025-01-08T14:36:50.117Z | Downloaded cargo_toml v0.20.5 |
370 | 2025-01-08T14:36:50.120Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2025-01-08T14:36:50.123Z | Downloaded ryu v1.0.18 |
372 | 2025-01-08T14:36:50.126Z | Downloaded ucd-trie v0.1.7 |
373 | 2025-01-08T14:36:50.126Z | Downloaded log v0.4.22 |
374 | 2025-01-08T14:36:50.129Z | Downloaded unicode-ident v1.0.13 |
375 | 2025-01-08T14:36:50.131Z | Downloaded clap v4.5.21 |
376 | 2025-01-08T14:36:50.138Z | Downloaded pest_meta v2.7.14 |
377 | 2025-01-08T14:36:50.140Z | Downloaded textwrap v0.16.1 |
378 | 2025-01-08T14:36:50.143Z | Downloaded typenum v1.17.0 |
379 | 2025-01-08T14:36:50.149Z | Downloaded proc-macro2 v1.0.89 |
380 | 2025-01-08T14:36:50.153Z | Downloaded toml v0.8.19 |
381 | 2025-01-08T14:36:50.157Z | Downloaded papergrid v0.11.0 |
382 | 2025-01-08T14:36:50.163Z | Downloaded serde_derive v1.0.215 |
383 | 2025-01-08T14:36:50.185Z | Downloaded serde v1.0.215 |
384 | 2025-01-08T14:36:50.187Z | Downloaded memchr v2.7.4 |
385 | 2025-01-08T14:36:50.188Z | Downloaded indexmap v2.6.0 |
386 | 2025-01-08T14:36:50.205Z | Downloaded toml_edit v0.22.22 |
387 | 2025-01-08T14:36:50.237Z | Downloaded serde_json v1.0.133 |
388 | 2025-01-08T14:36:50.246Z | Downloaded hashbrown v0.15.1 |
389 | 2025-01-08T14:36:50.251Z | Downloaded pest v2.7.14 |
390 | 2025-01-08T14:36:50.267Z | Downloaded winnow v0.6.20 |
391 | 2025-01-08T14:36:50.275Z | Downloaded zerocopy v0.7.35 |
392 | 2025-01-08T14:36:50.290Z | Downloaded goblin v0.8.2 |
393 | 2025-01-08T14:36:50.295Z | Downloaded tabled v0.15.0 |
394 | 2025-01-08T14:36:50.310Z | Downloaded clap_builder v4.5.21 |
395 | 2025-01-08T14:36:50.320Z | Downloaded syn v1.0.109 |
396 | 2025-01-08T14:36:50.331Z | Downloaded syn v2.0.87 |
397 | 2025-01-08T14:36:50.341Z | Downloaded unicode-width v0.1.14 |
398 | 2025-01-08T14:36:50.350Z | Downloaded rustix v0.38.37 |
399 | 2025-01-08T14:36:50.393Z | Downloaded libc v0.2.162 |
400 | 2025-01-08T14:36:50.703Z | Compiling proc-macro2 v1.0.89 |
401 | 2025-01-08T14:36:50.703Z | Compiling unicode-ident v1.0.13 |
402 | 2025-01-08T14:36:50.703Z | Compiling version_check v0.9.5 |
403 | 2025-01-08T14:36:50.705Z | Compiling serde v1.0.215 |
404 | 2025-01-08T14:36:50.705Z | Compiling thiserror v1.0.69 |
405 | 2025-01-08T14:36:50.705Z | Compiling memchr v2.7.4 |
406 | 2025-01-08T14:36:50.705Z | Compiling libc v0.2.162 |
407 | 2025-01-08T14:36:50.705Z | Compiling ryu v1.0.18 |
408 | 2025-01-08T14:36:50.993Z | Compiling itoa v1.0.11 |
409 | 2025-01-08T14:36:51.163Z | Compiling ucd-trie v0.1.7 |
410 | 2025-01-08T14:36:51.586Z | Compiling once_cell v1.20.2 |
411 | 2025-01-08T14:36:51.677Z | Compiling byteorder v1.5.0 |
412 | 2025-01-08T14:36:51.904Z | Compiling serde_json v1.0.133 |
413 | 2025-01-08T14:36:52.009Z | Compiling rustix v0.38.37 |
414 | 2025-01-08T14:36:53.275Z | Compiling bitflags v2.6.0 |
415 | 2025-01-08T14:36:53.341Z | Compiling usdt-impl v0.5.0 |
416 | 2025-01-08T14:36:53.388Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2025-01-08T14:36:53.412Z | Compiling syn v1.0.109 |
418 | 2025-01-08T14:36:53.606Z | Compiling proc-macro-error v1.0.4 |
419 | 2025-01-08T14:36:53.673Z | Compiling hashbrown v0.15.1 |
420 | 2025-01-08T14:36:53.723Z | Compiling plain v0.2.3 |
421 | 2025-01-08T14:36:53.817Z | Compiling log v0.4.22 |
422 | 2025-01-08T14:36:53.871Z | Compiling equivalent v1.0.1 |
423 | 2025-01-08T14:36:53.894Z | Compiling camino v1.1.9 |
424 | 2025-01-08T14:36:53.979Z | Compiling utf8parse v0.2.2 |
425 | 2025-01-08T14:36:54.092Z | Compiling thread-id v4.2.2 |
426 | 2025-01-08T14:36:54.148Z | Compiling anstyle-parse v0.2.5 |
427 | 2025-01-08T14:36:54.211Z | Compiling quote v1.0.37 |
428 | 2025-01-08T14:36:54.268Z | Compiling autocfg v1.4.0 |
429 | 2025-01-08T14:36:54.476Z | Compiling unicode-width v0.1.14 |
430 | 2025-01-08T14:36:54.541Z | Compiling errno v0.3.9 |
431 | 2025-01-08T14:36:54.579Z | Compiling colorchoice v1.0.2 |
432 | 2025-01-08T14:36:54.732Z | Compiling syn v2.0.87 |
433 | 2025-01-08T14:36:54.932Z | Compiling indexmap v2.6.0 |
434 | 2025-01-08T14:36:54.968Z | Compiling semver v1.0.23 |
435 | 2025-01-08T14:36:54.993Z | Compiling winnow v0.6.20 |
436 | 2025-01-08T14:36:55.432Z | Compiling anstyle-query v1.1.1 |
437 | 2025-01-08T14:36:55.477Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2025-01-08T14:36:55.593Z | Compiling pretty-hex v0.4.1 |
439 | 2025-01-08T14:36:55.618Z | Compiling anstyle v1.0.10 |
440 | 2025-01-08T14:36:55.921Z | Compiling fs-err v2.11.0 |
441 | 2025-01-08T14:36:56.133Z | Compiling anstream v0.6.15 |
442 | 2025-01-08T14:36:56.350Z | Compiling fnv v1.0.7 |
443 | 2025-01-08T14:36:56.441Z | Compiling clap_lex v0.7.2 |
444 | 2025-01-08T14:36:56.481Z | Compiling heck v0.5.0 |
445 | 2025-01-08T14:36:56.506Z | Compiling cfg-if v1.0.0 |
446 | 2025-01-08T14:36:56.607Z | Compiling fastrand v2.1.1 |
447 | 2025-01-08T14:36:56.864Z | Compiling heck v0.4.1 |
448 | 2025-01-08T14:36:56.942Z | Compiling terminal_size v0.4.0 |
449 | 2025-01-08T14:36:57.006Z | Compiling strsim v0.11.1 |
450 | 2025-01-08T14:36:57.159Z | Compiling anyhow v1.0.93 |
451 | 2025-01-08T14:36:57.363Z | Compiling bytecount v0.6.8 |
452 | 2025-01-08T14:36:57.598Z | Compiling tempfile v3.13.0 |
453 | 2025-01-08T14:36:57.689Z | Compiling papergrid v0.11.0 |
454 | 2025-01-08T14:36:57.967Z | Compiling clap_builder v4.5.21 |
455 | 2025-01-08T14:36:58.288Z | Compiling memmap v0.7.0 |
456 | 2025-01-08T14:36:58.315Z | Compiling unicode-linebreak v0.1.5 |
457 | 2025-01-08T14:36:58.487Z | Compiling smawk v0.3.2 |
458 | 2025-01-08T14:36:58.813Z | Compiling textwrap v0.16.1 |
459 | 2025-01-08T14:36:58.816Z | Compiling swrite v0.1.0 |
460 | 2025-01-08T14:37:00.287Z | Compiling tabled_derive v0.7.0 |
461 | 2025-01-08T14:37:01.760Z | Compiling tabled v0.15.0 |
462 | 2025-01-08T14:37:03.690Z | Compiling serde_derive v1.0.215 |
463 | 2025-01-08T14:37:03.690Z | Compiling thiserror-impl v1.0.69 |
464 | 2025-01-08T14:37:03.694Z | Compiling zerocopy-derive v0.7.35 |
465 | 2025-01-08T14:37:03.694Z | Compiling scroll_derive v0.12.0 |
466 | 2025-01-08T14:37:03.694Z | Compiling clap_derive v4.5.18 |
467 | 2025-01-08T14:37:04.964Z | Compiling scroll v0.12.0 |
468 | 2025-01-08T14:37:05.375Z | Compiling zerocopy v0.7.35 |
469 | 2025-01-08T14:37:05.532Z | Compiling goblin v0.8.2 |
470 | 2025-01-08T14:37:06.741Z | Compiling pest v2.7.14 |
471 | 2025-01-08T14:37:07.677Z | Compiling clap v4.5.21 |
472 | 2025-01-08T14:37:08.722Z | Compiling pest_meta v2.7.14 |
473 | 2025-01-08T14:37:09.539Z | Compiling pest_generator v2.7.14 |
474 | 2025-01-08T14:37:11.467Z | Compiling pest_derive v2.7.14 |
475 | 2025-01-08T14:37:12.141Z | Compiling dtrace-parser v0.2.0 |
476 | 2025-01-08T14:37:13.881Z | Compiling serde_tokenstream v0.2.2 |
477 | 2025-01-08T14:37:14.073Z | Compiling serde_spanned v0.6.8 |
478 | 2025-01-08T14:37:14.073Z | Compiling toml_datetime v0.6.8 |
479 | 2025-01-08T14:37:14.376Z | Compiling cargo-platform v0.1.8 |
480 | 2025-01-08T14:37:14.455Z | Compiling toml_edit v0.22.22 |
481 | 2025-01-08T14:37:14.495Z | Compiling macaddr v1.0.1 |
482 | 2025-01-08T14:37:14.812Z | Compiling camino-tempfile v1.1.1 |
483 | 2025-01-08T14:37:15.421Z | Compiling dof v0.3.0 |
484 | 2025-01-08T14:37:15.602Z | Compiling cargo_metadata v0.18.1 |
485 | 2025-01-08T14:37:17.247Z | Compiling usdt-macro v0.5.0 |
486 | 2025-01-08T14:37:17.249Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2025-01-08T14:37:17.341Z | Compiling toml v0.8.19 |
488 | 2025-01-08T14:37:18.290Z | Compiling cargo_toml v0.20.5 |
489 | 2025-01-08T14:37:18.682Z | Compiling usdt v0.5.0 |
490 | 2025-01-08T14:37:21.768Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2025-01-08T14:37:25.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s |
492 | 2025-01-08T14:37:26.212Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2025-01-08T14:37:26.746Z | Downloading crates ... |
494 | 2025-01-08T14:37:26.875Z | Downloaded aead v0.5.2 |
495 | 2025-01-08T14:37:26.878Z | Downloaded adler2 v2.0.0 |
496 | 2025-01-08T14:37:26.883Z | Downloaded addr2line v0.24.2 |
497 | 2025-01-08T14:37:26.901Z | Downloaded arrayref v0.3.9 |
498 | 2025-01-08T14:37:26.904Z | Downloaded aes-gcm v0.10.3 |
499 | 2025-01-08T14:37:26.907Z | Downloaded async-trait v0.1.83 |
500 | 2025-01-08T14:37:26.909Z | Downloaded http-body v1.0.1 |
501 | 2025-01-08T14:37:26.911Z | Downloaded darling v0.20.10 |
502 | 2025-01-08T14:37:26.914Z | Downloaded atomic-waker v1.1.2 |
503 | 2025-01-08T14:37:26.916Z | Downloaded base64 v0.21.7 |
504 | 2025-01-08T14:37:26.920Z | Downloaded arc-swap v1.7.1 |
505 | 2025-01-08T14:37:26.924Z | Downloaded base16ct v0.2.0 |
506 | 2025-01-08T14:37:26.927Z | Downloaded icu_provider_macros v1.5.0 |
507 | 2025-01-08T14:37:26.929Z | Downloaded hubpack_derive v0.1.1 |
508 | 2025-01-08T14:37:26.929Z | Downloaded http-range v0.1.5 |
509 | 2025-01-08T14:37:26.929Z | Downloaded backoff v0.4.0 |
510 | 2025-01-08T14:37:26.932Z | Downloaded ahash v0.8.11 |
511 | 2025-01-08T14:37:26.935Z | Downloaded array-init v0.0.4 |
512 | 2025-01-08T14:37:26.935Z | Downloaded ident_case v1.0.1 |
513 | 2025-01-08T14:37:26.937Z | Downloaded md5 v0.7.0 |
514 | 2025-01-08T14:37:26.937Z | Downloaded argon2 v0.5.3 |
515 | 2025-01-08T14:37:26.940Z | Downloaded base64 v0.13.1 |
516 | 2025-01-08T14:37:26.944Z | Downloaded matches v0.1.10 |
517 | 2025-01-08T14:37:26.946Z | Downloaded match_cfg v0.1.0 |
518 | 2025-01-08T14:37:26.946Z | Downloaded backtrace v0.3.74 |
519 | 2025-01-08T14:37:26.951Z | Downloaded base64 v0.22.1 |
520 | 2025-01-08T14:37:26.955Z | Downloaded is_ci v1.2.0 |
521 | 2025-01-08T14:37:26.957Z | Downloaded async-bb8-diesel v0.2.1 |
522 | 2025-01-08T14:37:26.959Z | Downloaded arrayvec v0.7.6 |
523 | 2025-01-08T14:37:26.962Z | Downloaded atty v0.2.14 |
524 | 2025-01-08T14:37:26.962Z | Downloaded async-stream-impl v0.3.6 |
525 | 2025-01-08T14:37:26.964Z | Downloaded assert_matches v1.5.0 |
526 | 2025-01-08T14:37:26.966Z | Downloaded atomicwrites v0.4.4 |
527 | 2025-01-08T14:37:26.966Z | Downloaded async-recursion v1.1.1 |
528 | 2025-01-08T14:37:26.969Z | Downloaded internet-checksum v0.2.1 |
529 | 2025-01-08T14:37:26.971Z | Downloaded home v0.5.9 |
530 | 2025-01-08T14:37:26.971Z | Downloaded hostname v0.3.1 |
531 | 2025-01-08T14:37:26.974Z | Downloaded hyper-tls v0.6.0 |
532 | 2025-01-08T14:37:26.974Z | Downloaded hmac v0.12.1 |
533 | 2025-01-08T14:37:26.976Z | Downloaded ascii-canvas v3.0.0 |
534 | 2025-01-08T14:37:26.978Z | Downloaded allocator-api2 v0.2.18 |
535 | 2025-01-08T14:37:26.986Z | Downloaded hubpack v0.1.2 |
536 | 2025-01-08T14:37:26.988Z | Downloaded async-stream v0.3.6 |
537 | 2025-01-08T14:37:26.991Z | Downloaded ipnetwork v0.20.0 |
538 | 2025-01-08T14:37:26.994Z | Downloaded instability v0.3.2 |
539 | 2025-01-08T14:37:26.994Z | Downloaded lalrpop-util v0.19.12 |
540 | 2025-01-08T14:37:26.994Z | Downloaded indent_write v2.2.0 |
541 | 2025-01-08T14:37:26.997Z | Downloaded libsw v3.3.1 |
542 | 2025-01-08T14:37:27.000Z | Downloaded memoffset v0.9.1 |
543 | 2025-01-08T14:37:27.002Z | Downloaded inout v0.1.3 |
544 | 2025-01-08T14:37:27.005Z | Downloaded indoc v1.0.9 |
545 | 2025-01-08T14:37:27.007Z | Downloaded new_debug_unreachable v1.0.6 |
546 | 2025-01-08T14:37:27.009Z | Downloaded lazycell v1.3.0 |
547 | 2025-01-08T14:37:27.010Z | Downloaded impl-trait-for-tuples v0.2.2 |
548 | 2025-01-08T14:37:27.012Z | Downloaded hostname v0.4.0 |
549 | 2025-01-08T14:37:27.015Z | Downloaded lazy_static v1.5.0 |
550 | 2025-01-08T14:37:27.015Z | Downloaded httpdate v1.0.3 |
551 | 2025-01-08T14:37:27.017Z | Downloaded multimap v0.10.0 |
552 | 2025-01-08T14:37:27.020Z | Downloaded linear-map v1.2.0 |
553 | 2025-01-08T14:37:27.020Z | Downloaded cfg_aliases v0.1.1 |
554 | 2025-01-08T14:37:27.020Z | Downloaded aes v0.8.4 |
555 | 2025-01-08T14:37:27.024Z | Downloaded keccak v0.1.5 |
556 | 2025-01-08T14:37:27.026Z | Downloaded maybe-uninit v2.0.0 |
557 | 2025-01-08T14:37:27.028Z | Downloaded maplit v1.0.2 |
558 | 2025-01-08T14:37:27.028Z | Downloaded lru v0.12.5 |
559 | 2025-01-08T14:37:27.031Z | Downloaded linked-hash-map v0.5.6 |
560 | 2025-01-08T14:37:27.031Z | Downloaded libefi-sys v0.1.0 |
561 | 2025-01-08T14:37:27.033Z | Downloaded nanorand v0.7.0 |
562 | 2025-01-08T14:37:27.035Z | Downloaded cfg_aliases v0.2.1 |
563 | 2025-01-08T14:37:27.035Z | Downloaded managed v0.8.0 |
564 | 2025-01-08T14:37:27.038Z | Downloaded kstat-rs v0.2.4 |
565 | 2025-01-08T14:37:27.038Z | Downloaded is-terminal v0.4.13 |
566 | 2025-01-08T14:37:27.041Z | Downloaded bitflags v1.3.2 |
567 | 2025-01-08T14:37:27.044Z | Downloaded mirai-annotations v1.12.0 |
568 | 2025-01-08T14:37:27.044Z | Downloaded bit-vec v0.6.3 |
569 | 2025-01-08T14:37:27.046Z | Downloaded hyper-staticfile v0.10.1 |
570 | 2025-01-08T14:37:27.046Z | Downloaded bcrypt-pbkdf v0.10.0 |
571 | 2025-01-08T14:37:27.049Z | Downloaded bb8 v0.8.5 |
572 | 2025-01-08T14:37:27.051Z | Downloaded mockall v0.13.0 |
573 | 2025-01-08T14:37:27.051Z | Downloaded convert_case v0.4.0 |
574 | 2025-01-08T14:37:27.054Z | Downloaded instant v0.1.13 |
575 | 2025-01-08T14:37:27.054Z | Downloaded iana-time-zone v0.1.61 |
576 | 2025-01-08T14:37:27.056Z | Downloaded crunchy v0.2.2 |
577 | 2025-01-08T14:37:27.059Z | Downloaded highway v1.2.0 |
578 | 2025-01-08T14:37:27.059Z | Downloaded idna_adapter v1.2.0 |
579 | 2025-01-08T14:37:27.062Z | Downloaded headers-core v0.3.0 |
580 | 2025-01-08T14:37:27.062Z | Downloaded cstr-argument v0.1.2 |
581 | 2025-01-08T14:37:27.062Z | Downloaded lock_api v0.4.12 |
582 | 2025-01-08T14:37:27.064Z | Downloaded ipnet v2.10.1 |
583 | 2025-01-08T14:37:27.067Z | Downloaded memmap2 v0.9.5 |
584 | 2025-01-08T14:37:27.069Z | Downloaded litemap v0.7.3 |
585 | 2025-01-08T14:37:27.071Z | Downloaded crucible-workspace-hack v0.1.0 |
586 | 2025-01-08T14:37:27.071Z | Downloaded icu_locid_transform v1.5.0 |
587 | 2025-01-08T14:37:27.074Z | Downloaded ciborium-io v0.2.2 |
588 | 2025-01-08T14:37:27.074Z | Downloaded lockfree-object-pool v0.1.6 |
589 | 2025-01-08T14:37:27.076Z | Downloaded native-tls v0.2.12 |
590 | 2025-01-08T14:37:27.079Z | Downloaded cexpr v0.6.0 |
591 | 2025-01-08T14:37:27.081Z | Downloaded hyper-rustls v0.27.3 |
592 | 2025-01-08T14:37:27.083Z | Downloaded httparse v1.9.5 |
593 | 2025-01-08T14:37:27.086Z | Downloaded ref-cast-impl v1.0.23 |
594 | 2025-01-08T14:37:27.088Z | Downloaded mime v0.3.17 |
595 | 2025-01-08T14:37:27.088Z | Downloaded colored v2.1.0 |
596 | 2025-01-08T14:37:27.091Z | Downloaded schemars_derive v0.8.21 |
597 | 2025-01-08T14:37:27.093Z | Downloaded scheduled-thread-pool v0.2.7 |
598 | 2025-01-08T14:37:27.096Z | Downloaded slog-scope v4.4.0 |
599 | 2025-01-08T14:37:27.096Z | Downloaded slog-json v2.6.1 |
600 | 2025-01-08T14:37:27.098Z | Downloaded signature v2.2.0 |
601 | 2025-01-08T14:37:27.099Z | Downloaded lru-cache v0.1.2 |
602 | 2025-01-08T14:37:27.101Z | Downloaded http-body-util v0.1.2 |
603 | 2025-01-08T14:37:27.104Z | Downloaded buf-list v1.0.3 |
604 | 2025-01-08T14:37:27.104Z | Downloaded write16 v1.0.0 |
605 | 2025-01-08T14:37:27.106Z | Downloaded shlex v1.3.0 |
606 | 2025-01-08T14:37:27.106Z | Downloaded ciborium-ll v0.2.2 |
607 | 2025-01-08T14:37:27.108Z | Downloaded cipher v0.4.4 |
608 | 2025-01-08T14:37:27.111Z | Downloaded chrono-tz-build v0.4.0 |
609 | 2025-01-08T14:37:27.111Z | Downloaded cobs v0.2.3 |
610 | 2025-01-08T14:37:27.113Z | Downloaded icu_normalizer v1.5.0 |
611 | 2025-01-08T14:37:27.115Z | Downloaded jobserver v0.1.32 |
612 | 2025-01-08T14:37:27.118Z | Downloaded tui-tree-widget v0.22.0 |
613 | 2025-01-08T14:37:27.120Z | Downloaded icu_provider v1.5.0 |
614 | 2025-01-08T14:37:27.123Z | Downloaded crc-catalog v2.4.0 |
615 | 2025-01-08T14:37:27.123Z | Downloaded base64ct v1.6.0 |
616 | 2025-01-08T14:37:27.125Z | Downloaded icu_normalizer_data v1.5.0 |
617 | 2025-01-08T14:37:27.128Z | Downloaded crossbeam-deque v0.8.5 |
618 | 2025-01-08T14:37:27.130Z | Downloaded constant_time_eq v0.3.1 |
619 | 2025-01-08T14:37:27.130Z | Downloaded indexmap v1.9.3 |
620 | 2025-01-08T14:37:27.133Z | Downloaded miniz_oxide v0.8.0 |
621 | 2025-01-08T14:37:27.136Z | Downloaded icu_locid_transform_data v1.5.0 |
622 | 2025-01-08T14:37:27.138Z | Downloaded curve25519-dalek-derive v0.1.1 |
623 | 2025-01-08T14:37:27.141Z | Downloaded crc v3.2.1 |
624 | 2025-01-08T14:37:27.143Z | Downloaded hex v0.4.3 |
625 | 2025-01-08T14:37:27.145Z | Downloaded fd-lock v4.0.2 |
626 | 2025-01-08T14:37:27.147Z | Downloaded diesel_table_macro_syntax v0.2.0 |
627 | 2025-01-08T14:37:27.147Z | Downloaded ctr v0.9.2 |
628 | 2025-01-08T14:37:27.150Z | Downloaded ref-cast v1.0.23 |
629 | 2025-01-08T14:37:27.152Z | Downloaded num-conv v0.1.0 |
630 | 2025-01-08T14:37:27.155Z | Downloaded quinn-udp v0.5.5 |
631 | 2025-01-08T14:37:27.155Z | Downloaded rfc6979 v0.4.0 |
632 | 2025-01-08T14:37:27.157Z | Downloaded cassowary v0.3.0 |
633 | 2025-01-08T14:37:27.157Z | Downloaded universal-hash v0.5.1 |
634 | 2025-01-08T14:37:27.160Z | Downloaded md-5 v0.10.6 |
635 | 2025-01-08T14:37:27.160Z | Downloaded writeable v0.5.5 |
636 | 2025-01-08T14:37:27.162Z | Downloaded rustfmt-wrapper v0.2.1 |
637 | 2025-01-08T14:37:27.165Z | Downloaded zeroize_derive v1.4.2 |
638 | 2025-01-08T14:37:27.165Z | Downloaded cancel-safe-futures v0.1.5 |
639 | 2025-01-08T14:37:27.168Z | Downloaded defmt-macros v0.3.9 |
640 | 2025-01-08T14:37:27.170Z | Downloaded difflib v0.4.0 |
641 | 2025-01-08T14:37:27.173Z | Downloaded ciborium v0.2.2 |
642 | 2025-01-08T14:37:27.175Z | Downloaded cbc v0.1.2 |
643 | 2025-01-08T14:37:27.177Z | Downloaded console v0.15.8 |
644 | 2025-01-08T14:37:27.179Z | Downloaded sqlparser_derive v0.2.2 |
645 | 2025-01-08T14:37:27.180Z | Downloaded tokio-rustls v0.26.0 |
646 | 2025-01-08T14:37:27.182Z | Downloaded thread_local v1.1.8 |
647 | 2025-01-08T14:37:27.184Z | Downloaded float-cmp v0.9.0 |
648 | 2025-01-08T14:37:27.186Z | Downloaded fixedbitset v0.4.2 |
649 | 2025-01-08T14:37:27.186Z | Downloaded const_format_proc_macros v0.2.33 |
650 | 2025-01-08T14:37:27.189Z | Downloaded flagset v0.4.6 |
651 | 2025-01-08T14:37:27.191Z | Downloaded tokio-rustls v0.25.0 |
652 | 2025-01-08T14:37:27.194Z | Downloaded icu_properties v1.5.1 |
653 | 2025-01-08T14:37:27.196Z | Downloaded blake2 v0.10.6 |
654 | 2025-01-08T14:37:27.199Z | Downloaded cookie_store v0.21.0 |
655 | 2025-01-08T14:37:27.201Z | Downloaded bzip2 v0.4.4 |
656 | 2025-01-08T14:37:27.201Z | Downloaded mime_guess v2.0.5 |
657 | 2025-01-08T14:37:27.204Z | Downloaded filetime v0.2.25 |
658 | 2025-01-08T14:37:27.206Z | Downloaded ff v0.13.0 |
659 | 2025-01-08T14:37:27.210Z | Downloaded env_filter v0.1.2 |
660 | 2025-01-08T14:37:27.210Z | Downloaded thiserror-no-std v2.0.2 |
661 | 2025-01-08T14:37:27.212Z | Downloaded tokio-rustls v0.24.1 |
662 | 2025-01-08T14:37:27.214Z | Downloaded newtype_derive v0.1.6 |
663 | 2025-01-08T14:37:27.217Z | Downloaded hkdf v0.12.4 |
664 | 2025-01-08T14:37:27.219Z | Downloaded try-lock v0.2.5 |
665 | 2025-01-08T14:37:27.219Z | Downloaded r2d2 v0.8.10 |
666 | 2025-01-08T14:37:27.222Z | Downloaded csv-core v0.1.11 |
667 | 2025-01-08T14:37:27.224Z | Downloaded data-encoding v2.6.0 |
668 | 2025-01-08T14:37:27.224Z | Downloaded newtype-uuid v1.1.3 |
669 | 2025-01-08T14:37:27.226Z | Downloaded enum-as-inner v0.6.1 |
670 | 2025-01-08T14:37:27.228Z | Downloaded vsss-rs v3.3.4 |
671 | 2025-01-08T14:37:27.232Z | Downloaded tower-service v0.3.3 |
672 | 2025-01-08T14:37:27.232Z | Downloaded packed_struct v0.10.1 |
673 | 2025-01-08T14:37:27.235Z | Downloaded rustls-pemfile v1.0.4 |
674 | 2025-01-08T14:37:27.235Z | Downloaded polyval v0.6.2 |
675 | 2025-01-08T14:37:27.237Z | Downloaded predicates-tree v1.0.11 |
676 | 2025-01-08T14:37:27.240Z | Downloaded predicates-core v1.0.8 |
677 | 2025-01-08T14:37:27.240Z | Downloaded pbkdf2 v0.12.2 |
678 | 2025-01-08T14:37:27.242Z | Downloaded sqlformat v0.2.6 |
679 | 2025-01-08T14:37:27.242Z | Downloaded slog-async v2.8.0 |
680 | 2025-01-08T14:37:27.244Z | Downloaded defmt v0.3.8 |
681 | 2025-01-08T14:37:27.247Z | Downloaded yoke-derive v0.7.4 |
682 | 2025-01-08T14:37:27.251Z | Downloaded dyn-clone v1.0.17 |
683 | 2025-01-08T14:37:27.251Z | Downloaded ecdsa v0.16.9 |
684 | 2025-01-08T14:37:27.253Z | Downloaded subtle v2.6.1 |
685 | 2025-01-08T14:37:27.255Z | Downloaded snafu-derive v0.8.5 |
686 | 2025-01-08T14:37:27.255Z | Downloaded thiserror-impl-no-std v2.0.2 |
687 | 2025-01-08T14:37:27.258Z | Downloaded icu_locid v1.5.0 |
688 | 2025-01-08T14:37:27.261Z | Downloaded phf v0.11.2 |
689 | 2025-01-08T14:37:27.263Z | Downloaded cookie v0.18.1 |
690 | 2025-01-08T14:37:27.266Z | Downloaded phf_generator v0.11.2 |
691 | 2025-01-08T14:37:27.268Z | Downloaded indicatif v0.17.9 |
692 | 2025-01-08T14:37:27.270Z | Downloaded darling_macro v0.20.10 |
693 | 2025-01-08T14:37:27.273Z | Downloaded bytes v1.8.0 |
694 | 2025-01-08T14:37:27.286Z | Downloaded normalize-line-endings v0.3.0 |
695 | 2025-01-08T14:37:27.289Z | Downloaded crossbeam-utils v0.8.20 |
696 | 2025-01-08T14:37:27.291Z | Downloaded shell-words v1.1.0 |
697 | 2025-01-08T14:37:27.291Z | Downloaded sha1 v0.10.6 |
698 | 2025-01-08T14:37:27.294Z | Downloaded scrypt v0.11.0 |
699 | 2025-01-08T14:37:27.294Z | Downloaded foreign-types v0.3.2 |
700 | 2025-01-08T14:37:27.296Z | Downloaded untrusted v0.9.0 |
701 | 2025-01-08T14:37:27.299Z | Downloaded diff v0.1.13 |
702 | 2025-01-08T14:37:27.301Z | Downloaded tinystr v0.7.6 |
703 | 2025-01-08T14:37:27.303Z | Downloaded nu-ansi-term v0.50.1 |
704 | 2025-01-08T14:37:27.306Z | Downloaded poly1305 v0.8.0 |
705 | 2025-01-08T14:37:27.308Z | Downloaded quick-error v1.2.3 |
706 | 2025-01-08T14:37:27.308Z | Downloaded openssl-probe v0.1.5 |
707 | 2025-01-08T14:37:27.311Z | Downloaded smallvec v0.6.14 |
708 | 2025-01-08T14:37:27.313Z | Downloaded synstructure v0.13.1 |
709 | 2025-01-08T14:37:27.313Z | Downloaded sct v0.7.1 |
710 | 2025-01-08T14:37:27.316Z | Downloaded sync-ptr v0.1.1 |
711 | 2025-01-08T14:37:27.318Z | Downloaded dsl_auto_type v0.1.2 |
712 | 2025-01-08T14:37:27.318Z | Downloaded diesel-dtrace v0.4.2 |
713 | 2025-01-08T14:37:27.320Z | Downloaded wyz v0.5.1 |
714 | 2025-01-08T14:37:27.323Z | Downloaded rustls-pemfile v2.2.0 |
715 | 2025-01-08T14:37:27.325Z | Downloaded funty v2.0.0 |
716 | 2025-01-08T14:37:27.325Z | Downloaded http v1.1.0 |
717 | 2025-01-08T14:37:27.328Z | Downloaded slog v2.7.0 |
718 | 2025-01-08T14:37:27.332Z | Downloaded mio v1.0.2 |
719 | 2025-01-08T14:37:27.337Z | Downloaded subprocess v0.2.9 |
720 | 2025-01-08T14:37:27.340Z | Downloaded psl-types v2.0.11 |
721 | 2025-01-08T14:37:27.342Z | Downloaded want v0.3.1 |
722 | 2025-01-08T14:37:27.342Z | Downloaded chacha20poly1305 v0.10.1 |
723 | 2025-01-08T14:37:27.345Z | Downloaded russh-keys v0.45.0 |
724 | 2025-01-08T14:37:27.347Z | Downloaded icu_collections v1.5.0 |
725 | 2025-01-08T14:37:27.352Z | Downloaded endian-type v0.1.2 |
726 | 2025-01-08T14:37:27.354Z | Downloaded zone_cfg_derive v0.3.0 |
727 | 2025-01-08T14:37:27.354Z | Downloaded zone_cfg_derive v0.1.2 |
728 | 2025-01-08T14:37:27.358Z | Downloaded group v0.13.0 |
729 | 2025-01-08T14:37:27.358Z | Downloaded gethostname v0.5.0 |
730 | 2025-01-08T14:37:27.360Z | Downloaded phf_shared v0.11.2 |
731 | 2025-01-08T14:37:27.360Z | Downloaded radium v0.7.0 |
732 | 2025-01-08T14:37:27.360Z | Downloaded salsa20 v0.10.2 |
733 | 2025-01-08T14:37:27.363Z | Downloaded num_enum_derive v0.5.11 |
734 | 2025-01-08T14:37:27.363Z | Downloaded num_enum v0.5.11 |
735 | 2025-01-08T14:37:27.367Z | Downloaded defmt-parser v0.3.4 |
736 | 2025-01-08T14:37:27.370Z | Downloaded tokio-tungstenite v0.23.1 |
737 | 2025-01-08T14:37:27.373Z | Downloaded spki v0.7.3 |
738 | 2025-01-08T14:37:27.376Z | Downloaded unsafe-libyaml v0.2.11 |
739 | 2025-01-08T14:37:27.379Z | Downloaded oso-derive v0.27.3 |
740 | 2025-01-08T14:37:27.379Z | Downloaded opaque-debug v0.3.1 |
741 | 2025-01-08T14:37:27.381Z | Downloaded ena v0.14.3 |
742 | 2025-01-08T14:37:27.381Z | Downloaded num v0.4.3 |
743 | 2025-01-08T14:37:27.383Z | Downloaded fallible-streaming-iterator v0.1.9 |
744 | 2025-01-08T14:37:27.383Z | Downloaded tracing v0.1.40 |
745 | 2025-01-08T14:37:27.387Z | Downloaded tiny-keccak v2.0.2 |
746 | 2025-01-08T14:37:27.389Z | Downloaded fs_extra v1.3.0 |
747 | 2025-01-08T14:37:27.391Z | Downloaded num-traits v0.2.19 |
748 | 2025-01-08T14:37:27.394Z | Downloaded openssl-macros v0.1.1 |
749 | 2025-01-08T14:37:27.397Z | Downloaded password-hash v0.5.0 |
750 | 2025-01-08T14:37:27.399Z | Downloaded fxhash v0.2.1 |
751 | 2025-01-08T14:37:27.399Z | Downloaded paste v1.0.15 |
752 | 2025-01-08T14:37:27.403Z | Downloaded fragile v2.0.0 |
753 | 2025-01-08T14:37:27.405Z | Downloaded which v4.4.2 |
754 | 2025-01-08T14:37:27.405Z | Downloaded untrusted v0.7.1 |
755 | 2025-01-08T14:37:27.408Z | Downloaded value-bag v1.9.0 |
756 | 2025-01-08T14:37:27.410Z | Downloaded uzers v0.12.1 |
757 | 2025-01-08T14:37:27.412Z | Downloaded tracing-attributes v0.1.27 |
758 | 2025-01-08T14:37:27.414Z | Downloaded unicode_categories v0.1.1 |
759 | 2025-01-08T14:37:27.417Z | Downloaded tokio-tungstenite v0.21.0 |
760 | 2025-01-08T14:37:27.419Z | Downloaded const-oid v0.9.6 |
761 | 2025-01-08T14:37:27.420Z | Downloaded enum-as-inner v0.5.1 |
762 | 2025-01-08T14:37:27.422Z | Downloaded dirs-sys-next v0.1.2 |
763 | 2025-01-08T14:37:27.424Z | Downloaded postgres-types v0.2.8 |
764 | 2025-01-08T14:37:27.427Z | Downloaded zerovec-derive v0.10.3 |
765 | 2025-01-08T14:37:27.427Z | Downloaded signal-hook-tokio v0.3.1 |
766 | 2025-01-08T14:37:27.430Z | Downloaded rustc-hash v2.0.0 |
767 | 2025-01-08T14:37:27.430Z | Downloaded rustc-hash v1.1.0 |
768 | 2025-01-08T14:37:27.433Z | Downloaded yoke v0.7.4 |
769 | 2025-01-08T14:37:27.433Z | Downloaded crc-any v2.5.0 |
770 | 2025-01-08T14:37:27.435Z | Downloaded crypto-bigint v0.5.5 |
771 | 2025-01-08T14:37:27.441Z | Downloaded utf-8 v0.7.6 |
772 | 2025-01-08T14:37:27.443Z | Downloaded nibble_vec v0.1.0 |
773 | 2025-01-08T14:37:27.447Z | Downloaded unicode-properties v0.1.3 |
774 | 2025-01-08T14:37:27.447Z | Downloaded minimal-lexical v0.2.1 |
775 | 2025-01-08T14:37:27.450Z | Downloaded strum_macros v0.25.3 |
776 | 2025-01-08T14:37:27.453Z | Downloaded libm v0.2.8 |
777 | 2025-01-08T14:37:27.460Z | Downloaded topological-sort v0.2.2 |
778 | 2025-01-08T14:37:27.463Z | Downloaded libxml v0.3.3 |
779 | 2025-01-08T14:37:27.467Z | Downloaded form_urlencoded v1.2.1 |
780 | 2025-01-08T14:37:27.470Z | Downloaded embedded-io v0.6.1 |
781 | 2025-01-08T14:37:27.470Z | Downloaded embedded-io v0.4.0 |
782 | 2025-01-08T14:37:27.473Z | Downloaded strum_macros v0.26.4 |
783 | 2025-01-08T14:37:27.473Z | Downloaded dropshot_endpoint v0.12.0 |
784 | 2025-01-08T14:37:27.476Z | Downloaded smf v0.2.3 |
785 | 2025-01-08T14:37:27.478Z | Downloaded signal-hook-mio v0.2.4 |
786 | 2025-01-08T14:37:27.481Z | Downloaded russh-cryptovec v0.7.3 |
787 | 2025-01-08T14:37:27.481Z | Downloaded zerocopy v0.6.6 |
788 | 2025-01-08T14:37:27.483Z | Downloaded tokio-native-tls v0.3.1 |
789 | 2025-01-08T14:37:27.485Z | Downloaded precomputed-hash v0.1.1 |
790 | 2025-01-08T14:37:27.485Z | Downloaded peg-runtime v0.8.3 |
791 | 2025-01-08T14:37:27.489Z | Downloaded heck v0.3.3 |
792 | 2025-01-08T14:37:27.489Z | Downloaded tokio-macros v2.4.0 |
793 | 2025-01-08T14:37:27.489Z | Downloaded pretty-hex v0.2.1 |
794 | 2025-01-08T14:37:27.491Z | Downloaded postgres-protocol v0.6.7 |
795 | 2025-01-08T14:37:27.494Z | Downloaded walkdir v2.5.0 |
796 | 2025-01-08T14:37:27.494Z | Downloaded pin-project v1.1.6 |
797 | 2025-01-08T14:37:27.506Z | Downloaded rand_xorshift v0.3.0 |
798 | 2025-01-08T14:37:27.508Z | Downloaded rand_seeder v0.3.0 |
799 | 2025-01-08T14:37:27.508Z | Downloaded aws-lc-rs v1.10.0 |
800 | 2025-01-08T14:37:27.517Z | Downloaded parking_lot v0.11.2 |
801 | 2025-01-08T14:37:27.519Z | Downloaded secrecy v0.8.0 |
802 | 2025-01-08T14:37:27.522Z | Downloaded itertools v0.10.5 |
803 | 2025-01-08T14:37:27.529Z | Downloaded time-macros v0.2.18 |
804 | 2025-01-08T14:37:27.531Z | Downloaded tokio-tungstenite v0.24.0 |
805 | 2025-01-08T14:37:27.534Z | Downloaded unicode-truncate v1.1.0 |
806 | 2025-01-08T14:37:27.534Z | Downloaded idna v1.0.3 |
807 | 2025-01-08T14:37:27.538Z | Downloaded foreign-types-shared v0.3.1 |
808 | 2025-01-08T14:37:27.540Z | Downloaded float-ord v0.3.2 |
809 | 2025-01-08T14:37:27.541Z | Downloaded deranged v0.3.11 |
810 | 2025-01-08T14:37:27.543Z | Downloaded unicode-xid v0.2.6 |
811 | 2025-01-08T14:37:27.543Z | Downloaded owo-colors v4.1.0 |
812 | 2025-01-08T14:37:27.548Z | Downloaded num-iter v0.1.45 |
813 | 2025-01-08T14:37:27.550Z | Downloaded hex-literal v0.4.1 |
814 | 2025-01-08T14:37:27.551Z | Downloaded fallible-iterator v0.2.0 |
815 | 2025-01-08T14:37:27.551Z | Downloaded olpc-cjson v0.1.4 |
816 | 2025-01-08T14:37:27.553Z | Downloaded qorb v0.2.1 |
817 | 2025-01-08T14:37:27.556Z | Downloaded spin v0.9.8 |
818 | 2025-01-08T14:37:27.558Z | Downloaded serde_path_to_error v0.1.16 |
819 | 2025-01-08T14:37:27.561Z | Downloaded postcard v1.0.10 |
820 | 2025-01-08T14:37:27.564Z | Downloaded oso v0.27.3 |
821 | 2025-01-08T14:37:27.566Z | Downloaded tracing-core v0.1.32 |
822 | 2025-01-08T14:37:27.568Z | Downloaded ppv-lite86 v0.2.20 |
823 | 2025-01-08T14:37:27.571Z | Downloaded quinn v0.11.5 |
824 | 2025-01-08T14:37:27.576Z | Downloaded rsa v0.9.6 |
825 | 2025-01-08T14:37:27.579Z | Downloaded tls_codec_derive v0.4.1 |
826 | 2025-01-08T14:37:27.582Z | Downloaded strum v0.26.3 |
827 | 2025-01-08T14:37:27.584Z | Downloaded slog-dtrace v0.3.0 |
828 | 2025-01-08T14:37:27.584Z | Downloaded utf8_iter v1.0.4 |
829 | 2025-01-08T14:37:27.588Z | Downloaded slab v0.4.9 |
830 | 2025-01-08T14:37:27.588Z | Downloaded flate2 v1.0.34 |
831 | 2025-01-08T14:37:27.591Z | Downloaded itertools v0.12.1 |
832 | 2025-01-08T14:37:27.599Z | Downloaded vte_generate_state_changes v0.1.2 |
833 | 2025-01-08T14:37:27.601Z | Downloaded scopeguard v1.2.0 |
834 | 2025-01-08T14:37:27.601Z | Downloaded tinyvec_macros v0.1.1 |
835 | 2025-01-08T14:37:27.604Z | Downloaded time-core v0.1.2 |
836 | 2025-01-08T14:37:27.604Z | Downloaded fallible-iterator v0.3.0 |
837 | 2025-01-08T14:37:27.606Z | Downloaded smallvec v1.13.2 |
838 | 2025-01-08T14:37:27.609Z | Downloaded socket2 v0.5.7 |
839 | 2025-01-08T14:37:27.611Z | Downloaded tungstenite v0.21.0 |
840 | 2025-01-08T14:37:27.614Z | Downloaded number_prefix v0.4.0 |
841 | 2025-01-08T14:37:27.614Z | Downloaded display-error-chain v0.2.2 |
842 | 2025-01-08T14:37:27.616Z | Downloaded futures-core v0.3.31 |
843 | 2025-01-08T14:37:27.616Z | Downloaded termios v0.3.3 |
844 | 2025-01-08T14:37:27.619Z | Downloaded der_derive v0.7.3 |
845 | 2025-01-08T14:37:27.621Z | Downloaded futures v0.3.31 |
846 | 2025-01-08T14:37:27.625Z | Downloaded signal-hook v0.3.17 |
847 | 2025-01-08T14:37:27.628Z | Downloaded hickory-server v0.24.1 |
848 | 2025-01-08T14:37:27.635Z | Downloaded toolchain_find v0.4.0 |
849 | 2025-01-08T14:37:27.638Z | Downloaded predicates v3.1.2 |
850 | 2025-01-08T14:37:27.641Z | Downloaded progenitor-client v0.8.0 |
851 | 2025-01-08T14:37:27.641Z | Downloaded rand_core v0.6.4 |
852 | 2025-01-08T14:37:27.641Z | Downloaded serde_repr v0.1.19 |
853 | 2025-01-08T14:37:27.646Z | Downloaded slog-envlogger v2.2.0 |
854 | 2025-01-08T14:37:27.646Z | Downloaded twox-hash v1.6.3 |
855 | 2025-01-08T14:37:27.649Z | Downloaded rustc-demangle v0.1.24 |
856 | 2025-01-08T14:37:27.649Z | Downloaded xattr v1.3.1 |
857 | 2025-01-08T14:37:27.651Z | Downloaded half v2.4.1 |
858 | 2025-01-08T14:37:27.654Z | Downloaded foreign-types v0.5.0 |
859 | 2025-01-08T14:37:27.654Z | Downloaded either v1.13.0 |
860 | 2025-01-08T14:37:27.657Z | Downloaded xz2 v0.1.7 |
861 | 2025-01-08T14:37:27.659Z | Downloaded publicsuffix v2.2.3 |
862 | 2025-01-08T14:37:27.661Z | Downloaded pem v3.0.4 |
863 | 2025-01-08T14:37:27.664Z | Downloaded parking_lot_core v0.8.6 |
864 | 2025-01-08T14:37:27.664Z | Downloaded crossbeam-channel v0.5.13 |
865 | 2025-01-08T14:37:27.669Z | Downloaded progenitor-impl v0.8.0 |
866 | 2025-01-08T14:37:27.671Z | Downloaded newline-converter v0.3.0 |
867 | 2025-01-08T14:37:27.674Z | Downloaded nodrop v0.1.14 |
868 | 2025-01-08T14:37:27.674Z | Downloaded hash32 v0.2.1 |
869 | 2025-01-08T14:37:27.677Z | Downloaded parse-zoneinfo v0.3.1 |
870 | 2025-01-08T14:37:27.679Z | Downloaded foldhash v0.1.3 |
871 | 2025-01-08T14:37:27.679Z | Downloaded hickory-resolver v0.24.1 |
872 | 2025-01-08T14:37:27.684Z | Downloaded structmeta-derive v0.3.0 |
873 | 2025-01-08T14:37:27.687Z | Downloaded simd-adler32 v0.3.7 |
874 | 2025-01-08T14:37:27.689Z | Downloaded rand_chacha v0.3.1 |
875 | 2025-01-08T14:37:27.689Z | Downloaded downcast v0.11.0 |
876 | 2025-01-08T14:37:27.692Z | Downloaded peg-macros v0.8.4 |
877 | 2025-01-08T14:37:27.692Z | Downloaded percent-encoding v2.3.1 |
878 | 2025-01-08T14:37:27.694Z | Downloaded thiserror v2.0.3 |
879 | 2025-01-08T14:37:27.698Z | Downloaded snafu v0.8.5 |
880 | 2025-01-08T14:37:27.704Z | Downloaded sigpipe v0.1.3 |
881 | 2025-01-08T14:37:27.707Z | Downloaded rand v0.8.5 |
882 | 2025-01-08T14:37:27.709Z | Downloaded hashbrown v0.13.2 |
883 | 2025-01-08T14:37:27.713Z | Downloaded p256 v0.13.2 |
884 | 2025-01-08T14:37:27.717Z | Downloaded der v0.7.9 |
885 | 2025-01-08T14:37:27.722Z | Downloaded zerovec v0.10.4 |
886 | 2025-01-08T14:37:27.728Z | Downloaded zerofrom v0.1.4 |
887 | 2025-01-08T14:37:27.731Z | Downloaded static_assertions v1.1.0 |
888 | 2025-01-08T14:37:27.734Z | Downloaded uuid v1.11.0 |
889 | 2025-01-08T14:37:27.736Z | Downloaded num-derive v0.4.2 |
890 | 2025-01-08T14:37:27.738Z | Downloaded dunce v1.0.5 |
891 | 2025-01-08T14:37:27.738Z | Downloaded tinyvec v1.8.0 |
892 | 2025-01-08T14:37:27.742Z | Downloaded stable_deref_trait v1.2.0 |
893 | 2025-01-08T14:37:27.744Z | Downloaded progenitor-macro v0.8.0 |
894 | 2025-01-08T14:37:27.745Z | Downloaded proc-macro-crate v1.3.1 |
895 | 2025-01-08T14:37:27.745Z | Downloaded primeorder v0.13.6 |
896 | 2025-01-08T14:37:27.747Z | Downloaded yasna v0.5.2 |
897 | 2025-01-08T14:37:27.750Z | Downloaded semver v0.1.20 |
898 | 2025-01-08T14:37:27.750Z | Downloaded env_logger v0.10.2 |
899 | 2025-01-08T14:37:27.752Z | Downloaded phf_shared v0.10.0 |
900 | 2025-01-08T14:37:27.755Z | Downloaded vte v0.11.1 |
901 | 2025-01-08T14:37:27.757Z | Downloaded ed25519 v2.2.3 |
902 | 2025-01-08T14:37:27.760Z | Downloaded waitgroup v0.1.2 |
903 | 2025-01-08T14:37:27.760Z | Downloaded futures-channel v0.3.31 |
904 | 2025-01-08T14:37:27.763Z | Downloaded zone v0.1.8 |
905 | 2025-01-08T14:37:27.763Z | Downloaded utf16_iter v1.0.5 |
906 | 2025-01-08T14:37:27.766Z | Downloaded pin-project-lite v0.2.14 |
907 | 2025-01-08T14:37:27.768Z | Downloaded fatfs v0.3.6 |
908 | 2025-01-08T14:37:27.772Z | Downloaded path-slash v0.1.5 |
909 | 2025-01-08T14:37:27.775Z | Downloaded progenitor v0.8.0 |
910 | 2025-01-08T14:37:27.778Z | Downloaded pin-utils v0.1.0 |
911 | 2025-01-08T14:37:27.778Z | Downloaded serde_yaml v0.9.34+deprecated |
912 | 2025-01-08T14:37:27.781Z | Downloaded aho-corasick v1.1.3 |
913 | 2025-01-08T14:37:27.788Z | Downloaded slog-stdlog v4.1.1 |
914 | 2025-01-08T14:37:27.791Z | Downloaded signal-hook-registry v1.4.2 |
915 | 2025-01-08T14:37:27.791Z | Downloaded crossterm v0.28.1 |
916 | 2025-01-08T14:37:27.798Z | Downloaded term v0.7.0 |
917 | 2025-01-08T14:37:27.801Z | Downloaded zone v0.3.0 |
918 | 2025-01-08T14:37:27.804Z | Downloaded rpassword v7.3.1 |
919 | 2025-01-08T14:37:27.807Z | Downloaded similar v2.6.0 |
920 | 2025-01-08T14:37:27.811Z | Downloaded parse-display v0.10.0 |
921 | 2025-01-08T14:37:27.813Z | Downloaded resolv-conf v0.7.0 |
922 | 2025-01-08T14:37:27.813Z | Downloaded heapless v0.8.0 |
923 | 2025-01-08T14:37:27.819Z | Downloaded parse-display-derive v0.10.0 |
924 | 2025-01-08T14:37:27.822Z | Downloaded num-integer v0.1.46 |
925 | 2025-01-08T14:37:27.822Z | Downloaded itertools v0.13.0 |
926 | 2025-01-08T14:37:27.830Z | Downloaded serde-big-array v0.5.1 |
927 | 2025-01-08T14:37:27.832Z | Downloaded foreign-types-macros v0.2.3 |
928 | 2025-01-08T14:37:27.835Z | Downloaded rusty-fork v0.3.0 |
929 | 2025-01-08T14:37:27.835Z | Downloaded prettyplease v0.2.25 |
930 | 2025-01-08T14:37:27.838Z | Downloaded strum_macros v0.24.3 |
931 | 2025-01-08T14:37:27.840Z | Downloaded futures-macro v0.3.31 |
932 | 2025-01-08T14:37:27.842Z | Downloaded dirs-next v2.0.0 |
933 | 2025-01-08T14:37:27.845Z | Downloaded tls_codec v0.4.1 |
934 | 2025-01-08T14:37:27.845Z | Downloaded derive_builder v0.20.2 |
935 | 2025-01-08T14:37:27.851Z | Downloaded heapless v0.7.17 |
936 | 2025-01-08T14:37:27.856Z | Downloaded num_threads v0.1.7 |
937 | 2025-01-08T14:37:27.858Z | Downloaded pbkdf2 v0.11.0 |
938 | 2025-01-08T14:37:27.860Z | Downloaded sync_wrapper v1.0.1 |
939 | 2025-01-08T14:37:27.860Z | Downloaded rustversion v1.0.17 |
940 | 2025-01-08T14:37:27.864Z | Downloaded rustc_version v0.1.7 |
941 | 2025-01-08T14:37:27.867Z | Downloaded dhcproto-macros v0.1.0 |
942 | 2025-01-08T14:37:27.867Z | Downloaded termtree v0.4.1 |
943 | 2025-01-08T14:37:27.867Z | Downloaded parse-size v1.1.0 |
944 | 2025-01-08T14:37:27.869Z | Downloaded foreign-types-shared v0.1.1 |
945 | 2025-01-08T14:37:27.869Z | Downloaded structmeta-derive v0.2.0 |
946 | 2025-01-08T14:37:27.869Z | Downloaded serde_urlencoded v0.7.1 |
947 | 2025-01-08T14:37:27.872Z | Downloaded diesel_derives v2.2.3 |
948 | 2025-01-08T14:37:27.877Z | Downloaded rcgen v0.12.1 |
949 | 2025-01-08T14:37:27.879Z | Downloaded unicase v2.7.0 |
950 | 2025-01-08T14:37:27.883Z | Downloaded zerofrom-derive v0.1.4 |
951 | 2025-01-08T14:37:27.883Z | Downloaded serde_with_macros v3.11.0 |
952 | 2025-01-08T14:37:27.885Z | Downloaded futures-task v0.3.31 |
953 | 2025-01-08T14:37:27.888Z | Downloaded futures-sink v0.3.31 |
954 | 2025-01-08T14:37:27.888Z | Downloaded zip v2.1.3 |
955 | 2025-01-08T14:37:27.892Z | Downloaded rtoolbox v0.0.2 |
956 | 2025-01-08T14:37:27.895Z | Downloaded tokio-stream v0.1.16 |
957 | 2025-01-08T14:37:27.898Z | Downloaded futures-executor v0.3.31 |
958 | 2025-01-08T14:37:27.901Z | Downloaded serde-hex v0.1.0 |
959 | 2025-01-08T14:37:27.904Z | Downloaded num-complex v0.4.6 |
960 | 2025-01-08T14:37:27.906Z | Downloaded flume v0.11.1 |
961 | 2025-01-08T14:37:27.909Z | Downloaded derive_more v0.99.18 |
962 | 2025-01-08T14:37:27.914Z | Downloaded whoami v1.5.2 |
963 | 2025-01-08T14:37:27.917Z | Downloaded serde_with v3.11.0 |
964 | 2025-01-08T14:37:27.925Z | Downloaded pkg-config v0.3.31 |
965 | 2025-01-08T14:37:27.928Z | Downloaded typify-macro v0.2.0 |
966 | 2025-01-08T14:37:27.931Z | Downloaded expectorate v1.1.0 |
967 | 2025-01-08T14:37:27.933Z | Downloaded url v2.5.3 |
968 | 2025-01-08T14:37:27.936Z | Downloaded pin-project-internal v1.1.6 |
969 | 2025-01-08T14:37:27.939Z | Downloaded pem-rfc7468 v0.7.0 |
970 | 2025-01-08T14:37:27.942Z | Downloaded num-bigint v0.4.6 |
971 | 2025-01-08T14:37:27.945Z | Downloaded tough v0.19.0 |
972 | 2025-01-08T14:37:27.953Z | Downloaded structmeta v0.2.0 |
973 | 2025-01-08T14:37:27.955Z | Downloaded termcolor v1.4.1 |
974 | 2025-01-08T14:37:27.957Z | Downloaded pkcs8 v0.10.2 |
975 | 2025-01-08T14:37:27.960Z | Downloaded icu_properties_data v1.5.0 |
976 | 2025-01-08T14:37:27.972Z | Downloaded hashlink v0.9.1 |
977 | 2025-01-08T14:37:27.975Z | Downloaded ron v0.7.1 |
978 | 2025-01-08T14:37:27.978Z | Downloaded toml v0.7.8 |
979 | 2025-01-08T14:37:27.981Z | Downloaded strip-ansi-escapes v0.2.0 |
980 | 2025-01-08T14:37:27.984Z | Downloaded structmeta v0.3.0 |
981 | 2025-01-08T14:37:27.984Z | Downloaded getrandom v0.2.15 |
982 | 2025-01-08T14:37:27.987Z | Downloaded zerocopy-derive v0.8.10 |
983 | 2025-01-08T14:37:27.994Z | Downloaded num-rational v0.4.2 |
984 | 2025-01-08T14:37:27.997Z | Downloaded derive-where v1.2.7 |
985 | 2025-01-08T14:37:28.000Z | Downloaded quick-xml v0.33.0 |
986 | 2025-01-08T14:37:28.006Z | Downloaded rustls-pki-types v1.10.0 |
987 | 2025-01-08T14:37:28.010Z | Downloaded pkcs1 v0.7.5 |
988 | 2025-01-08T14:37:28.014Z | Downloaded serde_derive_internals v0.29.1 |
989 | 2025-01-08T14:37:28.018Z | Downloaded parking_lot_core v0.9.10 |
990 | 2025-01-08T14:37:28.018Z | Downloaded zopfli v0.8.1 |
991 | 2025-01-08T14:37:28.020Z | Downloaded unicode-bidi v0.3.17 |
992 | 2025-01-08T14:37:28.024Z | Downloaded displaydoc v0.2.5 |
993 | 2025-01-08T14:37:28.027Z | Downloaded typify v0.2.0 |
994 | 2025-01-08T14:37:28.029Z | Downloaded vergen v8.3.2 |
995 | 2025-01-08T14:37:28.032Z | Downloaded tar v0.4.42 |
996 | 2025-01-08T14:37:28.035Z | Downloaded reedline v0.35.0 |
997 | 2025-01-08T14:37:28.043Z | Downloaded test-strategy v0.3.1 |
998 | 2025-01-08T14:37:28.048Z | Downloaded dhcproto v0.12.0 |
999 | 2025-01-08T14:37:28.051Z | Downloaded ed25519-dalek v2.1.1 |
1000 | 2025-01-08T14:37:28.055Z | Downloaded salty v0.3.0 |
1001 | 2025-01-08T14:37:28.062Z | Downloaded blake3 v1.5.4 |
1002 | 2025-01-08T14:37:28.070Z | Downloaded darling_core v0.20.10 |
1003 | 2025-01-08T14:37:28.075Z | Downloaded sqlparser v0.45.0 |
1004 | 2025-01-08T14:37:28.082Z | Downloaded winnow v0.5.40 |
1005 | 2025-01-08T14:37:28.093Z | Downloaded samael v0.0.17 |
1006 | 2025-01-08T14:37:28.098Z | Downloaded idna v0.4.0 |
1007 | 2025-01-08T14:37:28.105Z | Downloaded toml_edit v0.19.15 |
1008 | 2025-01-08T14:37:28.124Z | Downloaded headers v0.4.0 |
1009 | 2025-01-08T14:37:28.129Z | Downloaded zip v0.6.6 |
1010 | 2025-01-08T14:37:28.134Z | Downloaded steno v0.4.1 |
1011 | 2025-01-08T14:37:28.137Z | Downloaded tungstenite v0.23.0 |
1012 | 2025-01-08T14:37:28.141Z | Downloaded unicode-normalization v0.1.24 |
1013 | 2025-01-08T14:37:28.146Z | Downloaded typed-path v0.9.3 |
1014 | 2025-01-08T14:37:28.151Z | Downloaded unicode-segmentation v1.12.0 |
1015 | 2025-01-08T14:37:28.155Z | Downloaded tokio-util v0.7.12 |
1016 | 2025-01-08T14:37:28.162Z | Downloaded webpki-roots v0.26.6 |
1017 | 2025-01-08T14:37:28.168Z | Downloaded bitvec v1.0.1 |
1018 | 2025-01-08T14:37:28.183Z | Downloaded rustyline v14.0.0 |
1019 | 2025-01-08T14:37:28.188Z | Downloaded russh v0.45.0 |
1020 | 2025-01-08T14:37:28.193Z | Downloaded rustls-webpki v0.102.8 |
1021 | 2025-01-08T14:37:28.213Z | Downloaded time v0.3.36 |
1022 | 2025-01-08T14:37:28.220Z | Downloaded num-bigint-dig v0.8.4 |
1023 | 2025-01-08T14:37:28.226Z | Downloaded openssl v0.10.66 |
1024 | 2025-01-08T14:37:28.238Z | Downloaded p384 v0.13.0 |
1025 | 2025-01-08T14:37:28.244Z | Downloaded rustls-webpki v0.101.7 |
1026 | 2025-01-08T14:37:28.261Z | Downloaded chrono v0.4.38 |
1027 | 2025-01-08T14:37:28.267Z | Downloaded radix_trie v0.2.1 |
1028 | 2025-01-08T14:37:28.272Z | Downloaded portable-atomic v1.9.0 |
1029 | 2025-01-08T14:37:28.279Z | Downloaded trust-dns-proto v0.22.0 |
1030 | 2025-01-08T14:37:28.293Z | Downloaded proptest v1.5.0 |
1031 | 2025-01-08T14:37:28.302Z | Downloaded rayon v1.10.0 |
1032 | 2025-01-08T14:37:28.313Z | Downloaded smoltcp v0.9.1 |
1033 | 2025-01-08T14:37:28.324Z | Downloaded vcpkg v0.2.15 |
1034 | 2025-01-08T14:37:28.363Z | Downloaded rusqlite v0.32.1 |
1035 | 2025-01-08T14:37:28.369Z | Downloaded bindgen v0.69.5 |
1036 | 2025-01-08T14:37:28.378Z | Downloaded object v0.30.4 |
1037 | 2025-01-08T14:37:28.388Z | Downloaded dropshot v0.12.0 |
1038 | 2025-01-08T14:37:28.409Z | Downloaded petname v2.0.2 |
1039 | 2025-01-08T14:37:28.414Z | Downloaded idna v0.5.0 |
1040 | 2025-01-08T14:37:28.422Z | Downloaded idna v0.3.0 |
1041 | 2025-01-08T14:37:28.430Z | Downloaded reqwest v0.12.9 |
1042 | 2025-01-08T14:37:28.438Z | Downloaded gimli v0.31.1 |
1043 | 2025-01-08T14:37:28.447Z | Downloaded regex v1.11.1 |
1044 | 2025-01-08T14:37:28.461Z | Downloaded curve25519-dalek v4.1.3 |
1045 | 2025-01-08T14:37:28.470Z | Downloaded regress v0.9.1 |
1046 | 2025-01-08T14:37:28.479Z | Downloaded dropshot v0.13.0 |
1047 | 2025-01-08T14:37:28.503Z | Downloaded futures-util v0.3.31 |
1048 | 2025-01-08T14:37:28.515Z | Downloaded rustls v0.22.4 |
1049 | 2025-01-08T14:37:28.527Z | Downloaded unicode-width v0.2.0 |
1050 | 2025-01-08T14:37:28.533Z | Downloaded bstr v1.10.0 |
1051 | 2025-01-08T14:37:28.545Z | Downloaded rustls v0.23.19 |
1052 | 2025-01-08T14:37:28.558Z | Downloaded zerocopy-derive v0.6.6 |
1053 | 2025-01-08T14:37:28.567Z | Downloaded nix v0.27.1 |
1054 | 2025-01-08T14:37:28.580Z | Downloaded regex-syntax v0.8.5 |
1055 | 2025-01-08T14:37:28.587Z | Downloaded openapiv3 v2.0.0 |
1056 | 2025-01-08T14:37:28.600Z | Downloaded object v0.36.5 |
1057 | 2025-01-08T14:37:28.612Z | Downloaded polar-core v0.27.3 |
1058 | 2025-01-08T14:37:28.622Z | Downloaded nix v0.29.0 |
1059 | 2025-01-08T14:37:28.635Z | Downloaded typify-impl v0.2.0 |
1060 | 2025-01-08T14:37:28.653Z | Downloaded nix v0.28.0 |
1061 | 2025-01-08T14:37:28.663Z | Downloaded sled v0.34.7 |
1062 | 2025-01-08T14:37:28.674Z | Downloaded chrono-tz v0.10.0 |
1063 | 2025-01-08T14:37:28.682Z | Downloaded diesel v2.2.6 |
1064 | 2025-01-08T14:37:28.701Z | Downloaded hickory-proto v0.24.1 |
1065 | 2025-01-08T14:37:28.716Z | Downloaded ratatui v0.28.1 |
1066 | 2025-01-08T14:37:28.735Z | Downloaded lzma-sys v0.1.20 |
1067 | 2025-01-08T14:37:28.765Z | Downloaded petgraph v0.6.5 |
1068 | 2025-01-08T14:37:28.783Z | Downloaded regress v0.10.1 |
1069 | 2025-01-08T14:37:28.792Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1070 | 2025-01-08T14:37:28.804Z | Downloaded regex-syntax v0.6.29 |
1071 | 2025-01-08T14:37:28.811Z | Downloaded smoltcp v0.11.0 |
1072 | 2025-01-08T14:37:28.824Z | Downloaded tokio v1.40.0 |
1073 | 2025-01-08T14:37:28.861Z | Downloaded regex-automata v0.4.8 |
1074 | 2025-01-08T14:37:28.877Z | Downloaded libz-sys v1.1.20 |
1075 | 2025-01-08T14:37:28.897Z | Downloaded h2 v0.4.6 |
1076 | 2025-01-08T14:37:28.904Z | Downloaded zerocopy v0.8.10 |
1077 | 2025-01-08T14:37:28.927Z | Downloaded rustls v0.21.12 |
1078 | 2025-01-08T14:37:28.938Z | Downloaded idna v0.2.3 |
1079 | 2025-01-08T14:37:28.945Z | Downloaded x509-cert v0.2.5 |
1080 | 2025-01-08T14:37:28.951Z | Downloaded tokio-postgres v0.7.12 |
1081 | 2025-01-08T14:37:28.956Z | Downloaded nom v7.1.3 |
1082 | 2025-01-08T14:37:28.961Z | Downloaded git2 v0.19.0 |
1083 | 2025-01-08T14:37:28.970Z | Downloaded p521 v0.13.3 |
1084 | 2025-01-08T14:37:28.974Z | Downloaded quinn-proto v0.11.8 |
1085 | 2025-01-08T14:37:28.981Z | Downloaded hashbrown v0.14.5 |
1086 | 2025-01-08T14:37:28.986Z | Downloaded rayon-core v1.12.1 |
1087 | 2025-01-08T14:37:28.990Z | Downloaded ron v0.8.1 |
1088 | 2025-01-08T14:37:28.995Z | Downloaded elliptic-curve v0.13.8 |
1089 | 2025-01-08T14:37:28.999Z | Downloaded csv v1.3.0 |
1090 | 2025-01-08T14:37:29.019Z | Downloaded lalrpop v0.19.12 |
1091 | 2025-01-08T14:37:29.030Z | Downloaded sha3 v0.10.8 |
1092 | 2025-01-08T14:37:29.035Z | Downloaded hash32 v0.3.1 |
1093 | 2025-01-08T14:37:29.037Z | Downloaded globset v0.4.15 |
1094 | 2025-01-08T14:37:29.039Z | Downloaded derive_builder_core v0.20.2 |
1095 | 2025-01-08T14:37:29.039Z | Downloaded pkcs5 v0.7.1 |
1096 | 2025-01-08T14:37:29.043Z | Downloaded ssh-key v0.6.6 |
1097 | 2025-01-08T14:37:29.050Z | Downloaded tungstenite v0.24.0 |
1098 | 2025-01-08T14:37:29.053Z | Downloaded futures-io v0.3.31 |
1099 | 2025-01-08T14:37:29.056Z | Downloaded parking_lot v0.12.3 |
1100 | 2025-01-08T14:37:29.058Z | Downloaded tap v1.0.1 |
1101 | 2025-01-08T14:37:29.060Z | Downloaded ghash v0.5.1 |
1102 | 2025-01-08T14:37:29.060Z | Downloaded openssl-sys v0.9.103 |
1103 | 2025-01-08T14:37:29.064Z | Downloaded hashbrown v0.12.3 |
1104 | 2025-01-08T14:37:29.068Z | Downloaded wait-timeout v0.2.0 |
1105 | 2025-01-08T14:37:29.072Z | Downloaded des v0.8.1 |
1106 | 2025-01-08T14:37:29.075Z | Downloaded derive_builder_macro v0.20.2 |
1107 | 2025-01-08T14:37:29.075Z | Downloaded siphasher v0.3.11 |
1108 | 2025-01-08T14:37:29.076Z | Downloaded same-file v1.0.6 |
1109 | 2025-01-08T14:37:29.076Z | Downloaded powerfmt v0.2.0 |
1110 | 2025-01-08T14:37:29.078Z | Downloaded env_logger v0.11.5 |
1111 | 2025-01-08T14:37:29.080Z | Downloaded omicron-zone-package v0.12.0 |
1112 | 2025-01-08T14:37:29.083Z | Downloaded hyper v1.5.0 |
1113 | 2025-01-08T14:37:29.088Z | Downloaded encoding_rs v0.8.34 |
1114 | 2025-01-08T14:37:29.111Z | Downloaded password-hash v0.4.2 |
1115 | 2025-01-08T14:37:29.113Z | Downloaded bumpalo v3.16.0 |
1116 | 2025-01-08T14:37:29.115Z | Downloaded const_format v0.2.33 |
1117 | 2025-01-08T14:37:29.119Z | Downloaded cc v1.1.30 |
1118 | 2025-01-08T14:37:29.122Z | Downloaded slog-term v2.9.1 |
1119 | 2025-01-08T14:37:29.125Z | Downloaded crossbeam-epoch v0.9.18 |
1120 | 2025-01-08T14:37:29.127Z | Downloaded slog-bunyan v2.5.0 |
1121 | 2025-01-08T14:37:29.129Z | Downloaded serde_plain v1.0.2 |
1122 | 2025-01-08T14:37:29.129Z | Downloaded dropshot_endpoint v0.13.0 |
1123 | 2025-01-08T14:37:29.132Z | Downloaded compact_str v0.8.0 |
1124 | 2025-01-08T14:37:29.136Z | Downloaded peg v0.8.4 |
1125 | 2025-01-08T14:37:29.139Z | Downloaded packed_struct_codegen v0.10.1 |
1126 | 2025-01-08T14:37:29.142Z | Downloaded hickory-client v0.24.1 |
1127 | 2025-01-08T14:37:29.145Z | Downloaded take_mut v0.2.2 |
1128 | 2025-01-08T14:37:29.145Z | Downloaded tabwriter v1.4.0 |
1129 | 2025-01-08T14:37:29.148Z | Downloaded ssh-encoding v0.2.0 |
1130 | 2025-01-08T14:37:29.148Z | Downloaded ssh-cipher v0.2.0 |
1131 | 2025-01-08T14:37:29.148Z | Downloaded sec1 v0.7.3 |
1132 | 2025-01-08T14:37:29.150Z | Downloaded phf_codegen v0.11.2 |
1133 | 2025-01-08T14:37:29.154Z | Downloaded glob v0.3.1 |
1134 | 2025-01-08T14:37:29.154Z | Downloaded schemars v0.8.21 |
1135 | 2025-01-08T14:37:29.163Z | Downloaded clang-sys v1.8.1 |
1136 | 2025-01-08T14:37:29.165Z | Downloaded hyper-util v0.1.10 |
1137 | 2025-01-08T14:37:29.169Z | Downloaded crc32fast v1.4.2 |
1138 | 2025-01-08T14:37:29.172Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1139 | 2025-01-08T14:37:29.228Z | Downloaded thiserror-impl v2.0.3 |
1140 | 2025-01-08T14:37:29.232Z | Downloaded supports-color v3.0.1 |
1141 | 2025-01-08T14:37:29.232Z | Downloaded string_cache v0.8.7 |
1142 | 2025-01-08T14:37:29.234Z | Downloaded chacha20 v0.9.1 |
1143 | 2025-01-08T14:37:29.234Z | Downloaded bcs v0.1.6 |
1144 | 2025-01-08T14:37:29.237Z | Downloaded debug-ignore v1.0.5 |
1145 | 2025-01-08T14:37:29.240Z | Downloaded blowfish v0.9.1 |
1146 | 2025-01-08T14:37:29.240Z | Downloaded zeroize v1.8.1 |
1147 | 2025-01-08T14:37:29.243Z | Downloaded rustc_version v0.4.1 |
1148 | 2025-01-08T14:37:29.243Z | Downloaded unarray v0.1.4 |
1149 | 2025-01-08T14:37:29.243Z | Downloaded stringprep v0.1.5 |
1150 | 2025-01-08T14:37:29.246Z | Downloaded mockall_derive v0.13.0 |
1151 | 2025-01-08T14:37:29.246Z | Downloaded bitfield v0.14.0 |
1152 | 2025-01-08T14:37:29.249Z | Downloaded cmake v0.1.51 |
1153 | 2025-01-08T14:37:29.249Z | Downloaded castaway v0.2.3 |
1154 | 2025-01-08T14:37:29.249Z | Downloaded block-padding v0.3.3 |
1155 | 2025-01-08T14:37:29.252Z | Downloaded bitfield-struct v0.6.2 |
1156 | 2025-01-08T14:37:29.252Z | Downloaded bit-set v0.5.3 |
1157 | 2025-01-08T14:37:29.252Z | Downloaded multer v3.1.0 |
1158 | 2025-01-08T14:37:29.254Z | Downloaded libloading v0.8.5 |
1159 | 2025-01-08T14:37:29.257Z | Downloaded humantime v2.1.0 |
1160 | 2025-01-08T14:37:29.474Z | Downloaded libsqlite3-sys v0.30.1 |
1161 | 2025-01-08T14:37:29.754Z | Downloaded ring v0.17.8 |
1162 | 2025-01-08T14:37:30.099Z | Downloaded aws-lc-sys v0.22.0 |
1163 | 2025-01-08T14:37:30.406Z | Compiling serde v1.0.215 |
1164 | 2025-01-08T14:37:30.409Z | Compiling lock_api v0.4.12 |
1165 | 2025-01-08T14:37:30.409Z | Compiling scopeguard v1.2.0 |
1166 | 2025-01-08T14:37:30.409Z | Compiling value-bag v1.9.0 |
1167 | 2025-01-08T14:37:30.409Z | Compiling typenum v1.17.0 |
1168 | 2025-01-08T14:37:30.409Z | Compiling generic-array v0.14.7 |
1169 | 2025-01-08T14:37:30.573Z | Compiling syn v2.0.87 |
1170 | 2025-01-08T14:37:30.584Z | Compiling getrandom v0.2.15 |
1171 | 2025-01-08T14:37:30.745Z | Compiling subtle v2.6.1 |
1172 | 2025-01-08T14:37:30.999Z | Compiling rand_core v0.6.4 |
1173 | 2025-01-08T14:37:31.140Z | Compiling log v0.4.22 |
1174 | 2025-01-08T14:37:31.249Z | Compiling shlex v1.3.0 |
1175 | 2025-01-08T14:37:31.272Z | Compiling jobserver v0.1.32 |
1176 | 2025-01-08T14:37:31.299Z | Compiling const-oid v0.9.6 |
1177 | 2025-01-08T14:37:31.467Z | Compiling smallvec v1.13.2 |
1178 | 2025-01-08T14:37:31.519Z | Compiling spin v0.9.8 |
1179 | 2025-01-08T14:37:31.712Z | Compiling cc v1.1.30 |
1180 | 2025-01-08T14:37:31.888Z | Compiling pin-project-lite v0.2.14 |
1181 | 2025-01-08T14:37:31.957Z | Compiling rustix v0.38.37 |
1182 | 2025-01-08T14:37:32.050Z | Compiling parking_lot_core v0.9.10 |
1183 | 2025-01-08T14:37:32.079Z | Compiling futures-core v0.3.31 |
1184 | 2025-01-08T14:37:32.255Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2025-01-08T14:37:32.322Z | Compiling mio v1.0.2 |
1186 | 2025-01-08T14:37:32.962Z | Compiling parking_lot v0.12.3 |
1187 | 2025-01-08T14:37:33.124Z | Compiling aho-corasick v1.1.3 |
1188 | 2025-01-08T14:37:33.211Z | Compiling regex-syntax v0.8.5 |
1189 | 2025-01-08T14:37:33.396Z | Compiling cpufeatures v0.2.14 |
1190 | 2025-01-08T14:37:33.503Z | Compiling either v1.13.0 |
1191 | 2025-01-08T14:37:33.538Z | Compiling lazy_static v1.5.0 |
1192 | 2025-01-08T14:37:33.588Z | Compiling glob v0.3.1 |
1193 | 2025-01-08T14:37:33.668Z | Compiling futures-sink v0.3.31 |
1194 | 2025-01-08T14:37:33.827Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2025-01-08T14:37:33.943Z | Compiling socket2 v0.5.7 |
1196 | 2025-01-08T14:37:33.946Z | Compiling slab v0.4.9 |
1197 | 2025-01-08T14:37:33.946Z | Compiling prettyplease v0.2.25 |
1198 | 2025-01-08T14:37:34.315Z | Compiling minimal-lexical v0.2.1 |
1199 | 2025-01-08T14:37:34.395Z | Compiling serde_json v1.0.133 |
1200 | 2025-01-08T14:37:34.601Z | Compiling clang-sys v1.8.1 |
1201 | 2025-01-08T14:37:34.741Z | Compiling nom v7.1.3 |
1202 | 2025-01-08T14:37:34.991Z | Compiling libloading v0.8.5 |
1203 | 2025-01-08T14:37:35.117Z | Compiling home v0.5.9 |
1204 | 2025-01-08T14:37:35.288Z | Compiling bindgen v0.69.5 |
1205 | 2025-01-08T14:37:35.410Z | Compiling itertools v0.12.1 |
1206 | 2025-01-08T14:37:36.096Z | Compiling futures-channel v0.3.31 |
1207 | 2025-01-08T14:37:36.116Z | Compiling pin-utils v0.1.0 |
1208 | 2025-01-08T14:37:36.216Z | Compiling libm v0.2.8 |
1209 | 2025-01-08T14:37:36.533Z | Compiling rustc-hash v1.1.0 |
1210 | 2025-01-08T14:37:36.552Z | Compiling lazycell v1.3.0 |
1211 | 2025-01-08T14:37:36.686Z | Compiling foldhash v0.1.3 |
1212 | 2025-01-08T14:37:36.718Z | Compiling allocator-api2 v0.2.18 |
1213 | 2025-01-08T14:37:36.969Z | Compiling regex-automata v0.4.8 |
1214 | 2025-01-08T14:37:37.537Z | Compiling futures-io v0.3.31 |
1215 | 2025-01-08T14:37:37.846Z | Compiling futures-task v0.3.31 |
1216 | 2025-01-08T14:37:38.150Z | Compiling cexpr v0.6.0 |
1217 | 2025-01-08T14:37:38.411Z | Compiling synstructure v0.13.1 |
1218 | 2025-01-08T14:37:38.797Z | Compiling hashbrown v0.15.1 |
1219 | 2025-01-08T14:37:40.024Z | Compiling cmake v0.1.51 |
1220 | 2025-01-08T14:37:40.164Z | Compiling num-traits v0.2.19 |
1221 | 2025-01-08T14:37:40.167Z | Compiling dunce v1.0.5 |
1222 | 2025-01-08T14:37:40.167Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2025-01-08T14:37:40.288Z | Compiling pkg-config v0.3.31 |
1224 | 2025-01-08T14:37:40.308Z | Compiling fs_extra v1.3.0 |
1225 | 2025-01-08T14:37:40.691Z | Compiling tinyvec v1.8.0 |
1226 | 2025-01-08T14:37:41.032Z | Compiling ring v0.17.8 |
1227 | 2025-01-08T14:37:41.809Z | Compiling base64ct v1.6.0 |
1228 | 2025-01-08T14:37:41.878Z | Compiling writeable v0.5.5 |
1229 | 2025-01-08T14:37:42.263Z | Compiling unicode-normalization v0.1.24 |
1230 | 2025-01-08T14:37:42.344Z | Compiling unicode-bidi v0.3.17 |
1231 | 2025-01-08T14:37:42.425Z | Compiling litemap v0.7.3 |
1232 | 2025-01-08T14:37:42.469Z | Compiling paste v1.0.15 |
1233 | 2025-01-08T14:37:42.816Z | Compiling regex v1.11.1 |
1234 | 2025-01-08T14:37:43.034Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2025-01-08T14:37:43.734Z | Compiling httparse v1.9.5 |
1236 | 2025-01-08T14:37:43.785Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2025-01-08T14:37:43.925Z | Compiling flagset v0.4.6 |
1238 | 2025-01-08T14:37:44.154Z | Compiling tracing-core v0.1.32 |
1239 | 2025-01-08T14:37:44.193Z | Compiling rustls-pki-types v1.10.0 |
1240 | 2025-01-08T14:37:44.534Z | Compiling crossbeam-utils v0.8.20 |
1241 | 2025-01-08T14:37:45.093Z | Compiling percent-encoding v2.3.1 |
1242 | 2025-01-08T14:37:45.235Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2025-01-08T14:37:45.341Z | Compiling num-conv v0.1.0 |
1244 | 2025-01-08T14:37:45.399Z | Compiling serde_derive v1.0.215 |
1245 | 2025-01-08T14:37:45.431Z | Compiling zeroize_derive v1.4.2 |
1246 | 2025-01-08T14:37:45.451Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2025-01-08T14:37:45.594Z | Compiling tokio-macros v2.4.0 |
1248 | 2025-01-08T14:37:45.984Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2025-01-08T14:37:46.979Z | Compiling zeroize v1.8.1 |
1250 | 2025-01-08T14:37:47.313Z | Compiling thiserror-impl v1.0.69 |
1251 | 2025-01-08T14:37:47.585Z | Compiling yoke-derive v0.7.4 |
1252 | 2025-01-08T14:37:47.738Z | Compiling zerocopy v0.7.35 |
1253 | 2025-01-08T14:37:48.586Z | Compiling crypto-common v0.1.6 |
1254 | 2025-01-08T14:37:48.829Z | Compiling block-buffer v0.10.4 |
1255 | 2025-01-08T14:37:49.097Z | Compiling digest v0.10.7 |
1256 | 2025-01-08T14:37:49.292Z | Compiling zerovec-derive v0.10.3 |
1257 | 2025-01-08T14:37:49.553Z | Compiling hmac v0.12.1 |
1258 | 2025-01-08T14:37:49.605Z | Compiling futures-macro v0.3.31 |
1259 | 2025-01-08T14:37:49.780Z | Compiling block-padding v0.3.3 |
1260 | 2025-01-08T14:37:49.954Z | Compiling zerofrom v0.1.4 |
1261 | 2025-01-08T14:37:50.010Z | Compiling displaydoc v0.2.5 |
1262 | 2025-01-08T14:37:50.181Z | Compiling inout v0.1.3 |
1263 | 2025-01-08T14:37:50.439Z | Compiling cipher v0.4.4 |
1264 | 2025-01-08T14:37:50.456Z | Compiling yoke v0.7.4 |
1265 | 2025-01-08T14:37:50.508Z | Compiling thiserror v1.0.69 |
1266 | 2025-01-08T14:37:50.644Z | Compiling sha2 v0.10.8 |
1267 | 2025-01-08T14:37:50.827Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2025-01-08T14:37:50.969Z | Compiling der_derive v0.7.3 |
1269 | 2025-01-08T14:37:51.464Z | Compiling futures-util v0.3.31 |
1270 | 2025-01-08T14:37:51.682Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2025-01-08T14:37:51.717Z | Compiling rand_chacha v0.3.1 |
1272 | 2025-01-08T14:37:51.917Z | Compiling zerovec v0.10.4 |
1273 | 2025-01-08T14:37:52.755Z | Compiling tracing-attributes v0.1.27 |
1274 | 2025-01-08T14:37:53.365Z | Compiling der v0.7.9 |
1275 | 2025-01-08T14:37:53.979Z | Compiling tinystr v0.7.6 |
1276 | 2025-01-08T14:37:54.000Z | Compiling icu_collections v1.5.0 |
1277 | 2025-01-08T14:37:54.081Z | Compiling rand v0.8.5 |
1278 | 2025-01-08T14:37:54.365Z | Compiling icu_locid v1.5.0 |
1279 | 2025-01-08T14:37:55.466Z | Compiling icu_provider v1.5.0 |
1280 | 2025-01-08T14:37:56.276Z | Compiling icu_locid_transform v1.5.0 |
1281 | 2025-01-08T14:37:56.489Z | Compiling tracing v0.1.40 |
1282 | 2025-01-08T14:37:56.533Z | Compiling spki v0.7.3 |
1283 | 2025-01-08T14:37:56.555Z | Compiling salsa20 v0.10.2 |
1284 | 2025-01-08T14:37:56.555Z | Compiling pest v2.7.14 |
1285 | 2025-01-08T14:37:56.795Z | Compiling pbkdf2 v0.12.2 |
1286 | 2025-01-08T14:37:56.863Z | Compiling vcpkg v0.2.15 |
1287 | 2025-01-08T14:37:56.944Z | Compiling powerfmt v0.2.0 |
1288 | 2025-01-08T14:37:56.973Z | Compiling mirai-annotations v1.12.0 |
1289 | 2025-01-08T14:37:57.169Z | Compiling time-core v0.1.2 |
1290 | 2025-01-08T14:37:57.304Z | Compiling untrusted v0.9.0 |
1291 | 2025-01-08T14:37:57.330Z | Compiling icu_properties_data v1.5.0 |
1292 | 2025-01-08T14:37:57.351Z | Compiling untrusted v0.7.1 |
1293 | 2025-01-08T14:37:57.486Z | Compiling time-macros v0.2.18 |
1294 | 2025-01-08T14:37:57.524Z | Compiling deranged v0.3.11 |
1295 | 2025-01-08T14:37:57.581Z | Compiling icu_properties v1.5.1 |
1296 | 2025-01-08T14:37:58.826Z | Compiling scrypt v0.11.0 |
1297 | 2025-01-08T14:37:58.954Z | Compiling openssl-sys v0.9.103 |
1298 | 2025-01-08T14:37:59.321Z | Compiling bitflags v2.6.0 |
1299 | 2025-01-08T14:37:59.343Z | Compiling bytes v1.8.0 |
1300 | 2025-01-08T14:37:59.417Z | Compiling indexmap v2.6.0 |
1301 | 2025-01-08T14:37:59.752Z | Compiling semver v1.0.23 |
1302 | 2025-01-08T14:38:00.529Z | Compiling tokio v1.40.0 |
1303 | 2025-01-08T14:38:00.611Z | Compiling http v1.1.0 |
1304 | 2025-01-08T14:38:00.736Z | Compiling rustc_version v0.4.1 |
1305 | 2025-01-08T14:38:00.865Z | Compiling pest_meta v2.7.14 |
1306 | 2025-01-08T14:38:01.545Z | Compiling aes v0.8.4 |
1307 | 2025-01-08T14:38:02.487Z | Compiling cbc v0.1.2 |
1308 | 2025-01-08T14:38:02.696Z | Compiling scroll_derive v0.12.0 |
1309 | 2025-01-08T14:38:03.222Z | Compiling write16 v1.0.0 |
1310 | 2025-01-08T14:38:03.356Z | Compiling num_threads v0.1.7 |
1311 | 2025-01-08T14:38:03.488Z | Compiling which v4.4.2 |
1312 | 2025-01-08T14:38:04.023Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2025-01-08T14:38:04.123Z | Compiling utf8_iter v1.0.4 |
1314 | 2025-01-08T14:38:04.143Z | Compiling utf16_iter v1.0.5 |
1315 | 2025-01-08T14:38:04.162Z | Compiling atomic-waker v1.1.2 |
1316 | 2025-01-08T14:38:04.339Z | Compiling icu_normalizer v1.5.0 |
1317 | 2025-01-08T14:38:04.357Z | Compiling scroll v0.12.0 |
1318 | 2025-01-08T14:38:04.360Z | Compiling time v0.3.36 |
1319 | 2025-01-08T14:38:04.378Z | Compiling pkcs5 v0.7.1 |
1320 | 2025-01-08T14:38:04.917Z | Compiling http-body v1.0.1 |
1321 | 2025-01-08T14:38:04.983Z | Compiling pest_generator v2.7.14 |
1322 | 2025-01-08T14:38:05.347Z | Compiling form_urlencoded v1.2.1 |
1323 | 2025-01-08T14:38:05.609Z | Compiling slog v2.7.0 |
1324 | 2025-01-08T14:38:05.688Z | Compiling try-lock v0.2.5 |
1325 | 2025-01-08T14:38:05.865Z | Compiling want v0.3.1 |
1326 | 2025-01-08T14:38:06.099Z | Compiling goblin v0.8.2 |
1327 | 2025-01-08T14:38:06.157Z | Compiling idna_adapter v1.2.0 |
1328 | 2025-01-08T14:38:06.209Z | Compiling pkcs8 v0.10.2 |
1329 | 2025-01-08T14:38:06.307Z | Compiling uuid v1.11.0 |
1330 | 2025-01-08T14:38:06.376Z | Compiling iana-time-zone v0.1.61 |
1331 | 2025-01-08T14:38:06.842Z | Compiling httpdate v1.0.3 |
1332 | 2025-01-08T14:38:06.940Z | Compiling chrono v0.4.38 |
1333 | 2025-01-08T14:38:07.057Z | Compiling pest_derive v2.7.14 |
1334 | 2025-01-08T14:38:07.306Z | Compiling idna v1.0.3 |
1335 | 2025-01-08T14:38:07.877Z | Compiling dtrace-parser v0.2.0 |
1336 | 2025-01-08T14:38:08.557Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2025-01-08T14:38:09.186Z | Compiling tokio-util v0.7.12 |
1338 | 2025-01-08T14:38:09.211Z | Compiling serde_spanned v0.6.8 |
1339 | 2025-01-08T14:38:09.440Z | Compiling toml_datetime v0.6.8 |
1340 | 2025-01-08T14:38:09.729Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2025-01-08T14:38:09.844Z | Compiling openssl v0.10.66 |
1342 | 2025-01-08T14:38:09.952Z | Compiling adler2 v2.0.0 |
1343 | 2025-01-08T14:38:10.072Z | Compiling base64 v0.22.1 |
1344 | 2025-01-08T14:38:10.148Z | Compiling rustversion v1.0.17 |
1345 | 2025-01-08T14:38:10.242Z | Compiling h2 v0.4.6 |
1346 | 2025-01-08T14:38:10.625Z | Compiling tower-service v0.3.3 |
1347 | 2025-01-08T14:38:10.751Z | Compiling match_cfg v0.1.0 |
1348 | 2025-01-08T14:38:10.830Z | Compiling miniz_oxide v0.8.0 |
1349 | 2025-01-08T14:38:10.871Z | Compiling hostname v0.3.1 |
1350 | 2025-01-08T14:38:10.892Z | Compiling foreign-types v0.3.2 |
1351 | 2025-01-08T14:38:10.985Z | Compiling url v2.5.3 |
1352 | 2025-01-08T14:38:11.131Z | Compiling async-trait v0.1.83 |
1353 | 2025-01-08T14:38:12.376Z | Compiling dof v0.3.0 |
1354 | 2025-01-08T14:38:12.418Z | Compiling openssl-macros v0.1.1 |
1355 | 2025-01-08T14:38:13.023Z | Compiling serde_derive_internals v0.29.1 |
1356 | 2025-01-08T14:38:13.207Z | Compiling usdt-impl v0.5.0 |
1357 | 2025-01-08T14:38:13.973Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2025-01-08T14:38:14.631Z | Compiling rustls v0.23.19 |
1359 | 2025-01-08T14:38:14.648Z | Compiling syn v1.0.109 |
1360 | 2025-01-08T14:38:14.762Z | Compiling data-encoding v2.6.0 |
1361 | 2025-01-08T14:38:14.887Z | Compiling schemars v0.8.21 |
1362 | 2025-01-08T14:38:15.214Z | Compiling native-tls v0.2.12 |
1363 | 2025-01-08T14:38:15.259Z | Compiling rustls v0.22.4 |
1364 | 2025-01-08T14:38:15.516Z | Compiling siphasher v0.3.11 |
1365 | 2025-01-08T14:38:15.704Z | Compiling dirs-next v2.0.0 |
1366 | 2025-01-08T14:38:15.805Z | Compiling schemars_derive v0.8.21 |
1367 | 2025-01-08T14:38:16.389Z | Compiling http-body-util v0.1.2 |
1368 | 2025-01-08T14:38:16.567Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2025-01-08T14:38:16.942Z | Compiling heapless v0.7.17 |
1370 | 2025-01-08T14:38:17.234Z | Compiling hyper v1.5.0 |
1371 | 2025-01-08T14:38:17.313Z | Compiling sha1 v0.10.6 |
1372 | 2025-01-08T14:38:17.337Z | Compiling signature v2.2.0 |
1373 | 2025-01-08T14:38:17.377Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2025-01-08T14:38:17.619Z | Compiling thread_local v1.1.8 |
1375 | 2025-01-08T14:38:17.727Z | Compiling multer v3.1.0 |
1376 | 2025-01-08T14:38:17.848Z | Compiling encoding_rs v0.8.34 |
1377 | 2025-01-08T14:38:18.011Z | Compiling cookie v0.18.1 |
1378 | 2025-01-08T14:38:18.162Z | Compiling gimli v0.31.1 |
1379 | 2025-01-08T14:38:18.301Z | Compiling mime v0.3.17 |
1380 | 2025-01-08T14:38:18.911Z | Compiling ipnet v2.10.1 |
1381 | 2025-01-08T14:38:19.196Z | Compiling dyn-clone v1.0.17 |
1382 | 2025-01-08T14:38:19.420Z | Compiling signal-hook v0.3.17 |
1383 | 2025-01-08T14:38:19.686Z | Compiling hyper-util v0.1.10 |
1384 | 2025-01-08T14:38:20.197Z | Compiling openssl-probe v0.1.5 |
1385 | 2025-01-08T14:38:20.571Z | Compiling slog-async v2.8.0 |
1386 | 2025-01-08T14:38:20.882Z | Compiling rayon-core v1.12.1 |
1387 | 2025-01-08T14:38:21.145Z | Compiling unicode-properties v0.1.3 |
1388 | 2025-01-08T14:38:21.163Z | Compiling toml_edit v0.22.22 |
1389 | 2025-01-08T14:38:21.534Z | Compiling stringprep v0.1.5 |
1390 | 2025-01-08T14:38:22.843Z | Compiling addr2line v0.24.2 |
1391 | 2025-01-08T14:38:23.135Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2025-01-08T14:38:23.459Z | Compiling usdt-macro v0.5.0 |
1393 | 2025-01-08T14:38:23.484Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2025-01-08T14:38:23.538Z | Compiling term v0.7.0 |
1395 | 2025-01-08T14:38:24.648Z | Compiling slog-json v2.6.1 |
1396 | 2025-01-08T14:38:24.916Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2025-01-08T14:38:24.995Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2025-01-08T14:38:25.049Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2025-01-08T14:38:25.103Z | Compiling enum-as-inner v0.6.1 |
1400 | 2025-01-08T14:38:25.321Z | Compiling futures-executor v0.3.31 |
1401 | 2025-01-08T14:38:25.442Z | Compiling md-5 v0.10.6 |
1402 | 2025-01-08T14:38:25.667Z | Compiling async-stream-impl v0.3.6 |
1403 | 2025-01-08T14:38:25.705Z | Compiling rustls-pemfile v2.2.0 |
1404 | 2025-01-08T14:38:25.916Z | Compiling num-integer v0.1.46 |
1405 | 2025-01-08T14:38:26.074Z | Compiling idna v0.3.0 |
1406 | 2025-01-08T14:38:26.124Z | Compiling idna v0.4.0 |
1407 | 2025-01-08T14:38:26.188Z | Compiling hash32 v0.2.1 |
1408 | 2025-01-08T14:38:26.576Z | Compiling ff v0.13.0 |
1409 | 2025-01-08T14:38:26.725Z | Compiling is-terminal v0.4.13 |
1410 | 2025-01-08T14:38:26.791Z | Compiling object v0.36.5 |
1411 | 2025-01-08T14:38:26.846Z | Compiling dropshot v0.12.0 |
1412 | 2025-01-08T14:38:27.073Z | Compiling smoltcp v0.9.1 |
1413 | 2025-01-08T14:38:27.122Z | Compiling anyhow v1.0.93 |
1414 | 2025-01-08T14:38:27.706Z | Compiling psl-types v2.0.11 |
1415 | 2025-01-08T14:38:27.771Z | Compiling take_mut v0.2.2 |
1416 | 2025-01-08T14:38:27.791Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2025-01-08T14:38:27.817Z | Compiling rustc-demangle v0.1.24 |
1418 | 2025-01-08T14:38:27.906Z | Compiling utf-8 v0.7.6 |
1419 | 2025-01-08T14:38:27.927Z | Compiling linked-hash-map v0.5.6 |
1420 | 2025-01-08T14:38:28.081Z | Compiling base16ct v0.2.0 |
1421 | 2025-01-08T14:38:28.221Z | Compiling quick-error v1.2.3 |
1422 | 2025-01-08T14:38:28.288Z | Compiling fallible-iterator v0.2.0 |
1423 | 2025-01-08T14:38:28.362Z | Compiling portable-atomic v1.9.0 |
1424 | 2025-01-08T14:38:28.411Z | Compiling resolv-conf v0.7.0 |
1425 | 2025-01-08T14:38:28.809Z | Compiling sec1 v0.7.3 |
1426 | 2025-01-08T14:38:29.006Z | Compiling postgres-protocol v0.6.7 |
1427 | 2025-01-08T14:38:29.235Z | Compiling lru-cache v0.1.2 |
1428 | 2025-01-08T14:38:29.414Z | Compiling tungstenite v0.24.0 |
1429 | 2025-01-08T14:38:29.509Z | Compiling publicsuffix v2.2.3 |
1430 | 2025-01-08T14:38:29.824Z | Compiling async-stream v0.3.6 |
1431 | 2025-01-08T14:38:29.921Z | Compiling hickory-proto v0.24.1 |
1432 | 2025-01-08T14:38:30.128Z | Compiling slog-term v2.9.1 |
1433 | 2025-01-08T14:38:30.404Z | Compiling group v0.13.0 |
1434 | 2025-01-08T14:38:30.715Z | Compiling usdt v0.5.0 |
1435 | 2025-01-08T14:38:31.282Z | Compiling num-iter v0.1.45 |
1436 | 2025-01-08T14:38:31.477Z | Compiling futures v0.3.31 |
1437 | 2025-01-08T14:38:31.497Z | Compiling slog-bunyan v2.5.0 |
1438 | 2025-01-08T14:38:31.699Z | Compiling toml v0.8.19 |
1439 | 2025-01-08T14:38:32.970Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2025-01-08T14:38:33.251Z | Compiling camino v1.1.9 |
1441 | 2025-01-08T14:38:33.440Z | Compiling phf_shared v0.11.2 |
1442 | 2025-01-08T14:38:33.556Z | Compiling dropshot_endpoint v0.12.0 |
1443 | 2025-01-08T14:38:33.822Z | Compiling waitgroup v0.1.2 |
1444 | 2025-01-08T14:38:34.043Z | Compiling backtrace v0.3.74 |
1445 | 2025-01-08T14:38:34.116Z | Compiling terminal_size v0.4.0 |
1446 | 2025-01-08T14:38:34.198Z | Compiling openapiv3 v2.0.0 |
1447 | 2025-01-08T14:38:34.331Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2025-01-08T14:38:34.852Z | Compiling hkdf v0.12.4 |
1449 | 2025-01-08T14:38:35.110Z | Compiling crypto-bigint v0.5.5 |
1450 | 2025-01-08T14:38:35.164Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2025-01-08T14:38:37.518Z | Compiling curve25519-dalek-derive v0.1.1 |
1452 | 2025-01-08T14:38:37.814Z | Compiling webpki-roots v0.26.6 |
1453 | 2025-01-08T14:38:38.026Z | Compiling idna v0.5.0 |
1454 | 2025-01-08T14:38:38.311Z | Compiling hostname v0.4.0 |
1455 | 2025-01-08T14:38:38.591Z | Compiling fs-err v2.11.0 |
1456 | 2025-01-08T14:38:38.706Z | Compiling ahash v0.8.11 |
1457 | 2025-01-08T14:38:38.888Z | Compiling crc32fast v1.4.2 |
1458 | 2025-01-08T14:38:38.909Z | Compiling hubpack_derive v0.1.1 |
1459 | 2025-01-08T14:38:39.054Z | Compiling newtype-uuid v1.1.3 |
1460 | 2025-01-08T14:38:39.094Z | Compiling managed v0.8.0 |
1461 | 2025-01-08T14:38:39.216Z | Compiling debug-ignore v1.0.5 |
1462 | 2025-01-08T14:38:39.326Z | Compiling winnow v0.5.40 |
1463 | 2025-01-08T14:38:39.371Z | Compiling bitflags v1.3.2 |
1464 | 2025-01-08T14:38:39.473Z | Compiling clap_builder v4.5.21 |
1465 | 2025-01-08T14:38:39.641Z | Compiling strum_macros v0.25.3 |
1466 | 2025-01-08T14:38:39.805Z | Compiling hubpack v0.1.2 |
1467 | 2025-01-08T14:38:40.296Z | Compiling console v0.15.8 |
1468 | 2025-01-08T14:38:40.572Z | Compiling flate2 v1.0.34 |
1469 | 2025-01-08T14:38:41.747Z | Compiling cookie_store v0.21.0 |
1470 | 2025-01-08T14:38:41.817Z | Compiling elliptic-curve v0.13.8 |
1471 | 2025-01-08T14:38:41.956Z | Compiling zerocopy v0.6.6 |
1472 | 2025-01-08T14:38:42.656Z | Compiling hickory-resolver v0.24.1 |
1473 | 2025-01-08T14:38:43.331Z | Compiling toml_edit v0.19.15 |
1474 | 2025-01-08T14:38:43.360Z | Compiling phf v0.11.2 |
1475 | 2025-01-08T14:38:43.633Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2025-01-08T14:38:43.693Z | Compiling hyper-tls v0.6.0 |
1477 | 2025-01-08T14:38:43.800Z | Compiling rayon v1.10.0 |
1478 | 2025-01-08T14:38:43.939Z | Compiling bzip2 v0.4.4 |
1479 | 2025-01-08T14:38:44.354Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2025-01-08T14:38:44.901Z | Compiling postgres-types v0.2.8 |
1481 | 2025-01-08T14:38:47.870Z | Compiling ed25519 v2.2.3 |
1482 | 2025-01-08T14:38:48.696Z | Compiling phf_shared v0.10.0 |
1483 | 2025-01-08T14:38:49.014Z | Compiling tokio-stream v0.1.16 |
1484 | 2025-01-08T14:38:49.113Z | Compiling pkcs1 v0.7.5 |
1485 | 2025-01-08T14:38:49.560Z | Compiling serde-big-array v0.5.1 |
1486 | 2025-01-08T14:38:49.623Z | Compiling clap_derive v4.5.18 |
1487 | 2025-01-08T14:38:50.793Z | Compiling rfc6979 v0.4.0 |
1488 | 2025-01-08T14:38:50.796Z | Compiling serde_repr v0.1.19 |
1489 | 2025-01-08T14:38:50.796Z | Compiling derive-where v1.2.7 |
1490 | 2025-01-08T14:38:50.796Z | Compiling float-cmp v0.9.0 |
1491 | 2025-01-08T14:38:50.796Z | Compiling bstr v1.10.0 |
1492 | 2025-01-08T14:38:50.796Z | Compiling sync_wrapper v1.0.1 |
1493 | 2025-01-08T14:38:50.796Z | Compiling whoami v1.5.2 |
1494 | 2025-01-08T14:38:51.017Z | Compiling number_prefix v0.4.0 |
1495 | 2025-01-08T14:38:51.170Z | Compiling fixedbitset v0.4.2 |
1496 | 2025-01-08T14:38:51.241Z | Compiling unicode-width v0.2.0 |
1497 | 2025-01-08T14:38:51.438Z | Compiling static_assertions v1.1.0 |
1498 | 2025-01-08T14:38:51.546Z | Compiling difflib v0.4.0 |
1499 | 2025-01-08T14:38:51.623Z | Compiling predicates-core v1.0.8 |
1500 | 2025-01-08T14:38:51.771Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2025-01-08T14:38:51.902Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2025-01-08T14:38:51.930Z | Compiling bit-vec v0.6.3 |
1503 | 2025-01-08T14:38:51.971Z | Compiling precomputed-hash v0.1.1 |
1504 | 2025-01-08T14:38:52.094Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2025-01-08T14:38:52.194Z | Compiling string_cache v0.8.7 |
1506 | 2025-01-08T14:38:52.408Z | Compiling bit-set v0.5.3 |
1507 | 2025-01-08T14:38:52.678Z | Compiling similar v2.6.0 |
1508 | 2025-01-08T14:38:52.702Z | Compiling predicates v3.1.2 |
1509 | 2025-01-08T14:38:52.771Z | Compiling indicatif v0.17.9 |
1510 | 2025-01-08T14:38:53.210Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2025-01-08T14:38:53.503Z | Compiling petgraph v0.6.5 |
1512 | 2025-01-08T14:38:54.400Z | Compiling tokio-postgres v0.7.12 |
1513 | 2025-01-08T14:38:54.920Z | Compiling clap v4.5.21 |
1514 | 2025-01-08T14:38:55.052Z | Compiling ecdsa v0.16.9 |
1515 | 2025-01-08T14:38:55.074Z | Compiling rsa v0.9.6 |
1516 | 2025-01-08T14:38:55.104Z | Compiling ed25519-dalek v2.1.1 |
1517 | 2025-01-08T14:38:55.946Z | Compiling toml v0.7.8 |
1518 | 2025-01-08T14:38:56.457Z | Compiling zip v0.6.6 |
1519 | 2025-01-08T14:38:57.698Z | Compiling crossterm v0.28.1 |
1520 | 2025-01-08T14:38:58.596Z | Compiling hex v0.4.3 |
1521 | 2025-01-08T14:38:58.617Z | Compiling x509-cert v0.2.5 |
1522 | 2025-01-08T14:38:58.862Z | Compiling itertools v0.10.5 |
1523 | 2025-01-08T14:38:59.206Z | Compiling lalrpop-util v0.19.12 |
1524 | 2025-01-08T14:38:59.565Z | Compiling peg-runtime v0.8.3 |
1525 | 2025-01-08T14:39:00.213Z | Compiling unicode-xid v0.2.6 |
1526 | 2025-01-08T14:39:00.270Z | Compiling strum_macros v0.26.4 |
1527 | 2025-01-08T14:39:00.353Z | Compiling xattr v1.3.1 |
1528 | 2025-01-08T14:39:00.376Z | Compiling filetime v0.2.25 |
1529 | 2025-01-08T14:39:00.633Z | Compiling tar v0.4.42 |
1530 | 2025-01-08T14:39:05.489Z | Compiling strum v0.26.3 |
1531 | 2025-01-08T14:39:07.338Z | Compiling aws-lc-sys v0.22.0 |
1532 | 2025-01-08T14:39:43.833Z | Compiling rustls-webpki v0.102.8 |
1533 | 2025-01-08T14:39:47.188Z | Compiling tokio-rustls v0.25.0 |
1534 | 2025-01-08T14:39:49.000Z | Compiling tokio-rustls v0.26.0 |
1535 | 2025-01-08T14:39:49.387Z | Compiling hyper-rustls v0.27.3 |
1536 | 2025-01-08T14:39:49.659Z | Compiling reqwest v0.12.9 |
1537 | 2025-01-08T14:39:50.548Z | Compiling qorb v0.2.1 |
1538 | 2025-01-08T14:39:55.763Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2025-01-08T14:39:56.004Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1540 | 2025-01-08T14:40:01.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1541 | 2025-01-08T14:40:01.966Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1542 | 2025-01-08T14:40:02.018Z | Jan 08 14:40:01.266 INFO Starting download, target: Cockroach |
1543 | 2025-01-08T14:40:02.018Z | Jan 08 14:40:01.267 INFO Starting download, target: Console |
1544 | 2025-01-08T14:40:02.018Z | Jan 08 14:40:01.267 INFO Starting download, target: Clickhouse |
1545 | 2025-01-08T14:40:02.018Z | Jan 08 14:40:01.267 INFO Starting download, target: DendriteOpenapi |
1546 | 2025-01-08T14:40:02.033Z | Jan 08 14:40:01.267 INFO Starting download, target: DendriteStub |
1547 | 2025-01-08T14:40:02.033Z | Jan 08 14:40:01.267 INFO Starting download, target: MaghemiteMgd |
1548 | 2025-01-08T14:40:02.033Z | Jan 08 14:40:01.267 INFO Starting download, target: TransceiverControl |
1549 | 2025-01-08T14:40:02.033Z | Jan 08 14:40:01.267 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2025-01-08T14:40:02.033Z | Jan 08 14:40:01.267 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2025-01-08T14:40:02.034Z | Jan 08 14:40:01.267 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2025-01-08T14:40:02.034Z | Jan 08 14:40:01.267 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2025-01-08T14:40:02.034Z | Jan 08 14:40:01.267 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2025-01-08T14:40:02.034Z | Jan 08 14:40:01.268 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1555 | 2025-01-08T14:40:02.034Z | Jan 08 14:40:01.268 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2025-01-08T14:40:02.190Z | Jan 08 14:40:01.444 INFO Download complete, target: DendriteOpenapi |
1557 | 2025-01-08T14:40:02.430Z | Jan 08 14:40:01.684 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2025-01-08T14:40:02.627Z | Jan 08 14:40:01.874 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2025-01-08T14:40:02.951Z | Jan 08 14:40:02.205 INFO Download complete, target: Console |
1560 | 2025-01-08T14:40:03.115Z | Jan 08 14:40:02.368 INFO Download complete, target: TransceiverControl |
1561 | 2025-01-08T14:40:03.139Z | Jan 08 14:40:02.385 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1562 | 2025-01-08T14:40:03.422Z | Jan 08 14:40:02.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2025-01-08T14:40:03.941Z | Jan 08 14:40:03.197 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2025-01-08T14:40:03.941Z | Jan 08 14:40:03.197 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2025-01-08T14:40:04.011Z | Jan 08 14:40:03.266 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2025-01-08T14:40:05.958Z | Jan 08 14:40:05.213 INFO Download complete, target: MaghemiteMgd |
1567 | 2025-01-08T14:40:06.270Z | Jan 08 14:40:05.525 INFO Download complete, target: DendriteStub |
1568 | 2025-01-08T14:40:11.349Z | Jan 08 14:40:10.603 INFO Checking that binary works, target: Cockroach |
1569 | 2025-01-08T14:40:11.510Z | Jan 08 14:40:10.765 INFO Download complete, target: Cockroach |
1570 | 2025-01-08T14:40:16.549Z | Jan 08 14:40:15.803 INFO Checking that binary works, target: Clickhouse |
1571 | 2025-01-08T14:40:17.245Z | Jan 08 14:40:16.498 INFO Download complete, target: Clickhouse |
1572 | 2025-01-08T14:40:17.350Z | All builder prerequisites installed successfully, and PATH looks valid |
1573 | 2025-01-08T14:40:17.353Z | |
1574 | 2025-01-08T14:40:17.353Z | real 5:33.191815964 |
1575 | 2025-01-08T14:40:17.354Z | user 16:30.606745835 |
1576 | 2025-01-08T14:40:17.354Z | sys 3:14.237712768 |
1577 | 2025-01-08T14:40:17.354Z | trap 0.540185921 |
1578 | 2025-01-08T14:40:17.354Z | tflt 9.994948043 |
1579 | 2025-01-08T14:40:17.354Z | dflt 8.993879607 |
1580 | 2025-01-08T14:40:17.354Z | kflt 0.425618360 |
1581 | 2025-01-08T14:40:17.354Z | lock 29:43.224659650 |
1582 | 2025-01-08T14:40:17.354Z | slp 1:04:37.075493436 |
1583 | 2025-01-08T14:40:17.354Z | lat 53.439552635 |
1584 | 2025-01-08T14:40:17.354Z | stop 2:14.030335377 |
1585 | 2025-01-08T14:40:17.354Z | + banner clippy |
1586 | 2025-01-08T14:40:17.357Z | |
1587 | 2025-01-08T14:40:17.357Z | #### # # ##### ##### # # |
1588 | 2025-01-08T14:40:17.357Z | # # # # # # # # # # |
1589 | 2025-01-08T14:40:17.357Z | # # # # # # # # |
1590 | 2025-01-08T14:40:17.357Z | # # # ##### ##### # |
1591 | 2025-01-08T14:40:17.357Z | # # # # # # # |
1592 | 2025-01-08T14:40:17.357Z | #### ###### # # # # |
1593 | 2025-01-08T14:40:17.357Z | |
1594 | 2025-01-08T14:40:17.357Z | + export CARGO_INCREMENTAL=0 |
1595 | 2025-01-08T14:40:17.357Z | + CARGO_INCREMENTAL=0 |
1596 | 2025-01-08T14:40:17.357Z | + ptime -m cargo xtask clippy |
1597 | 2025-01-08T14:40:17.887Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1598 | 2025-01-08T14:40:21.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
1599 | 2025-01-08T14:40:21.515Z | Running `target/debug/xtask clippy` |
1600 | 2025-01-08T14:40:21.537Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1601 | 2025-01-08T14:40:22.200Z | Downloading crates ... |
1602 | 2025-01-08T14:40:22.550Z | Downloaded anes v0.1.6 |
1603 | 2025-01-08T14:40:22.582Z | Downloaded futures-timer v3.0.3 |
1604 | 2025-01-08T14:40:22.584Z | Downloaded datatest-stable v0.2.9 |
1605 | 2025-01-08T14:40:22.591Z | Downloaded criterion-plot v0.5.0 |
1606 | 2025-01-08T14:40:22.593Z | Downloaded cast v0.3.0 |
1607 | 2025-01-08T14:40:22.595Z | Downloaded guppy-workspace-hack v0.1.0 |
1608 | 2025-01-08T14:40:22.595Z | Downloaded event-listener v2.5.3 |
1609 | 2025-01-08T14:40:22.598Z | Downloaded async-signal v0.2.10 |
1610 | 2025-01-08T14:40:22.601Z | Downloaded escape8259 v0.5.3 |
1611 | 2025-01-08T14:40:22.604Z | Downloaded doc-comment v0.3.3 |
1612 | 2025-01-08T14:40:22.609Z | Downloaded pathdiff v0.2.2 |
1613 | 2025-01-08T14:40:22.612Z | Downloaded nested v0.1.1 |
1614 | 2025-01-08T14:40:22.616Z | Downloaded async-object-pool v0.1.5 |
1615 | 2025-01-08T14:40:22.619Z | Downloaded blocking v1.6.1 |
1616 | 2025-01-08T14:40:22.624Z | Downloaded plotters-svg v0.3.7 |
1617 | 2025-01-08T14:40:22.642Z | Downloaded target-triple v0.1.3 |
1618 | 2025-01-08T14:40:22.645Z | Downloaded assert-json-diff v2.0.2 |
1619 | 2025-01-08T14:40:22.645Z | Downloaded approx v0.5.1 |
1620 | 2025-01-08T14:40:22.647Z | Downloaded piper v0.2.4 |
1621 | 2025-01-08T14:40:22.649Z | Downloaded path-tree v0.8.1 |
1622 | 2025-01-08T14:40:22.649Z | Downloaded parking v2.2.1 |
1623 | 2025-01-08T14:40:22.652Z | Downloaded oorandom v11.1.4 |
1624 | 2025-01-08T14:40:22.652Z | Downloaded num_cpus v1.16.0 |
1625 | 2025-01-08T14:40:22.654Z | Downloaded threadpool v1.8.1 |
1626 | 2025-01-08T14:40:22.654Z | Downloaded proc-macro-crate v3.2.0 |
1627 | 2025-01-08T14:40:22.657Z | Downloaded kv-log-macro v1.0.7 |
1628 | 2025-01-08T14:40:22.657Z | Downloaded indoc v2.0.5 |
1629 | 2025-01-08T14:40:22.660Z | Downloaded async-global-executor v2.4.1 |
1630 | 2025-01-08T14:40:22.662Z | Downloaded target-spec v3.2.2 |
1631 | 2025-01-08T14:40:22.665Z | Downloaded async-attributes v1.1.2 |
1632 | 2025-01-08T14:40:22.665Z | Downloaded event-listener-strategy v0.5.2 |
1633 | 2025-01-08T14:40:22.667Z | Downloaded async-channel v2.3.1 |
1634 | 2025-01-08T14:40:22.667Z | Downloaded async-channel v1.9.0 |
1635 | 2025-01-08T14:40:22.670Z | Downloaded relative-path v1.9.3 |
1636 | 2025-01-08T14:40:22.670Z | Downloaded serde_regex v1.1.0 |
1637 | 2025-01-08T14:40:22.673Z | Downloaded concurrent-queue v2.5.0 |
1638 | 2025-01-08T14:40:22.673Z | Downloaded blake2b_simd v1.0.2 |
1639 | 2025-01-08T14:40:22.675Z | Downloaded async-task v4.7.1 |
1640 | 2025-01-08T14:40:22.678Z | Downloaded plotters-backend v0.3.7 |
1641 | 2025-01-08T14:40:22.678Z | Downloaded stringmetrics v2.2.2 |
1642 | 2025-01-08T14:40:22.680Z | Downloaded similar-asserts v1.6.0 |
1643 | 2025-01-08T14:40:22.682Z | Downloaded hyper-rustls v0.26.0 |
1644 | 2025-01-08T14:40:22.685Z | Downloaded httptest v0.16.1 |
1645 | 2025-01-08T14:40:22.685Z | Downloaded futures-lite v2.3.0 |
1646 | 2025-01-08T14:40:22.687Z | Downloaded rustls-native-certs v0.7.3 |
1647 | 2025-01-08T14:40:22.690Z | Downloaded async-executor v1.13.1 |
1648 | 2025-01-08T14:40:22.692Z | Downloaded assert_cmd v2.0.16 |
1649 | 2025-01-08T14:40:22.694Z | Downloaded partial-io v0.5.4 |
1650 | 2025-01-08T14:40:22.697Z | Downloaded tinytemplate v1.2.1 |
1651 | 2025-01-08T14:40:22.697Z | Downloaded rust-argon2 v2.1.0 |
1652 | 2025-01-08T14:40:22.699Z | Downloaded async-process v2.3.0 |
1653 | 2025-01-08T14:40:22.701Z | Downloaded libtest-mimic v0.7.3 |
1654 | 2025-01-08T14:40:22.704Z | Downloaded target-lexicon v0.12.16 |
1655 | 2025-01-08T14:40:22.707Z | Downloaded event-listener v5.3.1 |
1656 | 2025-01-08T14:40:22.709Z | Downloaded async-lock v3.4.0 |
1657 | 2025-01-08T14:40:22.712Z | Downloaded trybuild v1.0.101 |
1658 | 2025-01-08T14:40:22.716Z | Downloaded rstest v0.23.0 |
1659 | 2025-01-08T14:40:22.721Z | Downloaded rstest_macros v0.23.0 |
1660 | 2025-01-08T14:40:22.724Z | Downloaded async-io v2.3.4 |
1661 | 2025-01-08T14:40:22.727Z | Downloaded rand_distr v0.4.3 |
1662 | 2025-01-08T14:40:22.730Z | Downloaded yansi v1.0.1 |
1663 | 2025-01-08T14:40:22.732Z | Downloaded fancy-regex v0.13.0 |
1664 | 2025-01-08T14:40:22.735Z | Downloaded polling v3.7.3 |
1665 | 2025-01-08T14:40:22.738Z | Downloaded cfg-expr v0.17.0 |
1666 | 2025-01-08T14:40:22.741Z | Downloaded pretty_assertions v1.4.1 |
1667 | 2025-01-08T14:40:22.743Z | Downloaded criterion v0.5.1 |
1668 | 2025-01-08T14:40:22.749Z | Downloaded plotters v0.3.7 |
1669 | 2025-01-08T14:40:22.757Z | Downloaded guppy v0.17.8 |
1670 | 2025-01-08T14:40:22.765Z | Downloaded async-std v1.13.0 |
1671 | 2025-01-08T14:40:22.843Z | Downloaded httpmock v0.8.0-alpha.1 |
1672 | 2025-01-08T14:40:23.631Z | Checking cfg-if v1.0.0 |
1673 | 2025-01-08T14:40:23.709Z | Checking libc v0.2.162 |
1674 | 2025-01-08T14:40:23.731Z | Checking serde v1.0.215 |
1675 | 2025-01-08T14:40:23.755Z | Checking memchr v2.7.4 |
1676 | 2025-01-08T14:40:23.775Z | Checking value-bag v1.9.0 |
1677 | 2025-01-08T14:40:23.797Z | Checking scopeguard v1.2.0 |
1678 | 2025-01-08T14:40:23.819Z | Checking zeroize v1.8.1 |
1679 | 2025-01-08T14:40:23.850Z | Checking smallvec v1.13.2 |
1680 | 2025-01-08T14:40:23.881Z | Checking itoa v1.0.11 |
1681 | 2025-01-08T14:40:23.935Z | Checking lock_api v0.4.12 |
1682 | 2025-01-08T14:40:24.102Z | Checking byteorder v1.5.0 |
1683 | 2025-01-08T14:40:24.130Z | Checking pin-project-lite v0.2.14 |
1684 | 2025-01-08T14:40:24.167Z | Checking log v0.4.22 |
1685 | 2025-01-08T14:40:24.215Z | Checking subtle v2.6.1 |
1686 | 2025-01-08T14:40:24.262Z | Checking once_cell v1.20.2 |
1687 | 2025-01-08T14:40:24.357Z | Checking typenum v1.17.0 |
1688 | 2025-01-08T14:40:24.498Z | Checking futures-core v0.3.31 |
1689 | 2025-01-08T14:40:24.543Z | Checking libm v0.2.8 |
1690 | 2025-01-08T14:40:24.569Z | Checking thiserror v1.0.69 |
1691 | 2025-01-08T14:40:24.597Z | Checking zerocopy v0.7.35 |
1692 | 2025-01-08T14:40:24.669Z | Checking ryu v1.0.18 |
1693 | 2025-01-08T14:40:24.701Z | Checking spin v0.9.8 |
1694 | 2025-01-08T14:40:24.730Z | Checking const-oid v0.9.6 |
1695 | 2025-01-08T14:40:24.799Z | Checking getrandom v0.2.15 |
1696 | 2025-01-08T14:40:24.907Z | Checking parking_lot_core v0.9.10 |
1697 | 2025-01-08T14:40:25.040Z | Checking rand_core v0.6.4 |
1698 | 2025-01-08T14:40:25.067Z | Checking signal-hook-registry v1.4.2 |
1699 | 2025-01-08T14:40:25.245Z | Checking parking_lot v0.12.3 |
1700 | 2025-01-08T14:40:25.315Z | Checking mio v1.0.2 |
1701 | 2025-01-08T14:40:25.355Z | Checking socket2 v0.5.7 |
1702 | 2025-01-08T14:40:25.393Z | Checking num-traits v0.2.19 |
1703 | 2025-01-08T14:40:25.619Z | Checking futures-io v0.3.31 |
1704 | 2025-01-08T14:40:25.679Z | Checking generic-array v0.14.7 |
1705 | 2025-01-08T14:40:25.847Z | Checking slab v0.4.9 |
1706 | 2025-01-08T14:40:25.871Z | Checking cpufeatures v0.2.14 |
1707 | 2025-01-08T14:40:25.925Z | Checking allocator-api2 v0.2.18 |
1708 | 2025-01-08T14:40:25.983Z | Checking futures-sink v0.3.31 |
1709 | 2025-01-08T14:40:26.019Z | Checking pin-utils v0.1.0 |
1710 | 2025-01-08T14:40:26.121Z | Checking equivalent v1.0.1 |
1711 | 2025-01-08T14:40:26.123Z | Checking foldhash v0.1.3 |
1712 | 2025-01-08T14:40:26.171Z | Checking futures-channel v0.3.31 |
1713 | 2025-01-08T14:40:26.247Z | Checking futures-task v0.3.31 |
1714 | 2025-01-08T14:40:26.379Z | Checking stable_deref_trait v1.2.0 |
1715 | 2025-01-08T14:40:26.506Z | Checking iana-time-zone v0.1.61 |
1716 | 2025-01-08T14:40:26.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2025-01-08T14:40:26.572Z | Checking futures-util v0.3.31 |
1718 | 2025-01-08T14:40:26.618Z | Checking hashbrown v0.15.1 |
1719 | 2025-01-08T14:40:26.644Z | Checking fnv v1.0.7 |
1720 | 2025-01-08T14:40:26.669Z | Checking ppv-lite86 v0.2.20 |
1721 | 2025-01-08T14:40:26.772Z | Checking tracing-core v0.1.32 |
1722 | 2025-01-08T14:40:26.884Z | Checking errno v0.3.9 |
1723 | 2025-01-08T14:40:26.911Z | Checking crypto-common v0.1.6 |
1724 | 2025-01-08T14:40:27.065Z | Checking block-buffer v0.10.4 |
1725 | 2025-01-08T14:40:27.099Z | Checking zerofrom v0.1.4 |
1726 | 2025-01-08T14:40:27.198Z | Checking dyn-clone v1.0.17 |
1727 | 2025-01-08T14:40:27.281Z | Checking digest v0.10.7 |
1728 | 2025-01-08T14:40:27.323Z | Checking yoke v0.7.4 |
1729 | 2025-01-08T14:40:27.349Z | Checking block-padding v0.3.3 |
1730 | 2025-01-08T14:40:27.400Z | Checking tracing v0.1.40 |
1731 | 2025-01-08T14:40:27.428Z | Checking rand_chacha v0.3.1 |
1732 | 2025-01-08T14:40:27.578Z | Checking inout v0.1.3 |
1733 | 2025-01-08T14:40:27.665Z | Checking zerovec v0.10.4 |
1734 | 2025-01-08T14:40:27.692Z | Checking crossbeam-utils v0.8.20 |
1735 | 2025-01-08T14:40:27.720Z | Checking percent-encoding v2.3.1 |
1736 | 2025-01-08T14:40:27.747Z | Checking writeable v0.5.5 |
1737 | 2025-01-08T14:40:27.801Z | Checking cipher v0.4.4 |
1738 | 2025-01-08T14:40:27.835Z | Checking rand v0.8.5 |
1739 | 2025-01-08T14:40:27.939Z | Checking litemap v0.7.3 |
1740 | 2025-01-08T14:40:28.076Z | Checking tinyvec_macros v0.1.1 |
1741 | 2025-01-08T14:40:28.170Z | Checking tinyvec v1.8.0 |
1742 | 2025-01-08T14:40:28.197Z | Checking form_urlencoded v1.2.1 |
1743 | 2025-01-08T14:40:28.291Z | Checking httparse v1.9.5 |
1744 | 2025-01-08T14:40:28.389Z | Checking base64ct v1.6.0 |
1745 | 2025-01-08T14:40:28.414Z | Checking atomic-waker v1.1.2 |
1746 | 2025-01-08T14:40:28.547Z | Checking icu_locid_transform_data v1.5.0 |
1747 | 2025-01-08T14:40:28.657Z | Checking regex-syntax v0.8.5 |
1748 | 2025-01-08T14:40:28.730Z | Checking sha2 v0.10.8 |
1749 | 2025-01-08T14:40:28.849Z | Checking hmac v0.12.1 |
1750 | 2025-01-08T14:40:28.878Z | Checking bytes v1.8.0 |
1751 | 2025-01-08T14:40:29.072Z | Checking bitflags v2.6.0 |
1752 | 2025-01-08T14:40:29.142Z | Checking serde_json v1.0.133 |
1753 | 2025-01-08T14:40:29.274Z | Checking chrono v0.4.38 |
1754 | 2025-01-08T14:40:29.315Z | Checking indexmap v2.6.0 |
1755 | 2025-01-08T14:40:29.369Z | Checking uuid v1.11.0 |
1756 | 2025-01-08T14:40:29.489Z | Checking rustix v0.38.37 |
1757 | 2025-01-08T14:40:29.671Z | Checking tokio v1.40.0 |
1758 | 2025-01-08T14:40:29.992Z | Checking http v1.1.0 |
1759 | 2025-01-08T14:40:30.598Z | Checking tinystr v0.7.6 |
1760 | 2025-01-08T14:40:30.854Z | Checking unicode-normalization v0.1.24 |
1761 | 2025-01-08T14:40:30.999Z | Checking icu_locid v1.5.0 |
1762 | 2025-01-08T14:40:31.414Z | Checking schemars v0.8.21 |
1763 | 2025-01-08T14:40:31.417Z | Checking icu_collections v1.5.0 |
1764 | 2025-01-08T14:40:31.684Z | Checking icu_properties_data v1.5.0 |
1765 | 2025-01-08T14:40:31.795Z | Checking untrusted v0.9.0 |
1766 | 2025-01-08T14:40:31.944Z | Checking aho-corasick v1.1.3 |
1767 | 2025-01-08T14:40:31.970Z | Checking ring v0.17.8 |
1768 | 2025-01-08T14:40:31.996Z | Checking icu_normalizer_data v1.5.0 |
1769 | 2025-01-08T14:40:32.073Z | Checking icu_provider v1.5.0 |
1770 | 2025-01-08T14:40:32.103Z | Checking write16 v1.0.0 |
1771 | 2025-01-08T14:40:32.106Z | Checking utf8_iter v1.0.4 |
1772 | 2025-01-08T14:40:32.251Z | Checking unicode-bidi v0.3.17 |
1773 | 2025-01-08T14:40:32.295Z | Checking utf16_iter v1.0.5 |
1774 | 2025-01-08T14:40:32.474Z | Checking unicode-ident v1.0.13 |
1775 | 2025-01-08T14:40:32.652Z | Checking lazy_static v1.5.0 |
1776 | 2025-01-08T14:40:32.747Z | Checking icu_locid_transform v1.5.0 |
1777 | 2025-01-08T14:40:32.785Z | Checking powerfmt v0.2.0 |
1778 | 2025-01-08T14:40:32.904Z | Checking adler2 v2.0.0 |
1779 | 2025-01-08T14:40:33.056Z | Checking miniz_oxide v0.8.0 |
1780 | 2025-01-08T14:40:33.059Z | Checking deranged v0.3.11 |
1781 | 2025-01-08T14:40:33.059Z | Checking rustls-pki-types v1.10.0 |
1782 | 2025-01-08T14:40:33.116Z | Checking time-core v0.1.2 |
1783 | 2025-01-08T14:40:33.276Z | Checking num_threads v0.1.7 |
1784 | 2025-01-08T14:40:33.401Z | Checking num-conv v0.1.0 |
1785 | 2025-01-08T14:40:33.591Z | Checking regex-automata v0.4.8 |
1786 | 2025-01-08T14:40:33.636Z | Checking proc-macro2 v1.0.89 |
1787 | 2025-01-08T14:40:33.664Z | Checking pem-rfc7468 v0.7.0 |
1788 | 2025-01-08T14:40:33.786Z | Checking icu_properties v1.5.1 |
1789 | 2025-01-08T14:40:33.789Z | Checking http-body v1.0.1 |
1790 | 2025-01-08T14:40:33.827Z | Checking aws-lc-sys v0.22.0 |
1791 | 2025-01-08T14:40:33.936Z | Checking try-lock v0.2.5 |
1792 | 2025-01-08T14:40:34.008Z | Checking mirai-annotations v1.12.0 |
1793 | 2025-01-08T14:40:34.081Z | Checking base64 v0.22.1 |
1794 | 2025-01-08T14:40:34.194Z | Checking untrusted v0.7.1 |
1795 | 2025-01-08T14:40:34.316Z | Checking quote v1.0.37 |
1796 | 2025-01-08T14:40:34.360Z | Checking httpdate v1.0.3 |
1797 | 2025-01-08T14:40:34.591Z | Checking want v0.3.1 |
1798 | 2025-01-08T14:40:34.617Z | Checking flagset v0.4.6 |
1799 | 2025-01-08T14:40:34.665Z | Checking syn v2.0.87 |
1800 | 2025-01-08T14:40:34.781Z | Checking pbkdf2 v0.12.2 |
1801 | 2025-01-08T14:40:34.823Z | Checking der v0.7.9 |
1802 | 2025-01-08T14:40:34.860Z | Checking time v0.3.36 |
1803 | 2025-01-08T14:40:34.963Z | Checking aes v0.8.4 |
1804 | 2025-01-08T14:40:35.869Z | Checking cbc v0.1.2 |
1805 | 2025-01-08T14:40:36.094Z | Checking salsa20 v0.10.2 |
1806 | 2025-01-08T14:40:36.309Z | Checking ahash v0.8.11 |
1807 | 2025-01-08T14:40:36.523Z | Checking aws-lc-rs v1.10.0 |
1808 | 2025-01-08T14:40:36.799Z | Checking spki v0.7.3 |
1809 | 2025-01-08T14:40:36.871Z | Checking slog v2.7.0 |
1810 | 2025-01-08T14:40:37.027Z | Checking tokio-util v0.7.12 |
1811 | 2025-01-08T14:40:37.099Z | Checking tower-service v0.3.3 |
1812 | 2025-01-08T14:40:37.160Z | Checking icu_normalizer v1.5.0 |
1813 | 2025-01-08T14:40:37.234Z | Checking scrypt v0.11.0 |
1814 | 2025-01-08T14:40:37.360Z | Checking gimli v0.31.1 |
1815 | 2025-01-08T14:40:37.388Z | Checking mime v0.3.17 |
1816 | 2025-01-08T14:40:37.457Z | Checking pkcs5 v0.7.1 |
1817 | 2025-01-08T14:40:37.700Z | Checking object v0.36.5 |
1818 | 2025-01-08T14:40:37.932Z | Checking h2 v0.4.6 |
1819 | 2025-01-08T14:40:37.960Z | Checking idna_adapter v1.2.0 |
1820 | 2025-01-08T14:40:37.984Z | Checking utf8parse v0.2.2 |
1821 | 2025-01-08T14:40:38.126Z | Checking rustc-demangle v0.1.24 |
1822 | 2025-01-08T14:40:38.152Z | Checking idna v1.0.3 |
1823 | 2025-01-08T14:40:38.281Z | Checking regex v1.11.1 |
1824 | 2025-01-08T14:40:38.341Z | Checking rustls-webpki v0.102.8 |
1825 | 2025-01-08T14:40:38.574Z | Checking pkcs8 v0.10.2 |
1826 | 2025-01-08T14:40:38.629Z | Checking url v2.5.3 |
1827 | 2025-01-08T14:40:38.893Z | Checking http-body-util v0.1.2 |
1828 | 2025-01-08T14:40:38.928Z | Checking futures-executor v0.3.31 |
1829 | 2025-01-08T14:40:39.159Z | Checking serde_spanned v0.6.8 |
1830 | 2025-01-08T14:40:39.186Z | Checking toml_datetime v0.6.8 |
1831 | 2025-01-08T14:40:39.351Z | Checking data-encoding v2.6.0 |
1832 | 2025-01-08T14:40:39.379Z | Checking unicode-width v0.1.14 |
1833 | 2025-01-08T14:40:39.447Z | Checking ipnet v2.10.1 |
1834 | 2025-01-08T14:40:39.477Z | Checking futures v0.3.31 |
1835 | 2025-01-08T14:40:39.597Z | Checking rustls-pemfile v2.2.0 |
1836 | 2025-01-08T14:40:39.817Z | Checking anstyle v1.0.10 |
1837 | 2025-01-08T14:40:39.876Z | Checking either v1.13.0 |
1838 | 2025-01-08T14:40:39.953Z | Checking openssl-probe v0.1.5 |
1839 | 2025-01-08T14:40:40.018Z | Checking foreign-types-shared v0.1.1 |
1840 | 2025-01-08T14:40:40.121Z | Checking semver v1.0.23 |
1841 | 2025-01-08T14:40:40.147Z | Checking foreign-types v0.3.2 |
1842 | 2025-01-08T14:40:40.200Z | Checking serde_urlencoded v0.7.1 |
1843 | 2025-01-08T14:40:40.245Z | Checking sha1 v0.10.6 |
1844 | 2025-01-08T14:40:40.272Z | Checking openssl-sys v0.9.103 |
1845 | 2025-01-08T14:40:40.528Z | Checking encoding_rs v0.8.34 |
1846 | 2025-01-08T14:40:40.556Z | Checking rustls v0.23.19 |
1847 | 2025-01-08T14:40:40.640Z | Checking anstyle-parse v0.2.5 |
1848 | 2025-01-08T14:40:40.917Z | Checking camino v1.1.9 |
1849 | 2025-01-08T14:40:41.170Z | Checking anstyle-query v1.1.1 |
1850 | 2025-01-08T14:40:41.301Z | Checking is_terminal_polyfill v1.70.1 |
1851 | 2025-01-08T14:40:41.384Z | Checking addr2line v0.24.2 |
1852 | 2025-01-08T14:40:41.420Z | Checking winnow v0.6.20 |
1853 | 2025-01-08T14:40:41.464Z | Checking colorchoice v1.0.2 |
1854 | 2025-01-08T14:40:41.531Z | Checking openssl v0.10.66 |
1855 | 2025-01-08T14:40:41.605Z | Checking anstream v0.6.15 |
1856 | 2025-01-08T14:40:41.904Z | Checking terminal_size v0.4.0 |
1857 | 2025-01-08T14:40:41.988Z | Checking idna v0.3.0 |
1858 | 2025-01-08T14:40:42.090Z | Checking openapiv3 v2.0.0 |
1859 | 2025-01-08T14:40:42.835Z | Checking signature v2.2.0 |
1860 | 2025-01-08T14:40:42.889Z | Checking strsim v0.11.1 |
1861 | 2025-01-08T14:40:43.037Z | Checking clap_lex v0.7.2 |
1862 | 2025-01-08T14:40:43.199Z | Checking psl-types v2.0.11 |
1863 | 2025-01-08T14:40:43.297Z | Checking clap_builder v4.5.21 |
1864 | 2025-01-08T14:40:43.386Z | Checking publicsuffix v2.2.3 |
1865 | 2025-01-08T14:40:43.620Z | Checking cookie v0.18.1 |
1866 | 2025-01-08T14:40:44.110Z | Checking webpki-roots v0.26.6 |
1867 | 2025-01-08T14:40:44.145Z | Checking backtrace v0.3.74 |
1868 | 2025-01-08T14:40:44.184Z | Checking hyper v1.5.0 |
1869 | 2025-01-08T14:40:44.334Z | Checking idna v0.5.0 |
1870 | 2025-01-08T14:40:44.365Z | Checking is-terminal v0.4.13 |
1871 | 2025-01-08T14:40:44.488Z | Checking scroll v0.12.0 |
1872 | 2025-01-08T14:40:44.732Z | Checking anyhow v1.0.93 |
1873 | 2025-01-08T14:40:44.942Z | Checking ucd-trie v0.1.7 |
1874 | 2025-01-08T14:40:46.141Z | Checking plain v0.2.3 |
1875 | 2025-01-08T14:40:46.144Z | Checking cookie_store v0.21.0 |
1876 | 2025-01-08T14:40:46.144Z | Checking pest v2.7.14 |
1877 | 2025-01-08T14:40:46.144Z | Checking goblin v0.8.2 |
1878 | 2025-01-08T14:40:46.144Z | Checking sync_wrapper v1.0.1 |
1879 | 2025-01-08T14:40:46.144Z | Checking pretty-hex v0.4.1 |
1880 | 2025-01-08T14:40:46.144Z | Checking base16ct v0.2.0 |
1881 | 2025-01-08T14:40:46.144Z | Checking num-integer v0.1.46 |
1882 | 2025-01-08T14:40:46.144Z | Checking sec1 v0.7.3 |
1883 | 2025-01-08T14:40:46.241Z | Checking tokio-rustls v0.26.0 |
1884 | 2025-01-08T14:40:46.286Z | Checking hyper-util v0.1.10 |
1885 | 2025-01-08T14:40:46.323Z | Checking clap v4.5.21 |
1886 | 2025-01-08T14:40:46.446Z | Checking ff v0.13.0 |
1887 | 2025-01-08T14:40:46.473Z | Checking thread-id v4.2.2 |
1888 | 2025-01-08T14:40:46.475Z | Checking toml_edit v0.22.22 |
1889 | 2025-01-08T14:40:46.585Z | Checking hkdf v0.12.4 |
1890 | 2025-01-08T14:40:46.643Z | Checking crypto-bigint v0.5.5 |
1891 | 2025-01-08T14:40:46.671Z | Checking group v0.13.0 |
1892 | 2025-01-08T14:40:46.780Z | Checking memmap v0.7.0 |
1893 | 2025-01-08T14:40:46.911Z | Checking dirs-sys-next v0.1.2 |
1894 | 2025-01-08T14:40:46.981Z | Checking crc32fast v1.4.2 |
1895 | 2025-01-08T14:40:47.069Z | Checking native-tls v0.2.12 |
1896 | 2025-01-08T14:40:47.100Z | Checking bitflags v1.3.2 |
1897 | 2025-01-08T14:40:47.212Z | Checking utf-8 v0.7.6 |
1898 | 2025-01-08T14:40:47.239Z | Checking static_assertions v1.1.0 |
1899 | 2025-01-08T14:40:47.338Z | Checking dirs-next v2.0.0 |
1900 | 2025-01-08T14:40:47.407Z | Checking tokio-native-tls v0.3.1 |
1901 | 2025-01-08T14:40:47.436Z | Checking crossbeam-channel v0.5.13 |
1902 | 2025-01-08T14:40:47.484Z | Checking thread_local v1.1.8 |
1903 | 2025-01-08T14:40:47.663Z | Checking dtrace-parser v0.2.0 |
1904 | 2025-01-08T14:40:47.692Z | Checking unicode-segmentation v1.12.0 |
1905 | 2025-01-08T14:40:47.780Z | Checking term v0.7.0 |
1906 | 2025-01-08T14:40:48.140Z | Checking num-iter v0.1.45 |
1907 | 2025-01-08T14:40:48.186Z | Checking crossbeam-epoch v0.9.18 |
1908 | 2025-01-08T14:40:48.232Z | Checking match_cfg v0.1.0 |
1909 | 2025-01-08T14:40:48.303Z | Checking hyper-rustls v0.27.3 |
1910 | 2025-01-08T14:40:48.331Z | Checking hyper-tls v0.6.0 |
1911 | 2025-01-08T14:40:48.334Z | Checking take_mut v0.2.2 |
1912 | 2025-01-08T14:40:48.381Z | Checking hostname v0.3.1 |
1913 | 2025-01-08T14:40:48.494Z | Checking slog-async v2.8.0 |
1914 | 2025-01-08T14:40:48.520Z | Checking slog-term v2.9.1 |
1915 | 2025-01-08T14:40:48.628Z | Checking itertools v0.10.5 |
1916 | 2025-01-08T14:40:48.656Z | Checking bstr v1.10.0 |
1917 | 2025-01-08T14:40:48.659Z | Checking reqwest v0.12.9 |
1918 | 2025-01-08T14:40:48.780Z | Checking rfc6979 v0.4.0 |
1919 | 2025-01-08T14:40:48.967Z | Checking hex v0.4.3 |
1920 | 2025-01-08T14:40:49.034Z | Checking managed v0.8.0 |
1921 | 2025-01-08T14:40:49.083Z | Checking toml v0.8.19 |
1922 | 2025-01-08T14:40:49.425Z | Checking winnow v0.5.40 |
1923 | 2025-01-08T14:40:49.494Z | Checking crossbeam-deque v0.8.5 |
1924 | 2025-01-08T14:40:49.567Z | Checking num-bigint-dig v0.8.4 |
1925 | 2025-01-08T14:40:49.596Z | Checking elliptic-curve v0.13.8 |
1926 | 2025-01-08T14:40:49.794Z | Checking flate2 v1.0.34 |
1927 | 2025-01-08T14:40:49.857Z | Checking rustls v0.22.4 |
1928 | 2025-01-08T14:40:50.262Z | Checking ecdsa v0.16.9 |
1929 | 2025-01-08T14:40:50.290Z | Checking dof v0.3.0 |
1930 | 2025-01-08T14:40:50.443Z | Checking pkcs1 v0.7.5 |
1931 | 2025-01-08T14:40:50.468Z | Checking curve25519-dalek v4.1.3 |
1932 | 2025-01-08T14:40:50.847Z | Checking zerocopy v0.6.6 |
1933 | 2025-01-08T14:40:50.932Z | Checking siphasher v0.3.11 |
1934 | 2025-01-08T14:40:50.958Z | Checking usdt-impl v0.5.0 |
1935 | 2025-01-08T14:40:50.989Z | Checking rayon-core v1.12.1 |
1936 | 2025-01-08T14:40:51.254Z | Checking ed25519 v2.2.3 |
1937 | 2025-01-08T14:40:51.502Z | Checking usdt v0.5.0 |
1938 | 2025-01-08T14:40:51.553Z | Checking slog-json v2.6.1 |
1939 | 2025-01-08T14:40:51.628Z | Checking signal-hook v0.3.17 |
1940 | 2025-01-08T14:40:51.677Z | Checking quick-error v1.2.3 |
1941 | 2025-01-08T14:40:51.742Z | Checking rsa v0.9.6 |
1942 | 2025-01-08T14:40:51.775Z | Checking debug-ignore v1.0.5 |
1943 | 2025-01-08T14:40:51.800Z | Checking slog-bunyan v2.5.0 |
1944 | 2025-01-08T14:40:51.827Z | Checking multer v3.1.0 |
1945 | 2025-01-08T14:40:51.906Z | Checking x509-cert v0.2.5 |
1946 | 2025-01-08T14:40:51.956Z | Checking idna v0.4.0 |
1947 | 2025-01-08T14:40:51.984Z | Checking hubpack v0.1.2 |
1948 | 2025-01-08T14:40:52.220Z | Checking serde_path_to_error v0.1.16 |
1949 | 2025-01-08T14:40:52.284Z | Checking waitgroup v0.1.2 |
1950 | 2025-01-08T14:40:52.364Z | Checking ed25519-dalek v2.1.1 |
1951 | 2025-01-08T14:40:52.421Z | Checking bzip2-sys v0.1.11+1.0.8 |
1952 | 2025-01-08T14:40:52.484Z | Checking toml_edit v0.19.15 |
1953 | 2025-01-08T14:40:52.557Z | Checking async-stream v0.3.6 |
1954 | 2025-01-08T14:40:52.746Z | Checking hostname v0.4.0 |
1955 | 2025-01-08T14:40:52.773Z | Checking bit-vec v0.6.3 |
1956 | 2025-01-08T14:40:52.796Z | Checking hickory-proto v0.24.1 |
1957 | 2025-01-08T14:40:52.821Z | Checking bzip2 v0.4.4 |
1958 | 2025-01-08T14:40:52.848Z | Checking signal-hook-mio v0.2.4 |
1959 | 2025-01-08T14:40:52.892Z | Checking console v0.15.8 |
1960 | 2025-01-08T14:40:53.002Z | Checking hash32 v0.2.1 |
1961 | 2025-01-08T14:40:53.094Z | Checking bit-set v0.5.3 |
1962 | 2025-01-08T14:40:53.127Z | Checking linked-hash-map v0.5.6 |
1963 | 2025-01-08T14:40:53.324Z | Checking unicode-properties v0.1.3 |
1964 | 2025-01-08T14:40:53.361Z | Checking predicates-core v1.0.8 |
1965 | 2025-01-08T14:40:53.454Z | Checking heapless v0.7.17 |
1966 | 2025-01-08T14:40:53.482Z | Checking lru-cache v0.1.2 |
1967 | 2025-01-08T14:40:53.511Z | Checking crossterm v0.28.1 |
1968 | 2025-01-08T14:40:53.541Z | Checking rayon v1.10.0 |
1969 | 2025-01-08T14:40:53.567Z | Checking tokio-rustls v0.25.0 |
1970 | 2025-01-08T14:40:53.656Z | Checking phf_shared v0.11.2 |
1971 | 2025-01-08T14:40:53.681Z | Checking stringprep v0.1.5 |
1972 | 2025-01-08T14:40:53.947Z | Checking similar v2.6.0 |
1973 | 2025-01-08T14:40:53.950Z | Checking dropshot v0.12.0 |
1974 | 2025-01-08T14:40:53.996Z | Checking tokio-stream v0.1.16 |
1975 | 2025-01-08T14:40:54.481Z | Checking newtype-uuid v1.1.3 |
1976 | 2025-01-08T14:40:54.752Z | Checking md-5 v0.10.6 |
1977 | 2025-01-08T14:40:54.801Z | Checking float-cmp v0.9.0 |
1978 | 2025-01-08T14:40:54.848Z | Checking normalize-line-endings v0.3.0 |
1979 | 2025-01-08T14:40:54.912Z | Checking toml v0.7.8 |
1980 | 2025-01-08T14:40:54.963Z | Checking fallible-iterator v0.2.0 |
1981 | 2025-01-08T14:40:54.987Z | Checking fixedbitset v0.4.2 |
1982 | 2025-01-08T14:40:54.990Z | Checking difflib v0.4.0 |
1983 | 2025-01-08T14:40:55.278Z | Checking petgraph v0.6.5 |
1984 | 2025-01-08T14:40:55.305Z | Checking smoltcp v0.9.1 |
1985 | 2025-01-08T14:40:55.344Z | Checking predicates v3.1.2 |
1986 | 2025-01-08T14:40:55.611Z | Checking postgres-protocol v0.6.7 |
1987 | 2025-01-08T14:40:55.614Z | Checking phf v0.11.2 |
1988 | 2025-01-08T14:40:55.918Z | Checking zip v0.6.6 |
1989 | 2025-01-08T14:40:56.038Z | Checking resolv-conf v0.7.0 |
1990 | 2025-01-08T14:40:56.322Z | Checking phf_shared v0.10.0 |
1991 | 2025-01-08T14:40:56.405Z | Checking tungstenite v0.24.0 |
1992 | 2025-01-08T14:40:56.611Z | Checking fs-err v2.11.0 |
1993 | 2025-01-08T14:40:56.635Z | Checking serde-big-array v0.5.1 |
1994 | 2025-01-08T14:40:56.785Z | Checking portable-atomic v1.9.0 |
1995 | 2025-01-08T14:40:56.859Z | Checking new_debug_unreachable v1.0.6 |
1996 | 2025-01-08T14:40:56.963Z | Checking lalrpop-util v0.19.12 |
1997 | 2025-01-08T14:40:57.179Z | Checking minimal-lexical v0.2.1 |
1998 | 2025-01-08T14:40:57.246Z | Checking unicode-width v0.2.0 |
1999 | 2025-01-08T14:40:57.329Z | Checking precomputed-hash v0.1.1 |
2000 | 2025-01-08T14:40:57.435Z | Checking number_prefix v0.4.0 |
2001 | 2025-01-08T14:40:57.459Z | Checking string_cache v0.8.7 |
2002 | 2025-01-08T14:40:57.542Z | Checking hickory-resolver v0.24.1 |
2003 | 2025-01-08T14:40:57.570Z | Checking nom v7.1.3 |
2004 | 2025-01-08T14:40:57.642Z | Checking tokio-tungstenite v0.24.0 |
2005 | 2025-01-08T14:40:57.718Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2025-01-08T14:40:57.747Z | Checking postgres-types v0.2.8 |
2007 | 2025-01-08T14:40:57.750Z | Checking itertools v0.12.1 |
2008 | 2025-01-08T14:40:57.797Z | Checking indicatif v0.17.9 |
2009 | 2025-01-08T14:40:58.083Z | Checking peg-runtime v0.8.3 |
2010 | 2025-01-08T14:40:58.321Z | Checking whoami v1.5.2 |
2011 | 2025-01-08T14:40:58.600Z | Compiling hashbrown v0.14.5 |
2012 | 2025-01-08T14:40:58.626Z | Compiling ident_case v1.0.1 |
2013 | 2025-01-08T14:40:58.651Z | Checking tokio-postgres v0.7.12 |
2014 | 2025-01-08T14:40:58.742Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2025-01-08T14:40:58.806Z | Compiling darling_core v0.20.10 |
2016 | 2025-01-08T14:40:59.153Z | Checking qorb v0.2.1 |
2017 | 2025-01-08T14:40:59.966Z | Compiling regress v0.10.1 |
2018 | 2025-01-08T14:41:00.383Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2025-01-08T14:41:00.687Z | Checking heck v0.5.0 |
2020 | 2025-01-08T14:41:00.891Z | Checking progenitor-client v0.8.0 |
2021 | 2025-01-08T14:41:01.267Z | Checking fastrand v2.1.1 |
2022 | 2025-01-08T14:41:01.622Z | Checking ipnetwork v0.20.0 |
2023 | 2025-01-08T14:41:01.735Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2024 | 2025-01-08T14:41:01.764Z | Compiling structmeta-derive v0.3.0 |
2025 | 2025-01-08T14:41:01.997Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2025-01-08T14:41:02.374Z | Checking strum v0.26.3 |
2027 | 2025-01-08T14:41:02.543Z | Compiling dropshot v0.13.0 |
2028 | 2025-01-08T14:41:02.896Z | Checking macaddr v1.0.1 |
2029 | 2025-01-08T14:41:02.945Z | Compiling dropshot_endpoint v0.13.0 |
2030 | 2025-01-08T14:41:03.232Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2025-01-08T14:41:03.303Z | Checking tempfile v3.13.0 |
2032 | 2025-01-08T14:41:03.677Z | Checking instant v0.1.13 |
2033 | 2025-01-08T14:41:03.799Z | Compiling typify-impl v0.2.0 |
2034 | 2025-01-08T14:41:04.011Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2035 | 2025-01-08T14:41:04.601Z | Checking regress v0.9.1 |
2036 | 2025-01-08T14:41:04.760Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2025-01-08T14:41:04.815Z | Compiling structmeta v0.3.0 |
2038 | 2025-01-08T14:41:05.095Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2039 | 2025-01-08T14:41:05.264Z | Compiling parse-display-derive v0.10.0 |
2040 | 2025-01-08T14:41:05.487Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2025-01-08T14:41:05.563Z | Checking backoff v0.4.0 |
2042 | 2025-01-08T14:41:05.632Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2025-01-08T14:41:05.770Z | Compiling darling_macro v0.20.10 |
2044 | 2025-01-08T14:41:05.834Z | Checking wait-timeout v0.2.0 |
2045 | 2025-01-08T14:41:05.894Z | Checking rand_xorshift v0.3.0 |
2046 | 2025-01-08T14:41:06.024Z | Checking rusty-fork v0.3.0 |
2047 | 2025-01-08T14:41:06.080Z | Checking unarray v0.1.4 |
2048 | 2025-01-08T14:41:06.246Z | Compiling structmeta-derive v0.2.0 |
2049 | 2025-01-08T14:41:06.342Z | Checking proptest v1.5.0 |
2050 | 2025-01-08T14:41:06.797Z | Compiling darling v0.20.10 |
2051 | 2025-01-08T14:41:06.931Z | Compiling serde_with_macros v3.11.0 |
2052 | 2025-01-08T14:41:07.668Z | Checking camino-tempfile v1.1.1 |
2053 | 2025-01-08T14:41:07.955Z | Compiling proc-macro-error v1.0.4 |
2054 | 2025-01-08T14:41:08.146Z | Compiling proc-macro-crate v1.3.1 |
2055 | 2025-01-08T14:41:08.650Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2025-01-08T14:41:09.022Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2025-01-08T14:41:09.185Z | Compiling structmeta v0.2.0 |
2058 | 2025-01-08T14:41:09.308Z | Compiling num_enum_derive v0.5.11 |
2059 | 2025-01-08T14:41:09.337Z | Compiling foreign-types-macros v0.2.3 |
2060 | 2025-01-08T14:41:09.637Z | Compiling test-strategy v0.3.1 |
2061 | 2025-01-08T14:41:09.863Z | Checking serde_with v3.11.0 |
2062 | 2025-01-08T14:41:10.042Z | Checking parse-display v0.10.0 |
2063 | 2025-01-08T14:41:10.290Z | Checking foreign-types-shared v0.3.1 |
2064 | 2025-01-08T14:41:10.604Z | Checking foreign-types v0.5.0 |
2065 | 2025-01-08T14:41:10.712Z | Checking tabwriter v1.4.0 |
2066 | 2025-01-08T14:41:10.750Z | Checking cstr-argument v0.1.2 |
2067 | 2025-01-08T14:41:10.948Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2025-01-08T14:41:11.008Z | Checking pretty-hex v0.2.1 |
2069 | 2025-01-08T14:41:11.036Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2025-01-08T14:41:11.184Z | Checking colored v2.1.0 |
2071 | 2025-01-08T14:41:11.370Z | Checking smf v0.2.3 |
2072 | 2025-01-08T14:41:11.502Z | Checking itertools v0.13.0 |
2073 | 2025-01-08T14:41:11.780Z | Checking base64 v0.21.7 |
2074 | 2025-01-08T14:41:11.823Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2075 | 2025-01-08T14:41:11.881Z | Compiling crucible-workspace-hack v0.1.0 |
2076 | 2025-01-08T14:41:11.962Z | Checking num_enum v0.5.11 |
2077 | 2025-01-08T14:41:11.989Z | Compiling zerocopy v0.8.10 |
2078 | 2025-01-08T14:41:12.125Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2079 | 2025-01-08T14:41:12.282Z | Checking atomicwrites v0.4.4 |
2080 | 2025-01-08T14:41:12.421Z | Compiling zerocopy-derive v0.8.10 |
2081 | 2025-01-08T14:41:12.496Z | Compiling heapless v0.8.0 |
2082 | 2025-01-08T14:41:12.979Z | Checking termtree v0.4.1 |
2083 | 2025-01-08T14:41:13.196Z | Checking predicates-tree v1.0.11 |
2084 | 2025-01-08T14:41:13.358Z | Checking hash32 v0.3.1 |
2085 | 2025-01-08T14:41:13.394Z | Compiling smoltcp v0.11.0 |
2086 | 2025-01-08T14:41:13.458Z | Checking cobs v0.2.3 |
2087 | 2025-01-08T14:41:13.636Z | Checking postcard v1.0.10 |
2088 | 2025-01-08T14:41:13.695Z | Checking sigpipe v0.1.3 |
2089 | 2025-01-08T14:41:13.820Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2025-01-08T14:41:14.134Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2025-01-08T14:41:14.246Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2025-01-08T14:41:14.270Z | Compiling mockall_derive v0.13.0 |
2093 | 2025-01-08T14:41:14.294Z | Compiling thiserror v2.0.3 |
2094 | 2025-01-08T14:41:14.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2025-01-08T14:41:14.586Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2025-01-08T14:41:14.644Z | Compiling thiserror-impl v2.0.3 |
2097 | 2025-01-08T14:41:14.897Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2025-01-08T14:41:15.256Z | Compiling zone_cfg_derive v0.3.0 |
2099 | 2025-01-08T14:41:15.469Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2025-01-08T14:41:16.843Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2101 | 2025-01-08T14:41:17.132Z | Compiling num-derive v0.4.2 |
2102 | 2025-01-08T14:41:17.193Z | Checking fragile v2.0.0 |
2103 | 2025-01-08T14:41:17.463Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2025-01-08T14:41:17.648Z | Checking downcast v0.11.0 |
2105 | 2025-01-08T14:41:17.800Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2106 | 2025-01-08T14:41:17.851Z | Checking zone v0.3.0 |
2107 | 2025-01-08T14:41:18.051Z | Compiling convert_case v0.4.0 |
2108 | 2025-01-08T14:41:18.481Z | Checking tungstenite v0.21.0 |
2109 | 2025-01-08T14:41:18.573Z | Checking newline-converter v0.3.0 |
2110 | 2025-01-08T14:41:18.634Z | Checking same-file v1.0.6 |
2111 | 2025-01-08T14:41:18.744Z | Checking expectorate v1.1.0 |
2112 | 2025-01-08T14:41:18.815Z | Checking walkdir v2.5.0 |
2113 | 2025-01-08T14:41:18.919Z | Checking arc-swap v1.7.1 |
2114 | 2025-01-08T14:41:19.063Z | Compiling derive_more v0.99.18 |
2115 | 2025-01-08T14:41:19.099Z | Checking xattr v1.3.1 |
2116 | 2025-01-08T14:41:19.299Z | Checking filetime v0.2.25 |
2117 | 2025-01-08T14:41:19.350Z | Checking slog-scope v4.4.0 |
2118 | 2025-01-08T14:41:19.444Z | Checking tokio-tungstenite v0.21.0 |
2119 | 2025-01-08T14:41:19.517Z | Checking tar v0.4.42 |
2120 | 2025-01-08T14:41:19.519Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2121 | 2025-01-08T14:41:19.563Z | Checking slog-stdlog v4.1.1 |
2122 | 2025-01-08T14:41:19.737Z | Checking slog-envlogger v2.2.0 |
2123 | 2025-01-08T14:41:19.938Z | Checking num-rational v0.4.2 |
2124 | 2025-01-08T14:41:19.965Z | Checking num-complex v0.4.6 |
2125 | 2025-01-08T14:41:19.989Z | Checking float-ord v0.3.2 |
2126 | 2025-01-08T14:41:20.137Z | Checking indent_write v2.2.0 |
2127 | 2025-01-08T14:41:20.352Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2025-01-08T14:41:20.370Z | Compiling owo-colors v4.1.0 |
2129 | 2025-01-08T14:41:20.634Z | Checking swrite v0.1.0 |
2130 | 2025-01-08T14:41:20.800Z | Checking libsw v3.3.1 |
2131 | 2025-01-08T14:41:20.904Z | Checking num v0.4.3 |
2132 | 2025-01-08T14:41:21.027Z | Checking password-hash v0.5.0 |
2133 | 2025-01-08T14:41:21.096Z | Checking blake2 v0.10.6 |
2134 | 2025-01-08T14:41:21.215Z | Checking linear-map v1.2.0 |
2135 | 2025-01-08T14:41:21.499Z | Checking pem v3.0.4 |
2136 | 2025-01-08T14:41:21.552Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2137 | 2025-01-08T14:41:21.597Z | Checking argon2 v0.5.3 |
2138 | 2025-01-08T14:41:21.890Z | Compiling lzma-sys v0.1.20 |
2139 | 2025-01-08T14:41:22.267Z | Checking headers-core v0.3.0 |
2140 | 2025-01-08T14:41:22.298Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2025-01-08T14:41:22.337Z | Compiling typify-macro v0.2.0 |
2142 | 2025-01-08T14:41:22.410Z | Compiling heck v0.3.3 |
2143 | 2025-01-08T14:41:22.645Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2144 | 2025-01-08T14:41:22.671Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2145 | 2025-01-08T14:41:22.725Z | Checking highway v1.2.0 |
2146 | 2025-01-08T14:41:22.824Z | Compiling zone_cfg_derive v0.1.2 |
2147 | 2025-01-08T14:41:22.827Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2025-01-08T14:41:23.124Z | Checking headers v0.4.0 |
2149 | 2025-01-08T14:41:23.172Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2025-01-08T14:41:23.405Z | Checking mockall v0.13.0 |
2151 | 2025-01-08T14:41:23.470Z | Checking yasna v0.5.2 |
2152 | 2025-01-08T14:41:23.619Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2153 | 2025-01-08T14:41:23.653Z | Checking base64 v0.13.1 |
2154 | 2025-01-08T14:41:24.076Z | Checking ron v0.7.1 |
2155 | 2025-01-08T14:41:24.271Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2025-01-08T14:41:24.372Z | Checking zone v0.1.8 |
2157 | 2025-01-08T14:41:24.397Z | Checking rcgen v0.12.1 |
2158 | 2025-01-08T14:41:24.770Z | Checking xz2 v0.1.7 |
2159 | 2025-01-08T14:41:25.077Z | Checking subprocess v0.2.9 |
2160 | 2025-01-08T14:41:25.119Z | Checking humantime v2.1.0 |
2161 | 2025-01-08T14:41:25.188Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2162 | 2025-01-08T14:41:25.425Z | Compiling semver v0.1.20 |
2163 | 2025-01-08T14:41:25.631Z | Checking half v2.4.1 |
2164 | 2025-01-08T14:41:25.857Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2165 | 2025-01-08T14:41:26.141Z | Compiling rustc_version v0.1.7 |
2166 | 2025-01-08T14:41:26.144Z | Checking ciborium-io v0.2.2 |
2167 | 2025-01-08T14:41:26.288Z | Checking ciborium-ll v0.2.2 |
2168 | 2025-01-08T14:41:26.580Z | Checking ciborium v0.2.2 |
2169 | 2025-01-08T14:41:26.628Z | Compiling newtype_derive v0.1.6 |
2170 | 2025-01-08T14:41:26.655Z | Compiling typify v0.2.0 |
2171 | 2025-01-08T14:41:26.804Z | Compiling progenitor-impl v0.8.0 |
2172 | 2025-01-08T14:41:26.874Z | Checking prettyplease v0.2.25 |
2173 | 2025-01-08T14:41:27.102Z | Checking steno v0.4.1 |
2174 | 2025-01-08T14:41:27.155Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2025-01-08T14:41:28.946Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2025-01-08T14:41:29.377Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2025-01-08T14:41:29.770Z | Compiling slog-dtrace v0.3.0 |
2178 | 2025-01-08T14:41:30.372Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2179 | 2025-01-08T14:41:30.716Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2180 | 2025-01-08T14:41:30.795Z | Checking display-error-chain v0.2.2 |
2181 | 2025-01-08T14:41:30.818Z | Checking gethostname v0.5.0 |
2182 | 2025-01-08T14:41:30.960Z | Checking nibble_vec v0.1.0 |
2183 | 2025-01-08T14:41:30.983Z | Compiling blake3 v1.5.4 |
2184 | 2025-01-08T14:41:31.004Z | Checking endian-type v0.1.2 |
2185 | 2025-01-08T14:41:31.168Z | Checking keccak v0.1.5 |
2186 | 2025-01-08T14:41:31.222Z | Checking radix_trie v0.2.1 |
2187 | 2025-01-08T14:41:31.338Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2188 | 2025-01-08T14:41:31.507Z | Checking sha3 v0.10.8 |
2189 | 2025-01-08T14:41:31.650Z | Checking universal-hash v0.5.1 |
2190 | 2025-01-08T14:41:31.845Z | Checking secrecy v0.8.0 |
2191 | 2025-01-08T14:41:31.937Z | Checking opaque-debug v0.3.1 |
2192 | 2025-01-08T14:41:32.035Z | Checking aead v0.5.2 |
2193 | 2025-01-08T14:41:32.069Z | Checking poly1305 v0.8.0 |
2194 | 2025-01-08T14:41:32.072Z | Checking chacha20 v0.9.1 |
2195 | 2025-01-08T14:41:32.562Z | Compiling memmap2 v0.9.5 |
2196 | 2025-01-08T14:41:32.586Z | Compiling arrayref v0.3.9 |
2197 | 2025-01-08T14:41:32.694Z | Compiling constant_time_eq v0.3.1 |
2198 | 2025-01-08T14:41:32.889Z | Compiling arrayvec v0.7.6 |
2199 | 2025-01-08T14:41:33.039Z | Compiling toolchain_find v0.4.0 |
2200 | 2025-01-08T14:41:33.239Z | Compiling thiserror-impl-no-std v2.0.2 |
2201 | 2025-01-08T14:41:33.638Z | Compiling topological-sort v0.2.2 |
2202 | 2025-01-08T14:41:33.737Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2203 | 2025-01-08T14:41:33.837Z | Compiling rustfmt-wrapper v0.2.1 |
2204 | 2025-01-08T14:41:33.861Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2205 | 2025-01-08T14:41:34.000Z | Compiling omicron-zone-package v0.12.0 |
2206 | 2025-01-08T14:41:34.199Z | Checking chacha20poly1305 v0.10.1 |
2207 | 2025-01-08T14:41:34.262Z | Compiling async-recursion v1.1.1 |
2208 | 2025-01-08T14:41:34.389Z | Checking fxhash v0.2.1 |
2209 | 2025-01-08T14:41:34.413Z | Checking bumpalo v3.16.0 |
2210 | 2025-01-08T14:41:34.578Z | Compiling zip v2.1.3 |
2211 | 2025-01-08T14:41:34.600Z | Checking simd-adler32 v0.3.7 |
2212 | 2025-01-08T14:41:34.750Z | Checking lockfree-object-pool v0.1.6 |
2213 | 2025-01-08T14:41:34.920Z | Compiling progenitor-macro v0.8.0 |
2214 | 2025-01-08T14:41:34.944Z | Checking termcolor v1.4.1 |
2215 | 2025-01-08T14:41:34.966Z | Checking maplit v1.0.2 |
2216 | 2025-01-08T14:41:35.006Z | Checking zopfli v0.8.1 |
2217 | 2025-01-08T14:41:35.083Z | Compiling radium v0.7.0 |
2218 | 2025-01-08T14:41:35.390Z | Checking tap v1.0.1 |
2219 | 2025-01-08T14:41:35.577Z | Compiling maybe-uninit v2.0.0 |
2220 | 2025-01-08T14:41:35.973Z | Checking wyz v0.5.1 |
2221 | 2025-01-08T14:41:36.019Z | Compiling packed_struct v0.10.1 |
2222 | 2025-01-08T14:41:36.203Z | Checking funty v2.0.0 |
2223 | 2025-01-08T14:41:36.375Z | Checking crc-catalog v2.4.0 |
2224 | 2025-01-08T14:41:36.505Z | Checking home v0.5.9 |
2225 | 2025-01-08T14:41:36.534Z | Checking crc v3.2.1 |
2226 | 2025-01-08T14:41:36.557Z | Checking thiserror-no-std v2.0.2 |
2227 | 2025-01-08T14:41:36.687Z | Checking vsss-rs v3.3.4 |
2228 | 2025-01-08T14:41:36.798Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2025-01-08T14:41:36.822Z | Checking kstat-rs v0.2.4 |
2230 | 2025-01-08T14:41:36.997Z | Compiling packed_struct_codegen v0.10.1 |
2231 | 2025-01-08T14:41:37.167Z | Checking bitvec v1.0.1 |
2232 | 2025-01-08T14:41:37.193Z | Compiling vte_generate_state_changes v0.1.2 |
2233 | 2025-01-08T14:41:37.866Z | Compiling indexmap v1.9.3 |
2234 | 2025-01-08T14:41:38.026Z | Checking nodrop v0.1.14 |
2235 | 2025-01-08T14:41:38.163Z | Compiling libefi-sys v0.1.0 |
2236 | 2025-01-08T14:41:38.222Z | Checking array-init v0.0.4 |
2237 | 2025-01-08T14:41:38.489Z | Checking vte v0.11.1 |
2238 | 2025-01-08T14:41:38.919Z | Checking const_format v0.2.33 |
2239 | 2025-01-08T14:41:39.266Z | Checking smallvec v0.6.14 |
2240 | 2025-01-08T14:41:39.397Z | Checking fd-lock v4.0.2 |
2241 | 2025-01-08T14:41:39.588Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2242 | 2025-01-08T14:41:39.698Z | Compiling bitfield-struct v0.6.2 |
2243 | 2025-01-08T14:41:39.839Z | Checking bitfield v0.14.0 |
2244 | 2025-01-08T14:41:39.894Z | Checking hashbrown v0.12.3 |
2245 | 2025-01-08T14:41:40.027Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2025-01-08T14:41:40.115Z | Checking serde-hex v0.1.0 |
2247 | 2025-01-08T14:41:40.188Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2248 | 2025-01-08T14:41:40.457Z | Checking env_logger v0.10.2 |
2249 | 2025-01-08T14:41:40.552Z | Checking ron v0.8.1 |
2250 | 2025-01-08T14:41:40.905Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2251 | 2025-01-08T14:41:41.136Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2252 | 2025-01-08T14:41:41.166Z | Checking hashbrown v0.13.2 |
2253 | 2025-01-08T14:41:41.235Z | Checking crc-any v2.5.0 |
2254 | 2025-01-08T14:41:41.645Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2025-01-08T14:41:41.668Z | Checking nu-ansi-term v0.50.1 |
2256 | 2025-01-08T14:41:41.790Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2025-01-08T14:41:41.917Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2258 | 2025-01-08T14:41:42.021Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2259 | 2025-01-08T14:41:42.093Z | Checking reedline v0.35.0 |
2260 | 2025-01-08T14:41:42.185Z | Checking path-slash v0.1.5 |
2261 | 2025-01-08T14:41:42.263Z | Compiling parking_lot_core v0.8.6 |
2262 | 2025-01-08T14:41:42.266Z | Checking object v0.30.4 |
2263 | 2025-01-08T14:41:42.311Z | Compiling phf_generator v0.11.2 |
2264 | 2025-01-08T14:41:42.336Z | Checking bytecount v0.6.8 |
2265 | 2025-01-08T14:41:42.496Z | Checking glob v0.3.1 |
2266 | 2025-01-08T14:41:42.520Z | Checking papergrid v0.11.0 |
2267 | 2025-01-08T14:41:42.820Z | Compiling phf_codegen v0.11.2 |
2268 | 2025-01-08T14:41:43.055Z | Compiling tabled_derive v0.7.0 |
2269 | 2025-01-08T14:41:43.133Z | Checking parking_lot v0.11.2 |
2270 | 2025-01-08T14:41:43.472Z | Compiling parse-zoneinfo v0.3.1 |
2271 | 2025-01-08T14:41:43.812Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2272 | 2025-01-08T14:41:44.051Z | Compiling cfg_aliases v0.1.1 |
2273 | 2025-01-08T14:41:44.144Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2025-01-08T14:41:44.172Z | Compiling nix v0.28.0 |
2275 | 2025-01-08T14:41:44.962Z | Checking sled v0.34.7 |
2276 | 2025-01-08T14:41:45.025Z | Checking hickory-client v0.24.1 |
2277 | 2025-01-08T14:41:45.508Z | Checking hickory-server v0.24.1 |
2278 | 2025-01-08T14:41:45.645Z | Compiling chrono-tz v0.10.0 |
2279 | 2025-01-08T14:41:45.666Z | Checking tabled v0.15.0 |
2280 | 2025-01-08T14:41:45.795Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2281 | 2025-01-08T14:41:46.359Z | Compiling buf-list v1.0.3 |
2282 | 2025-01-08T14:41:47.838Z | Compiling peg-macros v0.8.4 |
2283 | 2025-01-08T14:41:48.091Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2025-01-08T14:41:48.320Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2025-01-08T14:41:48.511Z | Checking unicode_categories v0.1.1 |
2286 | 2025-01-08T14:41:48.844Z | Checking sqlformat v0.2.6 |
2287 | 2025-01-08T14:41:49.406Z | Checking sqlparser v0.45.0 |
2288 | 2025-01-08T14:41:49.585Z | Checking bcs v0.1.6 |
2289 | 2025-01-08T14:41:49.610Z | Checking rustyline v14.0.0 |
2290 | 2025-01-08T14:41:50.063Z | Checking primeorder v0.13.6 |
2291 | 2025-01-08T14:41:50.238Z | Checking progenitor v0.8.0 |
2292 | 2025-01-08T14:41:50.545Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2293 | 2025-01-08T14:41:50.840Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2294 | 2025-01-08T14:41:51.248Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2295 | 2025-01-08T14:41:53.277Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2296 | 2025-01-08T14:41:55.084Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2297 | 2025-01-08T14:41:55.582Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2025-01-08T14:41:55.866Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2299 | 2025-01-08T14:41:57.220Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2300 | 2025-01-08T14:41:58.328Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2301 | 2025-01-08T14:41:58.657Z | Checking peg v0.8.4 |
2302 | 2025-01-08T14:41:58.770Z | Compiling unicase v2.7.0 |
2303 | 2025-01-08T14:41:59.279Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2304 | 2025-01-08T14:41:59.376Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2305 | 2025-01-08T14:41:59.557Z | Checking nanorand v0.7.0 |
2306 | 2025-01-08T14:41:59.785Z | Checking atty v0.2.14 |
2307 | 2025-01-08T14:41:59.900Z | Checking flume v0.11.1 |
2308 | 2025-01-08T14:41:59.923Z | Compiling salty v0.3.0 |
2309 | 2025-01-08T14:42:00.015Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2310 | 2025-01-08T14:42:00.321Z | Checking p384 v0.13.0 |
2311 | 2025-01-08T14:42:00.415Z | Compiling mime_guess v2.0.5 |
2312 | 2025-01-08T14:42:00.417Z | Checking env_filter v0.1.2 |
2313 | 2025-01-08T14:42:00.703Z | Checking http-range v0.1.5 |
2314 | 2025-01-08T14:42:00.929Z | Checking env_logger v0.11.5 |
2315 | 2025-01-08T14:42:01.035Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2316 | 2025-01-08T14:42:01.255Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2025-01-08T14:42:01.421Z | Compiling dsl_auto_type v0.1.2 |
2318 | 2025-01-08T14:42:01.509Z | Checking scheduled-thread-pool v0.2.7 |
2319 | 2025-01-08T14:42:01.588Z | Compiling diesel_table_macro_syntax v0.2.0 |
2320 | 2025-01-08T14:42:01.683Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2321 | 2025-01-08T14:42:01.756Z | Compiling crunchy v0.2.2 |
2322 | 2025-01-08T14:42:02.035Z | Checking r2d2 v0.8.10 |
2323 | 2025-01-08T14:42:02.293Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2324 | 2025-01-08T14:42:02.375Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2325 | 2025-01-08T14:42:02.586Z | Checking hyper-staticfile v0.10.1 |
2326 | 2025-01-08T14:42:02.684Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2327 | 2025-01-08T14:42:02.823Z | Compiling tiny-keccak v2.0.2 |
2328 | 2025-01-08T14:42:03.123Z | Compiling diesel_derives v2.2.3 |
2329 | 2025-01-08T14:42:03.200Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2330 | 2025-01-08T14:42:03.292Z | Compiling pin-project-internal v1.1.6 |
2331 | 2025-01-08T14:42:03.330Z | Compiling ref-cast v1.0.23 |
2332 | 2025-01-08T14:42:03.969Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2333 | 2025-01-08T14:42:04.207Z | Compiling ascii-canvas v3.0.0 |
2334 | 2025-01-08T14:42:04.262Z | Compiling ena v0.14.3 |
2335 | 2025-01-08T14:42:04.721Z | Compiling ref-cast-impl v1.0.23 |
2336 | 2025-01-08T14:42:04.837Z | Compiling diff v0.1.13 |
2337 | 2025-01-08T14:42:05.542Z | Compiling regex-syntax v0.6.29 |
2338 | 2025-01-08T14:42:06.205Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2339 | 2025-01-08T14:42:06.582Z | Checking pin-project v1.1.6 |
2340 | 2025-01-08T14:42:06.725Z | Checking signal-hook-tokio v0.3.1 |
2341 | 2025-01-08T14:42:06.749Z | Compiling snafu-derive v0.8.5 |
2342 | 2025-01-08T14:42:06.923Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2343 | 2025-01-08T14:42:07.232Z | Compiling derive_builder_core v0.20.2 |
2344 | 2025-01-08T14:42:09.715Z | Compiling lalrpop v0.19.12 |
2345 | 2025-01-08T14:42:10.289Z | Checking globset v0.4.15 |
2346 | 2025-01-08T14:42:10.874Z | Checking olpc-cjson v0.1.4 |
2347 | 2025-01-08T14:42:11.121Z | Checking serde_plain v1.0.2 |
2348 | 2025-01-08T14:42:11.389Z | Compiling libxml v0.3.3 |
2349 | 2025-01-08T14:42:11.562Z | Compiling memoffset v0.9.1 |
2350 | 2025-01-08T14:42:11.725Z | Checking typed-path v0.9.3 |
2351 | 2025-01-08T14:42:12.080Z | Compiling derive_builder_macro v0.20.2 |
2352 | 2025-01-08T14:42:12.399Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2353 | 2025-01-08T14:42:12.954Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2354 | 2025-01-08T14:42:13.752Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2355 | 2025-01-08T14:42:16.291Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2356 | 2025-01-08T14:42:16.353Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2357 | 2025-01-08T14:42:17.706Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2358 | 2025-01-08T14:42:18.359Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2359 | 2025-01-08T14:42:18.586Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2360 | 2025-01-08T14:42:18.640Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2361 | 2025-01-08T14:42:19.131Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2362 | 2025-01-08T14:42:20.118Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2363 | 2025-01-08T14:42:20.194Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2364 | 2025-01-08T14:42:20.295Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2365 | 2025-01-08T14:42:21.037Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2366 | 2025-01-08T14:42:21.105Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2367 | 2025-01-08T14:42:21.683Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2368 | 2025-01-08T14:42:21.762Z | Checking diesel v2.2.6 |
2369 | 2025-01-08T14:42:22.309Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2370 | 2025-01-08T14:42:22.781Z | Checking snafu v0.8.5 |
2371 | 2025-01-08T14:42:23.280Z | Checking tough v0.19.0 |
2372 | 2025-01-08T14:42:25.392Z | Checking tungstenite v0.23.0 |
2373 | 2025-01-08T14:42:25.701Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2374 | 2025-01-08T14:42:26.345Z | Compiling strum_macros v0.24.3 |
2375 | 2025-01-08T14:42:26.942Z | Compiling samael v0.0.17 |
2376 | 2025-01-08T14:42:27.069Z | Compiling indoc v1.0.9 |
2377 | 2025-01-08T14:42:27.174Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2025-01-08T14:42:28.052Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2025-01-08T14:42:28.077Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-01-08T14:42:28.119Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2381 | 2025-01-08T14:42:28.733Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2382 | 2025-01-08T14:42:29.724Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2025-01-08T14:42:29.948Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2384 | 2025-01-08T14:42:30.360Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2025-01-08T14:42:30.685Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2386 | 2025-01-08T14:42:30.870Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2387 | 2025-01-08T14:42:31.673Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2388 | 2025-01-08T14:42:33.177Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2389 | 2025-01-08T14:42:33.693Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2390 | 2025-01-08T14:42:34.123Z | Checking parse-size v1.1.0 |
2391 | 2025-01-08T14:42:35.750Z | Checking tokio-tungstenite v0.23.1 |
2392 | 2025-01-08T14:42:36.270Z | Checking derive_builder v0.20.2 |
2393 | 2025-01-08T14:42:36.940Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2394 | 2025-01-08T14:42:37.210Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2395 | 2025-01-08T14:42:37.263Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2396 | 2025-01-08T14:42:38.104Z | Checking quick-xml v0.33.0 |
2397 | 2025-01-08T14:42:38.289Z | Compiling oso-derive v0.27.3 |
2398 | 2025-01-08T14:42:39.249Z | Compiling impl-trait-for-tuples v0.2.2 |
2399 | 2025-01-08T14:42:39.361Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2400 | 2025-01-08T14:42:39.801Z | Checking nix v0.27.1 |
2401 | 2025-01-08T14:42:41.157Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2402 | 2025-01-08T14:42:43.318Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2403 | 2025-01-08T14:42:43.862Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2404 | 2025-01-08T14:42:43.988Z | Compiling diesel-dtrace v0.4.2 |
2405 | 2025-01-08T14:42:44.375Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2406 | 2025-01-08T14:42:45.188Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2407 | 2025-01-08T14:42:45.482Z | Checking bb8 v0.8.5 |
2408 | 2025-01-08T14:42:46.062Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2409 | 2025-01-08T14:42:46.382Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2410 | 2025-01-08T14:42:46.411Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2411 | 2025-01-08T14:42:47.526Z | Checking heck v0.4.1 |
2412 | 2025-01-08T14:42:47.548Z | Checking rand_seeder v0.3.0 |
2413 | 2025-01-08T14:42:47.740Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2414 | 2025-01-08T14:42:47.762Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2415 | 2025-01-08T14:42:47.765Z | Checking assert_matches v1.5.0 |
2416 | 2025-01-08T14:42:47.894Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2417 | 2025-01-08T14:42:48.039Z | Compiling libz-sys v1.1.20 |
2418 | 2025-01-08T14:42:48.142Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2419 | 2025-01-08T14:42:48.145Z | Checking castaway v0.2.3 |
2420 | 2025-01-08T14:42:48.191Z | Checking is_ci v1.2.0 |
2421 | 2025-01-08T14:42:48.335Z | Checking supports-color v3.0.1 |
2422 | 2025-01-08T14:42:48.338Z | Checking compact_str v0.8.0 |
2423 | 2025-01-08T14:42:48.547Z | Checking unicode-truncate v1.1.0 |
2424 | 2025-01-08T14:42:48.789Z | Checking lru v0.12.5 |
2425 | 2025-01-08T14:42:48.898Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2426 | 2025-01-08T14:42:49.075Z | Compiling instability v0.3.2 |
2427 | 2025-01-08T14:42:49.253Z | Checking cassowary v0.3.0 |
2428 | 2025-01-08T14:42:49.839Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2429 | 2025-01-08T14:42:50.014Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2430 | 2025-01-08T14:42:50.139Z | Checking ratatui v0.28.1 |
2431 | 2025-01-08T14:42:50.168Z | Compiling vergen v8.3.2 |
2432 | 2025-01-08T14:42:50.449Z | Compiling cargo-platform v0.1.8 |
2433 | 2025-01-08T14:42:51.070Z | Checking unicode-linebreak v0.1.5 |
2434 | 2025-01-08T14:42:51.485Z | Checking smawk v0.3.2 |
2435 | 2025-01-08T14:42:51.561Z | Compiling cargo_metadata v0.18.1 |
2436 | 2025-01-08T14:42:51.690Z | Checking textwrap v0.16.1 |
2437 | 2025-01-08T14:42:51.807Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2025-01-08T14:42:52.110Z | Compiling libsqlite3-sys v0.30.1 |
2439 | 2025-01-08T14:42:52.383Z | Checking shell-words v1.1.0 |
2440 | 2025-01-08T14:42:52.559Z | Compiling rustls v0.21.12 |
2441 | 2025-01-08T14:42:52.619Z | Compiling cfg_aliases v0.2.1 |
2442 | 2025-01-08T14:42:52.738Z | Compiling nix v0.29.0 |
2443 | 2025-01-08T14:42:53.303Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2444 | 2025-01-08T14:42:53.586Z | Checking sct v0.7.1 |
2445 | 2025-01-08T14:42:53.608Z | Checking rustls-webpki v0.101.7 |
2446 | 2025-01-08T14:42:54.247Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2025-01-08T14:42:54.493Z | Checking hashlink v0.9.1 |
2448 | 2025-01-08T14:42:54.529Z | Checking concurrent-queue v2.5.0 |
2449 | 2025-01-08T14:42:54.873Z | Checking fallible-iterator v0.3.0 |
2450 | 2025-01-08T14:42:55.105Z | Checking fallible-streaming-iterator v0.1.9 |
2451 | 2025-01-08T14:42:55.151Z | Checking parking v2.2.1 |
2452 | 2025-01-08T14:42:55.323Z | Checking plotters-backend v0.3.7 |
2453 | 2025-01-08T14:42:55.515Z | Checking rusqlite v0.32.1 |
2454 | 2025-01-08T14:42:55.693Z | Checking plotters-svg v0.3.7 |
2455 | 2025-01-08T14:42:55.889Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2456 | 2025-01-08T14:42:55.943Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2457 | 2025-01-08T14:42:56.746Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2458 | 2025-01-08T14:42:57.021Z | Checking rustls-pemfile v1.0.4 |
2459 | 2025-01-08T14:42:57.122Z | Checking twox-hash v1.6.3 |
2460 | 2025-01-08T14:42:57.153Z | Checking cast v0.3.0 |
2461 | 2025-01-08T14:42:57.244Z | Checking plotters v0.3.7 |
2462 | 2025-01-08T14:42:57.316Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2463 | 2025-01-08T14:42:57.543Z | Checking async-bb8-diesel v0.2.1 |
2464 | 2025-01-08T14:42:57.567Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2465 | 2025-01-08T14:42:57.824Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2466 | 2025-01-08T14:42:58.306Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2467 | 2025-01-08T14:42:58.620Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2468 | 2025-01-08T14:42:59.027Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2469 | 2025-01-08T14:42:59.049Z | Checking tokio-rustls v0.24.1 |
2470 | 2025-01-08T14:42:59.119Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2025-01-08T14:42:59.362Z | Checking criterion-plot v0.5.0 |
2472 | 2025-01-08T14:42:59.866Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2473 | 2025-01-08T14:43:00.362Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2474 | 2025-01-08T14:43:01.586Z | Checking fatfs v0.3.6 |
2475 | 2025-01-08T14:43:01.741Z | Checking tinytemplate v1.2.1 |
2476 | 2025-01-08T14:43:02.118Z | Checking csv-core v0.1.11 |
2477 | 2025-01-08T14:43:02.142Z | Checking oorandom v11.1.4 |
2478 | 2025-01-08T14:43:02.294Z | Checking anes v0.1.6 |
2479 | 2025-01-08T14:43:02.481Z | Checking hex-literal v0.4.1 |
2480 | 2025-01-08T14:43:02.628Z | Checking csv v1.3.0 |
2481 | 2025-01-08T14:43:02.653Z | Checking event-listener v5.3.1 |
2482 | 2025-01-08T14:43:02.673Z | Checking criterion v0.5.1 |
2483 | 2025-01-08T14:43:03.098Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2484 | 2025-01-08T14:43:03.520Z | Checking rtoolbox v0.0.2 |
2485 | 2025-01-08T14:43:03.723Z | Checking rpassword v7.3.1 |
2486 | 2025-01-08T14:43:03.881Z | Checking event-listener-strategy v0.5.2 |
2487 | 2025-01-08T14:43:04.077Z | Checking tui-tree-widget v0.22.0 |
2488 | 2025-01-08T14:43:04.414Z | Checking polyval v0.6.2 |
2489 | 2025-01-08T14:43:04.708Z | Checking ghash v0.5.1 |
2490 | 2025-01-08T14:43:04.898Z | Checking futures-lite v2.3.0 |
2491 | 2025-01-08T14:43:05.348Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2492 | 2025-01-08T14:43:06.419Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2025-01-08T14:43:06.565Z | Checking ctr v0.9.2 |
2494 | 2025-01-08T14:43:07.239Z | Checking yansi v1.0.1 |
2495 | 2025-01-08T14:43:07.411Z | Checking aes-gcm v0.10.3 |
2496 | 2025-01-08T14:43:07.662Z | Checking ssh-encoding v0.2.0 |
2497 | 2025-01-08T14:43:07.788Z | Checking pretty_assertions v1.4.1 |
2498 | 2025-01-08T14:43:07.985Z | Checking blowfish v0.9.1 |
2499 | 2025-01-08T14:43:08.008Z | Checking ssh-cipher v0.2.0 |
2500 | 2025-01-08T14:43:08.211Z | Checking bcrypt-pbkdf v0.10.0 |
2501 | 2025-01-08T14:43:08.305Z | Checking async-lock v3.4.0 |
2502 | 2025-01-08T14:43:08.451Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2503 | 2025-01-08T14:43:09.151Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2504 | 2025-01-08T14:43:09.425Z | Checking polling v3.7.3 |
2505 | 2025-01-08T14:43:09.673Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2506 | 2025-01-08T14:43:09.796Z | Checking password-hash v0.4.2 |
2507 | 2025-01-08T14:43:10.196Z | Checking matches v0.1.10 |
2508 | 2025-01-08T14:43:10.307Z | Checking idna v0.2.3 |
2509 | 2025-01-08T14:43:10.590Z | Checking pbkdf2 v0.11.0 |
2510 | 2025-01-08T14:43:10.635Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2025-01-08T14:43:10.882Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2025-01-08T14:43:11.152Z | Checking async-io v2.3.4 |
2513 | 2025-01-08T14:43:11.980Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2025-01-08T14:43:12.004Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2025-01-08T14:43:14.167Z | Checking ssh-key v0.6.6 |
2516 | 2025-01-08T14:43:15.794Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2517 | 2025-01-08T14:43:16.629Z | Checking p256 v0.13.2 |
2518 | 2025-01-08T14:43:16.877Z | Checking p521 v0.13.3 |
2519 | 2025-01-08T14:43:16.908Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2520 | 2025-01-08T14:43:17.136Z | Compiling enum-as-inner v0.5.1 |
2521 | 2025-01-08T14:43:18.064Z | Checking russh-cryptovec v0.7.3 |
2522 | 2025-01-08T14:43:18.175Z | Compiling doc-comment v0.3.3 |
2523 | 2025-01-08T14:43:18.197Z | Compiling target-lexicon v0.12.16 |
2524 | 2025-01-08T14:43:18.293Z | Checking async-task v4.7.1 |
2525 | 2025-01-08T14:43:18.676Z | Checking md5 v0.7.0 |
2526 | 2025-01-08T14:43:18.934Z | Checking trust-dns-proto v0.22.0 |
2527 | 2025-01-08T14:43:18.958Z | Checking russh-keys v0.45.0 |
2528 | 2025-01-08T14:43:19.300Z | Checking async-channel v2.3.1 |
2529 | 2025-01-08T14:43:19.628Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2025-01-08T14:43:20.351Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2025-01-08T14:43:21.289Z | Checking piper v0.2.4 |
2532 | 2025-01-08T14:43:21.511Z | Checking num-bigint v0.4.6 |
2533 | 2025-01-08T14:43:21.535Z | Checking des v0.8.1 |
2534 | 2025-01-08T14:43:21.802Z | Compiling assert_cmd v2.0.16 |
2535 | 2025-01-08T14:43:22.236Z | Compiling guppy-workspace-hack v0.1.0 |
2536 | 2025-01-08T14:43:22.510Z | Checking futures-timer v3.0.3 |
2537 | 2025-01-08T14:43:22.691Z | Compiling dhcproto-macros v0.1.0 |
2538 | 2025-01-08T14:43:22.861Z | Checking blocking v1.6.1 |
2539 | 2025-01-08T14:43:23.669Z | Checking dhcproto v0.12.0 |
2540 | 2025-01-08T14:43:23.800Z | Checking async-executor v1.13.1 |
2541 | 2025-01-08T14:43:23.988Z | Checking russh v0.45.0 |
2542 | 2025-01-08T14:43:24.143Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2543 | 2025-01-08T14:43:24.807Z | Checking async-signal v0.2.10 |
2544 | 2025-01-08T14:43:25.084Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2545 | 2025-01-08T14:43:25.460Z | Checking internet-checksum v0.2.1 |
2546 | 2025-01-08T14:43:25.513Z | Checking event-listener v2.5.3 |
2547 | 2025-01-08T14:43:25.643Z | Compiling target-spec v3.2.2 |
2548 | 2025-01-08T14:43:25.731Z | Checking async-channel v1.9.0 |
2549 | 2025-01-08T14:43:26.241Z | Checking async-process v2.3.0 |
2550 | 2025-01-08T14:43:26.595Z | Checking async-global-executor v2.4.1 |
2551 | 2025-01-08T14:43:26.903Z | Checking cfg-expr v0.17.0 |
2552 | 2025-01-08T14:43:27.191Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2025-01-08T14:43:27.612Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2554 | 2025-01-08T14:43:28.563Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2555 | 2025-01-08T14:43:28.694Z | Checking httptest v0.16.1 |
2556 | 2025-01-08T14:43:29.054Z | Checking rustls-native-certs v0.7.3 |
2557 | 2025-01-08T14:43:29.246Z | Compiling petname v2.0.2 |
2558 | 2025-01-08T14:43:29.461Z | Checking num_cpus v1.16.0 |
2559 | 2025-01-08T14:43:29.576Z | Checking kv-log-macro v1.0.7 |
2560 | 2025-01-08T14:43:29.722Z | Compiling async-attributes v1.1.2 |
2561 | 2025-01-08T14:43:30.589Z | Checking async-std v1.13.0 |
2562 | 2025-01-08T14:43:32.644Z | Checking threadpool v1.8.1 |
2563 | 2025-01-08T14:43:32.671Z | Checking hyper-rustls v0.26.0 |
2564 | 2025-01-08T14:43:32.970Z | Checking pathdiff v0.2.2 |
2565 | 2025-01-08T14:43:33.136Z | Compiling rstest_macros v0.23.0 |
2566 | 2025-01-08T14:43:33.250Z | Checking nested v0.1.1 |
2567 | 2025-01-08T14:43:33.470Z | Checking escape8259 v0.5.3 |
2568 | 2025-01-08T14:43:33.660Z | Compiling target-triple v0.1.3 |
2569 | 2025-01-08T14:43:33.683Z | Checking libtest-mimic v0.7.3 |
2570 | 2025-01-08T14:43:34.219Z | Checking guppy v0.17.8 |
2571 | 2025-01-08T14:43:34.242Z | Checking async-object-pool v0.1.5 |
2572 | 2025-01-08T14:43:34.429Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2573 | 2025-01-08T14:43:35.020Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2574 | 2025-01-08T14:43:35.314Z | Checking similar-asserts v1.6.0 |
2575 | 2025-01-08T14:43:35.574Z | Checking fancy-regex v0.13.0 |
2576 | 2025-01-08T14:43:36.305Z | Checking serde_regex v1.1.0 |
2577 | 2025-01-08T14:43:36.354Z | Checking assert-json-diff v2.0.2 |
2578 | 2025-01-08T14:43:36.578Z | Compiling proc-macro-crate v3.2.0 |
2579 | 2025-01-08T14:43:36.657Z | Checking path-tree v0.8.1 |
2580 | 2025-01-08T14:43:36.999Z | Compiling relative-path v1.9.3 |
2581 | 2025-01-08T14:43:37.610Z | Checking sync-ptr v0.1.1 |
2582 | 2025-01-08T14:43:37.685Z | Checking stringmetrics v2.2.2 |
2583 | 2025-01-08T14:43:37.840Z | Checking datatest-stable v0.2.9 |
2584 | 2025-01-08T14:43:37.925Z | Checking httpmock v0.8.0-alpha.1 |
2585 | 2025-01-08T14:43:38.300Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2586 | 2025-01-08T14:43:39.664Z | Checking blake2b_simd v1.0.2 |
2587 | 2025-01-08T14:43:40.565Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2588 | 2025-01-08T14:43:41.523Z | Compiling git2 v0.19.0 |
2589 | 2025-01-08T14:43:42.643Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2590 | 2025-01-08T14:43:42.970Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2591 | 2025-01-08T14:43:43.287Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2592 | 2025-01-08T14:43:43.330Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2593 | 2025-01-08T14:43:43.609Z | Checking serde_tokenstream v0.2.2 |
2594 | 2025-01-08T14:43:43.798Z | Checking uzers v0.12.1 |
2595 | 2025-01-08T14:43:44.147Z | Checking rust-argon2 v2.1.0 |
2596 | 2025-01-08T14:43:44.171Z | Checking trybuild v1.0.101 |
2597 | 2025-01-08T14:43:44.620Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2598 | 2025-01-08T14:43:45.650Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2599 | 2025-01-08T14:43:46.030Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2600 | 2025-01-08T14:43:48.925Z | Checking rstest v0.23.0 |
2601 | 2025-01-08T14:43:49.166Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2602 | 2025-01-08T14:43:49.357Z | Checking rand_distr v0.4.3 |
2603 | 2025-01-08T14:43:49.478Z | Checking multimap v0.10.0 |
2604 | 2025-01-08T14:43:49.802Z | Checking approx v0.5.1 |
2605 | 2025-01-08T14:43:50.088Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2606 | 2025-01-08T14:43:50.854Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2607 | 2025-01-08T14:43:51.371Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2608 | 2025-01-08T14:43:51.444Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2609 | 2025-01-08T14:43:51.737Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2610 | 2025-01-08T14:43:52.243Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2611 | 2025-01-08T14:43:52.989Z | Checking partial-io v0.5.4 |
2612 | 2025-01-08T14:43:53.036Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2613 | 2025-01-08T14:43:53.202Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2614 | 2025-01-08T14:43:53.225Z | Checking cargo_toml v0.20.5 |
2615 | 2025-01-08T14:43:53.313Z | Checking termios v0.3.3 |
2616 | 2025-01-08T14:43:53.354Z | Compiling indoc v2.0.5 |
2617 | 2025-01-08T14:43:53.577Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2618 | 2025-01-08T14:43:55.170Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2619 | 2025-01-08T14:43:55.203Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2620 | 2025-01-08T14:44:14.576Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2621 | 2025-01-08T14:44:16.444Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2622 | 2025-01-08T14:44:19.197Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2623 | 2025-01-08T14:44:39.324Z | Compiling polar-core v0.27.3 |
2624 | 2025-01-08T14:44:50.675Z | Checking oso v0.27.3 |
2625 | 2025-01-08T14:44:56.247Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2626 | 2025-01-08T14:44:57.039Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2627 | 2025-01-08T14:44:57.609Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2628 | 2025-01-08T14:45:40.978Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2629 | 2025-01-08T14:45:40.978Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2630 | 2025-01-08T14:45:40.981Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2631 | 2025-01-08T14:47:08.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2632 | 2025-01-08T14:47:08.770Z | |
2633 | 2025-01-08T14:47:08.773Z | real 6:51.389307277 |
2634 | 2025-01-08T14:47:08.773Z | user 36:31.751984098 |
2635 | 2025-01-08T14:47:08.773Z | sys 6:44.862462703 |
2636 | 2025-01-08T14:47:08.773Z | trap 0.990893923 |
2637 | 2025-01-08T14:47:08.773Z | tflt 2.162264230 |
2638 | 2025-01-08T14:47:08.773Z | dflt 0.745871625 |
2639 | 2025-01-08T14:47:08.773Z | kflt 0.000952592 |
2640 | 2025-01-08T14:47:08.773Z | lock 53:01.157996905 |
2641 | 2025-01-08T14:47:08.773Z | slp 2:06:01.979357755 |
2642 | 2025-01-08T14:47:08.773Z | lat 1:40.120880282 |
2643 | 2025-01-08T14:47:08.773Z | stop 6:30.968009239 |
2644 | 2025-01-08T14:47:08.773Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2645 | 2025-01-08T14:47:08.773Z | + ptime -m cargo doc --workspace --no-deps |
2646 | 2025-01-08T14:47:09.982Z | warning: output filename collision. |
2647 | 2025-01-08T14:47:09.983Z | 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)`. |
2648 | 2025-01-08T14:47:09.983Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2649 | 2025-01-08T14:47:09.983Z | The targets should have unique names. |
2650 | 2025-01-08T14:47:09.983Z | This is a known bug where multiple crates with the same name use |
2651 | 2025-01-08T14:47:09.983Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2652 | 2025-01-08T14:47:10.439Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2025-01-08T14:47:10.510Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2025-01-08T14:47:10.529Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2025-01-08T14:47:10.569Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2656 | 2025-01-08T14:47:10.592Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2657 | 2025-01-08T14:47:10.624Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2025-01-08T14:47:10.624Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2025-01-08T14:47:10.829Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2660 | 2025-01-08T14:47:10.863Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2025-01-08T14:47:10.891Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2662 | 2025-01-08T14:47:10.964Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2663 | 2025-01-08T14:47:11.087Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2664 | 2025-01-08T14:47:11.255Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2025-01-08T14:47:11.415Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2025-01-08T14:47:11.633Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2025-01-08T14:47:14.279Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2025-01-08T14:47:15.499Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2025-01-08T14:47:15.832Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2670 | 2025-01-08T14:47:16.046Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2671 | 2025-01-08T14:47:16.078Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2672 | 2025-01-08T14:47:16.194Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2673 | 2025-01-08T14:47:16.357Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2674 | 2025-01-08T14:47:16.508Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2675 | 2025-01-08T14:47:16.713Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2676 | 2025-01-08T14:47:17.048Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2677 | 2025-01-08T14:47:17.611Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2678 | 2025-01-08T14:47:18.070Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2679 | 2025-01-08T14:47:18.211Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2680 | 2025-01-08T14:47:18.428Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2681 | 2025-01-08T14:47:18.619Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2682 | 2025-01-08T14:47:18.723Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2683 | 2025-01-08T14:47:18.765Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2684 | 2025-01-08T14:47:18.956Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2685 | 2025-01-08T14:47:18.972Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2686 | 2025-01-08T14:47:19.039Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2687 | 2025-01-08T14:47:19.297Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2688 | 2025-01-08T14:47:19.609Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2689 | 2025-01-08T14:47:19.632Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2690 | 2025-01-08T14:47:19.890Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2691 | 2025-01-08T14:47:20.047Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2025-01-08T14:47:20.149Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2693 | 2025-01-08T14:47:20.253Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2025-01-08T14:47:21.024Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2695 | 2025-01-08T14:47:21.051Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2696 | 2025-01-08T14:47:23.149Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2697 | 2025-01-08T14:47:25.472Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2698 | 2025-01-08T14:47:26.281Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2699 | 2025-01-08T14:47:26.302Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2700 | 2025-01-08T14:47:26.663Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2701 | 2025-01-08T14:47:27.277Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2702 | 2025-01-08T14:47:27.764Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2703 | 2025-01-08T14:47:27.963Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2704 | 2025-01-08T14:47:28.816Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2705 | 2025-01-08T14:47:28.841Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2706 | 2025-01-08T14:47:28.899Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2025-01-08T14:47:30.731Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2708 | 2025-01-08T14:47:35.503Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2709 | 2025-01-08T14:47:36.882Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2710 | 2025-01-08T14:47:36.982Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2711 | 2025-01-08T14:47:37.506Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2712 | 2025-01-08T14:47:38.033Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2025-01-08T14:47:38.064Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2714 | 2025-01-08T14:47:38.302Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2715 | 2025-01-08T14:47:38.757Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2716 | 2025-01-08T14:47:38.830Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2025-01-08T14:47:40.245Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2718 | 2025-01-08T14:47:40.333Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2719 | 2025-01-08T14:47:40.952Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2720 | 2025-01-08T14:47:41.098Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2721 | 2025-01-08T14:47:41.794Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2722 | 2025-01-08T14:47:41.945Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2723 | 2025-01-08T14:47:42.003Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2724 | 2025-01-08T14:47:42.178Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2725 | 2025-01-08T14:47:42.255Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2726 | 2025-01-08T14:47:42.577Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2727 | 2025-01-08T14:47:42.655Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2728 | 2025-01-08T14:47:43.154Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2729 | 2025-01-08T14:47:43.581Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2730 | 2025-01-08T14:47:44.137Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2731 | 2025-01-08T14:47:44.178Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2732 | 2025-01-08T14:47:44.888Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2733 | 2025-01-08T14:47:44.909Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2734 | 2025-01-08T14:47:45.313Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2735 | 2025-01-08T14:47:45.781Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2736 | 2025-01-08T14:47:46.163Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2737 | 2025-01-08T14:47:46.403Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2738 | 2025-01-08T14:47:46.701Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2739 | 2025-01-08T14:47:46.829Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2740 | 2025-01-08T14:47:46.932Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2741 | 2025-01-08T14:47:47.139Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2742 | 2025-01-08T14:47:47.282Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2743 | 2025-01-08T14:47:48.047Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2744 | 2025-01-08T14:47:48.097Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2745 | 2025-01-08T14:47:48.215Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2746 | 2025-01-08T14:47:48.764Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2747 | 2025-01-08T14:47:49.054Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2748 | 2025-01-08T14:47:49.102Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2749 | 2025-01-08T14:47:49.634Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2750 | 2025-01-08T14:47:49.659Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2751 | 2025-01-08T14:47:50.911Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2752 | 2025-01-08T14:47:51.041Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2753 | 2025-01-08T14:47:51.063Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2754 | 2025-01-08T14:47:51.809Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2755 | 2025-01-08T14:47:52.606Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2756 | 2025-01-08T14:47:53.289Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2757 | 2025-01-08T14:47:53.955Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2758 | 2025-01-08T14:47:54.181Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2759 | 2025-01-08T14:47:56.441Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2760 | 2025-01-08T14:47:57.414Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2025-01-08T14:47:57.625Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2762 | 2025-01-08T14:47:58.891Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2025-01-08T14:47:59.915Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2764 | 2025-01-08T14:48:02.691Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2765 | 2025-01-08T14:48:03.782Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2766 | 2025-01-08T14:48:14.089Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2767 | 2025-01-08T14:48:14.547Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2768 | 2025-01-08T14:48:15.362Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2769 | 2025-01-08T14:48:15.810Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2770 | 2025-01-08T14:48:19.521Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2771 | 2025-01-08T14:48:20.869Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2772 | 2025-01-08T14:49:13.233Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2773 | 2025-01-08T14:49:15.858Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2774 | 2025-01-08T14:49:18.367Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2775 | 2025-01-08T14:49:24.714Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2776 | 2025-01-08T14:49:52.342Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2777 | 2025-01-08T14:49:54.652Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2778 | 2025-01-08T14:49:55.527Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2779 | 2025-01-08T14:49:55.554Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2780 | 2025-01-08T14:49:55.789Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2781 | 2025-01-08T14:49:58.607Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2782 | 2025-01-08T14:50:05.921Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2783 | 2025-01-08T14:50:06.601Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2784 | 2025-01-08T14:50:11.324Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2785 | 2025-01-08T14:50:42.254Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2786 | 2025-01-08T14:50:53.698Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2787 | 2025-01-08T14:51:01.411Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2788 | 2025-01-08T14:51:01.507Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2789 | 2025-01-08T14:51:02.211Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2790 | 2025-01-08T14:51:07.191Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2791 | 2025-01-08T14:51:17.256Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2792 | 2025-01-08T14:51:35.672Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2793 | 2025-01-08T14:51:37.941Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2794 | 2025-01-08T14:51:43.502Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2795 | 2025-01-08T14:51:45.002Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2796 | 2025-01-08T14:51:45.916Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2797 | 2025-01-08T14:51:48.270Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2798 | 2025-01-08T14:52:07.801Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2799 | 2025-01-08T14:52:08.442Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2800 | 2025-01-08T14:52:13.169Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2801 | 2025-01-08T14:52:15.427Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2802 | 2025-01-08T14:52:17.678Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2803 | 2025-01-08T14:52:19.213Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2804 | 2025-01-08T14:52:26.422Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2805 | 2025-01-08T14:52:28.132Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2806 | 2025-01-08T14:52:36.192Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2807 | 2025-01-08T14:52:38.330Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2808 | 2025-01-08T14:52:42.584Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2809 | 2025-01-08T14:52:43.326Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2810 | 2025-01-08T14:52:47.121Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2811 | 2025-01-08T14:52:48.865Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2812 | 2025-01-08T14:53:03.486Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2813 | 2025-01-08T14:53:03.787Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2814 | 2025-01-08T14:53:04.177Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2815 | 2025-01-08T14:53:04.809Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2816 | 2025-01-08T14:53:11.787Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2817 | 2025-01-08T14:53:13.699Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2818 | 2025-01-08T14:53:18.332Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2819 | 2025-01-08T14:53:20.412Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2820 | 2025-01-08T14:53:25.153Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2821 | 2025-01-08T14:53:25.537Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2822 | 2025-01-08T14:53:33.343Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2823 | 2025-01-08T14:53:37.302Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2824 | 2025-01-08T14:53:38.500Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2825 | 2025-01-08T14:53:41.289Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2826 | 2025-01-08T14:53:41.611Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2827 | 2025-01-08T14:53:41.702Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2828 | 2025-01-08T14:53:44.910Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2829 | 2025-01-08T14:53:57.640Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2830 | 2025-01-08T14:53:57.719Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2831 | 2025-01-08T14:54:00.277Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2832 | 2025-01-08T14:54:03.086Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2833 | 2025-01-08T14:54:03.928Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2834 | 2025-01-08T14:54:04.923Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2835 | 2025-01-08T14:54:07.283Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2836 | 2025-01-08T14:54:13.315Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2837 | 2025-01-08T14:54:19.923Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2838 | 2025-01-08T14:54:22.075Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2839 | 2025-01-08T14:54:23.337Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2840 | 2025-01-08T14:54:25.212Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2841 | 2025-01-08T14:54:25.365Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2842 | 2025-01-08T14:54:27.559Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2843 | 2025-01-08T14:54:34.898Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2844 | 2025-01-08T14:54:35.705Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2845 | 2025-01-08T14:54:40.054Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2846 | 2025-01-08T14:54:40.258Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2847 | 2025-01-08T14:54:43.273Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2848 | 2025-01-08T14:54:44.790Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2849 | 2025-01-08T14:54:48.412Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2850 | 2025-01-08T14:54:50.679Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2851 | 2025-01-08T14:54:51.352Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2852 | 2025-01-08T14:54:52.288Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2853 | 2025-01-08T14:54:57.503Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2854 | 2025-01-08T14:55:03.169Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2855 | 2025-01-08T14:55:06.934Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2856 | 2025-01-08T14:55:12.440Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2025-01-08T14:55:12.560Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2858 | 2025-01-08T14:55:13.382Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2859 | 2025-01-08T14:55:15.795Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2860 | 2025-01-08T14:55:17.285Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2861 | 2025-01-08T14:55:18.258Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2862 | 2025-01-08T14:55:21.902Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2863 | 2025-01-08T14:55:26.667Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2864 | 2025-01-08T14:55:27.776Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2865 | 2025-01-08T14:55:28.907Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2866 | 2025-01-08T14:55:31.613Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2867 | 2025-01-08T14:55:32.324Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2868 | 2025-01-08T14:55:36.835Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2869 | 2025-01-08T14:55:37.124Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2870 | 2025-01-08T14:55:37.840Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2871 | 2025-01-08T14:55:41.029Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2872 | 2025-01-08T14:55:42.169Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2873 | 2025-01-08T14:55:42.938Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2874 | 2025-01-08T14:55:42.980Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2875 | 2025-01-08T14:55:47.336Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2876 | 2025-01-08T14:55:48.063Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2877 | 2025-01-08T14:55:48.187Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2878 | 2025-01-08T14:55:48.269Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2879 | 2025-01-08T14:55:50.928Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2880 | 2025-01-08T14:55:51.265Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2881 | 2025-01-08T14:55:53.027Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2882 | 2025-01-08T14:55:53.098Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2883 | 2025-01-08T14:55:53.555Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2884 | 2025-01-08T14:55:53.717Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2885 | 2025-01-08T14:55:53.965Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2886 | 2025-01-08T14:56:33.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 24s |
2887 | 2025-01-08T14:56:33.246Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2888 | 2025-01-08T14:56:33.314Z | |
2889 | 2025-01-08T14:56:33.314Z | real 9:24.466692384 |
2890 | 2025-01-08T14:56:33.314Z | user 27:13.800813860 |
2891 | 2025-01-08T14:56:33.314Z | sys 43:19.174096826 |
2892 | 2025-01-08T14:56:33.314Z | trap 0.438080768 |
2893 | 2025-01-08T14:56:33.314Z | tflt 0.278511836 |
2894 | 2025-01-08T14:56:33.315Z | dflt 0.200622249 |
2895 | 2025-01-08T14:56:33.315Z | kflt 0.000035865 |
2896 | 2025-01-08T14:56:33.315Z | lock 1:31:40.032029581 |
2897 | 2025-01-08T14:56:33.317Z | slp 2:38:30.695923813 |
2898 | 2025-01-08T14:56:33.317Z | lat 1:20.786445415 |
2899 | 2025-01-08T14:56:33.317Z | stop 1:11.740074873 |
2900 | 2025-01-08T14:56:33.317Z | process exited: duration 1309438 ms, exit code 0 |
|
2901 | 2025-01-08T14:56:33.323Z | found 0 output files |