|
|
|
1 | 2024-08-29T14:36:50.478Z | job assigned to worker 01J6F91AB4YPYCFM702B3R2TJK (queued for 48 s) |
|
2 | 2024-08-29T14:36:57.657Z | starting task 0: "setup" |
3 | 2024-08-29T14:36:57.666Z | ++ uname -s |
4 | 2024-08-29T14:36:57.669Z | + kern=SunOS |
5 | 2024-08-29T14:36:57.669Z | + case "$kern" in |
6 | 2024-08-29T14:36:57.669Z | + groupadd -g 12345 build |
7 | 2024-08-29T14:36:57.673Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T14:36:59.692Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T14:36:59.914Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T14:36:59.918Z | + home_fs=zfs |
11 | 2024-08-29T14:36:59.918Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T14:36:59.918Z | + mkdir -p /home/build |
13 | 2024-08-29T14:36:59.921Z | + chown build:build /home/build /work |
14 | 2024-08-29T14:37:01.932Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T14:37:01.935Z | process exited: duration 4256 ms, exit code 0 |
|
16 | 2024-08-29T14:37:01.940Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T14:37:01.946Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T14:37:01.946Z | ' 1.80.1 |
19 | 2024-08-29T14:37:01.946Z | * toolchain channel = "1.80.1" |
20 | 2024-08-29T14:37:01.949Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-29T14:37:01.949Z | * toolchain profile = "default" |
22 | 2024-08-29T14:37:01.949Z | ' default |
23 | 2024-08-29T14:37:01.949Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T14:37:01.949Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T14:37:02.052Z | info: downloading installer |
26 | 2024-08-29T14:37:03.641Z | info: profile set to 'default' |
27 | 2024-08-29T14:37:03.644Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T14:37:03.644Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T14:37:03.771Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T14:37:03.771Z | info: downloading component 'cargo' |
31 | 2024-08-29T14:37:04.527Z | info: downloading component 'clippy' |
32 | 2024-08-29T14:37:04.780Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T14:37:05.756Z | info: downloading component 'rust-std' |
34 | 2024-08-29T14:37:07.122Z | info: downloading component 'rustc' |
35 | 2024-08-29T14:37:10.903Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T14:37:11.116Z | info: installing component 'cargo' |
37 | 2024-08-29T14:37:11.959Z | info: installing component 'clippy' |
38 | 2024-08-29T14:37:12.334Z | info: installing component 'rust-docs' |
39 | 2024-08-29T14:37:14.028Z | info: installing component 'rust-std' |
40 | 2024-08-29T14:37:15.752Z | info: installing component 'rustc' |
41 | 2024-08-29T14:37:20.042Z | info: installing component 'rustfmt' |
42 | 2024-08-29T14:37:20.409Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T14:37:20.409Z | |
44 | 2024-08-29T14:37:20.657Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T14:37:20.657Z | |
46 | 2024-08-29T14:37:20.659Z | |
47 | 2024-08-29T14:37:20.659Z | Rust is installed now. Great! |
48 | 2024-08-29T14:37:20.659Z | |
49 | 2024-08-29T14:37:20.659Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T14:37:20.659Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T14:37:20.659Z | |
52 | 2024-08-29T14:37:20.659Z | To configure your current shell, you need to source |
53 | 2024-08-29T14:37:20.660Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T14:37:20.660Z | |
55 | 2024-08-29T14:37:20.660Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T14:37:20.660Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T14:37:20.660Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T14:37:20.708Z | + rustc --version |
59 | 2024-08-29T14:37:20.772Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T14:37:20.775Z | process exited: duration 18733 ms, exit code 0 |
|
61 | 2024-08-29T14:37:20.780Z | starting task 2: "authentication" |
62 | 2024-08-29T14:37:20.800Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-29T14:37:20.806Z | starting task 3: "clone repository" |
64 | 2024-08-29T14:37:20.812Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T14:37:20.815Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T14:37:20.865Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T14:37:28.176Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T14:37:28.179Z | + git fetch origin ccb9f12264396dd8081c90987f9579e5915c949b |
69 | 2024-08-29T14:37:28.462Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T14:37:28.462Z | * branch ccb9f12264396dd8081c90987f9579e5915c949b -> FETCH_HEAD |
71 | 2024-08-29T14:37:28.473Z | + [[ -n libipcc ]] |
72 | 2024-08-29T14:37:28.476Z | ++ git branch --show-current |
73 | 2024-08-29T14:37:28.478Z | + current=main |
74 | 2024-08-29T14:37:28.478Z | + [[ main != libipcc ]] |
75 | 2024-08-29T14:37:28.478Z | + git branch -f libipcc ccb9f12264396dd8081c90987f9579e5915c949b |
76 | 2024-08-29T14:37:28.481Z | + git checkout -f libipcc |
77 | 2024-08-29T14:37:28.634Z | Switched to branch 'libipcc' |
78 | 2024-08-29T14:37:28.636Z | + git reset --hard ccb9f12264396dd8081c90987f9579e5915c949b |
79 | 2024-08-29T14:37:28.649Z | HEAD is now at ccb9f1226 Use external libipcc repo |
80 | 2024-08-29T14:37:28.652Z | process exited: duration 7801 ms, exit code 0 |
|
81 | 2024-08-29T14:37:28.657Z | starting task 4: "build" |
82 | 2024-08-29T14:37:28.663Z | + cargo --version |
83 | 2024-08-29T14:37:28.724Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T14:37:28.728Z | + rustc --version |
85 | 2024-08-29T14:37:28.778Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T14:37:28.780Z | + source ./env.sh |
87 | 2024-08-29T14:37:28.783Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-29T14:37:28.783Z | ++ set -o xtrace |
89 | 2024-08-29T14:37:28.786Z | ++++ dirname ./env.sh |
90 | 2024-08-29T14:37:28.786Z | +++ readlink -f . |
91 | 2024-08-29T14:37:28.792Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-29T14:37:28.792Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-29T14:37:28.792Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-29T14:37:28.792Z | ++ 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 |
95 | 2024-08-29T14:37:28.792Z | ++ 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 |
96 | 2024-08-29T14:37:28.792Z | ++ 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 |
97 | 2024-08-29T14:37:28.792Z | ++ 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 |
98 | 2024-08-29T14:37:28.792Z | ++ 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 |
99 | 2024-08-29T14:37:28.792Z | ++ 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 |
100 | 2024-08-29T14:37:28.792Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-29T14:37:28.792Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-29T14:37:28.792Z | + banner prerequisites |
103 | 2024-08-29T14:37:28.796Z | |
104 | 2024-08-29T14:37:28.796Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-29T14:37:28.796Z | # # # # # # # # # # # # # # # |
106 | 2024-08-29T14:37:28.796Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-29T14:37:28.796Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-29T14:37:28.796Z | # # # # # # # # # # # # # # # |
109 | 2024-08-29T14:37:28.796Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-29T14:37:28.796Z | |
111 | 2024-08-29T14:37:28.796Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-29T14:37:33.797Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-29T14:37:36.120Z | Startup: Caching catalogs ... Done |
114 | 2024-08-29T14:37:38.096Z | Planning: Solver setup ... Done (1.409s) |
115 | 2024-08-29T14:37:38.118Z | Planning: Running solver ... Done (0.022s) |
116 | 2024-08-29T14:37:38.163Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-08-29T14:37:38.181Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-29T14:37:38.838Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-29T14:37:38.941Z | Planning: Package planning ... Done (0.102s) |
120 | 2024-08-29T14:37:38.996Z | Planning: Merging actions ... Done (0.055s) |
121 | 2024-08-29T14:37:39.209Z | Planning: Checking for conflicting actions ... Done (0.212s) |
122 | 2024-08-29T14:37:41.325Z | Planning: Consolidating action changes ... Done (2.104s) |
123 | 2024-08-29T14:37:41.783Z | Planning: Evaluating mediators ... Done (0.455s) |
124 | 2024-08-29T14:37:41.865Z | Planning: Planning completed in 5.64 seconds |
125 | 2024-08-29T14:37:41.882Z | Packages to install: 4 |
126 | 2024-08-29T14:37:41.882Z | Packages to update: 1 |
127 | 2024-08-29T14:37:41.885Z | Mediators to change: 2 |
128 | 2024-08-29T14:37:41.885Z | Services to change: 1 |
129 | 2024-08-29T14:37:41.886Z | Estimated space available: 155.72 GB |
130 | 2024-08-29T14:37:41.886Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-29T14:37:41.886Z | Create boot environment: No |
132 | 2024-08-29T14:37:41.886Z | Create backup boot environment: Yes |
133 | 2024-08-29T14:37:41.886Z | Rebuild boot archive: No |
134 | 2024-08-29T14:37:41.886Z | |
135 | 2024-08-29T14:37:41.886Z | Changed mediators: |
136 | 2024-08-29T14:37:41.886Z | mediator clang: |
137 | 2024-08-29T14:37:41.886Z | version: None -> 15 (system default) |
138 | 2024-08-29T14:37:41.886Z | |
139 | 2024-08-29T14:37:41.886Z | mediator llvm: |
140 | 2024-08-29T14:37:41.886Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-29T14:37:41.886Z | |
142 | 2024-08-29T14:37:41.886Z | Changed packages: |
143 | 2024-08-29T14:37:41.886Z | helios-dev |
144 | 2024-08-29T14:37:41.886Z | developer/build-essential |
145 | 2024-08-29T14:37:41.886Z | None -> 11-2.0 |
146 | 2024-08-29T14:37:41.886Z | library/libxmlsec1 |
147 | 2024-08-29T14:37:41.886Z | None -> 1.2.35-2.0 |
148 | 2024-08-29T14:37:41.886Z | ooce/developer/clang-15 |
149 | 2024-08-29T14:37:41.886Z | None -> 15.0.7-2.0 |
150 | 2024-08-29T14:37:41.886Z | ooce/developer/llvm-15 |
151 | 2024-08-29T14:37:41.886Z | None -> 15.0.7-2.0 |
152 | 2024-08-29T14:37:41.886Z | package/pkg |
153 | 2024-08-29T14:37:41.886Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-29T14:37:41.886Z | |
155 | 2024-08-29T14:37:41.886Z | Services: |
156 | 2024-08-29T14:37:41.886Z | restart_fmri: |
157 | 2024-08-29T14:37:41.887Z | svc:/system/update-man-index:default |
158 | 2024-08-29T14:37:41.887Z | |
159 | 2024-08-29T14:37:41.887Z | Editable files to change: |
160 | 2024-08-29T14:37:41.887Z | Update: |
161 | 2024-08-29T14:37:41.887Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-29T14:37:41.981Z | |
163 | 2024-08-29T14:37:41.981Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-29T14:37:47.009Z | Download: 947/4281 items 19.0/220.6MB 8% complete (3.9M/s) |
165 | 2024-08-29T14:37:52.036Z | Download: 1872/4281 items 117.8/220.6MB 53% complete (12.0M/s) |
166 | 2024-08-29T14:37:57.066Z | Download: 2688/4281 items 120.7/220.6MB 54% complete (10.2M/s) |
167 | 2024-08-29T14:38:02.096Z | Download: 3340/4281 items 212.8/220.6MB 96% complete (9.5M/s) |
168 | 2024-08-29T14:38:07.127Z | Download: 4120/4281 items 220.1/220.6MB 99% complete (9.9M/s) |
169 | 2024-08-29T14:38:11.399Z | Download: Completed 220.60 MB in 29.26 seconds (7.5M/s) |
170 | 2024-08-29T14:38:13.397Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-08-29T14:38:13.419Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-08-29T14:38:18.130Z | Actions: 4226/5063 actions (Updating modified actions) |
173 | 2024-08-29T14:38:18.464Z | Actions: Completed 5063 actions in 5.04 seconds. |
174 | 2024-08-29T14:38:18.749Z | Done (0.276s) |
175 | 2024-08-29T14:38:18.752Z | Done (0.000s) |
176 | 2024-08-29T14:38:19.130Z | Done (0.378s) |
177 | 2024-08-29T14:38:23.724Z | Done (4.394s) |
178 | 2024-08-29T14:38:23.820Z | Done (0.022s) |
179 | 2024-08-29T14:38:23.822Z | Done (0.000s) |
180 | 2024-08-29T14:38:24.079Z | Done (0.000s) |
181 | 2024-08-29T14:38:24.676Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-08-29T14:38:24.840Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-08-29T14:38:24.843Z | Planning: Consolidating action changes ... Done |
184 | 2024-08-29T14:38:25.164Z | Planning: Evaluating mediators ... Done |
185 | 2024-08-29T14:38:25.182Z | Planning: Planning completed in 0.43 seconds |
186 | 2024-08-29T14:38:25.182Z | Mediators to change: 2 |
187 | 2024-08-29T14:38:25.182Z | Create boot environment: No |
188 | 2024-08-29T14:38:25.182Z | Create backup boot environment: No |
189 | 2024-08-29T14:38:25.234Z | Done |
190 | 2024-08-29T14:38:25.234Z | Done |
191 | 2024-08-29T14:38:25.489Z | Done |
192 | 2024-08-29T14:38:29.088Z | Done |
193 | 2024-08-29T14:38:29.178Z | Done |
194 | 2024-08-29T14:38:29.181Z | Done |
195 | 2024-08-29T14:38:29.276Z | Done |
196 | 2024-08-29T14:38:29.894Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-08-29T14:38:29.902Z | Planning: Merging actions ... Done |
198 | 2024-08-29T14:38:30.084Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-08-29T14:38:30.087Z | Planning: Consolidating action changes ... Done |
200 | 2024-08-29T14:38:30.349Z | Planning: Evaluating mediators ... Done |
201 | 2024-08-29T14:38:30.405Z | Planning: Planning completed in 0.76 seconds |
202 | 2024-08-29T14:38:30.448Z | Packages to change: 1 |
203 | 2024-08-29T14:38:30.448Z | Mediators to change: 1 |
204 | 2024-08-29T14:38:30.451Z | Services to change: 1 |
205 | 2024-08-29T14:38:30.451Z | Create boot environment: No |
206 | 2024-08-29T14:38:30.451Z | Create backup boot environment: Yes |
207 | 2024-08-29T14:38:32.519Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-08-29T14:38:32.522Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-08-29T14:38:32.522Z | Done |
210 | 2024-08-29T14:38:32.522Z | Done |
211 | 2024-08-29T14:38:32.600Z | Done |
212 | 2024-08-29T14:38:36.327Z | Done |
213 | 2024-08-29T14:38:36.414Z | Done |
214 | 2024-08-29T14:38:36.416Z | Done |
215 | 2024-08-29T14:38:36.558Z | Done |
216 | 2024-08-29T14:38:36.991Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-08-29T14:38:36.991Z | clang system 15 system |
218 | 2024-08-29T14:38:36.991Z | csh system system illumos |
219 | 2024-08-29T14:38:36.991Z | ctags system system illumos |
220 | 2024-08-29T14:38:36.991Z | gcc vendor 12 vendor |
221 | 2024-08-29T14:38:36.991Z | gcc system 10 system |
222 | 2024-08-29T14:38:36.991Z | gcc system 7 system |
223 | 2024-08-29T14:38:36.991Z | go system 1.20 system |
224 | 2024-08-29T14:38:36.991Z | go system 1.19 system |
225 | 2024-08-29T14:38:36.991Z | llvm system 15 system |
226 | 2024-08-29T14:38:36.991Z | llvm system 14 system |
227 | 2024-08-29T14:38:36.991Z | mariadb system 10.6 system |
228 | 2024-08-29T14:38:36.991Z | mta vendor vendor dma |
229 | 2024-08-29T14:38:36.991Z | openjdk system 17 system |
230 | 2024-08-29T14:38:36.991Z | openjdk system 11 system |
231 | 2024-08-29T14:38:36.991Z | openjdk system 1.8 system |
232 | 2024-08-29T14:38:36.991Z | openssl vendor 3 vendor |
233 | 2024-08-29T14:38:36.991Z | perl system 5.36 system |
234 | 2024-08-29T14:38:36.991Z | postgresql system 15 system |
235 | 2024-08-29T14:38:36.991Z | postgresql system 13 system |
236 | 2024-08-29T14:38:36.991Z | python vendor 3 vendor |
237 | 2024-08-29T14:38:36.991Z | python system 2 system |
238 | 2024-08-29T14:38:36.991Z | python3 system 3.11 system |
239 | 2024-08-29T14:38:36.991Z | ruby system 3.0 system |
240 | 2024-08-29T14:38:36.991Z | words vendor vendor american-english |
241 | 2024-08-29T14:38:36.991Z | words system system australian-english |
242 | 2024-08-29T14:38:36.991Z | words system system british-english |
243 | 2024-08-29T14:38:36.991Z | words system system canadian-english |
244 | 2024-08-29T14:38:36.991Z | words system system french |
245 | 2024-08-29T14:38:36.992Z | words system system italian |
246 | 2024-08-29T14:38:36.992Z | words system system ngerman |
247 | 2024-08-29T14:38:36.992Z | words system system ogerman |
248 | 2024-08-29T14:38:36.992Z | words system system spanish |
249 | 2024-08-29T14:38:37.328Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-08-29T14:38:37.328Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-08-29T14:38:39.105Z | FMRI IFO |
252 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-08-29T14:38:39.105Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-08-29T14:38:39.710Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-08-29T14:38:39.944Z | Updating git repository `https://github.com/oxidecomputer/zone` |
267 | 2024-08-29T14:38:40.189Z | Updating crates.io index |
268 | 2024-08-29T14:38:40.265Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
269 | 2024-08-29T14:38:41.015Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-08-29T14:38:41.730Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-08-29T14:38:41.981Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
272 | 2024-08-29T14:38:43.521Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-08-29T14:38:43.781Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-08-29T14:38:44.039Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-08-29T14:38:45.123Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-08-29T14:38:46.979Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-08-29T14:38:47.897Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-08-29T14:38:48.581Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2024-08-29T14:38:48.867Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2024-08-29T14:38:49.333Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
281 | 2024-08-29T14:38:49.695Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
282 | 2024-08-29T14:38:50.007Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
283 | 2024-08-29T14:38:50.384Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-08-29T14:38:50.671Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-08-29T14:38:50.939Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-08-29T14:38:51.171Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-08-29T14:38:51.383Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-08-29T14:38:51.662Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-08-29T14:38:51.956Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-08-29T14:38:52.325Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-08-29T14:38:52.591Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-08-29T14:38:53.040Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-08-29T14:38:53.356Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-08-29T14:38:53.798Z | Updating git repository `https://github.com/oxidecomputer/typify` |
295 | 2024-08-29T14:38:56.139Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-08-29T14:38:56.396Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-08-29T14:38:56.650Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-08-29T14:38:57.057Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
299 | 2024-08-29T14:38:58.045Z | Downloading crates ... |
300 | 2024-08-29T14:38:58.110Z | Downloaded scroll_derive v0.12.0 |
301 | 2024-08-29T14:38:58.113Z | Downloaded dtrace-parser v0.2.0 |
302 | 2024-08-29T14:38:58.113Z | Downloaded swrite v0.1.0 |
303 | 2024-08-29T14:38:58.122Z | Downloaded camino-tempfile v1.1.1 |
304 | 2024-08-29T14:38:58.125Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-08-29T14:38:58.127Z | Downloaded bytecount v0.6.8 |
306 | 2024-08-29T14:38:58.129Z | Downloaded autocfg v1.3.0 |
307 | 2024-08-29T14:38:58.129Z | Downloaded byteorder v1.5.0 |
308 | 2024-08-29T14:38:58.132Z | Downloaded cpufeatures v0.2.12 |
309 | 2024-08-29T14:38:58.132Z | Downloaded block-buffer v0.10.4 |
310 | 2024-08-29T14:38:58.134Z | Downloaded anstyle-parse v0.2.4 |
311 | 2024-08-29T14:38:58.136Z | Downloaded anstyle v1.0.8 |
312 | 2024-08-29T14:38:58.136Z | Downloaded serde_tokenstream v0.2.2 |
313 | 2024-08-29T14:38:58.139Z | Downloaded terminal_size v0.3.0 |
314 | 2024-08-29T14:38:58.139Z | Downloaded proc-macro-error-attr v1.0.4 |
315 | 2024-08-29T14:38:58.141Z | Downloaded digest v0.10.7 |
316 | 2024-08-29T14:38:58.141Z | Downloaded generic-array v0.14.7 |
317 | 2024-08-29T14:38:58.144Z | Downloaded tabled_derive v0.7.0 |
318 | 2024-08-29T14:38:58.144Z | Downloaded usdt-impl v0.5.0 |
319 | 2024-08-29T14:38:58.146Z | Downloaded thiserror-impl v1.0.63 |
320 | 2024-08-29T14:38:58.146Z | Downloaded macaddr v1.0.1 |
321 | 2024-08-29T14:38:58.149Z | Downloaded smawk v0.3.2 |
322 | 2024-08-29T14:38:58.151Z | Downloaded usdt v0.5.0 |
323 | 2024-08-29T14:38:58.151Z | Downloaded toml_datetime v0.6.8 |
324 | 2024-08-29T14:38:58.151Z | Downloaded unicode-linebreak v0.1.5 |
325 | 2024-08-29T14:38:58.154Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-08-29T14:38:58.154Z | Downloaded memmap v0.7.0 |
327 | 2024-08-29T14:38:58.156Z | Downloaded anstream v0.6.14 |
328 | 2024-08-29T14:38:58.158Z | Downloaded cargo_toml v0.20.4 |
329 | 2024-08-29T14:38:58.158Z | Downloaded itoa v1.0.11 |
330 | 2024-08-29T14:38:58.161Z | Downloaded clap_lex v0.7.0 |
331 | 2024-08-29T14:38:58.161Z | Downloaded quote v1.0.36 |
332 | 2024-08-29T14:38:58.163Z | Downloaded fs-err v2.11.0 |
333 | 2024-08-29T14:38:58.165Z | Downloaded utf8parse v0.2.1 |
334 | 2024-08-29T14:38:58.168Z | Downloaded anyhow v1.0.86 |
335 | 2024-08-29T14:38:58.170Z | Downloaded once_cell v1.19.0 |
336 | 2024-08-29T14:38:58.173Z | Downloaded zerocopy-derive v0.7.34 |
337 | 2024-08-29T14:38:58.177Z | Downloaded equivalent v1.0.1 |
338 | 2024-08-29T14:38:58.179Z | Downloaded is_terminal_polyfill v1.70.0 |
339 | 2024-08-29T14:38:58.179Z | Downloaded colorchoice v1.0.1 |
340 | 2024-08-29T14:38:58.181Z | Downloaded bitflags v2.6.0 |
341 | 2024-08-29T14:38:58.184Z | Downloaded cargo-platform v0.1.8 |
342 | 2024-08-29T14:38:58.187Z | Downloaded fastrand v2.1.0 |
343 | 2024-08-29T14:38:58.187Z | Downloaded usdt-macro v0.5.0 |
344 | 2024-08-29T14:38:58.187Z | Downloaded camino v1.1.9 |
345 | 2024-08-29T14:38:58.189Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2024-08-29T14:38:58.189Z | Downloaded ryu v1.0.18 |
347 | 2024-08-29T14:38:58.192Z | Downloaded pest_derive v2.7.10 |
348 | 2024-08-29T14:38:58.194Z | Downloaded clap v4.5.16 |
349 | 2024-08-29T14:38:58.202Z | Downloaded ucd-trie v0.1.6 |
350 | 2024-08-29T14:38:58.205Z | Downloaded dof v0.3.0 |
351 | 2024-08-29T14:38:58.207Z | Downloaded crypto-common v0.1.6 |
352 | 2024-08-29T14:38:58.207Z | Downloaded plain v0.2.3 |
353 | 2024-08-29T14:38:58.209Z | Downloaded heck v0.5.0 |
354 | 2024-08-29T14:38:58.209Z | Downloaded toml v0.8.19 |
355 | 2024-08-29T14:38:58.212Z | Downloaded pest_meta v2.7.10 |
356 | 2024-08-29T14:38:58.215Z | Downloaded serde_spanned v0.6.7 |
357 | 2024-08-29T14:38:58.215Z | Downloaded pest_generator v2.7.10 |
358 | 2024-08-29T14:38:58.218Z | Downloaded fnv v1.0.7 |
359 | 2024-08-29T14:38:58.218Z | Downloaded cfg-if v1.0.0 |
360 | 2024-08-29T14:38:58.220Z | Downloaded thiserror v1.0.63 |
361 | 2024-08-29T14:38:58.222Z | Downloaded version_check v0.9.5 |
362 | 2024-08-29T14:38:58.225Z | Downloaded thread-id v4.2.1 |
363 | 2024-08-29T14:38:58.225Z | Downloaded strsim v0.11.1 |
364 | 2024-08-29T14:38:58.227Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-08-29T14:38:58.230Z | Downloaded heck v0.4.1 |
366 | 2024-08-29T14:38:58.233Z | Downloaded clap_derive v4.5.13 |
367 | 2024-08-29T14:38:58.233Z | Downloaded errno v0.3.9 |
368 | 2024-08-29T14:38:58.236Z | Downloaded cargo_metadata v0.18.1 |
369 | 2024-08-29T14:38:58.239Z | Downloaded tempfile v3.10.1 |
370 | 2024-08-29T14:38:58.241Z | Downloaded sha2 v0.10.8 |
371 | 2024-08-29T14:38:58.245Z | Downloaded scroll v0.12.0 |
372 | 2024-08-29T14:38:58.247Z | Downloaded indexmap v2.4.0 |
373 | 2024-08-29T14:38:58.250Z | Downloaded semver v1.0.23 |
374 | 2024-08-29T14:38:58.253Z | Downloaded proc-macro2 v1.0.86 |
375 | 2024-08-29T14:38:58.258Z | Downloaded papergrid v0.11.0 |
376 | 2024-08-29T14:38:58.263Z | Downloaded unicode-ident v1.0.12 |
377 | 2024-08-29T14:38:58.266Z | Downloaded typenum v1.17.0 |
378 | 2024-08-29T14:38:58.268Z | Downloaded serde v1.0.208 |
379 | 2024-08-29T14:38:58.271Z | Downloaded serde_derive v1.0.208 |
380 | 2024-08-29T14:38:58.274Z | Downloaded log v0.4.21 |
381 | 2024-08-29T14:38:58.281Z | Downloaded textwrap v0.16.1 |
382 | 2024-08-29T14:38:58.289Z | Downloaded memchr v2.7.2 |
383 | 2024-08-29T14:38:58.295Z | Downloaded toml_edit v0.22.20 |
384 | 2024-08-29T14:38:58.317Z | Downloaded serde_json v1.0.125 |
385 | 2024-08-29T14:38:58.324Z | Downloaded hashbrown v0.14.5 |
386 | 2024-08-29T14:38:58.329Z | Downloaded winnow v0.6.18 |
387 | 2024-08-29T14:38:58.337Z | Downloaded pest v2.7.10 |
388 | 2024-08-29T14:38:58.342Z | Downloaded clap_builder v4.5.15 |
389 | 2024-08-29T14:38:58.348Z | Downloaded zerocopy v0.7.34 |
390 | 2024-08-29T14:38:58.365Z | Downloaded tabled v0.15.0 |
391 | 2024-08-29T14:38:58.380Z | Downloaded syn v1.0.109 |
392 | 2024-08-29T14:38:58.390Z | Downloaded syn v2.0.74 |
393 | 2024-08-29T14:38:58.401Z | Downloaded goblin v0.8.2 |
394 | 2024-08-29T14:38:58.408Z | Downloaded rustix v0.38.34 |
395 | 2024-08-29T14:38:58.428Z | Downloaded unicode-width v0.1.13 |
396 | 2024-08-29T14:38:58.435Z | Downloaded libc v0.2.158 |
397 | 2024-08-29T14:38:58.736Z | Compiling proc-macro2 v1.0.86 |
398 | 2024-08-29T14:38:58.737Z | Compiling unicode-ident v1.0.12 |
399 | 2024-08-29T14:38:58.739Z | Compiling version_check v0.9.5 |
400 | 2024-08-29T14:38:58.739Z | Compiling serde v1.0.208 |
401 | 2024-08-29T14:38:58.739Z | Compiling memchr v2.7.2 |
402 | 2024-08-29T14:38:58.739Z | Compiling thiserror v1.0.63 |
403 | 2024-08-29T14:38:58.739Z | Compiling libc v0.2.158 |
404 | 2024-08-29T14:38:58.771Z | Compiling ryu v1.0.18 |
405 | 2024-08-29T14:38:59.013Z | Compiling itoa v1.0.11 |
406 | 2024-08-29T14:38:59.216Z | Compiling ucd-trie v0.1.6 |
407 | 2024-08-29T14:38:59.247Z | Compiling once_cell v1.19.0 |
408 | 2024-08-29T14:38:59.596Z | Compiling byteorder v1.5.0 |
409 | 2024-08-29T14:38:59.622Z | Compiling serde_json v1.0.125 |
410 | 2024-08-29T14:38:59.794Z | Compiling rustix v0.38.34 |
411 | 2024-08-29T14:39:00.015Z | Compiling bitflags v2.6.0 |
412 | 2024-08-29T14:39:00.139Z | Compiling usdt-impl v0.5.0 |
413 | 2024-08-29T14:39:00.412Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-08-29T14:39:00.439Z | Compiling syn v1.0.109 |
415 | 2024-08-29T14:39:00.488Z | Compiling quote v1.0.36 |
416 | 2024-08-29T14:39:00.681Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-08-29T14:39:00.706Z | Compiling plain v0.2.3 |
418 | 2024-08-29T14:39:00.806Z | Compiling hashbrown v0.14.5 |
419 | 2024-08-29T14:39:00.877Z | Compiling syn v2.0.74 |
420 | 2024-08-29T14:39:00.984Z | Compiling utf8parse v0.2.1 |
421 | 2024-08-29T14:39:01.071Z | Compiling errno v0.3.9 |
422 | 2024-08-29T14:39:01.177Z | Compiling equivalent v1.0.1 |
423 | 2024-08-29T14:39:01.224Z | Compiling camino v1.1.9 |
424 | 2024-08-29T14:39:01.326Z | Compiling thread-id v4.2.1 |
425 | 2024-08-29T14:39:01.329Z | Compiling log v0.4.21 |
426 | 2024-08-29T14:39:01.437Z | Compiling anstyle-parse v0.2.4 |
427 | 2024-08-29T14:39:01.957Z | Compiling anstyle-query v1.0.3 |
428 | 2024-08-29T14:39:02.013Z | Compiling is_terminal_polyfill v1.70.0 |
429 | 2024-08-29T14:39:02.120Z | Compiling indexmap v2.4.0 |
430 | 2024-08-29T14:39:02.161Z | Compiling anstyle v1.0.8 |
431 | 2024-08-29T14:39:02.187Z | Compiling colorchoice v1.0.1 |
432 | 2024-08-29T14:39:02.190Z | Compiling unicode-width v0.1.13 |
433 | 2024-08-29T14:39:02.349Z | Compiling autocfg v1.3.0 |
434 | 2024-08-29T14:39:02.352Z | Compiling winnow v0.6.18 |
435 | 2024-08-29T14:39:02.459Z | Compiling semver v1.0.23 |
436 | 2024-08-29T14:39:02.663Z | Compiling pretty-hex v0.4.1 |
437 | 2024-08-29T14:39:02.927Z | Compiling anstream v0.6.14 |
438 | 2024-08-29T14:39:03.362Z | Compiling anyhow v1.0.86 |
439 | 2024-08-29T14:39:03.387Z | Compiling fs-err v2.11.0 |
440 | 2024-08-29T14:39:03.496Z | Compiling terminal_size v0.3.0 |
441 | 2024-08-29T14:39:03.678Z | Compiling fastrand v2.1.0 |
442 | 2024-08-29T14:39:03.703Z | Compiling bytecount v0.6.8 |
443 | 2024-08-29T14:39:03.706Z | Compiling cfg-if v1.0.0 |
444 | 2024-08-29T14:39:03.832Z | Compiling heck v0.5.0 |
445 | 2024-08-29T14:39:03.915Z | Compiling clap_lex v0.7.0 |
446 | 2024-08-29T14:39:03.984Z | Compiling fnv v1.0.7 |
447 | 2024-08-29T14:39:04.130Z | Compiling strsim v0.11.1 |
448 | 2024-08-29T14:39:04.217Z | Compiling heck v0.4.1 |
449 | 2024-08-29T14:39:04.242Z | Compiling papergrid v0.11.0 |
450 | 2024-08-29T14:39:04.440Z | Compiling tempfile v3.10.1 |
451 | 2024-08-29T14:39:04.734Z | Compiling clap_builder v4.5.15 |
452 | 2024-08-29T14:39:05.254Z | Compiling memmap v0.7.0 |
453 | 2024-08-29T14:39:05.256Z | Compiling smawk v0.3.2 |
454 | 2024-08-29T14:39:05.303Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-08-29T14:39:05.769Z | Compiling textwrap v0.16.1 |
456 | 2024-08-29T14:39:06.109Z | Compiling swrite v0.1.0 |
457 | 2024-08-29T14:39:07.304Z | Compiling tabled_derive v0.7.0 |
458 | 2024-08-29T14:39:08.793Z | Compiling tabled v0.15.0 |
459 | 2024-08-29T14:39:09.737Z | Compiling serde_derive v1.0.208 |
460 | 2024-08-29T14:39:09.737Z | Compiling thiserror-impl v1.0.63 |
461 | 2024-08-29T14:39:09.761Z | Compiling zerocopy-derive v0.7.34 |
462 | 2024-08-29T14:39:09.817Z | Compiling scroll_derive v0.12.0 |
463 | 2024-08-29T14:39:09.982Z | Compiling clap_derive v4.5.13 |
464 | 2024-08-29T14:39:11.311Z | Compiling scroll v0.12.0 |
465 | 2024-08-29T14:39:11.794Z | Compiling zerocopy v0.7.34 |
466 | 2024-08-29T14:39:11.827Z | Compiling goblin v0.8.2 |
467 | 2024-08-29T14:39:12.505Z | Compiling pest v2.7.10 |
468 | 2024-08-29T14:39:13.709Z | Compiling clap v4.5.16 |
469 | 2024-08-29T14:39:14.854Z | Compiling pest_meta v2.7.10 |
470 | 2024-08-29T14:39:15.679Z | Compiling pest_generator v2.7.10 |
471 | 2024-08-29T14:39:17.565Z | Compiling pest_derive v2.7.10 |
472 | 2024-08-29T14:39:18.292Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-08-29T14:39:19.977Z | Compiling toml_datetime v0.6.8 |
474 | 2024-08-29T14:39:19.977Z | Compiling serde_spanned v0.6.7 |
475 | 2024-08-29T14:39:19.979Z | Compiling cargo-platform v0.1.8 |
476 | 2024-08-29T14:39:20.360Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-08-29T14:39:20.475Z | Compiling toml_edit v0.22.20 |
478 | 2024-08-29T14:39:20.578Z | Compiling macaddr v1.0.1 |
479 | 2024-08-29T14:39:20.615Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-08-29T14:39:21.389Z | Compiling dof v0.3.0 |
481 | 2024-08-29T14:39:21.389Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-08-29T14:39:23.373Z | Compiling usdt-macro v0.5.0 |
483 | 2024-08-29T14:39:23.376Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-08-29T14:39:23.411Z | Compiling toml v0.8.19 |
485 | 2024-08-29T14:39:24.231Z | Compiling cargo_toml v0.20.4 |
486 | 2024-08-29T14:39:24.812Z | Compiling usdt v0.5.0 |
487 | 2024-08-29T14:39:28.039Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-08-29T14:39:32.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.54s |
489 | 2024-08-29T14:39:32.556Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-08-29T14:39:33.133Z | Downloading crates ... |
491 | 2024-08-29T14:39:33.261Z | Downloaded arc-swap v1.7.1 |
492 | 2024-08-29T14:39:33.268Z | Downloaded ciborium-io v0.2.2 |
493 | 2024-08-29T14:39:33.270Z | Downloaded atty v0.2.14 |
494 | 2024-08-29T14:39:33.270Z | Downloaded atomicwrites v0.4.3 |
495 | 2024-08-29T14:39:33.273Z | Downloaded darling_macro v0.20.9 |
496 | 2024-08-29T14:39:33.273Z | Downloaded async-stream-impl v0.3.5 |
497 | 2024-08-29T14:39:33.284Z | Downloaded hubpack_derive v0.1.1 |
498 | 2024-08-29T14:39:33.287Z | Downloaded bitstruct_derive v0.1.0 |
499 | 2024-08-29T14:39:33.290Z | Downloaded crucible-workspace-hack v0.1.0 |
500 | 2024-08-29T14:39:33.292Z | Downloaded arrayref v0.3.7 |
501 | 2024-08-29T14:39:33.295Z | Downloaded newline-converter v0.3.0 |
502 | 2024-08-29T14:39:33.295Z | Downloaded matches v0.1.10 |
503 | 2024-08-29T14:39:33.295Z | Downloaded assert_matches v1.5.0 |
504 | 2024-08-29T14:39:33.298Z | Downloaded aead v0.5.2 |
505 | 2024-08-29T14:39:33.301Z | Downloaded is-terminal v0.4.12 |
506 | 2024-08-29T14:39:33.301Z | Downloaded bitstruct v0.1.1 |
507 | 2024-08-29T14:39:33.304Z | Downloaded http-range v0.1.5 |
508 | 2024-08-29T14:39:33.304Z | Downloaded async-recursion v1.1.1 |
509 | 2024-08-29T14:39:33.307Z | Downloaded normalize-line-endings v0.3.0 |
510 | 2024-08-29T14:39:33.310Z | Downloaded highway v1.2.0 |
511 | 2024-08-29T14:39:33.313Z | Downloaded chacha20 v0.9.1 |
512 | 2024-08-29T14:39:33.315Z | Downloaded impl-trait-for-tuples v0.2.2 |
513 | 2024-08-29T14:39:33.318Z | Downloaded indoc v1.0.9 |
514 | 2024-08-29T14:39:33.322Z | Downloaded httpdate v1.0.3 |
515 | 2024-08-29T14:39:33.326Z | Downloaded cipher v0.4.4 |
516 | 2024-08-29T14:39:33.326Z | Downloaded ident_case v1.0.1 |
517 | 2024-08-29T14:39:33.330Z | Downloaded md-5 v0.10.6 |
518 | 2024-08-29T14:39:33.330Z | Downloaded hostname v0.4.0 |
519 | 2024-08-29T14:39:33.332Z | Downloaded bb8 v0.8.5 |
520 | 2024-08-29T14:39:33.332Z | Downloaded keccak v0.1.5 |
521 | 2024-08-29T14:39:33.335Z | Downloaded lazycell v1.3.0 |
522 | 2024-08-29T14:39:33.335Z | Downloaded nodrop v0.1.14 |
523 | 2024-08-29T14:39:33.338Z | Downloaded mime v0.3.17 |
524 | 2024-08-29T14:39:33.338Z | Downloaded base16ct v0.2.0 |
525 | 2024-08-29T14:39:33.341Z | Downloaded atomic-waker v1.1.2 |
526 | 2024-08-29T14:39:33.344Z | Downloaded nanorand v0.7.0 |
527 | 2024-08-29T14:39:33.346Z | Downloaded mockall v0.13.0 |
528 | 2024-08-29T14:39:33.346Z | Downloaded num v0.4.3 |
529 | 2024-08-29T14:39:33.351Z | Downloaded cfg_aliases v0.1.1 |
530 | 2024-08-29T14:39:33.351Z | Downloaded crunchy v0.2.2 |
531 | 2024-08-29T14:39:33.354Z | Downloaded async-trait v0.1.81 |
532 | 2024-08-29T14:39:33.354Z | Downloaded iana-time-zone v0.1.60 |
533 | 2024-08-29T14:39:33.357Z | Downloaded ascii-canvas v3.0.0 |
534 | 2024-08-29T14:39:33.359Z | Downloaded cstr-argument v0.1.2 |
535 | 2024-08-29T14:39:33.362Z | Downloaded indent_write v2.2.0 |
536 | 2024-08-29T14:39:33.362Z | Downloaded russh-cryptovec v0.7.2 |
537 | 2024-08-29T14:39:33.364Z | Downloaded humantime v2.1.0 |
538 | 2024-08-29T14:39:33.365Z | Downloaded hubpack v0.1.2 |
539 | 2024-08-29T14:39:33.367Z | Downloaded is_ci v1.2.0 |
540 | 2024-08-29T14:39:33.370Z | Downloaded new_debug_unreachable v1.0.6 |
541 | 2024-08-29T14:39:33.370Z | Downloaded bit-vec v0.6.3 |
542 | 2024-08-29T14:39:33.373Z | Downloaded convert_case v0.4.0 |
543 | 2024-08-29T14:39:33.373Z | Downloaded ciborium-ll v0.2.2 |
544 | 2024-08-29T14:39:33.376Z | Downloaded md5 v0.7.0 |
545 | 2024-08-29T14:39:33.376Z | Downloaded match_cfg v0.1.0 |
546 | 2024-08-29T14:39:33.379Z | Downloaded cookie v0.17.0 |
547 | 2024-08-29T14:39:33.381Z | Downloaded cexpr v0.6.0 |
548 | 2024-08-29T14:39:33.384Z | Downloaded crc32fast v1.4.0 |
549 | 2024-08-29T14:39:33.387Z | Downloaded arrayvec v0.7.4 |
550 | 2024-08-29T14:39:33.387Z | Downloaded cookie_store v0.20.0 |
551 | 2024-08-29T14:39:33.390Z | Downloaded newtype_derive v0.1.6 |
552 | 2024-08-29T14:39:33.393Z | Downloaded num-complex v0.4.6 |
553 | 2024-08-29T14:39:33.395Z | Downloaded lru-cache v0.1.2 |
554 | 2024-08-29T14:39:33.395Z | Downloaded lock_api v0.4.12 |
555 | 2024-08-29T14:39:33.399Z | Downloaded bitfield-struct v0.6.1 |
556 | 2024-08-29T14:39:33.401Z | Downloaded maplit v1.0.2 |
557 | 2024-08-29T14:39:33.401Z | Downloaded cobs v0.2.3 |
558 | 2024-08-29T14:39:33.404Z | Downloaded inout v0.1.3 |
559 | 2024-08-29T14:39:33.404Z | Downloaded block-padding v0.3.3 |
560 | 2024-08-29T14:39:33.407Z | Downloaded sqlparser_derive v0.2.2 |
561 | 2024-08-29T14:39:33.407Z | Downloaded csv-core v0.1.11 |
562 | 2024-08-29T14:39:33.410Z | Downloaded ipnet v2.9.0 |
563 | 2024-08-29T14:39:33.413Z | Downloaded darling v0.20.9 |
564 | 2024-08-29T14:39:33.416Z | Downloaded curve25519-dalek-derive v0.1.1 |
565 | 2024-08-29T14:39:33.419Z | Downloaded httparse v1.8.0 |
566 | 2024-08-29T14:39:33.423Z | Downloaded take_mut v0.2.2 |
567 | 2024-08-29T14:39:33.423Z | Downloaded linked-hash-map v0.5.6 |
568 | 2024-08-29T14:39:33.423Z | Downloaded internet-checksum v0.2.1 |
569 | 2024-08-29T14:39:33.426Z | Downloaded lazy_static v1.5.0 |
570 | 2024-08-29T14:39:33.426Z | Downloaded libefi-sys v0.1.0 |
571 | 2024-08-29T14:39:33.429Z | Downloaded nibble_vec v0.1.0 |
572 | 2024-08-29T14:39:33.429Z | Downloaded multimap v0.10.0 |
573 | 2024-08-29T14:39:33.431Z | Downloaded maybe-uninit v2.0.0 |
574 | 2024-08-29T14:39:33.435Z | Downloaded semver v0.1.20 |
575 | 2024-08-29T14:39:33.435Z | Downloaded lalrpop-util v0.19.12 |
576 | 2024-08-29T14:39:33.438Z | Downloaded async-bb8-diesel v0.2.1 |
577 | 2024-08-29T14:39:33.438Z | Downloaded secrecy v0.8.0 |
578 | 2024-08-29T14:39:33.440Z | Downloaded crc-any v2.5.0 |
579 | 2024-08-29T14:39:33.443Z | Downloaded newtype-uuid v1.1.0 |
580 | 2024-08-29T14:39:33.447Z | Downloaded signal-hook-mio v0.2.4 |
581 | 2024-08-29T14:39:33.447Z | Downloaded serde_urlencoded v0.7.1 |
582 | 2024-08-29T14:39:33.450Z | Downloaded crossbeam-utils v0.8.19 |
583 | 2024-08-29T14:39:33.453Z | Downloaded bcs v0.1.6 |
584 | 2024-08-29T14:39:33.455Z | Downloaded dirs-sys v0.4.1 |
585 | 2024-08-29T14:39:33.456Z | Downloaded mime_guess v2.0.4 |
586 | 2024-08-29T14:39:33.460Z | Downloaded cancel-safe-futures v0.1.5 |
587 | 2024-08-29T14:39:33.463Z | Downloaded indexmap v1.9.3 |
588 | 2024-08-29T14:39:33.465Z | Downloaded slog-scope v4.4.0 |
589 | 2024-08-29T14:39:33.468Z | Downloaded oso-derive v0.27.3 |
590 | 2024-08-29T14:39:33.471Z | Downloaded termcolor v1.4.1 |
591 | 2024-08-29T14:39:33.471Z | Downloaded ssh-cipher v0.2.0 |
592 | 2024-08-29T14:39:33.474Z | Downloaded headers-core v0.2.0 |
593 | 2024-08-29T14:39:33.474Z | Downloaded tap v1.0.1 |
594 | 2024-08-29T14:39:33.480Z | Downloaded opaque-debug v0.3.1 |
595 | 2024-08-29T14:39:33.480Z | Downloaded tabwriter v1.4.0 |
596 | 2024-08-29T14:39:33.480Z | Downloaded untrusted v0.7.1 |
597 | 2024-08-29T14:39:33.480Z | Downloaded fxhash v0.2.1 |
598 | 2024-08-29T14:39:33.480Z | Downloaded structmeta-derive v0.2.0 |
599 | 2024-08-29T14:39:33.483Z | Downloaded ssh-encoding v0.2.0 |
600 | 2024-08-29T14:39:33.483Z | Downloaded phf_shared v0.11.2 |
601 | 2024-08-29T14:39:33.486Z | Downloaded memoffset v0.9.1 |
602 | 2024-08-29T14:39:33.486Z | Downloaded psl-types v2.0.11 |
603 | 2024-08-29T14:39:33.489Z | Downloaded native-tls v0.2.11 |
604 | 2024-08-29T14:39:33.495Z | Downloaded libsw v3.3.1 |
605 | 2024-08-29T14:39:33.500Z | Downloaded libloading v0.8.3 |
606 | 2024-08-29T14:39:33.500Z | Downloaded enum-as-inner v0.6.0 |
607 | 2024-08-29T14:39:33.501Z | Downloaded dirs-next v2.0.0 |
608 | 2024-08-29T14:39:33.501Z | Downloaded defmt-parser v0.3.4 |
609 | 2024-08-29T14:39:33.504Z | Downloaded defmt-macros v0.3.9 |
610 | 2024-08-29T14:39:33.507Z | Downloaded crossbeam-epoch v0.9.18 |
611 | 2024-08-29T14:39:33.510Z | Downloaded clang-sys v1.7.0 |
612 | 2024-08-29T14:39:33.514Z | Downloaded nu-ansi-term v0.50.0 |
613 | 2024-08-29T14:39:33.514Z | Downloaded allocator-api2 v0.2.18 |
614 | 2024-08-29T14:39:33.517Z | Downloaded dirs v5.0.1 |
615 | 2024-08-29T14:39:33.520Z | Downloaded float-ord v0.3.2 |
616 | 2024-08-29T14:39:33.525Z | Downloaded hickory-resolver v0.24.1 |
617 | 2024-08-29T14:39:33.528Z | Downloaded float-cmp v0.9.0 |
618 | 2024-08-29T14:39:33.528Z | Downloaded futures-executor v0.3.30 |
619 | 2024-08-29T14:39:33.531Z | Downloaded derive_builder_macro v0.20.0 |
620 | 2024-08-29T14:39:33.531Z | Downloaded tower-service v0.3.2 |
621 | 2024-08-29T14:39:33.534Z | Downloaded ciborium v0.2.2 |
622 | 2024-08-29T14:39:33.538Z | Downloaded tokio-tungstenite v0.20.1 |
623 | 2024-08-29T14:39:33.541Z | Downloaded untrusted v0.9.0 |
624 | 2024-08-29T14:39:33.541Z | Downloaded hashlink v0.9.1 |
625 | 2024-08-29T14:39:33.545Z | Downloaded tracing-attributes v0.1.27 |
626 | 2024-08-29T14:39:33.548Z | Downloaded parse-display-derive v0.10.0 |
627 | 2024-08-29T14:39:33.548Z | Downloaded foreign-types v0.5.0 |
628 | 2024-08-29T14:39:33.548Z | Downloaded foreign-types v0.3.2 |
629 | 2024-08-29T14:39:33.551Z | Downloaded parse-display v0.10.0 |
630 | 2024-08-29T14:39:33.551Z | Downloaded pem-rfc7468 v0.7.0 |
631 | 2024-08-29T14:39:33.554Z | Downloaded term v0.7.0 |
632 | 2024-08-29T14:39:33.559Z | Downloaded mockall_derive v0.13.0 |
633 | 2024-08-29T14:39:33.563Z | Downloaded number_prefix v0.4.0 |
634 | 2024-08-29T14:39:33.563Z | Downloaded foreign-types-shared v0.1.1 |
635 | 2024-08-29T14:39:33.566Z | Downloaded precomputed-hash v0.1.1 |
636 | 2024-08-29T14:39:33.566Z | Downloaded option-ext v0.2.0 |
637 | 2024-08-29T14:39:33.566Z | Downloaded bytes v1.7.1 |
638 | 2024-08-29T14:39:33.570Z | Downloaded foreign-types-macros v0.2.3 |
639 | 2024-08-29T14:39:33.573Z | Downloaded parse-size v1.0.0 |
640 | 2024-08-29T14:39:33.573Z | Downloaded scrypt v0.11.0 |
641 | 2024-08-29T14:39:33.576Z | Downloaded env_logger v0.10.2 |
642 | 2024-08-29T14:39:33.580Z | Downloaded signal-hook-registry v1.4.2 |
643 | 2024-08-29T14:39:33.583Z | Downloaded env_logger v0.9.3 |
644 | 2024-08-29T14:39:33.583Z | Downloaded rustc_version v0.4.0 |
645 | 2024-08-29T14:39:33.587Z | Downloaded rustc_version v0.1.7 |
646 | 2024-08-29T14:39:33.587Z | Downloaded similar v2.6.0 |
647 | 2024-08-29T14:39:33.590Z | Downloaded rustc-hash v1.1.0 |
648 | 2024-08-29T14:39:33.593Z | Downloaded path-slash v0.1.5 |
649 | 2024-08-29T14:39:33.596Z | Downloaded indicatif v0.17.8 |
650 | 2024-08-29T14:39:33.599Z | Downloaded hickory-server v0.24.1 |
651 | 2024-08-29T14:39:33.606Z | Downloaded tiny-keccak v2.0.2 |
652 | 2024-08-29T14:39:33.610Z | Downloaded pin-utils v0.1.0 |
653 | 2024-08-29T14:39:33.610Z | Downloaded unicode-xid v0.2.4 |
654 | 2024-08-29T14:39:33.615Z | Downloaded tinyvec_macros v0.1.1 |
655 | 2024-08-29T14:39:33.615Z | Downloaded utf-8 v0.7.6 |
656 | 2024-08-29T14:39:33.615Z | Downloaded fallible-iterator v0.2.0 |
657 | 2024-08-29T14:39:33.618Z | Downloaded embedded-io v0.4.0 |
658 | 2024-08-29T14:39:33.621Z | Downloaded pkcs1 v0.7.5 |
659 | 2024-08-29T14:39:33.626Z | Downloaded group v0.13.0 |
660 | 2024-08-29T14:39:33.636Z | Downloaded pin-project-lite v0.2.14 |
661 | 2024-08-29T14:39:33.642Z | Downloaded downcast v0.11.0 |
662 | 2024-08-29T14:39:33.646Z | Downloaded smallvec v1.13.2 |
663 | 2024-08-29T14:39:33.646Z | Downloaded foreign-types-shared v0.3.1 |
664 | 2024-08-29T14:39:33.649Z | Downloaded samael v0.0.15 |
665 | 2024-08-29T14:39:33.653Z | Downloaded ppv-lite86 v0.2.17 |
666 | 2024-08-29T14:39:33.655Z | Downloaded openssl-macros v0.1.1 |
667 | 2024-08-29T14:39:33.658Z | Downloaded pretty-hex v0.2.1 |
668 | 2024-08-29T14:39:33.658Z | Downloaded peg-runtime v0.8.3 |
669 | 2024-08-29T14:39:33.661Z | Downloaded supports-color v3.0.0 |
670 | 2024-08-29T14:39:33.661Z | Downloaded radium v0.7.0 |
671 | 2024-08-29T14:39:33.664Z | Downloaded paste v1.0.15 |
672 | 2024-08-29T14:39:33.667Z | Downloaded minimal-lexical v0.2.1 |
673 | 2024-08-29T14:39:33.672Z | Downloaded serde-hex v0.1.0 |
674 | 2024-08-29T14:39:33.676Z | Downloaded serde_path_to_error v0.1.16 |
675 | 2024-08-29T14:39:33.679Z | Downloaded serde_arrays v0.1.0 |
676 | 2024-08-29T14:39:33.679Z | Downloaded derive_builder_core v0.20.0 |
677 | 2024-08-29T14:39:33.681Z | Downloaded rpassword v7.3.1 |
678 | 2024-08-29T14:39:33.681Z | Downloaded tui-tree-widget v0.22.0 |
679 | 2024-08-29T14:39:33.685Z | Downloaded hickory-client v0.24.1 |
680 | 2024-08-29T14:39:33.689Z | Downloaded http v0.2.12 |
681 | 2024-08-29T14:39:33.692Z | Downloaded structmeta-derive v0.3.0 |
682 | 2024-08-29T14:39:33.698Z | Downloaded crossbeam-channel v0.5.12 |
683 | 2024-08-29T14:39:33.701Z | Downloaded termtree v0.4.1 |
684 | 2024-08-29T14:39:33.704Z | Downloaded wyz v0.5.1 |
685 | 2024-08-29T14:39:33.704Z | Downloaded password-hash v0.4.2 |
686 | 2024-08-29T14:39:33.707Z | Downloaded form_urlencoded v1.2.1 |
687 | 2024-08-29T14:39:33.709Z | Downloaded flume v0.11.0 |
688 | 2024-08-29T14:39:33.713Z | Downloaded parking_lot_core v0.8.6 |
689 | 2024-08-29T14:39:33.716Z | Downloaded password-hash v0.5.0 |
690 | 2024-08-29T14:39:33.719Z | Downloaded packed_struct v0.10.1 |
691 | 2024-08-29T14:39:33.719Z | Downloaded subprocess v0.2.9 |
692 | 2024-08-29T14:39:33.723Z | Downloaded tinyvec v1.6.0 |
693 | 2024-08-29T14:39:33.726Z | Downloaded pem v3.0.4 |
694 | 2024-08-29T14:39:33.729Z | Downloaded num-integer v0.1.46 |
695 | 2024-08-29T14:39:33.732Z | Downloaded serde_derive_internals v0.29.1 |
696 | 2024-08-29T14:39:33.735Z | Downloaded predicates-tree v1.0.9 |
697 | 2024-08-29T14:39:33.737Z | Downloaded peg v0.8.4 |
698 | 2024-08-29T14:39:33.741Z | Downloaded ref-cast-impl v1.0.23 |
699 | 2024-08-29T14:39:33.746Z | Downloaded signal-hook-tokio v0.3.1 |
700 | 2024-08-29T14:39:33.746Z | Downloaded shlex v1.3.0 |
701 | 2024-08-29T14:39:33.749Z | Downloaded shell-words v1.1.0 |
702 | 2024-08-29T14:39:33.749Z | Downloaded half v2.4.1 |
703 | 2024-08-29T14:39:33.752Z | Downloaded try-lock v0.2.5 |
704 | 2024-08-29T14:39:33.752Z | Downloaded display-error-chain v0.2.1 |
705 | 2024-08-29T14:39:33.755Z | Downloaded fallible-iterator v0.3.0 |
706 | 2024-08-29T14:39:33.757Z | Downloaded elliptic-curve v0.13.8 |
707 | 2024-08-29T14:39:33.760Z | Downloaded tls_codec_derive v0.4.1 |
708 | 2024-08-29T14:39:33.762Z | Downloaded itertools v0.10.5 |
709 | 2024-08-29T14:39:33.770Z | Downloaded termios v0.3.3 |
710 | 2024-08-29T14:39:33.772Z | Downloaded debug-ignore v1.0.5 |
711 | 2024-08-29T14:39:33.775Z | Downloaded hex-literal v0.4.1 |
712 | 2024-08-29T14:39:33.778Z | Downloaded openssl-probe v0.1.5 |
713 | 2024-08-29T14:39:33.778Z | Downloaded parking_lot v0.12.2 |
714 | 2024-08-29T14:39:33.782Z | Downloaded funty v2.0.0 |
715 | 2024-08-29T14:39:33.785Z | Downloaded heck v0.3.3 |
716 | 2024-08-29T14:39:33.785Z | Downloaded derive_more v0.99.18 |
717 | 2024-08-29T14:39:33.790Z | Downloaded pbkdf2 v0.12.2 |
718 | 2024-08-29T14:39:33.793Z | Downloaded dhcproto-macros v0.1.0 |
719 | 2024-08-29T14:39:33.796Z | Downloaded sync_wrapper v0.1.2 |
720 | 2024-08-29T14:39:33.796Z | Downloaded rand_xorshift v0.3.0 |
721 | 2024-08-29T14:39:33.798Z | Downloaded proc-macro-crate v1.3.1 |
722 | 2024-08-29T14:39:33.801Z | Downloaded primeorder v0.13.6 |
723 | 2024-08-29T14:39:33.801Z | Downloaded r2d2 v0.8.10 |
724 | 2024-08-29T14:39:33.803Z | Downloaded mio v1.0.2 |
725 | 2024-08-29T14:39:33.809Z | Downloaded rand_seeder v0.3.0 |
726 | 2024-08-29T14:39:33.813Z | Downloaded num-conv v0.1.0 |
727 | 2024-08-29T14:39:33.815Z | Downloaded toolchain_find v0.4.0 |
728 | 2024-08-29T14:39:33.815Z | Downloaded dsl_auto_type v0.1.2 |
729 | 2024-08-29T14:39:33.819Z | Downloaded xattr v1.3.1 |
730 | 2024-08-29T14:39:33.821Z | Downloaded crossterm v0.28.1 |
731 | 2024-08-29T14:39:33.827Z | Downloaded static_assertions v1.1.0 |
732 | 2024-08-29T14:39:33.829Z | Downloaded sigpipe v0.1.3 |
733 | 2024-08-29T14:39:33.833Z | Downloaded futures-channel v0.3.30 |
734 | 2024-08-29T14:39:33.836Z | Downloaded want v0.3.1 |
735 | 2024-08-29T14:39:33.836Z | Downloaded der_derive v0.7.2 |
736 | 2024-08-29T14:39:33.838Z | Downloaded unicode-segmentation v1.11.0 |
737 | 2024-08-29T14:39:33.841Z | Downloaded openssl-sys v0.9.103 |
738 | 2024-08-29T14:39:33.848Z | Downloaded endian-type v0.1.2 |
739 | 2024-08-29T14:39:33.851Z | Downloaded ref-cast v1.0.23 |
740 | 2024-08-29T14:39:33.855Z | Downloaded olpc-cjson v0.1.3 |
741 | 2024-08-29T14:39:33.855Z | Downloaded unicode_categories v0.1.1 |
742 | 2024-08-29T14:39:33.857Z | Downloaded rtoolbox v0.0.2 |
743 | 2024-08-29T14:39:33.860Z | Downloaded getopts v0.2.21 |
744 | 2024-08-29T14:39:33.860Z | Downloaded string_cache v0.8.7 |
745 | 2024-08-29T14:39:33.864Z | Downloaded sha1 v0.10.6 |
746 | 2024-08-29T14:39:33.866Z | Downloaded slab v0.4.9 |
747 | 2024-08-29T14:39:33.867Z | Downloaded tungstenite v0.21.0 |
748 | 2024-08-29T14:39:33.869Z | Downloaded twox-hash v1.6.3 |
749 | 2024-08-29T14:39:33.873Z | Downloaded ecdsa v0.16.9 |
750 | 2024-08-29T14:39:33.876Z | Downloaded difflib v0.4.0 |
751 | 2024-08-29T14:39:33.878Z | Downloaded thiserror-impl-no-std v2.0.2 |
752 | 2024-08-29T14:39:33.878Z | Downloaded topological-sort v0.2.2 |
753 | 2024-08-29T14:39:33.881Z | Downloaded tungstenite v0.20.1 |
754 | 2024-08-29T14:39:33.884Z | Downloaded postgres-protocol v0.6.7 |
755 | 2024-08-29T14:39:33.888Z | Downloaded waitgroup v0.1.2 |
756 | 2024-08-29T14:39:33.888Z | Downloaded time-core v0.1.2 |
757 | 2024-08-29T14:39:33.890Z | Downloaded num-bigint-dig v0.8.4 |
758 | 2024-08-29T14:39:33.895Z | Downloaded nom v7.1.3 |
759 | 2024-08-29T14:39:33.900Z | Downloaded vte_generate_state_changes v0.1.1 |
760 | 2024-08-29T14:39:33.903Z | Downloaded slog-envlogger v2.2.0 |
761 | 2024-08-29T14:39:33.903Z | Downloaded slog-dtrace v0.3.0 |
762 | 2024-08-29T14:39:33.906Z | Downloaded slog-async v2.8.0 |
763 | 2024-08-29T14:39:33.908Z | Downloaded prettyplease v0.2.20 |
764 | 2024-08-29T14:39:33.910Z | Downloaded polyval v0.6.2 |
765 | 2024-08-29T14:39:33.913Z | Downloaded hkdf v0.12.4 |
766 | 2024-08-29T14:39:33.915Z | Downloaded serde_repr v0.1.19 |
767 | 2024-08-29T14:39:33.918Z | Downloaded spki v0.7.3 |
768 | 2024-08-29T14:39:33.920Z | Downloaded erased-serde v0.3.31 |
769 | 2024-08-29T14:39:33.923Z | Downloaded fallible-streaming-iterator v0.1.9 |
770 | 2024-08-29T14:39:33.925Z | Downloaded which v4.4.2 |
771 | 2024-08-29T14:39:33.928Z | Downloaded libm v0.2.8 |
772 | 2024-08-29T14:39:33.935Z | Downloaded socket2 v0.4.10 |
773 | 2024-08-29T14:39:33.938Z | Downloaded either v1.13.0 |
774 | 2024-08-29T14:39:33.941Z | Downloaded dirs-sys-next v0.1.2 |
775 | 2024-08-29T14:39:33.941Z | Downloaded ena v0.14.3 |
776 | 2024-08-29T14:39:33.944Z | Downloaded zeroize v1.7.0 |
777 | 2024-08-29T14:39:33.944Z | Downloaded zerocopy v0.6.6 |
778 | 2024-08-29T14:39:33.946Z | Downloaded itertools v0.13.0 |
779 | 2024-08-29T14:39:33.955Z | Downloaded itertools v0.12.1 |
780 | 2024-08-29T14:39:33.963Z | Downloaded phf_shared v0.10.0 |
781 | 2024-08-29T14:39:33.965Z | Downloaded zone v0.1.8 |
782 | 2024-08-29T14:39:33.965Z | Downloaded schemars_derive v0.8.21 |
783 | 2024-08-29T14:39:33.968Z | Downloaded tokio-macros v2.4.0 |
784 | 2024-08-29T14:39:33.968Z | Downloaded walkdir v2.5.0 |
785 | 2024-08-29T14:39:33.970Z | Downloaded futures-macro v0.3.30 |
786 | 2024-08-29T14:39:33.970Z | Downloaded hyper v0.14.30 |
787 | 2024-08-29T14:39:33.979Z | Downloaded futures-io v0.3.30 |
788 | 2024-08-29T14:39:33.982Z | Downloaded ghash v0.5.1 |
789 | 2024-08-29T14:39:33.985Z | Downloaded zeroize_derive v1.4.2 |
790 | 2024-08-29T14:39:33.985Z | Downloaded spin v0.5.2 |
791 | 2024-08-29T14:39:33.985Z | Downloaded rustversion v1.0.17 |
792 | 2024-08-29T14:39:33.988Z | Downloaded vsss-rs v3.3.4 |
793 | 2024-08-29T14:39:33.991Z | Downloaded ron v0.8.1 |
794 | 2024-08-29T14:39:33.996Z | Downloaded scheduled-thread-pool v0.2.7 |
795 | 2024-08-29T14:39:33.999Z | Downloaded rusty-fork v0.3.0 |
796 | 2024-08-29T14:39:34.002Z | Downloaded flate2 v1.0.31 |
797 | 2024-08-29T14:39:34.006Z | Downloaded serde_plain v1.0.2 |
798 | 2024-08-29T14:39:34.009Z | Downloaded diff v0.1.13 |
799 | 2024-08-29T14:39:34.012Z | Downloaded blake3 v1.5.1 |
800 | 2024-08-29T14:39:34.020Z | Downloaded fd-lock v4.0.2 |
801 | 2024-08-29T14:39:34.022Z | Downloaded phf v0.11.2 |
802 | 2024-08-29T14:39:34.025Z | Downloaded spin v0.9.8 |
803 | 2024-08-29T14:39:34.027Z | Downloaded ed25519 v2.2.3 |
804 | 2024-08-29T14:39:34.031Z | Downloaded packed_struct_codegen v0.10.1 |
805 | 2024-08-29T14:39:34.031Z | Downloaded glob v0.3.1 |
806 | 2024-08-29T14:39:34.034Z | Downloaded postcard v1.0.8 |
807 | 2024-08-29T14:39:34.036Z | Downloaded rand v0.8.5 |
808 | 2024-08-29T14:39:34.039Z | Downloaded fatfs v0.3.6 |
809 | 2024-08-29T14:39:34.043Z | Downloaded sec1 v0.7.3 |
810 | 2024-08-29T14:39:34.045Z | Downloaded snafu-derive v0.8.2 |
811 | 2024-08-29T14:39:34.048Z | Downloaded test-strategy v0.3.1 |
812 | 2024-08-29T14:39:34.051Z | Downloaded snafu v0.8.2 |
813 | 2024-08-29T14:39:34.058Z | Downloaded rcgen v0.12.1 |
814 | 2024-08-29T14:39:34.061Z | Downloaded rustls-pemfile v2.1.3 |
815 | 2024-08-29T14:39:34.064Z | Downloaded reedline v0.33.0 |
816 | 2024-08-29T14:39:34.072Z | Downloaded expectorate v1.1.0 |
817 | 2024-08-29T14:39:34.074Z | Downloaded globset v0.4.14 |
818 | 2024-08-29T14:39:34.077Z | Downloaded vte v0.11.1 |
819 | 2024-08-29T14:39:34.080Z | Downloaded tracing v0.1.40 |
820 | 2024-08-29T14:39:34.083Z | Downloaded typed-path v0.7.1 |
821 | 2024-08-29T14:39:34.090Z | Downloaded vergen v8.3.2 |
822 | 2024-08-29T14:39:34.094Z | Downloaded rsa v0.9.6 |
823 | 2024-08-29T14:39:34.099Z | Downloaded diesel_derives v2.2.2 |
824 | 2024-08-29T14:39:34.104Z | Downloaded russh v0.44.1 |
825 | 2024-08-29T14:39:34.110Z | Downloaded toml v0.7.8 |
826 | 2024-08-29T14:39:34.114Z | Downloaded num-traits v0.2.19 |
827 | 2024-08-29T14:39:34.117Z | Downloaded h2 v0.3.26 |
828 | 2024-08-29T14:39:34.125Z | Downloaded heapless v0.7.17 |
829 | 2024-08-29T14:39:34.129Z | Downloaded lalrpop v0.19.12 |
830 | 2024-08-29T14:39:34.143Z | Downloaded schemars v0.8.21 |
831 | 2024-08-29T14:39:34.156Z | Downloaded hashbrown v0.12.3 |
832 | 2024-08-29T14:39:34.160Z | Downloaded steno v0.4.1 |
833 | 2024-08-29T14:39:34.164Z | Downloaded chrono v0.4.38 |
834 | 2024-08-29T14:39:34.173Z | Downloaded bitvec v1.0.1 |
835 | 2024-08-29T14:39:34.189Z | Downloaded toml_edit v0.19.15 |
836 | 2024-08-29T14:39:34.206Z | Downloaded ed25519-dalek v2.1.1 |
837 | 2024-08-29T14:39:34.210Z | Downloaded time v0.3.36 |
838 | 2024-08-29T14:39:34.217Z | Downloaded tough v0.17.1 |
839 | 2024-08-29T14:39:34.226Z | Downloaded tokio-util v0.7.11 |
840 | 2024-08-29T14:39:34.233Z | Downloaded sqlparser v0.45.0 |
841 | 2024-08-29T14:39:34.240Z | Downloaded idna v0.5.0 |
842 | 2024-08-29T14:39:34.248Z | Downloaded rusqlite v0.31.0 |
843 | 2024-08-29T14:39:34.254Z | Downloaded idna v0.3.0 |
844 | 2024-08-29T14:39:34.263Z | Downloaded idna v0.4.0 |
845 | 2024-08-29T14:39:34.270Z | Downloaded nix v0.27.1 |
846 | 2024-08-29T14:39:34.282Z | Downloaded proptest v1.5.0 |
847 | 2024-08-29T14:39:34.293Z | Downloaded portable-atomic v1.6.0 |
848 | 2024-08-29T14:39:34.300Z | Downloaded rayon v1.10.0 |
849 | 2024-08-29T14:39:34.310Z | Downloaded vcpkg v0.2.15 |
850 | 2024-08-29T14:39:34.350Z | Downloaded p521 v0.13.3 |
851 | 2024-08-29T14:39:34.354Z | Downloaded dropshot v0.10.1 |
852 | 2024-08-29T14:39:34.364Z | Downloaded curve25519-dalek v4.1.3 |
853 | 2024-08-29T14:39:34.374Z | Downloaded nix v0.28.0 |
854 | 2024-08-29T14:39:34.387Z | Downloaded rustls-webpki v0.101.7 |
855 | 2024-08-29T14:39:34.401Z | Downloaded git2 v0.19.0 |
856 | 2024-08-29T14:39:34.411Z | Downloaded rustls v0.22.4 |
857 | 2024-08-29T14:39:34.426Z | Downloaded gimli v0.28.1 |
858 | 2024-08-29T14:39:34.434Z | Downloaded polar-core v0.27.3 |
859 | 2024-08-29T14:39:34.443Z | Downloaded rustls-webpki v0.102.4 |
860 | 2024-08-29T14:39:34.463Z | Downloaded regex v1.10.6 |
861 | 2024-08-29T14:39:34.476Z | Downloaded regex-syntax v0.6.29 |
862 | 2024-08-29T14:39:34.485Z | Downloaded regress v0.9.1 |
863 | 2024-08-29T14:39:34.494Z | Downloaded object v0.30.4 |
864 | 2024-08-29T14:39:34.505Z | Downloaded openssl v0.10.66 |
865 | 2024-08-29T14:39:34.516Z | Downloaded p384 v0.13.0 |
866 | 2024-08-29T14:39:34.523Z | Downloaded object v0.32.2 |
867 | 2024-08-29T14:39:34.535Z | Downloaded bstr v1.9.1 |
868 | 2024-08-29T14:39:34.546Z | Downloaded smoltcp v0.9.1 |
869 | 2024-08-29T14:39:34.558Z | Downloaded hickory-proto v0.24.1 |
870 | 2024-08-29T14:39:34.575Z | Downloaded ratatui v0.28.0 |
871 | 2024-08-29T14:39:34.596Z | Downloaded diesel v2.2.3 |
872 | 2024-08-29T14:39:34.617Z | Downloaded smoltcp v0.11.0 |
873 | 2024-08-29T14:39:34.630Z | Downloaded zerocopy-derive v0.6.6 |
874 | 2024-08-29T14:39:34.641Z | Downloaded sled v0.34.7 |
875 | 2024-08-29T14:39:34.653Z | Downloaded openapiv3 v2.0.0 |
876 | 2024-08-29T14:39:34.665Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
877 | 2024-08-29T14:39:34.679Z | Downloaded radix_trie v0.2.1 |
878 | 2024-08-29T14:39:34.684Z | Downloaded petgraph v0.6.5 |
879 | 2024-08-29T14:39:34.704Z | Downloaded regex-automata v0.4.6 |
880 | 2024-08-29T14:39:34.722Z | Downloaded tokio v1.39.3 |
881 | 2024-08-29T14:39:34.761Z | Downloaded finl_unicode v1.2.0 |
882 | 2024-08-29T14:39:34.774Z | Downloaded csv v1.3.0 |
883 | 2024-08-29T14:39:34.795Z | Downloaded sha3 v0.10.8 |
884 | 2024-08-29T14:39:34.799Z | Downloaded regex-syntax v0.8.4 |
885 | 2024-08-29T14:39:34.808Z | Downloaded webpki-roots v0.25.4 |
886 | 2024-08-29T14:39:34.812Z | Downloaded futures-util v0.3.30 |
887 | 2024-08-29T14:39:34.825Z | Downloaded trust-dns-proto v0.22.0 |
888 | 2024-08-29T14:39:34.838Z | Downloaded quick-xml v0.31.0 |
889 | 2024-08-29T14:39:34.843Z | Downloaded rustls v0.21.12 |
890 | 2024-08-29T14:39:34.856Z | Downloaded idna v0.2.3 |
891 | 2024-08-29T14:39:34.862Z | Downloaded rustyline v14.0.0 |
892 | 2024-08-29T14:39:34.868Z | Downloaded x509-cert v0.2.5 |
893 | 2024-08-29T14:39:34.874Z | Downloaded winnow v0.5.40 |
894 | 2024-08-29T14:39:34.884Z | Downloaded bindgen v0.69.4 |
895 | 2024-08-29T14:39:34.892Z | Downloaded reqwest v0.11.27 |
896 | 2024-08-29T14:39:34.900Z | Downloaded getrandom v0.2.14 |
897 | 2024-08-29T14:39:34.903Z | Downloaded unicode-normalization v0.1.23 |
898 | 2024-08-29T14:39:34.907Z | Downloaded ssh-key v0.6.6 |
899 | 2024-08-29T14:39:34.917Z | Downloaded serde_with v3.9.0 |
900 | 2024-08-29T14:39:34.926Z | Downloaded serde_yaml v0.9.34+deprecated |
901 | 2024-08-29T14:39:34.930Z | Downloaded heapless v0.8.0 |
902 | 2024-08-29T14:39:34.934Z | Downloaded tokio-tungstenite v0.23.1 |
903 | 2024-08-29T14:39:34.937Z | Downloaded time-macros v0.2.18 |
904 | 2024-08-29T14:39:34.940Z | Downloaded scopeguard v1.2.0 |
905 | 2024-08-29T14:39:34.942Z | Downloaded strum_macros v0.24.3 |
906 | 2024-08-29T14:39:34.942Z | Downloaded pkcs5 v0.7.1 |
907 | 2024-08-29T14:39:34.946Z | Downloaded num-rational v0.4.2 |
908 | 2024-08-29T14:39:34.949Z | Downloaded p256 v0.13.2 |
909 | 2024-08-29T14:39:34.951Z | Downloaded encoding_rs v0.8.34 |
910 | 2024-08-29T14:39:34.975Z | Downloaded hashbrown v0.13.2 |
911 | 2024-08-29T14:39:34.979Z | Downloaded num_enum_derive v0.5.11 |
912 | 2024-08-29T14:39:34.982Z | Downloaded tokio-postgres v0.7.11 |
913 | 2024-08-29T14:39:34.985Z | Downloaded futures-sink v0.3.30 |
914 | 2024-08-29T14:39:34.988Z | Downloaded futures-core v0.3.30 |
915 | 2024-08-29T14:39:34.988Z | Downloaded filetime v0.2.24 |
916 | 2024-08-29T14:39:34.991Z | Downloaded structmeta v0.2.0 |
917 | 2024-08-29T14:39:34.991Z | Downloaded strip-ansi-escapes v0.2.0 |
918 | 2024-08-29T14:39:34.993Z | Downloaded sqlformat v0.2.4 |
919 | 2024-08-29T14:39:34.993Z | Downloaded postgres-types v0.2.7 |
920 | 2024-08-29T14:39:34.999Z | Downloaded pkg-config v0.3.30 |
921 | 2024-08-29T14:39:34.999Z | Downloaded predicates-core v1.0.6 |
922 | 2024-08-29T14:39:34.999Z | Downloaded predicates v3.1.2 |
923 | 2024-08-29T14:39:35.003Z | Downloaded signature v2.2.0 |
924 | 2024-08-29T14:39:35.003Z | Downloaded same-file v1.0.6 |
925 | 2024-08-29T14:39:35.006Z | Downloaded oso v0.27.3 |
926 | 2024-08-29T14:39:35.009Z | Downloaded futures v0.3.30 |
927 | 2024-08-29T14:39:35.013Z | Downloaded serde-big-array v0.5.1 |
928 | 2024-08-29T14:39:35.015Z | Downloaded ring v0.17.8 |
929 | 2024-08-29T14:39:35.086Z | Downloaded powerfmt v0.2.0 |
930 | 2024-08-29T14:39:35.088Z | Downloaded num-iter v0.1.45 |
931 | 2024-08-29T14:39:35.088Z | Downloaded rustls-pki-types v1.7.0 |
932 | 2024-08-29T14:39:35.091Z | Downloaded parking_lot v0.11.2 |
933 | 2024-08-29T14:39:35.094Z | Downloaded aho-corasick v1.1.3 |
934 | 2024-08-29T14:39:35.097Z | Downloaded strum_macros v0.25.3 |
935 | 2024-08-29T14:39:35.100Z | Downloaded pkcs8 v0.10.2 |
936 | 2024-08-29T14:39:35.103Z | Downloaded slog v2.7.0 |
937 | 2024-08-29T14:39:35.106Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
938 | 2024-08-29T14:39:35.164Z | Downloaded derive-where v1.2.7 |
939 | 2024-08-29T14:39:35.167Z | Downloaded dhcproto v0.12.0 |
940 | 2024-08-29T14:39:35.170Z | Downloaded poly1305 v0.8.0 |
941 | 2024-08-29T14:39:35.172Z | Downloaded gethostname v0.5.0 |
942 | 2024-08-29T14:39:35.175Z | Downloaded futures-task v0.3.30 |
943 | 2024-08-29T14:39:35.175Z | Downloaded hex v0.4.3 |
944 | 2024-08-29T14:39:35.178Z | Downloaded russh-keys v0.44.0 |
945 | 2024-08-29T14:39:35.180Z | Downloaded crossterm v0.27.0 |
946 | 2024-08-29T14:39:35.185Z | Downloaded deranged v0.3.11 |
947 | 2024-08-29T14:39:35.187Z | Downloaded uzers v0.11.3 |
948 | 2024-08-29T14:39:35.190Z | Downloaded portpicker v0.1.1 |
949 | 2024-08-29T14:39:35.190Z | Downloaded tls_codec v0.4.1 |
950 | 2024-08-29T14:39:35.192Z | Downloaded rayon-core v1.12.1 |
951 | 2024-08-29T14:39:35.195Z | Downloaded thread_local v1.1.8 |
952 | 2024-08-29T14:39:35.195Z | Downloaded thiserror-no-std v2.0.2 |
953 | 2024-08-29T14:39:35.199Z | Downloaded publicsuffix v2.2.3 |
954 | 2024-08-29T14:39:35.201Z | Downloaded der v0.7.9 |
955 | 2024-08-29T14:39:35.206Z | Downloaded rand_core v0.6.4 |
956 | 2024-08-29T14:39:35.209Z | Downloaded rand_chacha v0.3.1 |
957 | 2024-08-29T14:39:35.209Z | Downloaded peg-macros v0.8.4 |
958 | 2024-08-29T14:39:35.211Z | Downloaded pbkdf2 v0.11.0 |
959 | 2024-08-29T14:39:35.214Z | Downloaded unicode-bidi v0.3.15 |
960 | 2024-08-29T14:39:35.217Z | Downloaded pin-project v1.1.5 |
961 | 2024-08-29T14:39:35.226Z | Downloaded fragile v2.0.0 |
962 | 2024-08-29T14:39:35.229Z | Downloaded unicase v2.7.0 |
963 | 2024-08-29T14:39:35.231Z | Downloaded unarray v0.1.4 |
964 | 2024-08-29T14:39:35.232Z | Downloaded percent-encoding v2.3.1 |
965 | 2024-08-29T14:39:35.232Z | Downloaded fixedbitset v0.4.2 |
966 | 2024-08-29T14:39:35.234Z | Downloaded libxml v0.3.3 |
967 | 2024-08-29T14:39:35.238Z | Downloaded stringprep v0.1.4 |
968 | 2024-08-29T14:39:35.241Z | Downloaded aes-gcm v0.10.3 |
969 | 2024-08-29T14:39:35.243Z | Downloaded rfc6979 v0.4.0 |
970 | 2024-08-29T14:39:35.246Z | Downloaded slog-term v2.9.1 |
971 | 2024-08-29T14:39:35.248Z | Downloaded url v2.5.2 |
972 | 2024-08-29T14:39:35.251Z | Downloaded aes v0.8.4 |
973 | 2024-08-29T14:39:35.253Z | Downloaded slog-stdlog v4.1.1 |
974 | 2024-08-29T14:39:35.256Z | Downloaded uuid v1.10.0 |
975 | 2024-08-29T14:39:35.259Z | Downloaded tungstenite v0.23.0 |
976 | 2024-08-29T14:39:35.262Z | Downloaded headers v0.3.9 |
977 | 2024-08-29T14:39:35.266Z | Downloaded num-derive v0.4.2 |
978 | 2024-08-29T14:39:35.269Z | Downloaded hash32 v0.3.1 |
979 | 2024-08-29T14:39:35.271Z | Downloaded hash32 v0.2.1 |
980 | 2024-08-29T14:39:35.271Z | Downloaded flagset v0.4.5 |
981 | 2024-08-29T14:39:35.274Z | Downloaded rustc-demangle v0.1.24 |
982 | 2024-08-29T14:39:35.274Z | Downloaded unsafe-libyaml v0.2.11 |
983 | 2024-08-29T14:39:35.277Z | Downloaded rustls-pemfile v1.0.4 |
984 | 2024-08-29T14:39:35.280Z | Downloaded num-bigint v0.4.5 |
985 | 2024-08-29T14:39:35.284Z | Downloaded smallvec v0.6.14 |
986 | 2024-08-29T14:39:35.287Z | Downloaded signal-hook v0.3.17 |
987 | 2024-08-29T14:39:35.289Z | Downloaded zip v0.6.6 |
988 | 2024-08-29T14:39:35.292Z | Downloaded dropshot_endpoint v0.10.1 |
989 | 2024-08-29T14:39:35.295Z | Downloaded data-encoding v2.6.0 |
990 | 2024-08-29T14:39:35.295Z | Downloaded wait-timeout v0.2.0 |
991 | 2024-08-29T14:39:35.297Z | Downloaded base64 v0.22.1 |
992 | 2024-08-29T14:39:35.300Z | Downloaded tokio-native-tls v0.3.1 |
993 | 2024-08-29T14:39:35.302Z | Downloaded strum v0.26.3 |
994 | 2024-08-29T14:39:35.303Z | Downloaded structmeta v0.3.0 |
995 | 2024-08-29T14:39:35.305Z | Downloaded slog-json v2.6.1 |
996 | 2024-08-29T14:39:35.305Z | Downloaded tokio-rustls v0.24.1 |
997 | 2024-08-29T14:39:35.307Z | Downloaded tracing-core v0.1.32 |
998 | 2024-08-29T14:39:35.310Z | Downloaded darling_core v0.20.9 |
999 | 2024-08-29T14:39:35.315Z | Downloaded derive_builder v0.20.0 |
1000 | 2024-08-29T14:39:35.319Z | Downloaded tokio-tungstenite v0.21.0 |
1001 | 2024-08-29T14:39:35.323Z | Downloaded http v1.1.0 |
1002 | 2024-08-29T14:39:35.326Z | Downloaded chacha20poly1305 v0.10.1 |
1003 | 2024-08-29T14:39:35.329Z | Downloaded miniz_oxide v0.7.2 |
1004 | 2024-08-29T14:39:35.331Z | Downloaded compact_str v0.8.0 |
1005 | 2024-08-29T14:39:35.335Z | Downloaded stable_deref_trait v1.2.0 |
1006 | 2024-08-29T14:39:35.335Z | Downloaded serde_with_macros v3.9.0 |
1007 | 2024-08-29T14:39:35.338Z | Downloaded sct v0.7.1 |
1008 | 2024-08-29T14:39:35.341Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1009 | 2024-08-29T14:39:35.341Z | Downloaded zone_cfg_derive v0.1.2 |
1010 | 2024-08-29T14:39:35.341Z | Downloaded num_threads v0.1.7 |
1011 | 2024-08-29T14:39:35.343Z | Downloaded ff v0.13.0 |
1012 | 2024-08-29T14:39:35.344Z | Downloaded resolv-conf v0.7.0 |
1013 | 2024-08-29T14:39:35.346Z | Downloaded ron v0.7.1 |
1014 | 2024-08-29T14:39:35.349Z | Downloaded mio v0.8.11 |
1015 | 2024-08-29T14:39:35.355Z | Downloaded cc v1.0.97 |
1016 | 2024-08-29T14:39:35.358Z | Downloaded owo-colors v4.0.0 |
1017 | 2024-08-29T14:39:35.360Z | Downloaded dyn-clone v1.0.17 |
1018 | 2024-08-29T14:39:35.362Z | Downloaded base64 v0.13.1 |
1019 | 2024-08-29T14:39:35.365Z | Downloaded backtrace v0.3.71 |
1020 | 2024-08-29T14:39:35.370Z | Downloaded universal-hash v0.5.1 |
1021 | 2024-08-29T14:39:35.373Z | Downloaded unicode-truncate v1.0.0 |
1022 | 2024-08-29T14:39:35.373Z | Downloaded pin-project-internal v1.1.5 |
1023 | 2024-08-29T14:39:35.375Z | Downloaded parking_lot_core v0.9.10 |
1024 | 2024-08-29T14:39:35.378Z | Downloaded omicron-zone-package v0.11.0 |
1025 | 2024-08-29T14:39:35.381Z | Downloaded tar v0.4.41 |
1026 | 2024-08-29T14:39:35.383Z | Downloaded subtle v2.5.0 |
1027 | 2024-08-29T14:39:35.383Z | Downloaded slog-bunyan v2.5.0 |
1028 | 2024-08-29T14:39:35.386Z | Downloaded strum_macros v0.26.4 |
1029 | 2024-08-29T14:39:35.386Z | Downloaded socket2 v0.5.7 |
1030 | 2024-08-29T14:39:35.390Z | Downloaded crypto-bigint v0.5.5 |
1031 | 2024-08-29T14:39:35.395Z | Downloaded num_enum v0.5.11 |
1032 | 2024-08-29T14:39:35.400Z | Downloaded yasna v0.5.2 |
1033 | 2024-08-29T14:39:35.402Z | Downloaded const_format v0.2.32 |
1034 | 2024-08-29T14:39:35.406Z | Downloaded base64 v0.21.7 |
1035 | 2024-08-29T14:39:35.410Z | Downloaded quick-error v1.2.3 |
1036 | 2024-08-29T14:39:35.414Z | Downloaded whoami v1.5.1 |
1037 | 2024-08-29T14:39:35.417Z | Downloaded cookie v0.18.1 |
1038 | 2024-08-29T14:39:35.419Z | Downloaded const-oid v0.9.6 |
1039 | 2024-08-29T14:39:35.422Z | Downloaded tokio-stream v0.1.15 |
1040 | 2024-08-29T14:39:35.425Z | Downloaded tokio-rustls v0.25.0 |
1041 | 2024-08-29T14:39:35.427Z | Downloaded blake2 v0.10.6 |
1042 | 2024-08-29T14:39:35.429Z | Downloaded enum-as-inner v0.5.1 |
1043 | 2024-08-29T14:39:35.432Z | Downloaded defmt v0.3.8 |
1044 | 2024-08-29T14:39:35.434Z | Downloaded jobserver v0.1.32 |
1045 | 2024-08-29T14:39:35.437Z | Downloaded hmac v0.12.1 |
1046 | 2024-08-29T14:39:35.440Z | Downloaded smf v0.2.3 |
1047 | 2024-08-29T14:39:35.440Z | Downloaded addr2line v0.21.0 |
1048 | 2024-08-29T14:39:35.442Z | Downloaded siphasher v0.3.11 |
1049 | 2024-08-29T14:39:35.445Z | Downloaded hyper-rustls v0.24.2 |
1050 | 2024-08-29T14:39:35.445Z | Downloaded bzip2 v0.4.4 |
1051 | 2024-08-29T14:39:35.447Z | Downloaded ahash v0.8.11 |
1052 | 2024-08-29T14:39:35.450Z | Downloaded salsa20 v0.10.2 |
1053 | 2024-08-29T14:39:35.450Z | Downloaded rustfmt-wrapper v0.2.1 |
1054 | 2024-08-29T14:39:35.453Z | Downloaded managed v0.8.0 |
1055 | 2024-08-29T14:39:35.453Z | Downloaded lru v0.12.3 |
1056 | 2024-08-29T14:39:35.455Z | Downloaded kstat-rs v0.2.4 |
1057 | 2024-08-29T14:39:35.455Z | Downloaded ipnetwork v0.20.0 |
1058 | 2024-08-29T14:39:35.458Z | Downloaded castaway v0.2.3 |
1059 | 2024-08-29T14:39:35.458Z | Downloaded ctr v0.9.2 |
1060 | 2024-08-29T14:39:35.461Z | Downloaded hostname v0.3.1 |
1061 | 2024-08-29T14:39:35.461Z | Downloaded const_format_proc_macros v0.2.32 |
1062 | 2024-08-29T14:39:35.463Z | Downloaded crc v3.2.1 |
1063 | 2024-08-29T14:39:35.466Z | Downloaded hyper-tls v0.5.0 |
1064 | 2024-08-29T14:39:35.470Z | Downloaded multer v3.1.0 |
1065 | 2024-08-29T14:39:35.470Z | Downloaded memmap2 v0.9.4 |
1066 | 2024-08-29T14:39:35.473Z | Downloaded console v0.15.8 |
1067 | 2024-08-29T14:39:35.475Z | Downloaded cbc v0.1.2 |
1068 | 2024-08-29T14:39:35.475Z | Downloaded base64ct v1.6.0 |
1069 | 2024-08-29T14:39:35.478Z | Downloaded backoff v0.4.0 |
1070 | 2024-08-29T14:39:35.481Z | Downloaded array-init v0.0.4 |
1071 | 2024-08-29T14:39:35.481Z | Downloaded bcrypt-pbkdf v0.10.0 |
1072 | 2024-08-29T14:39:35.484Z | Downloaded instant v0.1.12 |
1073 | 2024-08-29T14:39:35.484Z | Downloaded http-body v0.4.6 |
1074 | 2024-08-29T14:39:35.484Z | Downloaded instability v0.3.2 |
1075 | 2024-08-29T14:39:35.486Z | Downloaded ascii v1.1.0 |
1076 | 2024-08-29T14:39:35.486Z | Downloaded argon2 v0.5.3 |
1077 | 2024-08-29T14:39:35.489Z | Downloaded async-stream v0.3.5 |
1078 | 2024-08-29T14:39:35.492Z | Downloaded linear-map v1.2.0 |
1079 | 2024-08-29T14:39:35.492Z | Downloaded cassowary v0.3.0 |
1080 | 2024-08-29T14:39:35.494Z | Downloaded crossbeam-deque v0.8.5 |
1081 | 2024-08-29T14:39:35.494Z | Downloaded colored v2.1.0 |
1082 | 2024-08-29T14:39:35.497Z | Downloaded bitfield v0.14.0 |
1083 | 2024-08-29T14:39:35.499Z | Downloaded hyper-staticfile v0.9.5 |
1084 | 2024-08-29T14:39:35.499Z | Downloaded home v0.5.9 |
1085 | 2024-08-29T14:39:35.502Z | Downloaded crc-catalog v2.4.0 |
1086 | 2024-08-29T14:39:35.502Z | Downloaded constant_time_eq v0.3.0 |
1087 | 2024-08-29T14:39:35.504Z | Downloaded blowfish v0.9.1 |
1088 | 2024-08-29T14:39:35.505Z | Downloaded bit-set v0.5.3 |
1089 | 2024-08-29T14:39:35.505Z | Downloaded adler v1.0.2 |
1090 | 2024-08-29T14:39:35.507Z | Downloaded buf-list v1.0.3 |
1091 | 2024-08-29T14:39:35.510Z | Downloaded bitflags v1.3.2 |
1092 | 2024-08-29T14:39:35.573Z | Downloaded libz-sys v1.1.16 |
1093 | 2024-08-29T14:39:35.759Z | Downloaded libsqlite3-sys v0.28.0 |
1094 | 2024-08-29T14:39:35.845Z | Downloaded ring v0.16.20 |
1095 | 2024-08-29T14:39:36.022Z | Compiling serde v1.0.208 |
1096 | 2024-08-29T14:39:36.025Z | Compiling typenum v1.17.0 |
1097 | 2024-08-29T14:39:36.025Z | Compiling generic-array v0.14.7 |
1098 | 2024-08-29T14:39:36.025Z | Compiling lock_api v0.4.12 |
1099 | 2024-08-29T14:39:36.025Z | Compiling scopeguard v1.2.0 |
1100 | 2024-08-29T14:39:36.025Z | Compiling log v0.4.21 |
1101 | 2024-08-29T14:39:36.192Z | Compiling syn v2.0.74 |
1102 | 2024-08-29T14:39:36.203Z | Compiling getrandom v0.2.14 |
1103 | 2024-08-29T14:39:36.338Z | Compiling jobserver v0.1.32 |
1104 | 2024-08-29T14:39:36.486Z | Compiling rand_core v0.6.4 |
1105 | 2024-08-29T14:39:36.663Z | Compiling subtle v2.5.0 |
1106 | 2024-08-29T14:39:36.734Z | Compiling cc v1.0.97 |
1107 | 2024-08-29T14:39:36.752Z | Compiling const-oid v0.9.6 |
1108 | 2024-08-29T14:39:37.094Z | Compiling smallvec v1.13.2 |
1109 | 2024-08-29T14:39:37.151Z | Compiling pin-project-lite v0.2.14 |
1110 | 2024-08-29T14:39:37.226Z | Compiling parking_lot_core v0.9.10 |
1111 | 2024-08-29T14:39:37.287Z | Compiling signal-hook-registry v1.4.2 |
1112 | 2024-08-29T14:39:37.327Z | Compiling spin v0.9.8 |
1113 | 2024-08-29T14:39:37.505Z | Compiling mio v1.0.2 |
1114 | 2024-08-29T14:39:37.793Z | Compiling ahash v0.8.11 |
1115 | 2024-08-29T14:39:38.165Z | Compiling parking_lot v0.12.2 |
1116 | 2024-08-29T14:39:38.207Z | Compiling tinyvec_macros v0.1.1 |
1117 | 2024-08-29T14:39:38.308Z | Compiling tinyvec v1.6.0 |
1118 | 2024-08-29T14:39:38.536Z | Compiling socket2 v0.5.7 |
1119 | 2024-08-29T14:39:38.899Z | Compiling futures-sink v0.3.30 |
1120 | 2024-08-29T14:39:38.946Z | Compiling serde_json v1.0.125 |
1121 | 2024-08-29T14:39:39.044Z | Compiling futures-core v0.3.30 |
1122 | 2024-08-29T14:39:39.131Z | Compiling libm v0.2.8 |
1123 | 2024-08-29T14:39:39.150Z | Compiling cpufeatures v0.2.12 |
1124 | 2024-08-29T14:39:39.254Z | Compiling num-traits v0.2.19 |
1125 | 2024-08-29T14:39:39.284Z | Compiling slab v0.4.9 |
1126 | 2024-08-29T14:39:39.326Z | Compiling unicode-bidi v0.3.15 |
1127 | 2024-08-29T14:39:39.506Z | Compiling allocator-api2 v0.2.18 |
1128 | 2024-08-29T14:39:39.780Z | Compiling futures-channel v0.3.30 |
1129 | 2024-08-29T14:39:39.910Z | Compiling unicode-normalization v0.1.23 |
1130 | 2024-08-29T14:39:40.023Z | Compiling pkg-config v0.3.30 |
1131 | 2024-08-29T14:39:40.205Z | Compiling pin-utils v0.1.0 |
1132 | 2024-08-29T14:39:40.300Z | Compiling vcpkg v0.2.15 |
1133 | 2024-08-29T14:39:40.341Z | Compiling futures-task v0.3.30 |
1134 | 2024-08-29T14:39:40.807Z | Compiling futures-io v0.3.30 |
1135 | 2024-08-29T14:39:41.011Z | Compiling base64ct v1.6.0 |
1136 | 2024-08-29T14:39:41.040Z | Compiling ppv-lite86 v0.2.17 |
1137 | 2024-08-29T14:39:41.129Z | Compiling flagset v0.4.5 |
1138 | 2024-08-29T14:39:41.170Z | Compiling ring v0.17.8 |
1139 | 2024-08-29T14:39:41.330Z | Compiling percent-encoding v2.3.1 |
1140 | 2024-08-29T14:39:41.579Z | Compiling pem-rfc7468 v0.7.0 |
1141 | 2024-08-29T14:39:41.614Z | Compiling tracing-core v0.1.32 |
1142 | 2024-08-29T14:39:41.691Z | Compiling untrusted v0.9.0 |
1143 | 2024-08-29T14:39:41.818Z | Compiling rand_chacha v0.3.1 |
1144 | 2024-08-29T14:39:41.878Z | Compiling rustix v0.38.34 |
1145 | 2024-08-29T14:39:42.362Z | Compiling rand v0.8.5 |
1146 | 2024-08-29T14:39:42.519Z | Compiling openssl-sys v0.9.103 |
1147 | 2024-08-29T14:39:42.716Z | Compiling time-core v0.1.2 |
1148 | 2024-08-29T14:39:42.771Z | Compiling powerfmt v0.2.0 |
1149 | 2024-08-29T14:39:42.887Z | Compiling openssl v0.10.66 |
1150 | 2024-08-29T14:39:43.019Z | Compiling rustversion v1.0.17 |
1151 | 2024-08-29T14:39:43.131Z | Compiling num-conv v0.1.0 |
1152 | 2024-08-29T14:39:43.309Z | Compiling foreign-types-shared v0.1.1 |
1153 | 2024-08-29T14:39:43.379Z | Compiling httparse v1.8.0 |
1154 | 2024-08-29T14:39:43.412Z | Compiling foreign-types v0.3.2 |
1155 | 2024-08-29T14:39:43.500Z | Compiling time-macros v0.2.18 |
1156 | 2024-08-29T14:39:43.801Z | Compiling deranged v0.3.11 |
1157 | 2024-08-29T14:39:43.818Z | Compiling form_urlencoded v1.2.1 |
1158 | 2024-08-29T14:39:44.092Z | Compiling aho-corasick v1.1.3 |
1159 | 2024-08-29T14:39:44.139Z | Compiling try-lock v0.2.5 |
1160 | 2024-08-29T14:39:44.198Z | Compiling num_threads v0.1.7 |
1161 | 2024-08-29T14:39:44.276Z | Compiling crossbeam-utils v0.8.19 |
1162 | 2024-08-29T14:39:44.327Z | Compiling rustls v0.21.12 |
1163 | 2024-08-29T14:39:44.581Z | Compiling syn v1.0.109 |
1164 | 2024-08-29T14:39:44.909Z | Compiling native-tls v0.2.11 |
1165 | 2024-08-29T14:39:45.013Z | Compiling siphasher v0.3.11 |
1166 | 2024-08-29T14:39:45.238Z | Compiling regex-syntax v0.8.4 |
1167 | 2024-08-29T14:39:45.375Z | Compiling want v0.3.1 |
1168 | 2024-08-29T14:39:45.684Z | Compiling idna v0.5.0 |
1169 | 2024-08-29T14:39:46.338Z | Compiling cookie v0.17.0 |
1170 | 2024-08-29T14:39:46.605Z | Compiling time v0.3.36 |
1171 | 2024-08-29T14:39:46.624Z | Compiling slog v2.7.0 |
1172 | 2024-08-29T14:39:46.767Z | Compiling adler v1.0.2 |
1173 | 2024-08-29T14:39:47.031Z | Compiling iana-time-zone v0.1.60 |
1174 | 2024-08-29T14:39:47.171Z | Compiling tower-service v0.3.2 |
1175 | 2024-08-29T14:39:47.217Z | Compiling finl_unicode v1.2.0 |
1176 | 2024-08-29T14:39:47.298Z | Compiling openssl-probe v0.1.5 |
1177 | 2024-08-29T14:39:47.489Z | Compiling httpdate v1.0.3 |
1178 | 2024-08-29T14:39:47.715Z | Compiling stringprep v0.1.4 |
1179 | 2024-08-29T14:39:47.759Z | Compiling miniz_oxide v0.7.2 |
1180 | 2024-08-29T14:39:48.032Z | Compiling url v2.5.2 |
1181 | 2024-08-29T14:39:48.896Z | Compiling regex-automata v0.4.6 |
1182 | 2024-08-29T14:39:49.964Z | Compiling num-integer v0.1.46 |
1183 | 2024-08-29T14:39:50.612Z | Compiling sct v0.7.1 |
1184 | 2024-08-29T14:39:50.764Z | Compiling serde_derive v1.0.208 |
1185 | 2024-08-29T14:39:50.783Z | Compiling zeroize_derive v1.4.2 |
1186 | 2024-08-29T14:39:50.921Z | Compiling zerocopy-derive v0.7.34 |
1187 | 2024-08-29T14:39:51.773Z | Compiling tokio-macros v2.4.0 |
1188 | 2024-08-29T14:39:51.794Z | Compiling thiserror-impl v1.0.63 |
1189 | 2024-08-29T14:39:51.863Z | Compiling futures-macro v0.3.30 |
1190 | 2024-08-29T14:39:52.429Z | Compiling zeroize v1.7.0 |
1191 | 2024-08-29T14:39:53.308Z | Compiling zerocopy v0.7.34 |
1192 | 2024-08-29T14:39:53.469Z | Compiling der_derive v0.7.2 |
1193 | 2024-08-29T14:39:53.978Z | Compiling futures-util v0.3.30 |
1194 | 2024-08-29T14:39:54.261Z | Compiling crypto-common v0.1.6 |
1195 | 2024-08-29T14:39:54.494Z | Compiling block-buffer v0.10.4 |
1196 | 2024-08-29T14:39:54.765Z | Compiling digest v0.10.7 |
1197 | 2024-08-29T14:39:55.065Z | Compiling block-padding v0.3.3 |
1198 | 2024-08-29T14:39:55.231Z | Compiling hmac v0.12.1 |
1199 | 2024-08-29T14:39:55.327Z | Compiling inout v0.1.3 |
1200 | 2024-08-29T14:39:55.478Z | Compiling hashbrown v0.14.5 |
1201 | 2024-08-29T14:39:55.539Z | Compiling thiserror v1.0.63 |
1202 | 2024-08-29T14:39:55.603Z | Compiling cipher v0.4.4 |
1203 | 2024-08-29T14:39:55.669Z | Compiling sha2 v0.10.8 |
1204 | 2024-08-29T14:39:56.034Z | Compiling pest v2.7.10 |
1205 | 2024-08-29T14:39:56.124Z | Compiling salsa20 v0.10.2 |
1206 | 2024-08-29T14:39:56.358Z | Compiling der v0.7.9 |
1207 | 2024-08-29T14:39:56.894Z | Compiling pbkdf2 v0.12.2 |
1208 | 2024-08-29T14:39:57.094Z | Compiling scroll_derive v0.12.0 |
1209 | 2024-08-29T14:39:58.577Z | Compiling pest_meta v2.7.10 |
1210 | 2024-08-29T14:39:59.019Z | Compiling tracing-attributes v0.1.27 |
1211 | 2024-08-29T14:39:59.241Z | Compiling scroll v0.12.0 |
1212 | 2024-08-29T14:39:59.784Z | Compiling spki v0.7.3 |
1213 | 2024-08-29T14:39:59.804Z | Compiling scrypt v0.11.0 |
1214 | 2024-08-29T14:40:00.159Z | Compiling pest_generator v2.7.10 |
1215 | 2024-08-29T14:40:00.261Z | Compiling cbc v0.1.2 |
1216 | 2024-08-29T14:40:00.380Z | Compiling aes v0.8.4 |
1217 | 2024-08-29T14:40:00.492Z | Compiling goblin v0.8.2 |
1218 | 2024-08-29T14:40:01.876Z | Compiling pkcs5 v0.7.1 |
1219 | 2024-08-29T14:40:02.207Z | Compiling openssl-macros v0.1.1 |
1220 | 2024-08-29T14:40:02.884Z | Compiling tracing v0.1.40 |
1221 | 2024-08-29T14:40:03.006Z | Compiling pkcs8 v0.10.2 |
1222 | 2024-08-29T14:40:03.111Z | Compiling rustls-webpki v0.101.7 |
1223 | 2024-08-29T14:40:03.233Z | Compiling md-5 v0.10.6 |
1224 | 2024-08-29T14:40:03.409Z | Compiling backtrace v0.3.71 |
1225 | 2024-08-29T14:40:03.500Z | Compiling idna v0.3.0 |
1226 | 2024-08-29T14:40:03.740Z | Compiling pest_derive v2.7.10 |
1227 | 2024-08-29T14:40:03.760Z | Compiling lazy_static v1.5.0 |
1228 | 2024-08-29T14:40:03.810Z | Compiling hash32 v0.2.1 |
1229 | 2024-08-29T14:40:03.905Z | Compiling stable_deref_trait v1.2.0 |
1230 | 2024-08-29T14:40:04.009Z | Compiling signal-hook v0.3.17 |
1231 | 2024-08-29T14:40:04.187Z | Compiling gimli v0.28.1 |
1232 | 2024-08-29T14:40:04.279Z | Compiling psl-types v2.0.11 |
1233 | 2024-08-29T14:40:04.457Z | Compiling cfg_aliases v0.1.1 |
1234 | 2024-08-29T14:40:04.531Z | Compiling dtrace-parser v0.2.0 |
1235 | 2024-08-29T14:40:04.561Z | Compiling num-bigint-dig v0.8.4 |
1236 | 2024-08-29T14:40:04.861Z | Compiling fallible-iterator v0.2.0 |
1237 | 2024-08-29T14:40:05.034Z | Compiling base64 v0.22.1 |
1238 | 2024-08-29T14:40:05.080Z | Compiling smoltcp v0.9.1 |
1239 | 2024-08-29T14:40:05.585Z | Compiling bytes v1.7.1 |
1240 | 2024-08-29T14:40:05.645Z | Compiling bitflags v2.6.0 |
1241 | 2024-08-29T14:40:05.842Z | Compiling indexmap v2.4.0 |
1242 | 2024-08-29T14:40:06.093Z | Compiling semver v1.0.23 |
1243 | 2024-08-29T14:40:06.679Z | Compiling tokio v1.39.3 |
1244 | 2024-08-29T14:40:06.857Z | Compiling http v0.2.12 |
1245 | 2024-08-29T14:40:06.860Z | Compiling rustc_version v0.4.0 |
1246 | 2024-08-29T14:40:07.709Z | Compiling heapless v0.7.17 |
1247 | 2024-08-29T14:40:08.144Z | Compiling dof v0.3.0 |
1248 | 2024-08-29T14:40:09.003Z | Compiling http-body v0.4.6 |
1249 | 2024-08-29T14:40:09.373Z | Compiling uuid v1.10.0 |
1250 | 2024-08-29T14:40:09.472Z | Compiling usdt-impl v0.5.0 |
1251 | 2024-08-29T14:40:10.433Z | Compiling serde_spanned v0.6.7 |
1252 | 2024-08-29T14:40:11.513Z | Compiling serde_tokenstream v0.2.2 |
1253 | 2024-08-29T14:40:11.516Z | Compiling toml_datetime v0.6.8 |
1254 | 2024-08-29T14:40:11.516Z | Compiling chrono v0.4.38 |
1255 | 2024-08-29T14:40:11.516Z | Compiling crc32fast v1.4.0 |
1256 | 2024-08-29T14:40:11.516Z | Compiling terminal_size v0.3.0 |
1257 | 2024-08-29T14:40:11.516Z | Compiling addr2line v0.21.0 |
1258 | 2024-08-29T14:40:11.516Z | Compiling postgres-protocol v0.6.7 |
1259 | 2024-08-29T14:40:11.571Z | Compiling nix v0.28.0 |
1260 | 2024-08-29T14:40:11.836Z | Compiling publicsuffix v2.2.3 |
1261 | 2024-08-29T14:40:12.173Z | Compiling hubpack_derive v0.1.1 |
1262 | 2024-08-29T14:40:12.303Z | Compiling async-trait v0.1.81 |
1263 | 2024-08-29T14:40:12.426Z | Compiling zerocopy-derive v0.6.6 |
1264 | 2024-08-29T14:40:12.678Z | Compiling num-iter v0.1.45 |
1265 | 2024-08-29T14:40:13.076Z | Compiling phf_shared v0.11.2 |
1266 | 2024-08-29T14:40:13.458Z | Compiling serde_derive_internals v0.29.1 |
1267 | 2024-08-29T14:40:13.843Z | Compiling ff v0.13.0 |
1268 | 2024-08-29T14:40:13.960Z | Compiling object v0.32.2 |
1269 | 2024-08-29T14:40:14.063Z | Compiling fs-err v2.11.0 |
1270 | 2024-08-29T14:40:14.370Z | Compiling ipnet v2.9.0 |
1271 | 2024-08-29T14:40:14.552Z | Compiling winnow v0.5.40 |
1272 | 2024-08-29T14:40:14.633Z | Compiling managed v0.8.0 |
1273 | 2024-08-29T14:40:15.087Z | Compiling tokio-util v0.7.11 |
1274 | 2024-08-29T14:40:15.568Z | Compiling tokio-native-tls v0.3.1 |
1275 | 2024-08-29T14:40:15.776Z | Compiling tokio-rustls v0.24.1 |
1276 | 2024-08-29T14:40:15.851Z | Compiling anyhow v1.0.86 |
1277 | 2024-08-29T14:40:16.171Z | Compiling h2 v0.3.26 |
1278 | 2024-08-29T14:40:16.188Z | Compiling either v1.13.0 |
1279 | 2024-08-29T14:40:16.476Z | Compiling base64 v0.21.7 |
1280 | 2024-08-29T14:40:16.496Z | Compiling bitflags v1.3.2 |
1281 | 2024-08-29T14:40:16.601Z | Compiling schemars v0.8.21 |
1282 | 2024-08-29T14:40:16.620Z | Compiling base16ct v0.2.0 |
1283 | 2024-08-29T14:40:16.961Z | Compiling rustc-demangle v0.1.24 |
1284 | 2024-08-29T14:40:17.043Z | Compiling rustls-pemfile v1.0.4 |
1285 | 2024-08-29T14:40:17.258Z | Compiling sec1 v0.7.3 |
1286 | 2024-08-29T14:40:17.860Z | Compiling clap_builder v4.5.15 |
1287 | 2024-08-29T14:40:18.006Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-08-29T14:40:18.108Z | Compiling toml_edit v0.19.15 |
1289 | 2024-08-29T14:40:18.409Z | Compiling zerocopy v0.6.6 |
1290 | 2024-08-29T14:40:19.418Z | Compiling group v0.13.0 |
1291 | 2024-08-29T14:40:19.627Z | Compiling phf v0.11.2 |
1292 | 2024-08-29T14:40:19.760Z | Compiling cookie_store v0.20.0 |
1293 | 2024-08-29T14:40:19.906Z | Compiling postgres-types v0.2.7 |
1294 | 2024-08-29T14:40:21.284Z | Compiling hubpack v0.1.2 |
1295 | 2024-08-29T14:40:21.956Z | Compiling usdt-macro v0.5.0 |
1296 | 2024-08-29T14:40:22.087Z | Compiling usdt-attr-macro v0.5.0 |
1297 | 2024-08-29T14:40:22.490Z | Compiling serde_urlencoded v0.7.1 |
1298 | 2024-08-29T14:40:23.008Z | Compiling pkcs1 v0.7.5 |
1299 | 2024-08-29T14:40:23.513Z | Compiling hyper v0.14.30 |
1300 | 2024-08-29T14:40:23.768Z | Compiling futures-executor v0.3.30 |
1301 | 2024-08-29T14:40:24.058Z | Compiling hkdf v0.12.4 |
1302 | 2024-08-29T14:40:24.330Z | Compiling signature v2.2.0 |
1303 | 2024-08-29T14:40:24.332Z | Compiling regex v1.10.6 |
1304 | 2024-08-29T14:40:24.627Z | Compiling bstr v1.9.1 |
1305 | 2024-08-29T14:40:24.736Z | Compiling crypto-bigint v0.5.5 |
1306 | 2024-08-29T14:40:25.455Z | Compiling clap_derive v4.5.13 |
1307 | 2024-08-29T14:40:26.043Z | Compiling enum-as-inner v0.6.0 |
1308 | 2024-08-29T14:40:26.468Z | Compiling strum_macros v0.25.3 |
1309 | 2024-08-29T14:40:26.949Z | Compiling serde_repr v0.1.19 |
1310 | 2024-08-29T14:40:27.151Z | Compiling phf_shared v0.10.0 |
1311 | 2024-08-29T14:40:27.312Z | Compiling float-cmp v0.9.0 |
1312 | 2024-08-29T14:40:27.537Z | Compiling idna v0.4.0 |
1313 | 2024-08-29T14:40:27.564Z | Compiling mio v0.8.11 |
1314 | 2024-08-29T14:40:28.174Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-08-29T14:40:28.932Z | Compiling unicode-segmentation v1.11.0 |
1316 | 2024-08-29T14:40:29.134Z | Compiling static_assertions v1.1.0 |
1317 | 2024-08-29T14:40:29.235Z | Compiling sync_wrapper v0.1.2 |
1318 | 2024-08-29T14:40:29.371Z | Compiling bit-vec v0.6.3 |
1319 | 2024-08-29T14:40:29.821Z | Compiling webpki-roots v0.25.4 |
1320 | 2024-08-29T14:40:29.857Z | Compiling difflib v0.4.0 |
1321 | 2024-08-29T14:40:29.996Z | Compiling normalize-line-endings v0.3.0 |
1322 | 2024-08-29T14:40:30.125Z | Compiling precomputed-hash v0.1.1 |
1323 | 2024-08-29T14:40:30.243Z | Compiling whoami v1.5.1 |
1324 | 2024-08-29T14:40:30.678Z | Compiling hyper-tls v0.5.0 |
1325 | 2024-08-29T14:40:30.698Z | Compiling hyper-rustls v0.24.2 |
1326 | 2024-08-29T14:40:30.849Z | Compiling predicates-core v1.0.6 |
1327 | 2024-08-29T14:40:30.874Z | Compiling data-encoding v2.6.0 |
1328 | 2024-08-29T14:40:31.032Z | Compiling minimal-lexical v0.2.1 |
1329 | 2024-08-29T14:40:31.053Z | Compiling mime v0.3.17 |
1330 | 2024-08-29T14:40:31.192Z | Compiling fixedbitset v0.4.2 |
1331 | 2024-08-29T14:40:31.383Z | Compiling new_debug_unreachable v1.0.6 |
1332 | 2024-08-29T14:40:31.482Z | Compiling dyn-clone v1.0.17 |
1333 | 2024-08-29T14:40:31.558Z | Compiling console v0.15.8 |
1334 | 2024-08-29T14:40:31.661Z | Compiling hickory-proto v0.24.1 |
1335 | 2024-08-29T14:40:31.699Z | Compiling petgraph v0.6.5 |
1336 | 2024-08-29T14:40:32.748Z | Compiling string_cache v0.8.7 |
1337 | 2024-08-29T14:40:33.175Z | Compiling nom v7.1.3 |
1338 | 2024-08-29T14:40:33.234Z | Compiling reqwest v0.11.27 |
1339 | 2024-08-29T14:40:33.297Z | Compiling predicates v3.1.2 |
1340 | 2024-08-29T14:40:33.456Z | Compiling toml_edit v0.22.20 |
1341 | 2024-08-29T14:40:35.064Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1342 | 2024-08-29T14:40:35.570Z | Compiling clap v4.5.16 |
1343 | 2024-08-29T14:40:35.689Z | Compiling tokio-postgres v0.7.11 |
1344 | 2024-08-29T14:40:35.714Z | Compiling bit-set v0.5.3 |
1345 | 2024-08-29T14:40:35.993Z | Compiling similar v2.6.0 |
1346 | 2024-08-29T14:40:36.113Z | Compiling signal-hook-mio v0.2.4 |
1347 | 2024-08-29T14:40:36.288Z | Compiling usdt v0.5.0 |
1348 | 2024-08-29T14:40:36.780Z | Compiling elliptic-curve v0.13.8 |
1349 | 2024-08-29T14:40:36.829Z | Compiling rsa v0.9.6 |
1350 | 2024-08-29T14:40:37.665Z | Compiling futures v0.3.30 |
1351 | 2024-08-29T14:40:38.384Z | Compiling flate2 v1.0.31 |
1352 | 2024-08-29T14:40:39.356Z | Compiling toml v0.7.8 |
1353 | 2024-08-29T14:40:41.414Z | Compiling itertools v0.12.1 |
1354 | 2024-08-29T14:40:41.538Z | Compiling itertools v0.10.5 |
1355 | 2024-08-29T14:40:41.913Z | Compiling tokio-stream v0.1.15 |
1356 | 2024-08-29T14:40:41.951Z | Compiling openapiv3 v2.0.0 |
1357 | 2024-08-29T14:40:42.006Z | Compiling hex v0.4.3 |
1358 | 2024-08-29T14:40:42.633Z | Compiling sha1 v0.10.6 |
1359 | 2024-08-29T14:40:42.816Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-08-29T14:40:42.947Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-08-29T14:40:43.061Z | Compiling unicode-xid v0.2.4 |
1362 | 2024-08-29T14:40:43.241Z | Compiling peg-runtime v0.8.3 |
1363 | 2024-08-29T14:40:43.594Z | Compiling lalrpop-util v0.19.12 |
1364 | 2024-08-29T14:40:43.625Z | Compiling dirs-next v2.0.0 |
1365 | 2024-08-29T14:40:43.831Z | Compiling thread_local v1.1.8 |
1366 | 2024-08-29T14:40:43.911Z | Compiling slog-async v2.8.0 |
1367 | 2024-08-29T14:40:43.949Z | Compiling term v0.7.0 |
1368 | 2024-08-29T14:40:44.369Z | Compiling xattr v1.3.1 |
1369 | 2024-08-29T14:40:44.388Z | Compiling strum_macros v0.26.4 |
1370 | 2024-08-29T14:40:44.512Z | Compiling crossbeam-channel v0.5.12 |
1371 | 2024-08-29T14:40:44.612Z | Compiling is-terminal v0.4.12 |
1372 | 2024-08-29T14:40:44.649Z | Compiling filetime v0.2.24 |
1373 | 2024-08-29T14:40:44.736Z | Compiling take_mut v0.2.2 |
1374 | 2024-08-29T14:40:44.900Z | Compiling tar v0.4.41 |
1375 | 2024-08-29T14:40:44.972Z | Compiling slog-term v2.9.1 |
1376 | 2024-08-29T14:40:45.246Z | Compiling camino v1.1.9 |
1377 | 2024-08-29T14:40:46.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1378 | 2024-08-29T14:40:47.641Z | Compiling strum v0.26.3 |
1379 | 2024-08-29T14:40:47.718Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1380 | 2024-08-29T14:40:53.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1381 | 2024-08-29T14:40:53.543Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1382 | 2024-08-29T14:40:53.586Z | Aug 29 14:40:51.986 INFO Starting download, target: Clickhouse |
1383 | 2024-08-29T14:40:53.586Z | Aug 29 14:40:51.987 INFO Starting download, target: Console |
1384 | 2024-08-29T14:40:53.586Z | Aug 29 14:40:51.987 INFO Starting download, target: DendriteOpenapi |
1385 | 2024-08-29T14:40:53.586Z | Aug 29 14:40:51.987 INFO Starting download, target: Cockroach |
1386 | 2024-08-29T14:40:53.586Z | Aug 29 14:40:51.987 INFO Starting download, target: DendriteStub |
1387 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.987 INFO Starting download, target: MaghemiteMgd |
1388 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.987 INFO Starting download, target: TransceiverControl |
1389 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.987 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1390 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.987 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1391 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.988 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1392 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.988 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1393 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.988 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1394 | 2024-08-29T14:40:53.591Z | Aug 29 14:40:51.988 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1395 | 2024-08-29T14:40:53.592Z | Aug 29 14:40:51.988 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1396 | 2024-08-29T14:40:53.788Z | Aug 29 14:40:52.184 INFO Download complete, target: DendriteOpenapi |
1397 | 2024-08-29T14:40:53.972Z | Aug 29 14:40:52.371 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1398 | 2024-08-29T14:40:54.096Z | Aug 29 14:40:52.495 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1399 | 2024-08-29T14:40:54.287Z | Aug 29 14:40:52.686 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1400 | 2024-08-29T14:40:54.413Z | Aug 29 14:40:52.812 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1401 | 2024-08-29T14:40:54.509Z | Aug 29 14:40:52.908 INFO Download complete, target: Console |
1402 | 2024-08-29T14:40:54.715Z | Aug 29 14:40:53.113 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1403 | 2024-08-29T14:40:54.715Z | Aug 29 14:40:53.113 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1404 | 2024-08-29T14:40:54.816Z | Aug 29 14:40:53.213 INFO Download complete, target: TransceiverControl |
1405 | 2024-08-29T14:40:55.664Z | Aug 29 14:40:54.057 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1406 | 2024-08-29T14:40:57.415Z | Aug 29 14:40:55.798 INFO Download complete, target: DendriteStub |
1407 | 2024-08-29T14:40:57.702Z | Aug 29 14:40:56.084 INFO Download complete, target: MaghemiteMgd |
1408 | 2024-08-29T14:41:03.465Z | Aug 29 14:41:01.815 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1409 | 2024-08-29T14:41:03.803Z | Aug 29 14:41:02.152 INFO Checking that binary works, target: Cockroach |
1410 | 2024-08-29T14:41:03.965Z | Aug 29 14:41:02.312 INFO Download complete, target: Cockroach |
1411 | 2024-08-29T14:41:10.429Z | Aug 29 14:41:08.742 INFO Checking that binary works, target: Clickhouse |
1412 | 2024-08-29T14:41:10.604Z | Aug 29 14:41:08.916 INFO Download complete, target: Clickhouse |
1413 | 2024-08-29T14:41:10.625Z | All builder prerequisites installed successfully, and PATH looks valid |
1414 | 2024-08-29T14:41:10.627Z | |
1415 | 2024-08-29T14:41:10.627Z | real 3:40.640079964 |
1416 | 2024-08-29T14:41:10.627Z | user 11:28.494326127 |
1417 | 2024-08-29T14:41:10.627Z | sys 2:26.088879492 |
1418 | 2024-08-29T14:41:10.628Z | trap 0.449572745 |
1419 | 2024-08-29T14:41:10.628Z | tflt 1.511230206 |
1420 | 2024-08-29T14:41:10.628Z | dflt 1.589656251 |
1421 | 2024-08-29T14:41:10.628Z | kflt 0.024731360 |
1422 | 2024-08-29T14:41:10.628Z | lock 22:30.777140795 |
1423 | 2024-08-29T14:41:10.628Z | slp 43:55.160890437 |
1424 | 2024-08-29T14:41:10.628Z | lat 43.965563318 |
1425 | 2024-08-29T14:41:10.628Z | stop 1:48.514384293 |
1426 | 2024-08-29T14:41:10.628Z | + banner clippy |
1427 | 2024-08-29T14:41:10.631Z | |
1428 | 2024-08-29T14:41:10.631Z | #### # # ##### ##### # # |
1429 | 2024-08-29T14:41:10.631Z | # # # # # # # # # # |
1430 | 2024-08-29T14:41:10.631Z | # # # # # # # # |
1431 | 2024-08-29T14:41:10.631Z | # # # ##### ##### # |
1432 | 2024-08-29T14:41:10.631Z | # # # # # # # |
1433 | 2024-08-29T14:41:10.631Z | #### ###### # # # # |
1434 | 2024-08-29T14:41:10.631Z | |
1435 | 2024-08-29T14:41:10.631Z | + export CARGO_INCREMENTAL=0 |
1436 | 2024-08-29T14:41:10.631Z | + CARGO_INCREMENTAL=0 |
1437 | 2024-08-29T14:41:10.631Z | + ptime -m cargo xtask clippy |
1438 | 2024-08-29T14:41:11.206Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1439 | 2024-08-29T14:41:15.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
1440 | 2024-08-29T14:41:15.152Z | Running `target/debug/xtask clippy` |
1441 | 2024-08-29T14:41:15.172Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1442 | 2024-08-29T14:41:15.897Z | Downloading crates ... |
1443 | 2024-08-29T14:41:16.182Z | Downloaded anes v0.1.6 |
1444 | 2024-08-29T14:41:16.188Z | Downloaded assert_cmd v2.0.16 |
1445 | 2024-08-29T14:41:16.201Z | Downloaded cfg-expr v0.16.0 |
1446 | 2024-08-29T14:41:16.204Z | Downloaded guppy-workspace-hack v0.1.0 |
1447 | 2024-08-29T14:41:16.206Z | Downloaded tower-layer v0.3.2 |
1448 | 2024-08-29T14:41:16.208Z | Downloaded plotters-svg v0.3.5 |
1449 | 2024-08-29T14:41:16.214Z | Downloaded doc-comment v0.3.3 |
1450 | 2024-08-29T14:41:16.216Z | Downloaded http-body v1.0.0 |
1451 | 2024-08-29T14:41:16.216Z | Downloaded escape8259 v0.5.2 |
1452 | 2024-08-29T14:41:16.222Z | Downloaded nested v0.1.1 |
1453 | 2024-08-29T14:41:16.226Z | Downloaded criterion-plot v0.5.0 |
1454 | 2024-08-29T14:41:16.229Z | Downloaded pathdiff v0.2.1 |
1455 | 2024-08-29T14:41:16.231Z | Downloaded similar-asserts v1.5.0 |
1456 | 2024-08-29T14:41:16.234Z | Downloaded relative-path v1.9.3 |
1457 | 2024-08-29T14:41:16.237Z | Downloaded num_cpus v1.16.0 |
1458 | 2024-08-29T14:41:16.239Z | Downloaded yansi v0.5.1 |
1459 | 2024-08-29T14:41:16.242Z | Downloaded tinytemplate v1.2.1 |
1460 | 2024-08-29T14:41:16.242Z | Downloaded futures-timer v3.0.3 |
1461 | 2024-08-29T14:41:16.246Z | Downloaded approx v0.5.1 |
1462 | 2024-08-29T14:41:16.248Z | Downloaded datatest-stable v0.2.9 |
1463 | 2024-08-29T14:41:16.252Z | Downloaded threadpool v1.8.1 |
1464 | 2024-08-29T14:41:16.256Z | Downloaded proc-macro-crate v3.1.0 |
1465 | 2024-08-29T14:41:16.260Z | Downloaded oorandom v11.1.3 |
1466 | 2024-08-29T14:41:16.260Z | Downloaded plotters-backend v0.3.5 |
1467 | 2024-08-29T14:41:16.260Z | Downloaded target-spec v3.2.1 |
1468 | 2024-08-29T14:41:16.276Z | Downloaded rust-argon2 v2.1.0 |
1469 | 2024-08-29T14:41:16.280Z | Downloaded target-lexicon v0.12.16 |
1470 | 2024-08-29T14:41:16.285Z | Downloaded libtest-mimic v0.7.3 |
1471 | 2024-08-29T14:41:16.285Z | Downloaded httptest v0.15.5 |
1472 | 2024-08-29T14:41:16.288Z | Downloaded cast v0.3.0 |
1473 | 2024-08-29T14:41:16.288Z | Downloaded partial-io v0.5.4 |
1474 | 2024-08-29T14:41:16.289Z | Downloaded hyper-rustls v0.26.0 |
1475 | 2024-08-29T14:41:16.292Z | Downloaded rustls-native-certs v0.7.0 |
1476 | 2024-08-29T14:41:16.292Z | Downloaded rstest v0.22.0 |
1477 | 2024-08-29T14:41:16.297Z | Downloaded rand_distr v0.4.3 |
1478 | 2024-08-29T14:41:16.300Z | Downloaded trybuild v1.0.99 |
1479 | 2024-08-29T14:41:16.303Z | Downloaded blake2b_simd v1.0.2 |
1480 | 2024-08-29T14:41:16.306Z | Downloaded rstest_macros v0.22.0 |
1481 | 2024-08-29T14:41:16.308Z | Downloaded pretty_assertions v1.4.0 |
1482 | 2024-08-29T14:41:16.310Z | Downloaded plotters v0.3.5 |
1483 | 2024-08-29T14:41:16.317Z | Downloaded hyper-util v0.1.3 |
1484 | 2024-08-29T14:41:16.321Z | Downloaded fancy-regex v0.13.0 |
1485 | 2024-08-29T14:41:16.324Z | Downloaded toml_edit v0.21.1 |
1486 | 2024-08-29T14:41:16.346Z | Downloaded tower v0.4.13 |
1487 | 2024-08-29T14:41:16.354Z | Downloaded regex-automata v0.1.10 |
1488 | 2024-08-29T14:41:16.359Z | Downloaded bstr v0.2.17 |
1489 | 2024-08-29T14:41:16.367Z | Downloaded hyper v1.3.1 |
1490 | 2024-08-29T14:41:16.373Z | Downloaded guppy v0.17.7 |
1491 | 2024-08-29T14:41:16.379Z | Downloaded criterion v0.5.1 |
1492 | 2024-08-29T14:41:17.039Z | Checking cfg-if v1.0.0 |
1493 | 2024-08-29T14:41:17.105Z | Checking libc v0.2.158 |
1494 | 2024-08-29T14:41:17.124Z | Checking serde v1.0.208 |
1495 | 2024-08-29T14:41:17.141Z | Checking memchr v2.7.2 |
1496 | 2024-08-29T14:41:17.159Z | Checking scopeguard v1.2.0 |
1497 | 2024-08-29T14:41:17.179Z | Checking log v0.4.21 |
1498 | 2024-08-29T14:41:17.200Z | Checking byteorder v1.5.0 |
1499 | 2024-08-29T14:41:17.219Z | Checking itoa v1.0.11 |
1500 | 2024-08-29T14:41:17.235Z | Checking smallvec v1.13.2 |
1501 | 2024-08-29T14:41:17.288Z | Checking lock_api v0.4.12 |
1502 | 2024-08-29T14:41:17.417Z | Checking zeroize v1.7.0 |
1503 | 2024-08-29T14:41:17.465Z | Checking once_cell v1.19.0 |
1504 | 2024-08-29T14:41:17.592Z | Checking pin-project-lite v0.2.14 |
1505 | 2024-08-29T14:41:17.620Z | Checking typenum v1.17.0 |
1506 | 2024-08-29T14:41:17.694Z | Checking libm v0.2.8 |
1507 | 2024-08-29T14:41:17.718Z | Checking subtle v2.5.0 |
1508 | 2024-08-29T14:41:17.743Z | Checking thiserror v1.0.63 |
1509 | 2024-08-29T14:41:17.766Z | Checking ryu v1.0.18 |
1510 | 2024-08-29T14:41:17.877Z | Checking spin v0.9.8 |
1511 | 2024-08-29T14:41:17.963Z | Checking futures-core v0.3.30 |
1512 | 2024-08-29T14:41:17.993Z | Checking zerocopy v0.7.34 |
1513 | 2024-08-29T14:41:18.020Z | Checking futures-sink v0.3.30 |
1514 | 2024-08-29T14:41:18.150Z | Checking const-oid v0.9.6 |
1515 | 2024-08-29T14:41:18.181Z | Checking futures-channel v0.3.30 |
1516 | 2024-08-29T14:41:18.207Z | Checking getrandom v0.2.14 |
1517 | 2024-08-29T14:41:18.236Z | Checking parking_lot_core v0.9.10 |
1518 | 2024-08-29T14:41:18.469Z | Checking rand_core v0.6.4 |
1519 | 2024-08-29T14:41:18.531Z | Checking signal-hook-registry v1.4.2 |
1520 | 2024-08-29T14:41:18.572Z | Checking mio v1.0.2 |
1521 | 2024-08-29T14:41:18.597Z | Checking parking_lot v0.12.2 |
1522 | 2024-08-29T14:41:18.768Z | Checking num-traits v0.2.19 |
1523 | 2024-08-29T14:41:18.790Z | Checking socket2 v0.5.7 |
1524 | 2024-08-29T14:41:18.906Z | Checking generic-array v0.14.7 |
1525 | 2024-08-29T14:41:18.946Z | Checking slab v0.4.9 |
1526 | 2024-08-29T14:41:19.167Z | Checking pin-utils v0.1.0 |
1527 | 2024-08-29T14:41:19.204Z | Checking futures-io v0.3.30 |
1528 | 2024-08-29T14:41:19.264Z | Checking futures-task v0.3.30 |
1529 | 2024-08-29T14:41:19.291Z | Checking cpufeatures v0.2.12 |
1530 | 2024-08-29T14:41:19.384Z | Checking allocator-api2 v0.2.18 |
1531 | 2024-08-29T14:41:19.417Z | Checking fnv v1.0.7 |
1532 | 2024-08-29T14:41:19.443Z | Checking ahash v0.8.11 |
1533 | 2024-08-29T14:41:19.494Z | Checking futures-util v0.3.30 |
1534 | 2024-08-29T14:41:19.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1535 | 2024-08-29T14:41:19.906Z | Checking iana-time-zone v0.1.60 |
1536 | 2024-08-29T14:41:19.995Z | Checking equivalent v1.0.1 |
1537 | 2024-08-29T14:41:20.018Z | Checking hashbrown v0.14.5 |
1538 | 2024-08-29T14:41:20.040Z | Checking ppv-lite86 v0.2.17 |
1539 | 2024-08-29T14:41:20.064Z | Checking tinyvec_macros v0.1.1 |
1540 | 2024-08-29T14:41:20.087Z | Checking crypto-common v0.1.6 |
1541 | 2024-08-29T14:41:20.109Z | Checking block-buffer v0.10.4 |
1542 | 2024-08-29T14:41:20.158Z | Checking tinyvec v1.6.0 |
1543 | 2024-08-29T14:41:20.278Z | Checking tracing-core v0.1.32 |
1544 | 2024-08-29T14:41:20.325Z | Checking digest v0.10.7 |
1545 | 2024-08-29T14:41:20.459Z | Checking unicode-bidi v0.3.15 |
1546 | 2024-08-29T14:41:20.714Z | Checking dyn-clone v1.0.17 |
1547 | 2024-08-29T14:41:20.774Z | Checking rand_chacha v0.3.1 |
1548 | 2024-08-29T14:41:20.873Z | Checking percent-encoding v2.3.1 |
1549 | 2024-08-29T14:41:20.956Z | Checking tracing v0.1.40 |
1550 | 2024-08-29T14:41:21.082Z | Checking regex-syntax v0.8.4 |
1551 | 2024-08-29T14:41:21.137Z | Checking errno v0.3.9 |
1552 | 2024-08-29T14:41:21.187Z | Checking rand v0.8.5 |
1553 | 2024-08-29T14:41:21.240Z | Checking form_urlencoded v1.2.1 |
1554 | 2024-08-29T14:41:21.302Z | Checking block-padding v0.3.3 |
1555 | 2024-08-29T14:41:21.305Z | Checking lazy_static v1.5.0 |
1556 | 2024-08-29T14:41:21.429Z | Checking aho-corasick v1.1.3 |
1557 | 2024-08-29T14:41:21.451Z | Checking httparse v1.8.0 |
1558 | 2024-08-29T14:41:21.492Z | Checking unicode-normalization v0.1.23 |
1559 | 2024-08-29T14:41:21.517Z | Checking inout v0.1.3 |
1560 | 2024-08-29T14:41:21.776Z | Checking cipher v0.4.4 |
1561 | 2024-08-29T14:41:21.916Z | Checking unicode-ident v1.0.12 |
1562 | 2024-08-29T14:41:22.106Z | Checking base64ct v1.6.0 |
1563 | 2024-08-29T14:41:22.196Z | Checking bytes v1.7.1 |
1564 | 2024-08-29T14:41:22.308Z | Checking bitflags v2.6.0 |
1565 | 2024-08-29T14:41:22.491Z | Checking serde_json v1.0.125 |
1566 | 2024-08-29T14:41:22.516Z | Checking chrono v0.4.38 |
1567 | 2024-08-29T14:41:22.539Z | Checking uuid v1.10.0 |
1568 | 2024-08-29T14:41:22.613Z | Checking indexmap v2.4.0 |
1569 | 2024-08-29T14:41:23.003Z | Checking tokio v1.39.3 |
1570 | 2024-08-29T14:41:23.122Z | Checking rustix v0.38.34 |
1571 | 2024-08-29T14:41:23.151Z | Checking http v0.2.12 |
1572 | 2024-08-29T14:41:23.931Z | Checking hmac v0.12.1 |
1573 | 2024-08-29T14:41:24.142Z | Checking unicode-width v0.1.13 |
1574 | 2024-08-29T14:41:24.166Z | Checking powerfmt v0.2.0 |
1575 | 2024-08-29T14:41:24.328Z | Checking adler v1.0.2 |
1576 | 2024-08-29T14:41:24.351Z | Checking regex-automata v0.4.6 |
1577 | 2024-08-29T14:41:24.441Z | Checking deranged v0.3.11 |
1578 | 2024-08-29T14:41:24.474Z | Checking miniz_oxide v0.7.2 |
1579 | 2024-08-29T14:41:24.498Z | Checking idna v0.5.0 |
1580 | 2024-08-29T14:41:24.627Z | Checking schemars v0.8.21 |
1581 | 2024-08-29T14:41:24.775Z | Checking proc-macro2 v1.0.86 |
1582 | 2024-08-29T14:41:25.118Z | Checking sha2 v0.10.8 |
1583 | 2024-08-29T14:41:25.229Z | Checking time-core v0.1.2 |
1584 | 2024-08-29T14:41:25.326Z | Checking untrusted v0.9.0 |
1585 | 2024-08-29T14:41:25.388Z | Checking num_threads v0.1.7 |
1586 | 2024-08-29T14:41:25.437Z | Checking num-conv v0.1.0 |
1587 | 2024-08-29T14:41:25.505Z | Checking ring v0.17.8 |
1588 | 2024-08-29T14:41:25.529Z | Checking quote v1.0.36 |
1589 | 2024-08-29T14:41:25.678Z | Checking url v2.5.2 |
1590 | 2024-08-29T14:41:25.717Z | Checking try-lock v0.2.5 |
1591 | 2024-08-29T14:41:25.865Z | Checking syn v2.0.74 |
1592 | 2024-08-29T14:41:25.868Z | Checking want v0.3.1 |
1593 | 2024-08-29T14:41:26.058Z | Checking pem-rfc7468 v0.7.0 |
1594 | 2024-08-29T14:41:26.187Z | Checking time v0.3.36 |
1595 | 2024-08-29T14:41:26.294Z | Checking slog v2.7.0 |
1596 | 2024-08-29T14:41:26.343Z | Checking tower-service v0.3.2 |
1597 | 2024-08-29T14:41:26.442Z | Checking futures-executor v0.3.30 |
1598 | 2024-08-29T14:41:26.473Z | Checking flagset v0.4.5 |
1599 | 2024-08-29T14:41:26.665Z | Checking futures v0.3.30 |
1600 | 2024-08-29T14:41:26.689Z | Checking gimli v0.28.1 |
1601 | 2024-08-29T14:41:26.765Z | Checking httpdate v1.0.3 |
1602 | 2024-08-29T14:41:26.792Z | Checking der v0.7.9 |
1603 | 2024-08-29T14:41:26.997Z | Checking http-body v0.4.6 |
1604 | 2024-08-29T14:41:27.334Z | Checking pbkdf2 v0.12.2 |
1605 | 2024-08-29T14:41:27.413Z | Checking aes v0.8.4 |
1606 | 2024-08-29T14:41:27.510Z | Checking object v0.32.2 |
1607 | 2024-08-29T14:41:28.322Z | Checking rustc-demangle v0.1.24 |
1608 | 2024-08-29T14:41:28.710Z | Checking salsa20 v0.10.2 |
1609 | 2024-08-29T14:41:28.713Z | Checking spki v0.7.3 |
1610 | 2024-08-29T14:41:28.754Z | Checking cbc v0.1.2 |
1611 | 2024-08-29T14:41:28.935Z | Checking base64 v0.21.7 |
1612 | 2024-08-29T14:41:28.937Z | Checking regex v1.10.6 |
1613 | 2024-08-29T14:41:28.978Z | Checking mime v0.3.17 |
1614 | 2024-08-29T14:41:28.999Z | Checking scrypt v0.11.0 |
1615 | 2024-08-29T14:41:29.234Z | Checking utf8parse v0.2.1 |
1616 | 2024-08-29T14:41:29.304Z | Checking data-encoding v2.6.0 |
1617 | 2024-08-29T14:41:29.384Z | Checking ipnet v2.9.0 |
1618 | 2024-08-29T14:41:29.404Z | Checking pkcs5 v0.7.1 |
1619 | 2024-08-29T14:41:29.605Z | Checking serde_spanned v0.6.7 |
1620 | 2024-08-29T14:41:29.806Z | Checking toml_datetime v0.6.8 |
1621 | 2024-08-29T14:41:29.854Z | Checking crossbeam-utils v0.8.19 |
1622 | 2024-08-29T14:41:29.915Z | Checking tokio-util v0.7.11 |
1623 | 2024-08-29T14:41:29.941Z | Checking openssl-probe v0.1.5 |
1624 | 2024-08-29T14:41:29.985Z | Checking foreign-types-shared v0.1.1 |
1625 | 2024-08-29T14:41:30.079Z | Checking pkcs8 v0.10.2 |
1626 | 2024-08-29T14:41:30.101Z | Checking foreign-types v0.3.2 |
1627 | 2024-08-29T14:41:30.104Z | Checking serde_urlencoded v0.7.1 |
1628 | 2024-08-29T14:41:30.199Z | Checking openssl-sys v0.9.103 |
1629 | 2024-08-29T14:41:30.401Z | Checking encoding_rs v0.8.34 |
1630 | 2024-08-29T14:41:30.523Z | Checking anstyle v1.0.8 |
1631 | 2024-08-29T14:41:30.549Z | Checking rustls-webpki v0.101.7 |
1632 | 2024-08-29T14:41:30.551Z | Checking addr2line v0.21.0 |
1633 | 2024-08-29T14:41:30.766Z | Checking h2 v0.3.26 |
1634 | 2024-08-29T14:41:30.862Z | Checking sct v0.7.1 |
1635 | 2024-08-29T14:41:31.068Z | Checking semver v1.0.23 |
1636 | 2024-08-29T14:41:31.091Z | Checking sha1 v0.10.6 |
1637 | 2024-08-29T14:41:31.274Z | Checking either v1.13.0 |
1638 | 2024-08-29T14:41:31.354Z | Checking rustls v0.21.12 |
1639 | 2024-08-29T14:41:31.487Z | Checking scroll v0.12.0 |
1640 | 2024-08-29T14:41:31.520Z | Checking openssl v0.10.66 |
1641 | 2024-08-29T14:41:31.650Z | Checking ucd-trie v0.1.6 |
1642 | 2024-08-29T14:41:31.858Z | Checking plain v0.2.3 |
1643 | 2024-08-29T14:41:31.957Z | Checking pest v2.7.10 |
1644 | 2024-08-29T14:41:32.008Z | Checking goblin v0.8.2 |
1645 | 2024-08-29T14:41:32.269Z | Checking anstyle-parse v0.2.4 |
1646 | 2024-08-29T14:41:32.556Z | Checking openapiv3 v2.0.0 |
1647 | 2024-08-29T14:41:32.740Z | Checking idna v0.3.0 |
1648 | 2024-08-29T14:41:33.601Z | Checking backtrace v0.3.71 |
1649 | 2024-08-29T14:41:33.642Z | Checking base64 v0.22.1 |
1650 | 2024-08-29T14:41:34.142Z | Checking bitflags v1.3.2 |
1651 | 2024-08-29T14:41:34.169Z | Checking anyhow v1.0.86 |
1652 | 2024-08-29T14:41:34.247Z | Checking psl-types v2.0.11 |
1653 | 2024-08-29T14:41:34.434Z | Checking pretty-hex v0.4.1 |
1654 | 2024-08-29T14:41:34.460Z | Checking is_terminal_polyfill v1.70.0 |
1655 | 2024-08-29T14:41:34.548Z | Checking colorchoice v1.0.1 |
1656 | 2024-08-29T14:41:34.576Z | Checking anstyle-query v1.0.3 |
1657 | 2024-08-29T14:41:34.601Z | Checking tokio-rustls v0.24.1 |
1658 | 2024-08-29T14:41:34.628Z | Checking dtrace-parser v0.2.0 |
1659 | 2024-08-29T14:41:34.686Z | Checking publicsuffix v2.2.3 |
1660 | 2024-08-29T14:41:34.711Z | Checking anstream v0.6.14 |
1661 | 2024-08-29T14:41:34.939Z | Checking rustls-pemfile v1.0.4 |
1662 | 2024-08-29T14:41:34.970Z | Checking cookie v0.17.0 |
1663 | 2024-08-29T14:41:35.088Z | Checking terminal_size v0.3.0 |
1664 | 2024-08-29T14:41:35.129Z | Checking thread-id v4.2.1 |
1665 | 2024-08-29T14:41:35.152Z | Checking clap_lex v0.7.0 |
1666 | 2024-08-29T14:41:35.254Z | Checking strsim v0.11.1 |
1667 | 2024-08-29T14:41:35.276Z | Checking signature v2.2.0 |
1668 | 2024-08-29T14:41:35.390Z | Checking cookie_store v0.20.0 |
1669 | 2024-08-29T14:41:35.414Z | Checking memmap v0.7.0 |
1670 | 2024-08-29T14:41:35.467Z | Checking webpki-roots v0.25.4 |
1671 | 2024-08-29T14:41:35.527Z | Checking clap_builder v4.5.15 |
1672 | 2024-08-29T14:41:35.645Z | Checking sync_wrapper v0.1.2 |
1673 | 2024-08-29T14:41:35.668Z | Checking num-integer v0.1.46 |
1674 | 2024-08-29T14:41:35.778Z | Checking winnow v0.6.18 |
1675 | 2024-08-29T14:41:36.049Z | Checking base16ct v0.2.0 |
1676 | 2024-08-29T14:41:36.073Z | Checking ff v0.13.0 |
1677 | 2024-08-29T14:41:36.170Z | Checking stable_deref_trait v1.2.0 |
1678 | 2024-08-29T14:41:36.241Z | Checking sec1 v0.7.3 |
1679 | 2024-08-29T14:41:36.273Z | Checking num-iter v0.1.45 |
1680 | 2024-08-29T14:41:36.276Z | Checking group v0.13.0 |
1681 | 2024-08-29T14:41:36.453Z | Checking hkdf v0.12.4 |
1682 | 2024-08-29T14:41:36.550Z | Checking crypto-bigint v0.5.5 |
1683 | 2024-08-29T14:41:36.608Z | Checking crc32fast v1.4.0 |
1684 | 2024-08-29T14:41:36.658Z | Checking crossbeam-epoch v0.9.18 |
1685 | 2024-08-29T14:41:36.752Z | Checking hyper v0.14.30 |
1686 | 2024-08-29T14:41:36.827Z | Checking dof v0.3.0 |
1687 | 2024-08-29T14:41:36.852Z | Checking hex v0.4.3 |
1688 | 2024-08-29T14:41:36.972Z | Checking native-tls v0.2.11 |
1689 | 2024-08-29T14:41:37.091Z | Checking managed v0.8.0 |
1690 | 2024-08-29T14:41:37.315Z | Checking tokio-native-tls v0.3.1 |
1691 | 2024-08-29T14:41:37.375Z | Checking winnow v0.5.40 |
1692 | 2024-08-29T14:41:37.460Z | Checking usdt-impl v0.5.0 |
1693 | 2024-08-29T14:41:37.492Z | Checking static_assertions v1.1.0 |
1694 | 2024-08-29T14:41:37.576Z | Checking unicode-segmentation v1.11.0 |
1695 | 2024-08-29T14:41:37.605Z | Checking num-bigint-dig v0.8.4 |
1696 | 2024-08-29T14:41:38.044Z | Checking usdt v0.5.0 |
1697 | 2024-08-29T14:41:38.249Z | Checking pkcs1 v0.7.5 |
1698 | 2024-08-29T14:41:38.307Z | Checking signal-hook v0.3.17 |
1699 | 2024-08-29T14:41:38.470Z | Checking clap v4.5.16 |
1700 | 2024-08-29T14:41:38.597Z | Checking zerocopy v0.6.6 |
1701 | 2024-08-29T14:41:38.634Z | Checking flate2 v1.0.31 |
1702 | 2024-08-29T14:41:38.657Z | Checking bstr v1.9.1 |
1703 | 2024-08-29T14:41:38.725Z | Checking toml_edit v0.22.20 |
1704 | 2024-08-29T14:41:39.297Z | Checking mio v0.8.11 |
1705 | 2024-08-29T14:41:39.356Z | Checking siphasher v0.3.11 |
1706 | 2024-08-29T14:41:39.437Z | Checking elliptic-curve v0.13.8 |
1707 | 2024-08-29T14:41:39.594Z | Checking itertools v0.10.5 |
1708 | 2024-08-29T14:41:39.669Z | Checking idna v0.4.0 |
1709 | 2024-08-29T14:41:39.725Z | Checking rsa v0.9.6 |
1710 | 2024-08-29T14:41:39.903Z | Checking signal-hook-mio v0.2.4 |
1711 | 2024-08-29T14:41:40.027Z | Checking bit-vec v0.6.3 |
1712 | 2024-08-29T14:41:40.063Z | Checking itertools v0.12.1 |
1713 | 2024-08-29T14:41:40.362Z | Checking toml_edit v0.19.15 |
1714 | 2024-08-29T14:41:40.386Z | Checking bit-set v0.5.3 |
1715 | 2024-08-29T14:41:40.535Z | Checking hickory-proto v0.24.1 |
1716 | 2024-08-29T14:41:40.653Z | Checking hash32 v0.2.1 |
1717 | 2024-08-29T14:41:40.826Z | Checking predicates-core v1.0.6 |
1718 | 2024-08-29T14:41:40.978Z | Checking finl_unicode v1.2.0 |
1719 | 2024-08-29T14:41:41.016Z | Checking heapless v0.7.17 |
1720 | 2024-08-29T14:41:41.351Z | Checking tokio-stream v0.1.15 |
1721 | 2024-08-29T14:41:41.576Z | Checking stringprep v0.1.4 |
1722 | 2024-08-29T14:41:41.860Z | Checking console v0.15.8 |
1723 | 2024-08-29T14:41:41.921Z | Checking md-5 v0.10.6 |
1724 | 2024-08-29T14:41:42.074Z | Checking float-cmp v0.9.0 |
1725 | 2024-08-29T14:41:42.168Z | Checking normalize-line-endings v0.3.0 |
1726 | 2024-08-29T14:41:42.201Z | Checking fallible-iterator v0.2.0 |
1727 | 2024-08-29T14:41:42.276Z | Checking fixedbitset v0.4.2 |
1728 | 2024-08-29T14:41:42.300Z | Checking difflib v0.4.0 |
1729 | 2024-08-29T14:41:42.421Z | Checking smoltcp v0.9.1 |
1730 | 2024-08-29T14:41:42.539Z | Checking petgraph v0.6.5 |
1731 | 2024-08-29T14:41:42.605Z | Checking predicates v3.1.2 |
1732 | 2024-08-29T14:41:42.629Z | Checking phf_shared v0.11.2 |
1733 | 2024-08-29T14:41:42.768Z | Checking toml v0.7.8 |
1734 | 2024-08-29T14:41:42.794Z | Checking postgres-protocol v0.6.7 |
1735 | 2024-08-29T14:41:42.797Z | Checking hyper-rustls v0.24.2 |
1736 | 2024-08-29T14:41:42.901Z | Checking hyper-tls v0.5.0 |
1737 | 2024-08-29T14:41:43.092Z | Checking phf_shared v0.10.0 |
1738 | 2024-08-29T14:41:43.219Z | Checking reqwest v0.11.27 |
1739 | 2024-08-29T14:41:43.264Z | Checking similar v2.6.0 |
1740 | 2024-08-29T14:41:43.377Z | Checking fs-err v2.11.0 |
1741 | 2024-08-29T14:41:43.473Z | Checking nix v0.28.0 |
1742 | 2024-08-29T14:41:43.475Z | Checking hubpack v0.1.2 |
1743 | 2024-08-29T14:41:43.830Z | Checking lalrpop-util v0.19.12 |
1744 | 2024-08-29T14:41:43.868Z | Checking new_debug_unreachable v1.0.6 |
1745 | 2024-08-29T14:41:43.923Z | Checking precomputed-hash v0.1.1 |
1746 | 2024-08-29T14:41:43.967Z | Checking minimal-lexical v0.2.1 |
1747 | 2024-08-29T14:41:44.044Z | Checking string_cache v0.8.7 |
1748 | 2024-08-29T14:41:44.134Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1749 | 2024-08-29T14:41:44.155Z | Checking postgres-types v0.2.7 |
1750 | 2024-08-29T14:41:44.339Z | Checking phf v0.11.2 |
1751 | 2024-08-29T14:41:44.371Z | Checking nom v7.1.3 |
1752 | 2024-08-29T14:41:44.616Z | Checking peg-runtime v0.8.3 |
1753 | 2024-08-29T14:41:44.850Z | Checking whoami v1.5.1 |
1754 | 2024-08-29T14:41:44.900Z | Compiling regress v0.9.1 |
1755 | 2024-08-29T14:41:44.997Z | Compiling getopts v0.2.21 |
1756 | 2024-08-29T14:41:45.131Z | Checking tokio-postgres v0.7.11 |
1757 | 2024-08-29T14:41:45.212Z | Compiling unsafe-libyaml v0.2.11 |
1758 | 2024-08-29T14:41:45.881Z | Checking camino v1.1.9 |
1759 | 2024-08-29T14:41:45.976Z | Checking heck v0.5.0 |
1760 | 2024-08-29T14:41:46.180Z | Checking is-terminal v0.4.12 |
1761 | 2024-08-29T14:41:46.316Z | Compiling paste v1.0.15 |
1762 | 2024-08-29T14:41:46.453Z | Compiling ident_case v1.0.1 |
1763 | 2024-08-29T14:41:46.646Z | Compiling serde_yaml v0.9.34+deprecated |
1764 | 2024-08-29T14:41:47.210Z | Compiling darling_core v0.20.9 |
1765 | 2024-08-29T14:41:47.281Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1766 | 2024-08-29T14:41:47.942Z | Checking http v1.1.0 |
1767 | 2024-08-29T14:41:48.065Z | Compiling rustls v0.22.4 |
1768 | 2024-08-29T14:41:48.291Z | Checking dirs-sys-next v0.1.2 |
1769 | 2024-08-29T14:41:48.386Z | Checking crossbeam-channel v0.5.12 |
1770 | 2024-08-29T14:41:48.489Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1771 | 2024-08-29T14:41:49.113Z | Checking dirs-next v2.0.0 |
1772 | 2024-08-29T14:41:49.206Z | Checking thread_local v1.1.8 |
1773 | 2024-08-29T14:41:49.248Z | Compiling multer v3.1.0 |
1774 | 2024-08-29T14:41:49.283Z | Checking term v0.7.0 |
1775 | 2024-08-29T14:41:49.493Z | Compiling async-stream-impl v0.3.5 |
1776 | 2024-08-29T14:41:49.638Z | Checking take_mut v0.2.2 |
1777 | 2024-08-29T14:41:49.730Z | Checking slog-term v2.9.1 |
1778 | 2024-08-29T14:41:49.798Z | Checking slog-async v2.8.0 |
1779 | 2024-08-29T14:41:49.948Z | Checking match_cfg v0.1.0 |
1780 | 2024-08-29T14:41:50.051Z | Checking rustls-pki-types v1.7.0 |
1781 | 2024-08-29T14:41:50.115Z | Checking hostname v0.3.1 |
1782 | 2024-08-29T14:41:50.212Z | Checking strum v0.26.3 |
1783 | 2024-08-29T14:41:50.256Z | Checking toml v0.8.19 |
1784 | 2024-08-29T14:41:50.374Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1785 | 2024-08-29T14:41:50.500Z | Checking rustls-webpki v0.102.4 |
1786 | 2024-08-29T14:41:50.803Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1787 | 2024-08-29T14:41:50.871Z | Checking rustls-pemfile v2.1.3 |
1788 | 2024-08-29T14:41:50.926Z | Checking debug-ignore v1.0.5 |
1789 | 2024-08-29T14:41:51.062Z | Checking slog-json v2.6.1 |
1790 | 2024-08-29T14:41:51.085Z | Checking atomic-waker v1.1.2 |
1791 | 2024-08-29T14:41:51.117Z | Checking async-stream v0.3.5 |
1792 | 2024-08-29T14:41:51.221Z | Checking waitgroup v0.1.2 |
1793 | 2024-08-29T14:41:51.335Z | Checking slog-bunyan v2.5.0 |
1794 | 2024-08-29T14:41:51.376Z | Checking serde_path_to_error v0.1.16 |
1795 | 2024-08-29T14:41:51.493Z | Checking hostname v0.4.0 |
1796 | 2024-08-29T14:41:51.638Z | Checking fastrand v2.1.0 |
1797 | 2024-08-29T14:41:51.723Z | Checking ipnetwork v0.20.0 |
1798 | 2024-08-29T14:41:51.952Z | Checking tempfile v3.10.1 |
1799 | 2024-08-29T14:41:52.020Z | Checking instant v0.1.12 |
1800 | 2024-08-29T14:41:52.061Z | Compiling structmeta-derive v0.3.0 |
1801 | 2024-08-29T14:41:52.105Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1802 | 2024-08-29T14:41:52.141Z | Checking quick-error v1.2.3 |
1803 | 2024-08-29T14:41:52.295Z | Checking newtype-uuid v1.1.0 |
1804 | 2024-08-29T14:41:52.319Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1805 | 2024-08-29T14:41:52.550Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1806 | 2024-08-29T14:41:52.865Z | Checking macaddr v1.0.1 |
1807 | 2024-08-29T14:41:52.898Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1808 | 2024-08-29T14:41:53.048Z | Checking backoff v0.4.0 |
1809 | 2024-08-29T14:41:53.118Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1810 | 2024-08-29T14:41:53.201Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1811 | 2024-08-29T14:41:53.333Z | Checking wait-timeout v0.2.0 |
1812 | 2024-08-29T14:41:53.367Z | Checking rand_xorshift v0.3.0 |
1813 | 2024-08-29T14:41:53.461Z | Compiling structmeta-derive v0.2.0 |
1814 | 2024-08-29T14:41:53.529Z | Checking rusty-fork v0.3.0 |
1815 | 2024-08-29T14:41:53.557Z | Checking unarray v0.1.4 |
1816 | 2024-08-29T14:41:53.717Z | Checking camino-tempfile v1.1.1 |
1817 | 2024-08-29T14:41:53.836Z | Checking proptest v1.5.0 |
1818 | 2024-08-29T14:41:54.015Z | Compiling proc-macro-error v1.0.4 |
1819 | 2024-08-29T14:41:54.406Z | Compiling darling_macro v0.20.9 |
1820 | 2024-08-29T14:41:54.719Z | Compiling proc-macro-crate v1.3.1 |
1821 | 2024-08-29T14:41:54.981Z | Checking tokio-rustls v0.25.0 |
1822 | 2024-08-29T14:41:55.117Z | Compiling structmeta v0.3.0 |
1823 | 2024-08-29T14:41:55.339Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-08-29T14:41:55.383Z | Compiling darling v0.20.9 |
1825 | 2024-08-29T14:41:55.514Z | Compiling serde_with_macros v3.9.0 |
1826 | 2024-08-29T14:41:55.572Z | Compiling parse-display-derive v0.10.0 |
1827 | 2024-08-29T14:41:55.763Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1828 | 2024-08-29T14:41:55.791Z | Compiling num_enum_derive v0.5.11 |
1829 | 2024-08-29T14:41:56.100Z | Compiling foreign-types-macros v0.2.3 |
1830 | 2024-08-29T14:41:56.518Z | Compiling structmeta v0.2.0 |
1831 | 2024-08-29T14:41:56.984Z | Compiling test-strategy v0.3.1 |
1832 | 2024-08-29T14:41:57.413Z | Checking foreign-types-shared v0.3.1 |
1833 | 2024-08-29T14:41:57.541Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1834 | 2024-08-29T14:41:57.889Z | Checking foreign-types v0.5.0 |
1835 | 2024-08-29T14:41:58.353Z | Checking cstr-argument v0.1.2 |
1836 | 2024-08-29T14:41:58.454Z | Checking num_enum v0.5.11 |
1837 | 2024-08-29T14:41:58.528Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1838 | 2024-08-29T14:41:58.567Z | Checking serde_with v3.9.0 |
1839 | 2024-08-29T14:41:58.571Z | Checking pretty-hex v0.2.1 |
1840 | 2024-08-29T14:41:58.613Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1841 | 2024-08-29T14:41:58.759Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1842 | 2024-08-29T14:41:58.923Z | Checking tabwriter v1.4.0 |
1843 | 2024-08-29T14:41:59.028Z | Checking colored v2.1.0 |
1844 | 2024-08-29T14:41:59.164Z | Checking socket2 v0.4.10 |
1845 | 2024-08-29T14:41:59.343Z | Checking smf v0.2.3 |
1846 | 2024-08-29T14:41:59.364Z | Compiling heapless v0.8.0 |
1847 | 2024-08-29T14:41:59.548Z | Checking termtree v0.4.1 |
1848 | 2024-08-29T14:41:59.609Z | Checking hash32 v0.3.1 |
1849 | 2024-08-29T14:41:59.752Z | Checking predicates-tree v1.0.9 |
1850 | 2024-08-29T14:41:59.784Z | Compiling smoltcp v0.11.0 |
1851 | 2024-08-29T14:41:59.811Z | Compiling crucible-workspace-hack v0.1.0 |
1852 | 2024-08-29T14:41:59.906Z | Checking cobs v0.2.3 |
1853 | 2024-08-29T14:42:00.124Z | Checking embedded-io v0.4.0 |
1854 | 2024-08-29T14:42:00.254Z | Checking sigpipe v0.1.3 |
1855 | 2024-08-29T14:42:00.301Z | Checking parse-display v0.10.0 |
1856 | 2024-08-29T14:42:00.325Z | Checking postcard v1.0.8 |
1857 | 2024-08-29T14:42:00.370Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1858 | 2024-08-29T14:42:00.546Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1859 | 2024-08-29T14:42:00.549Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1860 | 2024-08-29T14:42:00.723Z | Compiling mockall_derive v0.13.0 |
1861 | 2024-08-29T14:42:00.799Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1862 | 2024-08-29T14:42:01.010Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1863 | 2024-08-29T14:42:01.080Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1864 | 2024-08-29T14:42:01.120Z | Checking humantime v2.1.0 |
1865 | 2024-08-29T14:42:01.330Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1866 | 2024-08-29T14:42:01.419Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1867 | 2024-08-29T14:42:01.492Z | Compiling num-derive v0.4.2 |
1868 | 2024-08-29T14:42:01.794Z | Checking downcast v0.11.0 |
1869 | 2024-08-29T14:42:01.883Z | Checking fragile v2.0.0 |
1870 | 2024-08-29T14:42:01.988Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1871 | 2024-08-29T14:42:02.157Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1872 | 2024-08-29T14:42:02.351Z | Checking newline-converter v0.3.0 |
1873 | 2024-08-29T14:42:02.410Z | Checking utf-8 v0.7.6 |
1874 | 2024-08-29T14:42:02.519Z | Checking expectorate v1.1.0 |
1875 | 2024-08-29T14:42:02.629Z | Checking arc-swap v1.7.1 |
1876 | 2024-08-29T14:42:02.706Z | Checking xattr v1.3.1 |
1877 | 2024-08-29T14:42:02.848Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1878 | 2024-08-29T14:42:02.874Z | Checking filetime v0.2.24 |
1879 | 2024-08-29T14:42:02.925Z | Checking termcolor v1.4.1 |
1880 | 2024-08-29T14:42:03.083Z | Checking tar v0.4.41 |
1881 | 2024-08-29T14:42:03.091Z | Checking slog-scope v4.4.0 |
1882 | 2024-08-29T14:42:03.304Z | Checking slog-stdlog v4.1.1 |
1883 | 2024-08-29T14:42:03.359Z | Compiling derive-where v1.2.7 |
1884 | 2024-08-29T14:42:03.473Z | Checking slog-envlogger v2.2.0 |
1885 | 2024-08-29T14:42:03.618Z | Checking same-file v1.0.6 |
1886 | 2024-08-29T14:42:03.700Z | Checking tungstenite v0.21.0 |
1887 | 2024-08-29T14:42:03.797Z | Checking walkdir v2.5.0 |
1888 | 2024-08-29T14:42:03.821Z | Checking password-hash v0.5.0 |
1889 | 2024-08-29T14:42:03.860Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1890 | 2024-08-29T14:42:04.080Z | Checking blake2 v0.10.6 |
1891 | 2024-08-29T14:42:04.155Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1892 | 2024-08-29T14:42:04.286Z | Checking num-rational v0.4.2 |
1893 | 2024-08-29T14:42:04.324Z | Checking num-complex v0.4.6 |
1894 | 2024-08-29T14:42:04.534Z | Checking argon2 v0.5.3 |
1895 | 2024-08-29T14:42:04.554Z | Checking tokio-tungstenite v0.21.0 |
1896 | 2024-08-29T14:42:04.959Z | Compiling convert_case v0.4.0 |
1897 | 2024-08-29T14:42:05.027Z | Checking float-ord v0.3.2 |
1898 | 2024-08-29T14:42:05.188Z | Checking atty v0.2.14 |
1899 | 2024-08-29T14:42:05.227Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1900 | 2024-08-29T14:42:05.271Z | Checking num v0.4.3 |
1901 | 2024-08-29T14:42:05.311Z | Checking pem v3.0.4 |
1902 | 2024-08-29T14:42:05.602Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1903 | 2024-08-29T14:42:05.604Z | Checking tungstenite v0.20.1 |
1904 | 2024-08-29T14:42:05.952Z | Compiling derive_more v0.99.18 |
1905 | 2024-08-29T14:42:06.066Z | Checking env_logger v0.9.3 |
1906 | 2024-08-29T14:42:06.523Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-29T14:42:06.550Z | Checking tokio-tungstenite v0.20.1 |
1908 | 2024-08-29T14:42:06.895Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1909 | 2024-08-29T14:42:06.937Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1910 | 2024-08-29T14:42:06.977Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-08-29T14:42:07.004Z | Compiling bitstruct_derive v0.1.0 |
1912 | 2024-08-29T14:42:07.118Z | Checking ascii v1.1.0 |
1913 | 2024-08-29T14:42:07.182Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-08-29T14:42:07.252Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-08-29T14:42:07.348Z | Checking atomicwrites v0.4.3 |
1916 | 2024-08-29T14:42:07.370Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1917 | 2024-08-29T14:42:07.505Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-08-29T14:42:07.527Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1919 | 2024-08-29T14:42:07.550Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-08-29T14:42:07.674Z | Checking serde_arrays v0.1.0 |
1921 | 2024-08-29T14:42:07.805Z | Checking erased-serde v0.3.31 |
1922 | 2024-08-29T14:42:07.826Z | Compiling heck v0.3.3 |
1923 | 2024-08-29T14:42:07.829Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1924 | 2024-08-29T14:42:08.180Z | Checking yasna v0.5.2 |
1925 | 2024-08-29T14:42:08.280Z | Compiling zone_cfg_derive v0.1.2 |
1926 | 2024-08-29T14:42:08.403Z | Checking bitstruct v0.1.1 |
1927 | 2024-08-29T14:42:08.439Z | Checking headers-core v0.2.0 |
1928 | 2024-08-29T14:42:08.521Z | Checking base64 v0.13.1 |
1929 | 2024-08-29T14:42:08.591Z | Checking headers v0.3.9 |
1930 | 2024-08-29T14:42:08.921Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-08-29T14:42:08.944Z | Checking ron v0.7.1 |
1932 | 2024-08-29T14:42:09.055Z | Checking rcgen v0.12.1 |
1933 | 2024-08-29T14:42:09.490Z | Checking mockall v0.13.0 |
1934 | 2024-08-29T14:42:09.734Z | Checking portpicker v0.1.1 |
1935 | 2024-08-29T14:42:09.753Z | Checking subprocess v0.2.9 |
1936 | 2024-08-29T14:42:09.803Z | Checking zone v0.1.8 |
1937 | 2024-08-29T14:42:09.866Z | Checking highway v1.2.0 |
1938 | 2024-08-29T14:42:10.119Z | Compiling prettyplease v0.2.20 |
1939 | 2024-08-29T14:42:10.258Z | Compiling semver v0.1.20 |
1940 | 2024-08-29T14:42:10.306Z | Compiling cookie v0.18.1 |
1941 | 2024-08-29T14:42:10.460Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1942 | 2024-08-29T14:42:10.482Z | Checking half v2.4.1 |
1943 | 2024-08-29T14:42:10.609Z | Compiling rustc_version v0.1.7 |
1944 | 2024-08-29T14:42:11.043Z | Checking ciborium-io v0.2.2 |
1945 | 2024-08-29T14:42:11.148Z | Compiling newtype_derive v0.1.6 |
1946 | 2024-08-29T14:42:11.186Z | Checking ciborium-ll v0.2.2 |
1947 | 2024-08-29T14:42:11.393Z | Checking linked-hash-map v0.5.6 |
1948 | 2024-08-29T14:42:11.417Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1949 | 2024-08-29T14:42:11.458Z | Compiling rayon-core v1.12.1 |
1950 | 2024-08-29T14:42:11.498Z | Checking ciborium v0.2.2 |
1951 | 2024-08-29T14:42:11.550Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-08-29T14:42:11.685Z | Checking steno v0.4.1 |
1953 | 2024-08-29T14:42:11.710Z | Checking lru-cache v0.1.2 |
1954 | 2024-08-29T14:42:11.771Z | Checking resolv-conf v0.7.0 |
1955 | 2024-08-29T14:42:11.905Z | Checking swrite v0.1.0 |
1956 | 2024-08-29T14:42:12.130Z | Checking hickory-resolver v0.24.1 |
1957 | 2024-08-29T14:42:13.329Z | Compiling home v0.5.9 |
1958 | 2024-08-29T14:42:14.467Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1959 | 2024-08-29T14:42:17.487Z | Compiling slog-dtrace v0.3.0 |
1960 | 2024-08-29T14:42:17.891Z | Compiling blake3 v1.5.1 |
1961 | 2024-08-29T14:42:17.911Z | Compiling ring v0.16.20 |
1962 | 2024-08-29T14:42:17.969Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-08-29T14:42:18.237Z | Compiling cancel-safe-futures v0.1.5 |
1964 | 2024-08-29T14:42:18.280Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-08-29T14:42:19.135Z | Checking itertools v0.13.0 |
1966 | 2024-08-29T14:42:19.165Z | Checking libsw v3.3.1 |
1967 | 2024-08-29T14:42:19.202Z | Checking linear-map v1.2.0 |
1968 | 2024-08-29T14:42:19.445Z | Checking owo-colors v4.0.0 |
1969 | 2024-08-29T14:42:19.554Z | Compiling crossbeam-deque v0.8.5 |
1970 | 2024-08-29T14:42:19.877Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1971 | 2024-08-29T14:42:21.367Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1972 | 2024-08-29T14:42:21.464Z | Compiling memmap2 v0.9.4 |
1973 | 2024-08-29T14:42:21.677Z | Compiling untrusted v0.7.1 |
1974 | 2024-08-29T14:42:21.795Z | Compiling rayon v1.10.0 |
1975 | 2024-08-29T14:42:21.877Z | Compiling constant_time_eq v0.3.0 |
1976 | 2024-08-29T14:42:21.940Z | Compiling arrayref v0.3.7 |
1977 | 2024-08-29T14:42:22.056Z | Compiling spin v0.5.2 |
1978 | 2024-08-29T14:42:22.078Z | Compiling arrayvec v0.7.4 |
1979 | 2024-08-29T14:42:22.807Z | Compiling toolchain_find v0.4.0 |
1980 | 2024-08-29T14:42:22.978Z | Compiling topological-sort v0.2.2 |
1981 | 2024-08-29T14:42:23.229Z | Compiling rustfmt-wrapper v0.2.1 |
1982 | 2024-08-29T14:42:23.502Z | Checking display-error-chain v0.2.1 |
1983 | 2024-08-29T14:42:23.658Z | Checking nibble_vec v0.1.0 |
1984 | 2024-08-29T14:42:23.811Z | Checking endian-type v0.1.2 |
1985 | 2024-08-29T14:42:23.865Z | Checking fxhash v0.2.1 |
1986 | 2024-08-29T14:42:24.027Z | Checking radix_trie v0.2.1 |
1987 | 2024-08-29T14:42:24.050Z | Checking keccak v0.1.5 |
1988 | 2024-08-29T14:42:24.389Z | Checking sha3 v0.10.8 |
1989 | 2024-08-29T14:42:24.434Z | Checking secrecy v0.8.0 |
1990 | 2024-08-29T14:42:24.586Z | Checking universal-hash v0.5.1 |
1991 | 2024-08-29T14:42:24.628Z | Checking opaque-debug v0.3.1 |
1992 | 2024-08-29T14:42:24.730Z | Checking maplit v1.0.2 |
1993 | 2024-08-29T14:42:24.780Z | Compiling curve25519-dalek v4.1.3 |
1994 | 2024-08-29T14:42:24.800Z | Compiling radium v0.7.0 |
1995 | 2024-08-29T14:42:24.845Z | Checking aead v0.5.2 |
1996 | 2024-08-29T14:42:25.067Z | Compiling curve25519-dalek-derive v0.1.1 |
1997 | 2024-08-29T14:42:25.320Z | Compiling maybe-uninit v2.0.0 |
1998 | 2024-08-29T14:42:25.557Z | Checking tap v1.0.1 |
1999 | 2024-08-29T14:42:25.729Z | Checking wyz v0.5.1 |
2000 | 2024-08-29T14:42:25.932Z | Checking poly1305 v0.8.0 |
2001 | 2024-08-29T14:42:25.954Z | Checking chacha20 v0.9.1 |
2002 | 2024-08-29T14:42:26.139Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2003 | 2024-08-29T14:42:26.297Z | Checking funty v2.0.0 |
2004 | 2024-08-29T14:42:26.516Z | Checking crc-catalog v2.4.0 |
2005 | 2024-08-29T14:42:26.598Z | Compiling packed_struct v0.10.1 |
2006 | 2024-08-29T14:42:26.636Z | Checking crc v3.2.1 |
2007 | 2024-08-29T14:42:27.074Z | Compiling omicron-zone-package v0.11.0 |
2008 | 2024-08-29T14:42:27.167Z | Checking bitvec v1.0.1 |
2009 | 2024-08-29T14:42:27.226Z | Checking gethostname v0.5.0 |
2010 | 2024-08-29T14:42:27.359Z | Checking kstat-rs v0.2.4 |
2011 | 2024-08-29T14:42:27.492Z | Compiling packed_struct_codegen v0.10.1 |
2012 | 2024-08-29T14:42:27.709Z | Compiling indexmap v1.9.3 |
2013 | 2024-08-29T14:42:27.752Z | Checking nodrop v0.1.14 |
2014 | 2024-08-29T14:42:27.884Z | Compiling libefi-sys v0.1.0 |
2015 | 2024-08-29T14:42:28.040Z | Checking array-init v0.0.4 |
2016 | 2024-08-29T14:42:28.218Z | Checking smallvec v0.6.14 |
2017 | 2024-08-29T14:42:28.258Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2018 | 2024-08-29T14:42:28.385Z | Compiling bitfield-struct v0.6.1 |
2019 | 2024-08-29T14:42:28.630Z | Checking hashbrown v0.12.3 |
2020 | 2024-08-29T14:42:28.676Z | Checking bitfield v0.14.0 |
2021 | 2024-08-29T14:42:29.066Z | Checking serde-hex v0.1.0 |
2022 | 2024-08-29T14:42:29.101Z | Checking bzip2 v0.4.4 |
2023 | 2024-08-29T14:42:29.813Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2024 | 2024-08-29T14:42:29.910Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2025 | 2024-08-29T14:42:30.073Z | Checking env_logger v0.10.2 |
2026 | 2024-08-29T14:42:30.308Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2027 | 2024-08-29T14:42:30.375Z | Checking ron v0.8.1 |
2028 | 2024-08-29T14:42:30.471Z | Checking x509-cert v0.2.5 |
2029 | 2024-08-29T14:42:30.514Z | Checking hashbrown v0.13.2 |
2030 | 2024-08-29T14:42:30.634Z | Compiling thiserror-impl-no-std v2.0.2 |
2031 | 2024-08-29T14:42:31.555Z | Compiling async-recursion v1.1.1 |
2032 | 2024-08-29T14:42:31.706Z | Checking crc-any v2.5.0 |
2033 | 2024-08-29T14:42:32.112Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2034 | 2024-08-29T14:42:32.176Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2035 | 2024-08-29T14:42:32.245Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2036 | 2024-08-29T14:42:32.452Z | Checking object v0.30.4 |
2037 | 2024-08-29T14:42:32.975Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2038 | 2024-08-29T14:42:33.140Z | Checking zip v0.6.6 |
2039 | 2024-08-29T14:42:33.226Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2040 | 2024-08-29T14:42:33.261Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2041 | 2024-08-29T14:42:33.402Z | Compiling parking_lot_core v0.8.6 |
2042 | 2024-08-29T14:42:33.547Z | Checking path-slash v0.1.5 |
2043 | 2024-08-29T14:42:33.733Z | Checking chacha20poly1305 v0.10.1 |
2044 | 2024-08-29T14:42:33.762Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2045 | 2024-08-29T14:42:33.807Z | Checking glob v0.3.1 |
2046 | 2024-08-29T14:42:33.921Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2047 | 2024-08-29T14:42:33.983Z | Checking thiserror-no-std v2.0.2 |
2048 | 2024-08-29T14:42:34.092Z | Checking hickory-client v0.24.1 |
2049 | 2024-08-29T14:42:34.114Z | Checking vsss-rs v3.3.4 |
2050 | 2024-08-29T14:42:34.133Z | Checking hickory-server v0.24.1 |
2051 | 2024-08-29T14:42:34.279Z | Checking parking_lot v0.11.2 |
2052 | 2024-08-29T14:42:34.470Z | Checking crossterm v0.28.1 |
2053 | 2024-08-29T14:42:34.628Z | Checking sled v0.34.7 |
2054 | 2024-08-29T14:42:34.755Z | Compiling buf-list v1.0.3 |
2055 | 2024-08-29T14:42:35.455Z | Compiling unicase v2.7.0 |
2056 | 2024-08-29T14:42:36.365Z | Checking nanorand v0.7.0 |
2057 | 2024-08-29T14:42:36.764Z | Checking flume v0.11.0 |
2058 | 2024-08-29T14:42:36.809Z | Compiling vte_generate_state_changes v0.1.1 |
2059 | 2024-08-29T14:42:37.155Z | Compiling mime_guess v2.0.4 |
2060 | 2024-08-29T14:42:37.249Z | Checking fd-lock v4.0.2 |
2061 | 2024-08-29T14:42:37.469Z | Compiling dsl_auto_type v0.1.2 |
2062 | 2024-08-29T14:42:37.488Z | Checking vte v0.11.1 |
2063 | 2024-08-29T14:42:37.508Z | Checking crossterm v0.27.0 |
2064 | 2024-08-29T14:42:37.727Z | Checking scheduled-thread-pool v0.2.7 |
2065 | 2024-08-29T14:42:37.957Z | Compiling diesel_table_macro_syntax v0.2.0 |
2066 | 2024-08-29T14:42:38.362Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2067 | 2024-08-29T14:42:38.431Z | Checking nu-ansi-term v0.50.0 |
2068 | 2024-08-29T14:42:38.529Z | Compiling crunchy v0.2.2 |
2069 | 2024-08-29T14:42:38.588Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2070 | 2024-08-29T14:42:38.639Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2071 | 2024-08-29T14:42:38.820Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2072 | 2024-08-29T14:42:38.838Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2073 | 2024-08-29T14:42:39.154Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2074 | 2024-08-29T14:42:39.236Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2075 | 2024-08-29T14:42:40.064Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2076 | 2024-08-29T14:42:41.273Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2077 | 2024-08-29T14:42:42.819Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2078 | 2024-08-29T14:42:42.986Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2079 | 2024-08-29T14:42:43.369Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-08-29T14:42:43.521Z | Checking strip-ansi-escapes v0.2.0 |
2081 | 2024-08-29T14:42:43.674Z | Checking reedline v0.33.0 |
2082 | 2024-08-29T14:42:43.836Z | Compiling diesel_derives v2.2.2 |
2083 | 2024-08-29T14:42:45.181Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2084 | 2024-08-29T14:42:45.922Z | Checking r2d2 v0.8.10 |
2085 | 2024-08-29T14:42:46.269Z | Compiling clang-sys v1.7.0 |
2086 | 2024-08-29T14:42:46.471Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2087 | 2024-08-29T14:42:46.744Z | Compiling pin-project-internal v1.1.5 |
2088 | 2024-08-29T14:42:47.011Z | Compiling tiny-keccak v2.0.2 |
2089 | 2024-08-29T14:42:47.219Z | Checking http-range v0.1.5 |
2090 | 2024-08-29T14:42:47.408Z | Checking hyper-staticfile v0.9.5 |
2091 | 2024-08-29T14:42:47.432Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2092 | 2024-08-29T14:42:47.454Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2093 | 2024-08-29T14:42:47.945Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2094 | 2024-08-29T14:42:48.080Z | Compiling ref-cast v1.0.23 |
2095 | 2024-08-29T14:42:48.731Z | Compiling ascii-canvas v3.0.0 |
2096 | 2024-08-29T14:42:48.900Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2097 | 2024-08-29T14:42:49.233Z | Compiling ena v0.14.3 |
2098 | 2024-08-29T14:42:49.322Z | Compiling ref-cast-impl v1.0.23 |
2099 | 2024-08-29T14:42:49.690Z | Compiling libloading v0.8.3 |
2100 | 2024-08-29T14:42:49.939Z | Checking pin-project v1.1.5 |
2101 | 2024-08-29T14:42:50.079Z | Checking bytecount v0.6.8 |
2102 | 2024-08-29T14:42:50.128Z | Compiling regex-syntax v0.6.29 |
2103 | 2024-08-29T14:42:50.227Z | Compiling diff v0.1.13 |
2104 | 2024-08-29T14:42:50.628Z | Compiling bindgen v0.69.4 |
2105 | 2024-08-29T14:42:51.055Z | Checking papergrid v0.11.0 |
2106 | 2024-08-29T14:42:51.757Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2107 | 2024-08-29T14:42:52.648Z | Compiling which v4.4.2 |
2108 | 2024-08-29T14:42:53.267Z | Compiling tabled_derive v0.7.0 |
2109 | 2024-08-29T14:42:55.859Z | Compiling lalrpop v0.19.12 |
2110 | 2024-08-29T14:42:56.044Z | Compiling cexpr v0.6.0 |
2111 | 2024-08-29T14:42:56.327Z | Compiling lazycell v1.3.0 |
2112 | 2024-08-29T14:42:56.502Z | Compiling rustc-hash v1.1.0 |
2113 | 2024-08-29T14:42:56.622Z | Checking diesel v2.2.3 |
2114 | 2024-08-29T14:42:56.674Z | Compiling shlex v1.3.0 |
2115 | 2024-08-29T14:42:58.598Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2116 | 2024-08-29T14:43:02.106Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2117 | 2024-08-29T14:43:03.699Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2118 | 2024-08-29T14:43:06.995Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2119 | 2024-08-29T14:43:07.279Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2120 | 2024-08-29T14:43:07.781Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2121 | 2024-08-29T14:43:08.076Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2122 | 2024-08-29T14:43:08.815Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2123 | 2024-08-29T14:43:09.255Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2124 | 2024-08-29T14:43:09.322Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2125 | 2024-08-29T14:43:09.535Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2126 | 2024-08-29T14:43:09.720Z | Checking tabled v0.15.0 |
2127 | 2024-08-29T14:43:09.817Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2128 | 2024-08-29T14:43:10.133Z | Compiling derive_builder_core v0.20.0 |
2129 | 2024-08-29T14:43:12.778Z | Checking signal-hook-tokio v0.3.1 |
2130 | 2024-08-29T14:43:12.963Z | Compiling libxml v0.3.3 |
2131 | 2024-08-29T14:43:13.406Z | Compiling derive_builder_macro v0.20.0 |
2132 | 2024-08-29T14:43:14.084Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2133 | 2024-08-29T14:43:14.931Z | Compiling strum_macros v0.24.3 |
2134 | 2024-08-29T14:43:15.364Z | Compiling memoffset v0.9.1 |
2135 | 2024-08-29T14:43:15.392Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2136 | 2024-08-29T14:43:15.711Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2137 | 2024-08-29T14:43:16.290Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2138 | 2024-08-29T14:43:17.410Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2139 | 2024-08-29T14:43:17.743Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2140 | 2024-08-29T14:43:18.359Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2141 | 2024-08-29T14:43:18.780Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2142 | 2024-08-29T14:43:19.287Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2143 | 2024-08-29T14:43:21.788Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2144 | 2024-08-29T14:43:22.444Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2145 | 2024-08-29T14:43:22.694Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2146 | 2024-08-29T14:43:22.901Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2147 | 2024-08-29T14:43:23.064Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2148 | 2024-08-29T14:43:24.853Z | Compiling indoc v1.0.9 |
2149 | 2024-08-29T14:43:25.918Z | Checking derive_builder v0.20.0 |
2150 | 2024-08-29T14:43:26.090Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2151 | 2024-08-29T14:43:26.410Z | Checking quick-xml v0.31.0 |
2152 | 2024-08-29T14:43:28.007Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2153 | 2024-08-29T14:43:28.028Z | Compiling peg-macros v0.8.4 |
2154 | 2024-08-29T14:43:28.534Z | Compiling snafu-derive v0.8.2 |
2155 | 2024-08-29T14:43:29.470Z | Compiling oso-derive v0.27.3 |
2156 | 2024-08-29T14:43:30.573Z | Compiling impl-trait-for-tuples v0.2.2 |
2157 | 2024-08-29T14:43:30.741Z | Compiling sqlparser_derive v0.2.2 |
2158 | 2024-08-29T14:43:31.862Z | Compiling dropshot v0.10.1 |
2159 | 2024-08-29T14:43:31.889Z | Checking unicode_categories v0.1.1 |
2160 | 2024-08-29T14:43:32.231Z | Checking sqlformat v0.2.4 |
2161 | 2024-08-29T14:43:32.367Z | Checking rustyline v14.0.0 |
2162 | 2024-08-29T14:43:33.627Z | Checking sqlparser v0.45.0 |
2163 | 2024-08-29T14:43:34.149Z | Checking peg v0.8.4 |
2164 | 2024-08-29T14:43:34.202Z | Checking snafu v0.8.2 |
2165 | 2024-08-29T14:43:34.414Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2166 | 2024-08-29T14:43:34.731Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2167 | 2024-08-29T14:43:35.329Z | Checking tungstenite v0.23.0 |
2168 | 2024-08-29T14:43:36.239Z | Checking globset v0.4.14 |
2169 | 2024-08-29T14:43:36.342Z | Checking olpc-cjson v0.1.3 |
2170 | 2024-08-29T14:43:36.579Z | Checking serde_plain v1.0.2 |
2171 | 2024-08-29T14:43:36.793Z | Checking bcs v0.1.6 |
2172 | 2024-08-29T14:43:36.817Z | Compiling dropshot_endpoint v0.10.1 |
2173 | 2024-08-29T14:43:36.842Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2174 | 2024-08-29T14:43:37.167Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2175 | 2024-08-29T14:43:37.270Z | Checking typed-path v0.7.1 |
2176 | 2024-08-29T14:43:37.667Z | Checking tokio-tungstenite v0.23.1 |
2177 | 2024-08-29T14:43:38.166Z | Checking nix v0.27.1 |
2178 | 2024-08-29T14:43:38.964Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2179 | 2024-08-29T14:43:39.155Z | Checking tough v0.17.1 |
2180 | 2024-08-29T14:43:39.224Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2181 | 2024-08-29T14:43:39.418Z | Checking bb8 v0.8.5 |
2182 | 2024-08-29T14:43:39.555Z | Checking serde-big-array v0.5.1 |
2183 | 2024-08-29T14:43:39.786Z | Compiling const_format_proc_macros v0.2.32 |
2184 | 2024-08-29T14:43:39.919Z | Checking parse-size v1.0.0 |
2185 | 2024-08-29T14:43:40.110Z | Checking async-bb8-diesel v0.2.1 |
2186 | 2024-08-29T14:43:40.686Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2187 | 2024-08-29T14:43:42.084Z | Checking const_format v0.2.32 |
2188 | 2024-08-29T14:43:42.727Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2189 | 2024-08-29T14:43:43.130Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2190 | 2024-08-29T14:43:44.528Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2191 | 2024-08-29T14:43:44.767Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2192 | 2024-08-29T14:43:44.913Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2193 | 2024-08-29T14:43:46.192Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2194 | 2024-08-29T14:43:46.916Z | Checking assert_matches v1.5.0 |
2195 | 2024-08-29T14:43:47.030Z | Checking heck v0.4.1 |
2196 | 2024-08-29T14:43:47.249Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2197 | 2024-08-29T14:43:47.311Z | Compiling portable-atomic v1.6.0 |
2198 | 2024-08-29T14:43:47.663Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2199 | 2024-08-29T14:43:47.918Z | Checking rand_seeder v0.3.0 |
2200 | 2024-08-29T14:43:48.171Z | Compiling libz-sys v1.1.16 |
2201 | 2024-08-29T14:43:48.192Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2202 | 2024-08-29T14:43:49.036Z | Checking number_prefix v0.4.0 |
2203 | 2024-08-29T14:43:49.261Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2204 | 2024-08-29T14:43:49.495Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2205 | 2024-08-29T14:43:49.557Z | Checking indicatif v0.17.8 |
2206 | 2024-08-29T14:43:50.503Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2207 | 2024-08-29T14:43:50.666Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2208 | 2024-08-29T14:43:51.599Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2209 | 2024-08-29T14:43:51.798Z | Compiling vergen v8.3.2 |
2210 | 2024-08-29T14:43:52.105Z | Compiling cargo-platform v0.1.8 |
2211 | 2024-08-29T14:43:52.688Z | Checking smawk v0.3.2 |
2212 | 2024-08-29T14:43:52.902Z | Checking is_ci v1.2.0 |
2213 | 2024-08-29T14:43:52.922Z | Checking unicode-linebreak v0.1.5 |
2214 | 2024-08-29T14:43:53.051Z | Checking supports-color v3.0.0 |
2215 | 2024-08-29T14:43:53.259Z | Compiling cargo_metadata v0.18.1 |
2216 | 2024-08-29T14:43:53.340Z | Checking textwrap v0.16.1 |
2217 | 2024-08-29T14:43:53.685Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2218 | 2024-08-29T14:43:53.743Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2219 | 2024-08-29T14:43:54.450Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2220 | 2024-08-29T14:43:54.525Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2221 | 2024-08-29T14:43:54.915Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2222 | 2024-08-29T14:43:56.864Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-08-29T14:43:57.025Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2224 | 2024-08-29T14:43:57.058Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2225 | 2024-08-29T14:43:57.373Z | Checking castaway v0.2.3 |
2226 | 2024-08-29T14:43:57.536Z | Compiling libsqlite3-sys v0.28.0 |
2227 | 2024-08-29T14:43:58.127Z | Checking compact_str v0.8.0 |
2228 | 2024-08-29T14:43:58.777Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2229 | 2024-08-29T14:43:59.007Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2230 | 2024-08-29T14:43:59.331Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2231 | 2024-08-29T14:43:59.667Z | Checking unicode-truncate v1.0.0 |
2232 | 2024-08-29T14:43:59.916Z | Checking lru v0.12.3 |
2233 | 2024-08-29T14:44:00.222Z | Compiling instability v0.3.2 |
2234 | 2024-08-29T14:44:00.692Z | Checking cassowary v0.3.0 |
2235 | 2024-08-29T14:44:01.275Z | Checking ratatui v0.28.0 |
2236 | 2024-08-29T14:44:01.316Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2237 | 2024-08-29T14:44:01.624Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2238 | 2024-08-29T14:44:02.412Z | Checking hashlink v0.9.1 |
2239 | 2024-08-29T14:44:02.878Z | Checking fallible-streaming-iterator v0.1.9 |
2240 | 2024-08-29T14:44:03.031Z | Checking fallible-iterator v0.3.0 |
2241 | 2024-08-29T14:44:03.116Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2242 | 2024-08-29T14:44:03.384Z | Checking twox-hash v1.6.3 |
2243 | 2024-08-29T14:44:03.678Z | Checking rusqlite v0.31.0 |
2244 | 2024-08-29T14:44:03.918Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2245 | 2024-08-29T14:44:04.252Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2246 | 2024-08-29T14:44:05.356Z | Checking fatfs v0.3.6 |
2247 | 2024-08-29T14:44:06.085Z | Checking csv-core v0.1.11 |
2248 | 2024-08-29T14:44:06.352Z | Checking shell-words v1.1.0 |
2249 | 2024-08-29T14:44:06.442Z | Checking csv v1.3.0 |
2250 | 2024-08-29T14:44:06.544Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2251 | 2024-08-29T14:44:07.580Z | Checking rtoolbox v0.0.2 |
2252 | 2024-08-29T14:44:07.796Z | Checking rpassword v7.3.1 |
2253 | 2024-08-29T14:44:09.647Z | Checking tui-tree-widget v0.22.0 |
2254 | 2024-08-29T14:44:09.985Z | Checking polyval v0.6.2 |
2255 | 2024-08-29T14:44:10.266Z | Checking rfc6979 v0.4.0 |
2256 | 2024-08-29T14:44:10.454Z | Checking plotters-backend v0.3.5 |
2257 | 2024-08-29T14:44:10.763Z | Checking plotters-svg v0.3.5 |
2258 | 2024-08-29T14:44:10.995Z | Checking ecdsa v0.16.9 |
2259 | 2024-08-29T14:44:11.754Z | Checking ghash v0.5.1 |
2260 | 2024-08-29T14:44:11.936Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2261 | 2024-08-29T14:44:13.091Z | Checking primeorder v0.13.6 |
2262 | 2024-08-29T14:44:13.518Z | Checking ctr v0.9.2 |
2263 | 2024-08-29T14:44:13.589Z | Checking yansi v0.5.1 |
2264 | 2024-08-29T14:44:13.815Z | Checking cast v0.3.0 |
2265 | 2024-08-29T14:44:14.265Z | Checking criterion-plot v0.5.0 |
2266 | 2024-08-29T14:44:14.592Z | Checking pretty_assertions v1.4.0 |
2267 | 2024-08-29T14:44:14.747Z | Checking aes-gcm v0.10.3 |
2268 | 2024-08-29T14:44:14.812Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2269 | 2024-08-29T14:44:14.989Z | Checking plotters v0.3.5 |
2270 | 2024-08-29T14:44:16.759Z | Checking ed25519 v2.2.3 |
2271 | 2024-08-29T14:44:17.084Z | Checking ssh-encoding v0.2.0 |
2272 | 2024-08-29T14:44:17.450Z | Checking tinytemplate v1.2.1 |
2273 | 2024-08-29T14:44:17.841Z | Checking blowfish v0.9.1 |
2274 | 2024-08-29T14:44:18.111Z | Checking option-ext v0.2.0 |
2275 | 2024-08-29T14:44:18.239Z | Checking oorandom v11.1.3 |
2276 | 2024-08-29T14:44:18.422Z | Checking anes v0.1.6 |
2277 | 2024-08-29T14:44:18.809Z | Checking criterion v0.5.1 |
2278 | 2024-08-29T14:44:20.415Z | Checking dirs-sys v0.4.1 |
2279 | 2024-08-29T14:44:20.627Z | Checking bcrypt-pbkdf v0.10.0 |
2280 | 2024-08-29T14:44:20.905Z | Checking ssh-cipher v0.2.0 |
2281 | 2024-08-29T14:44:21.225Z | Checking ed25519-dalek v2.1.1 |
2282 | 2024-08-29T14:44:21.544Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2283 | 2024-08-29T14:44:21.606Z | Checking password-hash v0.4.2 |
2284 | 2024-08-29T14:44:21.765Z | Checking matches v0.1.10 |
2285 | 2024-08-29T14:44:21.854Z | Checking hex-literal v0.4.1 |
2286 | 2024-08-29T14:44:21.999Z | Checking idna v0.2.3 |
2287 | 2024-08-29T14:44:22.048Z | Checking pbkdf2 v0.11.0 |
2288 | 2024-08-29T14:44:22.347Z | Checking ssh-key v0.6.6 |
2289 | 2024-08-29T14:44:22.905Z | Checking dirs v5.0.1 |
2290 | 2024-08-29T14:44:22.995Z | Checking p256 v0.13.2 |
2291 | 2024-08-29T14:44:23.068Z | Checking p521 v0.13.3 |
2292 | 2024-08-29T14:44:23.480Z | Checking p384 v0.13.0 |
2293 | 2024-08-29T14:44:23.981Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2294 | 2024-08-29T14:44:24.552Z | Checking russh-cryptovec v0.7.2 |
2295 | 2024-08-29T14:44:24.574Z | Compiling enum-as-inner v0.5.1 |
2296 | 2024-08-29T14:44:24.754Z | Checking md5 v0.7.0 |
2297 | 2024-08-29T14:44:24.776Z | Compiling target-lexicon v0.12.16 |
2298 | 2024-08-29T14:44:25.030Z | Compiling doc-comment v0.3.3 |
2299 | 2024-08-29T14:44:25.633Z | Checking trust-dns-proto v0.22.0 |
2300 | 2024-08-29T14:44:25.824Z | Checking russh-keys v0.44.0 |
2301 | 2024-08-29T14:44:25.882Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2302 | 2024-08-29T14:44:27.306Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2303 | 2024-08-29T14:44:27.714Z | Checking http-body v1.0.0 |
2304 | 2024-08-29T14:44:27.946Z | Checking num-bigint v0.4.5 |
2305 | 2024-08-29T14:44:28.130Z | Compiling assert_cmd v2.0.16 |
2306 | 2024-08-29T14:44:28.438Z | Compiling samael v0.0.15 |
2307 | 2024-08-29T14:44:28.562Z | Compiling guppy-workspace-hack v0.1.0 |
2308 | 2024-08-29T14:44:28.853Z | Checking regex-automata v0.1.10 |
2309 | 2024-08-29T14:44:29.245Z | Compiling dhcproto-macros v0.1.0 |
2310 | 2024-08-29T14:44:29.347Z | Checking tower-layer v0.3.2 |
2311 | 2024-08-29T14:44:29.618Z | Checking tower v0.4.13 |
2312 | 2024-08-29T14:44:30.215Z | Checking dhcproto v0.12.0 |
2313 | 2024-08-29T14:44:30.310Z | Checking bstr v0.2.17 |
2314 | 2024-08-29T14:44:30.464Z | Checking russh v0.44.1 |
2315 | 2024-08-29T14:44:31.207Z | Checking hyper v1.3.1 |
2316 | 2024-08-29T14:44:32.313Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2317 | 2024-08-29T14:44:32.455Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2318 | 2024-08-29T14:44:32.856Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2319 | 2024-08-29T14:44:33.210Z | Compiling target-spec v3.2.1 |
2320 | 2024-08-29T14:44:33.247Z | Checking internet-checksum v0.2.1 |
2321 | 2024-08-29T14:44:34.371Z | Checking hyper-util v0.1.3 |
2322 | 2024-08-29T14:44:35.167Z | Checking cfg-expr v0.16.0 |
2323 | 2024-08-29T14:44:35.595Z | Checking httptest v0.15.5 |
2324 | 2024-08-29T14:44:35.924Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2325 | 2024-08-29T14:44:35.961Z | Checking rustls-native-certs v0.7.0 |
2326 | 2024-08-29T14:44:36.117Z | Checking num_cpus v1.16.0 |
2327 | 2024-08-29T14:44:36.383Z | Checking threadpool v1.8.1 |
2328 | 2024-08-29T14:44:36.607Z | Checking hyper-rustls v0.26.0 |
2329 | 2024-08-29T14:44:37.305Z | Checking pathdiff v0.2.1 |
2330 | 2024-08-29T14:44:37.468Z | Compiling toml_edit v0.21.1 |
2331 | 2024-08-29T14:44:38.214Z | Compiling rstest_macros v0.22.0 |
2332 | 2024-08-29T14:44:38.350Z | Checking escape8259 v0.5.2 |
2333 | 2024-08-29T14:44:38.547Z | Checking nested v0.1.1 |
2334 | 2024-08-29T14:44:38.779Z | Checking guppy v0.17.7 |
2335 | 2024-08-29T14:44:38.871Z | Checking libtest-mimic v0.7.3 |
2336 | 2024-08-29T14:44:39.325Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2337 | 2024-08-29T14:44:39.642Z | Checking similar-asserts v1.5.0 |
2338 | 2024-08-29T14:44:39.894Z | Compiling proc-macro-crate v3.1.0 |
2339 | 2024-08-29T14:44:40.233Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2340 | 2024-08-29T14:44:40.857Z | Checking fancy-regex v0.13.0 |
2341 | 2024-08-29T14:44:41.352Z | Compiling trybuild v1.0.99 |
2342 | 2024-08-29T14:44:41.641Z | Compiling relative-path v1.9.3 |
2343 | 2024-08-29T14:44:41.901Z | Checking datatest-stable v0.2.9 |
2344 | 2024-08-29T14:44:42.238Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2345 | 2024-08-29T14:44:42.371Z | Checking blake2b_simd v1.0.2 |
2346 | 2024-08-29T14:44:43.072Z | Compiling git2 v0.19.0 |
2347 | 2024-08-29T14:44:43.235Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2348 | 2024-08-29T14:44:43.255Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2349 | 2024-08-29T14:44:43.654Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2350 | 2024-08-29T14:44:43.987Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2351 | 2024-08-29T14:44:44.316Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2352 | 2024-08-29T14:44:44.643Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2353 | 2024-08-29T14:44:44.983Z | Checking serde_tokenstream v0.2.2 |
2354 | 2024-08-29T14:44:45.086Z | Checking uzers v0.11.3 |
2355 | 2024-08-29T14:44:45.408Z | Checking indent_write v2.2.0 |
2356 | 2024-08-29T14:44:45.431Z | Checking futures-timer v3.0.3 |
2357 | 2024-08-29T14:44:45.740Z | Checking rust-argon2 v2.1.0 |
2358 | 2024-08-29T14:44:46.164Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2359 | 2024-08-29T14:44:47.277Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2360 | 2024-08-29T14:44:47.955Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2361 | 2024-08-29T14:44:48.276Z | Checking rand_distr v0.4.3 |
2362 | 2024-08-29T14:44:51.130Z | Checking multimap v0.10.0 |
2363 | 2024-08-29T14:44:51.443Z | Checking approx v0.5.1 |
2364 | 2024-08-29T14:44:51.618Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2365 | 2024-08-29T14:44:51.724Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2366 | 2024-08-29T14:44:52.910Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2367 | 2024-08-29T14:44:53.061Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2368 | 2024-08-29T14:44:53.096Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2369 | 2024-08-29T14:44:53.502Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2370 | 2024-08-29T14:44:53.848Z | Checking partial-io v0.5.4 |
2371 | 2024-08-29T14:44:54.240Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2372 | 2024-08-29T14:44:54.260Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2373 | 2024-08-29T14:44:54.404Z | Checking cargo_toml v0.20.4 |
2374 | 2024-08-29T14:44:54.574Z | Checking termios v0.3.3 |
2375 | 2024-08-29T14:44:54.811Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2376 | 2024-08-29T14:44:55.214Z | Checking rstest v0.22.0 |
2377 | 2024-08-29T14:44:55.898Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2378 | 2024-08-29T14:44:56.411Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2379 | 2024-08-29T14:45:11.674Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2380 | 2024-08-29T14:45:17.761Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2381 | 2024-08-29T14:45:18.361Z | Compiling polar-core v0.27.3 |
2382 | 2024-08-29T14:45:29.350Z | Checking oso v0.27.3 |
2383 | 2024-08-29T14:45:43.326Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2384 | 2024-08-29T14:45:45.387Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2385 | 2024-08-29T14:45:45.784Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2386 | 2024-08-29T14:46:17.149Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2387 | 2024-08-29T14:46:17.149Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2388 | 2024-08-29T14:46:17.152Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2389 | 2024-08-29T14:47:33.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s |
2390 | 2024-08-29T14:47:34.348Z | |
2391 | 2024-08-29T14:47:34.348Z | real 6:21.660101051 |
2392 | 2024-08-29T14:47:34.348Z | user 35:21.076943526 |
2393 | 2024-08-29T14:47:34.348Z | sys 6:12.666534852 |
2394 | 2024-08-29T14:47:34.348Z | trap 0.961594313 |
2395 | 2024-08-29T14:47:34.348Z | tflt 2.582547718 |
2396 | 2024-08-29T14:47:34.351Z | dflt 0.556236000 |
2397 | 2024-08-29T14:47:34.351Z | kflt 0.003423751 |
2398 | 2024-08-29T14:47:34.351Z | lock 54:12.743366827 |
2399 | 2024-08-29T14:47:34.351Z | slp 2:05:11.234796010 |
2400 | 2024-08-29T14:47:34.351Z | lat 1:40.243734410 |
2401 | 2024-08-29T14:47:34.351Z | stop 5:42.278506745 |
2402 | 2024-08-29T14:47:34.351Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2403 | 2024-08-29T14:47:34.351Z | + ptime -m cargo doc --workspace --no-deps |
2404 | 2024-08-29T14:47:35.583Z | warning: output filename collision. |
2405 | 2024-08-29T14:47:35.583Z | 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)`. |
2406 | 2024-08-29T14:47:35.583Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2407 | 2024-08-29T14:47:35.583Z | The targets should have unique names. |
2408 | 2024-08-29T14:47:35.583Z | This is a known bug where multiple crates with the same name use |
2409 | 2024-08-29T14:47:35.583Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2410 | 2024-08-29T14:47:35.967Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2411 | 2024-08-29T14:47:36.029Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2412 | 2024-08-29T14:47:36.045Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2413 | 2024-08-29T14:47:36.081Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2414 | 2024-08-29T14:47:36.109Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2415 | 2024-08-29T14:47:36.109Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2416 | 2024-08-29T14:47:36.284Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2024-08-29T14:47:36.388Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2418 | 2024-08-29T14:47:36.388Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2419 | 2024-08-29T14:47:36.390Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2420 | 2024-08-29T14:47:36.436Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2421 | 2024-08-29T14:47:36.655Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2422 | 2024-08-29T14:47:36.683Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2423 | 2024-08-29T14:47:36.977Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2424 | 2024-08-29T14:47:37.201Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2425 | 2024-08-29T14:47:38.144Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2426 | 2024-08-29T14:47:40.907Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2427 | 2024-08-29T14:47:41.141Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2428 | 2024-08-29T14:47:41.179Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2429 | 2024-08-29T14:47:41.488Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2430 | 2024-08-29T14:47:41.515Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2431 | 2024-08-29T14:47:41.856Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2432 | 2024-08-29T14:47:41.901Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2433 | 2024-08-29T14:47:42.144Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2434 | 2024-08-29T14:47:42.194Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2435 | 2024-08-29T14:47:42.492Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2436 | 2024-08-29T14:47:42.700Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2437 | 2024-08-29T14:47:42.864Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2438 | 2024-08-29T14:47:43.003Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-08-29T14:47:43.314Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-08-29T14:47:43.595Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2441 | 2024-08-29T14:47:43.727Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2442 | 2024-08-29T14:47:43.746Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2443 | 2024-08-29T14:47:44.015Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2444 | 2024-08-29T14:47:44.086Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2445 | 2024-08-29T14:47:44.412Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2446 | 2024-08-29T14:47:44.653Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2447 | 2024-08-29T14:47:44.691Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2448 | 2024-08-29T14:47:44.963Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2449 | 2024-08-29T14:47:45.256Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2450 | 2024-08-29T14:47:45.300Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2451 | 2024-08-29T14:47:46.214Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2452 | 2024-08-29T14:47:49.554Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2453 | 2024-08-29T14:47:50.006Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2454 | 2024-08-29T14:47:50.690Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2455 | 2024-08-29T14:47:51.382Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2456 | 2024-08-29T14:47:52.176Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2457 | 2024-08-29T14:47:53.057Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2458 | 2024-08-29T14:47:53.059Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2459 | 2024-08-29T14:47:53.938Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2460 | 2024-08-29T14:47:54.563Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2461 | 2024-08-29T14:47:55.514Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2462 | 2024-08-29T14:47:59.653Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2463 | 2024-08-29T14:48:00.225Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2464 | 2024-08-29T14:48:00.346Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2465 | 2024-08-29T14:48:01.448Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2466 | 2024-08-29T14:48:02.940Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2467 | 2024-08-29T14:48:03.000Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2468 | 2024-08-29T14:48:03.129Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2469 | 2024-08-29T14:48:04.537Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2470 | 2024-08-29T14:48:05.026Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2024-08-29T14:48:05.084Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2472 | 2024-08-29T14:48:05.455Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2473 | 2024-08-29T14:48:05.670Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2474 | 2024-08-29T14:48:05.701Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2475 | 2024-08-29T14:48:06.083Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2476 | 2024-08-29T14:48:06.398Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2477 | 2024-08-29T14:48:06.784Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2478 | 2024-08-29T14:48:06.928Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2479 | 2024-08-29T14:48:07.532Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2480 | 2024-08-29T14:48:07.560Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2481 | 2024-08-29T14:48:07.948Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2482 | 2024-08-29T14:48:08.613Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-08-29T14:48:09.040Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2484 | 2024-08-29T14:48:09.209Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2485 | 2024-08-29T14:48:09.296Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2486 | 2024-08-29T14:48:09.350Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2487 | 2024-08-29T14:48:09.397Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2024-08-29T14:48:09.859Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2489 | 2024-08-29T14:48:10.197Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2490 | 2024-08-29T14:48:10.852Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2491 | 2024-08-29T14:48:11.311Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2492 | 2024-08-29T14:48:11.640Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2493 | 2024-08-29T14:48:12.194Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2494 | 2024-08-29T14:48:12.736Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2495 | 2024-08-29T14:48:13.079Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2496 | 2024-08-29T14:48:13.160Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2497 | 2024-08-29T14:48:13.251Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2498 | 2024-08-29T14:48:13.975Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2499 | 2024-08-29T14:48:14.394Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2500 | 2024-08-29T14:48:14.484Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2501 | 2024-08-29T14:48:15.023Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2502 | 2024-08-29T14:48:15.119Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2503 | 2024-08-29T14:48:15.879Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2504 | 2024-08-29T14:48:15.927Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2505 | 2024-08-29T14:48:17.769Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2506 | 2024-08-29T14:48:18.342Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2507 | 2024-08-29T14:48:18.838Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2024-08-29T14:48:19.058Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-08-29T14:48:20.735Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-08-29T14:48:22.401Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2024-08-29T14:48:22.850Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-08-29T14:48:23.380Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2513 | 2024-08-29T14:48:24.492Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2514 | 2024-08-29T14:48:27.794Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-08-29T14:48:36.778Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2516 | 2024-08-29T14:48:49.062Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2517 | 2024-08-29T14:48:50.228Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2518 | 2024-08-29T14:49:15.899Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2519 | 2024-08-29T14:49:16.319Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2520 | 2024-08-29T14:49:18.507Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2521 | 2024-08-29T14:49:23.358Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2522 | 2024-08-29T14:49:23.514Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2523 | 2024-08-29T14:49:27.711Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2524 | 2024-08-29T14:49:37.840Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2024-08-29T14:49:47.233Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2526 | 2024-08-29T14:49:53.924Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2527 | 2024-08-29T14:49:54.539Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2528 | 2024-08-29T14:49:57.052Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2529 | 2024-08-29T14:49:58.475Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2530 | 2024-08-29T14:50:00.430Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2531 | 2024-08-29T14:50:01.741Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2532 | 2024-08-29T14:50:03.178Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2533 | 2024-08-29T14:50:11.286Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2534 | 2024-08-29T14:50:15.123Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2535 | 2024-08-29T14:50:19.126Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2536 | 2024-08-29T14:50:19.448Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2537 | 2024-08-29T14:50:46.965Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2538 | 2024-08-29T14:50:49.553Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2539 | 2024-08-29T14:50:50.599Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2540 | 2024-08-29T14:50:54.041Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2541 | 2024-08-29T14:50:54.939Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2542 | 2024-08-29T14:50:59.252Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2543 | 2024-08-29T14:51:10.482Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2544 | 2024-08-29T14:51:13.881Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2545 | 2024-08-29T14:51:14.739Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2546 | 2024-08-29T14:51:18.139Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2547 | 2024-08-29T14:51:28.227Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2548 | 2024-08-29T14:51:28.837Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2549 | 2024-08-29T14:51:28.982Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2550 | 2024-08-29T14:51:33.500Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2551 | 2024-08-29T14:51:34.023Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2552 | 2024-08-29T14:51:41.117Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2553 | 2024-08-29T14:51:42.422Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2554 | 2024-08-29T14:51:46.283Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2555 | 2024-08-29T14:51:47.165Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2556 | 2024-08-29T14:51:51.749Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2557 | 2024-08-29T14:52:04.861Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2558 | 2024-08-29T14:52:09.499Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2559 | 2024-08-29T14:52:09.804Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2024-08-29T14:52:10.191Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2561 | 2024-08-29T14:52:10.415Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2562 | 2024-08-29T14:52:13.958Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2563 | 2024-08-29T14:52:20.390Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2564 | 2024-08-29T14:52:26.864Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2565 | 2024-08-29T14:52:29.453Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2566 | 2024-08-29T14:52:31.115Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2567 | 2024-08-29T14:52:35.148Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2568 | 2024-08-29T14:52:36.494Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2569 | 2024-08-29T14:52:38.866Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2570 | 2024-08-29T14:52:41.025Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2571 | 2024-08-29T14:52:44.059Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2572 | 2024-08-29T14:52:48.057Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2573 | 2024-08-29T14:52:49.354Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2574 | 2024-08-29T14:52:52.837Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2575 | 2024-08-29T14:52:52.873Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2576 | 2024-08-29T14:52:53.347Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2577 | 2024-08-29T14:52:58.815Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2578 | 2024-08-29T14:53:01.147Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2579 | 2024-08-29T14:53:03.279Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2580 | 2024-08-29T14:53:05.800Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2581 | 2024-08-29T14:53:06.797Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2582 | 2024-08-29T14:53:11.379Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2583 | 2024-08-29T14:53:13.965Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2584 | 2024-08-29T14:53:19.884Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2585 | 2024-08-29T14:53:21.488Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2586 | 2024-08-29T14:53:21.875Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2587 | 2024-08-29T14:53:22.230Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2588 | 2024-08-29T14:53:22.392Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2589 | 2024-08-29T14:53:26.205Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2590 | 2024-08-29T14:53:26.487Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2591 | 2024-08-29T14:53:32.353Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2592 | 2024-08-29T14:53:33.782Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2593 | 2024-08-29T14:53:34.897Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2594 | 2024-08-29T14:53:34.937Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2595 | 2024-08-29T14:53:35.099Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2596 | 2024-08-29T14:53:37.964Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2597 | 2024-08-29T14:53:41.571Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2598 | 2024-08-29T14:53:44.118Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2599 | 2024-08-29T14:53:44.335Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2600 | 2024-08-29T14:53:46.300Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2601 | 2024-08-29T14:53:48.385Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2602 | 2024-08-29T14:53:50.472Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2603 | 2024-08-29T14:53:51.625Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2604 | 2024-08-29T14:53:54.446Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2605 | 2024-08-29T14:53:55.096Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2606 | 2024-08-29T14:53:55.944Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2607 | 2024-08-29T14:53:57.239Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2608 | 2024-08-29T14:54:00.922Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2609 | 2024-08-29T14:54:01.080Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2610 | 2024-08-29T14:54:01.402Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2611 | 2024-08-29T14:54:03.748Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2612 | 2024-08-29T14:54:03.751Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2613 | 2024-08-29T14:54:05.965Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2614 | 2024-08-29T14:54:06.210Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2615 | 2024-08-29T14:54:06.831Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2616 | 2024-08-29T14:54:07.834Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2617 | 2024-08-29T14:54:08.939Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2618 | 2024-08-29T14:54:28.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
2619 | 2024-08-29T14:54:28.578Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2620 | 2024-08-29T14:54:28.637Z | |
2621 | 2024-08-29T14:54:28.637Z | real 6:52.028776135 |
2622 | 2024-08-29T14:54:28.637Z | user 21:47.436455877 |
2623 | 2024-08-29T14:54:28.639Z | sys 30:34.630849386 |
2624 | 2024-08-29T14:54:28.639Z | trap 0.371825634 |
2625 | 2024-08-29T14:54:28.639Z | tflt 0.351882030 |
2626 | 2024-08-29T14:54:28.639Z | dflt 0.150708966 |
2627 | 2024-08-29T14:54:28.639Z | kflt 0.000006286 |
2628 | 2024-08-29T14:54:28.639Z | lock 1:08:09.407055103 |
2629 | 2024-08-29T14:54:28.639Z | slp 1:58:43.266303509 |
2630 | 2024-08-29T14:54:28.639Z | lat 1:08.344672763 |
2631 | 2024-08-29T14:54:28.639Z | stop 58.180538186 |
2632 | 2024-08-29T14:54:28.640Z | process exited: duration 1014513 ms, exit code 0 |
|
2633 | 2024-08-29T14:54:28.645Z | found 0 output files |