|
|
|
1 | 2024-11-14T03:59:36.323Z | job assigned to worker 01JCMD5R2WVNAS89T0M4EVPRFG (queued for 55 s) |
|
2 | 2024-11-14T03:59:45.634Z | starting task 0: "setup" |
3 | 2024-11-14T03:59:45.644Z | ++ uname -s |
4 | 2024-11-14T03:59:45.646Z | + kern=SunOS |
5 | 2024-11-14T03:59:45.646Z | + case "$kern" in |
6 | 2024-11-14T03:59:45.646Z | + groupadd -g 12345 build |
7 | 2024-11-14T03:59:45.650Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T03:59:47.665Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T03:59:47.788Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T03:59:47.790Z | + home_fs=zfs |
11 | 2024-11-14T03:59:47.790Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T03:59:47.790Z | + mkdir -p /home/build |
13 | 2024-11-14T03:59:47.793Z | + chown build:build /home/build /work |
14 | 2024-11-14T03:59:49.795Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T03:59:49.798Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2024-11-14T03:59:49.805Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T03:59:49.809Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T03:59:49.809Z | ' 1.81.0 |
19 | 2024-11-14T03:59:49.809Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-14T03:59:49.809Z | ' default |
21 | 2024-11-14T03:59:49.809Z | * toolchain channel = "1.81.0" |
22 | 2024-11-14T03:59:49.809Z | * toolchain profile = "default" |
23 | 2024-11-14T03:59:49.812Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T03:59:49.812Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T03:59:49.930Z | info: downloading installer |
26 | 2024-11-14T03:59:51.696Z | info: profile set to 'default' |
27 | 2024-11-14T03:59:51.697Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T03:59:51.699Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T03:59:51.856Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T03:59:51.857Z | info: downloading component 'cargo' |
31 | 2024-11-14T03:59:52.710Z | info: downloading component 'clippy' |
32 | 2024-11-14T03:59:53.024Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T03:59:54.187Z | info: downloading component 'rust-std' |
34 | 2024-11-14T03:59:55.999Z | info: downloading component 'rustc' |
35 | 2024-11-14T04:00:02.272Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T04:00:02.524Z | info: installing component 'cargo' |
37 | 2024-11-14T04:00:03.417Z | info: installing component 'clippy' |
38 | 2024-11-14T04:00:03.810Z | info: installing component 'rust-docs' |
39 | 2024-11-14T04:00:05.466Z | info: installing component 'rust-std' |
40 | 2024-11-14T04:00:07.366Z | info: installing component 'rustc' |
41 | 2024-11-14T04:00:13.441Z | info: installing component 'rustfmt' |
42 | 2024-11-14T04:00:13.788Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-14T04:00:13.789Z | |
44 | 2024-11-14T04:00:14.156Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T04:00:14.156Z | |
46 | 2024-11-14T04:00:14.175Z | |
47 | 2024-11-14T04:00:14.175Z | Rust is installed now. Great! |
48 | 2024-11-14T04:00:14.175Z | |
49 | 2024-11-14T04:00:14.175Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T04:00:14.175Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T04:00:14.175Z | |
52 | 2024-11-14T04:00:14.176Z | To configure your current shell, you need to source |
53 | 2024-11-14T04:00:14.176Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T04:00:14.176Z | |
55 | 2024-11-14T04:00:14.176Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T04:00:14.176Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T04:00:14.176Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T04:00:14.235Z | + rustc --version |
59 | 2024-11-14T04:00:14.295Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T04:00:14.299Z | process exited: duration 24493 ms, exit code 0 |
|
61 | 2024-11-14T04:00:14.305Z | starting task 2: "authentication" |
62 | 2024-11-14T04:00:14.337Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-14T04:00:14.348Z | starting task 3: "clone repository" |
64 | 2024-11-14T04:00:14.351Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T04:00:14.354Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T04:00:14.645Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T04:00:51.236Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T04:00:51.236Z | + git fetch origin 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
69 | 2024-11-14T04:00:51.980Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T04:00:51.980Z | * branch 2dc6988fbf7f0ce433a44c659ab57bf28032f11e -> FETCH_HEAD |
71 | 2024-11-14T04:00:51.990Z | + [[ -n sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]] |
72 | 2024-11-14T04:00:51.993Z | ++ git branch --show-current |
73 | 2024-11-14T04:00:51.995Z | + current=main |
74 | 2024-11-14T04:00:51.995Z | + [[ main != sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]] |
75 | 2024-11-14T04:00:51.995Z | + git branch -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
76 | 2024-11-14T04:00:51.998Z | + git checkout -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it |
77 | 2024-11-14T04:00:52.171Z | Switched to branch 'sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it' |
78 | 2024-11-14T04:00:52.173Z | + git reset --hard 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
79 | 2024-11-14T04:00:52.205Z | HEAD is now at 2dc6988fb trailing whitespace |
80 | 2024-11-14T04:00:52.207Z | process exited: duration 37857 ms, exit code 0 |
|
81 | 2024-11-14T04:00:52.214Z | starting task 4: "build" |
82 | 2024-11-14T04:00:52.219Z | + source ./env.sh |
83 | 2024-11-14T04:00:52.222Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-14T04:00:52.222Z | ++ set -o xtrace |
85 | 2024-11-14T04:00:52.224Z | ++++ dirname ./env.sh |
86 | 2024-11-14T04:00:52.227Z | +++ readlink -f . |
87 | 2024-11-14T04:00:52.358Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-14T04:00:52.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-14T04:00:52.360Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-14T04:00:52.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-14T04:00:52.360Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-14T04:00:52.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-14T04:00:52.360Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-11-14T04:00:52.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-14T04:00:52.361Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-14T04:00:52.361Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-14T04:00:52.361Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-14T04:00:52.361Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-14T04:00:52.361Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-14T04:00:52.361Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-14T04:00:52.361Z | + cargo --version |
102 | 2024-11-14T04:00:52.414Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-14T04:00:52.417Z | + rustc --version |
104 | 2024-11-14T04:00:52.476Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-14T04:00:52.479Z | + banner prerequisites |
106 | 2024-11-14T04:00:52.564Z | |
107 | 2024-11-14T04:00:52.564Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-14T04:00:52.564Z | # # # # # # # # # # # # # # # |
109 | 2024-11-14T04:00:52.564Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-14T04:00:52.564Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-14T04:00:52.564Z | # # # # # # # # # # # # # # # |
112 | 2024-11-14T04:00:52.564Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-14T04:00:52.564Z | |
114 | 2024-11-14T04:00:52.567Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-14T04:01:20.459Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-14T04:01:24.342Z | Startup: Caching catalogs ... Done |
117 | 2024-11-14T04:01:32.598Z | Planning: Solver setup ... Done (7.553s) |
118 | 2024-11-14T04:01:32.701Z | Planning: Running solver ... Done (0.104s) |
119 | 2024-11-14T04:01:32.930Z | Planning: Finding local manifests ... Done (0.143s) |
120 | 2024-11-14T04:01:32.970Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-14T04:01:34.442Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-14T04:01:34.651Z | Planning: Package planning ... Done (0.206s) |
123 | 2024-11-14T04:01:34.704Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-14T04:01:35.395Z | Planning: Checking for conflicting actions ... Done (0.690s) |
125 | 2024-11-14T04:01:41.670Z | Planning: Consolidating action changes ... Done (6.273s) |
126 | 2024-11-14T04:01:42.071Z | Planning: Evaluating mediators ... Done (0.400s) |
127 | 2024-11-14T04:01:42.149Z | Planning: Planning completed in 17.74 seconds |
128 | 2024-11-14T04:01:42.163Z | Packages to install: 4 |
129 | 2024-11-14T04:01:42.163Z | Packages to update: 1 |
130 | 2024-11-14T04:01:42.166Z | Mediators to change: 2 |
131 | 2024-11-14T04:01:42.166Z | Services to change: 1 |
132 | 2024-11-14T04:01:42.166Z | Estimated space available: 155.64 GB |
133 | 2024-11-14T04:01:42.166Z | Estimated space to be consumed: 1.59 GB |
134 | 2024-11-14T04:01:42.166Z | Create boot environment: No |
135 | 2024-11-14T04:01:42.166Z | Create backup boot environment: Yes |
136 | 2024-11-14T04:01:42.166Z | Rebuild boot archive: No |
137 | 2024-11-14T04:01:42.166Z | |
138 | 2024-11-14T04:01:42.166Z | Changed mediators: |
139 | 2024-11-14T04:01:42.166Z | mediator clang: |
140 | 2024-11-14T04:01:42.166Z | version: None -> 15 (system default) |
141 | 2024-11-14T04:01:42.166Z | |
142 | 2024-11-14T04:01:42.166Z | mediator llvm: |
143 | 2024-11-14T04:01:42.166Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-14T04:01:42.166Z | |
145 | 2024-11-14T04:01:42.166Z | Changed packages: |
146 | 2024-11-14T04:01:42.166Z | helios-dev |
147 | 2024-11-14T04:01:42.166Z | developer/build-essential |
148 | 2024-11-14T04:01:42.166Z | None -> 11-2.0 |
149 | 2024-11-14T04:01:42.166Z | library/libxmlsec1 |
150 | 2024-11-14T04:01:42.166Z | None -> 1.2.35-2.0 |
151 | 2024-11-14T04:01:42.168Z | ooce/developer/clang-15 |
152 | 2024-11-14T04:01:42.168Z | None -> 15.0.7-2.0 |
153 | 2024-11-14T04:01:42.168Z | ooce/developer/llvm-15 |
154 | 2024-11-14T04:01:42.168Z | None -> 15.0.7-2.0 |
155 | 2024-11-14T04:01:42.168Z | package/pkg |
156 | 2024-11-14T04:01:42.168Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-14T04:01:42.168Z | |
158 | 2024-11-14T04:01:42.168Z | Services: |
159 | 2024-11-14T04:01:42.168Z | restart_fmri: |
160 | 2024-11-14T04:01:42.168Z | svc:/system/update-man-index:default |
161 | 2024-11-14T04:01:42.168Z | |
162 | 2024-11-14T04:01:42.168Z | Editable files to change: |
163 | 2024-11-14T04:01:42.168Z | Update: |
164 | 2024-11-14T04:01:42.168Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-14T04:01:42.513Z | |
166 | 2024-11-14T04:01:42.513Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-14T04:01:48.805Z | Download: 213/4281 items 1.3/220.6MB 0% complete (489k/s) |
168 | 2024-11-14T04:01:53.836Z | Download: 671/4281 items 17.8/220.6MB 8% complete (1.8M/s) |
169 | 2024-11-14T04:02:01.338Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (8.5M/s) |
170 | 2024-11-14T04:02:06.341Z | Download: 2083/4281 items 118.8/220.6MB 53% complete (9.9M/s) |
171 | 2024-11-14T04:02:11.347Z | Download: 2688/4281 items 120.7/220.6MB 54% complete (3.7M/s) |
172 | 2024-11-14T04:02:16.350Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
173 | 2024-11-14T04:02:22.435Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (9.3M/s) |
174 | 2024-11-14T04:02:27.436Z | Download: 4152/4281 items 220.3/220.6MB 99% complete (996k/s) |
175 | 2024-11-14T04:02:36.191Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (967k/s) |
176 | 2024-11-14T04:02:36.295Z | Download: Completed 220.60 MB in 53.79 seconds (4.1M/s) |
177 | 2024-11-14T04:02:38.344Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-11-14T04:02:38.362Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-11-14T04:02:43.394Z | Actions: 4127/5063 actions (Installing new actions) |
180 | 2024-11-14T04:02:43.646Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-11-14T04:02:44.011Z | Actions: Completed 5063 actions in 5.67 seconds. |
182 | 2024-11-14T04:02:44.382Z | Done (0.364s) |
183 | 2024-11-14T04:02:44.384Z | Done (0.000s) |
184 | 2024-11-14T04:02:44.903Z | Done (0.519s) |
185 | 2024-11-14T04:02:50.522Z | Done (5.402s) |
186 | 2024-11-14T04:02:50.789Z | Done (0.200s) |
187 | 2024-11-14T04:02:50.792Z | Done (0.000s) |
188 | 2024-11-14T04:02:50.994Z | Done (0.000s) |
189 | 2024-11-14T04:02:51.669Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-11-14T04:02:51.831Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-11-14T04:02:51.834Z | Planning: Consolidating action changes ... Done |
192 | 2024-11-14T04:02:52.105Z | Planning: Evaluating mediators ... Done |
193 | 2024-11-14T04:02:52.108Z | Planning: Planning completed in 0.44 seconds |
194 | 2024-11-14T04:02:52.145Z | Mediators to change: 2 |
195 | 2024-11-14T04:02:52.149Z | Create boot environment: No |
196 | 2024-11-14T04:02:52.149Z | Create backup boot environment: No |
197 | 2024-11-14T04:02:52.228Z | Done |
198 | 2024-11-14T04:02:52.228Z | Done |
199 | 2024-11-14T04:02:52.567Z | Done |
200 | 2024-11-14T04:02:56.109Z | Done |
201 | 2024-11-14T04:02:56.204Z | Done |
202 | 2024-11-14T04:02:56.208Z | Done |
203 | 2024-11-14T04:02:56.523Z | Done |
204 | 2024-11-14T04:02:57.139Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-11-14T04:02:57.141Z | Planning: Merging actions ... Done |
206 | 2024-11-14T04:02:57.329Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-11-14T04:02:57.333Z | Planning: Consolidating action changes ... Done |
208 | 2024-11-14T04:02:57.588Z | Planning: Evaluating mediators ... Done |
209 | 2024-11-14T04:02:57.641Z | Planning: Planning completed in 0.74 seconds |
210 | 2024-11-14T04:02:57.682Z | Packages to change: 1 |
211 | 2024-11-14T04:02:57.682Z | Mediators to change: 1 |
212 | 2024-11-14T04:02:57.685Z | Services to change: 1 |
213 | 2024-11-14T04:02:57.685Z | Create boot environment: No |
214 | 2024-11-14T04:02:57.685Z | Create backup boot environment: Yes |
215 | 2024-11-14T04:02:59.885Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-11-14T04:02:59.923Z | Actions: Completed 6 actions in 0.04 seconds. |
217 | 2024-11-14T04:02:59.925Z | Done |
218 | 2024-11-14T04:02:59.925Z | Done |
219 | 2024-11-14T04:03:00.032Z | Done |
220 | 2024-11-14T04:03:03.692Z | Done |
221 | 2024-11-14T04:03:03.784Z | Done |
222 | 2024-11-14T04:03:03.787Z | Done |
223 | 2024-11-14T04:03:04.013Z | Done |
224 | 2024-11-14T04:03:04.443Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-11-14T04:03:04.443Z | clang system 15 system |
226 | 2024-11-14T04:03:04.443Z | csh system system illumos |
227 | 2024-11-14T04:03:04.443Z | ctags system system illumos |
228 | 2024-11-14T04:03:04.443Z | gcc vendor 12 vendor |
229 | 2024-11-14T04:03:04.443Z | gcc system 10 system |
230 | 2024-11-14T04:03:04.443Z | gcc system 7 system |
231 | 2024-11-14T04:03:04.443Z | go system 1.20 system |
232 | 2024-11-14T04:03:04.443Z | go system 1.19 system |
233 | 2024-11-14T04:03:04.443Z | llvm system 15 system |
234 | 2024-11-14T04:03:04.443Z | llvm system 14 system |
235 | 2024-11-14T04:03:04.443Z | mariadb system 10.6 system |
236 | 2024-11-14T04:03:04.443Z | mta vendor vendor dma |
237 | 2024-11-14T04:03:04.443Z | openjdk system 17 system |
238 | 2024-11-14T04:03:04.443Z | openjdk system 11 system |
239 | 2024-11-14T04:03:04.443Z | openjdk system 1.8 system |
240 | 2024-11-14T04:03:04.443Z | openssl vendor 3 vendor |
241 | 2024-11-14T04:03:04.443Z | perl system 5.36 system |
242 | 2024-11-14T04:03:04.443Z | postgresql system 15 system |
243 | 2024-11-14T04:03:04.443Z | postgresql system 13 system |
244 | 2024-11-14T04:03:04.443Z | python vendor 3 vendor |
245 | 2024-11-14T04:03:04.443Z | python system 2 system |
246 | 2024-11-14T04:03:04.443Z | python3 system 3.11 system |
247 | 2024-11-14T04:03:04.443Z | ruby system 3.0 system |
248 | 2024-11-14T04:03:04.443Z | words vendor vendor american-english |
249 | 2024-11-14T04:03:04.443Z | words system system australian-english |
250 | 2024-11-14T04:03:04.443Z | words system system british-english |
251 | 2024-11-14T04:03:04.443Z | words system system canadian-english |
252 | 2024-11-14T04:03:04.443Z | words system system french |
253 | 2024-11-14T04:03:04.443Z | words system system italian |
254 | 2024-11-14T04:03:04.443Z | words system system ngerman |
255 | 2024-11-14T04:03:04.443Z | words system system ogerman |
256 | 2024-11-14T04:03:04.443Z | words system system spanish |
257 | 2024-11-14T04:03:04.772Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-11-14T04:03:04.772Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-11-14T04:03:07.267Z | FMRI IFO |
260 | 2024-11-14T04:03:07.267Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-11-14T04:03:07.268Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-11-14T04:03:07.997Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-11-14T04:03:08.651Z | Updating crates.io index |
277 | 2024-11-14T04:03:08.653Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-11-14T04:03:10.715Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-11-14T04:03:11.430Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-11-14T04:03:11.968Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-11-14T04:03:12.581Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-11-14T04:03:15.793Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-11-14T04:03:21.273Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-11-14T04:03:23.742Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-11-14T04:03:27.639Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-11-14T04:03:28.329Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-11-14T04:03:29.178Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-11-14T04:03:30.547Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-11-14T04:03:31.196Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-11-14T04:03:32.109Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-11-14T04:03:32.803Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-11-14T04:03:33.350Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-11-14T04:03:33.945Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-11-14T04:03:34.673Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-11-14T04:03:35.469Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-11-14T04:03:36.163Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-11-14T04:03:36.759Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-11-14T04:03:37.745Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-11-14T04:03:38.336Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-11-14T04:03:39.215Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-11-14T04:03:40.133Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-11-14T04:03:40.716Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-11-14T04:03:41.403Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-11-14T04:03:43.159Z | Downloading crates ... |
305 | 2024-11-14T04:03:43.227Z | Downloaded anyhow v1.0.93 |
306 | 2024-11-14T04:03:43.232Z | Downloaded anstyle v1.0.10 |
307 | 2024-11-14T04:03:43.239Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-11-14T04:03:43.257Z | Downloaded fs-err v2.11.0 |
309 | 2024-11-14T04:03:43.260Z | Downloaded strsim v0.11.1 |
310 | 2024-11-14T04:03:43.262Z | Downloaded usdt v0.5.0 |
311 | 2024-11-14T04:03:43.262Z | Downloaded thread-id v4.2.2 |
312 | 2024-11-14T04:03:43.265Z | Downloaded proc-macro-error-attr v1.0.4 |
313 | 2024-11-14T04:03:43.265Z | Downloaded memmap v0.7.0 |
314 | 2024-11-14T04:03:43.267Z | Downloaded cfg-if v1.0.0 |
315 | 2024-11-14T04:03:43.267Z | Downloaded block-buffer v0.10.4 |
316 | 2024-11-14T04:03:43.267Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-11-14T04:03:43.269Z | Downloaded errno v0.3.9 |
318 | 2024-11-14T04:03:43.269Z | Downloaded scroll v0.12.0 |
319 | 2024-11-14T04:03:43.271Z | Downloaded serde_spanned v0.6.8 |
320 | 2024-11-14T04:03:43.274Z | Downloaded dof v0.3.0 |
321 | 2024-11-14T04:03:43.275Z | Downloaded is_terminal_polyfill v1.70.1 |
322 | 2024-11-14T04:03:43.275Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-11-14T04:03:43.277Z | Downloaded cpufeatures v0.2.14 |
324 | 2024-11-14T04:03:43.280Z | Downloaded clap_derive v4.5.18 |
325 | 2024-11-14T04:03:43.285Z | Downloaded anstyle-query v1.1.1 |
326 | 2024-11-14T04:03:43.292Z | Downloaded zerocopy-derive v0.7.35 |
327 | 2024-11-14T04:03:43.295Z | Downloaded unicode-ident v1.0.13 |
328 | 2024-11-14T04:03:43.297Z | Downloaded toml v0.8.19 |
329 | 2024-11-14T04:03:43.300Z | Downloaded pest_meta v2.7.14 |
330 | 2024-11-14T04:03:43.302Z | Downloaded autocfg v1.4.0 |
331 | 2024-11-14T04:03:43.306Z | Downloaded log v0.4.22 |
332 | 2024-11-14T04:03:43.309Z | Downloaded typenum v1.17.0 |
333 | 2024-11-14T04:03:43.313Z | Downloaded textwrap v0.16.1 |
334 | 2024-11-14T04:03:43.315Z | Downloaded tabled_derive v0.7.0 |
335 | 2024-11-14T04:03:43.315Z | Downloaded camino v1.1.9 |
336 | 2024-11-14T04:03:43.319Z | Downloaded serde v1.0.215 |
337 | 2024-11-14T04:03:43.322Z | Downloaded anstream v0.6.15 |
338 | 2024-11-14T04:03:43.324Z | Downloaded anstyle-parse v0.2.5 |
339 | 2024-11-14T04:03:43.337Z | Downloaded pest v2.7.14 |
340 | 2024-11-14T04:03:43.343Z | Downloaded equivalent v1.0.1 |
341 | 2024-11-14T04:03:43.350Z | Downloaded dtrace-parser v0.2.0 |
342 | 2024-11-14T04:03:43.357Z | Downloaded winnow v0.6.20 |
343 | 2024-11-14T04:03:43.365Z | Downloaded scroll_derive v0.12.0 |
344 | 2024-11-14T04:03:43.367Z | Downloaded swrite v0.1.0 |
345 | 2024-11-14T04:03:43.370Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2024-11-14T04:03:43.376Z | Downloaded crypto-common v0.1.6 |
347 | 2024-11-14T04:03:43.379Z | Downloaded bytecount v0.6.8 |
348 | 2024-11-14T04:03:43.381Z | Downloaded generic-array v0.14.7 |
349 | 2024-11-14T04:03:43.386Z | Downloaded syn v1.0.109 |
350 | 2024-11-14T04:03:43.396Z | Downloaded goblin v0.8.2 |
351 | 2024-11-14T04:03:43.401Z | Downloaded heck v0.5.0 |
352 | 2024-11-14T04:03:43.403Z | Downloaded byteorder v1.5.0 |
353 | 2024-11-14T04:03:43.406Z | Downloaded heck v0.4.1 |
354 | 2024-11-14T04:03:43.406Z | Downloaded pest_generator v2.7.14 |
355 | 2024-11-14T04:03:43.408Z | Downloaded colorchoice v1.0.2 |
356 | 2024-11-14T04:03:43.408Z | Downloaded clap_lex v0.7.2 |
357 | 2024-11-14T04:03:43.410Z | Downloaded itoa v1.0.11 |
358 | 2024-11-14T04:03:43.410Z | Downloaded macaddr v1.0.1 |
359 | 2024-11-14T04:03:43.416Z | Downloaded plain v0.2.3 |
360 | 2024-11-14T04:03:43.418Z | Downloaded toml_datetime v0.6.8 |
361 | 2024-11-14T04:03:43.418Z | Downloaded thiserror v1.0.69 |
362 | 2024-11-14T04:03:43.423Z | Downloaded fnv v1.0.7 |
363 | 2024-11-14T04:03:43.425Z | Downloaded cargo_metadata v0.18.1 |
364 | 2024-11-14T04:03:43.425Z | Downloaded terminal_size v0.4.0 |
365 | 2024-11-14T04:03:43.427Z | Downloaded version_check v0.9.5 |
366 | 2024-11-14T04:03:43.427Z | Downloaded smawk v0.3.2 |
367 | 2024-11-14T04:03:43.430Z | Downloaded utf8parse v0.2.2 |
368 | 2024-11-14T04:03:43.432Z | Downloaded camino-tempfile v1.1.1 |
369 | 2024-11-14T04:03:43.432Z | Downloaded usdt-impl v0.5.0 |
370 | 2024-11-14T04:03:43.434Z | Downloaded cargo_toml v0.20.5 |
371 | 2024-11-14T04:03:43.437Z | Downloaded thiserror-impl v1.0.69 |
372 | 2024-11-14T04:03:43.439Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-11-14T04:03:43.441Z | Downloaded unicode-linebreak v0.1.5 |
374 | 2024-11-14T04:03:43.441Z | Downloaded pest_derive v2.7.14 |
375 | 2024-11-14T04:03:43.443Z | Downloaded fastrand v2.1.1 |
376 | 2024-11-14T04:03:43.445Z | Downloaded digest v0.10.7 |
377 | 2024-11-14T04:03:43.445Z | Downloaded quote v1.0.37 |
378 | 2024-11-14T04:03:43.449Z | Downloaded sha2 v0.10.8 |
379 | 2024-11-14T04:03:43.451Z | Downloaded semver v1.0.23 |
380 | 2024-11-14T04:03:43.453Z | Downloaded bitflags v2.6.0 |
381 | 2024-11-14T04:03:43.458Z | Downloaded serde_tokenstream v0.2.2 |
382 | 2024-11-14T04:03:43.471Z | Downloaded proc-macro2 v1.0.89 |
383 | 2024-11-14T04:03:43.473Z | Downloaded tempfile v3.13.0 |
384 | 2024-11-14T04:03:43.473Z | Downloaded clap v4.5.20 |
385 | 2024-11-14T04:03:43.481Z | Downloaded ucd-trie v0.1.7 |
386 | 2024-11-14T04:03:43.483Z | Downloaded ryu v1.0.18 |
387 | 2024-11-14T04:03:43.485Z | Downloaded papergrid v0.11.0 |
388 | 2024-11-14T04:03:43.489Z | Downloaded once_cell v1.20.2 |
389 | 2024-11-14T04:03:43.496Z | Downloaded serde_derive v1.0.215 |
390 | 2024-11-14T04:03:43.508Z | Downloaded indexmap v2.6.0 |
391 | 2024-11-14T04:03:43.514Z | Downloaded memchr v2.7.4 |
392 | 2024-11-14T04:03:43.536Z | Downloaded toml_edit v0.22.22 |
393 | 2024-11-14T04:03:43.555Z | Downloaded hashbrown v0.15.0 |
394 | 2024-11-14T04:03:43.560Z | Downloaded clap_builder v4.5.20 |
395 | 2024-11-14T04:03:43.568Z | Downloaded zerocopy v0.7.35 |
396 | 2024-11-14T04:03:43.580Z | Downloaded serde_json v1.0.132 |
397 | 2024-11-14T04:03:43.587Z | Downloaded tabled v0.15.0 |
398 | 2024-11-14T04:03:43.605Z | Downloaded syn v2.0.87 |
399 | 2024-11-14T04:03:43.615Z | Downloaded unicode-width v0.1.14 |
400 | 2024-11-14T04:03:43.625Z | Downloaded rustix v0.38.37 |
401 | 2024-11-14T04:03:43.658Z | Downloaded libc v0.2.162 |
402 | 2024-11-14T04:03:43.965Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-14T04:03:43.965Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-14T04:03:43.965Z | Compiling version_check v0.9.5 |
405 | 2024-11-14T04:03:43.969Z | Compiling serde v1.0.215 |
406 | 2024-11-14T04:03:43.969Z | Compiling memchr v2.7.4 |
407 | 2024-11-14T04:03:43.969Z | Compiling thiserror v1.0.69 |
408 | 2024-11-14T04:03:43.969Z | Compiling libc v0.2.162 |
409 | 2024-11-14T04:03:43.969Z | Compiling ryu v1.0.18 |
410 | 2024-11-14T04:03:44.292Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-14T04:03:44.425Z | Compiling itoa v1.0.11 |
412 | 2024-11-14T04:03:44.628Z | Compiling once_cell v1.20.2 |
413 | 2024-11-14T04:03:44.840Z | Compiling byteorder v1.5.0 |
414 | 2024-11-14T04:03:45.203Z | Compiling serde_json v1.0.132 |
415 | 2024-11-14T04:03:45.365Z | Compiling rustix v0.38.37 |
416 | 2024-11-14T04:03:45.422Z | Compiling bitflags v2.6.0 |
417 | 2024-11-14T04:03:45.552Z | Compiling usdt-impl v0.5.0 |
418 | 2024-11-14T04:03:45.577Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-11-14T04:03:45.815Z | Compiling syn v1.0.109 |
420 | 2024-11-14T04:03:45.845Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-11-14T04:03:45.964Z | Compiling equivalent v1.0.1 |
422 | 2024-11-14T04:03:46.011Z | Compiling plain v0.2.3 |
423 | 2024-11-14T04:03:46.088Z | Compiling hashbrown v0.15.0 |
424 | 2024-11-14T04:03:46.114Z | Compiling utf8parse v0.2.2 |
425 | 2024-11-14T04:03:46.172Z | Compiling log v0.4.22 |
426 | 2024-11-14T04:03:46.267Z | Compiling camino v1.1.9 |
427 | 2024-11-14T04:03:46.291Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-11-14T04:03:46.411Z | Compiling quote v1.0.37 |
429 | 2024-11-14T04:03:46.549Z | Compiling errno v0.3.9 |
430 | 2024-11-14T04:03:46.574Z | Compiling thread-id v4.2.2 |
431 | 2024-11-14T04:03:46.765Z | Compiling syn v2.0.87 |
432 | 2024-11-14T04:03:46.972Z | Compiling pretty-hex v0.4.1 |
433 | 2024-11-14T04:03:47.108Z | Compiling colorchoice v1.0.2 |
434 | 2024-11-14T04:03:47.186Z | Compiling semver v1.0.23 |
435 | 2024-11-14T04:03:47.206Z | Compiling indexmap v2.6.0 |
436 | 2024-11-14T04:03:47.271Z | Compiling anstyle-query v1.1.1 |
437 | 2024-11-14T04:03:47.296Z | Compiling anstyle v1.0.10 |
438 | 2024-11-14T04:03:47.408Z | Compiling autocfg v1.4.0 |
439 | 2024-11-14T04:03:47.697Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-14T04:03:47.752Z | Compiling is_terminal_polyfill v1.70.1 |
441 | 2024-11-14T04:03:47.895Z | Compiling winnow v0.6.20 |
442 | 2024-11-14T04:03:48.212Z | Compiling anstream v0.6.15 |
443 | 2024-11-14T04:03:48.574Z | Compiling bytecount v0.6.8 |
444 | 2024-11-14T04:03:48.614Z | Compiling fs-err v2.11.0 |
445 | 2024-11-14T04:03:48.659Z | Compiling fnv v1.0.7 |
446 | 2024-11-14T04:03:48.796Z | Compiling terminal_size v0.4.0 |
447 | 2024-11-14T04:03:48.800Z | Compiling heck v0.4.1 |
448 | 2024-11-14T04:03:48.898Z | Compiling anyhow v1.0.93 |
449 | 2024-11-14T04:03:49.021Z | Compiling fastrand v2.1.1 |
450 | 2024-11-14T04:03:49.341Z | Compiling cfg-if v1.0.0 |
451 | 2024-11-14T04:03:49.447Z | Compiling strsim v0.11.1 |
452 | 2024-11-14T04:03:49.521Z | Compiling heck v0.5.0 |
453 | 2024-11-14T04:03:49.548Z | Compiling clap_lex v0.7.2 |
454 | 2024-11-14T04:03:49.963Z | Compiling clap_builder v4.5.20 |
455 | 2024-11-14T04:03:50.016Z | Compiling tempfile v3.13.0 |
456 | 2024-11-14T04:03:50.206Z | Compiling papergrid v0.11.0 |
457 | 2024-11-14T04:03:50.384Z | Compiling memmap v0.7.0 |
458 | 2024-11-14T04:03:50.386Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-11-14T04:03:50.766Z | Compiling smawk v0.3.2 |
460 | 2024-11-14T04:03:50.987Z | Compiling textwrap v0.16.1 |
461 | 2024-11-14T04:03:51.504Z | Compiling swrite v0.1.0 |
462 | 2024-11-14T04:03:52.501Z | Compiling tabled_derive v0.7.0 |
463 | 2024-11-14T04:03:54.081Z | Compiling tabled v0.15.0 |
464 | 2024-11-14T04:03:55.739Z | Compiling serde_derive v1.0.215 |
465 | 2024-11-14T04:03:55.742Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-11-14T04:03:55.742Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-11-14T04:03:55.742Z | Compiling scroll_derive v0.12.0 |
468 | 2024-11-14T04:03:55.742Z | Compiling clap_derive v4.5.18 |
469 | 2024-11-14T04:03:56.850Z | Compiling scroll v0.12.0 |
470 | 2024-11-14T04:03:57.325Z | Compiling goblin v0.8.2 |
471 | 2024-11-14T04:03:57.475Z | Compiling zerocopy v0.7.35 |
472 | 2024-11-14T04:03:58.287Z | Compiling pest v2.7.14 |
473 | 2024-11-14T04:03:59.755Z | Compiling clap v4.5.20 |
474 | 2024-11-14T04:04:00.620Z | Compiling pest_meta v2.7.14 |
475 | 2024-11-14T04:04:01.448Z | Compiling pest_generator v2.7.14 |
476 | 2024-11-14T04:04:03.332Z | Compiling pest_derive v2.7.14 |
477 | 2024-11-14T04:04:04.073Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-11-14T04:04:05.809Z | Compiling toml_datetime v0.6.8 |
479 | 2024-11-14T04:04:05.809Z | Compiling serde_spanned v0.6.8 |
480 | 2024-11-14T04:04:05.811Z | Compiling cargo-platform v0.1.8 |
481 | 2024-11-14T04:04:06.194Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-11-14T04:04:06.323Z | Compiling toml_edit v0.22.22 |
483 | 2024-11-14T04:04:06.396Z | Compiling macaddr v1.0.1 |
484 | 2024-11-14T04:04:06.475Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-11-14T04:04:07.320Z | Compiling dof v0.3.0 |
486 | 2024-11-14T04:04:07.320Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-11-14T04:04:09.054Z | Compiling toml v0.8.19 |
488 | 2024-11-14T04:04:09.413Z | Compiling usdt-macro v0.5.0 |
489 | 2024-11-14T04:04:09.608Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-11-14T04:04:10.018Z | Compiling cargo_toml v0.20.5 |
491 | 2024-11-14T04:04:10.916Z | Compiling usdt v0.5.0 |
492 | 2024-11-14T04:04:13.542Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-11-14T04:04:17.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
494 | 2024-11-14T04:04:17.952Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-11-14T04:04:18.461Z | Downloading crates ... |
496 | 2024-11-14T04:04:18.594Z | Downloaded arc-swap v1.7.1 |
497 | 2024-11-14T04:04:18.608Z | Downloaded arrayref v0.3.9 |
498 | 2024-11-14T04:04:18.610Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-11-14T04:04:18.610Z | Downloaded crucible-workspace-hack v0.1.0 |
500 | 2024-11-14T04:04:18.610Z | Downloaded async-stream-impl v0.3.6 |
501 | 2024-11-14T04:04:18.613Z | Downloaded cstr-argument v0.1.2 |
502 | 2024-11-14T04:04:18.616Z | Downloaded cobs v0.2.3 |
503 | 2024-11-14T04:04:18.618Z | Downloaded cexpr v0.6.0 |
504 | 2024-11-14T04:04:18.620Z | Downloaded bit-vec v0.6.3 |
505 | 2024-11-14T04:04:18.623Z | Downloaded bb8 v0.8.5 |
506 | 2024-11-14T04:04:18.625Z | Downloaded cipher v0.4.4 |
507 | 2024-11-14T04:04:18.625Z | Downloaded addr2line v0.24.2 |
508 | 2024-11-14T04:04:18.628Z | Downloaded crossbeam-deque v0.8.5 |
509 | 2024-11-14T04:04:18.630Z | Downloaded crc-catalog v2.4.0 |
510 | 2024-11-14T04:04:18.632Z | Downloaded ctr v0.9.2 |
511 | 2024-11-14T04:04:18.634Z | Downloaded async-bb8-diesel v0.2.1 |
512 | 2024-11-14T04:04:18.637Z | Downloaded bitflags v1.3.2 |
513 | 2024-11-14T04:04:18.641Z | Downloaded chacha20 v0.9.1 |
514 | 2024-11-14T04:04:18.643Z | Downloaded cookie_store v0.21.0 |
515 | 2024-11-14T04:04:18.648Z | Downloaded const-oid v0.9.6 |
516 | 2024-11-14T04:04:18.650Z | Downloaded match_cfg v0.1.0 |
517 | 2024-11-14T04:04:18.650Z | Downloaded lru-cache v0.1.2 |
518 | 2024-11-14T04:04:18.653Z | Downloaded is-terminal v0.4.13 |
519 | 2024-11-14T04:04:18.653Z | Downloaded compact_str v0.8.0 |
520 | 2024-11-14T04:04:18.657Z | Downloaded lazycell v1.3.0 |
521 | 2024-11-14T04:04:18.660Z | Downloaded crossbeam-utils v0.8.20 |
522 | 2024-11-14T04:04:18.662Z | Downloaded http-body-util v0.1.2 |
523 | 2024-11-14T04:04:18.666Z | Downloaded base64 v0.21.7 |
524 | 2024-11-14T04:04:18.670Z | Downloaded md-5 v0.10.6 |
525 | 2024-11-14T04:04:18.672Z | Downloaded managed v0.8.0 |
526 | 2024-11-14T04:04:18.674Z | Downloaded quinn-udp v0.5.5 |
527 | 2024-11-14T04:04:18.677Z | Downloaded jobserver v0.1.32 |
528 | 2024-11-14T04:04:18.679Z | Downloaded hickory-client v0.24.1 |
529 | 2024-11-14T04:04:18.682Z | Downloaded adler2 v2.0.0 |
530 | 2024-11-14T04:04:18.685Z | Downloaded mime_guess v2.0.5 |
531 | 2024-11-14T04:04:18.688Z | Downloaded icu_locid_transform v1.5.0 |
532 | 2024-11-14T04:04:18.690Z | Downloaded rustls-pemfile v1.0.4 |
533 | 2024-11-14T04:04:18.692Z | Downloaded icu_provider v1.5.0 |
534 | 2024-11-14T04:04:18.696Z | Downloaded array-init v0.0.4 |
535 | 2024-11-14T04:04:18.698Z | Downloaded hmac v0.12.1 |
536 | 2024-11-14T04:04:18.700Z | Downloaded rustc_version v0.1.7 |
537 | 2024-11-14T04:04:18.702Z | Downloaded argon2 v0.5.3 |
538 | 2024-11-14T04:04:18.705Z | Downloaded aead v0.5.2 |
539 | 2024-11-14T04:04:18.705Z | Downloaded memmap2 v0.9.5 |
540 | 2024-11-14T04:04:18.707Z | Downloaded libloading v0.8.5 |
541 | 2024-11-14T04:04:18.709Z | Downloaded indicatif v0.17.8 |
542 | 2024-11-14T04:04:18.714Z | Downloaded arrayvec v0.7.6 |
543 | 2024-11-14T04:04:18.717Z | Downloaded shell-words v1.1.0 |
544 | 2024-11-14T04:04:18.720Z | Downloaded hubpack_derive v0.1.1 |
545 | 2024-11-14T04:04:18.720Z | Downloaded blake3 v1.5.4 |
546 | 2024-11-14T04:04:18.729Z | Downloaded tap v1.0.1 |
547 | 2024-11-14T04:04:18.732Z | Downloaded hickory-server v0.24.1 |
548 | 2024-11-14T04:04:18.738Z | Downloaded try-lock v0.2.5 |
549 | 2024-11-14T04:04:18.740Z | Downloaded libxml v0.3.3 |
550 | 2024-11-14T04:04:18.747Z | Downloaded is_ci v1.2.0 |
551 | 2024-11-14T04:04:18.750Z | Downloaded aws-lc-rs v1.10.0 |
552 | 2024-11-14T04:04:18.761Z | Downloaded lalrpop-util v0.19.12 |
553 | 2024-11-14T04:04:18.763Z | Downloaded md5 v0.7.0 |
554 | 2024-11-14T04:04:18.764Z | Downloaded atty v0.2.14 |
555 | 2024-11-14T04:04:18.767Z | Downloaded itertools v0.10.5 |
556 | 2024-11-14T04:04:18.773Z | Downloaded tokio-macros v2.4.0 |
557 | 2024-11-14T04:04:18.776Z | Downloaded hex-literal v0.4.1 |
558 | 2024-11-14T04:04:18.778Z | Downloaded icu_locid_transform_data v1.5.0 |
559 | 2024-11-14T04:04:18.781Z | Downloaded memoffset v0.9.1 |
560 | 2024-11-14T04:04:18.781Z | Downloaded aes v0.8.4 |
561 | 2024-11-14T04:04:18.785Z | Downloaded kstat-rs v0.2.4 |
562 | 2024-11-14T04:04:18.787Z | Downloaded assert_matches v1.5.0 |
563 | 2024-11-14T04:04:18.789Z | Downloaded humantime v2.1.0 |
564 | 2024-11-14T04:04:18.791Z | Downloaded bitfield v0.14.0 |
565 | 2024-11-14T04:04:18.793Z | Downloaded write16 v1.0.0 |
566 | 2024-11-14T04:04:18.793Z | Downloaded crc v3.2.1 |
567 | 2024-11-14T04:04:18.796Z | Downloaded deranged v0.3.11 |
568 | 2024-11-14T04:04:18.800Z | Downloaded ciborium-io v0.2.2 |
569 | 2024-11-14T04:04:18.802Z | Downloaded libefi-sys v0.1.0 |
570 | 2024-11-14T04:04:18.802Z | Downloaded cfg_aliases v0.1.1 |
571 | 2024-11-14T04:04:18.802Z | Downloaded atomic-waker v1.1.2 |
572 | 2024-11-14T04:04:18.805Z | Downloaded linked-hash-map v0.5.6 |
573 | 2024-11-14T04:04:18.807Z | Downloaded heck v0.3.3 |
574 | 2024-11-14T04:04:18.807Z | Downloaded wait-timeout v0.2.0 |
575 | 2024-11-14T04:04:18.809Z | Downloaded async-recursion v1.1.1 |
576 | 2024-11-14T04:04:18.813Z | Downloaded maybe-uninit v2.0.0 |
577 | 2024-11-14T04:04:18.816Z | Downloaded convert_case v0.4.0 |
578 | 2024-11-14T04:04:18.820Z | Downloaded block-padding v0.3.3 |
579 | 2024-11-14T04:04:18.820Z | Downloaded maplit v1.0.2 |
580 | 2024-11-14T04:04:18.822Z | Downloaded foreign-types v0.5.0 |
581 | 2024-11-14T04:04:18.824Z | Downloaded foreign-types v0.3.2 |
582 | 2024-11-14T04:04:18.826Z | Downloaded uzers v0.12.1 |
583 | 2024-11-14T04:04:18.831Z | Downloaded either v1.13.0 |
584 | 2024-11-14T04:04:18.834Z | Downloaded darling v0.20.10 |
585 | 2024-11-14T04:04:18.842Z | Downloaded num-conv v0.1.0 |
586 | 2024-11-14T04:04:18.844Z | Downloaded zone v0.1.8 |
587 | 2024-11-14T04:04:18.847Z | Downloaded bzip2 v0.4.4 |
588 | 2024-11-14T04:04:18.850Z | Downloaded dirs-next v2.0.0 |
589 | 2024-11-14T04:04:18.852Z | Downloaded russh-cryptovec v0.7.3 |
590 | 2024-11-14T04:04:18.852Z | Downloaded curve25519-dalek-derive v0.1.1 |
591 | 2024-11-14T04:04:18.855Z | Downloaded aes-gcm v0.10.3 |
592 | 2024-11-14T04:04:18.858Z | Downloaded hubpack v0.1.2 |
593 | 2024-11-14T04:04:18.860Z | Downloaded yoke v0.7.4 |
594 | 2024-11-14T04:04:18.862Z | Downloaded highway v1.2.0 |
595 | 2024-11-14T04:04:18.865Z | Downloaded idna v0.4.0 |
596 | 2024-11-14T04:04:18.873Z | Downloaded parse-size v1.1.0 |
597 | 2024-11-14T04:04:18.876Z | Downloaded ascii-canvas v3.0.0 |
598 | 2024-11-14T04:04:18.879Z | Downloaded float-ord v0.3.2 |
599 | 2024-11-14T04:04:18.879Z | Downloaded multimap v0.10.0 |
600 | 2024-11-14T04:04:18.881Z | Downloaded base64 v0.13.1 |
601 | 2024-11-14T04:04:18.884Z | Downloaded tls_codec v0.4.1 |
602 | 2024-11-14T04:04:18.886Z | Downloaded rfc6979 v0.4.0 |
603 | 2024-11-14T04:04:18.888Z | Downloaded ref-cast-impl v1.0.23 |
604 | 2024-11-14T04:04:18.889Z | Downloaded blowfish v0.9.1 |
605 | 2024-11-14T04:04:18.891Z | Downloaded shlex v1.3.0 |
606 | 2024-11-14T04:04:18.894Z | Downloaded num-derive v0.4.2 |
607 | 2024-11-14T04:04:18.896Z | Downloaded rustls-pemfile v2.2.0 |
608 | 2024-11-14T04:04:18.898Z | Downloaded stable_deref_trait v1.2.0 |
609 | 2024-11-14T04:04:18.900Z | Downloaded yasna v0.5.2 |
610 | 2024-11-14T04:04:18.904Z | Downloaded thiserror-no-std v2.0.2 |
611 | 2024-11-14T04:04:18.906Z | Downloaded icu_normalizer v1.5.0 |
612 | 2024-11-14T04:04:18.909Z | Downloaded sigpipe v0.1.3 |
613 | 2024-11-14T04:04:18.912Z | Downloaded icu_locid v1.5.0 |
614 | 2024-11-14T04:04:18.916Z | Downloaded debug-ignore v1.0.5 |
615 | 2024-11-14T04:04:18.919Z | Downloaded env_logger v0.11.5 |
616 | 2024-11-14T04:04:18.922Z | Downloaded toolchain_find v0.4.0 |
617 | 2024-11-14T04:04:18.925Z | Downloaded parse-display v0.10.0 |
618 | 2024-11-14T04:04:18.928Z | Downloaded thread_local v1.1.8 |
619 | 2024-11-14T04:04:18.931Z | Downloaded flagset v0.4.6 |
620 | 2024-11-14T04:04:18.931Z | Downloaded predicates-core v1.0.8 |
621 | 2024-11-14T04:04:18.935Z | Downloaded rand_seeder v0.3.0 |
622 | 2024-11-14T04:04:18.935Z | Downloaded rand_core v0.6.4 |
623 | 2024-11-14T04:04:18.937Z | Downloaded polyval v0.6.2 |
624 | 2024-11-14T04:04:18.940Z | Downloaded waitgroup v0.1.2 |
625 | 2024-11-14T04:04:18.940Z | Downloaded strum_macros v0.24.3 |
626 | 2024-11-14T04:04:18.942Z | Downloaded slog-term v2.9.1 |
627 | 2024-11-14T04:04:18.945Z | Downloaded peg-runtime v0.8.3 |
628 | 2024-11-14T04:04:18.947Z | Downloaded simd-adler32 v0.3.7 |
629 | 2024-11-14T04:04:18.951Z | Downloaded static_assertions v1.1.0 |
630 | 2024-11-14T04:04:18.953Z | Downloaded tracing-attributes v0.1.27 |
631 | 2024-11-14T04:04:18.955Z | Downloaded multer v3.1.0 |
632 | 2024-11-14T04:04:18.957Z | Downloaded serde_urlencoded v0.7.1 |
633 | 2024-11-14T04:04:18.959Z | Downloaded same-file v1.0.6 |
634 | 2024-11-14T04:04:18.962Z | Downloaded icu_properties v1.5.1 |
635 | 2024-11-14T04:04:18.964Z | Downloaded derive_builder v0.20.2 |
636 | 2024-11-14T04:04:18.971Z | Downloaded parking_lot_core v0.8.6 |
637 | 2024-11-14T04:04:18.973Z | Downloaded path-slash v0.1.5 |
638 | 2024-11-14T04:04:18.975Z | Downloaded phf_shared v0.10.0 |
639 | 2024-11-14T04:04:18.975Z | Downloaded number_prefix v0.4.0 |
640 | 2024-11-14T04:04:18.978Z | Downloaded newtype_derive v0.1.6 |
641 | 2024-11-14T04:04:18.978Z | Downloaded poly1305 v0.8.0 |
642 | 2024-11-14T04:04:18.981Z | Downloaded tiny-keccak v2.0.2 |
643 | 2024-11-14T04:04:18.984Z | Downloaded rand_chacha v0.3.1 |
644 | 2024-11-14T04:04:18.986Z | Downloaded utf-8 v0.7.6 |
645 | 2024-11-14T04:04:18.988Z | Downloaded rustls-pki-types v1.9.0 |
646 | 2024-11-14T04:04:18.990Z | Downloaded pretty-hex v0.2.1 |
647 | 2024-11-14T04:04:18.992Z | Downloaded display-error-chain v0.2.2 |
648 | 2024-11-14T04:04:18.994Z | Downloaded unicode-properties v0.1.3 |
649 | 2024-11-14T04:04:18.998Z | Downloaded embedded-io v0.6.1 |
650 | 2024-11-14T04:04:19.003Z | Downloaded predicates v3.1.2 |
651 | 2024-11-14T04:04:19.006Z | Downloaded ena v0.14.3 |
652 | 2024-11-14T04:04:19.006Z | Downloaded time-macros v0.2.18 |
653 | 2024-11-14T04:04:19.006Z | Downloaded futures-executor v0.3.31 |
654 | 2024-11-14T04:04:19.009Z | Downloaded olpc-cjson v0.1.4 |
655 | 2024-11-14T04:04:19.023Z | Downloaded want v0.3.1 |
656 | 2024-11-14T04:04:19.026Z | Downloaded tokio-tungstenite v0.23.1 |
657 | 2024-11-14T04:04:19.028Z | Downloaded strum_macros v0.26.4 |
658 | 2024-11-14T04:04:19.032Z | Downloaded psl-types v2.0.11 |
659 | 2024-11-14T04:04:19.032Z | Downloaded phf_generator v0.11.2 |
660 | 2024-11-14T04:04:19.034Z | Downloaded phf_codegen v0.11.2 |
661 | 2024-11-14T04:04:19.034Z | Downloaded phf v0.11.2 |
662 | 2024-11-14T04:04:19.036Z | Downloaded zone_cfg_derive v0.3.0 |
663 | 2024-11-14T04:04:19.039Z | Downloaded tokio-tungstenite v0.24.0 |
664 | 2024-11-14T04:04:19.041Z | Downloaded chacha20poly1305 v0.10.1 |
665 | 2024-11-14T04:04:19.041Z | Downloaded zerofrom v0.1.4 |
666 | 2024-11-14T04:04:19.044Z | Downloaded schemars_derive v0.8.21 |
667 | 2024-11-14T04:04:19.046Z | Downloaded ecdsa v0.16.9 |
668 | 2024-11-14T04:04:19.049Z | Downloaded flume v0.11.1 |
669 | 2024-11-14T04:04:19.051Z | Downloaded new_debug_unreachable v1.0.6 |
670 | 2024-11-14T04:04:19.054Z | Downloaded zone_cfg_derive v0.1.2 |
671 | 2024-11-14T04:04:19.054Z | Downloaded vsss-rs v3.3.4 |
672 | 2024-11-14T04:04:19.056Z | Downloaded rpassword v7.3.1 |
673 | 2024-11-14T04:04:19.059Z | Downloaded newline-converter v0.3.0 |
674 | 2024-11-14T04:04:19.061Z | Downloaded tinyvec_macros v0.1.1 |
675 | 2024-11-14T04:04:19.061Z | Downloaded slog-envlogger v2.2.0 |
676 | 2024-11-14T04:04:19.065Z | Downloaded slog-dtrace v0.3.0 |
677 | 2024-11-14T04:04:19.067Z | Downloaded rtoolbox v0.0.2 |
678 | 2024-11-14T04:04:19.069Z | Downloaded tabwriter v1.4.0 |
679 | 2024-11-14T04:04:19.069Z | Downloaded http v1.1.0 |
680 | 2024-11-14T04:04:19.073Z | Downloaded twox-hash v1.6.3 |
681 | 2024-11-14T04:04:19.076Z | Downloaded slog-async v2.8.0 |
682 | 2024-11-14T04:04:19.078Z | Downloaded zip v2.1.3 |
683 | 2024-11-14T04:04:19.082Z | Downloaded subprocess v0.2.9 |
684 | 2024-11-14T04:04:19.085Z | Downloaded ref-cast v1.0.23 |
685 | 2024-11-14T04:04:19.088Z | Downloaded yoke-derive v0.7.4 |
686 | 2024-11-14T04:04:19.092Z | Downloaded schemars v0.8.21 |
687 | 2024-11-14T04:04:19.104Z | Downloaded newtype-uuid v1.1.3 |
688 | 2024-11-14T04:04:19.106Z | Downloaded precomputed-hash v0.1.1 |
689 | 2024-11-14T04:04:19.106Z | Downloaded futures-task v0.3.31 |
690 | 2024-11-14T04:04:19.108Z | Downloaded futures-sink v0.3.31 |
691 | 2024-11-14T04:04:19.108Z | Downloaded futures-macro v0.3.31 |
692 | 2024-11-14T04:04:19.112Z | Downloaded futures-core v0.3.31 |
693 | 2024-11-14T04:04:19.115Z | Downloaded oso-derive v0.27.3 |
694 | 2024-11-14T04:04:19.115Z | Downloaded openssl-probe v0.1.5 |
695 | 2024-11-14T04:04:19.115Z | Downloaded openssl-macros v0.1.1 |
696 | 2024-11-14T04:04:19.117Z | Downloaded xattr v1.3.1 |
697 | 2024-11-14T04:04:19.117Z | Downloaded synstructure v0.13.1 |
698 | 2024-11-14T04:04:19.119Z | Downloaded packed_struct_codegen v0.10.1 |
699 | 2024-11-14T04:04:19.121Z | Downloaded packed_struct v0.10.1 |
700 | 2024-11-14T04:04:19.124Z | Downloaded string_cache v0.8.7 |
701 | 2024-11-14T04:04:19.124Z | Downloaded omicron-zone-package v0.11.1 |
702 | 2024-11-14T04:04:19.127Z | Downloaded progenitor-client v0.8.0 |
703 | 2024-11-14T04:04:19.130Z | Downloaded sha1 v0.10.6 |
704 | 2024-11-14T04:04:19.132Z | Downloaded lalrpop v0.19.12 |
705 | 2024-11-14T04:04:19.143Z | Downloaded termios v0.3.3 |
706 | 2024-11-14T04:04:19.145Z | Downloaded rand_xorshift v0.3.0 |
707 | 2024-11-14T04:04:19.147Z | Downloaded hashlink v0.9.1 |
708 | 2024-11-14T04:04:19.147Z | Downloaded fallible-iterator v0.2.0 |
709 | 2024-11-14T04:04:19.150Z | Downloaded serde-big-array v0.5.1 |
710 | 2024-11-14T04:04:19.152Z | Downloaded num_enum v0.5.11 |
711 | 2024-11-14T04:04:19.156Z | Downloaded enum-as-inner v0.6.1 |
712 | 2024-11-14T04:04:19.158Z | Downloaded fallible-streaming-iterator v0.1.9 |
713 | 2024-11-14T04:04:19.160Z | Downloaded unicase v2.7.0 |
714 | 2024-11-14T04:04:19.163Z | Downloaded vte v0.11.1 |
715 | 2024-11-14T04:04:19.165Z | Downloaded value-bag v1.9.0 |
716 | 2024-11-14T04:04:19.167Z | Downloaded wyz v0.5.1 |
717 | 2024-11-14T04:04:19.170Z | Downloaded elliptic-curve v0.13.8 |
718 | 2024-11-14T04:04:19.172Z | Downloaded uuid v1.11.0 |
719 | 2024-11-14T04:04:19.175Z | Downloaded toml v0.7.8 |
720 | 2024-11-14T04:04:19.179Z | Downloaded sqlparser_derive v0.2.2 |
721 | 2024-11-14T04:04:19.181Z | Downloaded progenitor-macro v0.8.0 |
722 | 2024-11-14T04:04:19.183Z | Downloaded regex v1.11.1 |
723 | 2024-11-14T04:04:19.196Z | Downloaded foreign-types-shared v0.1.1 |
724 | 2024-11-14T04:04:19.198Z | Downloaded opaque-debug v0.3.1 |
725 | 2024-11-14T04:04:19.198Z | Downloaded fxhash v0.2.1 |
726 | 2024-11-14T04:04:19.200Z | Downloaded tokio-rustls v0.26.0 |
727 | 2024-11-14T04:04:19.203Z | Downloaded smf v0.2.3 |
728 | 2024-11-14T04:04:19.203Z | Downloaded dropshot_endpoint v0.13.0 |
729 | 2024-11-14T04:04:19.206Z | Downloaded tower-service v0.3.3 |
730 | 2024-11-14T04:04:19.208Z | Downloaded time-core v0.1.2 |
731 | 2024-11-14T04:04:19.208Z | Downloaded foreign-types-macros v0.2.3 |
732 | 2024-11-14T04:04:19.211Z | Downloaded ff v0.13.0 |
733 | 2024-11-14T04:04:19.211Z | Downloaded serde_path_to_error v0.1.16 |
734 | 2024-11-14T04:04:19.213Z | Downloaded filetime v0.2.25 |
735 | 2024-11-14T04:04:19.215Z | Downloaded serde-hex v0.1.0 |
736 | 2024-11-14T04:04:19.217Z | Downloaded secrecy v0.8.0 |
737 | 2024-11-14T04:04:19.220Z | Downloaded tinyvec v1.8.0 |
738 | 2024-11-14T04:04:19.225Z | Downloaded serde_yaml v0.9.34+deprecated |
739 | 2024-11-14T04:04:19.227Z | Downloaded libm v0.2.8 |
740 | 2024-11-14T04:04:19.234Z | Downloaded zerovec-derive v0.10.3 |
741 | 2024-11-14T04:04:19.237Z | Downloaded termtree v0.4.1 |
742 | 2024-11-14T04:04:19.239Z | Downloaded num_threads v0.1.7 |
743 | 2024-11-14T04:04:19.241Z | Downloaded pem v3.0.4 |
744 | 2024-11-14T04:04:19.243Z | Downloaded pkg-config v0.3.31 |
745 | 2024-11-14T04:04:19.243Z | Downloaded signature v2.2.0 |
746 | 2024-11-14T04:04:19.245Z | Downloaded rand v0.8.5 |
747 | 2024-11-14T04:04:19.248Z | Downloaded enum-as-inner v0.5.1 |
748 | 2024-11-14T04:04:19.251Z | Downloaded writeable v0.5.5 |
749 | 2024-11-14T04:04:19.253Z | Downloaded unarray v0.1.4 |
750 | 2024-11-14T04:04:19.254Z | Downloaded tinystr v0.7.6 |
751 | 2024-11-14T04:04:19.256Z | Downloaded thiserror-impl-no-std v2.0.2 |
752 | 2024-11-14T04:04:19.258Z | Downloaded derive_builder_core v0.20.2 |
753 | 2024-11-14T04:04:19.261Z | Downloaded serde_derive_internals v0.29.1 |
754 | 2024-11-14T04:04:19.265Z | Downloaded diesel_table_macro_syntax v0.2.0 |
755 | 2024-11-14T04:04:19.268Z | Downloaded difflib v0.4.0 |
756 | 2024-11-14T04:04:19.268Z | Downloaded zerocopy v0.6.6 |
757 | 2024-11-14T04:04:19.270Z | Downloaded hash32 v0.2.1 |
758 | 2024-11-14T04:04:19.273Z | Downloaded fallible-iterator v0.3.0 |
759 | 2024-11-14T04:04:19.273Z | Downloaded publicsuffix v2.2.3 |
760 | 2024-11-14T04:04:19.276Z | Downloaded mirai-annotations v1.12.0 |
761 | 2024-11-14T04:04:19.278Z | Downloaded endian-type v0.1.2 |
762 | 2024-11-14T04:04:19.278Z | Downloaded termcolor v1.4.1 |
763 | 2024-11-14T04:04:19.280Z | Downloaded stringprep v0.1.5 |
764 | 2024-11-14T04:04:19.283Z | Downloaded semver v0.1.20 |
765 | 2024-11-14T04:04:19.283Z | Downloaded primeorder v0.13.6 |
766 | 2024-11-14T04:04:19.287Z | Downloaded rusty-fork v0.3.0 |
767 | 2024-11-14T04:04:19.291Z | Downloaded num-rational v0.4.2 |
768 | 2024-11-14T04:04:19.291Z | Downloaded scopeguard v1.2.0 |
769 | 2024-11-14T04:04:19.293Z | Downloaded progenitor v0.8.0 |
770 | 2024-11-14T04:04:19.293Z | Downloaded gethostname v0.5.0 |
771 | 2024-11-14T04:04:19.293Z | Downloaded radium v0.7.0 |
772 | 2024-11-14T04:04:19.296Z | Downloaded owo-colors v4.1.0 |
773 | 2024-11-14T04:04:19.298Z | Downloaded nanorand v0.7.0 |
774 | 2024-11-14T04:04:19.300Z | Downloaded ssh-encoding v0.2.0 |
775 | 2024-11-14T04:04:19.304Z | Downloaded ssh-cipher v0.2.0 |
776 | 2024-11-14T04:04:19.306Z | Downloaded rustversion v1.0.17 |
777 | 2024-11-14T04:04:19.309Z | Downloaded typify-macro v0.2.0 |
778 | 2024-11-14T04:04:19.309Z | Downloaded tokio-stream v0.1.16 |
779 | 2024-11-14T04:04:19.314Z | Downloaded tokio-rustls v0.24.1 |
780 | 2024-11-14T04:04:19.316Z | Downloaded term v0.7.0 |
781 | 2024-11-14T04:04:19.321Z | Downloaded zone v0.3.0 |
782 | 2024-11-14T04:04:19.323Z | Downloaded sqlformat v0.2.6 |
783 | 2024-11-14T04:04:19.326Z | Downloaded slog-scope v4.4.0 |
784 | 2024-11-14T04:04:19.326Z | Downloaded fd-lock v4.0.2 |
785 | 2024-11-14T04:04:19.329Z | Downloaded unicode-xid v0.2.6 |
786 | 2024-11-14T04:04:19.331Z | Downloaded samael v0.0.17 |
787 | 2024-11-14T04:04:19.337Z | Downloaded group v0.13.0 |
788 | 2024-11-14T04:04:19.339Z | Downloaded powerfmt v0.2.0 |
789 | 2024-11-14T04:04:19.342Z | Downloaded headers v0.4.0 |
790 | 2024-11-14T04:04:19.348Z | Downloaded foreign-types-shared v0.3.1 |
791 | 2024-11-14T04:04:19.350Z | Downloaded der_derive v0.7.3 |
792 | 2024-11-14T04:04:19.350Z | Downloaded pbkdf2 v0.11.0 |
793 | 2024-11-14T04:04:19.353Z | Downloaded tungstenite v0.24.0 |
794 | 2024-11-14T04:04:19.357Z | Downloaded downcast v0.11.0 |
795 | 2024-11-14T04:04:19.359Z | Downloaded postgres-types v0.2.8 |
796 | 2024-11-14T04:04:19.361Z | Downloaded tokio-tungstenite v0.21.0 |
797 | 2024-11-14T04:04:19.365Z | Downloaded normalize-line-endings v0.3.0 |
798 | 2024-11-14T04:04:19.367Z | Downloaded pbkdf2 v0.12.2 |
799 | 2024-11-14T04:04:19.367Z | Downloaded pkcs8 v0.10.2 |
800 | 2024-11-14T04:04:19.371Z | Downloaded diff v0.1.13 |
801 | 2024-11-14T04:04:19.373Z | Downloaded derive_builder_macro v0.20.2 |
802 | 2024-11-14T04:04:19.376Z | Downloaded nodrop v0.1.14 |
803 | 2024-11-14T04:04:19.376Z | Downloaded peg v0.8.4 |
804 | 2024-11-14T04:04:19.380Z | Downloaded quick-error v1.2.3 |
805 | 2024-11-14T04:04:19.382Z | Downloaded whoami v1.5.2 |
806 | 2024-11-14T04:04:19.384Z | Downloaded which v4.4.2 |
807 | 2024-11-14T04:04:19.387Z | Downloaded postgres-protocol v0.6.7 |
808 | 2024-11-14T04:04:19.389Z | Downloaded displaydoc v0.2.5 |
809 | 2024-11-14T04:04:19.392Z | Downloaded darling_macro v0.20.10 |
810 | 2024-11-14T04:04:19.394Z | Downloaded defmt-parser v0.3.4 |
811 | 2024-11-14T04:04:19.396Z | Downloaded zerofrom-derive v0.1.4 |
812 | 2024-11-14T04:04:19.396Z | Downloaded salsa20 v0.10.2 |
813 | 2024-11-14T04:04:19.398Z | Downloaded getrandom v0.2.15 |
814 | 2024-11-14T04:04:19.400Z | Downloaded half v2.4.1 |
815 | 2024-11-14T04:04:19.404Z | Downloaded sync-ptr v0.1.1 |
816 | 2024-11-14T04:04:19.407Z | Downloaded rsa v0.9.6 |
817 | 2024-11-14T04:04:19.410Z | Downloaded dhcproto-macros v0.1.0 |
818 | 2024-11-14T04:04:19.412Z | Downloaded structmeta-derive v0.3.0 |
819 | 2024-11-14T04:04:19.412Z | Downloaded num_enum_derive v0.5.11 |
820 | 2024-11-14T04:04:19.414Z | Downloaded funty v2.0.0 |
821 | 2024-11-14T04:04:19.416Z | Downloaded paste v1.0.15 |
822 | 2024-11-14T04:04:19.422Z | Downloaded pem-rfc7468 v0.7.0 |
823 | 2024-11-14T04:04:19.422Z | Downloaded strum v0.26.3 |
824 | 2024-11-14T04:04:19.422Z | Downloaded p256 v0.13.2 |
825 | 2024-11-14T04:04:19.426Z | Downloaded defmt v0.3.8 |
826 | 2024-11-14T04:04:19.430Z | Downloaded resolv-conf v0.7.0 |
827 | 2024-11-14T04:04:19.433Z | Downloaded defmt-macros v0.3.9 |
828 | 2024-11-14T04:04:19.435Z | Downloaded slog-json v2.6.1 |
829 | 2024-11-14T04:04:19.438Z | Downloaded dyn-clone v1.0.17 |
830 | 2024-11-14T04:04:19.440Z | Downloaded tui-tree-widget v0.22.0 |
831 | 2024-11-14T04:04:19.440Z | Downloaded structmeta-derive v0.2.0 |
832 | 2024-11-14T04:04:19.442Z | Downloaded dunce v1.0.5 |
833 | 2024-11-14T04:04:19.442Z | Downloaded fragile v2.0.0 |
834 | 2024-11-14T04:04:19.445Z | Downloaded num-traits v0.2.19 |
835 | 2024-11-14T04:04:19.447Z | Downloaded password-hash v0.5.0 |
836 | 2024-11-14T04:04:19.450Z | Downloaded fatfs v0.3.6 |
837 | 2024-11-14T04:04:19.453Z | Downloaded zeroize_derive v1.4.2 |
838 | 2024-11-14T04:04:19.455Z | Downloaded zeroize v1.8.1 |
839 | 2024-11-14T04:04:19.457Z | Downloaded rcgen v0.12.1 |
840 | 2024-11-14T04:04:19.460Z | Downloaded spin v0.5.2 |
841 | 2024-11-14T04:04:19.462Z | Downloaded num v0.4.3 |
842 | 2024-11-14T04:04:19.462Z | Downloaded glob v0.3.1 |
843 | 2024-11-14T04:04:19.464Z | Downloaded ghash v0.5.1 |
844 | 2024-11-14T04:04:19.466Z | Downloaded fs_extra v1.3.0 |
845 | 2024-11-14T04:04:19.468Z | Downloaded r2d2 v0.8.10 |
846 | 2024-11-14T04:04:19.468Z | Downloaded signal-hook-registry v1.4.2 |
847 | 2024-11-14T04:04:19.472Z | Downloaded signal-hook-mio v0.2.4 |
848 | 2024-11-14T04:04:19.475Z | Downloaded spki v0.7.3 |
849 | 2024-11-14T04:04:19.475Z | Downloaded rustc-hash v1.1.0 |
850 | 2024-11-14T04:04:19.479Z | Downloaded parking_lot v0.12.3 |
851 | 2024-11-14T04:04:19.482Z | Downloaded tar v0.4.43 |
852 | 2024-11-14T04:04:19.482Z | Downloaded nu-ansi-term v0.50.1 |
853 | 2024-11-14T04:04:19.484Z | Downloaded typify v0.2.0 |
854 | 2024-11-14T04:04:19.488Z | Downloaded slab v0.4.9 |
855 | 2024-11-14T04:04:19.491Z | Downloaded x509-cert v0.2.5 |
856 | 2024-11-14T04:04:19.496Z | Downloaded percent-encoding v2.3.1 |
857 | 2024-11-14T04:04:19.499Z | Downloaded rayon-core v1.12.1 |
858 | 2024-11-14T04:04:19.501Z | Downloaded data-encoding v2.6.0 |
859 | 2024-11-14T04:04:19.508Z | Downloaded siphasher v0.3.11 |
860 | 2024-11-14T04:04:19.508Z | Downloaded phf_shared v0.11.2 |
861 | 2024-11-14T04:04:19.511Z | Downloaded unicode-normalization v0.1.24 |
862 | 2024-11-14T04:04:19.511Z | Downloaded darling_core v0.20.10 |
863 | 2024-11-14T04:04:19.514Z | Downloaded miniz_oxide v0.8.0 |
864 | 2024-11-14T04:04:19.517Z | Downloaded rustc-demangle v0.1.24 |
865 | 2024-11-14T04:04:19.519Z | Downloaded unicode-bidi v0.3.17 |
866 | 2024-11-14T04:04:19.522Z | Downloaded tungstenite v0.21.0 |
867 | 2024-11-14T04:04:19.526Z | Downloaded rusqlite v0.32.1 |
868 | 2024-11-14T04:04:19.534Z | Downloaded sqlparser v0.45.0 |
869 | 2024-11-14T04:04:19.541Z | Downloaded similar v2.6.0 |
870 | 2024-11-14T04:04:19.547Z | Downloaded num-bigint v0.4.6 |
871 | 2024-11-14T04:04:19.552Z | Downloaded quinn v0.11.5 |
872 | 2024-11-14T04:04:19.556Z | Downloaded rayon v1.10.0 |
873 | 2024-11-14T04:04:19.566Z | Downloaded signal-hook v0.3.17 |
874 | 2024-11-14T04:04:19.570Z | Downloaded ssh-key v0.6.6 |
875 | 2024-11-14T04:04:19.578Z | Downloaded smallvec v1.13.2 |
876 | 2024-11-14T04:04:19.580Z | Downloaded icu_properties_data v1.5.0 |
877 | 2024-11-14T04:04:19.594Z | Downloaded hashbrown v0.13.2 |
878 | 2024-11-14T04:04:19.598Z | Downloaded unicode-segmentation v1.12.0 |
879 | 2024-11-14T04:04:19.603Z | Downloaded unicode_categories v0.1.1 |
880 | 2024-11-14T04:04:19.605Z | Downloaded quinn-proto v0.11.8 |
881 | 2024-11-14T04:04:19.612Z | Downloaded time v0.3.36 |
882 | 2024-11-14T04:04:19.620Z | Downloaded mio v1.0.2 |
883 | 2024-11-14T04:04:19.626Z | Downloaded hashbrown v0.14.5 |
884 | 2024-11-14T04:04:19.633Z | Downloaded portable-atomic v1.9.0 |
885 | 2024-11-14T04:04:19.640Z | Downloaded typed-path v0.9.3 |
886 | 2024-11-14T04:04:19.648Z | Downloaded nom v7.1.3 |
887 | 2024-11-14T04:04:19.654Z | Downloaded rustyline v14.0.0 |
888 | 2024-11-14T04:04:19.660Z | Downloaded winnow v0.5.40 |
889 | 2024-11-14T04:04:19.671Z | Downloaded h2 v0.4.6 |
890 | 2024-11-14T04:04:19.679Z | Downloaded idna v0.3.0 |
891 | 2024-11-14T04:04:19.686Z | Downloaded git2 v0.19.0 |
892 | 2024-11-14T04:04:19.696Z | Downloaded vcpkg v0.2.15 |
893 | 2024-11-14T04:04:19.737Z | Downloaded proptest v1.5.0 |
894 | 2024-11-14T04:04:19.748Z | Downloaded webpki-roots v0.26.6 |
895 | 2024-11-14T04:04:19.752Z | Downloaded dropshot v0.13.0 |
896 | 2024-11-14T04:04:19.773Z | Downloaded petname v2.0.2 |
897 | 2024-11-14T04:04:19.778Z | Downloaded smoltcp v0.11.0 |
898 | 2024-11-14T04:04:19.794Z | Downloaded rustls-webpki v0.101.7 |
899 | 2024-11-14T04:04:19.807Z | Downloaded hickory-proto v0.24.1 |
900 | 2024-11-14T04:04:19.823Z | Downloaded p384 v0.13.0 |
901 | 2024-11-14T04:04:19.829Z | Downloaded object v0.36.5 |
902 | 2024-11-14T04:04:19.842Z | Downloaded reqwest v0.12.9 |
903 | 2024-11-14T04:04:19.851Z | Downloaded reedline v0.35.0 |
904 | 2024-11-14T04:04:19.859Z | Downloaded rustls v0.23.14 |
905 | 2024-11-14T04:04:19.872Z | Downloaded nix v0.29.0 |
906 | 2024-11-14T04:04:19.885Z | Downloaded radix_trie v0.2.1 |
907 | 2024-11-14T04:04:19.890Z | Downloaded rustls-webpki v0.102.8 |
908 | 2024-11-14T04:04:19.910Z | Downloaded polar-core v0.27.3 |
909 | 2024-11-14T04:04:19.921Z | Downloaded regress v0.10.1 |
910 | 2024-11-14T04:04:19.928Z | Downloaded openssl v0.10.68 |
911 | 2024-11-14T04:04:19.940Z | Downloaded regress v0.9.1 |
912 | 2024-11-14T04:04:19.950Z | Downloaded nix v0.27.1 |
913 | 2024-11-14T04:04:19.961Z | Downloaded rustls v0.21.12 |
914 | 2024-11-14T04:04:19.975Z | Downloaded gimli v0.31.1 |
915 | 2024-11-14T04:04:19.982Z | Downloaded regex-syntax v0.6.29 |
916 | 2024-11-14T04:04:19.990Z | Downloaded ratatui v0.28.1 |
917 | 2024-11-14T04:04:20.011Z | Downloaded smoltcp v0.9.1 |
918 | 2024-11-14T04:04:20.021Z | Downloaded dropshot v0.12.0 |
919 | 2024-11-14T04:04:20.042Z | Downloaded object v0.30.4 |
920 | 2024-11-14T04:04:20.052Z | Downloaded rustls v0.22.4 |
921 | 2024-11-14T04:04:20.067Z | Downloaded openapiv3 v2.0.0 |
922 | 2024-11-14T04:04:20.079Z | Downloaded regex-syntax v0.8.5 |
923 | 2024-11-14T04:04:20.087Z | Downloaded diesel v2.2.4 |
924 | 2024-11-14T04:04:20.108Z | Downloaded sled v0.34.7 |
925 | 2024-11-14T04:04:20.118Z | Downloaded nix v0.28.0 |
926 | 2024-11-14T04:04:20.132Z | Downloaded lzma-sys v0.1.20 |
927 | 2024-11-14T04:04:20.161Z | Downloaded typify-impl v0.2.0 |
928 | 2024-11-14T04:04:20.176Z | Downloaded tokio v1.40.0 |
929 | 2024-11-14T04:04:20.214Z | Downloaded zerocopy-derive v0.6.6 |
930 | 2024-11-14T04:04:20.224Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
931 | 2024-11-14T04:04:20.237Z | Downloaded libz-sys v1.1.20 |
932 | 2024-11-14T04:04:20.259Z | Downloaded curve25519-dalek v4.1.3 |
933 | 2024-11-14T04:04:20.269Z | Downloaded trust-dns-proto v0.22.0 |
934 | 2024-11-14T04:04:20.280Z | Downloaded idna v0.5.0 |
935 | 2024-11-14T04:04:20.287Z | Downloaded petgraph v0.6.5 |
936 | 2024-11-14T04:04:20.305Z | Downloaded zerovec v0.10.4 |
937 | 2024-11-14T04:04:20.311Z | Downloaded futures-util v0.3.31 |
938 | 2024-11-14T04:04:20.323Z | Downloaded salty v0.3.0 |
939 | 2024-11-14T04:04:20.330Z | Downloaded p521 v0.13.3 |
940 | 2024-11-14T04:04:20.334Z | Downloaded chrono v0.4.38 |
941 | 2024-11-14T04:04:20.342Z | Downloaded regex-automata v0.4.8 |
942 | 2024-11-14T04:04:20.360Z | Downloaded bitvec v1.0.1 |
943 | 2024-11-14T04:04:20.375Z | Downloaded bindgen v0.69.5 |
944 | 2024-11-14T04:04:20.381Z | Downloaded zip v0.6.6 |
945 | 2024-11-14T04:04:20.385Z | Downloaded diesel_derives v2.2.3 |
946 | 2024-11-14T04:04:20.390Z | Downloaded sha3 v0.10.8 |
947 | 2024-11-14T04:04:20.394Z | Downloaded quick-xml v0.33.0 |
948 | 2024-11-14T04:04:20.402Z | Downloaded tough v0.19.0 |
949 | 2024-11-14T04:04:20.410Z | Downloaded tracing v0.1.40 |
950 | 2024-11-14T04:04:20.414Z | Downloaded csv v1.3.0 |
951 | 2024-11-14T04:04:20.437Z | Downloaded tokio-postgres v0.7.12 |
952 | 2024-11-14T04:04:20.440Z | Downloaded russh v0.45.0 |
953 | 2024-11-14T04:04:20.445Z | Downloaded futures v0.3.31 |
954 | 2024-11-14T04:04:20.450Z | Downloaded spin v0.9.8 |
955 | 2024-11-14T04:04:20.452Z | Downloaded der v0.7.9 |
956 | 2024-11-14T04:04:20.457Z | Downloaded serde_with v3.11.0 |
957 | 2024-11-14T04:04:20.467Z | Downloaded expectorate v1.1.0 |
958 | 2024-11-14T04:04:20.470Z | Downloaded diesel-dtrace v0.3.0 |
959 | 2024-11-14T04:04:20.472Z | Downloaded parking_lot v0.11.2 |
960 | 2024-11-14T04:04:20.475Z | Downloaded peg-macros v0.8.4 |
961 | 2024-11-14T04:04:20.475Z | Downloaded dsl_auto_type v0.1.2 |
962 | 2024-11-14T04:04:20.478Z | Downloaded pin-project v1.1.6 |
963 | 2024-11-14T04:04:20.487Z | Downloaded strip-ansi-escapes v0.2.0 |
964 | 2024-11-14T04:04:20.489Z | Downloaded form_urlencoded v1.2.1 |
965 | 2024-11-14T04:04:20.489Z | Downloaded structmeta v0.3.0 |
966 | 2024-11-14T04:04:20.492Z | Downloaded test-strategy v0.3.1 |
967 | 2024-11-14T04:04:20.494Z | Downloaded futures-channel v0.3.31 |
968 | 2024-11-14T04:04:20.496Z | Downloaded globset v0.4.15 |
969 | 2024-11-14T04:04:20.498Z | Downloaded steno v0.4.1 |
970 | 2024-11-14T04:04:20.501Z | Downloaded tokio-util v0.7.12 |
971 | 2024-11-14T04:04:20.512Z | Downloaded pin-project-lite v0.2.14 |
972 | 2024-11-14T04:04:20.515Z | Downloaded pin-project-internal v1.1.6 |
973 | 2024-11-14T04:04:20.518Z | Downloaded serde_with_macros v3.11.0 |
974 | 2024-11-14T04:04:20.518Z | Downloaded native-tls v0.2.12 |
975 | 2024-11-14T04:04:20.520Z | Downloaded num-bigint-dig v0.8.4 |
976 | 2024-11-14T04:04:20.524Z | Downloaded ed25519-dalek v2.1.1 |
977 | 2024-11-14T04:04:20.527Z | Downloaded idna v0.2.3 |
978 | 2024-11-14T04:04:20.534Z | Downloaded crossterm v0.28.1 |
979 | 2024-11-14T04:04:20.541Z | Downloaded pin-utils v0.1.0 |
980 | 2024-11-14T04:04:20.543Z | Downloaded proc-macro-crate v1.3.1 |
981 | 2024-11-14T04:04:20.545Z | Downloaded ppv-lite86 v0.2.20 |
982 | 2024-11-14T04:04:20.545Z | Downloaded num-iter v0.1.45 |
983 | 2024-11-14T04:04:20.547Z | Downloaded unicode-truncate v1.1.0 |
984 | 2024-11-14T04:04:20.549Z | Downloaded topological-sort v0.2.2 |
985 | 2024-11-14T04:04:20.549Z | Downloaded tungstenite v0.23.0 |
986 | 2024-11-14T04:04:20.553Z | Downloaded tokio-rustls v0.25.0 |
987 | 2024-11-14T04:04:20.557Z | Downloaded zopfli v0.8.1 |
988 | 2024-11-14T04:04:20.559Z | Downloaded ron v0.8.1 |
989 | 2024-11-14T04:04:20.562Z | Downloaded postcard v1.0.10 |
990 | 2024-11-14T04:04:20.565Z | Downloaded encoding_rs v0.8.34 |
991 | 2024-11-14T04:04:20.587Z | Downloaded url v2.5.3 |
992 | 2024-11-14T04:04:20.590Z | Downloaded openssl-sys v0.9.104 |
993 | 2024-11-14T04:04:20.596Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
994 | 2024-11-14T04:04:20.656Z | Downloaded hkdf v0.12.4 |
995 | 2024-11-14T04:04:20.658Z | Downloaded toml_edit v0.19.15 |
996 | 2024-11-14T04:04:20.673Z | Downloaded hashbrown v0.12.3 |
997 | 2024-11-14T04:04:20.677Z | Downloaded flate2 v1.0.34 |
998 | 2024-11-14T04:04:20.682Z | Downloaded serde_plain v1.0.2 |
999 | 2024-11-14T04:04:20.684Z | Downloaded russh-keys v0.45.0 |
1000 | 2024-11-14T04:04:20.687Z | Downloaded ron v0.7.1 |
1001 | 2024-11-14T04:04:20.690Z | Downloaded pkcs5 v0.7.1 |
1002 | 2024-11-14T04:04:20.695Z | Downloaded env_filter v0.1.2 |
1003 | 2024-11-14T04:04:20.697Z | Downloaded itertools v0.12.1 |
1004 | 2024-11-14T04:04:20.704Z | Downloaded scrypt v0.11.0 |
1005 | 2024-11-14T04:04:20.706Z | Downloaded dhcproto v0.12.0 |
1006 | 2024-11-14T04:04:20.708Z | Downloaded des v0.8.1 |
1007 | 2024-11-14T04:04:20.711Z | Downloaded derive_more v0.99.18 |
1008 | 2024-11-14T04:04:20.715Z | Downloaded parse-zoneinfo v0.3.1 |
1009 | 2024-11-14T04:04:20.717Z | Downloaded itertools v0.13.0 |
1010 | 2024-11-14T04:04:20.725Z | Downloaded minimal-lexical v0.2.1 |
1011 | 2024-11-14T04:04:20.729Z | Downloaded hickory-resolver v0.24.1 |
1012 | 2024-11-14T04:04:20.733Z | Downloaded chrono-tz v0.10.0 |
1013 | 2024-11-14T04:04:20.741Z | Downloaded bstr v1.10.0 |
1014 | 2024-11-14T04:04:20.751Z | Downloaded slog-bunyan v2.5.0 |
1015 | 2024-11-14T04:04:20.754Z | Downloaded tracing-core v0.1.32 |
1016 | 2024-11-14T04:04:20.759Z | Downloaded vergen v8.3.2 |
1017 | 2024-11-14T04:04:20.765Z | Downloaded nibble_vec v0.1.0 |
1018 | 2024-11-14T04:04:20.765Z | Downloaded futures-io v0.3.31 |
1019 | 2024-11-14T04:04:20.765Z | Downloaded oso v0.27.3 |
1020 | 2024-11-14T04:04:20.768Z | Downloaded prettyplease v0.2.25 |
1021 | 2024-11-14T04:04:20.768Z | Downloaded icu_collections v1.5.0 |
1022 | 2024-11-14T04:04:20.772Z | Downloaded heapless v0.8.0 |
1023 | 2024-11-14T04:04:20.778Z | Downloaded crossbeam-channel v0.5.13 |
1024 | 2024-11-14T04:04:20.782Z | Downloaded cc v1.1.30 |
1025 | 2024-11-14T04:04:20.786Z | Downloaded sync_wrapper v1.0.1 |
1026 | 2024-11-14T04:04:20.788Z | Downloaded signal-hook-tokio v0.3.1 |
1027 | 2024-11-14T04:04:20.788Z | Downloaded dropshot_endpoint v0.12.0 |
1028 | 2024-11-14T04:04:20.791Z | Downloaded derive-where v1.2.7 |
1029 | 2024-11-14T04:04:20.793Z | Downloaded unsafe-libyaml v0.2.11 |
1030 | 2024-11-14T04:04:20.798Z | Downloaded snafu v0.8.5 |
1031 | 2024-11-14T04:04:20.803Z | Downloaded crypto-bigint v0.5.5 |
1032 | 2024-11-14T04:04:20.809Z | Downloaded const_format v0.2.33 |
1033 | 2024-11-14T04:04:20.813Z | Downloaded ed25519 v2.2.3 |
1034 | 2024-11-14T04:04:20.816Z | Downloaded untrusted v0.7.1 |
1035 | 2024-11-14T04:04:20.818Z | Downloaded scheduled-thread-pool v0.2.7 |
1036 | 2024-11-14T04:04:20.818Z | Downloaded slog v2.7.0 |
1037 | 2024-11-14T04:04:20.821Z | Downloaded parking_lot_core v0.9.10 |
1038 | 2024-11-14T04:04:20.823Z | Downloaded embedded-io v0.4.0 |
1039 | 2024-11-14T04:04:20.825Z | Downloaded dirs-sys-next v0.1.2 |
1040 | 2024-11-14T04:04:20.825Z | Downloaded walkdir v2.5.0 |
1041 | 2024-11-14T04:04:20.828Z | Downloaded utf8_iter v1.0.4 |
1042 | 2024-11-14T04:04:20.828Z | Downloaded utf16_iter v1.0.5 |
1043 | 2024-11-14T04:04:20.831Z | Downloaded untrusted v0.9.0 |
1044 | 2024-11-14T04:04:20.831Z | Downloaded hyper-util v0.1.10 |
1045 | 2024-11-14T04:04:20.834Z | Downloaded mockall_derive v0.13.0 |
1046 | 2024-11-14T04:04:20.837Z | Downloaded pkcs1 v0.7.5 |
1047 | 2024-11-14T04:04:20.840Z | Downloaded predicates-tree v1.0.11 |
1048 | 2024-11-14T04:04:20.840Z | Downloaded mockall v0.13.0 |
1049 | 2024-11-14T04:04:20.843Z | Downloaded supports-color v3.0.1 |
1050 | 2024-11-14T04:04:20.843Z | Downloaded subtle v2.6.1 |
1051 | 2024-11-14T04:04:20.847Z | Downloaded password-hash v0.4.2 |
1052 | 2024-11-14T04:04:20.850Z | Downloaded bumpalo v3.16.0 |
1053 | 2024-11-14T04:04:20.850Z | Downloaded base64 v0.22.1 |
1054 | 2024-11-14T04:04:20.852Z | Downloaded progenitor-impl v0.8.0 |
1055 | 2024-11-14T04:04:20.855Z | Downloaded num-complex v0.4.6 |
1056 | 2024-11-14T04:04:20.858Z | Downloaded xz2 v0.1.7 |
1057 | 2024-11-14T04:04:20.858Z | Downloaded socket2 v0.5.7 |
1058 | 2024-11-14T04:04:20.860Z | Downloaded smallvec v0.6.14 |
1059 | 2024-11-14T04:04:20.863Z | Downloaded slog-stdlog v4.1.1 |
1060 | 2024-11-14T04:04:20.863Z | Downloaded rustfmt-wrapper v0.2.1 |
1061 | 2024-11-14T04:04:20.865Z | Downloaded rustc_version v0.4.1 |
1062 | 2024-11-14T04:04:20.865Z | Downloaded rustc-hash v2.0.0 |
1063 | 2024-11-14T04:04:20.867Z | Downloaded sec1 v0.7.3 |
1064 | 2024-11-14T04:04:20.871Z | Downloaded parse-display-derive v0.10.0 |
1065 | 2024-11-14T04:04:20.871Z | Downloaded float-cmp v0.9.0 |
1066 | 2024-11-14T04:04:20.871Z | Downloaded fixedbitset v0.4.2 |
1067 | 2024-11-14T04:04:20.873Z | Downloaded blake2 v0.10.6 |
1068 | 2024-11-14T04:04:20.875Z | Downloaded crossbeam-epoch v0.9.18 |
1069 | 2024-11-14T04:04:20.879Z | Downloaded cookie v0.18.1 |
1070 | 2024-11-14T04:04:20.881Z | Downloaded csv-core v0.1.11 |
1071 | 2024-11-14T04:04:20.881Z | Downloaded num-integer v0.1.46 |
1072 | 2024-11-14T04:04:20.883Z | Downloaded universal-hash v0.5.1 |
1073 | 2024-11-14T04:04:20.883Z | Downloaded serde_repr v0.1.19 |
1074 | 2024-11-14T04:04:20.886Z | Downloaded crc-any v2.5.0 |
1075 | 2024-11-14T04:04:20.888Z | Downloaded clang-sys v1.8.1 |
1076 | 2024-11-14T04:04:20.891Z | Downloaded hash32 v0.3.1 |
1077 | 2024-11-14T04:04:20.891Z | Downloaded foldhash v0.1.3 |
1078 | 2024-11-14T04:04:20.893Z | Downloaded env_logger v0.10.2 |
1079 | 2024-11-14T04:04:20.896Z | Downloaded indexmap v1.9.3 |
1080 | 2024-11-14T04:04:20.898Z | Downloaded hyper v1.5.0 |
1081 | 2024-11-14T04:04:20.905Z | Downloaded hyper-staticfile v0.10.1 |
1082 | 2024-11-14T04:04:20.907Z | Downloaded httparse v1.9.5 |
1083 | 2024-11-14T04:04:20.910Z | Downloaded backoff v0.4.0 |
1084 | 2024-11-14T04:04:20.912Z | Downloaded async-trait v0.1.83 |
1085 | 2024-11-14T04:04:20.915Z | Downloaded console v0.15.8 |
1086 | 2024-11-14T04:04:20.919Z | Downloaded ciborium v0.2.2 |
1087 | 2024-11-14T04:04:20.922Z | Downloaded buf-list v1.0.3 |
1088 | 2024-11-14T04:04:20.925Z | Downloaded tokio-native-tls v0.3.1 |
1089 | 2024-11-14T04:04:20.928Z | Downloaded strum_macros v0.25.3 |
1090 | 2024-11-14T04:04:20.928Z | Downloaded iana-time-zone v0.1.61 |
1091 | 2024-11-14T04:04:20.930Z | Downloaded colored v2.1.0 |
1092 | 2024-11-14T04:04:20.932Z | Downloaded cmake v0.1.51 |
1093 | 2024-11-14T04:04:20.935Z | Downloaded ciborium-ll v0.2.2 |
1094 | 2024-11-14T04:04:20.935Z | Downloaded cbc v0.1.2 |
1095 | 2024-11-14T04:04:20.937Z | Downloaded tls_codec_derive v0.4.1 |
1096 | 2024-11-14T04:04:20.940Z | Downloaded lru v0.12.5 |
1097 | 2024-11-14T04:04:20.940Z | Downloaded lockfree-object-pool v0.1.6 |
1098 | 2024-11-14T04:04:20.942Z | Downloaded litemap v0.7.3 |
1099 | 2024-11-14T04:04:20.946Z | Downloaded libsw v3.3.1 |
1100 | 2024-11-14T04:04:20.948Z | Downloaded keccak v0.1.5 |
1101 | 2024-11-14T04:04:20.949Z | Downloaded ipnetwork v0.20.0 |
1102 | 2024-11-14T04:04:20.949Z | Downloaded indoc v1.0.9 |
1103 | 2024-11-14T04:04:20.951Z | Downloaded indent_write v2.2.0 |
1104 | 2024-11-14T04:04:20.953Z | Downloaded idna_adapter v1.2.0 |
1105 | 2024-11-14T04:04:20.953Z | Downloaded idna v1.0.3 |
1106 | 2024-11-14T04:04:20.957Z | Downloaded crc32fast v1.4.2 |
1107 | 2024-11-14T04:04:20.959Z | Downloaded const_format_proc_macros v0.2.33 |
1108 | 2024-11-14T04:04:20.961Z | Downloaded mime v0.3.17 |
1109 | 2024-11-14T04:04:20.963Z | Downloaded chrono-tz-build v0.4.0 |
1110 | 2024-11-14T04:04:20.963Z | Downloaded aho-corasick v1.1.3 |
1111 | 2024-11-14T04:04:20.969Z | Downloaded internet-checksum v0.2.1 |
1112 | 2024-11-14T04:04:20.972Z | Downloaded base64ct v1.6.0 |
1113 | 2024-11-14T04:04:20.976Z | Downloaded bit-set v0.5.3 |
1114 | 2024-11-14T04:04:20.976Z | Downloaded async-stream v0.3.6 |
1115 | 2024-11-14T04:04:20.980Z | Downloaded vte_generate_state_changes v0.1.2 |
1116 | 2024-11-14T04:04:20.980Z | Downloaded take_mut v0.2.2 |
1117 | 2024-11-14T04:04:20.980Z | Downloaded crunchy v0.2.2 |
1118 | 2024-11-14T04:04:20.982Z | Downloaded bitfield-struct v0.6.2 |
1119 | 2024-11-14T04:04:20.982Z | Downloaded bcrypt-pbkdf v0.10.0 |
1120 | 2024-11-14T04:04:20.982Z | Downloaded base16ct v0.2.0 |
1121 | 2024-11-14T04:04:20.982Z | Downloaded hostname v0.3.1 |
1122 | 2024-11-14T04:04:20.984Z | Downloaded matches v0.1.10 |
1123 | 2024-11-14T04:04:20.985Z | Downloaded instant v0.1.13 |
1124 | 2024-11-14T04:04:20.987Z | Downloaded inout v0.1.3 |
1125 | 2024-11-14T04:04:20.989Z | Downloaded hyper-rustls v0.27.3 |
1126 | 2024-11-14T04:04:20.991Z | Downloaded cfg_aliases v0.2.1 |
1127 | 2024-11-14T04:04:20.991Z | Downloaded cassowary v0.3.0 |
1128 | 2024-11-14T04:04:20.994Z | Downloaded icu_provider_macros v1.5.0 |
1129 | 2024-11-14T04:04:20.994Z | Downloaded http-range v0.1.5 |
1130 | 2024-11-14T04:04:20.996Z | Downloaded http-body v1.0.1 |
1131 | 2024-11-14T04:04:20.996Z | Downloaded headers-core v0.3.0 |
1132 | 2024-11-14T04:04:20.998Z | Downloaded structmeta v0.2.0 |
1133 | 2024-11-14T04:04:20.998Z | Downloaded snafu-derive v0.8.5 |
1134 | 2024-11-14T04:04:21.001Z | Downloaded sct v0.7.1 |
1135 | 2024-11-14T04:04:21.004Z | Downloaded qorb v0.2.0 |
1136 | 2024-11-14T04:04:21.008Z | Downloaded lazy_static v1.5.0 |
1137 | 2024-11-14T04:04:21.011Z | Downloaded ident_case v1.0.1 |
1138 | 2024-11-14T04:04:21.011Z | Downloaded home v0.5.9 |
1139 | 2024-11-14T04:04:21.015Z | Downloaded allocator-api2 v0.2.18 |
1140 | 2024-11-14T04:04:21.017Z | Downloaded heapless v0.7.17 |
1141 | 2024-11-14T04:04:21.020Z | Downloaded icu_normalizer_data v1.5.0 |
1142 | 2024-11-14T04:04:21.022Z | Downloaded linear-map v1.2.0 |
1143 | 2024-11-14T04:04:21.025Z | Downloaded lock_api v0.4.12 |
1144 | 2024-11-14T04:04:21.025Z | Downloaded ipnet v2.10.1 |
1145 | 2024-11-14T04:04:21.028Z | Downloaded bytes v1.7.2 |
1146 | 2024-11-14T04:04:21.031Z | Downloaded instability v0.3.2 |
1147 | 2024-11-14T04:04:21.033Z | Downloaded impl-trait-for-tuples v0.2.2 |
1148 | 2024-11-14T04:04:21.035Z | Downloaded hyper-tls v0.6.0 |
1149 | 2024-11-14T04:04:21.035Z | Downloaded httpdate v1.0.3 |
1150 | 2024-11-14T04:04:21.038Z | Downloaded backtrace v0.3.74 |
1151 | 2024-11-14T04:04:21.041Z | Downloaded hex v0.4.3 |
1152 | 2024-11-14T04:04:21.043Z | Downloaded hostname v0.4.0 |
1153 | 2024-11-14T04:04:21.046Z | Downloaded bcs v0.1.6 |
1154 | 2024-11-14T04:04:21.046Z | Downloaded cancel-safe-futures v0.1.5 |
1155 | 2024-11-14T04:04:21.049Z | Downloaded ahash v0.8.11 |
1156 | 2024-11-14T04:04:21.052Z | Downloaded constant_time_eq v0.3.1 |
1157 | 2024-11-14T04:04:21.054Z | Downloaded castaway v0.2.3 |
1158 | 2024-11-14T04:04:21.108Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-11-14T04:04:21.253Z | Downloaded ring v0.17.8 |
1160 | 2024-11-14T04:04:21.408Z | Downloaded ring v0.16.20 |
1161 | 2024-11-14T04:04:21.649Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2024-11-14T04:04:21.973Z | Compiling serde v1.0.215 |
1163 | 2024-11-14T04:04:21.975Z | Compiling lock_api v0.4.12 |
1164 | 2024-11-14T04:04:21.975Z | Compiling scopeguard v1.2.0 |
1165 | 2024-11-14T04:04:21.975Z | Compiling value-bag v1.9.0 |
1166 | 2024-11-14T04:04:21.975Z | Compiling typenum v1.17.0 |
1167 | 2024-11-14T04:04:21.975Z | Compiling generic-array v0.14.7 |
1168 | 2024-11-14T04:04:22.146Z | Compiling syn v2.0.87 |
1169 | 2024-11-14T04:04:22.155Z | Compiling getrandom v0.2.15 |
1170 | 2024-11-14T04:04:22.368Z | Compiling shlex v1.3.0 |
1171 | 2024-11-14T04:04:22.487Z | Compiling rand_core v0.6.4 |
1172 | 2024-11-14T04:04:22.570Z | Compiling log v0.4.22 |
1173 | 2024-11-14T04:04:22.697Z | Compiling subtle v2.6.1 |
1174 | 2024-11-14T04:04:22.752Z | Compiling jobserver v0.1.32 |
1175 | 2024-11-14T04:04:22.774Z | Compiling smallvec v1.13.2 |
1176 | 2024-11-14T04:04:22.985Z | Compiling const-oid v0.9.6 |
1177 | 2024-11-14T04:04:23.013Z | Compiling spin v0.9.8 |
1178 | 2024-11-14T04:04:23.049Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-11-14T04:04:23.185Z | Compiling cc v1.1.30 |
1180 | 2024-11-14T04:04:23.185Z | Compiling rustix v0.38.37 |
1181 | 2024-11-14T04:04:23.421Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-11-14T04:04:23.442Z | Compiling futures-core v0.3.31 |
1183 | 2024-11-14T04:04:23.677Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-11-14T04:04:23.696Z | Compiling mio v1.0.2 |
1185 | 2024-11-14T04:04:24.222Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-11-14T04:04:24.665Z | Compiling parking_lot v0.12.3 |
1187 | 2024-11-14T04:04:24.685Z | Compiling cpufeatures v0.2.14 |
1188 | 2024-11-14T04:04:24.802Z | Compiling either v1.13.0 |
1189 | 2024-11-14T04:04:24.885Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-11-14T04:04:25.138Z | Compiling lazy_static v1.5.0 |
1191 | 2024-11-14T04:04:25.241Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2024-11-14T04:04:25.266Z | Compiling glob v0.3.1 |
1193 | 2024-11-14T04:04:25.267Z | Compiling futures-sink v0.3.31 |
1194 | 2024-11-14T04:04:25.367Z | Compiling socket2 v0.5.7 |
1195 | 2024-11-14T04:04:25.449Z | Compiling slab v0.4.9 |
1196 | 2024-11-14T04:04:25.660Z | Compiling prettyplease v0.2.25 |
1197 | 2024-11-14T04:04:25.933Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-11-14T04:04:26.337Z | Compiling clang-sys v1.8.1 |
1199 | 2024-11-14T04:04:26.358Z | Compiling libloading v0.8.5 |
1200 | 2024-11-14T04:04:26.420Z | Compiling nom v7.1.3 |
1201 | 2024-11-14T04:04:26.503Z | Compiling bindgen v0.69.5 |
1202 | 2024-11-14T04:04:26.794Z | Compiling serde_json v1.0.132 |
1203 | 2024-11-14T04:04:27.093Z | Compiling home v0.5.9 |
1204 | 2024-11-14T04:04:27.337Z | Compiling futures-channel v0.3.31 |
1205 | 2024-11-14T04:04:27.371Z | Compiling itertools v0.12.1 |
1206 | 2024-11-14T04:04:27.846Z | Compiling pin-utils v0.1.0 |
1207 | 2024-11-14T04:04:27.885Z | Compiling futures-io v0.3.31 |
1208 | 2024-11-14T04:04:27.976Z | Compiling foldhash v0.1.3 |
1209 | 2024-11-14T04:04:28.273Z | Compiling lazycell v1.3.0 |
1210 | 2024-11-14T04:04:28.293Z | Compiling futures-task v0.3.31 |
1211 | 2024-11-14T04:04:28.446Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-11-14T04:04:28.583Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-11-14T04:04:28.609Z | Compiling cmake v0.1.51 |
1214 | 2024-11-14T04:04:29.432Z | Compiling regex-automata v0.4.8 |
1215 | 2024-11-14T04:04:29.667Z | Compiling hashbrown v0.15.0 |
1216 | 2024-11-14T04:04:30.160Z | Compiling synstructure v0.13.1 |
1217 | 2024-11-14T04:04:30.626Z | Compiling cexpr v0.6.0 |
1218 | 2024-11-14T04:04:31.023Z | Compiling tinyvec_macros v0.1.1 |
1219 | 2024-11-14T04:04:31.122Z | Compiling libm v0.2.8 |
1220 | 2024-11-14T04:04:31.454Z | Compiling pkg-config v0.3.31 |
1221 | 2024-11-14T04:04:31.958Z | Compiling dunce v1.0.5 |
1222 | 2024-11-14T04:04:32.099Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-14T04:04:32.187Z | Compiling tinyvec v1.8.0 |
1224 | 2024-11-14T04:04:32.376Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-14T04:04:33.019Z | Compiling ring v0.17.8 |
1226 | 2024-11-14T04:04:33.038Z | Compiling base64ct v1.6.0 |
1227 | 2024-11-14T04:04:33.391Z | Compiling paste v1.0.15 |
1228 | 2024-11-14T04:04:33.655Z | Compiling writeable v0.5.5 |
1229 | 2024-11-14T04:04:33.738Z | Compiling unicode-normalization v0.1.24 |
1230 | 2024-11-14T04:04:33.911Z | Compiling unicode-bidi v0.3.17 |
1231 | 2024-11-14T04:04:34.079Z | Compiling litemap v0.7.3 |
1232 | 2024-11-14T04:04:34.472Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2024-11-14T04:04:34.726Z | Compiling aws-lc-rs v1.10.0 |
1234 | 2024-11-14T04:04:35.139Z | Compiling regex v1.11.1 |
1235 | 2024-11-14T04:04:35.174Z | Compiling httparse v1.9.5 |
1236 | 2024-11-14T04:04:35.314Z | Compiling flagset v0.4.6 |
1237 | 2024-11-14T04:04:36.010Z | Compiling tracing-core v0.1.32 |
1238 | 2024-11-14T04:04:36.185Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2024-11-14T04:04:36.295Z | Compiling crossbeam-utils v0.8.20 |
1240 | 2024-11-14T04:04:36.297Z | Compiling rustls-pki-types v1.9.0 |
1241 | 2024-11-14T04:04:36.655Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-11-14T04:04:36.991Z | Compiling serde_derive v1.0.215 |
1243 | 2024-11-14T04:04:37.013Z | Compiling zeroize_derive v1.4.2 |
1244 | 2024-11-14T04:04:37.333Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2024-11-14T04:04:37.355Z | Compiling tokio-macros v2.4.0 |
1246 | 2024-11-14T04:04:37.486Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-11-14T04:04:38.477Z | Compiling zeroize v1.8.1 |
1248 | 2024-11-14T04:04:39.002Z | Compiling yoke-derive v0.7.4 |
1249 | 2024-11-14T04:04:39.239Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-11-14T04:04:39.680Z | Compiling zerocopy v0.7.35 |
1251 | 2024-11-14T04:04:40.223Z | Compiling crypto-common v0.1.6 |
1252 | 2024-11-14T04:04:40.471Z | Compiling block-buffer v0.10.4 |
1253 | 2024-11-14T04:04:40.727Z | Compiling digest v0.10.7 |
1254 | 2024-11-14T04:04:41.224Z | Compiling hmac v0.12.1 |
1255 | 2024-11-14T04:04:41.284Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-11-14T04:04:41.483Z | Compiling futures-macro v0.3.31 |
1257 | 2024-11-14T04:04:41.604Z | Compiling zerofrom v0.1.4 |
1258 | 2024-11-14T04:04:41.825Z | Compiling block-padding v0.3.3 |
1259 | 2024-11-14T04:04:41.923Z | Compiling yoke v0.7.4 |
1260 | 2024-11-14T04:04:42.060Z | Compiling displaydoc v0.2.5 |
1261 | 2024-11-14T04:04:42.114Z | Compiling inout v0.1.3 |
1262 | 2024-11-14T04:04:42.272Z | Compiling sha2 v0.10.8 |
1263 | 2024-11-14T04:04:42.379Z | Compiling cipher v0.4.4 |
1264 | 2024-11-14T04:04:42.504Z | Compiling thiserror v1.0.69 |
1265 | 2024-11-14T04:04:42.653Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2024-11-14T04:04:42.889Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2024-11-14T04:04:43.385Z | Compiling futures-util v0.3.31 |
1268 | 2024-11-14T04:04:43.458Z | Compiling der_derive v0.7.3 |
1269 | 2024-11-14T04:04:43.690Z | Compiling rand_chacha v0.3.1 |
1270 | 2024-11-14T04:04:43.908Z | Compiling zerovec v0.10.4 |
1271 | 2024-11-14T04:04:43.999Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-11-14T04:04:44.495Z | Compiling rand v0.8.5 |
1273 | 2024-11-14T04:04:45.800Z | Compiling tinystr v0.7.6 |
1274 | 2024-11-14T04:04:46.064Z | Compiling der v0.7.9 |
1275 | 2024-11-14T04:04:46.126Z | Compiling icu_collections v1.5.0 |
1276 | 2024-11-14T04:04:46.161Z | Compiling salsa20 v0.10.2 |
1277 | 2024-11-14T04:04:46.258Z | Compiling icu_locid v1.5.0 |
1278 | 2024-11-14T04:04:46.395Z | Compiling pest v2.7.14 |
1279 | 2024-11-14T04:04:46.655Z | Compiling pbkdf2 v0.12.2 |
1280 | 2024-11-14T04:04:46.841Z | Compiling icu_properties_data v1.5.0 |
1281 | 2024-11-14T04:04:47.112Z | Compiling num-conv v0.1.0 |
1282 | 2024-11-14T04:04:47.417Z | Compiling time-core v0.1.2 |
1283 | 2024-11-14T04:04:47.614Z | Compiling icu_provider v1.5.0 |
1284 | 2024-11-14T04:04:47.653Z | Compiling powerfmt v0.2.0 |
1285 | 2024-11-14T04:04:47.849Z | Compiling tracing v0.1.40 |
1286 | 2024-11-14T04:04:48.057Z | Compiling vcpkg v0.2.15 |
1287 | 2024-11-14T04:04:48.384Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-11-14T04:04:48.695Z | Compiling spki v0.7.3 |
1289 | 2024-11-14T04:04:48.762Z | Compiling mirai-annotations v1.12.0 |
1290 | 2024-11-14T04:04:49.000Z | Compiling untrusted v0.7.1 |
1291 | 2024-11-14T04:04:49.129Z | Compiling untrusted v0.9.0 |
1292 | 2024-11-14T04:04:49.196Z | Compiling pest_meta v2.7.14 |
1293 | 2024-11-14T04:04:49.420Z | Compiling deranged v0.3.11 |
1294 | 2024-11-14T04:04:49.516Z | Compiling time-macros v0.2.18 |
1295 | 2024-11-14T04:04:49.658Z | Compiling icu_properties v1.5.1 |
1296 | 2024-11-14T04:04:50.316Z | Compiling openssl-sys v0.9.104 |
1297 | 2024-11-14T04:04:51.164Z | Compiling bitflags v2.6.0 |
1298 | 2024-11-14T04:04:51.340Z | Compiling bytes v1.7.2 |
1299 | 2024-11-14T04:04:51.440Z | Compiling indexmap v2.6.0 |
1300 | 2024-11-14T04:04:52.666Z | Compiling tokio v1.40.0 |
1301 | 2024-11-14T04:04:52.822Z | Compiling http v1.1.0 |
1302 | 2024-11-14T04:04:52.926Z | Compiling semver v1.0.23 |
1303 | 2024-11-14T04:04:53.188Z | Compiling scrypt v0.11.0 |
1304 | 2024-11-14T04:04:53.717Z | Compiling rustc_version v0.4.1 |
1305 | 2024-11-14T04:04:53.790Z | Compiling aes v0.8.4 |
1306 | 2024-11-14T04:04:54.343Z | Compiling cbc v0.1.2 |
1307 | 2024-11-14T04:04:54.562Z | Compiling scroll_derive v0.12.0 |
1308 | 2024-11-14T04:04:54.632Z | Compiling utf8_iter v1.0.4 |
1309 | 2024-11-14T04:04:54.673Z | Compiling atomic-waker v1.1.2 |
1310 | 2024-11-14T04:04:54.869Z | Compiling utf16_iter v1.0.5 |
1311 | 2024-11-14T04:04:54.895Z | Compiling write16 v1.0.0 |
1312 | 2024-11-14T04:04:55.035Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-14T04:04:55.081Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2024-11-14T04:04:55.175Z | Compiling icu_normalizer v1.5.0 |
1315 | 2024-11-14T04:04:55.197Z | Compiling time v0.3.36 |
1316 | 2024-11-14T04:04:55.313Z | Compiling pkcs5 v0.7.1 |
1317 | 2024-11-14T04:04:55.835Z | Compiling which v4.4.2 |
1318 | 2024-11-14T04:04:56.075Z | Compiling scroll v0.12.0 |
1319 | 2024-11-14T04:04:56.534Z | Compiling http-body v1.0.1 |
1320 | 2024-11-14T04:04:56.684Z | Compiling pest_generator v2.7.14 |
1321 | 2024-11-14T04:04:56.772Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-11-14T04:04:56.895Z | Compiling slog v2.7.0 |
1323 | 2024-11-14T04:04:57.009Z | Compiling try-lock v0.2.5 |
1324 | 2024-11-14T04:04:57.124Z | Compiling goblin v0.8.2 |
1325 | 2024-11-14T04:04:57.165Z | Compiling want v0.3.1 |
1326 | 2024-11-14T04:04:57.218Z | Compiling idna_adapter v1.2.0 |
1327 | 2024-11-14T04:04:57.435Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-11-14T04:04:57.454Z | Compiling httpdate v1.0.3 |
1329 | 2024-11-14T04:04:57.913Z | Compiling idna v1.0.3 |
1330 | 2024-11-14T04:04:58.158Z | Compiling uuid v1.11.0 |
1331 | 2024-11-14T04:04:58.353Z | Compiling serde_spanned v0.6.8 |
1332 | 2024-11-14T04:04:58.601Z | Compiling toml_datetime v0.6.8 |
1333 | 2024-11-14T04:04:58.658Z | Compiling pest_derive v2.7.14 |
1334 | 2024-11-14T04:04:59.124Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-11-14T04:04:59.493Z | Compiling dtrace-parser v0.2.0 |
1336 | 2024-11-14T04:04:59.651Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2024-11-14T04:04:59.769Z | Compiling adler2 v2.0.0 |
1338 | 2024-11-14T04:04:59.790Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-14T04:04:59.852Z | Compiling base64 v0.22.1 |
1340 | 2024-11-14T04:04:59.977Z | Compiling match_cfg v0.1.0 |
1341 | 2024-11-14T04:05:00.083Z | Compiling rustversion v1.0.17 |
1342 | 2024-11-14T04:05:00.249Z | Compiling openssl v0.10.68 |
1343 | 2024-11-14T04:05:00.489Z | Compiling tower-service v0.3.3 |
1344 | 2024-11-14T04:05:00.603Z | Compiling hostname v0.3.1 |
1345 | 2024-11-14T04:05:00.628Z | Compiling chrono v0.4.38 |
1346 | 2024-11-14T04:05:00.717Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-11-14T04:05:00.868Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-14T04:05:00.887Z | Compiling url v2.5.3 |
1349 | 2024-11-14T04:05:01.689Z | Compiling tokio-util v0.7.12 |
1350 | 2024-11-14T04:05:02.301Z | Compiling async-trait v0.1.83 |
1351 | 2024-11-14T04:05:02.398Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-11-14T04:05:02.879Z | Compiling h2 v0.4.6 |
1353 | 2024-11-14T04:05:03.121Z | Compiling dof v0.3.0 |
1354 | 2024-11-14T04:05:03.168Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-11-14T04:05:03.888Z | Compiling rustls v0.22.4 |
1356 | 2024-11-14T04:05:04.148Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-11-14T04:05:04.464Z | Compiling siphasher v0.3.11 |
1358 | 2024-11-14T04:05:04.876Z | Compiling data-encoding v2.6.0 |
1359 | 2024-11-14T04:05:05.048Z | Compiling rustls v0.23.14 |
1360 | 2024-11-14T04:05:05.321Z | Compiling syn v1.0.109 |
1361 | 2024-11-14T04:05:05.355Z | Compiling native-tls v0.2.12 |
1362 | 2024-11-14T04:05:05.750Z | Compiling dirs-next v2.0.0 |
1363 | 2024-11-14T04:05:06.037Z | Compiling http-body-util v0.1.2 |
1364 | 2024-11-14T04:05:06.606Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-11-14T04:05:07.239Z | Compiling heapless v0.7.17 |
1366 | 2024-11-14T04:05:07.361Z | Compiling signature v2.2.0 |
1367 | 2024-11-14T04:05:07.381Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-14T04:05:07.556Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-11-14T04:05:07.655Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-11-14T04:05:07.679Z | Compiling thread_local v1.1.8 |
1371 | 2024-11-14T04:05:07.808Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-11-14T04:05:08.029Z | Compiling multer v3.1.0 |
1373 | 2024-11-14T04:05:08.209Z | Compiling cookie v0.18.1 |
1374 | 2024-11-14T04:05:08.313Z | Compiling mime v0.3.17 |
1375 | 2024-11-14T04:05:08.477Z | Compiling openssl-probe v0.1.5 |
1376 | 2024-11-14T04:05:08.498Z | Compiling slog-async v2.8.0 |
1377 | 2024-11-14T04:05:08.831Z | Compiling unicode-properties v0.1.3 |
1378 | 2024-11-14T04:05:08.980Z | Compiling schemars v0.8.21 |
1379 | 2024-11-14T04:05:09.082Z | Compiling rayon-core v1.12.1 |
1380 | 2024-11-14T04:05:09.286Z | Compiling signal-hook v0.3.17 |
1381 | 2024-11-14T04:05:09.339Z | Compiling gimli v0.31.1 |
1382 | 2024-11-14T04:05:09.370Z | Compiling ipnet v2.10.1 |
1383 | 2024-11-14T04:05:09.585Z | Compiling toml_edit v0.22.22 |
1384 | 2024-11-14T04:05:10.470Z | Compiling hyper v1.5.0 |
1385 | 2024-11-14T04:05:10.644Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-11-14T04:05:12.980Z | Compiling hyper-util v0.1.10 |
1387 | 2024-11-14T04:05:13.509Z | Compiling stringprep v0.1.5 |
1388 | 2024-11-14T04:05:14.027Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-14T04:05:14.765Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-11-14T04:05:14.765Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-11-14T04:05:14.823Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-11-14T04:05:15.145Z | Compiling term v0.7.0 |
1393 | 2024-11-14T04:05:16.119Z | Compiling slog-json v2.6.1 |
1394 | 2024-11-14T04:05:16.214Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-11-14T04:05:16.236Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-11-14T04:05:16.398Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-11-14T04:05:16.513Z | Compiling futures-executor v0.3.31 |
1398 | 2024-11-14T04:05:16.617Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-11-14T04:05:16.755Z | Compiling md-5 v0.10.6 |
1400 | 2024-11-14T04:05:17.024Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-11-14T04:05:17.043Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-11-14T04:05:17.110Z | Compiling num-integer v0.1.46 |
1403 | 2024-11-14T04:05:17.331Z | Compiling idna v0.4.0 |
1404 | 2024-11-14T04:05:17.385Z | Compiling idna v0.3.0 |
1405 | 2024-11-14T04:05:17.731Z | Compiling hash32 v0.2.1 |
1406 | 2024-11-14T04:05:17.947Z | Compiling ff v0.13.0 |
1407 | 2024-11-14T04:05:17.996Z | Compiling is-terminal v0.4.13 |
1408 | 2024-11-14T04:05:18.117Z | Compiling object v0.36.5 |
1409 | 2024-11-14T04:05:18.136Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-14T04:05:18.173Z | Compiling linked-hash-map v0.5.6 |
1411 | 2024-11-14T04:05:18.367Z | Compiling take_mut v0.2.2 |
1412 | 2024-11-14T04:05:18.421Z | Compiling psl-types v2.0.11 |
1413 | 2024-11-14T04:05:18.536Z | Compiling quick-error v1.2.3 |
1414 | 2024-11-14T04:05:18.554Z | Compiling utf-8 v0.7.6 |
1415 | 2024-11-14T04:05:18.612Z | Compiling anyhow v1.0.93 |
1416 | 2024-11-14T04:05:18.686Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-11-14T04:05:18.913Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-11-14T04:05:18.934Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-11-14T04:05:19.020Z | Compiling smoltcp v0.9.1 |
1420 | 2024-11-14T04:05:19.149Z | Compiling rustc-demangle v0.1.24 |
1421 | 2024-11-14T04:05:19.205Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-11-14T04:05:19.248Z | Compiling base16ct v0.2.0 |
1423 | 2024-11-14T04:05:19.603Z | Compiling sec1 v0.7.3 |
1424 | 2024-11-14T04:05:19.678Z | Compiling postgres-protocol v0.6.7 |
1425 | 2024-11-14T04:05:20.202Z | Compiling tungstenite v0.24.0 |
1426 | 2024-11-14T04:05:20.217Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-11-14T04:05:20.381Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-11-14T04:05:20.985Z | Compiling lru-cache v0.1.2 |
1429 | 2024-11-14T04:05:21.102Z | Compiling async-stream v0.3.6 |
1430 | 2024-11-14T04:05:21.191Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-11-14T04:05:21.414Z | Compiling group v0.13.0 |
1432 | 2024-11-14T04:05:21.767Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-14T04:05:21.894Z | Compiling usdt v0.5.0 |
1434 | 2024-11-14T04:05:22.572Z | Compiling num-iter v0.1.45 |
1435 | 2024-11-14T04:05:22.895Z | Compiling futures v0.3.31 |
1436 | 2024-11-14T04:05:23.028Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-11-14T04:05:24.035Z | Compiling camino v1.1.9 |
1438 | 2024-11-14T04:05:24.442Z | Compiling toml v0.8.19 |
1439 | 2024-11-14T04:05:24.892Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-14T04:05:25.053Z | Compiling phf_shared v0.11.2 |
1441 | 2024-11-14T04:05:25.156Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-11-14T04:05:25.440Z | Compiling terminal_size v0.4.0 |
1443 | 2024-11-14T04:05:25.669Z | Compiling backtrace v0.3.74 |
1444 | 2024-11-14T04:05:26.044Z | Compiling waitgroup v0.1.2 |
1445 | 2024-11-14T04:05:26.213Z | Compiling openapiv3 v2.0.0 |
1446 | 2024-11-14T04:05:26.302Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-11-14T04:05:26.319Z | Compiling hkdf v0.12.4 |
1448 | 2024-11-14T04:05:26.611Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-11-14T04:05:27.179Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-11-14T04:05:29.053Z | Compiling hubpack_derive v0.1.1 |
1451 | 2024-11-14T04:05:29.463Z | Compiling curve25519-dalek-derive v0.1.1 |
1452 | 2024-11-14T04:05:29.495Z | Compiling webpki-roots v0.26.6 |
1453 | 2024-11-14T04:05:29.728Z | Compiling idna v0.5.0 |
1454 | 2024-11-14T04:05:29.896Z | Compiling hostname v0.4.0 |
1455 | 2024-11-14T04:05:29.921Z | Compiling fs-err v2.11.0 |
1456 | 2024-11-14T04:05:30.171Z | Compiling ahash v0.8.11 |
1457 | 2024-11-14T04:05:30.224Z | Compiling crc32fast v1.4.2 |
1458 | 2024-11-14T04:05:30.523Z | Compiling managed v0.8.0 |
1459 | 2024-11-14T04:05:30.583Z | Compiling bitflags v1.3.2 |
1460 | 2024-11-14T04:05:30.703Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-11-14T04:05:30.755Z | Compiling winnow v0.5.40 |
1462 | 2024-11-14T04:05:30.864Z | Compiling clap_builder v4.5.20 |
1463 | 2024-11-14T04:05:31.508Z | Compiling strum_macros v0.25.3 |
1464 | 2024-11-14T04:05:31.872Z | Compiling console v0.15.8 |
1465 | 2024-11-14T04:05:32.714Z | Compiling cookie_store v0.21.0 |
1466 | 2024-11-14T04:05:33.205Z | Compiling flate2 v1.0.34 |
1467 | 2024-11-14T04:05:33.682Z | Compiling hubpack v0.1.2 |
1468 | 2024-11-14T04:05:34.200Z | Compiling elliptic-curve v0.13.8 |
1469 | 2024-11-14T04:05:34.249Z | Compiling toml_edit v0.19.15 |
1470 | 2024-11-14T04:05:34.405Z | Compiling zerocopy v0.6.6 |
1471 | 2024-11-14T04:05:34.650Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-11-14T04:05:35.286Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-11-14T04:05:35.480Z | Compiling phf v0.11.2 |
1474 | 2024-11-14T04:05:35.713Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-11-14T04:05:35.751Z | Compiling rayon v1.10.0 |
1476 | 2024-11-14T04:05:35.979Z | Compiling bzip2 v0.4.4 |
1477 | 2024-11-14T04:05:36.373Z | Compiling tokio-tungstenite v0.24.0 |
1478 | 2024-11-14T04:05:41.439Z | Compiling postgres-types v0.2.8 |
1479 | 2024-11-14T04:05:41.542Z | Compiling ed25519 v2.2.3 |
1480 | 2024-11-14T04:05:41.542Z | Compiling phf_shared v0.10.0 |
1481 | 2024-11-14T04:05:41.542Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-11-14T04:05:41.542Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-11-14T04:05:41.542Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-11-14T04:05:41.542Z | Compiling clap_derive v4.5.18 |
1485 | 2024-11-14T04:05:41.543Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-11-14T04:05:41.543Z | Compiling derive-where v1.2.7 |
1487 | 2024-11-14T04:05:41.617Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-14T04:05:41.617Z | Compiling float-cmp v0.9.0 |
1489 | 2024-11-14T04:05:41.617Z | Compiling bstr v1.10.0 |
1490 | 2024-11-14T04:05:41.772Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-11-14T04:05:41.913Z | Compiling new_debug_unreachable v1.0.6 |
1492 | 2024-11-14T04:05:42.021Z | Compiling predicates-core v1.0.8 |
1493 | 2024-11-14T04:05:42.409Z | Compiling difflib v0.4.0 |
1494 | 2024-11-14T04:05:42.468Z | Compiling static_assertions v1.1.0 |
1495 | 2024-11-14T04:05:42.534Z | Compiling whoami v1.5.2 |
1496 | 2024-11-14T04:05:42.671Z | Compiling number_prefix v0.4.0 |
1497 | 2024-11-14T04:05:42.909Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-11-14T04:05:43.041Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-11-14T04:05:43.192Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2024-11-14T04:05:43.331Z | Compiling bit-vec v0.6.3 |
1501 | 2024-11-14T04:05:43.360Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-11-14T04:05:43.523Z | Compiling petgraph v0.6.5 |
1503 | 2024-11-14T04:05:43.819Z | Compiling bit-set v0.5.3 |
1504 | 2024-11-14T04:05:44.094Z | Compiling similar v2.6.0 |
1505 | 2024-11-14T04:05:44.129Z | Compiling predicates v3.1.2 |
1506 | 2024-11-14T04:05:44.279Z | Compiling string_cache v0.8.7 |
1507 | 2024-11-14T04:05:44.778Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-11-14T04:05:44.817Z | Compiling indicatif v0.17.8 |
1509 | 2024-11-14T04:05:45.930Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-11-14T04:05:46.225Z | Compiling clap v4.5.20 |
1511 | 2024-11-14T04:05:46.362Z | Compiling ecdsa v0.16.9 |
1512 | 2024-11-14T04:05:46.601Z | Compiling rsa v0.9.6 |
1513 | 2024-11-14T04:05:47.248Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-11-14T04:05:47.274Z | Compiling toml v0.7.8 |
1515 | 2024-11-14T04:05:47.715Z | Compiling zip v0.6.6 |
1516 | 2024-11-14T04:05:48.349Z | Compiling crossterm v0.28.1 |
1517 | 2024-11-14T04:05:49.885Z | Compiling hex v0.4.3 |
1518 | 2024-11-14T04:05:49.929Z | Compiling x509-cert v0.2.5 |
1519 | 2024-11-14T04:05:50.495Z | Compiling itertools v0.10.5 |
1520 | 2024-11-14T04:05:50.631Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-11-14T04:05:50.675Z | Compiling peg-runtime v0.8.3 |
1522 | 2024-11-14T04:05:50.830Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-11-14T04:05:51.308Z | Compiling strum_macros v0.26.4 |
1524 | 2024-11-14T04:05:51.405Z | Compiling xattr v1.3.1 |
1525 | 2024-11-14T04:05:51.658Z | Compiling filetime v0.2.25 |
1526 | 2024-11-14T04:05:51.999Z | Compiling tar v0.4.43 |
1527 | 2024-11-14T04:05:56.470Z | Compiling strum v0.26.3 |
1528 | 2024-11-14T04:05:58.967Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2024-11-14T04:06:31.227Z | Compiling rustls-webpki v0.102.8 |
1530 | 2024-11-14T04:06:34.666Z | Compiling tokio-rustls v0.25.0 |
1531 | 2024-11-14T04:06:36.172Z | Compiling tokio-rustls v0.26.0 |
1532 | 2024-11-14T04:06:36.546Z | Compiling hyper-rustls v0.27.3 |
1533 | 2024-11-14T04:06:37.022Z | Compiling reqwest v0.12.9 |
1534 | 2024-11-14T04:06:38.291Z | Compiling qorb v0.2.0 |
1535 | 2024-11-14T04:06:43.105Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-11-14T04:06:43.330Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2024-11-14T04:06:49.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1538 | 2024-11-14T04:06:49.293Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2024-11-14T04:06:49.346Z | Nov 14 04:06:48.296 INFO Starting download, target: Clickhouse |
1540 | 2024-11-14T04:06:49.346Z | Nov 14 04:06:48.297 INFO Starting download, target: Console |
1541 | 2024-11-14T04:06:49.346Z | Nov 14 04:06:48.297 INFO Starting download, target: Cockroach |
1542 | 2024-11-14T04:06:49.346Z | Nov 14 04:06:48.297 INFO Starting download, target: DendriteOpenapi |
1543 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Starting download, target: DendriteStub |
1544 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Starting download, target: MaghemiteMgd |
1545 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Starting download, target: TransceiverControl |
1546 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1549 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2024-11-14T04:06:49.349Z | Nov 14 04:06:48.297 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2024-11-14T04:06:49.572Z | Nov 14 04:06:48.520 INFO Download complete, target: DendriteOpenapi |
1554 | 2024-11-14T04:06:49.776Z | Nov 14 04:06:48.720 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2024-11-14T04:06:49.889Z | Nov 14 04:06:48.828 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-11-14T04:06:50.273Z | Nov 14 04:06:49.212 INFO Download complete, target: Console |
1557 | 2024-11-14T04:06:50.336Z | Nov 14 04:06:49.285 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2024-11-14T04:06:50.369Z | Nov 14 04:06:49.316 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-11-14T04:06:50.502Z | Nov 14 04:06:49.452 INFO Download complete, target: TransceiverControl |
1560 | 2024-11-14T04:06:50.952Z | Nov 14 04:06:49.902 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2024-11-14T04:06:50.952Z | Nov 14 04:06:49.902 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2024-11-14T04:06:51.495Z | Nov 14 04:06:50.446 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-11-14T04:06:53.194Z | Nov 14 04:06:52.144 INFO Download complete, target: DendriteStub |
1564 | 2024-11-14T04:06:53.299Z | Nov 14 04:06:52.249 INFO Download complete, target: MaghemiteMgd |
1565 | 2024-11-14T04:06:58.737Z | Nov 14 04:06:57.687 INFO Checking that binary works, target: Cockroach |
1566 | 2024-11-14T04:06:58.895Z | Nov 14 04:06:57.845 INFO Download complete, target: Cockroach |
1567 | 2024-11-14T04:07:04.536Z | Nov 14 04:07:03.486 INFO Checking that binary works, target: Clickhouse |
1568 | 2024-11-14T04:07:05.029Z | Nov 14 04:07:03.978 INFO Download complete, target: Clickhouse |
1569 | 2024-11-14T04:07:05.090Z | All builder prerequisites installed successfully, and PATH looks valid |
1570 | 2024-11-14T04:07:05.093Z | |
1571 | 2024-11-14T04:07:05.093Z | real 6:12.501680386 |
1572 | 2024-11-14T04:07:05.093Z | user 16:32.164896849 |
1573 | 2024-11-14T04:07:05.093Z | sys 3:16.487056477 |
1574 | 2024-11-14T04:07:05.093Z | trap 0.555012910 |
1575 | 2024-11-14T04:07:05.093Z | tflt 5.555144592 |
1576 | 2024-11-14T04:07:05.093Z | dflt 4.818370091 |
1577 | 2024-11-14T04:07:05.093Z | kflt 0.433291606 |
1578 | 2024-11-14T04:07:05.094Z | lock 29:47.304190007 |
1579 | 2024-11-14T04:07:05.094Z | slp 1:04:43.994441910 |
1580 | 2024-11-14T04:07:05.094Z | lat 56.782899535 |
1581 | 2024-11-14T04:07:05.094Z | stop 2:20.906667082 |
1582 | 2024-11-14T04:07:05.094Z | + banner clippy |
1583 | 2024-11-14T04:07:05.098Z | |
1584 | 2024-11-14T04:07:05.098Z | #### # # ##### ##### # # |
1585 | 2024-11-14T04:07:05.098Z | # # # # # # # # # # |
1586 | 2024-11-14T04:07:05.098Z | # # # # # # # # |
1587 | 2024-11-14T04:07:05.098Z | # # # ##### ##### # |
1588 | 2024-11-14T04:07:05.098Z | # # # # # # # |
1589 | 2024-11-14T04:07:05.098Z | #### ###### # # # # |
1590 | 2024-11-14T04:07:05.098Z | |
1591 | 2024-11-14T04:07:05.098Z | + export CARGO_INCREMENTAL=0 |
1592 | 2024-11-14T04:07:05.099Z | + CARGO_INCREMENTAL=0 |
1593 | 2024-11-14T04:07:05.099Z | + ptime -m cargo xtask clippy |
1594 | 2024-11-14T04:07:05.603Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1595 | 2024-11-14T04:07:09.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
1596 | 2024-11-14T04:07:09.484Z | Running `target/debug/xtask clippy` |
1597 | 2024-11-14T04:07:09.506Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1598 | 2024-11-14T04:07:10.158Z | Downloading crates ... |
1599 | 2024-11-14T04:07:10.500Z | Downloaded assert-json-diff v2.0.2 |
1600 | 2024-11-14T04:07:10.503Z | Downloaded async-global-executor v2.4.1 |
1601 | 2024-11-14T04:07:10.507Z | Downloaded approx v0.5.1 |
1602 | 2024-11-14T04:07:10.507Z | Downloaded async-signal v0.2.10 |
1603 | 2024-11-14T04:07:10.511Z | Downloaded event-listener-strategy v0.5.2 |
1604 | 2024-11-14T04:07:10.511Z | Downloaded httptest v0.16.1 |
1605 | 2024-11-14T04:07:10.513Z | Downloaded escape8259 v0.5.3 |
1606 | 2024-11-14T04:07:10.516Z | Downloaded plotters-svg v0.3.7 |
1607 | 2024-11-14T04:07:10.516Z | Downloaded nested v0.1.1 |
1608 | 2024-11-14T04:07:10.518Z | Downloaded async-object-pool v0.1.5 |
1609 | 2024-11-14T04:07:10.518Z | Downloaded anes v0.1.6 |
1610 | 2024-11-14T04:07:10.522Z | Downloaded blake2b_simd v1.0.2 |
1611 | 2024-11-14T04:07:10.526Z | Downloaded kv-log-macro v1.0.7 |
1612 | 2024-11-14T04:07:10.528Z | Downloaded stringmetrics v2.2.2 |
1613 | 2024-11-14T04:07:10.531Z | Downloaded async-channel v1.9.0 |
1614 | 2024-11-14T04:07:10.535Z | Downloaded rustls-native-certs v0.7.3 |
1615 | 2024-11-14T04:07:10.538Z | Downloaded target-spec v3.2.2 |
1616 | 2024-11-14T04:07:10.540Z | Downloaded proc-macro-crate v3.2.0 |
1617 | 2024-11-14T04:07:10.542Z | Downloaded rstest v0.23.0 |
1618 | 2024-11-14T04:07:10.545Z | Downloaded cfg-expr v0.17.0 |
1619 | 2024-11-14T04:07:10.548Z | Downloaded path-tree v0.8.1 |
1620 | 2024-11-14T04:07:10.551Z | Downloaded yansi v1.0.1 |
1621 | 2024-11-14T04:07:10.554Z | Downloaded oorandom v11.1.4 |
1622 | 2024-11-14T04:07:10.554Z | Downloaded guppy v0.17.8 |
1623 | 2024-11-14T04:07:10.567Z | Downloaded plotters v0.3.7 |
1624 | 2024-11-14T04:07:10.570Z | Downloaded doc-comment v0.3.3 |
1625 | 2024-11-14T04:07:10.570Z | Downloaded async-task v4.7.1 |
1626 | 2024-11-14T04:07:10.570Z | Downloaded blocking v1.6.1 |
1627 | 2024-11-14T04:07:10.572Z | Downloaded datatest-stable v0.2.9 |
1628 | 2024-11-14T04:07:10.574Z | Downloaded cast v0.3.0 |
1629 | 2024-11-14T04:07:10.574Z | Downloaded async-io v2.3.4 |
1630 | 2024-11-14T04:07:10.577Z | Downloaded async-lock v3.4.0 |
1631 | 2024-11-14T04:07:10.580Z | Downloaded libtest-mimic v0.7.3 |
1632 | 2024-11-14T04:07:10.582Z | Downloaded criterion-plot v0.5.0 |
1633 | 2024-11-14T04:07:10.582Z | Downloaded concurrent-queue v2.5.0 |
1634 | 2024-11-14T04:07:10.585Z | Downloaded async-process v2.3.0 |
1635 | 2024-11-14T04:07:10.587Z | Downloaded async-channel v2.3.1 |
1636 | 2024-11-14T04:07:10.587Z | Downloaded event-listener v5.3.1 |
1637 | 2024-11-14T04:07:10.590Z | Downloaded guppy-workspace-hack v0.1.0 |
1638 | 2024-11-14T04:07:10.590Z | Downloaded async-executor v1.13.1 |
1639 | 2024-11-14T04:07:10.607Z | Downloaded pathdiff v0.2.2 |
1640 | 2024-11-14T04:07:10.609Z | Downloaded hyper-rustls v0.26.0 |
1641 | 2024-11-14T04:07:10.611Z | Downloaded futures-timer v3.0.3 |
1642 | 2024-11-14T04:07:10.613Z | Downloaded async-attributes v1.1.2 |
1643 | 2024-11-14T04:07:10.618Z | Downloaded num_cpus v1.16.0 |
1644 | 2024-11-14T04:07:10.620Z | Downloaded target-triple v0.1.3 |
1645 | 2024-11-14T04:07:10.620Z | Downloaded serde_regex v1.1.0 |
1646 | 2024-11-14T04:07:10.623Z | Downloaded piper v0.2.4 |
1647 | 2024-11-14T04:07:10.623Z | Downloaded indoc v2.0.5 |
1648 | 2024-11-14T04:07:10.625Z | Downloaded futures-lite v2.3.0 |
1649 | 2024-11-14T04:07:10.628Z | Downloaded similar-asserts v1.6.0 |
1650 | 2024-11-14T04:07:10.630Z | Downloaded relative-path v1.9.3 |
1651 | 2024-11-14T04:07:10.630Z | Downloaded plotters-backend v0.3.7 |
1652 | 2024-11-14T04:07:10.630Z | Downloaded parking v2.2.1 |
1653 | 2024-11-14T04:07:10.632Z | Downloaded event-listener v2.5.3 |
1654 | 2024-11-14T04:07:10.634Z | Downloaded assert_cmd v2.0.16 |
1655 | 2024-11-14T04:07:10.641Z | Downloaded target-lexicon v0.12.16 |
1656 | 2024-11-14T04:07:10.644Z | Downloaded threadpool v1.8.1 |
1657 | 2024-11-14T04:07:10.646Z | Downloaded rust-argon2 v2.1.0 |
1658 | 2024-11-14T04:07:10.646Z | Downloaded partial-io v0.5.4 |
1659 | 2024-11-14T04:07:10.650Z | Downloaded trybuild v1.0.101 |
1660 | 2024-11-14T04:07:10.654Z | Downloaded tinytemplate v1.2.1 |
1661 | 2024-11-14T04:07:10.657Z | Downloaded fancy-regex v0.13.0 |
1662 | 2024-11-14T04:07:10.663Z | Downloaded rstest_macros v0.23.0 |
1663 | 2024-11-14T04:07:10.663Z | Downloaded rand_distr v0.4.3 |
1664 | 2024-11-14T04:07:10.666Z | Downloaded criterion v0.5.1 |
1665 | 2024-11-14T04:07:10.671Z | Downloaded pretty_assertions v1.4.1 |
1666 | 2024-11-14T04:07:10.673Z | Downloaded polling v3.7.3 |
1667 | 2024-11-14T04:07:10.677Z | Downloaded async-std v1.13.0 |
1668 | 2024-11-14T04:07:10.761Z | Downloaded httpmock v0.8.0-alpha.1 |
1669 | 2024-11-14T04:07:11.541Z | Checking cfg-if v1.0.0 |
1670 | 2024-11-14T04:07:11.618Z | Checking libc v0.2.162 |
1671 | 2024-11-14T04:07:11.640Z | Checking serde v1.0.215 |
1672 | 2024-11-14T04:07:11.662Z | Checking memchr v2.7.4 |
1673 | 2024-11-14T04:07:11.684Z | Checking value-bag v1.9.0 |
1674 | 2024-11-14T04:07:11.708Z | Checking scopeguard v1.2.0 |
1675 | 2024-11-14T04:07:11.729Z | Checking zeroize v1.8.1 |
1676 | 2024-11-14T04:07:11.758Z | Checking smallvec v1.13.2 |
1677 | 2024-11-14T04:07:11.788Z | Checking itoa v1.0.11 |
1678 | 2024-11-14T04:07:11.850Z | Checking lock_api v0.4.12 |
1679 | 2024-11-14T04:07:12.023Z | Checking byteorder v1.5.0 |
1680 | 2024-11-14T04:07:12.050Z | Checking pin-project-lite v0.2.14 |
1681 | 2024-11-14T04:07:12.097Z | Checking log v0.4.22 |
1682 | 2024-11-14T04:07:12.145Z | Checking subtle v2.6.1 |
1683 | 2024-11-14T04:07:12.178Z | Checking once_cell v1.20.2 |
1684 | 2024-11-14T04:07:12.469Z | Checking typenum v1.17.0 |
1685 | 2024-11-14T04:07:12.481Z | Checking futures-core v0.3.31 |
1686 | 2024-11-14T04:07:12.481Z | Checking zerocopy v0.7.35 |
1687 | 2024-11-14T04:07:12.486Z | Checking thiserror v1.0.69 |
1688 | 2024-11-14T04:07:12.533Z | Checking libm v0.2.8 |
1689 | 2024-11-14T04:07:12.615Z | Checking ryu v1.0.18 |
1690 | 2024-11-14T04:07:12.645Z | Checking spin v0.9.8 |
1691 | 2024-11-14T04:07:12.670Z | Checking const-oid v0.9.6 |
1692 | 2024-11-14T04:07:12.727Z | Checking getrandom v0.2.15 |
1693 | 2024-11-14T04:07:12.853Z | Checking signal-hook-registry v1.4.2 |
1694 | 2024-11-14T04:07:12.984Z | Checking rand_core v0.6.4 |
1695 | 2024-11-14T04:07:13.006Z | Checking parking_lot_core v0.9.10 |
1696 | 2024-11-14T04:07:13.103Z | Checking mio v1.0.2 |
1697 | 2024-11-14T04:07:13.294Z | Checking socket2 v0.5.7 |
1698 | 2024-11-14T04:07:13.360Z | Checking parking_lot v0.12.3 |
1699 | 2024-11-14T04:07:13.537Z | Checking num-traits v0.2.19 |
1700 | 2024-11-14T04:07:13.648Z | Checking generic-array v0.14.7 |
1701 | 2024-11-14T04:07:13.716Z | Checking futures-io v0.3.31 |
1702 | 2024-11-14T04:07:13.755Z | Checking slab v0.4.9 |
1703 | 2024-11-14T04:07:13.796Z | Checking allocator-api2 v0.2.18 |
1704 | 2024-11-14T04:07:13.855Z | Checking cpufeatures v0.2.14 |
1705 | 2024-11-14T04:07:13.917Z | Checking futures-sink v0.3.31 |
1706 | 2024-11-14T04:07:13.965Z | Checking pin-utils v0.1.0 |
1707 | 2024-11-14T04:07:14.017Z | Checking foldhash v0.1.3 |
1708 | 2024-11-14T04:07:14.065Z | Checking equivalent v1.0.1 |
1709 | 2024-11-14T04:07:14.089Z | Checking futures-channel v0.3.31 |
1710 | 2024-11-14T04:07:14.189Z | Checking futures-task v0.3.31 |
1711 | 2024-11-14T04:07:14.244Z | Checking stable_deref_trait v1.2.0 |
1712 | 2024-11-14T04:07:14.368Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1713 | 2024-11-14T04:07:14.445Z | Checking fnv v1.0.7 |
1714 | 2024-11-14T04:07:14.469Z | Checking hashbrown v0.15.0 |
1715 | 2024-11-14T04:07:14.473Z | Checking futures-util v0.3.31 |
1716 | 2024-11-14T04:07:14.525Z | Checking iana-time-zone v0.1.61 |
1717 | 2024-11-14T04:07:14.577Z | Checking ppv-lite86 v0.2.20 |
1718 | 2024-11-14T04:07:14.671Z | Checking tracing-core v0.1.32 |
1719 | 2024-11-14T04:07:14.702Z | Checking errno v0.3.9 |
1720 | 2024-11-14T04:07:14.813Z | Checking crypto-common v0.1.6 |
1721 | 2024-11-14T04:07:14.890Z | Checking block-buffer v0.10.4 |
1722 | 2024-11-14T04:07:15.022Z | Checking zerofrom v0.1.4 |
1723 | 2024-11-14T04:07:15.115Z | Checking digest v0.10.7 |
1724 | 2024-11-14T04:07:15.229Z | Checking dyn-clone v1.0.17 |
1725 | 2024-11-14T04:07:15.255Z | Checking yoke v0.7.4 |
1726 | 2024-11-14T04:07:15.331Z | Checking tracing v0.1.40 |
1727 | 2024-11-14T04:07:15.378Z | Checking rand_chacha v0.3.1 |
1728 | 2024-11-14T04:07:15.382Z | Checking block-padding v0.3.3 |
1729 | 2024-11-14T04:07:15.485Z | Checking crossbeam-utils v0.8.20 |
1730 | 2024-11-14T04:07:15.563Z | Checking percent-encoding v2.3.1 |
1731 | 2024-11-14T04:07:15.595Z | Checking zerovec v0.10.4 |
1732 | 2024-11-14T04:07:15.615Z | Checking inout v0.1.3 |
1733 | 2024-11-14T04:07:15.697Z | Checking litemap v0.7.3 |
1734 | 2024-11-14T04:07:15.776Z | Checking rand v0.8.5 |
1735 | 2024-11-14T04:07:15.798Z | Checking writeable v0.5.5 |
1736 | 2024-11-14T04:07:15.837Z | Checking cipher v0.4.4 |
1737 | 2024-11-14T04:07:16.040Z | Checking tinyvec_macros v0.1.1 |
1738 | 2024-11-14T04:07:16.127Z | Checking form_urlencoded v1.2.1 |
1739 | 2024-11-14T04:07:16.152Z | Checking tinyvec v1.8.0 |
1740 | 2024-11-14T04:07:16.217Z | Checking httparse v1.9.5 |
1741 | 2024-11-14T04:07:16.265Z | Checking atomic-waker v1.1.2 |
1742 | 2024-11-14T04:07:16.328Z | Checking icu_locid_transform_data v1.5.0 |
1743 | 2024-11-14T04:07:16.426Z | Checking regex-syntax v0.8.5 |
1744 | 2024-11-14T04:07:16.454Z | Checking base64ct v1.6.0 |
1745 | 2024-11-14T04:07:16.664Z | Checking hmac v0.12.1 |
1746 | 2024-11-14T04:07:16.713Z | Checking bytes v1.7.2 |
1747 | 2024-11-14T04:07:16.895Z | Checking bitflags v2.6.0 |
1748 | 2024-11-14T04:07:16.922Z | Checking serde_json v1.0.132 |
1749 | 2024-11-14T04:07:17.088Z | Checking indexmap v2.6.0 |
1750 | 2024-11-14T04:07:17.217Z | Checking chrono v0.4.38 |
1751 | 2024-11-14T04:07:17.245Z | Checking rustix v0.38.37 |
1752 | 2024-11-14T04:07:17.499Z | Checking uuid v1.11.0 |
1753 | 2024-11-14T04:07:17.526Z | Checking tokio v1.40.0 |
1754 | 2024-11-14T04:07:18.175Z | Checking http v1.1.0 |
1755 | 2024-11-14T04:07:18.393Z | Checking tinystr v0.7.6 |
1756 | 2024-11-14T04:07:18.627Z | Checking unicode-normalization v0.1.24 |
1757 | 2024-11-14T04:07:18.770Z | Checking icu_locid v1.5.0 |
1758 | 2024-11-14T04:07:19.392Z | Checking schemars v0.8.21 |
1759 | 2024-11-14T04:07:19.553Z | Checking icu_collections v1.5.0 |
1760 | 2024-11-14T04:07:19.588Z | Checking icu_properties_data v1.5.0 |
1761 | 2024-11-14T04:07:19.618Z | Checking untrusted v0.9.0 |
1762 | 2024-11-14T04:07:19.780Z | Checking ring v0.17.8 |
1763 | 2024-11-14T04:07:19.842Z | Checking sha2 v0.10.8 |
1764 | 2024-11-14T04:07:19.845Z | Checking icu_provider v1.5.0 |
1765 | 2024-11-14T04:07:19.884Z | Checking aho-corasick v1.1.3 |
1766 | 2024-11-14T04:07:20.203Z | Checking unicode-ident v1.0.13 |
1767 | 2024-11-14T04:07:20.381Z | Checking utf16_iter v1.0.5 |
1768 | 2024-11-14T04:07:20.434Z | Checking icu_normalizer_data v1.5.0 |
1769 | 2024-11-14T04:07:20.510Z | Checking icu_locid_transform v1.5.0 |
1770 | 2024-11-14T04:07:20.546Z | Checking write16 v1.0.0 |
1771 | 2024-11-14T04:07:20.571Z | Checking utf8_iter v1.0.4 |
1772 | 2024-11-14T04:07:20.690Z | Checking unicode-bidi v0.3.17 |
1773 | 2024-11-14T04:07:20.735Z | Checking lazy_static v1.5.0 |
1774 | 2024-11-14T04:07:20.789Z | Checking adler2 v2.0.0 |
1775 | 2024-11-14T04:07:20.868Z | Checking powerfmt v0.2.0 |
1776 | 2024-11-14T04:07:20.955Z | Checking miniz_oxide v0.8.0 |
1777 | 2024-11-14T04:07:21.019Z | Checking num_threads v0.1.7 |
1778 | 2024-11-14T04:07:21.154Z | Checking num-conv v0.1.0 |
1779 | 2024-11-14T04:07:21.180Z | Checking deranged v0.3.11 |
1780 | 2024-11-14T04:07:21.354Z | Checking time-core v0.1.2 |
1781 | 2024-11-14T04:07:21.404Z | Checking rustls-pki-types v1.9.0 |
1782 | 2024-11-14T04:07:21.524Z | Checking icu_properties v1.5.1 |
1783 | 2024-11-14T04:07:21.549Z | Checking proc-macro2 v1.0.89 |
1784 | 2024-11-14T04:07:21.581Z | Checking regex-automata v0.4.8 |
1785 | 2024-11-14T04:07:21.694Z | Checking pem-rfc7468 v0.7.0 |
1786 | 2024-11-14T04:07:21.738Z | Checking untrusted v0.7.1 |
1787 | 2024-11-14T04:07:21.918Z | Checking http-body v1.0.1 |
1788 | 2024-11-14T04:07:21.958Z | Checking aws-lc-sys v0.22.0 |
1789 | 2024-11-14T04:07:21.986Z | Checking mirai-annotations v1.12.0 |
1790 | 2024-11-14T04:07:22.148Z | Checking base64 v0.22.1 |
1791 | 2024-11-14T04:07:22.184Z | Checking try-lock v0.2.5 |
1792 | 2024-11-14T04:07:22.250Z | Checking quote v1.0.37 |
1793 | 2024-11-14T04:07:22.335Z | Checking httpdate v1.0.3 |
1794 | 2024-11-14T04:07:22.582Z | Checking want v0.3.1 |
1795 | 2024-11-14T04:07:22.620Z | Checking syn v2.0.87 |
1796 | 2024-11-14T04:07:22.654Z | Checking flagset v0.4.6 |
1797 | 2024-11-14T04:07:22.769Z | Checking pbkdf2 v0.12.2 |
1798 | 2024-11-14T04:07:22.866Z | Checking der v0.7.9 |
1799 | 2024-11-14T04:07:22.935Z | Checking aes v0.8.4 |
1800 | 2024-11-14T04:07:22.960Z | Checking time v0.3.36 |
1801 | 2024-11-14T04:07:23.802Z | Checking cbc v0.1.2 |
1802 | 2024-11-14T04:07:24.032Z | Checking salsa20 v0.10.2 |
1803 | 2024-11-14T04:07:24.255Z | Checking ahash v0.8.11 |
1804 | 2024-11-14T04:07:24.547Z | Checking aws-lc-rs v1.10.0 |
1805 | 2024-11-14T04:07:24.784Z | Checking spki v0.7.3 |
1806 | 2024-11-14T04:07:24.819Z | Checking slog v2.7.0 |
1807 | 2024-11-14T04:07:24.883Z | Checking icu_normalizer v1.5.0 |
1808 | 2024-11-14T04:07:25.005Z | Checking tokio-util v0.7.12 |
1809 | 2024-11-14T04:07:25.080Z | Checking tower-service v0.3.3 |
1810 | 2024-11-14T04:07:25.221Z | Checking scrypt v0.11.0 |
1811 | 2024-11-14T04:07:25.343Z | Checking gimli v0.31.1 |
1812 | 2024-11-14T04:07:25.460Z | Checking mime v0.3.17 |
1813 | 2024-11-14T04:07:25.499Z | Checking pkcs5 v0.7.1 |
1814 | 2024-11-14T04:07:25.696Z | Checking idna_adapter v1.2.0 |
1815 | 2024-11-14T04:07:26.138Z | Checking object v0.36.5 |
1816 | 2024-11-14T04:07:26.142Z | Checking idna v1.0.3 |
1817 | 2024-11-14T04:07:26.142Z | Checking h2 v0.4.6 |
1818 | 2024-11-14T04:07:26.142Z | Checking utf8parse v0.2.2 |
1819 | 2024-11-14T04:07:26.160Z | Checking rustc-demangle v0.1.24 |
1820 | 2024-11-14T04:07:26.290Z | Checking regex v1.11.1 |
1821 | 2024-11-14T04:07:26.344Z | Checking rustls-webpki v0.102.8 |
1822 | 2024-11-14T04:07:26.380Z | Checking url v2.5.3 |
1823 | 2024-11-14T04:07:26.631Z | Checking pkcs8 v0.10.2 |
1824 | 2024-11-14T04:07:26.966Z | Checking http-body-util v0.1.2 |
1825 | 2024-11-14T04:07:26.969Z | Checking futures-executor v0.3.31 |
1826 | 2024-11-14T04:07:27.210Z | Checking serde_spanned v0.6.8 |
1827 | 2024-11-14T04:07:27.232Z | Checking toml_datetime v0.6.8 |
1828 | 2024-11-14T04:07:27.271Z | Checking data-encoding v2.6.0 |
1829 | 2024-11-14T04:07:27.393Z | Checking unicode-width v0.1.14 |
1830 | 2024-11-14T04:07:27.428Z | Checking ipnet v2.10.1 |
1831 | 2024-11-14T04:07:27.525Z | Checking futures v0.3.31 |
1832 | 2024-11-14T04:07:27.658Z | Checking rustls-pemfile v2.2.0 |
1833 | 2024-11-14T04:07:27.899Z | Checking anstyle v1.0.10 |
1834 | 2024-11-14T04:07:27.902Z | Checking openssl-probe v0.1.5 |
1835 | 2024-11-14T04:07:27.902Z | Checking foreign-types-shared v0.1.1 |
1836 | 2024-11-14T04:07:27.962Z | Checking serde_urlencoded v0.7.1 |
1837 | 2024-11-14T04:07:28.036Z | Checking foreign-types v0.3.2 |
1838 | 2024-11-14T04:07:28.086Z | Checking semver v1.0.23 |
1839 | 2024-11-14T04:07:28.132Z | Checking sha1 v0.10.6 |
1840 | 2024-11-14T04:07:28.257Z | Checking openssl-sys v0.9.104 |
1841 | 2024-11-14T04:07:28.428Z | Checking encoding_rs v0.8.34 |
1842 | 2024-11-14T04:07:28.431Z | Checking rustls v0.23.14 |
1843 | 2024-11-14T04:07:28.504Z | Checking anstyle-parse v0.2.5 |
1844 | 2024-11-14T04:07:28.782Z | Checking camino v1.1.9 |
1845 | 2024-11-14T04:07:29.047Z | Checking winnow v0.6.20 |
1846 | 2024-11-14T04:07:29.375Z | Checking either v1.13.0 |
1847 | 2024-11-14T04:07:29.441Z | Checking addr2line v0.24.2 |
1848 | 2024-11-14T04:07:29.516Z | Checking openssl v0.10.68 |
1849 | 2024-11-14T04:07:29.750Z | Checking is_terminal_polyfill v1.70.1 |
1850 | 2024-11-14T04:07:29.886Z | Checking colorchoice v1.0.2 |
1851 | 2024-11-14T04:07:29.958Z | Checking anstyle-query v1.1.1 |
1852 | 2024-11-14T04:07:30.036Z | Checking idna v0.3.0 |
1853 | 2024-11-14T04:07:30.100Z | Checking anstream v0.6.15 |
1854 | 2024-11-14T04:07:30.489Z | Checking terminal_size v0.4.0 |
1855 | 2024-11-14T04:07:30.684Z | Checking openapiv3 v2.0.0 |
1856 | 2024-11-14T04:07:30.837Z | Checking signature v2.2.0 |
1857 | 2024-11-14T04:07:30.925Z | Checking strsim v0.11.1 |
1858 | 2024-11-14T04:07:31.041Z | Checking clap_lex v0.7.2 |
1859 | 2024-11-14T04:07:31.226Z | Checking psl-types v2.0.11 |
1860 | 2024-11-14T04:07:31.293Z | Checking clap_builder v4.5.20 |
1861 | 2024-11-14T04:07:31.431Z | Checking publicsuffix v2.2.3 |
1862 | 2024-11-14T04:07:31.698Z | Checking cookie v0.18.1 |
1863 | 2024-11-14T04:07:32.057Z | Checking webpki-roots v0.26.6 |
1864 | 2024-11-14T04:07:32.145Z | Checking idna v0.5.0 |
1865 | 2024-11-14T04:07:32.148Z | Checking hyper v1.5.0 |
1866 | 2024-11-14T04:07:32.148Z | Checking backtrace v0.3.74 |
1867 | 2024-11-14T04:07:32.288Z | Checking is-terminal v0.4.13 |
1868 | 2024-11-14T04:07:32.428Z | Checking scroll v0.12.0 |
1869 | 2024-11-14T04:07:32.737Z | Checking anyhow v1.0.93 |
1870 | 2024-11-14T04:07:32.921Z | Checking ucd-trie v0.1.7 |
1871 | 2024-11-14T04:07:33.064Z | Checking plain v0.2.3 |
1872 | 2024-11-14T04:07:33.135Z | Checking cookie_store v0.21.0 |
1873 | 2024-11-14T04:07:33.160Z | Checking pest v2.7.14 |
1874 | 2024-11-14T04:07:33.231Z | Checking goblin v0.8.2 |
1875 | 2024-11-14T04:07:33.833Z | Checking sync_wrapper v1.0.1 |
1876 | 2024-11-14T04:07:33.988Z | Checking base16ct v0.2.0 |
1877 | 2024-11-14T04:07:34.084Z | Checking tokio-rustls v0.26.0 |
1878 | 2024-11-14T04:07:34.184Z | Checking pretty-hex v0.4.1 |
1879 | 2024-11-14T04:07:34.212Z | Checking sec1 v0.7.3 |
1880 | 2024-11-14T04:07:34.321Z | Checking hyper-util v0.1.10 |
1881 | 2024-11-14T04:07:34.368Z | Checking num-integer v0.1.46 |
1882 | 2024-11-14T04:07:34.389Z | Checking clap v4.5.20 |
1883 | 2024-11-14T04:07:34.469Z | Checking ff v0.13.0 |
1884 | 2024-11-14T04:07:34.513Z | Checking thread-id v4.2.2 |
1885 | 2024-11-14T04:07:34.610Z | Checking toml_edit v0.22.22 |
1886 | 2024-11-14T04:07:34.642Z | Checking hkdf v0.12.4 |
1887 | 2024-11-14T04:07:34.694Z | Checking group v0.13.0 |
1888 | 2024-11-14T04:07:34.832Z | Checking crypto-bigint v0.5.5 |
1889 | 2024-11-14T04:07:34.859Z | Checking memmap v0.7.0 |
1890 | 2024-11-14T04:07:34.946Z | Checking dirs-sys-next v0.1.2 |
1891 | 2024-11-14T04:07:35.073Z | Checking crc32fast v1.4.2 |
1892 | 2024-11-14T04:07:35.112Z | Checking native-tls v0.2.12 |
1893 | 2024-11-14T04:07:35.149Z | Checking bitflags v1.3.2 |
1894 | 2024-11-14T04:07:35.269Z | Checking utf-8 v0.7.6 |
1895 | 2024-11-14T04:07:35.334Z | Checking static_assertions v1.1.0 |
1896 | 2024-11-14T04:07:35.450Z | Checking dirs-next v2.0.0 |
1897 | 2024-11-14T04:07:35.477Z | Checking tokio-native-tls v0.3.1 |
1898 | 2024-11-14T04:07:35.503Z | Checking crossbeam-channel v0.5.13 |
1899 | 2024-11-14T04:07:35.605Z | Checking thread_local v1.1.8 |
1900 | 2024-11-14T04:07:35.643Z | Checking dtrace-parser v0.2.0 |
1901 | 2024-11-14T04:07:35.744Z | Checking unicode-segmentation v1.12.0 |
1902 | 2024-11-14T04:07:35.911Z | Checking term v0.7.0 |
1903 | 2024-11-14T04:07:36.119Z | Checking num-iter v0.1.45 |
1904 | 2024-11-14T04:07:36.229Z | Checking crossbeam-epoch v0.9.18 |
1905 | 2024-11-14T04:07:36.264Z | Checking hyper-rustls v0.27.3 |
1906 | 2024-11-14T04:07:36.305Z | Checking hyper-tls v0.6.0 |
1907 | 2024-11-14T04:07:36.335Z | Checking take_mut v0.2.2 |
1908 | 2024-11-14T04:07:36.487Z | Checking match_cfg v0.1.0 |
1909 | 2024-11-14T04:07:36.513Z | Checking slog-async v2.8.0 |
1910 | 2024-11-14T04:07:36.592Z | Checking hostname v0.3.1 |
1911 | 2024-11-14T04:07:36.620Z | Checking slog-term v2.9.1 |
1912 | 2024-11-14T04:07:36.623Z | Checking reqwest v0.12.9 |
1913 | 2024-11-14T04:07:36.685Z | Checking bstr v1.10.0 |
1914 | 2024-11-14T04:07:36.745Z | Checking rfc6979 v0.4.0 |
1915 | 2024-11-14T04:07:36.825Z | Checking hex v0.4.3 |
1916 | 2024-11-14T04:07:36.932Z | Checking managed v0.8.0 |
1917 | 2024-11-14T04:07:37.113Z | Checking winnow v0.5.40 |
1918 | 2024-11-14T04:07:37.231Z | Checking toml v0.8.19 |
1919 | 2024-11-14T04:07:37.326Z | Checking crossbeam-deque v0.8.5 |
1920 | 2024-11-14T04:07:37.358Z | Checking num-bigint-dig v0.8.4 |
1921 | 2024-11-14T04:07:37.638Z | Checking flate2 v1.0.34 |
1922 | 2024-11-14T04:07:37.664Z | Checking rustls v0.22.4 |
1923 | 2024-11-14T04:07:37.752Z | Checking elliptic-curve v0.13.8 |
1924 | 2024-11-14T04:07:37.974Z | Checking pkcs1 v0.7.5 |
1925 | 2024-11-14T04:07:38.048Z | Checking dof v0.3.0 |
1926 | 2024-11-14T04:07:38.328Z | Checking curve25519-dalek v4.1.3 |
1927 | 2024-11-14T04:07:38.404Z | Checking zerocopy v0.6.6 |
1928 | 2024-11-14T04:07:38.406Z | Checking ecdsa v0.16.9 |
1929 | 2024-11-14T04:07:39.479Z | Checking siphasher v0.3.11 |
1930 | 2024-11-14T04:07:39.483Z | Checking usdt-impl v0.5.0 |
1931 | 2024-11-14T04:07:39.483Z | Checking rayon-core v1.12.1 |
1932 | 2024-11-14T04:07:39.483Z | Checking ed25519 v2.2.3 |
1933 | 2024-11-14T04:07:39.483Z | Checking slog-json v2.6.1 |
1934 | 2024-11-14T04:07:39.483Z | Checking usdt v0.5.0 |
1935 | 2024-11-14T04:07:39.483Z | Checking signal-hook v0.3.17 |
1936 | 2024-11-14T04:07:39.500Z | Checking debug-ignore v1.0.5 |
1937 | 2024-11-14T04:07:39.502Z | Checking quick-error v1.2.3 |
1938 | 2024-11-14T04:07:39.541Z | Checking slog-bunyan v2.5.0 |
1939 | 2024-11-14T04:07:39.591Z | Checking rsa v0.9.6 |
1940 | 2024-11-14T04:07:39.636Z | Checking multer v3.1.0 |
1941 | 2024-11-14T04:07:39.663Z | Checking itertools v0.10.5 |
1942 | 2024-11-14T04:07:39.717Z | Checking x509-cert v0.2.5 |
1943 | 2024-11-14T04:07:39.813Z | Checking idna v0.4.0 |
1944 | 2024-11-14T04:07:40.055Z | Checking serde_path_to_error v0.1.16 |
1945 | 2024-11-14T04:07:40.089Z | Checking toml_edit v0.19.15 |
1946 | 2024-11-14T04:07:40.216Z | Checking ed25519-dalek v2.1.1 |
1947 | 2024-11-14T04:07:40.635Z | Checking hubpack v0.1.2 |
1948 | 2024-11-14T04:07:40.638Z | Checking waitgroup v0.1.2 |
1949 | 2024-11-14T04:07:40.723Z | Checking bzip2-sys v0.1.11+1.0.8 |
1950 | 2024-11-14T04:07:40.768Z | Checking async-stream v0.3.6 |
1951 | 2024-11-14T04:07:40.801Z | Checking hostname v0.4.0 |
1952 | 2024-11-14T04:07:40.882Z | Checking bit-vec v0.6.3 |
1953 | 2024-11-14T04:07:40.959Z | Checking bzip2 v0.4.4 |
1954 | 2024-11-14T04:07:40.981Z | Checking hickory-proto v0.24.1 |
1955 | 2024-11-14T04:07:41.005Z | Checking signal-hook-mio v0.2.4 |
1956 | 2024-11-14T04:07:41.163Z | Checking console v0.15.8 |
1957 | 2024-11-14T04:07:41.233Z | Checking bit-set v0.5.3 |
1958 | 2024-11-14T04:07:41.260Z | Checking hash32 v0.2.1 |
1959 | 2024-11-14T04:07:41.321Z | Checking linked-hash-map v0.5.6 |
1960 | 2024-11-14T04:07:41.323Z | Checking tokio-rustls v0.25.0 |
1961 | 2024-11-14T04:07:41.510Z | Checking unicode-properties v0.1.3 |
1962 | 2024-11-14T04:07:41.601Z | Checking predicates-core v1.0.8 |
1963 | 2024-11-14T04:07:41.669Z | Checking lru-cache v0.1.2 |
1964 | 2024-11-14T04:07:41.745Z | Checking dropshot v0.12.0 |
1965 | 2024-11-14T04:07:41.774Z | Checking heapless v0.7.17 |
1966 | 2024-11-14T04:07:41.799Z | Checking crossterm v0.28.1 |
1967 | 2024-11-14T04:07:41.852Z | Checking rayon v1.10.0 |
1968 | 2024-11-14T04:07:41.877Z | Checking phf_shared v0.11.2 |
1969 | 2024-11-14T04:07:41.901Z | Checking stringprep v0.1.5 |
1970 | 2024-11-14T04:07:42.166Z | Checking similar v2.6.0 |
1971 | 2024-11-14T04:07:42.201Z | Checking tokio-stream v0.1.16 |
1972 | 2024-11-14T04:07:42.579Z | Checking toml v0.7.8 |
1973 | 2024-11-14T04:07:42.803Z | Checking md-5 v0.10.6 |
1974 | 2024-11-14T04:07:43.049Z | Checking float-cmp v0.9.0 |
1975 | 2024-11-14T04:07:43.052Z | Checking fallible-iterator v0.2.0 |
1976 | 2024-11-14T04:07:43.112Z | Checking normalize-line-endings v0.3.0 |
1977 | 2024-11-14T04:07:43.240Z | Checking fixedbitset v0.4.2 |
1978 | 2024-11-14T04:07:43.267Z | Checking difflib v0.4.0 |
1979 | 2024-11-14T04:07:43.340Z | Checking smoltcp v0.9.1 |
1980 | 2024-11-14T04:07:43.525Z | Checking petgraph v0.6.5 |
1981 | 2024-11-14T04:07:43.582Z | Checking predicates v3.1.2 |
1982 | 2024-11-14T04:07:43.668Z | Checking phf v0.11.2 |
1983 | 2024-11-14T04:07:43.698Z | Checking postgres-protocol v0.6.7 |
1984 | 2024-11-14T04:07:43.976Z | Checking zip v0.6.6 |
1985 | 2024-11-14T04:07:44.290Z | Checking resolv-conf v0.7.0 |
1986 | 2024-11-14T04:07:44.379Z | Checking phf_shared v0.10.0 |
1987 | 2024-11-14T04:07:44.656Z | Checking tungstenite v0.24.0 |
1988 | 2024-11-14T04:07:44.693Z | Checking fs-err v2.11.0 |
1989 | 2024-11-14T04:07:44.715Z | Checking serde-big-array v0.5.1 |
1990 | 2024-11-14T04:07:44.847Z | Checking portable-atomic v1.9.0 |
1991 | 2024-11-14T04:07:44.942Z | Checking new_debug_unreachable v1.0.6 |
1992 | 2024-11-14T04:07:45.047Z | Checking minimal-lexical v0.2.1 |
1993 | 2024-11-14T04:07:45.224Z | Checking lalrpop-util v0.19.12 |
1994 | 2024-11-14T04:07:45.417Z | Checking precomputed-hash v0.1.1 |
1995 | 2024-11-14T04:07:45.454Z | Checking number_prefix v0.4.0 |
1996 | 2024-11-14T04:07:45.519Z | Checking nom v7.1.3 |
1997 | 2024-11-14T04:07:45.545Z | Checking string_cache v0.8.7 |
1998 | 2024-11-14T04:07:45.627Z | Checking tokio-tungstenite v0.24.0 |
1999 | 2024-11-14T04:07:45.655Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2000 | 2024-11-14T04:07:45.657Z | Checking postgres-types v0.2.8 |
2001 | 2024-11-14T04:07:45.816Z | Checking itertools v0.12.1 |
2002 | 2024-11-14T04:07:45.873Z | Checking indicatif v0.17.8 |
2003 | 2024-11-14T04:07:45.926Z | Checking hickory-resolver v0.24.1 |
2004 | 2024-11-14T04:07:46.077Z | Checking whoami v1.5.2 |
2005 | 2024-11-14T04:07:46.419Z | Checking peg-runtime v0.8.3 |
2006 | 2024-11-14T04:07:46.647Z | Compiling hashbrown v0.14.5 |
2007 | 2024-11-14T04:07:46.740Z | Compiling unsafe-libyaml v0.2.11 |
2008 | 2024-11-14T04:07:47.570Z | Checking qorb v0.2.0 |
2009 | 2024-11-14T04:07:47.658Z | Compiling ident_case v1.0.1 |
2010 | 2024-11-14T04:07:47.863Z | Compiling darling_core v0.20.10 |
2011 | 2024-11-14T04:07:48.018Z | Compiling regress v0.10.1 |
2012 | 2024-11-14T04:07:48.273Z | Compiling serde_yaml v0.9.34+deprecated |
2013 | 2024-11-14T04:07:48.409Z | Checking heck v0.5.0 |
2014 | 2024-11-14T04:07:48.627Z | Checking progenitor-client v0.8.0 |
2015 | 2024-11-14T04:07:49.024Z | Checking fastrand v2.1.1 |
2016 | 2024-11-14T04:07:49.262Z | Compiling newtype-uuid v1.1.3 |
2017 | 2024-11-14T04:07:49.573Z | Checking ipnetwork v0.20.0 |
2018 | 2024-11-14T04:07:49.810Z | Compiling structmeta-derive v0.3.0 |
2019 | 2024-11-14T04:07:49.919Z | Checking strum v0.26.3 |
2020 | 2024-11-14T04:07:50.083Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2021 | 2024-11-14T04:07:50.695Z | Checking tokio-postgres v0.7.12 |
2022 | 2024-11-14T04:07:50.762Z | Compiling dropshot v0.13.0 |
2023 | 2024-11-14T04:07:51.090Z | Compiling dropshot_endpoint v0.13.0 |
2024 | 2024-11-14T04:07:51.144Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2025 | 2024-11-14T04:07:51.524Z | Checking tempfile v3.13.0 |
2026 | 2024-11-14T04:07:51.799Z | Compiling typify-impl v0.2.0 |
2027 | 2024-11-14T04:07:52.648Z | Checking instant v0.1.13 |
2028 | 2024-11-14T04:07:52.784Z | Checking regress v0.9.1 |
2029 | 2024-11-14T04:07:52.847Z | Compiling structmeta v0.3.0 |
2030 | 2024-11-14T04:07:52.984Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2031 | 2024-11-14T04:07:53.291Z | Compiling parse-display-derive v0.10.0 |
2032 | 2024-11-14T04:07:53.777Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2033 | 2024-11-14T04:07:54.036Z | Checking macaddr v1.0.1 |
2034 | 2024-11-14T04:07:54.103Z | Checking backoff v0.4.0 |
2035 | 2024-11-14T04:07:54.375Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2024-11-14T04:07:54.429Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2037 | 2024-11-14T04:07:54.455Z | Checking wait-timeout v0.2.0 |
2038 | 2024-11-14T04:07:54.538Z | Checking rand_xorshift v0.3.0 |
2039 | 2024-11-14T04:07:54.605Z | Compiling structmeta-derive v0.2.0 |
2040 | 2024-11-14T04:07:54.645Z | Checking rusty-fork v0.3.0 |
2041 | 2024-11-14T04:07:54.715Z | Checking unarray v0.1.4 |
2042 | 2024-11-14T04:07:54.718Z | Compiling darling_macro v0.20.10 |
2043 | 2024-11-14T04:07:54.873Z | Checking camino-tempfile v1.1.1 |
2044 | 2024-11-14T04:07:54.939Z | Checking proptest v1.5.0 |
2045 | 2024-11-14T04:07:55.170Z | Compiling proc-macro-error v1.0.4 |
2046 | 2024-11-14T04:07:55.716Z | Compiling darling v0.20.10 |
2047 | 2024-11-14T04:07:55.856Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-11-14T04:07:55.881Z | Compiling proc-macro-crate v1.3.1 |
2049 | 2024-11-14T04:07:56.225Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2050 | 2024-11-14T04:07:56.665Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2051 | 2024-11-14T04:07:56.999Z | Compiling foreign-types-macros v0.2.3 |
2052 | 2024-11-14T04:07:57.038Z | Compiling num_enum_derive v0.5.11 |
2053 | 2024-11-14T04:07:57.607Z | Compiling structmeta v0.2.0 |
2054 | 2024-11-14T04:07:58.049Z | Checking parse-display v0.10.0 |
2055 | 2024-11-14T04:07:58.076Z | Compiling test-strategy v0.3.1 |
2056 | 2024-11-14T04:07:58.310Z | Checking foreign-types-shared v0.3.1 |
2057 | 2024-11-14T04:07:58.440Z | Checking foreign-types v0.5.0 |
2058 | 2024-11-14T04:07:58.570Z | Checking tabwriter v1.4.0 |
2059 | 2024-11-14T04:07:58.673Z | Checking cstr-argument v0.1.2 |
2060 | 2024-11-14T04:07:58.812Z | Checking serde_with v3.11.0 |
2061 | 2024-11-14T04:07:58.836Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2062 | 2024-11-14T04:07:58.860Z | Checking pretty-hex v0.2.1 |
2063 | 2024-11-14T04:07:59.039Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2064 | 2024-11-14T04:07:59.364Z | Checking colored v2.1.0 |
2065 | 2024-11-14T04:07:59.607Z | Checking num_enum v0.5.11 |
2066 | 2024-11-14T04:07:59.658Z | Checking smf v0.2.3 |
2067 | 2024-11-14T04:07:59.661Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-11-14T04:07:59.708Z | Checking base64 v0.21.7 |
2069 | 2024-11-14T04:07:59.757Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2070 | 2024-11-14T04:07:59.837Z | Compiling crucible-workspace-hack v0.1.0 |
2071 | 2024-11-14T04:07:59.983Z | Checking termtree v0.4.1 |
2072 | 2024-11-14T04:08:00.040Z | Compiling heapless v0.8.0 |
2073 | 2024-11-14T04:08:00.133Z | Checking hash32 v0.3.1 |
2074 | 2024-11-14T04:08:00.195Z | Compiling smoltcp v0.11.0 |
2075 | 2024-11-14T04:08:00.220Z | Checking predicates-tree v1.0.11 |
2076 | 2024-11-14T04:08:00.272Z | Checking cobs v0.2.3 |
2077 | 2024-11-14T04:08:00.311Z | Checking sigpipe v0.1.3 |
2078 | 2024-11-14T04:08:00.385Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2079 | 2024-11-14T04:08:00.439Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-11-14T04:08:00.466Z | Checking postcard v1.0.10 |
2081 | 2024-11-14T04:08:00.612Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2082 | 2024-11-14T04:08:00.760Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2083 | 2024-11-14T04:08:01.139Z | Compiling mockall_derive v0.13.0 |
2084 | 2024-11-14T04:08:01.147Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2085 | 2024-11-14T04:08:01.147Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2086 | 2024-11-14T04:08:01.376Z | Compiling zone_cfg_derive v0.3.0 |
2087 | 2024-11-14T04:08:01.553Z | Checking atomicwrites v0.4.4 |
2088 | 2024-11-14T04:08:01.773Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2089 | 2024-11-14T04:08:02.055Z | Compiling num-derive v0.4.2 |
2090 | 2024-11-14T04:08:02.148Z | Checking fragile v2.0.0 |
2091 | 2024-11-14T04:08:02.325Z | Checking downcast v0.11.0 |
2092 | 2024-11-14T04:08:02.430Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2024-11-14T04:08:02.550Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2094 | 2024-11-14T04:08:02.764Z | Compiling convert_case v0.4.0 |
2095 | 2024-11-14T04:08:02.813Z | Checking newline-converter v0.3.0 |
2096 | 2024-11-14T04:08:02.873Z | Checking zone v0.3.0 |
2097 | 2024-11-14T04:08:02.974Z | Checking itertools v0.13.0 |
2098 | 2024-11-14T04:08:03.343Z | Checking expectorate v1.1.0 |
2099 | 2024-11-14T04:08:03.515Z | Checking tungstenite v0.21.0 |
2100 | 2024-11-14T04:08:03.662Z | Checking same-file v1.0.6 |
2101 | 2024-11-14T04:08:03.808Z | Compiling derive_more v0.99.18 |
2102 | 2024-11-14T04:08:03.841Z | Checking walkdir v2.5.0 |
2103 | 2024-11-14T04:08:04.137Z | Checking arc-swap v1.7.1 |
2104 | 2024-11-14T04:08:04.500Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2105 | 2024-11-14T04:08:04.524Z | Checking tokio-tungstenite v0.21.0 |
2106 | 2024-11-14T04:08:04.571Z | Checking slog-scope v4.4.0 |
2107 | 2024-11-14T04:08:04.784Z | Checking slog-stdlog v4.1.1 |
2108 | 2024-11-14T04:08:04.933Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2109 | 2024-11-14T04:08:04.974Z | Checking slog-envlogger v2.2.0 |
2110 | 2024-11-14T04:08:04.998Z | Checking xattr v1.3.1 |
2111 | 2024-11-14T04:08:05.047Z | Checking filetime v0.2.25 |
2112 | 2024-11-14T04:08:05.195Z | Checking swrite v0.1.0 |
2113 | 2024-11-14T04:08:05.219Z | Compiling owo-colors v4.1.0 |
2114 | 2024-11-14T04:08:05.263Z | Checking tar v0.4.43 |
2115 | 2024-11-14T04:08:05.325Z | Compiling cancel-safe-futures v0.1.5 |
2116 | 2024-11-14T04:08:05.548Z | Checking num-rational v0.4.2 |
2117 | 2024-11-14T04:08:05.623Z | Checking num-complex v0.4.6 |
2118 | 2024-11-14T04:08:06.171Z | Checking libsw v3.3.1 |
2119 | 2024-11-14T04:08:06.214Z | Checking password-hash v0.5.0 |
2120 | 2024-11-14T04:08:06.294Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2121 | 2024-11-14T04:08:06.454Z | Checking blake2 v0.10.6 |
2122 | 2024-11-14T04:08:06.630Z | Checking num v0.4.3 |
2123 | 2024-11-14T04:08:06.740Z | Checking linear-map v1.2.0 |
2124 | 2024-11-14T04:08:06.762Z | Checking float-ord v0.3.2 |
2125 | 2024-11-14T04:08:06.909Z | Checking indent_write v2.2.0 |
2126 | 2024-11-14T04:08:06.912Z | Checking argon2 v0.5.3 |
2127 | 2024-11-14T04:08:07.073Z | Checking pem v3.0.4 |
2128 | 2024-11-14T04:08:07.130Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-11-14T04:08:07.510Z | Compiling lzma-sys v0.1.20 |
2130 | 2024-11-14T04:08:07.634Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2131 | 2024-11-14T04:08:07.869Z | Checking headers-core v0.3.0 |
2132 | 2024-11-14T04:08:08.004Z | Compiling heck v0.3.3 |
2133 | 2024-11-14T04:08:08.026Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2134 | 2024-11-14T04:08:08.106Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2135 | 2024-11-14T04:08:08.131Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2136 | 2024-11-14T04:08:08.371Z | Checking headers v0.4.0 |
2137 | 2024-11-14T04:08:08.405Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2138 | 2024-11-14T04:08:08.408Z | Compiling zone_cfg_derive v0.1.2 |
2139 | 2024-11-14T04:08:08.511Z | Checking yasna v0.5.2 |
2140 | 2024-11-14T04:08:08.702Z | Checking base64 v0.13.1 |
2141 | 2024-11-14T04:08:09.113Z | Checking ron v0.7.1 |
2142 | 2024-11-14T04:08:09.390Z | Checking rcgen v0.12.1 |
2143 | 2024-11-14T04:08:09.525Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2144 | 2024-11-14T04:08:09.653Z | Checking mockall v0.13.0 |
2145 | 2024-11-14T04:08:09.909Z | Checking xz2 v0.1.7 |
2146 | 2024-11-14T04:08:09.985Z | Checking zone v0.1.8 |
2147 | 2024-11-14T04:08:10.067Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2148 | 2024-11-14T04:08:10.216Z | Checking subprocess v0.2.9 |
2149 | 2024-11-14T04:08:10.297Z | Checking humantime v2.1.0 |
2150 | 2024-11-14T04:08:10.350Z | Compiling typify-macro v0.2.0 |
2151 | 2024-11-14T04:08:10.606Z | Checking highway v1.2.0 |
2152 | 2024-11-14T04:08:10.676Z | Compiling semver v0.1.20 |
2153 | 2024-11-14T04:08:10.785Z | Checking half v2.4.1 |
2154 | 2024-11-14T04:08:11.044Z | Compiling rustc_version v0.1.7 |
2155 | 2024-11-14T04:08:11.252Z | Checking ciborium-io v0.2.2 |
2156 | 2024-11-14T04:08:11.346Z | Checking prettyplease v0.2.25 |
2157 | 2024-11-14T04:08:11.424Z | Checking ciborium-ll v0.2.2 |
2158 | 2024-11-14T04:08:11.512Z | Compiling newtype_derive v0.1.6 |
2159 | 2024-11-14T04:08:11.735Z | Checking ciborium v0.2.2 |
2160 | 2024-11-14T04:08:12.043Z | Checking steno v0.4.1 |
2161 | 2024-11-14T04:08:13.685Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2162 | 2024-11-14T04:08:14.396Z | Compiling slog-dtrace v0.3.0 |
2163 | 2024-11-14T04:08:14.543Z | Checking display-error-chain v0.2.2 |
2164 | 2024-11-14T04:08:14.728Z | Compiling typify v0.2.0 |
2165 | 2024-11-14T04:08:14.883Z | Compiling progenitor-impl v0.8.0 |
2166 | 2024-11-14T04:08:14.886Z | Compiling blake3 v1.5.4 |
2167 | 2024-11-14T04:08:14.954Z | Compiling ring v0.16.20 |
2168 | 2024-11-14T04:08:15.185Z | Checking keccak v0.1.5 |
2169 | 2024-11-14T04:08:15.532Z | Checking sha3 v0.10.8 |
2170 | 2024-11-14T04:08:15.960Z | Checking gethostname v0.5.0 |
2171 | 2024-11-14T04:08:16.095Z | Checking universal-hash v0.5.1 |
2172 | 2024-11-14T04:08:16.236Z | Checking secrecy v0.8.0 |
2173 | 2024-11-14T04:08:16.280Z | Checking opaque-debug v0.3.1 |
2174 | 2024-11-14T04:08:16.386Z | Checking nibble_vec v0.1.0 |
2175 | 2024-11-14T04:08:16.434Z | Checking endian-type v0.1.2 |
2176 | 2024-11-14T04:08:16.498Z | Checking aead v0.5.2 |
2177 | 2024-11-14T04:08:16.607Z | Checking poly1305 v0.8.0 |
2178 | 2024-11-14T04:08:16.666Z | Checking radix_trie v0.2.1 |
2179 | 2024-11-14T04:08:16.741Z | Checking chacha20 v0.9.1 |
2180 | 2024-11-14T04:08:17.121Z | Compiling memmap2 v0.9.5 |
2181 | 2024-11-14T04:08:17.212Z | Compiling spin v0.5.2 |
2182 | 2024-11-14T04:08:17.460Z | Compiling constant_time_eq v0.3.1 |
2183 | 2024-11-14T04:08:17.631Z | Compiling arrayvec v0.7.6 |
2184 | 2024-11-14T04:08:17.658Z | Compiling arrayref v0.3.9 |
2185 | 2024-11-14T04:08:17.860Z | Compiling toolchain_find v0.4.0 |
2186 | 2024-11-14T04:08:17.939Z | Compiling thiserror-impl-no-std v2.0.2 |
2187 | 2024-11-14T04:08:17.979Z | Compiling topological-sort v0.2.2 |
2188 | 2024-11-14T04:08:18.216Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2189 | 2024-11-14T04:08:18.242Z | Compiling rustfmt-wrapper v0.2.1 |
2190 | 2024-11-14T04:08:18.556Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2191 | 2024-11-14T04:08:18.793Z | Checking chacha20poly1305 v0.10.1 |
2192 | 2024-11-14T04:08:18.854Z | Checking fxhash v0.2.1 |
2193 | 2024-11-14T04:08:18.910Z | Compiling async-recursion v1.1.1 |
2194 | 2024-11-14T04:08:19.008Z | Checking termcolor v1.4.1 |
2195 | 2024-11-14T04:08:19.042Z | Compiling radium v0.7.0 |
2196 | 2024-11-14T04:08:19.311Z | Checking maplit v1.0.2 |
2197 | 2024-11-14T04:08:19.427Z | Checking tap v1.0.1 |
2198 | 2024-11-14T04:08:19.462Z | Compiling maybe-uninit v2.0.0 |
2199 | 2024-11-14T04:08:19.594Z | Checking wyz v0.5.1 |
2200 | 2024-11-14T04:08:19.958Z | Checking funty v2.0.0 |
2201 | 2024-11-14T04:08:20.005Z | Checking crc-catalog v2.4.0 |
2202 | 2024-11-14T04:08:20.113Z | Compiling packed_struct v0.10.1 |
2203 | 2024-11-14T04:08:20.170Z | Checking crc v3.2.1 |
2204 | 2024-11-14T04:08:20.629Z | Checking kstat-rs v0.2.4 |
2205 | 2024-11-14T04:08:20.668Z | Compiling packed_struct_codegen v0.10.1 |
2206 | 2024-11-14T04:08:20.724Z | Compiling indexmap v1.9.3 |
2207 | 2024-11-14T04:08:20.945Z | Compiling omicron-zone-package v0.11.1 |
2208 | 2024-11-14T04:08:20.989Z | Checking bitvec v1.0.1 |
2209 | 2024-11-14T04:08:21.039Z | Checking nodrop v0.1.14 |
2210 | 2024-11-14T04:08:21.177Z | Compiling libefi-sys v0.1.0 |
2211 | 2024-11-14T04:08:21.220Z | Checking thiserror-no-std v2.0.2 |
2212 | 2024-11-14T04:08:21.350Z | Checking vsss-rs v3.3.4 |
2213 | 2024-11-14T04:08:21.532Z | Checking array-init v0.0.4 |
2214 | 2024-11-14T04:08:22.153Z | Checking smallvec v0.6.14 |
2215 | 2024-11-14T04:08:22.536Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2216 | 2024-11-14T04:08:22.583Z | Compiling bitfield-struct v0.6.2 |
2217 | 2024-11-14T04:08:22.587Z | Checking hashbrown v0.12.3 |
2218 | 2024-11-14T04:08:22.940Z | Checking bitfield v0.14.0 |
2219 | 2024-11-14T04:08:23.222Z | Compiling progenitor-macro v0.8.0 |
2220 | 2024-11-14T04:08:23.395Z | Checking serde-hex v0.1.0 |
2221 | 2024-11-14T04:08:24.009Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2222 | 2024-11-14T04:08:24.030Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2223 | 2024-11-14T04:08:24.273Z | Checking env_logger v0.10.2 |
2224 | 2024-11-14T04:08:24.316Z | Checking ron v0.8.1 |
2225 | 2024-11-14T04:08:24.607Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2226 | 2024-11-14T04:08:24.632Z | Checking hashbrown v0.13.2 |
2227 | 2024-11-14T04:08:24.696Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2228 | 2024-11-14T04:08:24.837Z | Checking crc-any v2.5.0 |
2229 | 2024-11-14T04:08:25.188Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2230 | 2024-11-14T04:08:25.211Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2231 | 2024-11-14T04:08:25.468Z | Compiling parking_lot_core v0.8.6 |
2232 | 2024-11-14T04:08:25.583Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-11-14T04:08:25.696Z | Checking path-slash v0.1.5 |
2234 | 2024-11-14T04:08:25.745Z | Checking object v0.30.4 |
2235 | 2024-11-14T04:08:25.847Z | Checking home v0.5.9 |
2236 | 2024-11-14T04:08:25.875Z | Compiling const_format_proc_macros v0.2.33 |
2237 | 2024-11-14T04:08:26.011Z | Compiling vte_generate_state_changes v0.1.2 |
2238 | 2024-11-14T04:08:26.299Z | Checking glob v0.3.1 |
2239 | 2024-11-14T04:08:26.654Z | Checking parking_lot v0.11.2 |
2240 | 2024-11-14T04:08:26.678Z | Checking vte v0.11.1 |
2241 | 2024-11-14T04:08:27.045Z | Checking fd-lock v4.0.2 |
2242 | 2024-11-14T04:08:27.257Z | Checking sled v0.34.7 |
2243 | 2024-11-14T04:08:27.451Z | Checking hickory-client v0.24.1 |
2244 | 2024-11-14T04:08:27.475Z | Checking hickory-server v0.24.1 |
2245 | 2024-11-14T04:08:27.786Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2246 | 2024-11-14T04:08:28.042Z | Checking const_format v0.2.33 |
2247 | 2024-11-14T04:08:28.110Z | Checking strip-ansi-escapes v0.2.0 |
2248 | 2024-11-14T04:08:28.133Z | Checking nu-ansi-term v0.50.1 |
2249 | 2024-11-14T04:08:28.280Z | Compiling buf-list v1.0.3 |
2250 | 2024-11-14T04:08:28.542Z | Compiling phf_generator v0.11.2 |
2251 | 2024-11-14T04:08:28.567Z | Checking reedline v0.35.0 |
2252 | 2024-11-14T04:08:28.744Z | Checking bytecount v0.6.8 |
2253 | 2024-11-14T04:08:28.919Z | Checking papergrid v0.11.0 |
2254 | 2024-11-14T04:08:29.367Z | Compiling phf_codegen v0.11.2 |
2255 | 2024-11-14T04:08:29.586Z | Compiling tabled_derive v0.7.0 |
2256 | 2024-11-14T04:08:30.068Z | Checking primeorder v0.13.6 |
2257 | 2024-11-14T04:08:30.344Z | Compiling parse-zoneinfo v0.3.1 |
2258 | 2024-11-14T04:08:30.430Z | Compiling unicase v2.7.0 |
2259 | 2024-11-14T04:08:30.584Z | Compiling cfg_aliases v0.1.1 |
2260 | 2024-11-14T04:08:30.710Z | Compiling nix v0.28.0 |
2261 | 2024-11-14T04:08:30.951Z | Checking nanorand v0.7.0 |
2262 | 2024-11-14T04:08:31.340Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2024-11-14T04:08:31.389Z | Checking flume v0.11.1 |
2264 | 2024-11-14T04:08:31.568Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2265 | 2024-11-14T04:08:31.926Z | Checking atty v0.2.14 |
2266 | 2024-11-14T04:08:31.928Z | Compiling salty v0.3.0 |
2267 | 2024-11-14T04:08:32.232Z | Checking tabled v0.15.0 |
2268 | 2024-11-14T04:08:32.436Z | Checking p384 v0.13.0 |
2269 | 2024-11-14T04:08:32.646Z | Compiling peg-macros v0.8.4 |
2270 | 2024-11-14T04:08:32.823Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2271 | 2024-11-14T04:08:32.852Z | Compiling chrono-tz v0.10.0 |
2272 | 2024-11-14T04:08:33.616Z | Compiling sqlparser_derive v0.2.2 |
2273 | 2024-11-14T04:08:33.995Z | Checking unicode_categories v0.1.1 |
2274 | 2024-11-14T04:08:34.299Z | Checking sqlformat v0.2.6 |
2275 | 2024-11-14T04:08:34.622Z | Checking rustyline v14.0.0 |
2276 | 2024-11-14T04:08:34.750Z | Checking sqlparser v0.45.0 |
2277 | 2024-11-14T04:08:35.376Z | Compiling mime_guess v2.0.5 |
2278 | 2024-11-14T04:08:36.482Z | Checking peg v0.8.4 |
2279 | 2024-11-14T04:08:36.599Z | Checking bcs v0.1.6 |
2280 | 2024-11-14T04:08:36.676Z | Checking env_filter v0.1.2 |
2281 | 2024-11-14T04:08:36.843Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2282 | 2024-11-14T04:08:36.909Z | Checking env_logger v0.11.5 |
2283 | 2024-11-14T04:08:37.237Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2284 | 2024-11-14T04:08:37.404Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2285 | 2024-11-14T04:08:37.438Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2286 | 2024-11-14T04:08:37.738Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2287 | 2024-11-14T04:08:37.763Z | Compiling dsl_auto_type v0.1.2 |
2288 | 2024-11-14T04:08:38.310Z | Checking scheduled-thread-pool v0.2.7 |
2289 | 2024-11-14T04:08:38.363Z | Compiling diesel_table_macro_syntax v0.2.0 |
2290 | 2024-11-14T04:08:38.553Z | Checking http-range v0.1.5 |
2291 | 2024-11-14T04:08:38.731Z | Compiling crunchy v0.2.2 |
2292 | 2024-11-14T04:08:38.794Z | Checking hyper-staticfile v0.10.1 |
2293 | 2024-11-14T04:08:38.847Z | Checking progenitor v0.8.0 |
2294 | 2024-11-14T04:08:38.987Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2295 | 2024-11-14T04:08:39.114Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2296 | 2024-11-14T04:08:39.159Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2297 | 2024-11-14T04:08:39.242Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2024-11-14T04:08:39.434Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2299 | 2024-11-14T04:08:41.222Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2300 | 2024-11-14T04:08:43.818Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2301 | 2024-11-14T04:08:43.986Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2302 | 2024-11-14T04:08:44.087Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2303 | 2024-11-14T04:08:45.692Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2304 | 2024-11-14T04:08:45.880Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2305 | 2024-11-14T04:08:46.062Z | Compiling diesel_derives v2.2.3 |
2306 | 2024-11-14T04:08:46.305Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2307 | 2024-11-14T04:08:46.935Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2308 | 2024-11-14T04:08:46.975Z | Checking r2d2 v0.8.10 |
2309 | 2024-11-14T04:08:47.278Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2310 | 2024-11-14T04:08:47.577Z | Compiling tiny-keccak v2.0.2 |
2311 | 2024-11-14T04:08:47.992Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2312 | 2024-11-14T04:08:48.051Z | Compiling pin-project-internal v1.1.6 |
2313 | 2024-11-14T04:08:48.282Z | Compiling ref-cast v1.0.23 |
2314 | 2024-11-14T04:08:49.707Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2315 | 2024-11-14T04:08:50.030Z | Compiling ascii-canvas v3.0.0 |
2316 | 2024-11-14T04:08:50.118Z | Compiling ena v0.14.3 |
2317 | 2024-11-14T04:08:50.527Z | Compiling ref-cast-impl v1.0.23 |
2318 | 2024-11-14T04:08:50.568Z | Compiling regex-syntax v0.6.29 |
2319 | 2024-11-14T04:08:50.644Z | Compiling diff v0.1.13 |
2320 | 2024-11-14T04:08:51.264Z | Checking pin-project v1.1.6 |
2321 | 2024-11-14T04:08:51.329Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2322 | 2024-11-14T04:08:51.464Z | Checking signal-hook-tokio v0.3.1 |
2323 | 2024-11-14T04:08:51.673Z | Compiling snafu-derive v0.8.5 |
2324 | 2024-11-14T04:08:51.926Z | Checking simd-adler32 v0.3.7 |
2325 | 2024-11-14T04:08:52.298Z | Checking lockfree-object-pool v0.1.6 |
2326 | 2024-11-14T04:08:52.563Z | Checking bumpalo v3.16.0 |
2327 | 2024-11-14T04:08:52.912Z | Compiling zip v2.1.3 |
2328 | 2024-11-14T04:08:53.272Z | Checking zopfli v0.8.1 |
2329 | 2024-11-14T04:08:53.973Z | Compiling lalrpop v0.19.12 |
2330 | 2024-11-14T04:08:55.619Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2331 | 2024-11-14T04:08:55.923Z | Compiling derive_builder_core v0.20.2 |
2332 | 2024-11-14T04:08:56.572Z | Checking globset v0.4.15 |
2333 | 2024-11-14T04:08:57.117Z | Checking olpc-cjson v0.1.4 |
2334 | 2024-11-14T04:08:57.361Z | Checking serde_plain v1.0.2 |
2335 | 2024-11-14T04:08:57.418Z | Checking snafu v0.8.5 |
2336 | 2024-11-14T04:08:57.626Z | Compiling libxml v0.3.3 |
2337 | 2024-11-14T04:08:57.927Z | Compiling memoffset v0.9.1 |
2338 | 2024-11-14T04:08:58.002Z | Checking typed-path v0.9.3 |
2339 | 2024-11-14T04:08:58.418Z | Compiling derive_builder_macro v0.20.2 |
2340 | 2024-11-14T04:08:58.619Z | Checking diesel v2.2.4 |
2341 | 2024-11-14T04:08:59.285Z | Checking tungstenite v0.23.0 |
2342 | 2024-11-14T04:08:59.628Z | Compiling strum_macros v0.24.3 |
2343 | 2024-11-14T04:09:00.044Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2344 | 2024-11-14T04:09:00.248Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2345 | 2024-11-14T04:09:03.376Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2024-11-14T04:09:03.697Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2347 | 2024-11-14T04:09:04.811Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2348 | 2024-11-14T04:09:05.423Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2349 | 2024-11-14T04:09:06.995Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2350 | 2024-11-14T04:09:07.427Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2351 | 2024-11-14T04:09:07.542Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2352 | 2024-11-14T04:09:08.005Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2353 | 2024-11-14T04:09:08.343Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2354 | 2024-11-14T04:09:08.471Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2355 | 2024-11-14T04:09:08.920Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2024-11-14T04:09:09.162Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2357 | 2024-11-14T04:09:09.215Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2024-11-14T04:09:09.867Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2359 | 2024-11-14T04:09:10.509Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2360 | 2024-11-14T04:09:10.604Z | Checking tough v0.19.0 |
2361 | 2024-11-14T04:09:10.993Z | Compiling samael v0.0.17 |
2362 | 2024-11-14T04:09:11.908Z | Compiling indoc v1.0.9 |
2363 | 2024-11-14T04:09:12.929Z | Checking parse-size v1.1.0 |
2364 | 2024-11-14T04:09:13.830Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2365 | 2024-11-14T04:09:15.239Z | Checking tokio-tungstenite v0.23.1 |
2366 | 2024-11-14T04:09:15.507Z | Checking derive_builder v0.20.2 |
2367 | 2024-11-14T04:09:15.760Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2368 | 2024-11-14T04:09:15.796Z | Checking quick-xml v0.33.0 |
2369 | 2024-11-14T04:09:16.073Z | Compiling impl-trait-for-tuples v0.2.2 |
2370 | 2024-11-14T04:09:16.745Z | Compiling oso-derive v0.27.3 |
2371 | 2024-11-14T04:09:17.431Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2372 | 2024-11-14T04:09:17.769Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2373 | 2024-11-14T04:09:17.824Z | Checking nix v0.27.1 |
2374 | 2024-11-14T04:09:17.846Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2375 | 2024-11-14T04:09:18.090Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2024-11-14T04:09:19.035Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2377 | 2024-11-14T04:09:20.418Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2378 | 2024-11-14T04:09:21.556Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2379 | 2024-11-14T04:09:22.014Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2380 | 2024-11-14T04:09:22.732Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2381 | 2024-11-14T04:09:22.943Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2382 | 2024-11-14T04:09:23.462Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2383 | 2024-11-14T04:09:24.274Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2384 | 2024-11-14T04:09:24.537Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2385 | 2024-11-14T04:09:25.420Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-11-14T04:09:26.308Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2387 | 2024-11-14T04:09:28.247Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2388 | 2024-11-14T04:09:28.843Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2389 | 2024-11-14T04:09:29.563Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2390 | 2024-11-14T04:09:29.738Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2391 | 2024-11-14T04:09:29.816Z | Compiling diesel-dtrace v0.3.0 |
2392 | 2024-11-14T04:09:30.218Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2393 | 2024-11-14T04:09:31.454Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2394 | 2024-11-14T04:09:31.770Z | Checking bb8 v0.8.5 |
2395 | 2024-11-14T04:09:32.313Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2396 | 2024-11-14T04:09:32.375Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2397 | 2024-11-14T04:09:33.167Z | Checking heck v0.4.1 |
2398 | 2024-11-14T04:09:33.413Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2399 | 2024-11-14T04:09:33.576Z | Checking rand_seeder v0.3.0 |
2400 | 2024-11-14T04:09:33.610Z | Checking assert_matches v1.5.0 |
2401 | 2024-11-14T04:09:33.717Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2402 | 2024-11-14T04:09:33.834Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2403 | 2024-11-14T04:09:33.856Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2404 | 2024-11-14T04:09:34.109Z | Compiling libz-sys v1.1.20 |
2405 | 2024-11-14T04:09:34.979Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2406 | 2024-11-14T04:09:35.062Z | Checking is_ci v1.2.0 |
2407 | 2024-11-14T04:09:35.096Z | Checking async-bb8-diesel v0.2.1 |
2408 | 2024-11-14T04:09:35.619Z | Checking supports-color v3.0.1 |
2409 | 2024-11-14T04:09:35.799Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2410 | 2024-11-14T04:09:35.844Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2411 | 2024-11-14T04:09:36.002Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2412 | 2024-11-14T04:09:36.025Z | Compiling vergen v8.3.2 |
2413 | 2024-11-14T04:09:36.249Z | Compiling cargo-platform v0.1.8 |
2414 | 2024-11-14T04:09:36.303Z | Checking unicode-linebreak v0.1.5 |
2415 | 2024-11-14T04:09:36.766Z | Checking smawk v0.3.2 |
2416 | 2024-11-14T04:09:36.880Z | Compiling cargo_metadata v0.18.1 |
2417 | 2024-11-14T04:09:36.986Z | Checking textwrap v0.16.1 |
2418 | 2024-11-14T04:09:37.425Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2419 | 2024-11-14T04:09:37.712Z | Checking castaway v0.2.3 |
2420 | 2024-11-14T04:09:37.893Z | Compiling libsqlite3-sys v0.30.1 |
2421 | 2024-11-14T04:09:37.895Z | Compiling cfg_aliases v0.2.1 |
2422 | 2024-11-14T04:09:38.039Z | Compiling rustls v0.21.12 |
2423 | 2024-11-14T04:09:38.303Z | Compiling nix v0.29.0 |
2424 | 2024-11-14T04:09:38.430Z | Checking compact_str v0.8.0 |
2425 | 2024-11-14T04:09:38.499Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2426 | 2024-11-14T04:09:38.776Z | Checking unicode-truncate v1.1.0 |
2427 | 2024-11-14T04:09:38.971Z | Checking rustls-webpki v0.101.7 |
2428 | 2024-11-14T04:09:39.197Z | Checking sct v0.7.1 |
2429 | 2024-11-14T04:09:39.328Z | Checking lru v0.12.5 |
2430 | 2024-11-14T04:09:39.413Z | Compiling instability v0.3.2 |
2431 | 2024-11-14T04:09:39.626Z | Checking cassowary v0.3.0 |
2432 | 2024-11-14T04:09:40.040Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2433 | 2024-11-14T04:09:40.339Z | Checking hashlink v0.9.1 |
2434 | 2024-11-14T04:09:40.400Z | Checking concurrent-queue v2.5.0 |
2435 | 2024-11-14T04:09:40.430Z | Checking plotters-backend v0.3.7 |
2436 | 2024-11-14T04:09:40.486Z | Checking ratatui v0.28.1 |
2437 | 2024-11-14T04:09:40.748Z | Checking fallible-iterator v0.3.0 |
2438 | 2024-11-14T04:09:40.801Z | Checking parking v2.2.1 |
2439 | 2024-11-14T04:09:40.917Z | Checking fallible-streaming-iterator v0.1.9 |
2440 | 2024-11-14T04:09:40.993Z | Checking plotters-svg v0.3.7 |
2441 | 2024-11-14T04:09:41.239Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2442 | 2024-11-14T04:09:41.362Z | Checking rusqlite v0.32.1 |
2443 | 2024-11-14T04:09:41.728Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2444 | 2024-11-14T04:09:42.039Z | Checking rustls-pemfile v1.0.4 |
2445 | 2024-11-14T04:09:42.274Z | Checking twox-hash v1.6.3 |
2446 | 2024-11-14T04:09:42.555Z | Checking cast v0.3.0 |
2447 | 2024-11-14T04:09:42.802Z | Checking plotters v0.3.7 |
2448 | 2024-11-14T04:09:42.890Z | Checking criterion-plot v0.5.0 |
2449 | 2024-11-14T04:09:43.028Z | Checking tokio-rustls v0.24.1 |
2450 | 2024-11-14T04:09:43.051Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2451 | 2024-11-14T04:09:43.374Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2452 | 2024-11-14T04:09:43.395Z | Checking fatfs v0.3.6 |
2453 | 2024-11-14T04:09:43.564Z | Checking tinytemplate v1.2.1 |
2454 | 2024-11-14T04:09:43.979Z | Checking csv-core v0.1.11 |
2455 | 2024-11-14T04:09:44.314Z | Checking hex-literal v0.4.1 |
2456 | 2024-11-14T04:09:44.462Z | Checking oorandom v11.1.4 |
2457 | 2024-11-14T04:09:44.485Z | Checking anes v0.1.6 |
2458 | 2024-11-14T04:09:44.598Z | Checking shell-words v1.1.0 |
2459 | 2024-11-14T04:09:44.652Z | Checking csv v1.3.0 |
2460 | 2024-11-14T04:09:44.789Z | Checking event-listener v5.3.1 |
2461 | 2024-11-14T04:09:44.827Z | Checking criterion v0.5.1 |
2462 | 2024-11-14T04:09:45.180Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2463 | 2024-11-14T04:09:45.206Z | Checking rtoolbox v0.0.2 |
2464 | 2024-11-14T04:09:45.412Z | Checking rpassword v7.3.1 |
2465 | 2024-11-14T04:09:45.502Z | Checking event-listener-strategy v0.5.2 |
2466 | 2024-11-14T04:09:45.573Z | Checking tui-tree-widget v0.22.0 |
2467 | 2024-11-14T04:09:45.714Z | Checking polyval v0.6.2 |
2468 | 2024-11-14T04:09:45.923Z | Checking futures-lite v2.3.0 |
2469 | 2024-11-14T04:09:45.986Z | Checking ghash v0.5.1 |
2470 | 2024-11-14T04:09:46.178Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2471 | 2024-11-14T04:09:47.134Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2472 | 2024-11-14T04:09:47.436Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2473 | 2024-11-14T04:09:47.642Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2474 | 2024-11-14T04:09:48.373Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-11-14T04:09:48.664Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2476 | 2024-11-14T04:09:50.180Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2477 | 2024-11-14T04:09:51.132Z | Checking ctr v0.9.2 |
2478 | 2024-11-14T04:09:51.935Z | Checking yansi v1.0.1 |
2479 | 2024-11-14T04:09:52.631Z | Checking pretty_assertions v1.4.1 |
2480 | 2024-11-14T04:09:52.801Z | Checking aes-gcm v0.10.3 |
2481 | 2024-11-14T04:09:52.844Z | Checking ssh-encoding v0.2.0 |
2482 | 2024-11-14T04:09:53.024Z | Checking blowfish v0.9.1 |
2483 | 2024-11-14T04:09:53.122Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2484 | 2024-11-14T04:09:53.198Z | Checking ssh-cipher v0.2.0 |
2485 | 2024-11-14T04:09:53.292Z | Checking bcrypt-pbkdf v0.10.0 |
2486 | 2024-11-14T04:09:53.518Z | Checking async-lock v3.4.0 |
2487 | 2024-11-14T04:09:53.592Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2488 | 2024-11-14T04:09:54.079Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2489 | 2024-11-14T04:09:54.314Z | Checking polling v3.7.3 |
2490 | 2024-11-14T04:09:54.733Z | Checking password-hash v0.4.2 |
2491 | 2024-11-14T04:09:55.187Z | Checking matches v0.1.10 |
2492 | 2024-11-14T04:09:55.294Z | Checking idna v0.2.3 |
2493 | 2024-11-14T04:09:55.516Z | Checking pbkdf2 v0.11.0 |
2494 | 2024-11-14T04:09:55.797Z | Checking async-io v2.3.4 |
2495 | 2024-11-14T04:09:56.192Z | Checking ssh-key v0.6.6 |
2496 | 2024-11-14T04:09:56.619Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2497 | 2024-11-14T04:09:57.334Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2498 | 2024-11-14T04:09:57.975Z | Checking p521 v0.13.3 |
2499 | 2024-11-14T04:09:58.249Z | Checking p256 v0.13.2 |
2500 | 2024-11-14T04:09:58.769Z | Compiling enum-as-inner v0.5.1 |
2501 | 2024-11-14T04:09:59.368Z | Checking russh-cryptovec v0.7.3 |
2502 | 2024-11-14T04:09:59.586Z | Compiling target-lexicon v0.12.16 |
2503 | 2024-11-14T04:09:59.725Z | Checking md5 v0.7.0 |
2504 | 2024-11-14T04:10:00.046Z | Checking async-task v4.7.1 |
2505 | 2024-11-14T04:10:00.442Z | Compiling doc-comment v0.3.3 |
2506 | 2024-11-14T04:10:00.564Z | Checking russh-keys v0.45.0 |
2507 | 2024-11-14T04:10:00.622Z | Checking trust-dns-proto v0.22.0 |
2508 | 2024-11-14T04:10:00.774Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2024-11-14T04:10:01.027Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-11-14T04:10:02.146Z | Checking async-channel v2.3.1 |
2511 | 2024-11-14T04:10:02.180Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-11-14T04:10:02.502Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-11-14T04:10:03.944Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2514 | 2024-11-14T04:10:04.458Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2515 | 2024-11-14T04:10:05.287Z | Checking piper v0.2.4 |
2516 | 2024-11-14T04:10:05.535Z | Checking num-bigint v0.4.6 |
2517 | 2024-11-14T04:10:05.810Z | Checking des v0.8.1 |
2518 | 2024-11-14T04:10:06.109Z | Checking futures-timer v3.0.3 |
2519 | 2024-11-14T04:10:06.400Z | Compiling assert_cmd v2.0.16 |
2520 | 2024-11-14T04:10:06.856Z | Compiling guppy-workspace-hack v0.1.0 |
2521 | 2024-11-14T04:10:07.145Z | Compiling dhcproto-macros v0.1.0 |
2522 | 2024-11-14T04:10:07.398Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2523 | 2024-11-14T04:10:08.079Z | Checking dhcproto v0.12.0 |
2524 | 2024-11-14T04:10:08.139Z | Checking russh v0.45.0 |
2525 | 2024-11-14T04:10:08.537Z | Checking blocking v1.6.1 |
2526 | 2024-11-14T04:10:09.511Z | Checking async-executor v1.13.1 |
2527 | 2024-11-14T04:10:09.680Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2528 | 2024-11-14T04:10:09.855Z | Checking async-signal v0.2.10 |
2529 | 2024-11-14T04:10:10.163Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2530 | 2024-11-14T04:10:10.592Z | Compiling target-spec v3.2.2 |
2531 | 2024-11-14T04:10:10.872Z | Checking internet-checksum v0.2.1 |
2532 | 2024-11-14T04:10:11.074Z | Checking event-listener v2.5.3 |
2533 | 2024-11-14T04:10:11.277Z | Checking async-channel v1.9.0 |
2534 | 2024-11-14T04:10:12.194Z | Checking async-process v2.3.0 |
2535 | 2024-11-14T04:10:12.416Z | Checking async-global-executor v2.4.1 |
2536 | 2024-11-14T04:10:12.612Z | Checking cfg-expr v0.17.0 |
2537 | 2024-11-14T04:10:13.093Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2538 | 2024-11-14T04:10:13.211Z | Checking httptest v0.16.1 |
2539 | 2024-11-14T04:10:13.455Z | Checking rustls-native-certs v0.7.3 |
2540 | 2024-11-14T04:10:13.658Z | Compiling petname v2.0.2 |
2541 | 2024-11-14T04:10:13.944Z | Checking num_cpus v1.16.0 |
2542 | 2024-11-14T04:10:14.093Z | Checking kv-log-macro v1.0.7 |
2543 | 2024-11-14T04:10:14.237Z | Compiling async-attributes v1.1.2 |
2544 | 2024-11-14T04:10:15.091Z | Checking async-std v1.13.0 |
2545 | 2024-11-14T04:10:17.326Z | Checking threadpool v1.8.1 |
2546 | 2024-11-14T04:10:17.565Z | Checking hyper-rustls v0.26.0 |
2547 | 2024-11-14T04:10:17.946Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2548 | 2024-11-14T04:10:18.025Z | Checking pathdiff v0.2.2 |
2549 | 2024-11-14T04:10:18.196Z | Compiling rstest_macros v0.23.0 |
2550 | 2024-11-14T04:10:18.430Z | Checking nested v0.1.1 |
2551 | 2024-11-14T04:10:18.659Z | Checking escape8259 v0.5.3 |
2552 | 2024-11-14T04:10:18.708Z | Compiling target-triple v0.1.3 |
2553 | 2024-11-14T04:10:18.875Z | Checking libtest-mimic v0.7.3 |
2554 | 2024-11-14T04:10:18.900Z | Checking async-object-pool v0.1.5 |
2555 | 2024-11-14T04:10:19.277Z | Checking guppy v0.17.8 |
2556 | 2024-11-14T04:10:19.349Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2557 | 2024-11-14T04:10:20.151Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2558 | 2024-11-14T04:10:21.403Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2559 | 2024-11-14T04:10:21.540Z | Checking similar-asserts v1.6.0 |
2560 | 2024-11-14T04:10:21.724Z | Checking fancy-regex v0.13.0 |
2561 | 2024-11-14T04:10:21.801Z | Checking serde_regex v1.1.0 |
2562 | 2024-11-14T04:10:22.077Z | Checking assert-json-diff v2.0.2 |
2563 | 2024-11-14T04:10:22.381Z | Compiling proc-macro-crate v3.2.0 |
2564 | 2024-11-14T04:10:22.523Z | Checking path-tree v0.8.1 |
2565 | 2024-11-14T04:10:22.583Z | Checking sync-ptr v0.1.1 |
2566 | 2024-11-14T04:10:22.823Z | Checking stringmetrics v2.2.2 |
2567 | 2024-11-14T04:10:22.868Z | Compiling relative-path v1.9.3 |
2568 | 2024-11-14T04:10:23.091Z | Checking httpmock v0.8.0-alpha.1 |
2569 | 2024-11-14T04:10:23.590Z | Checking datatest-stable v0.2.9 |
2570 | 2024-11-14T04:10:24.097Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2571 | 2024-11-14T04:10:25.634Z | Checking blake2b_simd v1.0.2 |
2572 | 2024-11-14T04:10:26.548Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2573 | 2024-11-14T04:10:28.238Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2574 | 2024-11-14T04:10:28.565Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2575 | 2024-11-14T04:10:28.890Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2576 | 2024-11-14T04:10:29.040Z | Compiling git2 v0.19.0 |
2577 | 2024-11-14T04:10:29.212Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2578 | 2024-11-14T04:10:29.758Z | Checking serde_tokenstream v0.2.2 |
2579 | 2024-11-14T04:10:30.156Z | Checking uzers v0.12.1 |
2580 | 2024-11-14T04:10:30.680Z | Checking rust-argon2 v2.1.0 |
2581 | 2024-11-14T04:10:31.146Z | Checking trybuild v1.0.101 |
2582 | 2024-11-14T04:10:31.332Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2583 | 2024-11-14T04:10:32.042Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2584 | 2024-11-14T04:10:32.567Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2585 | 2024-11-14T04:10:32.814Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2586 | 2024-11-14T04:10:33.589Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2587 | 2024-11-14T04:10:33.901Z | Checking rand_distr v0.4.3 |
2588 | 2024-11-14T04:10:33.945Z | Checking multimap v0.10.0 |
2589 | 2024-11-14T04:10:34.279Z | Checking approx v0.5.1 |
2590 | 2024-11-14T04:10:34.571Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2591 | 2024-11-14T04:10:34.741Z | Checking rstest v0.23.0 |
2592 | 2024-11-14T04:10:35.556Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2593 | 2024-11-14T04:10:36.168Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2594 | 2024-11-14T04:10:36.291Z | Checking partial-io v0.5.4 |
2595 | 2024-11-14T04:10:36.732Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2596 | 2024-11-14T04:10:36.837Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2597 | 2024-11-14T04:10:37.030Z | Checking cargo_toml v0.20.5 |
2598 | 2024-11-14T04:10:37.862Z | Checking termios v0.3.3 |
2599 | 2024-11-14T04:10:38.102Z | Compiling indoc v2.0.5 |
2600 | 2024-11-14T04:10:38.353Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2601 | 2024-11-14T04:10:39.119Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2602 | 2024-11-14T04:10:39.159Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2603 | 2024-11-14T04:10:42.238Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2604 | 2024-11-14T04:10:59.480Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2605 | 2024-11-14T04:11:00.213Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2606 | 2024-11-14T04:11:04.371Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2607 | 2024-11-14T04:11:20.419Z | Compiling polar-core v0.27.3 |
2608 | 2024-11-14T04:11:31.532Z | Checking oso v0.27.3 |
2609 | 2024-11-14T04:11:40.852Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2610 | 2024-11-14T04:11:42.783Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2611 | 2024-11-14T04:11:43.937Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2612 | 2024-11-14T04:12:22.022Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2613 | 2024-11-14T04:12:22.022Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2614 | 2024-11-14T04:12:22.022Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2615 | 2024-11-14T04:13:45.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s |
2616 | 2024-11-14T04:13:46.239Z | |
2617 | 2024-11-14T04:13:46.239Z | real 6:41.119820544 |
2618 | 2024-11-14T04:13:46.240Z | user 35:46.652417040 |
2619 | 2024-11-14T04:13:46.242Z | sys 6:39.376136431 |
2620 | 2024-11-14T04:13:46.242Z | trap 0.984916040 |
2621 | 2024-11-14T04:13:46.242Z | tflt 3.031922349 |
2622 | 2024-11-14T04:13:46.243Z | dflt 0.898809720 |
2623 | 2024-11-14T04:13:46.243Z | kflt 0.000837365 |
2624 | 2024-11-14T04:13:46.243Z | lock 51:45.713049345 |
2625 | 2024-11-14T04:13:46.243Z | slp 2:04:48.226484011 |
2626 | 2024-11-14T04:13:46.243Z | lat 1:35.272540260 |
2627 | 2024-11-14T04:13:46.243Z | stop 6:08.991287139 |
2628 | 2024-11-14T04:13:46.243Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2629 | 2024-11-14T04:13:46.243Z | + ptime -m cargo doc --workspace --no-deps |
2630 | 2024-11-14T04:13:47.440Z | warning: output filename collision. |
2631 | 2024-11-14T04:13:47.440Z | 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)`. |
2632 | 2024-11-14T04:13:47.440Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2633 | 2024-11-14T04:13:47.440Z | The targets should have unique names. |
2634 | 2024-11-14T04:13:47.440Z | This is a known bug where multiple crates with the same name use |
2635 | 2024-11-14T04:13:47.440Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2636 | 2024-11-14T04:13:47.878Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2024-11-14T04:13:47.947Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2638 | 2024-11-14T04:13:47.966Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2639 | 2024-11-14T04:13:48.006Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2640 | 2024-11-14T04:13:48.031Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2641 | 2024-11-14T04:13:48.059Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2642 | 2024-11-14T04:13:48.062Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2643 | 2024-11-14T04:13:48.260Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2644 | 2024-11-14T04:13:48.297Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2645 | 2024-11-14T04:13:48.319Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2646 | 2024-11-14T04:13:48.339Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2647 | 2024-11-14T04:13:48.536Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2648 | 2024-11-14T04:13:48.647Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2649 | 2024-11-14T04:13:48.838Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2650 | 2024-11-14T04:13:49.061Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2651 | 2024-11-14T04:13:51.651Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2652 | 2024-11-14T04:13:52.843Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2653 | 2024-11-14T04:13:53.191Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2654 | 2024-11-14T04:13:53.250Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2655 | 2024-11-14T04:13:53.437Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2656 | 2024-11-14T04:13:53.440Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2657 | 2024-11-14T04:13:53.585Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2658 | 2024-11-14T04:13:53.766Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2659 | 2024-11-14T04:13:53.896Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2660 | 2024-11-14T04:13:54.269Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2661 | 2024-11-14T04:13:54.299Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2662 | 2024-11-14T04:13:54.511Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2663 | 2024-11-14T04:13:54.805Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2664 | 2024-11-14T04:13:54.872Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2665 | 2024-11-14T04:13:55.096Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2666 | 2024-11-14T04:13:55.238Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2667 | 2024-11-14T04:13:55.259Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2668 | 2024-11-14T04:13:55.459Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2669 | 2024-11-14T04:13:55.588Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2670 | 2024-11-14T04:13:55.944Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2671 | 2024-11-14T04:13:56.243Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2672 | 2024-11-14T04:13:56.262Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2673 | 2024-11-14T04:13:56.663Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2674 | 2024-11-14T04:13:56.740Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2675 | 2024-11-14T04:13:56.850Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2676 | 2024-11-14T04:13:57.530Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2677 | 2024-11-14T04:13:58.943Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2678 | 2024-11-14T04:14:00.403Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2679 | 2024-11-14T04:14:02.159Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2680 | 2024-11-14T04:14:02.972Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2681 | 2024-11-14T04:14:03.455Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2682 | 2024-11-14T04:14:03.489Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2683 | 2024-11-14T04:14:03.755Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2684 | 2024-11-14T04:14:04.147Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2685 | 2024-11-14T04:14:04.607Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2686 | 2024-11-14T04:14:05.669Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2687 | 2024-11-14T04:14:05.749Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2688 | 2024-11-14T04:14:05.993Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2689 | 2024-11-14T04:14:06.451Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2690 | 2024-11-14T04:14:11.800Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2691 | 2024-11-14T04:14:12.870Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2692 | 2024-11-14T04:14:13.217Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2693 | 2024-11-14T04:14:13.807Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2694 | 2024-11-14T04:14:14.267Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2695 | 2024-11-14T04:14:14.819Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2696 | 2024-11-14T04:14:15.101Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2697 | 2024-11-14T04:14:15.298Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2698 | 2024-11-14T04:14:15.500Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2699 | 2024-11-14T04:14:16.833Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2700 | 2024-11-14T04:14:16.949Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2701 | 2024-11-14T04:14:17.502Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2702 | 2024-11-14T04:14:17.523Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2703 | 2024-11-14T04:14:17.654Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2704 | 2024-11-14T04:14:18.109Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2705 | 2024-11-14T04:14:18.304Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2706 | 2024-11-14T04:14:18.802Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2707 | 2024-11-14T04:14:19.629Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2708 | 2024-11-14T04:14:19.657Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2709 | 2024-11-14T04:14:19.675Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2710 | 2024-11-14T04:14:19.678Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2711 | 2024-11-14T04:14:20.250Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2712 | 2024-11-14T04:14:20.561Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2713 | 2024-11-14T04:14:20.712Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2714 | 2024-11-14T04:14:21.063Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2715 | 2024-11-14T04:14:21.308Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2716 | 2024-11-14T04:14:22.249Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2717 | 2024-11-14T04:14:22.327Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2718 | 2024-11-14T04:14:22.434Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2719 | 2024-11-14T04:14:22.638Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2720 | 2024-11-14T04:14:22.659Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2721 | 2024-11-14T04:14:22.918Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2722 | 2024-11-14T04:14:23.223Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2723 | 2024-11-14T04:14:23.459Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2724 | 2024-11-14T04:14:23.525Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2725 | 2024-11-14T04:14:23.924Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2726 | 2024-11-14T04:14:24.474Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2727 | 2024-11-14T04:14:24.849Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2728 | 2024-11-14T04:14:25.013Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2729 | 2024-11-14T04:14:25.116Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2730 | 2024-11-14T04:14:26.586Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2731 | 2024-11-14T04:14:26.839Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2732 | 2024-11-14T04:14:26.899Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2733 | 2024-11-14T04:14:28.135Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2734 | 2024-11-14T04:14:28.305Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2735 | 2024-11-14T04:14:28.880Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2736 | 2024-11-14T04:14:29.284Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2737 | 2024-11-14T04:14:29.467Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2738 | 2024-11-14T04:14:31.196Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2739 | 2024-11-14T04:14:32.886Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2740 | 2024-11-14T04:14:34.059Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2741 | 2024-11-14T04:14:34.248Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2742 | 2024-11-14T04:14:34.314Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2743 | 2024-11-14T04:14:36.545Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2744 | 2024-11-14T04:14:37.983Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2745 | 2024-11-14T04:14:39.018Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2746 | 2024-11-14T04:14:48.245Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2747 | 2024-11-14T04:14:49.478Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2748 | 2024-11-14T04:14:50.257Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2749 | 2024-11-14T04:14:50.715Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2750 | 2024-11-14T04:14:53.904Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2751 | 2024-11-14T04:14:55.220Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2752 | 2024-11-14T04:15:16.574Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2753 | 2024-11-14T04:15:38.512Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2754 | 2024-11-14T04:15:41.819Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2755 | 2024-11-14T04:15:44.582Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2756 | 2024-11-14T04:16:19.891Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2757 | 2024-11-14T04:16:23.555Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2758 | 2024-11-14T04:16:23.793Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2759 | 2024-11-14T04:16:24.104Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-11-14T04:16:25.383Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2761 | 2024-11-14T04:16:29.587Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2762 | 2024-11-14T04:16:30.661Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2763 | 2024-11-14T04:16:33.670Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2764 | 2024-11-14T04:16:33.764Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2765 | 2024-11-14T04:17:01.035Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2766 | 2024-11-14T04:17:04.052Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2767 | 2024-11-14T04:17:06.801Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2768 | 2024-11-14T04:17:07.114Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2769 | 2024-11-14T04:17:26.401Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2770 | 2024-11-14T04:17:30.154Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2771 | 2024-11-14T04:17:36.957Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2772 | 2024-11-14T04:17:51.834Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2773 | 2024-11-14T04:17:56.034Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2774 | 2024-11-14T04:17:58.260Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2775 | 2024-11-14T04:17:59.418Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2776 | 2024-11-14T04:18:00.000Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2777 | 2024-11-14T04:18:20.346Z | error: unresolved link to `SimSystemLogEntry::` |
2778 | 2024-11-14T04:18:20.346Z | --> nexus/reconfigurator/simulation/src/system.rs:401:72 |
2779 | 2024-11-14T04:18:20.346Z | | |
2780 | 2024-11-14T04:18:20.346Z | 401 | /// Returned by `LoadSerializedResult`, as well as stored as part of [`SimSystemLogEntry::] |
2781 | 2024-11-14T04:18:20.346Z | | ^^^^^^^^^^^^^^^^^^^ the enum `SimSystemLogEntry` has no variant or associated item named `` |
2782 | 2024-11-14T04:18:20.346Z | | |
2783 | 2024-11-14T04:18:20.346Z | = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings` |
2784 | 2024-11-14T04:18:20.346Z | = help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]` |
2785 | 2024-11-14T04:18:20.346Z | |
2786 | 2024-11-14T04:18:21.174Z | error: could not document `nexus-reconfigurator-simulation` |
2787 | 2024-11-14T04:18:21.175Z | warning: build failed, waiting for other jobs to finish... |
2788 | 2024-11-14T04:18:47.321Z | |
2789 | 2024-11-14T04:18:47.321Z | real 5:01.020533078 |
2790 | 2024-11-14T04:18:47.321Z | user 16:02.398339134 |
2791 | 2024-11-14T04:18:47.321Z | sys 21:28.333701563 |
2792 | 2024-11-14T04:18:47.321Z | trap 0.279735392 |
2793 | 2024-11-14T04:18:47.324Z | tflt 0.170535669 |
2794 | 2024-11-14T04:18:47.324Z | dflt 0.075760953 |
2795 | 2024-11-14T04:18:47.324Z | kflt 0.000004650 |
2796 | 2024-11-14T04:18:47.324Z | lock 49:25.707084194 |
2797 | 2024-11-14T04:18:47.324Z | slp 1:27:59.877091471 |
2798 | 2024-11-14T04:18:47.324Z | lat 34.361612877 |
2799 | 2024-11-14T04:18:47.324Z | stop 49.310485705 |
2800 | 2024-11-14T04:18:47.324Z | process exited: duration 1075046 ms, exit code 101 |
|
2801 | 2024-11-14T04:18:47.330Z | found 0 output files |