|
|
|
1 | 2024-08-30T18:23:05.554Z | job assigned to worker 01J6J8C1WCPTAF0X7JSA8TYKGY (queued for 1 m 0 s) |
|
2 | 2024-08-30T18:23:13.075Z | starting task 0: "setup" |
3 | 2024-08-30T18:23:13.086Z | ++ uname -s |
4 | 2024-08-30T18:23:13.090Z | + kern=SunOS |
5 | 2024-08-30T18:23:13.090Z | + case "$kern" in |
6 | 2024-08-30T18:23:13.090Z | + groupadd -g 12345 build |
7 | 2024-08-30T18:23:13.090Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-30T18:23:15.121Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-30T18:23:15.217Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-30T18:23:15.224Z | + home_fs=zfs |
11 | 2024-08-30T18:23:15.224Z | + [[ zfs == autofs ]] |
12 | 2024-08-30T18:23:15.224Z | + mkdir -p /home/build |
13 | 2024-08-30T18:23:15.225Z | + chown build:build /home/build /work |
14 | 2024-08-30T18:23:17.224Z | + chmod 0700 /home/build /work |
15 | 2024-08-30T18:23:17.227Z | process exited: duration 4153 ms, exit code 0 |
|
16 | 2024-08-30T18:23:17.232Z | starting task 1: "rust-toolchain" |
17 | 2024-08-30T18:23:17.238Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-30T18:23:17.238Z | ' 1.80.1 |
19 | 2024-08-30T18:23:17.241Z | * toolchain channel = "1.80.1" |
20 | 2024-08-30T18:23:17.241Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-30T18:23:17.241Z | ' default |
22 | 2024-08-30T18:23:17.241Z | * toolchain profile = "default" |
23 | 2024-08-30T18:23:17.241Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-30T18:23:17.241Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-30T18:23:17.357Z | info: downloading installer |
26 | 2024-08-30T18:23:18.740Z | info: profile set to 'default' |
27 | 2024-08-30T18:23:18.740Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-30T18:23:18.743Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-30T18:23:18.870Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-30T18:23:18.870Z | info: downloading component 'cargo' |
31 | 2024-08-30T18:23:19.532Z | info: downloading component 'clippy' |
32 | 2024-08-30T18:23:19.768Z | info: downloading component 'rust-docs' |
33 | 2024-08-30T18:23:20.689Z | info: downloading component 'rust-std' |
34 | 2024-08-30T18:23:22.028Z | info: downloading component 'rustc' |
35 | 2024-08-30T18:23:25.824Z | info: downloading component 'rustfmt' |
36 | 2024-08-30T18:23:25.835Z | info: installing component 'cargo' |
37 | 2024-08-30T18:23:26.655Z | info: installing component 'clippy' |
38 | 2024-08-30T18:23:27.027Z | info: installing component 'rust-docs' |
39 | 2024-08-30T18:23:28.628Z | info: installing component 'rust-std' |
40 | 2024-08-30T18:23:30.302Z | info: installing component 'rustc' |
41 | 2024-08-30T18:23:34.528Z | info: installing component 'rustfmt' |
42 | 2024-08-30T18:23:34.865Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-30T18:23:34.865Z | |
44 | 2024-08-30T18:23:35.123Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-30T18:23:35.123Z | |
46 | 2024-08-30T18:23:35.126Z | |
47 | 2024-08-30T18:23:35.126Z | Rust is installed now. Great! |
48 | 2024-08-30T18:23:35.126Z | |
49 | 2024-08-30T18:23:35.126Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-30T18:23:35.126Z | environment variable. This has not been done automatically. |
51 | 2024-08-30T18:23:35.126Z | |
52 | 2024-08-30T18:23:35.126Z | To configure your current shell, you need to source |
53 | 2024-08-30T18:23:35.126Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-30T18:23:35.126Z | |
55 | 2024-08-30T18:23:35.126Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-30T18:23:35.126Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-30T18:23:35.126Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-30T18:23:35.179Z | + rustc --version |
59 | 2024-08-30T18:23:35.244Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-30T18:23:35.247Z | process exited: duration 18013 ms, exit code 0 |
|
61 | 2024-08-30T18:23:35.253Z | starting task 2: "authentication" |
62 | 2024-08-30T18:23:35.274Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-30T18:23:35.278Z | starting task 3: "clone repository" |
64 | 2024-08-30T18:23:35.284Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-30T18:23:35.287Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-30T18:23:35.322Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-30T18:23:41.296Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-30T18:23:41.296Z | + git fetch origin dc10290f4b6fff0470463be318bb91adfbf383a6 |
69 | 2024-08-30T18:23:41.594Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-30T18:23:41.594Z | * branch dc10290f4b6fff0470463be318bb91adfbf383a6 -> FETCH_HEAD |
71 | 2024-08-30T18:23:41.630Z | + [[ -n hubris-support-keys ]] |
72 | 2024-08-30T18:23:41.630Z | ++ git branch --show-current |
73 | 2024-08-30T18:23:41.630Z | + current=main |
74 | 2024-08-30T18:23:41.630Z | + [[ main != hubris-support-keys ]] |
75 | 2024-08-30T18:23:41.631Z | + git branch -f hubris-support-keys dc10290f4b6fff0470463be318bb91adfbf383a6 |
76 | 2024-08-30T18:23:41.631Z | + git checkout -f hubris-support-keys |
77 | 2024-08-30T18:23:41.741Z | Switched to branch 'hubris-support-keys' |
78 | 2024-08-30T18:23:41.808Z | + git reset --hard dc10290f4b6fff0470463be318bb91adfbf383a6 |
79 | 2024-08-30T18:23:41.808Z | HEAD is now at dc10290f4 Add details on support keys |
80 | 2024-08-30T18:23:41.808Z | process exited: duration 6459 ms, exit code 0 |
|
81 | 2024-08-30T18:23:41.908Z | starting task 4: "build" |
82 | 2024-08-30T18:23:42.056Z | + cargo --version |
83 | 2024-08-30T18:23:42.065Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-30T18:23:42.065Z | + rustc --version |
85 | 2024-08-30T18:23:42.065Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-30T18:23:42.066Z | + source ./env.sh |
87 | 2024-08-30T18:23:42.066Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-30T18:23:42.066Z | ++ set -o xtrace |
89 | 2024-08-30T18:23:42.066Z | ++++ dirname ./env.sh |
90 | 2024-08-30T18:23:42.066Z | +++ readlink -f . |
91 | 2024-08-30T18:23:42.066Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-30T18:23:42.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-30T18:23:42.066Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-30T18:23:42.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-30T18:23:42.066Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-30T18:23:42.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-30T18:23:42.066Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-30T18:23:42.066Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-30T18:23:42.066Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-30T18:23:42.066Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-30T18:23:42.067Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-30T18:23:42.067Z | + banner prerequisites |
103 | 2024-08-30T18:23:42.067Z | |
104 | 2024-08-30T18:23:42.067Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-30T18:23:42.067Z | # # # # # # # # # # # # # # # |
106 | 2024-08-30T18:23:42.067Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-30T18:23:42.067Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-30T18:23:42.067Z | # # # # # # # # # # # # # # # |
109 | 2024-08-30T18:23:42.067Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-30T18:23:42.067Z | |
111 | 2024-08-30T18:23:42.067Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-30T18:23:47.049Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-30T18:23:49.385Z | Startup: Caching catalogs ... Done |
114 | 2024-08-30T18:23:51.391Z | Planning: Solver setup ... Done (1.432s) |
115 | 2024-08-30T18:23:51.416Z | Planning: Running solver ... Done (0.025s) |
116 | 2024-08-30T18:23:51.465Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-08-30T18:23:51.512Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-30T18:23:51.767Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-30T18:23:51.873Z | Planning: Package planning ... Done (0.107s) |
120 | 2024-08-30T18:23:51.929Z | Planning: Merging actions ... Done (0.057s) |
121 | 2024-08-30T18:23:52.144Z | Planning: Checking for conflicting actions ... Done (0.215s) |
122 | 2024-08-30T18:23:54.041Z | Planning: Consolidating action changes ... Done (1.897s) |
123 | 2024-08-30T18:23:54.474Z | Planning: Evaluating mediators ... Done (0.428s) |
124 | 2024-08-30T18:23:54.563Z | Planning: Planning completed in 5.09 seconds |
125 | 2024-08-30T18:23:54.577Z | Packages to install: 4 |
126 | 2024-08-30T18:23:54.577Z | Packages to update: 1 |
127 | 2024-08-30T18:23:54.577Z | Mediators to change: 2 |
128 | 2024-08-30T18:23:54.578Z | Services to change: 1 |
129 | 2024-08-30T18:23:54.578Z | Estimated space available: 155.72 GB |
130 | 2024-08-30T18:23:54.578Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-30T18:23:54.578Z | Create boot environment: No |
132 | 2024-08-30T18:23:54.578Z | Create backup boot environment: Yes |
133 | 2024-08-30T18:23:54.578Z | Rebuild boot archive: No |
134 | 2024-08-30T18:23:54.579Z | |
135 | 2024-08-30T18:23:54.579Z | Changed mediators: |
136 | 2024-08-30T18:23:54.579Z | mediator clang: |
137 | 2024-08-30T18:23:54.579Z | version: None -> 15 (system default) |
138 | 2024-08-30T18:23:54.579Z | |
139 | 2024-08-30T18:23:54.579Z | mediator llvm: |
140 | 2024-08-30T18:23:54.579Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-30T18:23:54.580Z | |
142 | 2024-08-30T18:23:54.580Z | Changed packages: |
143 | 2024-08-30T18:23:54.580Z | helios-dev |
144 | 2024-08-30T18:23:54.580Z | developer/build-essential |
145 | 2024-08-30T18:23:54.580Z | None -> 11-2.0 |
146 | 2024-08-30T18:23:54.580Z | library/libxmlsec1 |
147 | 2024-08-30T18:23:54.580Z | None -> 1.2.35-2.0 |
148 | 2024-08-30T18:23:54.581Z | ooce/developer/clang-15 |
149 | 2024-08-30T18:23:54.581Z | None -> 15.0.7-2.0 |
150 | 2024-08-30T18:23:54.581Z | ooce/developer/llvm-15 |
151 | 2024-08-30T18:23:54.581Z | None -> 15.0.7-2.0 |
152 | 2024-08-30T18:23:54.581Z | package/pkg |
153 | 2024-08-30T18:23:54.581Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-30T18:23:54.581Z | |
155 | 2024-08-30T18:23:54.581Z | Services: |
156 | 2024-08-30T18:23:54.582Z | restart_fmri: |
157 | 2024-08-30T18:23:54.582Z | svc:/system/update-man-index:default |
158 | 2024-08-30T18:23:54.582Z | |
159 | 2024-08-30T18:23:54.582Z | Editable files to change: |
160 | 2024-08-30T18:23:54.582Z | Update: |
161 | 2024-08-30T18:23:54.582Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-30T18:23:54.647Z | |
163 | 2024-08-30T18:23:54.647Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-30T18:24:00.757Z | Download: 208/4281 items 1.3/220.6MB 0% complete (353k/s) |
165 | 2024-08-30T18:24:05.760Z | Download: 673/4281 items 18.1/220.6MB 8% complete (1.8M/s) |
166 | 2024-08-30T18:24:10.795Z | Download: 1197/4281 items 83.3/220.6MB 37% complete (8.7M/s) |
167 | 2024-08-30T18:24:15.798Z | Download: 1673/4281 items 117.9/220.6MB 53% complete (10.0M/s) |
168 | 2024-08-30T18:24:20.801Z | Download: 2059/4281 items 118.8/220.6MB 53% complete (3.7M/s) |
169 | 2024-08-30T18:24:29.734Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (2.6M/s) |
170 | 2024-08-30T18:24:34.740Z | Download: 3049/4281 items 121.4/220.6MB 55% complete (292k/s) |
171 | 2024-08-30T18:24:40.620Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (9.2M/s) |
172 | 2024-08-30T18:24:47.529Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (9.1M/s) |
173 | 2024-08-30T18:24:52.530Z | Download: 3906/4281 items 219.0/220.6MB 99% complete (3.2M/s) |
174 | 2024-08-30T18:24:56.426Z | Download: Completed 220.60 MB in 61.78 seconds (3.6M/s) |
175 | 2024-08-30T18:24:58.503Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-08-30T18:24:58.523Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-08-30T18:25:03.291Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-08-30T18:25:03.618Z | Actions: Completed 5063 actions in 5.11 seconds. |
179 | 2024-08-30T18:25:03.908Z | Done (0.287s) |
180 | 2024-08-30T18:25:03.910Z | Done (0.000s) |
181 | 2024-08-30T18:25:04.290Z | Done (0.381s) |
182 | 2024-08-30T18:25:08.902Z | Done (4.430s) |
183 | 2024-08-30T18:25:09.010Z | Done (0.018s) |
184 | 2024-08-30T18:25:09.017Z | Done (0.000s) |
185 | 2024-08-30T18:25:09.161Z | Done (0.000s) |
186 | 2024-08-30T18:25:09.761Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-08-30T18:25:09.923Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-08-30T18:25:09.926Z | Planning: Consolidating action changes ... Done |
189 | 2024-08-30T18:25:10.197Z | Planning: Evaluating mediators ... Done |
190 | 2024-08-30T18:25:10.200Z | Planning: Planning completed in 0.44 seconds |
191 | 2024-08-30T18:25:10.235Z | Mediators to change: 2 |
192 | 2024-08-30T18:25:10.235Z | Create boot environment: No |
193 | 2024-08-30T18:25:10.239Z | Create backup boot environment: No |
194 | 2024-08-30T18:25:10.327Z | Done |
195 | 2024-08-30T18:25:10.327Z | Done |
196 | 2024-08-30T18:25:10.578Z | Done |
197 | 2024-08-30T18:25:14.395Z | Done |
198 | 2024-08-30T18:25:14.491Z | Done |
199 | 2024-08-30T18:25:14.494Z | Done |
200 | 2024-08-30T18:25:14.584Z | Done |
201 | 2024-08-30T18:25:15.217Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-08-30T18:25:15.220Z | Planning: Merging actions ... Done |
203 | 2024-08-30T18:25:15.413Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-08-30T18:25:15.416Z | Planning: Consolidating action changes ... Done |
205 | 2024-08-30T18:25:15.682Z | Planning: Evaluating mediators ... Done |
206 | 2024-08-30T18:25:15.737Z | Planning: Planning completed in 0.77 seconds |
207 | 2024-08-30T18:25:15.777Z | Packages to change: 1 |
208 | 2024-08-30T18:25:15.777Z | Mediators to change: 1 |
209 | 2024-08-30T18:25:15.780Z | Services to change: 1 |
210 | 2024-08-30T18:25:15.780Z | Create boot environment: No |
211 | 2024-08-30T18:25:15.780Z | Create backup boot environment: Yes |
212 | 2024-08-30T18:25:17.847Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-08-30T18:25:17.850Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-08-30T18:25:17.850Z | Done |
215 | 2024-08-30T18:25:17.850Z | Done |
216 | 2024-08-30T18:25:17.928Z | Done |
217 | 2024-08-30T18:25:21.828Z | Done |
218 | 2024-08-30T18:25:21.923Z | Done |
219 | 2024-08-30T18:25:21.925Z | Done |
220 | 2024-08-30T18:25:22.039Z | Done |
221 | 2024-08-30T18:25:22.480Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-08-30T18:25:22.481Z | clang system 15 system |
223 | 2024-08-30T18:25:22.481Z | csh system system illumos |
224 | 2024-08-30T18:25:22.481Z | ctags system system illumos |
225 | 2024-08-30T18:25:22.481Z | gcc vendor 12 vendor |
226 | 2024-08-30T18:25:22.481Z | gcc system 10 system |
227 | 2024-08-30T18:25:22.481Z | gcc system 7 system |
228 | 2024-08-30T18:25:22.481Z | go system 1.20 system |
229 | 2024-08-30T18:25:22.481Z | go system 1.19 system |
230 | 2024-08-30T18:25:22.481Z | llvm system 15 system |
231 | 2024-08-30T18:25:22.481Z | llvm system 14 system |
232 | 2024-08-30T18:25:22.481Z | mariadb system 10.6 system |
233 | 2024-08-30T18:25:22.481Z | mta vendor vendor dma |
234 | 2024-08-30T18:25:22.481Z | openjdk system 17 system |
235 | 2024-08-30T18:25:22.481Z | openjdk system 11 system |
236 | 2024-08-30T18:25:22.481Z | openjdk system 1.8 system |
237 | 2024-08-30T18:25:22.481Z | openssl vendor 3 vendor |
238 | 2024-08-30T18:25:22.481Z | perl system 5.36 system |
239 | 2024-08-30T18:25:22.481Z | postgresql system 15 system |
240 | 2024-08-30T18:25:22.481Z | postgresql system 13 system |
241 | 2024-08-30T18:25:22.481Z | python vendor 3 vendor |
242 | 2024-08-30T18:25:22.481Z | python system 2 system |
243 | 2024-08-30T18:25:22.481Z | python3 system 3.11 system |
244 | 2024-08-30T18:25:22.481Z | ruby system 3.0 system |
245 | 2024-08-30T18:25:22.481Z | words vendor vendor american-english |
246 | 2024-08-30T18:25:22.481Z | words system system australian-english |
247 | 2024-08-30T18:25:22.481Z | words system system british-english |
248 | 2024-08-30T18:25:22.481Z | words system system canadian-english |
249 | 2024-08-30T18:25:22.481Z | words system system french |
250 | 2024-08-30T18:25:22.481Z | words system system italian |
251 | 2024-08-30T18:25:22.481Z | words system system ngerman |
252 | 2024-08-30T18:25:22.481Z | words system system ogerman |
253 | 2024-08-30T18:25:22.482Z | words system system spanish |
254 | 2024-08-30T18:25:22.816Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-08-30T18:25:22.816Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-08-30T18:25:24.628Z | FMRI IFO |
257 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-08-30T18:25:24.628Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-08-30T18:25:25.254Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-08-30T18:25:25.492Z | Updating crates.io index |
272 | 2024-08-30T18:25:25.494Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-08-30T18:25:26.240Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-08-30T18:25:27.021Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-08-30T18:25:27.274Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-08-30T18:25:28.838Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-08-30T18:25:29.103Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-08-30T18:25:29.344Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-08-30T18:25:30.520Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-08-30T18:25:32.418Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-08-30T18:25:33.299Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-08-30T18:25:34.004Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-08-30T18:25:34.252Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-08-30T18:25:34.767Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-08-30T18:25:35.055Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-08-30T18:25:35.307Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-08-30T18:25:35.637Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-08-30T18:25:35.879Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-08-30T18:25:36.129Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-08-30T18:25:36.374Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-08-30T18:25:36.619Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2024-08-30T18:25:36.861Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-08-30T18:25:37.188Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-08-30T18:25:37.443Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-08-30T18:25:37.726Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-08-30T18:25:38.161Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-08-30T18:25:38.421Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-08-30T18:25:38.860Z | Updating git repository `https://github.com/oxidecomputer/typify` |
299 | 2024-08-30T18:25:41.129Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-08-30T18:25:41.330Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-08-30T18:25:41.588Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-08-30T18:25:41.933Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
303 | 2024-08-30T18:25:43.007Z | Downloading crates ... |
304 | 2024-08-30T18:25:43.069Z | Downloaded anyhow v1.0.86 |
305 | 2024-08-30T18:25:43.074Z | Downloaded anstream v0.6.14 |
306 | 2024-08-30T18:25:43.078Z | Downloaded is_terminal_polyfill v1.70.0 |
307 | 2024-08-30T18:25:43.081Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-08-30T18:25:43.092Z | Downloaded bytecount v0.6.8 |
309 | 2024-08-30T18:25:43.094Z | Downloaded swrite v0.1.0 |
310 | 2024-08-30T18:25:43.097Z | Downloaded generic-array v0.14.7 |
311 | 2024-08-30T18:25:43.097Z | Downloaded cfg-if v1.0.0 |
312 | 2024-08-30T18:25:43.100Z | Downloaded fnv v1.0.7 |
313 | 2024-08-30T18:25:43.100Z | Downloaded camino-tempfile v1.1.1 |
314 | 2024-08-30T18:25:43.102Z | Downloaded itoa v1.0.11 |
315 | 2024-08-30T18:25:43.105Z | Downloaded heck v0.5.0 |
316 | 2024-08-30T18:25:43.105Z | Downloaded errno v0.3.9 |
317 | 2024-08-30T18:25:43.107Z | Downloaded cargo_metadata v0.18.1 |
318 | 2024-08-30T18:25:43.107Z | Downloaded digest v0.10.7 |
319 | 2024-08-30T18:25:43.110Z | Downloaded clap_lex v0.7.0 |
320 | 2024-08-30T18:25:43.110Z | Downloaded pest_generator v2.7.10 |
321 | 2024-08-30T18:25:43.112Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-08-30T18:25:43.112Z | Downloaded thiserror-impl v1.0.63 |
323 | 2024-08-30T18:25:43.115Z | Downloaded scroll v0.12.0 |
324 | 2024-08-30T18:25:43.118Z | Downloaded serde_spanned v0.6.7 |
325 | 2024-08-30T18:25:43.123Z | Downloaded usdt-impl v0.5.0 |
326 | 2024-08-30T18:25:43.127Z | Downloaded toml_datetime v0.6.8 |
327 | 2024-08-30T18:25:43.129Z | Downloaded block-buffer v0.10.4 |
328 | 2024-08-30T18:25:43.129Z | Downloaded autocfg v1.3.0 |
329 | 2024-08-30T18:25:43.131Z | Downloaded plain v0.2.3 |
330 | 2024-08-30T18:25:43.134Z | Downloaded anstyle-parse v0.2.4 |
331 | 2024-08-30T18:25:43.137Z | Downloaded utf8parse v0.2.1 |
332 | 2024-08-30T18:25:43.137Z | Downloaded semver v1.0.23 |
333 | 2024-08-30T18:25:43.139Z | Downloaded proc-macro-error v1.0.4 |
334 | 2024-08-30T18:25:43.142Z | Downloaded bitflags v2.6.0 |
335 | 2024-08-30T18:25:43.145Z | Downloaded zerocopy-derive v0.7.34 |
336 | 2024-08-30T18:25:43.149Z | Downloaded tempfile v3.10.1 |
337 | 2024-08-30T18:25:43.152Z | Downloaded equivalent v1.0.1 |
338 | 2024-08-30T18:25:43.154Z | Downloaded sha2 v0.10.8 |
339 | 2024-08-30T18:25:43.156Z | Downloaded anstyle v1.0.8 |
340 | 2024-08-30T18:25:43.157Z | Downloaded scroll_derive v0.12.0 |
341 | 2024-08-30T18:25:43.159Z | Downloaded pretty-hex v0.4.1 |
342 | 2024-08-30T18:25:43.161Z | Downloaded usdt-macro v0.5.0 |
343 | 2024-08-30T18:25:43.164Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2024-08-30T18:25:43.164Z | Downloaded log v0.4.21 |
345 | 2024-08-30T18:25:43.166Z | Downloaded proc-macro2 v1.0.86 |
346 | 2024-08-30T18:25:43.173Z | Downloaded once_cell v1.19.0 |
347 | 2024-08-30T18:25:43.173Z | Downloaded textwrap v0.16.1 |
348 | 2024-08-30T18:25:43.177Z | Downloaded unicode-ident v1.0.12 |
349 | 2024-08-30T18:25:43.177Z | Downloaded typenum v1.17.0 |
350 | 2024-08-30T18:25:43.180Z | Downloaded byteorder v1.5.0 |
351 | 2024-08-30T18:25:43.182Z | Downloaded fastrand v2.1.0 |
352 | 2024-08-30T18:25:43.182Z | Downloaded colorchoice v1.0.1 |
353 | 2024-08-30T18:25:43.185Z | Downloaded cargo-platform v0.1.8 |
354 | 2024-08-30T18:25:43.185Z | Downloaded proc-macro-error-attr v1.0.4 |
355 | 2024-08-30T18:25:43.185Z | Downloaded memmap v0.7.0 |
356 | 2024-08-30T18:25:43.188Z | Downloaded macaddr v1.0.1 |
357 | 2024-08-30T18:25:43.188Z | Downloaded heck v0.4.1 |
358 | 2024-08-30T18:25:43.190Z | Downloaded unicode-linebreak v0.1.5 |
359 | 2024-08-30T18:25:43.190Z | Downloaded smawk v0.3.2 |
360 | 2024-08-30T18:25:43.193Z | Downloaded thiserror v1.0.63 |
361 | 2024-08-30T18:25:43.196Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2024-08-30T18:25:43.199Z | Downloaded version_check v0.9.5 |
363 | 2024-08-30T18:25:43.199Z | Downloaded serde_derive v1.0.208 |
364 | 2024-08-30T18:25:43.201Z | Downloaded usdt v0.5.0 |
365 | 2024-08-30T18:25:43.204Z | Downloaded tabled_derive v0.7.0 |
366 | 2024-08-30T18:25:43.204Z | Downloaded thread-id v4.2.1 |
367 | 2024-08-30T18:25:43.207Z | Downloaded terminal_size v0.3.0 |
368 | 2024-08-30T18:25:43.207Z | Downloaded dof v0.3.0 |
369 | 2024-08-30T18:25:43.207Z | Downloaded crypto-common v0.1.6 |
370 | 2024-08-30T18:25:43.209Z | Downloaded anstyle-query v1.0.3 |
371 | 2024-08-30T18:25:43.209Z | Downloaded pest_derive v2.7.10 |
372 | 2024-08-30T18:25:43.212Z | Downloaded fs-err v2.11.0 |
373 | 2024-08-30T18:25:43.214Z | Downloaded clap_derive v4.5.13 |
374 | 2024-08-30T18:25:43.217Z | Downloaded quote v1.0.36 |
375 | 2024-08-30T18:25:43.219Z | Downloaded cargo_toml v0.20.4 |
376 | 2024-08-30T18:25:43.219Z | Downloaded strsim v0.11.1 |
377 | 2024-08-30T18:25:43.222Z | Downloaded toml v0.8.19 |
378 | 2024-08-30T18:25:43.230Z | Downloaded papergrid v0.11.0 |
379 | 2024-08-30T18:25:43.234Z | Downloaded pest_meta v2.7.10 |
380 | 2024-08-30T18:25:43.240Z | Downloaded memchr v2.7.2 |
381 | 2024-08-30T18:25:43.246Z | Downloaded clap v4.5.16 |
382 | 2024-08-30T18:25:43.255Z | Downloaded camino v1.1.9 |
383 | 2024-08-30T18:25:43.257Z | Downloaded ucd-trie v0.1.6 |
384 | 2024-08-30T18:25:43.259Z | Downloaded ryu v1.0.18 |
385 | 2024-08-30T18:25:43.262Z | Downloaded serde v1.0.208 |
386 | 2024-08-30T18:25:43.265Z | Downloaded indexmap v2.4.0 |
387 | 2024-08-30T18:25:43.278Z | Downloaded hashbrown v0.14.5 |
388 | 2024-08-30T18:25:43.283Z | Downloaded pest v2.7.10 |
389 | 2024-08-30T18:25:43.288Z | Downloaded toml_edit v0.22.20 |
390 | 2024-08-30T18:25:43.310Z | Downloaded winnow v0.6.18 |
391 | 2024-08-30T18:25:43.318Z | Downloaded clap_builder v4.5.15 |
392 | 2024-08-30T18:25:43.325Z | Downloaded serde_json v1.0.125 |
393 | 2024-08-30T18:25:43.332Z | Downloaded zerocopy v0.7.34 |
394 | 2024-08-30T18:25:43.347Z | Downloaded tabled v0.15.0 |
395 | 2024-08-30T18:25:43.363Z | Downloaded syn v1.0.109 |
396 | 2024-08-30T18:25:43.373Z | Downloaded syn v2.0.74 |
397 | 2024-08-30T18:25:43.383Z | Downloaded unicode-width v0.1.13 |
398 | 2024-08-30T18:25:43.391Z | Downloaded rustix v0.38.34 |
399 | 2024-08-30T18:25:43.412Z | Downloaded goblin v0.8.2 |
400 | 2024-08-30T18:25:43.418Z | Downloaded libc v0.2.158 |
401 | 2024-08-30T18:25:43.719Z | Compiling proc-macro2 v1.0.86 |
402 | 2024-08-30T18:25:43.719Z | Compiling unicode-ident v1.0.12 |
403 | 2024-08-30T18:25:43.721Z | Compiling serde v1.0.208 |
404 | 2024-08-30T18:25:43.721Z | Compiling version_check v0.9.5 |
405 | 2024-08-30T18:25:43.721Z | Compiling thiserror v1.0.63 |
406 | 2024-08-30T18:25:43.721Z | Compiling memchr v2.7.2 |
407 | 2024-08-30T18:25:43.721Z | Compiling libc v0.2.158 |
408 | 2024-08-30T18:25:43.753Z | Compiling ucd-trie v0.1.6 |
409 | 2024-08-30T18:25:43.966Z | Compiling ryu v1.0.18 |
410 | 2024-08-30T18:25:44.332Z | Compiling itoa v1.0.11 |
411 | 2024-08-30T18:25:44.534Z | Compiling once_cell v1.19.0 |
412 | 2024-08-30T18:25:44.536Z | Compiling byteorder v1.5.0 |
413 | 2024-08-30T18:25:44.578Z | Compiling serde_json v1.0.125 |
414 | 2024-08-30T18:25:44.602Z | Compiling rustix v0.38.34 |
415 | 2024-08-30T18:25:44.993Z | Compiling bitflags v2.6.0 |
416 | 2024-08-30T18:25:45.136Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-08-30T18:25:45.391Z | Compiling quote v1.0.36 |
418 | 2024-08-30T18:25:45.423Z | Compiling usdt-impl v0.5.0 |
419 | 2024-08-30T18:25:45.449Z | Compiling syn v1.0.109 |
420 | 2024-08-30T18:25:45.575Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-08-30T18:25:45.600Z | Compiling log v0.4.21 |
422 | 2024-08-30T18:25:45.762Z | Compiling syn v2.0.74 |
423 | 2024-08-30T18:25:45.880Z | Compiling errno v0.3.9 |
424 | 2024-08-30T18:25:46.120Z | Compiling equivalent v1.0.1 |
425 | 2024-08-30T18:25:46.161Z | Compiling camino v1.1.9 |
426 | 2024-08-30T18:25:46.188Z | Compiling plain v0.2.3 |
427 | 2024-08-30T18:25:46.191Z | Compiling hashbrown v0.14.5 |
428 | 2024-08-30T18:25:46.255Z | Compiling utf8parse v0.2.1 |
429 | 2024-08-30T18:25:46.416Z | Compiling anstyle-parse v0.2.4 |
430 | 2024-08-30T18:25:46.533Z | Compiling thread-id v4.2.1 |
431 | 2024-08-30T18:25:46.793Z | Compiling semver v1.0.23 |
432 | 2024-08-30T18:25:46.904Z | Compiling unicode-width v0.1.13 |
433 | 2024-08-30T18:25:47.119Z | Compiling anstyle v1.0.8 |
434 | 2024-08-30T18:25:47.173Z | Compiling pretty-hex v0.4.1 |
435 | 2024-08-30T18:25:47.201Z | Compiling anstyle-query v1.0.3 |
436 | 2024-08-30T18:25:47.369Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-08-30T18:25:47.415Z | Compiling winnow v0.6.18 |
438 | 2024-08-30T18:25:47.729Z | Compiling autocfg v1.3.0 |
439 | 2024-08-30T18:25:47.738Z | Compiling indexmap v2.4.0 |
440 | 2024-08-30T18:25:47.738Z | Compiling colorchoice v1.0.1 |
441 | 2024-08-30T18:25:47.777Z | Compiling anstream v0.6.14 |
442 | 2024-08-30T18:25:48.009Z | Compiling heck v0.4.1 |
443 | 2024-08-30T18:25:48.425Z | Compiling fs-err v2.11.0 |
444 | 2024-08-30T18:25:48.521Z | Compiling terminal_size v0.3.0 |
445 | 2024-08-30T18:25:48.582Z | Compiling clap_lex v0.7.0 |
446 | 2024-08-30T18:25:48.713Z | Compiling fastrand v2.1.0 |
447 | 2024-08-30T18:25:48.738Z | Compiling fnv v1.0.7 |
448 | 2024-08-30T18:25:48.885Z | Compiling bytecount v0.6.8 |
449 | 2024-08-30T18:25:48.940Z | Compiling strsim v0.11.1 |
450 | 2024-08-30T18:25:49.096Z | Compiling anyhow v1.0.86 |
451 | 2024-08-30T18:25:49.098Z | Compiling cfg-if v1.0.0 |
452 | 2024-08-30T18:25:49.143Z | Compiling heck v0.5.0 |
453 | 2024-08-30T18:25:49.213Z | Compiling tempfile v3.10.1 |
454 | 2024-08-30T18:25:49.667Z | Compiling clap_builder v4.5.15 |
455 | 2024-08-30T18:25:49.902Z | Compiling papergrid v0.11.0 |
456 | 2024-08-30T18:25:49.984Z | Compiling memmap v0.7.0 |
457 | 2024-08-30T18:25:50.060Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-08-30T18:25:50.084Z | Compiling smawk v0.3.2 |
459 | 2024-08-30T18:25:50.550Z | Compiling textwrap v0.16.1 |
460 | 2024-08-30T18:25:50.920Z | Compiling swrite v0.1.0 |
461 | 2024-08-30T18:25:52.148Z | Compiling tabled_derive v0.7.0 |
462 | 2024-08-30T18:25:53.936Z | Compiling tabled v0.15.0 |
463 | 2024-08-30T18:25:54.760Z | Compiling serde_derive v1.0.208 |
464 | 2024-08-30T18:25:54.760Z | Compiling thiserror-impl v1.0.63 |
465 | 2024-08-30T18:25:54.763Z | Compiling zerocopy-derive v0.7.34 |
466 | 2024-08-30T18:25:54.783Z | Compiling scroll_derive v0.12.0 |
467 | 2024-08-30T18:25:55.078Z | Compiling clap_derive v4.5.13 |
468 | 2024-08-30T18:25:56.335Z | Compiling scroll v0.12.0 |
469 | 2024-08-30T18:25:56.772Z | Compiling zerocopy v0.7.34 |
470 | 2024-08-30T18:25:56.869Z | Compiling goblin v0.8.2 |
471 | 2024-08-30T18:25:57.610Z | Compiling pest v2.7.10 |
472 | 2024-08-30T18:25:58.815Z | Compiling clap v4.5.16 |
473 | 2024-08-30T18:25:59.884Z | Compiling pest_meta v2.7.10 |
474 | 2024-08-30T18:26:00.730Z | Compiling pest_generator v2.7.10 |
475 | 2024-08-30T18:26:02.436Z | Compiling pest_derive v2.7.10 |
476 | 2024-08-30T18:26:03.045Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-08-30T18:26:05.244Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-08-30T18:26:05.284Z | Compiling serde_spanned v0.6.7 |
479 | 2024-08-30T18:26:05.286Z | Compiling toml_datetime v0.6.8 |
480 | 2024-08-30T18:26:05.597Z | Compiling toml_edit v0.22.20 |
481 | 2024-08-30T18:26:05.626Z | Compiling cargo-platform v0.1.8 |
482 | 2024-08-30T18:26:05.799Z | Compiling macaddr v1.0.1 |
483 | 2024-08-30T18:26:05.931Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-08-30T18:26:06.703Z | Compiling dof v0.3.0 |
485 | 2024-08-30T18:26:07.762Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-08-30T18:26:08.455Z | Compiling usdt-macro v0.5.0 |
487 | 2024-08-30T18:26:08.455Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-08-30T18:26:08.530Z | Compiling toml v0.8.19 |
489 | 2024-08-30T18:26:09.459Z | Compiling cargo_toml v0.20.4 |
490 | 2024-08-30T18:26:09.849Z | Compiling usdt v0.5.0 |
491 | 2024-08-30T18:26:13.226Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-08-30T18:26:17.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.51s |
493 | 2024-08-30T18:26:17.789Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-08-30T18:26:18.424Z | Downloading crates ... |
495 | 2024-08-30T18:26:18.546Z | Downloaded async-stream-impl v0.3.5 |
496 | 2024-08-30T18:26:18.550Z | Downloaded assert_matches v1.5.0 |
497 | 2024-08-30T18:26:18.550Z | Downloaded atty v0.2.14 |
498 | 2024-08-30T18:26:18.550Z | Downloaded bitstruct v0.1.1 |
499 | 2024-08-30T18:26:18.550Z | Downloaded darling_macro v0.20.9 |
500 | 2024-08-30T18:26:18.560Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-08-30T18:26:18.564Z | Downloaded ident_case v1.0.1 |
502 | 2024-08-30T18:26:18.564Z | Downloaded http-range v0.1.5 |
503 | 2024-08-30T18:26:18.564Z | Downloaded crucible-workspace-hack v0.1.0 |
504 | 2024-08-30T18:26:18.564Z | Downloaded base16ct v0.2.0 |
505 | 2024-08-30T18:26:18.568Z | Downloaded async-recursion v1.1.1 |
506 | 2024-08-30T18:26:18.570Z | Downloaded http-body v0.4.6 |
507 | 2024-08-30T18:26:18.574Z | Downloaded hostname v0.3.1 |
508 | 2024-08-30T18:26:18.574Z | Downloaded is_ci v1.2.0 |
509 | 2024-08-30T18:26:18.577Z | Downloaded atomic-waker v1.1.2 |
510 | 2024-08-30T18:26:18.577Z | Downloaded arrayref v0.3.7 |
511 | 2024-08-30T18:26:18.579Z | Downloaded matches v0.1.10 |
512 | 2024-08-30T18:26:18.579Z | Downloaded aead v0.5.2 |
513 | 2024-08-30T18:26:18.582Z | Downloaded new_debug_unreachable v1.0.6 |
514 | 2024-08-30T18:26:18.582Z | Downloaded castaway v0.2.3 |
515 | 2024-08-30T18:26:18.590Z | Downloaded constant_time_eq v0.3.0 |
516 | 2024-08-30T18:26:18.590Z | Downloaded mime v0.3.17 |
517 | 2024-08-30T18:26:18.590Z | Downloaded maplit v1.0.2 |
518 | 2024-08-30T18:26:18.593Z | Downloaded libefi-sys v0.1.0 |
519 | 2024-08-30T18:26:18.593Z | Downloaded bb8 v0.8.5 |
520 | 2024-08-30T18:26:18.593Z | Downloaded lru-cache v0.1.2 |
521 | 2024-08-30T18:26:18.593Z | Downloaded linear-map v1.2.0 |
522 | 2024-08-30T18:26:18.596Z | Downloaded md-5 v0.10.6 |
523 | 2024-08-30T18:26:18.596Z | Downloaded crc-catalog v2.4.0 |
524 | 2024-08-30T18:26:18.599Z | Downloaded kstat-rs v0.2.4 |
525 | 2024-08-30T18:26:18.601Z | Downloaded indent_write v2.2.0 |
526 | 2024-08-30T18:26:18.604Z | Downloaded nanorand v0.7.0 |
527 | 2024-08-30T18:26:18.607Z | Downloaded internet-checksum v0.2.1 |
528 | 2024-08-30T18:26:18.607Z | Downloaded nibble_vec v0.1.0 |
529 | 2024-08-30T18:26:18.609Z | Downloaded libloading v0.8.3 |
530 | 2024-08-30T18:26:18.611Z | Downloaded addr2line v0.21.0 |
531 | 2024-08-30T18:26:18.615Z | Downloaded instability v0.3.2 |
532 | 2024-08-30T18:26:18.618Z | Downloaded is-terminal v0.4.12 |
533 | 2024-08-30T18:26:18.621Z | Downloaded bitstruct_derive v0.1.0 |
534 | 2024-08-30T18:26:18.621Z | Downloaded instant v0.1.12 |
535 | 2024-08-30T18:26:18.621Z | Downloaded curve25519-dalek-derive v0.1.1 |
536 | 2024-08-30T18:26:18.624Z | Downloaded match_cfg v0.1.0 |
537 | 2024-08-30T18:26:18.624Z | Downloaded backoff v0.4.0 |
538 | 2024-08-30T18:26:18.628Z | Downloaded argon2 v0.5.3 |
539 | 2024-08-30T18:26:18.631Z | Downloaded ciborium-io v0.2.2 |
540 | 2024-08-30T18:26:18.631Z | Downloaded jobserver v0.1.32 |
541 | 2024-08-30T18:26:18.634Z | Downloaded hyper-rustls v0.24.2 |
542 | 2024-08-30T18:26:18.636Z | Downloaded cstr-argument v0.1.2 |
543 | 2024-08-30T18:26:18.641Z | Downloaded num-complex v0.4.6 |
544 | 2024-08-30T18:26:18.641Z | Downloaded nu-ansi-term v0.50.0 |
545 | 2024-08-30T18:26:18.643Z | Downloaded newtype_derive v0.1.6 |
546 | 2024-08-30T18:26:18.646Z | Downloaded normalize-line-endings v0.3.0 |
547 | 2024-08-30T18:26:18.646Z | Downloaded newline-converter v0.3.0 |
548 | 2024-08-30T18:26:18.649Z | Downloaded console v0.15.8 |
549 | 2024-08-30T18:26:18.652Z | Downloaded hubpack v0.1.2 |
550 | 2024-08-30T18:26:18.652Z | Downloaded stable_deref_trait v1.2.0 |
551 | 2024-08-30T18:26:18.657Z | Downloaded newtype-uuid v1.1.0 |
552 | 2024-08-30T18:26:18.657Z | Downloaded indoc v1.0.9 |
553 | 2024-08-30T18:26:18.659Z | Downloaded hyper-staticfile v0.9.5 |
554 | 2024-08-30T18:26:18.663Z | Downloaded same-file v1.0.6 |
555 | 2024-08-30T18:26:18.663Z | Downloaded memoffset v0.9.1 |
556 | 2024-08-30T18:26:18.665Z | Downloaded md5 v0.7.0 |
557 | 2024-08-30T18:26:18.665Z | Downloaded serde-big-array v0.5.1 |
558 | 2024-08-30T18:26:18.667Z | Downloaded termtree v0.4.1 |
559 | 2024-08-30T18:26:18.670Z | Downloaded ahash v0.8.11 |
560 | 2024-08-30T18:26:18.674Z | Downloaded maybe-uninit v2.0.0 |
561 | 2024-08-30T18:26:18.676Z | Downloaded try-lock v0.2.5 |
562 | 2024-08-30T18:26:18.676Z | Downloaded tinyvec_macros v0.1.1 |
563 | 2024-08-30T18:26:18.677Z | Downloaded managed v0.8.0 |
564 | 2024-08-30T18:26:18.680Z | Downloaded resolv-conf v0.7.0 |
565 | 2024-08-30T18:26:18.687Z | Downloaded rustc_version v0.1.7 |
566 | 2024-08-30T18:26:18.687Z | Downloaded lock_api v0.4.12 |
567 | 2024-08-30T18:26:18.690Z | Downloaded cbc v0.1.2 |
568 | 2024-08-30T18:26:18.690Z | Downloaded crc v3.2.1 |
569 | 2024-08-30T18:26:18.690Z | Downloaded mockall v0.13.0 |
570 | 2024-08-30T18:26:18.693Z | Downloaded num-conv v0.1.0 |
571 | 2024-08-30T18:26:18.693Z | Downloaded num v0.4.3 |
572 | 2024-08-30T18:26:18.696Z | Downloaded buf-list v1.0.3 |
573 | 2024-08-30T18:26:18.696Z | Downloaded nodrop v0.1.14 |
574 | 2024-08-30T18:26:18.699Z | Downloaded diesel_table_macro_syntax v0.2.0 |
575 | 2024-08-30T18:26:18.699Z | Downloaded rustversion v1.0.17 |
576 | 2024-08-30T18:26:18.715Z | Downloaded foreign-types-macros v0.2.3 |
577 | 2024-08-30T18:26:18.732Z | Downloaded spin v0.5.2 |
578 | 2024-08-30T18:26:18.732Z | Downloaded convert_case v0.4.0 |
579 | 2024-08-30T18:26:18.732Z | Downloaded bcrypt-pbkdf v0.10.0 |
580 | 2024-08-30T18:26:18.732Z | Downloaded mime_guess v2.0.4 |
581 | 2024-08-30T18:26:18.732Z | Downloaded termios v0.3.3 |
582 | 2024-08-30T18:26:18.732Z | Downloaded rfc6979 v0.4.0 |
583 | 2024-08-30T18:26:18.732Z | Downloaded clang-sys v1.7.0 |
584 | 2024-08-30T18:26:18.732Z | Downloaded opaque-debug v0.3.1 |
585 | 2024-08-30T18:26:18.732Z | Downloaded cookie v0.17.0 |
586 | 2024-08-30T18:26:18.734Z | Downloaded crossbeam-epoch v0.9.18 |
587 | 2024-08-30T18:26:18.735Z | Downloaded unicode-truncate v1.0.0 |
588 | 2024-08-30T18:26:18.735Z | Downloaded zeroize v1.7.0 |
589 | 2024-08-30T18:26:18.735Z | Downloaded indicatif v0.17.8 |
590 | 2024-08-30T18:26:18.735Z | Downloaded serde_path_to_error v0.1.16 |
591 | 2024-08-30T18:26:18.738Z | Downloaded parse-size v1.0.0 |
592 | 2024-08-30T18:26:18.738Z | Downloaded foreign-types v0.3.2 |
593 | 2024-08-30T18:26:18.740Z | Downloaded slog-async v2.8.0 |
594 | 2024-08-30T18:26:18.740Z | Downloaded deranged v0.3.11 |
595 | 2024-08-30T18:26:18.742Z | Downloaded debug-ignore v1.0.5 |
596 | 2024-08-30T18:26:18.745Z | Downloaded multimap v0.10.0 |
597 | 2024-08-30T18:26:18.745Z | Downloaded ssh-encoding v0.2.0 |
598 | 2024-08-30T18:26:18.747Z | Downloaded russh-cryptovec v0.7.2 |
599 | 2024-08-30T18:26:18.751Z | Downloaded ssh-cipher v0.2.0 |
600 | 2024-08-30T18:26:18.751Z | Downloaded hickory-server v0.24.1 |
601 | 2024-08-30T18:26:18.757Z | Downloaded cancel-safe-futures v0.1.5 |
602 | 2024-08-30T18:26:18.761Z | Downloaded phf_shared v0.10.0 |
603 | 2024-08-30T18:26:18.766Z | Downloaded group v0.13.0 |
604 | 2024-08-30T18:26:18.766Z | Downloaded supports-color v3.0.0 |
605 | 2024-08-30T18:26:18.771Z | Downloaded wyz v0.5.1 |
606 | 2024-08-30T18:26:18.771Z | Downloaded miniz_oxide v0.7.2 |
607 | 2024-08-30T18:26:18.771Z | Downloaded sqlparser_derive v0.2.2 |
608 | 2024-08-30T18:26:18.805Z | Downloaded heck v0.3.3 |
609 | 2024-08-30T18:26:18.806Z | Downloaded darling v0.20.9 |
610 | 2024-08-30T18:26:18.806Z | Downloaded bytes v1.7.1 |
611 | 2024-08-30T18:26:18.807Z | Downloaded tiny-keccak v2.0.2 |
612 | 2024-08-30T18:26:18.820Z | Downloaded strum v0.26.3 |
613 | 2024-08-30T18:26:18.820Z | Downloaded http v0.2.12 |
614 | 2024-08-30T18:26:18.820Z | Downloaded dhcproto-macros v0.1.0 |
615 | 2024-08-30T18:26:18.820Z | Downloaded take_mut v0.2.2 |
616 | 2024-08-30T18:26:18.821Z | Downloaded sync_wrapper v0.1.2 |
617 | 2024-08-30T18:26:18.821Z | Downloaded base64 v0.21.7 |
618 | 2024-08-30T18:26:18.821Z | Downloaded quick-error v1.2.3 |
619 | 2024-08-30T18:26:18.821Z | Downloaded zone_cfg_derive v0.1.2 |
620 | 2024-08-30T18:26:18.821Z | Downloaded num-integer v0.1.46 |
621 | 2024-08-30T18:26:18.821Z | Downloaded precomputed-hash v0.1.1 |
622 | 2024-08-30T18:26:18.821Z | Downloaded zone_cfg_derive v0.3.0 |
623 | 2024-08-30T18:26:18.821Z | Downloaded rpassword v7.3.1 |
624 | 2024-08-30T18:26:18.822Z | Downloaded parse-display v0.10.0 |
625 | 2024-08-30T18:26:18.822Z | Downloaded rtoolbox v0.0.2 |
626 | 2024-08-30T18:26:18.822Z | Downloaded shell-words v1.1.0 |
627 | 2024-08-30T18:26:18.822Z | Downloaded sha1 v0.10.6 |
628 | 2024-08-30T18:26:18.822Z | Downloaded signal-hook-mio v0.2.4 |
629 | 2024-08-30T18:26:18.822Z | Downloaded ecdsa v0.16.9 |
630 | 2024-08-30T18:26:18.832Z | Downloaded phf v0.11.2 |
631 | 2024-08-30T18:26:18.832Z | Downloaded number_prefix v0.4.0 |
632 | 2024-08-30T18:26:18.832Z | Downloaded tinyvec v1.6.0 |
633 | 2024-08-30T18:26:18.832Z | Downloaded num_threads v0.1.7 |
634 | 2024-08-30T18:26:18.832Z | Downloaded olpc-cjson v0.1.3 |
635 | 2024-08-30T18:26:18.832Z | Downloaded pem-rfc7468 v0.7.0 |
636 | 2024-08-30T18:26:18.832Z | Downloaded mio v0.8.11 |
637 | 2024-08-30T18:26:18.837Z | Downloaded headers-core v0.2.0 |
638 | 2024-08-30T18:26:18.837Z | Downloaded serde_arrays v0.1.0 |
639 | 2024-08-30T18:26:18.841Z | Downloaded vergen v8.3.2 |
640 | 2024-08-30T18:26:18.841Z | Downloaded cookie v0.18.1 |
641 | 2024-08-30T18:26:18.845Z | Downloaded chacha20poly1305 v0.10.1 |
642 | 2024-08-30T18:26:18.845Z | Downloaded wait-timeout v0.2.0 |
643 | 2024-08-30T18:26:18.851Z | Downloaded ena v0.14.3 |
644 | 2024-08-30T18:26:18.851Z | Downloaded tap v1.0.1 |
645 | 2024-08-30T18:26:18.851Z | Downloaded tabwriter v1.4.0 |
646 | 2024-08-30T18:26:18.859Z | Downloaded rand_seeder v0.3.0 |
647 | 2024-08-30T18:26:18.860Z | Downloaded untrusted v0.7.1 |
648 | 2024-08-30T18:26:18.868Z | Downloaded pin-project-internal v1.1.5 |
649 | 2024-08-30T18:26:18.880Z | Downloaded pin-utils v0.1.0 |
650 | 2024-08-30T18:26:18.880Z | Downloaded serde_with_macros v3.9.0 |
651 | 2024-08-30T18:26:18.881Z | Downloaded hash32 v0.2.1 |
652 | 2024-08-30T18:26:18.881Z | Downloaded futures-core v0.3.30 |
653 | 2024-08-30T18:26:18.888Z | Downloaded phf_shared v0.11.2 |
654 | 2024-08-30T18:26:18.888Z | Downloaded pem v3.0.4 |
655 | 2024-08-30T18:26:18.889Z | Downloaded pbkdf2 v0.11.0 |
656 | 2024-08-30T18:26:18.889Z | Downloaded arc-swap v1.7.1 |
657 | 2024-08-30T18:26:18.889Z | Downloaded derive_builder_macro v0.20.0 |
658 | 2024-08-30T18:26:18.889Z | Downloaded rustc_version v0.4.0 |
659 | 2024-08-30T18:26:18.908Z | Downloaded rand_xorshift v0.3.0 |
660 | 2024-08-30T18:26:18.909Z | Downloaded term v0.7.0 |
661 | 2024-08-30T18:26:18.909Z | Downloaded portpicker v0.1.1 |
662 | 2024-08-30T18:26:18.909Z | Downloaded minimal-lexical v0.2.1 |
663 | 2024-08-30T18:26:18.909Z | Downloaded foreign-types-shared v0.1.1 |
664 | 2024-08-30T18:26:18.909Z | Downloaded oso-derive v0.27.3 |
665 | 2024-08-30T18:26:18.920Z | Downloaded foreign-types-shared v0.3.1 |
666 | 2024-08-30T18:26:18.920Z | Downloaded slog-dtrace v0.3.0 |
667 | 2024-08-30T18:26:18.920Z | Downloaded pin-project v1.1.5 |
668 | 2024-08-30T18:26:18.921Z | Downloaded semver v0.1.20 |
669 | 2024-08-30T18:26:18.921Z | Downloaded spki v0.7.3 |
670 | 2024-08-30T18:26:18.939Z | Downloaded untrusted v0.9.0 |
671 | 2024-08-30T18:26:18.939Z | Downloaded pkcs1 v0.7.5 |
672 | 2024-08-30T18:26:18.939Z | Downloaded owo-colors v4.0.0 |
673 | 2024-08-30T18:26:18.939Z | Downloaded smf v0.2.3 |
674 | 2024-08-30T18:26:18.939Z | Downloaded futures-channel v0.3.30 |
675 | 2024-08-30T18:26:18.939Z | Downloaded slog v2.7.0 |
676 | 2024-08-30T18:26:18.954Z | Downloaded compact_str v0.8.0 |
677 | 2024-08-30T18:26:18.954Z | Downloaded scopeguard v1.2.0 |
678 | 2024-08-30T18:26:18.954Z | Downloaded openssl-probe v0.1.5 |
679 | 2024-08-30T18:26:18.954Z | Downloaded endian-type v0.1.2 |
680 | 2024-08-30T18:26:18.954Z | Downloaded futures-macro v0.3.30 |
681 | 2024-08-30T18:26:18.955Z | Downloaded futures-io v0.3.30 |
682 | 2024-08-30T18:26:18.955Z | Downloaded fallible-iterator v0.2.0 |
683 | 2024-08-30T18:26:18.955Z | Downloaded enum-as-inner v0.5.1 |
684 | 2024-08-30T18:26:18.955Z | Downloaded num-bigint v0.4.5 |
685 | 2024-08-30T18:26:18.978Z | Downloaded rustls-pki-types v1.7.0 |
686 | 2024-08-30T18:26:18.978Z | Downloaded ron v0.7.1 |
687 | 2024-08-30T18:26:18.979Z | Downloaded scrypt v0.11.0 |
688 | 2024-08-30T18:26:18.979Z | Downloaded fxhash v0.2.1 |
689 | 2024-08-30T18:26:18.979Z | Downloaded funty v2.0.0 |
690 | 2024-08-30T18:26:18.995Z | Downloaded fragile v2.0.0 |
691 | 2024-08-30T18:26:18.996Z | Downloaded tar v0.4.41 |
692 | 2024-08-30T18:26:18.996Z | Downloaded form_urlencoded v1.2.1 |
693 | 2024-08-30T18:26:18.996Z | Downloaded downcast v0.11.0 |
694 | 2024-08-30T18:26:18.996Z | Downloaded display-error-chain v0.2.1 |
695 | 2024-08-30T18:26:18.996Z | Downloaded polyval v0.6.2 |
696 | 2024-08-30T18:26:18.996Z | Downloaded salsa20 v0.10.2 |
697 | 2024-08-30T18:26:18.996Z | Downloaded thread_local v1.1.8 |
698 | 2024-08-30T18:26:18.996Z | Downloaded difflib v0.4.0 |
699 | 2024-08-30T18:26:18.997Z | Downloaded which v4.4.2 |
700 | 2024-08-30T18:26:18.997Z | Downloaded sqlformat v0.2.4 |
701 | 2024-08-30T18:26:18.997Z | Downloaded pkg-config v0.3.30 |
702 | 2024-08-30T18:26:18.997Z | Downloaded secrecy v0.8.0 |
703 | 2024-08-30T18:26:18.997Z | Downloaded sec1 v0.7.3 |
704 | 2024-08-30T18:26:18.997Z | Downloaded serde_yaml v0.9.34+deprecated |
705 | 2024-08-30T18:26:19.014Z | Downloaded ron v0.8.1 |
706 | 2024-08-30T18:26:19.014Z | Downloaded unarray v0.1.4 |
707 | 2024-08-30T18:26:19.014Z | Downloaded unicode-xid v0.2.4 |
708 | 2024-08-30T18:26:19.014Z | Downloaded tokio-tungstenite v0.23.1 |
709 | 2024-08-30T18:26:19.014Z | Downloaded itertools v0.12.1 |
710 | 2024-08-30T18:26:19.030Z | Downloaded unicode-bidi v0.3.15 |
711 | 2024-08-30T18:26:19.030Z | Downloaded signal-hook-tokio v0.3.1 |
712 | 2024-08-30T18:26:19.030Z | Downloaded psl-types v2.0.11 |
713 | 2024-08-30T18:26:19.030Z | Downloaded enum-as-inner v0.6.0 |
714 | 2024-08-30T18:26:19.030Z | Downloaded derive_builder_core v0.20.0 |
715 | 2024-08-30T18:26:19.030Z | Downloaded derive_builder v0.20.0 |
716 | 2024-08-30T18:26:19.054Z | Downloaded postgres-protocol v0.6.7 |
717 | 2024-08-30T18:26:19.054Z | Downloaded ghash v0.5.1 |
718 | 2024-08-30T18:26:19.054Z | Downloaded dirs-sys-next v0.1.2 |
719 | 2024-08-30T18:26:19.055Z | Downloaded radium v0.7.0 |
720 | 2024-08-30T18:26:19.055Z | Downloaded predicates-core v1.0.6 |
721 | 2024-08-30T18:26:19.055Z | Downloaded socket2 v0.5.7 |
722 | 2024-08-30T18:26:19.055Z | Downloaded parking_lot v0.11.2 |
723 | 2024-08-30T18:26:19.070Z | Downloaded elliptic-curve v0.13.8 |
724 | 2024-08-30T18:26:19.070Z | Downloaded p256 v0.13.2 |
725 | 2024-08-30T18:26:19.070Z | Downloaded env_logger v0.9.3 |
726 | 2024-08-30T18:26:19.070Z | Downloaded predicates-tree v1.0.9 |
727 | 2024-08-30T18:26:19.070Z | Downloaded prettyplease v0.2.20 |
728 | 2024-08-30T18:26:19.070Z | Downloaded rusty-fork v0.3.0 |
729 | 2024-08-30T18:26:19.070Z | Downloaded itertools v0.10.5 |
730 | 2024-08-30T18:26:19.076Z | Downloaded socket2 v0.4.10 |
731 | 2024-08-30T18:26:19.076Z | Downloaded want v0.3.1 |
732 | 2024-08-30T18:26:19.077Z | Downloaded powerfmt v0.2.0 |
733 | 2024-08-30T18:26:19.077Z | Downloaded signature v2.2.0 |
734 | 2024-08-30T18:26:19.077Z | Downloaded ref-cast-impl v1.0.23 |
735 | 2024-08-30T18:26:19.077Z | Downloaded tokio-macros v2.4.0 |
736 | 2024-08-30T18:26:19.077Z | Downloaded parking_lot v0.12.2 |
737 | 2024-08-30T18:26:19.077Z | Downloaded samael v0.0.15 |
738 | 2024-08-30T18:26:19.081Z | Downloaded packed_struct v0.10.1 |
739 | 2024-08-30T18:26:19.081Z | Downloaded sct v0.7.1 |
740 | 2024-08-30T18:26:19.085Z | Downloaded hex-literal v0.4.1 |
741 | 2024-08-30T18:26:19.088Z | Downloaded vte v0.11.1 |
742 | 2024-08-30T18:26:19.088Z | Downloaded defmt-parser v0.3.4 |
743 | 2024-08-30T18:26:19.089Z | Downloaded defmt-macros v0.3.9 |
744 | 2024-08-30T18:26:19.092Z | Downloaded tungstenite v0.21.0 |
745 | 2024-08-30T18:26:19.095Z | Downloaded ref-cast v1.0.23 |
746 | 2024-08-30T18:26:19.099Z | Downloaded aes v0.8.4 |
747 | 2024-08-30T18:26:19.104Z | Downloaded crossterm v0.27.0 |
748 | 2024-08-30T18:26:19.109Z | Downloaded toolchain_find v0.4.0 |
749 | 2024-08-30T18:26:19.115Z | Downloaded snafu v0.8.2 |
750 | 2024-08-30T18:26:19.124Z | Downloaded num_enum_derive v0.5.11 |
751 | 2024-08-30T18:26:19.124Z | Downloaded structmeta-derive v0.3.0 |
752 | 2024-08-30T18:26:19.124Z | Downloaded smallvec v1.13.2 |
753 | 2024-08-30T18:26:19.128Z | Downloaded predicates v3.1.2 |
754 | 2024-08-30T18:26:19.128Z | Downloaded password-hash v0.4.2 |
755 | 2024-08-30T18:26:19.128Z | Downloaded postcard v1.0.8 |
756 | 2024-08-30T18:26:19.132Z | Downloaded tokio-tungstenite v0.20.1 |
757 | 2024-08-30T18:26:19.132Z | Downloaded toml v0.7.8 |
758 | 2024-08-30T18:26:19.136Z | Downloaded pretty-hex v0.2.1 |
759 | 2024-08-30T18:26:19.141Z | Downloaded strum_macros v0.26.4 |
760 | 2024-08-30T18:26:19.141Z | Downloaded paste v1.0.15 |
761 | 2024-08-30T18:26:19.146Z | Downloaded futures-sink v0.3.30 |
762 | 2024-08-30T18:26:19.146Z | Downloaded signal-hook-registry v1.4.2 |
763 | 2024-08-30T18:26:19.146Z | Downloaded tungstenite v0.20.1 |
764 | 2024-08-30T18:26:19.156Z | Downloaded stringprep v0.1.4 |
765 | 2024-08-30T18:26:19.156Z | Downloaded zip v0.6.6 |
766 | 2024-08-30T18:26:19.160Z | Downloaded itertools v0.13.0 |
767 | 2024-08-30T18:26:19.169Z | Downloaded universal-hash v0.5.1 |
768 | 2024-08-30T18:26:19.169Z | Downloaded peg v0.8.4 |
769 | 2024-08-30T18:26:19.181Z | Downloaded serde_urlencoded v0.7.1 |
770 | 2024-08-30T18:26:19.181Z | Downloaded openssl-sys v0.9.103 |
771 | 2024-08-30T18:26:19.181Z | Downloaded string_cache v0.8.7 |
772 | 2024-08-30T18:26:19.192Z | Downloaded pbkdf2 v0.12.2 |
773 | 2024-08-30T18:26:19.192Z | Downloaded termcolor v1.4.1 |
774 | 2024-08-30T18:26:19.193Z | Downloaded hex v0.4.3 |
775 | 2024-08-30T18:26:19.193Z | Downloaded peg-runtime v0.8.3 |
776 | 2024-08-30T18:26:19.193Z | Downloaded flagset v0.4.5 |
777 | 2024-08-30T18:26:19.193Z | Downloaded rustls-pemfile v2.1.3 |
778 | 2024-08-30T18:26:19.193Z | Downloaded path-slash v0.1.5 |
779 | 2024-08-30T18:26:19.193Z | Downloaded r2d2 v0.8.10 |
780 | 2024-08-30T18:26:19.198Z | Downloaded proc-macro-crate v1.3.1 |
781 | 2024-08-30T18:26:19.199Z | Downloaded num_enum v0.5.11 |
782 | 2024-08-30T18:26:19.199Z | Downloaded tracing-attributes v0.1.27 |
783 | 2024-08-30T18:26:19.199Z | Downloaded strum_macros v0.25.3 |
784 | 2024-08-30T18:26:19.205Z | Downloaded vte_generate_state_changes v0.1.1 |
785 | 2024-08-30T18:26:19.205Z | Downloaded ppv-lite86 v0.2.17 |
786 | 2024-08-30T18:26:19.206Z | Downloaded password-hash v0.5.0 |
787 | 2024-08-30T18:26:19.206Z | Downloaded sigpipe v0.1.3 |
788 | 2024-08-30T18:26:19.206Z | Downloaded des v0.8.1 |
789 | 2024-08-30T18:26:19.211Z | Downloaded postgres-types v0.2.7 |
790 | 2024-08-30T18:26:19.211Z | Downloaded strum_macros v0.24.3 |
791 | 2024-08-30T18:26:19.211Z | Downloaded russh v0.45.0 |
792 | 2024-08-30T18:26:19.218Z | Downloaded ssh-key v0.6.6 |
793 | 2024-08-30T18:26:19.224Z | Downloaded time-core v0.1.2 |
794 | 2024-08-30T18:26:19.235Z | Downloaded serde-hex v0.1.0 |
795 | 2024-08-30T18:26:19.235Z | Downloaded rustc-hash v1.1.0 |
796 | 2024-08-30T18:26:19.235Z | Downloaded primeorder v0.13.6 |
797 | 2024-08-30T18:26:19.235Z | Downloaded glob v0.3.1 |
798 | 2024-08-30T18:26:19.235Z | Downloaded expectorate v1.1.0 |
799 | 2024-08-30T18:26:19.245Z | Downloaded serde_repr v0.1.19 |
800 | 2024-08-30T18:26:19.245Z | Downloaded smallvec v0.6.14 |
801 | 2024-08-30T18:26:19.245Z | Downloaded twox-hash v1.6.3 |
802 | 2024-08-30T18:26:19.245Z | Downloaded hickory-client v0.24.1 |
803 | 2024-08-30T18:26:19.252Z | Downloaded dirs-next v2.0.0 |
804 | 2024-08-30T18:26:19.253Z | Downloaded fd-lock v4.0.2 |
805 | 2024-08-30T18:26:19.253Z | Downloaded futures-task v0.3.30 |
806 | 2024-08-30T18:26:19.253Z | Downloaded filetime v0.2.25 |
807 | 2024-08-30T18:26:19.253Z | Downloaded aes-gcm v0.10.3 |
808 | 2024-08-30T18:26:19.261Z | Downloaded test-strategy v0.3.1 |
809 | 2024-08-30T18:26:19.261Z | Downloaded tokio-native-tls v0.3.1 |
810 | 2024-08-30T18:26:19.261Z | Downloaded tokio-rustls v0.24.1 |
811 | 2024-08-30T18:26:19.279Z | Downloaded structmeta-derive v0.2.0 |
812 | 2024-08-30T18:26:19.279Z | Downloaded num-rational v0.4.2 |
813 | 2024-08-30T18:26:19.280Z | Downloaded zerocopy v0.6.6 |
814 | 2024-08-30T18:26:19.280Z | Downloaded derive_more v0.99.18 |
815 | 2024-08-30T18:26:19.280Z | Downloaded walkdir v2.5.0 |
816 | 2024-08-30T18:26:19.280Z | Downloaded uzers v0.11.3 |
817 | 2024-08-30T18:26:19.280Z | Downloaded slog-stdlog v4.1.1 |
818 | 2024-08-30T18:26:19.280Z | Downloaded slog-scope v4.4.0 |
819 | 2024-08-30T18:26:19.287Z | Downloaded rustc-demangle v0.1.24 |
820 | 2024-08-30T18:26:19.287Z | Downloaded hkdf v0.12.4 |
821 | 2024-08-30T18:26:19.287Z | Downloaded headers v0.3.9 |
822 | 2024-08-30T18:26:19.292Z | Downloaded strip-ansi-escapes v0.2.0 |
823 | 2024-08-30T18:26:19.292Z | Downloaded time-macros v0.2.18 |
824 | 2024-08-30T18:26:19.292Z | Downloaded russh-keys v0.45.0 |
825 | 2024-08-30T18:26:19.299Z | Downloaded pkcs8 v0.10.2 |
826 | 2024-08-30T18:26:19.299Z | Downloaded peg-macros v0.8.4 |
827 | 2024-08-30T18:26:19.300Z | Downloaded erased-serde v0.3.31 |
828 | 2024-08-30T18:26:19.306Z | Downloaded rcgen v0.12.1 |
829 | 2024-08-30T18:26:19.306Z | Downloaded x509-cert v0.2.5 |
830 | 2024-08-30T18:26:19.314Z | Downloaded env_logger v0.10.2 |
831 | 2024-08-30T18:26:19.317Z | Downloaded tokio-tungstenite v0.21.0 |
832 | 2024-08-30T18:26:19.317Z | Downloaded tracing-core v0.1.32 |
833 | 2024-08-30T18:26:19.319Z | Downloaded serde_derive_internals v0.29.1 |
834 | 2024-08-30T18:26:19.319Z | Downloaded diff v0.1.13 |
835 | 2024-08-30T18:26:19.322Z | Downloaded subprocess v0.2.9 |
836 | 2024-08-30T18:26:19.324Z | Downloaded slog-term v2.9.1 |
837 | 2024-08-30T18:26:19.327Z | Downloaded half v2.4.1 |
838 | 2024-08-30T18:26:19.330Z | Downloaded num-traits v0.2.19 |
839 | 2024-08-30T18:26:19.333Z | Downloaded fatfs v0.3.6 |
840 | 2024-08-30T18:26:19.336Z | Downloaded uuid v1.10.0 |
841 | 2024-08-30T18:26:19.339Z | Downloaded tungstenite v0.23.0 |
842 | 2024-08-30T18:26:19.343Z | Downloaded aho-corasick v1.1.3 |
843 | 2024-08-30T18:26:19.349Z | Downloaded hashbrown v0.12.3 |
844 | 2024-08-30T18:26:19.354Z | Downloaded tokio-postgres v0.7.11 |
845 | 2024-08-30T18:26:19.359Z | Downloaded unicode-normalization v0.1.23 |
846 | 2024-08-30T18:26:19.363Z | Downloaded similar v2.6.0 |
847 | 2024-08-30T18:26:19.368Z | Downloaded unsafe-libyaml v0.2.11 |
848 | 2024-08-30T18:26:19.371Z | Downloaded pkcs5 v0.7.1 |
849 | 2024-08-30T18:26:19.375Z | Downloaded p521 v0.13.3 |
850 | 2024-08-30T18:26:19.380Z | Downloaded tracing v0.1.40 |
851 | 2024-08-30T18:26:19.384Z | Downloaded typed-path v0.7.1 |
852 | 2024-08-30T18:26:19.390Z | Downloaded steno v0.4.1 |
853 | 2024-08-30T18:26:19.394Z | Downloaded sqlparser v0.45.0 |
854 | 2024-08-30T18:26:19.400Z | Downloaded bitvec v1.0.1 |
855 | 2024-08-30T18:26:19.415Z | Downloaded bindgen v0.69.4 |
856 | 2024-08-30T18:26:19.422Z | Downloaded rustyline v14.0.0 |
857 | 2024-08-30T18:26:19.428Z | Downloaded lalrpop v0.19.12 |
858 | 2024-08-30T18:26:19.440Z | Downloaded vcpkg v0.2.15 |
859 | 2024-08-30T18:26:19.482Z | Downloaded idna v0.5.0 |
860 | 2024-08-30T18:26:19.490Z | Downloaded reedline v0.33.0 |
861 | 2024-08-30T18:26:19.498Z | Downloaded time v0.3.36 |
862 | 2024-08-30T18:26:19.506Z | Downloaded winnow v0.5.40 |
863 | 2024-08-30T18:26:19.517Z | Downloaded chrono v0.4.38 |
864 | 2024-08-30T18:26:19.525Z | Downloaded rustls-webpki v0.101.7 |
865 | 2024-08-30T18:26:19.541Z | Downloaded reqwest v0.11.27 |
866 | 2024-08-30T18:26:19.550Z | Downloaded serde_with v3.9.0 |
867 | 2024-08-30T18:26:19.560Z | Downloaded h2 v0.3.26 |
868 | 2024-08-30T18:26:19.567Z | Downloaded futures-util v0.3.30 |
869 | 2024-08-30T18:26:19.580Z | Downloaded quick-xml v0.31.0 |
870 | 2024-08-30T18:26:19.587Z | Downloaded object v0.32.2 |
871 | 2024-08-30T18:26:19.598Z | Downloaded curve25519-dalek v4.1.3 |
872 | 2024-08-30T18:26:19.609Z | Downloaded smoltcp v0.9.1 |
873 | 2024-08-30T18:26:19.621Z | Downloaded proptest v1.5.0 |
874 | 2024-08-30T18:26:19.631Z | Downloaded polar-core v0.27.3 |
875 | 2024-08-30T18:26:19.640Z | Downloaded radix_trie v0.2.1 |
876 | 2024-08-30T18:26:19.646Z | Downloaded p384 v0.13.0 |
877 | 2024-08-30T18:26:19.652Z | Downloaded smoltcp v0.11.0 |
878 | 2024-08-30T18:26:19.665Z | Downloaded rustls v0.22.4 |
879 | 2024-08-30T18:26:19.679Z | Downloaded regex v1.10.6 |
880 | 2024-08-30T18:26:19.693Z | Downloaded gimli v0.28.1 |
881 | 2024-08-30T18:26:19.702Z | Downloaded webpki-roots v0.25.4 |
882 | 2024-08-30T18:26:19.707Z | Downloaded sled v0.34.7 |
883 | 2024-08-30T18:26:19.716Z | Downloaded dropshot v0.10.1 |
884 | 2024-08-30T18:26:19.726Z | Downloaded openssl v0.10.66 |
885 | 2024-08-30T18:26:19.736Z | Downloaded regex-syntax v0.6.29 |
886 | 2024-08-30T18:26:19.743Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
887 | 2024-08-30T18:26:19.758Z | Downloaded regex-syntax v0.8.4 |
888 | 2024-08-30T18:26:19.765Z | Downloaded regress v0.9.1 |
889 | 2024-08-30T18:26:19.775Z | Downloaded regex-automata v0.4.6 |
890 | 2024-08-30T18:26:19.793Z | Downloaded openapiv3 v2.0.0 |
891 | 2024-08-30T18:26:19.805Z | Downloaded hickory-proto v0.24.1 |
892 | 2024-08-30T18:26:19.821Z | Downloaded csv v1.3.0 |
893 | 2024-08-30T18:26:19.842Z | Downloaded zerocopy-derive v0.6.6 |
894 | 2024-08-30T18:26:19.852Z | Downloaded ratatui v0.28.0 |
895 | 2024-08-30T18:26:19.872Z | Downloaded petgraph v0.6.5 |
896 | 2024-08-30T18:26:19.889Z | Downloaded rustls v0.21.12 |
897 | 2024-08-30T18:26:19.901Z | Downloaded diesel v2.2.3 |
898 | 2024-08-30T18:26:19.920Z | Downloaded bstr v1.9.1 |
899 | 2024-08-30T18:26:19.930Z | Downloaded finl_unicode v1.2.0 |
900 | 2024-08-30T18:26:19.944Z | Downloaded trust-dns-proto v0.22.0 |
901 | 2024-08-30T18:26:19.955Z | Downloaded rayon v1.10.0 |
902 | 2024-08-30T18:26:19.966Z | Downloaded git2 v0.19.0 |
903 | 2024-08-30T18:26:19.975Z | Downloaded tokio v1.39.3 |
904 | 2024-08-30T18:26:20.013Z | Downloaded object v0.30.4 |
905 | 2024-08-30T18:26:20.023Z | Downloaded idna v0.4.0 |
906 | 2024-08-30T18:26:20.030Z | Downloaded rustls-webpki v0.102.4 |
907 | 2024-08-30T18:26:20.048Z | Downloaded nix v0.28.0 |
908 | 2024-08-30T18:26:20.059Z | Downloaded sha3 v0.10.8 |
909 | 2024-08-30T18:26:20.065Z | Downloaded nix v0.27.1 |
910 | 2024-08-30T18:26:20.076Z | Downloaded idna v0.3.0 |
911 | 2024-08-30T18:26:20.082Z | Downloaded idna v0.2.3 |
912 | 2024-08-30T18:26:20.089Z | Downloaded rayon-core v1.12.1 |
913 | 2024-08-30T18:26:20.093Z | Downloaded flate2 v1.0.31 |
914 | 2024-08-30T18:26:20.098Z | Downloaded tokio-util v0.7.11 |
915 | 2024-08-30T18:26:20.104Z | Downloaded portable-atomic v1.6.0 |
916 | 2024-08-30T18:26:20.110Z | Downloaded hickory-resolver v0.24.1 |
917 | 2024-08-30T18:26:20.114Z | Downloaded siphasher v0.3.11 |
918 | 2024-08-30T18:26:20.117Z | Downloaded blake3 v1.5.1 |
919 | 2024-08-30T18:26:20.124Z | Downloaded unicode_categories v0.1.1 |
920 | 2024-08-30T18:26:20.127Z | Downloaded toml_edit v0.19.15 |
921 | 2024-08-30T18:26:20.141Z | Downloaded tough v0.17.1 |
922 | 2024-08-30T18:26:20.150Z | Downloaded tokio-rustls v0.25.0 |
923 | 2024-08-30T18:26:20.154Z | Downloaded ring v0.16.20 |
924 | 2024-08-30T18:26:20.233Z | Downloaded hashbrown v0.13.2 |
925 | 2024-08-30T18:26:20.237Z | Downloaded hyper v0.14.30 |
926 | 2024-08-30T18:26:20.245Z | Downloaded derive-where v1.2.7 |
927 | 2024-08-30T18:26:20.248Z | Downloaded rusqlite v0.31.0 |
928 | 2024-08-30T18:26:20.254Z | Downloaded fallible-iterator v0.3.0 |
929 | 2024-08-30T18:26:20.257Z | Downloaded globset v0.4.14 |
930 | 2024-08-30T18:26:20.259Z | Downloaded getrandom v0.2.14 |
931 | 2024-08-30T18:26:20.262Z | Downloaded der v0.7.9 |
932 | 2024-08-30T18:26:20.265Z | Downloaded encoding_rs v0.8.34 |
933 | 2024-08-30T18:26:20.288Z | Downloaded ff v0.13.0 |
934 | 2024-08-30T18:26:20.290Z | Downloaded packed_struct_codegen v0.10.1 |
935 | 2024-08-30T18:26:20.290Z | Downloaded url v2.5.2 |
936 | 2024-08-30T18:26:20.293Z | Downloaded crossterm v0.28.1 |
937 | 2024-08-30T18:26:20.299Z | Downloaded publicsuffix v2.2.3 |
938 | 2024-08-30T18:26:20.302Z | Downloaded heapless v0.7.17 |
939 | 2024-08-30T18:26:20.306Z | Downloaded oso v0.27.3 |
940 | 2024-08-30T18:26:20.309Z | Downloaded fixedbitset v0.4.2 |
941 | 2024-08-30T18:26:20.311Z | Downloaded static_assertions v1.1.0 |
942 | 2024-08-30T18:26:20.314Z | Downloaded openssl-macros v0.1.1 |
943 | 2024-08-30T18:26:20.314Z | Downloaded rand v0.8.5 |
944 | 2024-08-30T18:26:20.316Z | Downloaded tokio-stream v0.1.15 |
945 | 2024-08-30T18:26:20.320Z | Downloaded schemars v0.8.21 |
946 | 2024-08-30T18:26:20.331Z | Downloaded poly1305 v0.8.0 |
947 | 2024-08-30T18:26:20.333Z | Downloaded heapless v0.8.0 |
948 | 2024-08-30T18:26:20.337Z | Downloaded rsa v0.9.6 |
949 | 2024-08-30T18:26:20.342Z | Downloaded defmt v0.3.8 |
950 | 2024-08-30T18:26:20.345Z | Downloaded zone v0.1.8 |
951 | 2024-08-30T18:26:20.347Z | Downloaded zeroize_derive v1.4.2 |
952 | 2024-08-30T18:26:20.347Z | Downloaded tui-tree-widget v0.22.0 |
953 | 2024-08-30T18:26:20.350Z | Downloaded yasna v0.5.2 |
954 | 2024-08-30T18:26:20.350Z | Downloaded ed25519-dalek v2.1.1 |
955 | 2024-08-30T18:26:20.353Z | Downloaded unicode-segmentation v1.11.0 |
956 | 2024-08-30T18:26:20.357Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
957 | 2024-08-30T18:26:20.415Z | Downloaded num-bigint-dig v0.8.4 |
958 | 2024-08-30T18:26:20.421Z | Downloaded num-iter v0.1.45 |
959 | 2024-08-30T18:26:20.424Z | Downloaded whoami v1.5.1 |
960 | 2024-08-30T18:26:20.424Z | Downloaded libm v0.2.8 |
961 | 2024-08-30T18:26:20.430Z | Downloaded hash32 v0.3.1 |
962 | 2024-08-30T18:26:20.432Z | Downloaded gethostname v0.5.0 |
963 | 2024-08-30T18:26:20.432Z | Downloaded thiserror-no-std v2.0.2 |
964 | 2024-08-30T18:26:20.436Z | Downloaded crossbeam-channel v0.5.12 |
965 | 2024-08-30T18:26:20.440Z | Downloaded data-encoding v2.6.0 |
966 | 2024-08-30T18:26:20.442Z | Downloaded parking_lot_core v0.8.6 |
967 | 2024-08-30T18:26:20.447Z | Downloaded dhcproto v0.12.0 |
968 | 2024-08-30T18:26:20.449Z | Downloaded mio v1.0.2 |
969 | 2024-08-30T18:26:20.452Z | Downloaded thiserror-impl-no-std v2.0.2 |
970 | 2024-08-30T18:26:20.454Z | Downloaded slog-envlogger v2.2.0 |
971 | 2024-08-30T18:26:20.454Z | Downloaded slab v0.4.9 |
972 | 2024-08-30T18:26:20.456Z | Downloaded futures v0.3.30 |
973 | 2024-08-30T18:26:20.460Z | Downloaded spin v0.9.8 |
974 | 2024-08-30T18:26:20.463Z | Downloaded structmeta v0.2.0 |
975 | 2024-08-30T18:26:20.463Z | Downloaded float-cmp v0.9.0 |
976 | 2024-08-30T18:26:20.466Z | Downloaded flume v0.11.0 |
977 | 2024-08-30T18:26:20.468Z | Downloaded structmeta v0.3.0 |
978 | 2024-08-30T18:26:20.471Z | Downloaded slog-json v2.6.1 |
979 | 2024-08-30T18:26:20.471Z | Downloaded rustfmt-wrapper v0.2.1 |
980 | 2024-08-30T18:26:20.473Z | Downloaded futures-executor v0.3.30 |
981 | 2024-08-30T18:26:20.474Z | Downloaded diesel_derives v2.2.2 |
982 | 2024-08-30T18:26:20.476Z | Downloaded nom v7.1.3 |
983 | 2024-08-30T18:26:20.481Z | Downloaded libxml v0.3.3 |
984 | 2024-08-30T18:26:20.487Z | Downloaded pin-project-lite v0.2.14 |
985 | 2024-08-30T18:26:20.492Z | Downloaded parking_lot_core v0.9.10 |
986 | 2024-08-30T18:26:20.494Z | Downloaded schemars_derive v0.8.21 |
987 | 2024-08-30T18:26:20.496Z | Downloaded crypto-bigint v0.5.5 |
988 | 2024-08-30T18:26:20.502Z | Downloaded omicron-zone-package v0.11.0 |
989 | 2024-08-30T18:26:20.504Z | Downloaded vsss-rs v3.3.4 |
990 | 2024-08-30T18:26:20.507Z | Downloaded http v1.1.0 |
991 | 2024-08-30T18:26:20.511Z | Downloaded snafu-derive v0.8.2 |
992 | 2024-08-30T18:26:20.513Z | Downloaded zone v0.3.0 |
993 | 2024-08-30T18:26:20.513Z | Downloaded xattr v1.3.1 |
994 | 2024-08-30T18:26:20.515Z | Downloaded unicase v2.7.0 |
995 | 2024-08-30T18:26:20.517Z | Downloaded topological-sort v0.2.2 |
996 | 2024-08-30T18:26:20.517Z | Downloaded hashlink v0.9.1 |
997 | 2024-08-30T18:26:20.521Z | Downloaded embedded-io v0.4.0 |
998 | 2024-08-30T18:26:20.521Z | Downloaded dyn-clone v1.0.17 |
999 | 2024-08-30T18:26:20.523Z | Downloaded dsl_auto_type v0.1.2 |
1000 | 2024-08-30T18:26:20.523Z | Downloaded dropshot_endpoint v0.10.1 |
1001 | 2024-08-30T18:26:20.523Z | Downloaded utf-8 v0.7.6 |
1002 | 2024-08-30T18:26:20.526Z | Downloaded const_format v0.2.32 |
1003 | 2024-08-30T18:26:20.529Z | Downloaded base64 v0.13.1 |
1004 | 2024-08-30T18:26:20.531Z | Downloaded cc v1.0.97 |
1005 | 2024-08-30T18:26:20.534Z | Downloaded percent-encoding v2.3.1 |
1006 | 2024-08-30T18:26:20.537Z | Downloaded crossbeam-utils v0.8.19 |
1007 | 2024-08-30T18:26:20.540Z | Downloaded const-oid v0.9.6 |
1008 | 2024-08-30T18:26:20.540Z | Downloaded cipher v0.4.4 |
1009 | 2024-08-30T18:26:20.543Z | Downloaded num-derive v0.4.2 |
1010 | 2024-08-30T18:26:20.545Z | Downloaded tower-service v0.3.2 |
1011 | 2024-08-30T18:26:20.545Z | Downloaded rand_core v0.6.4 |
1012 | 2024-08-30T18:26:20.545Z | Downloaded rand_chacha v0.3.1 |
1013 | 2024-08-30T18:26:20.548Z | Downloaded float-ord v0.3.2 |
1014 | 2024-08-30T18:26:20.548Z | Downloaded der_derive v0.7.2 |
1015 | 2024-08-30T18:26:20.548Z | Downloaded signal-hook v0.3.17 |
1016 | 2024-08-30T18:26:20.550Z | Downloaded async-bb8-diesel v0.2.1 |
1017 | 2024-08-30T18:26:20.553Z | Downloaded parse-display-derive v0.10.0 |
1018 | 2024-08-30T18:26:20.555Z | Downloaded getopts v0.2.21 |
1019 | 2024-08-30T18:26:20.557Z | Downloaded fallible-streaming-iterator v0.1.9 |
1020 | 2024-08-30T18:26:20.558Z | Downloaded serde_plain v1.0.2 |
1021 | 2024-08-30T18:26:20.558Z | Downloaded rustls-pemfile v1.0.4 |
1022 | 2024-08-30T18:26:20.560Z | Downloaded mockall_derive v0.13.0 |
1023 | 2024-08-30T18:26:20.562Z | Downloaded base64ct v1.6.0 |
1024 | 2024-08-30T18:26:20.564Z | Downloaded base64 v0.22.1 |
1025 | 2024-08-30T18:26:20.567Z | Downloaded backtrace v0.3.71 |
1026 | 2024-08-30T18:26:20.572Z | Downloaded allocator-api2 v0.2.18 |
1027 | 2024-08-30T18:26:20.575Z | Downloaded waitgroup v0.1.2 |
1028 | 2024-08-30T18:26:20.584Z | Downloaded native-tls v0.2.11 |
1029 | 2024-08-30T18:26:20.584Z | Downloaded darling_core v0.20.9 |
1030 | 2024-08-30T18:26:20.584Z | Downloaded subtle v2.5.0 |
1031 | 2024-08-30T18:26:20.584Z | Downloaded either v1.13.0 |
1032 | 2024-08-30T18:26:20.589Z | Downloaded ed25519 v2.2.3 |
1033 | 2024-08-30T18:26:20.589Z | Downloaded indexmap v1.9.3 |
1034 | 2024-08-30T18:26:20.591Z | Downloaded csv-core v0.1.11 |
1035 | 2024-08-30T18:26:20.591Z | Downloaded crossbeam-deque v0.8.5 |
1036 | 2024-08-30T18:26:20.593Z | Downloaded crc32fast v1.4.0 |
1037 | 2024-08-30T18:26:20.593Z | Downloaded const_format_proc_macros v0.2.32 |
1038 | 2024-08-30T18:26:20.596Z | Downloaded blowfish v0.9.1 |
1039 | 2024-08-30T18:26:20.598Z | Downloaded tls_codec_derive v0.4.1 |
1040 | 2024-08-30T18:26:20.598Z | Downloaded blake2 v0.10.6 |
1041 | 2024-08-30T18:26:20.600Z | Downloaded async-trait v0.1.81 |
1042 | 2024-08-30T18:26:20.603Z | Downloaded tls_codec v0.4.1 |
1043 | 2024-08-30T18:26:20.605Z | Downloaded ciborium v0.2.2 |
1044 | 2024-08-30T18:26:20.608Z | Downloaded ipnet v2.9.0 |
1045 | 2024-08-30T18:26:20.610Z | Downloaded crc-any v2.5.0 |
1046 | 2024-08-30T18:26:20.612Z | Downloaded arrayvec v0.7.4 |
1047 | 2024-08-30T18:26:20.612Z | Downloaded slog-bunyan v2.5.0 |
1048 | 2024-08-30T18:26:20.615Z | Downloaded shlex v1.3.0 |
1049 | 2024-08-30T18:26:20.615Z | Downloaded scheduled-thread-pool v0.2.7 |
1050 | 2024-08-30T18:26:20.618Z | Downloaded keccak v0.1.5 |
1051 | 2024-08-30T18:26:20.618Z | Downloaded impl-trait-for-tuples v0.2.2 |
1052 | 2024-08-30T18:26:20.620Z | Downloaded iana-time-zone v0.1.60 |
1053 | 2024-08-30T18:26:20.623Z | Downloaded foreign-types v0.5.0 |
1054 | 2024-08-30T18:26:20.623Z | Downloaded cobs v0.2.3 |
1055 | 2024-08-30T18:26:20.625Z | Downloaded chacha20 v0.9.1 |
1056 | 2024-08-30T18:26:20.626Z | Downloaded cexpr v0.6.0 |
1057 | 2024-08-30T18:26:20.628Z | Downloaded cassowary v0.3.0 |
1058 | 2024-08-30T18:26:20.631Z | Downloaded bitflags v1.3.2 |
1059 | 2024-08-30T18:26:20.634Z | Downloaded bitfield v0.14.0 |
1060 | 2024-08-30T18:26:20.634Z | Downloaded bit-set v0.5.3 |
1061 | 2024-08-30T18:26:20.637Z | Downloaded lru v0.12.3 |
1062 | 2024-08-30T18:26:20.637Z | Downloaded libsw v3.3.1 |
1063 | 2024-08-30T18:26:20.637Z | Downloaded httpdate v1.0.3 |
1064 | 2024-08-30T18:26:20.640Z | Downloaded linked-hash-map v0.5.6 |
1065 | 2024-08-30T18:26:20.640Z | Downloaded lazycell v1.3.0 |
1066 | 2024-08-30T18:26:20.643Z | Downloaded inout v0.1.3 |
1067 | 2024-08-30T18:26:20.643Z | Downloaded cookie_store v0.20.0 |
1068 | 2024-08-30T18:26:20.643Z | Downloaded ciborium-ll v0.2.2 |
1069 | 2024-08-30T18:26:20.646Z | Downloaded bzip2 v0.4.4 |
1070 | 2024-08-30T18:26:20.646Z | Downloaded bcs v0.1.6 |
1071 | 2024-08-30T18:26:20.649Z | Downloaded async-stream v0.3.5 |
1072 | 2024-08-30T18:26:20.649Z | Downloaded array-init v0.0.4 |
1073 | 2024-08-30T18:26:20.651Z | Downloaded hubpack_derive v0.1.1 |
1074 | 2024-08-30T18:26:20.651Z | Downloaded adler v1.0.2 |
1075 | 2024-08-30T18:26:20.651Z | Downloaded multer v3.1.0 |
1076 | 2024-08-30T18:26:20.654Z | Downloaded memmap2 v0.9.4 |
1077 | 2024-08-30T18:26:20.657Z | Downloaded ascii-canvas v3.0.0 |
1078 | 2024-08-30T18:26:20.657Z | Downloaded crunchy v0.2.2 |
1079 | 2024-08-30T18:26:20.659Z | Downloaded hmac v0.12.1 |
1080 | 2024-08-30T18:26:20.659Z | Downloaded highway v1.2.0 |
1081 | 2024-08-30T18:26:20.664Z | Downloaded atomicwrites v0.4.3 |
1082 | 2024-08-30T18:26:20.664Z | Downloaded ascii v1.1.0 |
1083 | 2024-08-30T18:26:20.666Z | Downloaded ipnetwork v0.20.0 |
1084 | 2024-08-30T18:26:20.669Z | Downloaded hyper-tls v0.5.0 |
1085 | 2024-08-30T18:26:20.669Z | Downloaded home v0.5.9 |
1086 | 2024-08-30T18:26:20.669Z | Downloaded ctr v0.9.2 |
1087 | 2024-08-30T18:26:20.671Z | Downloaded colored v2.1.0 |
1088 | 2024-08-30T18:26:20.674Z | Downloaded lazy_static v1.5.0 |
1089 | 2024-08-30T18:26:20.674Z | Downloaded lalrpop-util v0.19.12 |
1090 | 2024-08-30T18:26:20.676Z | Downloaded humantime v2.1.0 |
1091 | 2024-08-30T18:26:20.676Z | Downloaded hostname v0.4.0 |
1092 | 2024-08-30T18:26:20.679Z | Downloaded httparse v1.8.0 |
1093 | 2024-08-30T18:26:20.682Z | Downloaded bitfield-struct v0.6.1 |
1094 | 2024-08-30T18:26:20.682Z | Downloaded block-padding v0.3.3 |
1095 | 2024-08-30T18:26:20.682Z | Downloaded bit-vec v0.6.3 |
1096 | 2024-08-30T18:26:20.765Z | Downloaded libz-sys v1.1.16 |
1097 | 2024-08-30T18:26:20.882Z | Downloaded ring v0.17.8 |
1098 | 2024-08-30T18:26:20.971Z | Downloaded libsqlite3-sys v0.28.0 |
1099 | 2024-08-30T18:26:21.137Z | Compiling serde v1.0.208 |
1100 | 2024-08-30T18:26:21.140Z | Compiling typenum v1.17.0 |
1101 | 2024-08-30T18:26:21.140Z | Compiling lock_api v0.4.12 |
1102 | 2024-08-30T18:26:21.140Z | Compiling generic-array v0.14.7 |
1103 | 2024-08-30T18:26:21.140Z | Compiling scopeguard v1.2.0 |
1104 | 2024-08-30T18:26:21.283Z | Compiling log v0.4.21 |
1105 | 2024-08-30T18:26:21.296Z | Compiling syn v2.0.74 |
1106 | 2024-08-30T18:26:21.315Z | Compiling getrandom v0.2.14 |
1107 | 2024-08-30T18:26:21.422Z | Compiling jobserver v0.1.32 |
1108 | 2024-08-30T18:26:21.602Z | Compiling rand_core v0.6.4 |
1109 | 2024-08-30T18:26:21.801Z | Compiling cc v1.0.97 |
1110 | 2024-08-30T18:26:21.834Z | Compiling subtle v2.5.0 |
1111 | 2024-08-30T18:26:21.867Z | Compiling const-oid v0.9.6 |
1112 | 2024-08-30T18:26:22.210Z | Compiling pin-project-lite v0.2.14 |
1113 | 2024-08-30T18:26:22.324Z | Compiling smallvec v1.13.2 |
1114 | 2024-08-30T18:26:22.344Z | Compiling parking_lot_core v0.9.10 |
1115 | 2024-08-30T18:26:22.390Z | Compiling signal-hook-registry v1.4.2 |
1116 | 2024-08-30T18:26:22.419Z | Compiling spin v0.9.8 |
1117 | 2024-08-30T18:26:22.751Z | Compiling mio v1.0.2 |
1118 | 2024-08-30T18:26:22.849Z | Compiling ahash v0.8.11 |
1119 | 2024-08-30T18:26:23.238Z | Compiling tinyvec_macros v0.1.1 |
1120 | 2024-08-30T18:26:23.330Z | Compiling parking_lot v0.12.2 |
1121 | 2024-08-30T18:26:23.372Z | Compiling tinyvec v1.6.0 |
1122 | 2024-08-30T18:26:23.645Z | Compiling socket2 v0.5.7 |
1123 | 2024-08-30T18:26:23.951Z | Compiling libm v0.2.8 |
1124 | 2024-08-30T18:26:24.120Z | Compiling futures-core v0.3.30 |
1125 | 2024-08-30T18:26:24.152Z | Compiling serde_json v1.0.125 |
1126 | 2024-08-30T18:26:24.301Z | Compiling futures-sink v0.3.30 |
1127 | 2024-08-30T18:26:24.356Z | Compiling cpufeatures v0.2.12 |
1128 | 2024-08-30T18:26:24.409Z | Compiling num-traits v0.2.19 |
1129 | 2024-08-30T18:26:24.464Z | Compiling slab v0.4.9 |
1130 | 2024-08-30T18:26:24.487Z | Compiling unicode-bidi v0.3.15 |
1131 | 2024-08-30T18:26:24.535Z | Compiling allocator-api2 v0.2.18 |
1132 | 2024-08-30T18:26:24.935Z | Compiling unicode-normalization v0.1.23 |
1133 | 2024-08-30T18:26:24.993Z | Compiling futures-channel v0.3.30 |
1134 | 2024-08-30T18:26:25.240Z | Compiling futures-io v0.3.30 |
1135 | 2024-08-30T18:26:25.373Z | Compiling vcpkg v0.2.15 |
1136 | 2024-08-30T18:26:25.411Z | Compiling pin-utils v0.1.0 |
1137 | 2024-08-30T18:26:25.508Z | Compiling pkg-config v0.3.30 |
1138 | 2024-08-30T18:26:25.556Z | Compiling futures-task v0.3.30 |
1139 | 2024-08-30T18:26:25.988Z | Compiling base64ct v1.6.0 |
1140 | 2024-08-30T18:26:26.051Z | Compiling flagset v0.4.5 |
1141 | 2024-08-30T18:26:26.113Z | Compiling percent-encoding v2.3.1 |
1142 | 2024-08-30T18:26:26.400Z | Compiling ppv-lite86 v0.2.17 |
1143 | 2024-08-30T18:26:26.403Z | Compiling ring v0.17.8 |
1144 | 2024-08-30T18:26:26.467Z | Compiling pem-rfc7468 v0.7.0 |
1145 | 2024-08-30T18:26:26.582Z | Compiling tracing-core v0.1.32 |
1146 | 2024-08-30T18:26:27.037Z | Compiling rand_chacha v0.3.1 |
1147 | 2024-08-30T18:26:27.042Z | Compiling rustix v0.38.34 |
1148 | 2024-08-30T18:26:27.225Z | Compiling untrusted v0.9.0 |
1149 | 2024-08-30T18:26:27.396Z | Compiling num-conv v0.1.0 |
1150 | 2024-08-30T18:26:27.576Z | Compiling openssl-sys v0.9.103 |
1151 | 2024-08-30T18:26:27.675Z | Compiling rand v0.8.5 |
1152 | 2024-08-30T18:26:27.942Z | Compiling foreign-types-shared v0.1.1 |
1153 | 2024-08-30T18:26:27.991Z | Compiling openssl v0.10.66 |
1154 | 2024-08-30T18:26:28.010Z | Compiling httparse v1.8.0 |
1155 | 2024-08-30T18:26:28.049Z | Compiling time-core v0.1.2 |
1156 | 2024-08-30T18:26:28.222Z | Compiling rustversion v1.0.17 |
1157 | 2024-08-30T18:26:28.408Z | Compiling powerfmt v0.2.0 |
1158 | 2024-08-30T18:26:28.448Z | Compiling time-macros v0.2.18 |
1159 | 2024-08-30T18:26:28.791Z | Compiling deranged v0.3.11 |
1160 | 2024-08-30T18:26:28.964Z | Compiling foreign-types v0.3.2 |
1161 | 2024-08-30T18:26:29.056Z | Compiling form_urlencoded v1.2.1 |
1162 | 2024-08-30T18:26:29.363Z | Compiling aho-corasick v1.1.3 |
1163 | 2024-08-30T18:26:29.383Z | Compiling rustls v0.21.12 |
1164 | 2024-08-30T18:26:29.565Z | Compiling native-tls v0.2.11 |
1165 | 2024-08-30T18:26:29.658Z | Compiling crossbeam-utils v0.8.19 |
1166 | 2024-08-30T18:26:29.877Z | Compiling try-lock v0.2.5 |
1167 | 2024-08-30T18:26:30.022Z | Compiling syn v1.0.109 |
1168 | 2024-08-30T18:26:30.149Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-08-30T18:26:30.262Z | Compiling siphasher v0.3.11 |
1170 | 2024-08-30T18:26:30.641Z | Compiling num_threads v0.1.7 |
1171 | 2024-08-30T18:26:30.709Z | Compiling want v0.3.1 |
1172 | 2024-08-30T18:26:30.995Z | Compiling idna v0.5.0 |
1173 | 2024-08-30T18:26:31.513Z | Compiling cookie v0.17.0 |
1174 | 2024-08-30T18:26:31.616Z | Compiling time v0.3.36 |
1175 | 2024-08-30T18:26:31.793Z | Compiling iana-time-zone v0.1.60 |
1176 | 2024-08-30T18:26:32.126Z | Compiling tower-service v0.3.2 |
1177 | 2024-08-30T18:26:32.249Z | Compiling adler v1.0.2 |
1178 | 2024-08-30T18:26:32.323Z | Compiling openssl-probe v0.1.5 |
1179 | 2024-08-30T18:26:32.472Z | Compiling httpdate v1.0.3 |
1180 | 2024-08-30T18:26:32.553Z | Compiling finl_unicode v1.2.0 |
1181 | 2024-08-30T18:26:32.666Z | Compiling slog v2.7.0 |
1182 | 2024-08-30T18:26:32.913Z | Compiling miniz_oxide v0.7.2 |
1183 | 2024-08-30T18:26:33.131Z | Compiling stringprep v0.1.4 |
1184 | 2024-08-30T18:26:33.256Z | Compiling url v2.5.2 |
1185 | 2024-08-30T18:26:34.326Z | Compiling regex-automata v0.4.6 |
1186 | 2024-08-30T18:26:35.198Z | Compiling num-integer v0.1.46 |
1187 | 2024-08-30T18:26:35.925Z | Compiling serde_derive v1.0.208 |
1188 | 2024-08-30T18:26:35.963Z | Compiling zeroize_derive v1.4.2 |
1189 | 2024-08-30T18:26:36.002Z | Compiling zerocopy-derive v0.7.34 |
1190 | 2024-08-30T18:26:36.748Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-08-30T18:26:36.950Z | Compiling thiserror-impl v1.0.63 |
1192 | 2024-08-30T18:26:37.174Z | Compiling futures-macro v0.3.30 |
1193 | 2024-08-30T18:26:37.658Z | Compiling zeroize v1.7.0 |
1194 | 2024-08-30T18:26:38.377Z | Compiling zerocopy v0.7.34 |
1195 | 2024-08-30T18:26:38.490Z | Compiling der_derive v0.7.2 |
1196 | 2024-08-30T18:26:39.166Z | Compiling futures-util v0.3.30 |
1197 | 2024-08-30T18:26:39.523Z | Compiling crypto-common v0.1.6 |
1198 | 2024-08-30T18:26:39.764Z | Compiling block-buffer v0.10.4 |
1199 | 2024-08-30T18:26:40.024Z | Compiling digest v0.10.7 |
1200 | 2024-08-30T18:26:40.347Z | Compiling block-padding v0.3.3 |
1201 | 2024-08-30T18:26:40.526Z | Compiling hmac v0.12.1 |
1202 | 2024-08-30T18:26:40.601Z | Compiling hashbrown v0.14.5 |
1203 | 2024-08-30T18:26:40.655Z | Compiling inout v0.1.3 |
1204 | 2024-08-30T18:26:40.752Z | Compiling thiserror v1.0.63 |
1205 | 2024-08-30T18:26:40.901Z | Compiling cipher v0.4.4 |
1206 | 2024-08-30T18:26:40.931Z | Compiling sha2 v0.10.8 |
1207 | 2024-08-30T18:26:41.056Z | Compiling pest v2.7.10 |
1208 | 2024-08-30T18:26:41.437Z | Compiling salsa20 v0.10.2 |
1209 | 2024-08-30T18:26:41.683Z | Compiling der v0.7.9 |
1210 | 2024-08-30T18:26:42.048Z | Compiling pbkdf2 v0.12.2 |
1211 | 2024-08-30T18:26:42.232Z | Compiling tracing-attributes v0.1.27 |
1212 | 2024-08-30T18:26:44.134Z | Compiling pest_meta v2.7.10 |
1213 | 2024-08-30T18:26:44.598Z | Compiling scroll_derive v0.12.0 |
1214 | 2024-08-30T18:26:45.045Z | Compiling spki v0.7.3 |
1215 | 2024-08-30T18:26:45.422Z | Compiling pest_generator v2.7.10 |
1216 | 2024-08-30T18:26:45.438Z | Compiling scrypt v0.11.0 |
1217 | 2024-08-30T18:26:46.012Z | Compiling aes v0.8.4 |
1218 | 2024-08-30T18:26:46.084Z | Compiling tracing v0.1.40 |
1219 | 2024-08-30T18:26:46.087Z | Compiling scroll v0.12.0 |
1220 | 2024-08-30T18:26:46.642Z | Compiling cbc v0.1.2 |
1221 | 2024-08-30T18:26:46.700Z | Compiling goblin v0.8.2 |
1222 | 2024-08-30T18:26:46.880Z | Compiling openssl-macros v0.1.1 |
1223 | 2024-08-30T18:26:47.382Z | Compiling pkcs5 v0.7.1 |
1224 | 2024-08-30T18:26:47.417Z | Compiling sct v0.7.1 |
1225 | 2024-08-30T18:26:47.726Z | Compiling rustls-webpki v0.101.7 |
1226 | 2024-08-30T18:26:47.744Z | Compiling md-5 v0.10.6 |
1227 | 2024-08-30T18:26:48.006Z | Compiling pkcs8 v0.10.2 |
1228 | 2024-08-30T18:26:48.759Z | Compiling backtrace v0.3.71 |
1229 | 2024-08-30T18:26:48.904Z | Compiling idna v0.3.0 |
1230 | 2024-08-30T18:26:49.029Z | Compiling lazy_static v1.5.0 |
1231 | 2024-08-30T18:26:49.159Z | Compiling hash32 v0.2.1 |
1232 | 2024-08-30T18:26:49.179Z | Compiling pest_derive v2.7.10 |
1233 | 2024-08-30T18:26:49.252Z | Compiling base64 v0.22.1 |
1234 | 2024-08-30T18:26:49.545Z | Compiling cfg_aliases v0.1.1 |
1235 | 2024-08-30T18:26:49.626Z | Compiling num-bigint-dig v0.8.4 |
1236 | 2024-08-30T18:26:49.647Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-08-30T18:26:49.747Z | Compiling psl-types v2.0.11 |
1238 | 2024-08-30T18:26:49.926Z | Compiling crc32fast v1.4.0 |
1239 | 2024-08-30T18:26:49.945Z | Compiling gimli v0.28.1 |
1240 | 2024-08-30T18:26:49.965Z | Compiling dtrace-parser v0.2.0 |
1241 | 2024-08-30T18:26:50.052Z | Compiling smoltcp v0.9.1 |
1242 | 2024-08-30T18:26:50.452Z | Compiling bytes v1.7.1 |
1243 | 2024-08-30T18:26:50.551Z | Compiling bitflags v2.6.0 |
1244 | 2024-08-30T18:26:50.787Z | Compiling indexmap v2.4.0 |
1245 | 2024-08-30T18:26:50.973Z | Compiling semver v1.0.23 |
1246 | 2024-08-30T18:26:51.738Z | Compiling tokio v1.39.3 |
1247 | 2024-08-30T18:26:51.756Z | Compiling http v0.2.12 |
1248 | 2024-08-30T18:26:52.197Z | Compiling rustc_version v0.4.0 |
1249 | 2024-08-30T18:26:52.976Z | Compiling heapless v0.7.17 |
1250 | 2024-08-30T18:26:53.423Z | Compiling http-body v0.4.6 |
1251 | 2024-08-30T18:26:53.901Z | Compiling dof v0.3.0 |
1252 | 2024-08-30T18:26:54.350Z | Compiling uuid v1.10.0 |
1253 | 2024-08-30T18:26:55.074Z | Compiling usdt-impl v0.5.0 |
1254 | 2024-08-30T18:26:55.380Z | Compiling serde_spanned v0.6.7 |
1255 | 2024-08-30T18:26:55.615Z | Compiling chrono v0.4.38 |
1256 | 2024-08-30T18:26:55.823Z | Compiling serde_tokenstream v0.2.2 |
1257 | 2024-08-30T18:26:56.112Z | Compiling toml_datetime v0.6.8 |
1258 | 2024-08-30T18:26:56.453Z | Compiling fallible-iterator v0.2.0 |
1259 | 2024-08-30T18:26:56.633Z | Compiling signal-hook v0.3.17 |
1260 | 2024-08-30T18:26:56.951Z | Compiling terminal_size v0.3.0 |
1261 | 2024-08-30T18:26:57.156Z | Compiling postgres-protocol v0.6.7 |
1262 | 2024-08-30T18:26:57.174Z | Compiling addr2line v0.21.0 |
1263 | 2024-08-30T18:26:57.483Z | Compiling publicsuffix v2.2.3 |
1264 | 2024-08-30T18:26:57.680Z | Compiling nix v0.28.0 |
1265 | 2024-08-30T18:26:57.778Z | Compiling hubpack_derive v0.1.1 |
1266 | 2024-08-30T18:26:57.848Z | Compiling async-trait v0.1.81 |
1267 | 2024-08-30T18:26:57.866Z | Compiling zerocopy-derive v0.6.6 |
1268 | 2024-08-30T18:26:58.499Z | Compiling num-iter v0.1.45 |
1269 | 2024-08-30T18:26:58.703Z | Compiling phf_shared v0.11.2 |
1270 | 2024-08-30T18:26:59.073Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-08-30T18:26:59.415Z | Compiling ff v0.13.0 |
1272 | 2024-08-30T18:26:59.477Z | Compiling object v0.32.2 |
1273 | 2024-08-30T18:26:59.628Z | Compiling fs-err v2.11.0 |
1274 | 2024-08-30T18:26:59.644Z | Compiling rustc-demangle v0.1.24 |
1275 | 2024-08-30T18:26:59.941Z | Compiling base16ct v0.2.0 |
1276 | 2024-08-30T18:27:00.074Z | Compiling tokio-util v0.7.11 |
1277 | 2024-08-30T18:27:00.614Z | Compiling tokio-native-tls v0.3.1 |
1278 | 2024-08-30T18:27:00.633Z | Compiling tokio-rustls v0.24.1 |
1279 | 2024-08-30T18:27:00.851Z | Compiling bitflags v1.3.2 |
1280 | 2024-08-30T18:27:00.897Z | Compiling schemars v0.8.21 |
1281 | 2024-08-30T18:27:00.966Z | Compiling anyhow v1.0.86 |
1282 | 2024-08-30T18:27:01.031Z | Compiling managed v0.8.0 |
1283 | 2024-08-30T18:27:01.269Z | Compiling h2 v0.3.26 |
1284 | 2024-08-30T18:27:01.498Z | Compiling either v1.13.0 |
1285 | 2024-08-30T18:27:01.518Z | Compiling winnow v0.5.40 |
1286 | 2024-08-30T18:27:01.613Z | Compiling ipnet v2.9.0 |
1287 | 2024-08-30T18:27:01.888Z | Compiling base64 v0.21.7 |
1288 | 2024-08-30T18:27:01.950Z | Compiling schemars_derive v0.8.21 |
1289 | 2024-08-30T18:27:02.727Z | Compiling rustls-pemfile v1.0.4 |
1290 | 2024-08-30T18:27:03.013Z | Compiling clap_builder v4.5.15 |
1291 | 2024-08-30T18:27:03.196Z | Compiling sec1 v0.7.3 |
1292 | 2024-08-30T18:27:03.795Z | Compiling zerocopy v0.6.6 |
1293 | 2024-08-30T18:27:04.821Z | Compiling group v0.13.0 |
1294 | 2024-08-30T18:27:05.018Z | Compiling cookie_store v0.20.0 |
1295 | 2024-08-30T18:27:05.143Z | Compiling toml_edit v0.19.15 |
1296 | 2024-08-30T18:27:05.414Z | Compiling phf v0.11.2 |
1297 | 2024-08-30T18:27:05.469Z | Compiling hubpack v0.1.2 |
1298 | 2024-08-30T18:27:05.951Z | Compiling postgres-types v0.2.7 |
1299 | 2024-08-30T18:27:07.043Z | Compiling usdt-macro v0.5.0 |
1300 | 2024-08-30T18:27:07.260Z | Compiling usdt-attr-macro v0.5.0 |
1301 | 2024-08-30T18:27:08.535Z | Compiling hyper v0.14.30 |
1302 | 2024-08-30T18:27:08.552Z | Compiling serde_urlencoded v0.7.1 |
1303 | 2024-08-30T18:27:08.923Z | Compiling pkcs1 v0.7.5 |
1304 | 2024-08-30T18:27:09.096Z | Compiling futures-executor v0.3.30 |
1305 | 2024-08-30T18:27:09.682Z | Compiling hkdf v0.12.4 |
1306 | 2024-08-30T18:27:09.947Z | Compiling signature v2.2.0 |
1307 | 2024-08-30T18:27:09.965Z | Compiling regex v1.10.6 |
1308 | 2024-08-30T18:27:10.021Z | Compiling bstr v1.9.1 |
1309 | 2024-08-30T18:27:10.258Z | Compiling crypto-bigint v0.5.5 |
1310 | 2024-08-30T18:27:11.111Z | Compiling serde_repr v0.1.19 |
1311 | 2024-08-30T18:27:11.866Z | Compiling clap_derive v4.5.13 |
1312 | 2024-08-30T18:27:12.100Z | Compiling enum-as-inner v0.6.0 |
1313 | 2024-08-30T18:27:12.405Z | Compiling strum_macros v0.25.3 |
1314 | 2024-08-30T18:27:12.576Z | Compiling phf_shared v0.10.0 |
1315 | 2024-08-30T18:27:13.000Z | Compiling float-cmp v0.9.0 |
1316 | 2024-08-30T18:27:13.207Z | Compiling idna v0.4.0 |
1317 | 2024-08-30T18:27:13.233Z | Compiling mio v0.8.11 |
1318 | 2024-08-30T18:27:13.293Z | Compiling encoding_rs v0.8.34 |
1319 | 2024-08-30T18:27:14.529Z | Compiling precomputed-hash v0.1.1 |
1320 | 2024-08-30T18:27:14.650Z | Compiling webpki-roots v0.25.4 |
1321 | 2024-08-30T18:27:14.819Z | Compiling minimal-lexical v0.2.1 |
1322 | 2024-08-30T18:27:14.838Z | Compiling mime v0.3.17 |
1323 | 2024-08-30T18:27:15.340Z | Compiling difflib v0.4.0 |
1324 | 2024-08-30T18:27:15.444Z | Compiling dyn-clone v1.0.17 |
1325 | 2024-08-30T18:27:15.674Z | Compiling hyper-rustls v0.24.2 |
1326 | 2024-08-30T18:27:16.047Z | Compiling hyper-tls v0.5.0 |
1327 | 2024-08-30T18:27:16.407Z | Compiling whoami v1.5.1 |
1328 | 2024-08-30T18:27:16.434Z | Compiling normalize-line-endings v0.3.0 |
1329 | 2024-08-30T18:27:16.519Z | Compiling unicode-segmentation v1.11.0 |
1330 | 2024-08-30T18:27:16.556Z | Compiling predicates-core v1.0.6 |
1331 | 2024-08-30T18:27:16.909Z | Compiling sync_wrapper v0.1.2 |
1332 | 2024-08-30T18:27:16.927Z | Compiling static_assertions v1.1.0 |
1333 | 2024-08-30T18:27:17.031Z | Compiling new_debug_unreachable v1.0.6 |
1334 | 2024-08-30T18:27:17.061Z | Compiling fixedbitset v0.4.2 |
1335 | 2024-08-30T18:27:17.079Z | Compiling bit-vec v0.6.3 |
1336 | 2024-08-30T18:27:17.098Z | Compiling data-encoding v2.6.0 |
1337 | 2024-08-30T18:27:17.126Z | Compiling string_cache v0.8.7 |
1338 | 2024-08-30T18:27:17.430Z | Compiling petgraph v0.6.5 |
1339 | 2024-08-30T18:27:17.538Z | Compiling bit-set v0.5.3 |
1340 | 2024-08-30T18:27:17.563Z | Compiling similar v2.6.0 |
1341 | 2024-08-30T18:27:17.618Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1342 | 2024-08-30T18:27:17.819Z | Compiling reqwest v0.11.27 |
1343 | 2024-08-30T18:27:17.883Z | Compiling hickory-proto v0.24.1 |
1344 | 2024-08-30T18:27:18.692Z | Compiling clap v4.5.16 |
1345 | 2024-08-30T18:27:18.815Z | Compiling toml_edit v0.22.20 |
1346 | 2024-08-30T18:27:19.519Z | Compiling predicates v3.1.2 |
1347 | 2024-08-30T18:27:20.103Z | Compiling tokio-postgres v0.7.11 |
1348 | 2024-08-30T18:27:21.308Z | Compiling nom v7.1.3 |
1349 | 2024-08-30T18:27:21.469Z | Compiling console v0.15.8 |
1350 | 2024-08-30T18:27:22.987Z | Compiling signal-hook-mio v0.2.4 |
1351 | 2024-08-30T18:27:23.177Z | Compiling elliptic-curve v0.13.8 |
1352 | 2024-08-30T18:27:24.019Z | Compiling usdt v0.5.0 |
1353 | 2024-08-30T18:27:24.038Z | Compiling rsa v0.9.6 |
1354 | 2024-08-30T18:27:24.478Z | Compiling futures v0.3.30 |
1355 | 2024-08-30T18:27:24.521Z | Compiling toml v0.7.8 |
1356 | 2024-08-30T18:27:25.098Z | Compiling flate2 v1.0.31 |
1357 | 2024-08-30T18:27:26.068Z | Compiling itertools v0.10.5 |
1358 | 2024-08-30T18:27:26.255Z | Compiling itertools v0.12.1 |
1359 | 2024-08-30T18:27:26.657Z | Compiling tokio-stream v0.1.15 |
1360 | 2024-08-30T18:27:27.423Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-08-30T18:27:27.775Z | Compiling hex v0.4.3 |
1362 | 2024-08-30T18:27:28.192Z | Compiling sha1 v0.10.6 |
1363 | 2024-08-30T18:27:28.403Z | Compiling crossbeam-epoch v0.9.18 |
1364 | 2024-08-30T18:27:28.648Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2024-08-30T18:27:28.954Z | Compiling lalrpop-util v0.19.12 |
1366 | 2024-08-30T18:27:29.149Z | Compiling unicode-xid v0.2.4 |
1367 | 2024-08-30T18:27:29.300Z | Compiling peg-runtime v0.8.3 |
1368 | 2024-08-30T18:27:29.319Z | Compiling dirs-next v2.0.0 |
1369 | 2024-08-30T18:27:29.336Z | Compiling thread_local v1.1.8 |
1370 | 2024-08-30T18:27:29.470Z | Compiling slog-async v2.8.0 |
1371 | 2024-08-30T18:27:29.516Z | Compiling term v0.7.0 |
1372 | 2024-08-30T18:27:29.682Z | Compiling xattr v1.3.1 |
1373 | 2024-08-30T18:27:29.899Z | Compiling strum_macros v0.26.4 |
1374 | 2024-08-30T18:27:29.951Z | Compiling crossbeam-channel v0.5.12 |
1375 | 2024-08-30T18:27:29.971Z | Compiling filetime v0.2.25 |
1376 | 2024-08-30T18:27:30.080Z | Compiling is-terminal v0.4.12 |
1377 | 2024-08-30T18:27:30.213Z | Compiling take_mut v0.2.2 |
1378 | 2024-08-30T18:27:30.301Z | Compiling slog-term v2.9.1 |
1379 | 2024-08-30T18:27:30.373Z | Compiling tar v0.4.41 |
1380 | 2024-08-30T18:27:31.098Z | Compiling camino v1.1.9 |
1381 | 2024-08-30T18:27:32.734Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1382 | 2024-08-30T18:27:33.230Z | Compiling strum v0.26.3 |
1383 | 2024-08-30T18:27:33.309Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1384 | 2024-08-30T18:27:38.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1385 | 2024-08-30T18:27:38.978Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1386 | 2024-08-30T18:27:39.028Z | Aug 30 18:27:38.342 INFO Starting download, target: Console |
1387 | 2024-08-30T18:27:39.028Z | Aug 30 18:27:38.342 INFO Starting download, target: Cockroach |
1388 | 2024-08-30T18:27:39.033Z | Aug 30 18:27:38.342 INFO Starting download, target: DendriteOpenapi |
1389 | 2024-08-30T18:27:39.033Z | Aug 30 18:27:38.342 INFO Starting download, target: DendriteStub |
1390 | 2024-08-30T18:27:39.033Z | Aug 30 18:27:38.342 INFO Starting download, target: Clickhouse |
1391 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.342 INFO Starting download, target: MaghemiteMgd |
1392 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.342 INFO Starting download, target: TransceiverControl |
1393 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.343 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1394 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.343 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1395 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.343 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1396 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.343 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1397 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.343 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1398 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.343 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1399 | 2024-08-30T18:27:39.034Z | Aug 30 18:27:38.343 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1400 | 2024-08-30T18:27:39.202Z | Aug 30 18:27:38.508 INFO Download complete, target: DendriteOpenapi |
1401 | 2024-08-30T18:27:39.325Z | Aug 30 18:27:38.638 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1402 | 2024-08-30T18:27:39.622Z | Aug 30 18:27:38.913 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1403 | 2024-08-30T18:27:39.776Z | Aug 30 18:27:39.079 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1404 | 2024-08-30T18:27:39.903Z | Aug 30 18:27:39.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1405 | 2024-08-30T18:27:39.993Z | Aug 30 18:27:39.307 INFO Download complete, target: Console |
1406 | 2024-08-30T18:27:40.132Z | Aug 30 18:27:39.446 INFO Download complete, target: TransceiverControl |
1407 | 2024-08-30T18:27:40.184Z | Aug 30 18:27:39.498 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1408 | 2024-08-30T18:27:40.184Z | Aug 30 18:27:39.498 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1409 | 2024-08-30T18:27:40.905Z | Aug 30 18:27:40.219 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1410 | 2024-08-30T18:27:42.855Z | Aug 30 18:27:42.168 INFO Download complete, target: DendriteStub |
1411 | 2024-08-30T18:27:43.186Z | Aug 30 18:27:42.499 INFO Download complete, target: MaghemiteMgd |
1412 | 2024-08-30T18:27:48.618Z | Aug 30 18:27:47.930 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1413 | 2024-08-30T18:27:48.932Z | Aug 30 18:27:48.245 INFO Checking that binary works, target: Cockroach |
1414 | 2024-08-30T18:27:49.110Z | Aug 30 18:27:48.414 INFO Download complete, target: Cockroach |
1415 | 2024-08-30T18:27:55.155Z | Aug 30 18:27:54.467 INFO Checking that binary works, target: Clickhouse |
1416 | 2024-08-30T18:27:55.320Z | Aug 30 18:27:54.631 INFO Download complete, target: Clickhouse |
1417 | 2024-08-30T18:27:55.339Z | All builder prerequisites installed successfully, and PATH looks valid |
1418 | 2024-08-30T18:27:55.342Z | |
1419 | 2024-08-30T18:27:55.342Z | real 4:13.302522166 |
1420 | 2024-08-30T18:27:55.342Z | user 11:37.124630012 |
1421 | 2024-08-30T18:27:55.342Z | sys 2:27.708418293 |
1422 | 2024-08-30T18:27:55.342Z | trap 0.436064568 |
1423 | 2024-08-30T18:27:55.342Z | tflt 1.372367113 |
1424 | 2024-08-30T18:27:55.342Z | dflt 1.382600813 |
1425 | 2024-08-30T18:27:55.342Z | kflt 0.020586770 |
1426 | 2024-08-30T18:27:55.342Z | lock 22:48.193223670 |
1427 | 2024-08-30T18:27:55.342Z | slp 45:32.760201000 |
1428 | 2024-08-30T18:27:55.342Z | lat 42.946295586 |
1429 | 2024-08-30T18:27:55.343Z | stop 1:49.716633582 |
1430 | 2024-08-30T18:27:55.343Z | + banner clippy |
1431 | 2024-08-30T18:27:55.346Z | |
1432 | 2024-08-30T18:27:55.346Z | #### # # ##### ##### # # |
1433 | 2024-08-30T18:27:55.346Z | # # # # # # # # # # |
1434 | 2024-08-30T18:27:55.346Z | # # # # # # # # |
1435 | 2024-08-30T18:27:55.346Z | # # # ##### ##### # |
1436 | 2024-08-30T18:27:55.346Z | # # # # # # # |
1437 | 2024-08-30T18:27:55.346Z | #### ###### # # # # |
1438 | 2024-08-30T18:27:55.346Z | |
1439 | 2024-08-30T18:27:55.346Z | + export CARGO_INCREMENTAL=0 |
1440 | 2024-08-30T18:27:55.346Z | + CARGO_INCREMENTAL=0 |
1441 | 2024-08-30T18:27:55.346Z | + ptime -m cargo xtask clippy |
1442 | 2024-08-30T18:27:55.919Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1443 | 2024-08-30T18:27:59.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
1444 | 2024-08-30T18:27:59.951Z | Running `target/debug/xtask clippy` |
1445 | 2024-08-30T18:27:59.979Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1446 | 2024-08-30T18:28:00.705Z | Downloading crates ... |
1447 | 2024-08-30T18:28:00.999Z | Downloaded doc-comment v0.3.3 |
1448 | 2024-08-30T18:28:01.003Z | Downloaded cast v0.3.0 |
1449 | 2024-08-30T18:28:01.006Z | Downloaded blake2b_simd v1.0.2 |
1450 | 2024-08-30T18:28:01.008Z | Downloaded approx v0.5.1 |
1451 | 2024-08-30T18:28:01.015Z | Downloaded escape8259 v0.5.2 |
1452 | 2024-08-30T18:28:01.017Z | Downloaded pathdiff v0.2.1 |
1453 | 2024-08-30T18:28:01.020Z | Downloaded nested v0.1.1 |
1454 | 2024-08-30T18:28:01.024Z | Downloaded plotters-svg v0.3.5 |
1455 | 2024-08-30T18:28:01.024Z | Downloaded tower-layer v0.3.2 |
1456 | 2024-08-30T18:28:01.027Z | Downloaded http-body v1.0.0 |
1457 | 2024-08-30T18:28:01.032Z | Downloaded criterion v0.5.1 |
1458 | 2024-08-30T18:28:01.039Z | Downloaded yansi v0.5.1 |
1459 | 2024-08-30T18:28:01.041Z | Downloaded proc-macro-crate v3.1.0 |
1460 | 2024-08-30T18:28:01.041Z | Downloaded guppy-workspace-hack v0.1.0 |
1461 | 2024-08-30T18:28:01.045Z | Downloaded futures-timer v3.0.3 |
1462 | 2024-08-30T18:28:01.045Z | Downloaded threadpool v1.8.1 |
1463 | 2024-08-30T18:28:01.052Z | Downloaded criterion-plot v0.5.0 |
1464 | 2024-08-30T18:28:01.056Z | Downloaded oorandom v11.1.3 |
1465 | 2024-08-30T18:28:01.060Z | Downloaded anes v0.1.6 |
1466 | 2024-08-30T18:28:01.063Z | Downloaded plotters-backend v0.3.5 |
1467 | 2024-08-30T18:28:01.064Z | Downloaded target-lexicon v0.12.16 |
1468 | 2024-08-30T18:28:01.064Z | Downloaded datatest-stable v0.2.9 |
1469 | 2024-08-30T18:28:01.066Z | Downloaded similar-asserts v1.5.0 |
1470 | 2024-08-30T18:28:01.069Z | Downloaded relative-path v1.9.3 |
1471 | 2024-08-30T18:28:01.069Z | Downloaded target-spec v3.2.1 |
1472 | 2024-08-30T18:28:01.071Z | Downloaded num_cpus v1.16.0 |
1473 | 2024-08-30T18:28:01.074Z | Downloaded rustls-native-certs v0.7.0 |
1474 | 2024-08-30T18:28:01.090Z | Downloaded partial-io v0.5.4 |
1475 | 2024-08-30T18:28:01.093Z | Downloaded tinytemplate v1.2.1 |
1476 | 2024-08-30T18:28:01.096Z | Downloaded rust-argon2 v2.1.0 |
1477 | 2024-08-30T18:28:01.096Z | Downloaded hyper-rustls v0.26.0 |
1478 | 2024-08-30T18:28:01.098Z | Downloaded httptest v0.15.5 |
1479 | 2024-08-30T18:28:01.101Z | Downloaded assert_cmd v2.0.16 |
1480 | 2024-08-30T18:28:01.120Z | Downloaded libtest-mimic v0.7.3 |
1481 | 2024-08-30T18:28:01.120Z | Downloaded cfg-expr v0.16.0 |
1482 | 2024-08-30T18:28:01.120Z | Downloaded rstest v0.22.0 |
1483 | 2024-08-30T18:28:01.120Z | Downloaded rstest_macros v0.22.0 |
1484 | 2024-08-30T18:28:01.120Z | Downloaded hyper-util v0.1.3 |
1485 | 2024-08-30T18:28:01.126Z | Downloaded trybuild v1.0.99 |
1486 | 2024-08-30T18:28:01.126Z | Downloaded rand_distr v0.4.3 |
1487 | 2024-08-30T18:28:01.128Z | Downloaded fancy-regex v0.13.0 |
1488 | 2024-08-30T18:28:01.132Z | Downloaded toml_edit v0.21.1 |
1489 | 2024-08-30T18:28:01.154Z | Downloaded tower v0.4.13 |
1490 | 2024-08-30T18:28:01.162Z | Downloaded regex-automata v0.1.10 |
1491 | 2024-08-30T18:28:01.167Z | Downloaded plotters v0.3.5 |
1492 | 2024-08-30T18:28:01.176Z | Downloaded guppy v0.17.7 |
1493 | 2024-08-30T18:28:01.182Z | Downloaded bstr v0.2.17 |
1494 | 2024-08-30T18:28:01.191Z | Downloaded pretty_assertions v1.4.0 |
1495 | 2024-08-30T18:28:01.194Z | Downloaded hyper v1.3.1 |
1496 | 2024-08-30T18:28:01.891Z | Checking cfg-if v1.0.0 |
1497 | 2024-08-30T18:28:01.958Z | Checking libc v0.2.158 |
1498 | 2024-08-30T18:28:01.978Z | Checking serde v1.0.208 |
1499 | 2024-08-30T18:28:01.997Z | Checking memchr v2.7.2 |
1500 | 2024-08-30T18:28:02.016Z | Checking scopeguard v1.2.0 |
1501 | 2024-08-30T18:28:02.033Z | Checking log v0.4.21 |
1502 | 2024-08-30T18:28:02.056Z | Checking byteorder v1.5.0 |
1503 | 2024-08-30T18:28:02.077Z | Checking itoa v1.0.11 |
1504 | 2024-08-30T18:28:02.101Z | Checking smallvec v1.13.2 |
1505 | 2024-08-30T18:28:02.141Z | Checking lock_api v0.4.12 |
1506 | 2024-08-30T18:28:02.305Z | Checking zeroize v1.7.0 |
1507 | 2024-08-30T18:28:02.340Z | Checking once_cell v1.19.0 |
1508 | 2024-08-30T18:28:02.453Z | Checking pin-project-lite v0.2.14 |
1509 | 2024-08-30T18:28:02.478Z | Checking typenum v1.17.0 |
1510 | 2024-08-30T18:28:02.562Z | Checking libm v0.2.8 |
1511 | 2024-08-30T18:28:02.588Z | Checking subtle v2.5.0 |
1512 | 2024-08-30T18:28:02.613Z | Checking thiserror v1.0.63 |
1513 | 2024-08-30T18:28:02.662Z | Checking ryu v1.0.18 |
1514 | 2024-08-30T18:28:02.747Z | Checking spin v0.9.8 |
1515 | 2024-08-30T18:28:02.833Z | Checking futures-core v0.3.30 |
1516 | 2024-08-30T18:28:02.862Z | Checking zerocopy v0.7.34 |
1517 | 2024-08-30T18:28:02.892Z | Checking const-oid v0.9.6 |
1518 | 2024-08-30T18:28:03.022Z | Checking futures-sink v0.3.30 |
1519 | 2024-08-30T18:28:03.075Z | Checking getrandom v0.2.14 |
1520 | 2024-08-30T18:28:03.100Z | Checking parking_lot_core v0.9.10 |
1521 | 2024-08-30T18:28:03.174Z | Checking signal-hook-registry v1.4.2 |
1522 | 2024-08-30T18:28:03.353Z | Checking rand_core v0.6.4 |
1523 | 2024-08-30T18:28:03.436Z | Checking mio v1.0.2 |
1524 | 2024-08-30T18:28:03.459Z | Checking num-traits v0.2.19 |
1525 | 2024-08-30T18:28:03.483Z | Checking parking_lot v0.12.2 |
1526 | 2024-08-30T18:28:03.668Z | Checking socket2 v0.5.7 |
1527 | 2024-08-30T18:28:03.827Z | Checking generic-array v0.14.7 |
1528 | 2024-08-30T18:28:03.859Z | Checking futures-channel v0.3.30 |
1529 | 2024-08-30T18:28:04.019Z | Checking slab v0.4.9 |
1530 | 2024-08-30T18:28:04.163Z | Checking futures-io v0.3.30 |
1531 | 2024-08-30T18:28:04.244Z | Checking pin-utils v0.1.0 |
1532 | 2024-08-30T18:28:04.306Z | Checking futures-task v0.3.30 |
1533 | 2024-08-30T18:28:04.334Z | Checking cpufeatures v0.2.12 |
1534 | 2024-08-30T18:28:04.337Z | Checking ahash v0.8.11 |
1535 | 2024-08-30T18:28:04.377Z | Checking allocator-api2 v0.2.18 |
1536 | 2024-08-30T18:28:04.439Z | Checking fnv v1.0.7 |
1537 | 2024-08-30T18:28:04.543Z | Checking futures-util v0.3.30 |
1538 | 2024-08-30T18:28:04.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-08-30T18:28:04.671Z | Checking iana-time-zone v0.1.60 |
1540 | 2024-08-30T18:28:04.828Z | Checking equivalent v1.0.1 |
1541 | 2024-08-30T18:28:04.907Z | Checking ppv-lite86 v0.2.17 |
1542 | 2024-08-30T18:28:04.939Z | Checking tinyvec_macros v0.1.1 |
1543 | 2024-08-30T18:28:04.960Z | Checking tracing-core v0.1.32 |
1544 | 2024-08-30T18:28:04.986Z | Checking crypto-common v0.1.6 |
1545 | 2024-08-30T18:28:05.027Z | Checking block-buffer v0.10.4 |
1546 | 2024-08-30T18:28:05.048Z | Checking hashbrown v0.14.5 |
1547 | 2024-08-30T18:28:05.153Z | Checking tinyvec v1.6.0 |
1548 | 2024-08-30T18:28:05.177Z | Checking unicode-bidi v0.3.15 |
1549 | 2024-08-30T18:28:05.249Z | Checking digest v0.10.7 |
1550 | 2024-08-30T18:28:05.589Z | Checking rand_chacha v0.3.1 |
1551 | 2024-08-30T18:28:05.623Z | Checking tracing v0.1.40 |
1552 | 2024-08-30T18:28:05.648Z | Checking percent-encoding v2.3.1 |
1553 | 2024-08-30T18:28:05.800Z | Checking dyn-clone v1.0.17 |
1554 | 2024-08-30T18:28:05.869Z | Checking regex-syntax v0.8.4 |
1555 | 2024-08-30T18:28:05.956Z | Checking block-padding v0.3.3 |
1556 | 2024-08-30T18:28:05.960Z | Checking errno v0.3.9 |
1557 | 2024-08-30T18:28:06.031Z | Checking rand v0.8.5 |
1558 | 2024-08-30T18:28:06.181Z | Checking form_urlencoded v1.2.1 |
1559 | 2024-08-30T18:28:06.184Z | Checking inout v0.1.3 |
1560 | 2024-08-30T18:28:06.229Z | Checking lazy_static v1.5.0 |
1561 | 2024-08-30T18:28:06.360Z | Checking aho-corasick v1.1.3 |
1562 | 2024-08-30T18:28:06.399Z | Checking httparse v1.8.0 |
1563 | 2024-08-30T18:28:06.449Z | Checking cipher v0.4.4 |
1564 | 2024-08-30T18:28:06.525Z | Checking unicode-normalization v0.1.23 |
1565 | 2024-08-30T18:28:06.858Z | Checking unicode-ident v1.0.12 |
1566 | 2024-08-30T18:28:06.868Z | Checking base64ct v1.6.0 |
1567 | 2024-08-30T18:28:07.004Z | Checking bytes v1.7.1 |
1568 | 2024-08-30T18:28:07.033Z | Checking bitflags v2.6.0 |
1569 | 2024-08-30T18:28:07.252Z | Checking serde_json v1.0.125 |
1570 | 2024-08-30T18:28:07.328Z | Checking chrono v0.4.38 |
1571 | 2024-08-30T18:28:07.354Z | Checking uuid v1.10.0 |
1572 | 2024-08-30T18:28:07.436Z | Checking indexmap v2.4.0 |
1573 | 2024-08-30T18:28:07.846Z | Checking tokio v1.39.3 |
1574 | 2024-08-30T18:28:07.983Z | Checking rustix v0.38.34 |
1575 | 2024-08-30T18:28:08.021Z | Checking http v0.2.12 |
1576 | 2024-08-30T18:28:08.729Z | Checking hmac v0.12.1 |
1577 | 2024-08-30T18:28:08.945Z | Checking adler v1.0.2 |
1578 | 2024-08-30T18:28:08.949Z | Checking unicode-width v0.1.13 |
1579 | 2024-08-30T18:28:09.075Z | Checking powerfmt v0.2.0 |
1580 | 2024-08-30T18:28:09.113Z | Checking regex-automata v0.4.6 |
1581 | 2024-08-30T18:28:09.137Z | Checking miniz_oxide v0.7.2 |
1582 | 2024-08-30T18:28:09.492Z | Checking deranged v0.3.11 |
1583 | 2024-08-30T18:28:09.627Z | Checking schemars v0.8.21 |
1584 | 2024-08-30T18:28:09.627Z | Checking idna v0.5.0 |
1585 | 2024-08-30T18:28:09.699Z | Checking proc-macro2 v1.0.86 |
1586 | 2024-08-30T18:28:09.986Z | Checking sha2 v0.10.8 |
1587 | 2024-08-30T18:28:10.137Z | Checking num_threads v0.1.7 |
1588 | 2024-08-30T18:28:10.273Z | Checking untrusted v0.9.0 |
1589 | 2024-08-30T18:28:10.290Z | Checking time-core v0.1.2 |
1590 | 2024-08-30T18:28:10.379Z | Checking num-conv v0.1.0 |
1591 | 2024-08-30T18:28:10.606Z | Checking ring v0.17.8 |
1592 | 2024-08-30T18:28:10.696Z | Checking url v2.5.2 |
1593 | 2024-08-30T18:28:10.696Z | Checking quote v1.0.36 |
1594 | 2024-08-30T18:28:10.696Z | Checking try-lock v0.2.5 |
1595 | 2024-08-30T18:28:15.284Z | Checking want v0.3.1 |
1596 | 2024-08-30T18:28:15.470Z | Checking syn v2.0.74 |
1597 | 2024-08-30T18:28:15.470Z | Checking pem-rfc7468 v0.7.0 |
1598 | 2024-08-30T18:28:15.470Z | Checking slog v2.7.0 |
1599 | 2024-08-30T18:28:15.470Z | Checking time v0.3.36 |
1600 | 2024-08-30T18:28:15.470Z | Checking tower-service v0.3.2 |
1601 | 2024-08-30T18:28:15.470Z | Checking futures-executor v0.3.30 |
1602 | 2024-08-30T18:28:15.470Z | Checking flagset v0.4.5 |
1603 | 2024-08-30T18:28:15.470Z | Checking gimli v0.28.1 |
1604 | 2024-08-30T18:28:15.470Z | Checking futures v0.3.30 |
1605 | 2024-08-30T18:28:15.470Z | Checking httpdate v1.0.3 |
1606 | 2024-08-30T18:28:15.470Z | Checking der v0.7.9 |
1607 | 2024-08-30T18:28:15.470Z | Checking http-body v0.4.6 |
1608 | 2024-08-30T18:28:15.470Z | Checking pbkdf2 v0.12.2 |
1609 | 2024-08-30T18:28:15.470Z | Checking aes v0.8.4 |
1610 | 2024-08-30T18:28:15.470Z | Checking object v0.32.2 |
1611 | 2024-08-30T18:28:15.574Z | Checking rustc-demangle v0.1.24 |
1612 | 2024-08-30T18:28:15.574Z | Checking spki v0.7.3 |
1613 | 2024-08-30T18:28:15.574Z | Checking salsa20 v0.10.2 |
1614 | 2024-08-30T18:28:15.574Z | Checking cbc v0.1.2 |
1615 | 2024-08-30T18:28:15.574Z | Checking regex v1.10.6 |
1616 | 2024-08-30T18:28:15.574Z | Checking base64 v0.21.7 |
1617 | 2024-08-30T18:28:15.574Z | Checking mime v0.3.17 |
1618 | 2024-08-30T18:28:15.574Z | Checking scrypt v0.11.0 |
1619 | 2024-08-30T18:28:15.574Z | Checking data-encoding v2.6.0 |
1620 | 2024-08-30T18:28:15.574Z | Checking utf8parse v0.2.1 |
1621 | 2024-08-30T18:28:15.574Z | Checking ipnet v2.9.0 |
1622 | 2024-08-30T18:28:15.574Z | Checking pkcs5 v0.7.1 |
1623 | 2024-08-30T18:28:15.574Z | Checking toml_datetime v0.6.8 |
1624 | 2024-08-30T18:28:15.574Z | Checking serde_spanned v0.6.7 |
1625 | 2024-08-30T18:28:15.574Z | Checking crossbeam-utils v0.8.19 |
1626 | 2024-08-30T18:28:15.574Z | Checking openssl-probe v0.1.5 |
1627 | 2024-08-30T18:28:15.574Z | Checking foreign-types-shared v0.1.1 |
1628 | 2024-08-30T18:28:15.574Z | Checking pkcs8 v0.10.2 |
1629 | 2024-08-30T18:28:15.574Z | Checking serde_urlencoded v0.7.1 |
1630 | 2024-08-30T18:28:15.574Z | Checking foreign-types v0.3.2 |
1631 | 2024-08-30T18:28:15.574Z | Checking tokio-util v0.7.11 |
1632 | 2024-08-30T18:28:15.574Z | Checking openssl-sys v0.9.103 |
1633 | 2024-08-30T18:28:15.574Z | Checking encoding_rs v0.8.34 |
1634 | 2024-08-30T18:28:15.574Z | Checking anstyle v1.0.8 |
1635 | 2024-08-30T18:28:15.574Z | Checking addr2line v0.21.0 |
1636 | 2024-08-30T18:28:15.575Z | Checking rustls-webpki v0.101.7 |
1637 | 2024-08-30T18:28:15.700Z | Checking sct v0.7.1 |
1638 | 2024-08-30T18:28:15.902Z | Checking h2 v0.3.26 |
1639 | 2024-08-30T18:28:15.946Z | Checking semver v1.0.23 |
1640 | 2024-08-30T18:28:15.947Z | Checking sha1 v0.10.6 |
1641 | 2024-08-30T18:28:16.112Z | Checking either v1.13.0 |
1642 | 2024-08-30T18:28:16.212Z | Checking rustls v0.21.12 |
1643 | 2024-08-30T18:28:16.332Z | Checking scroll v0.12.0 |
1644 | 2024-08-30T18:28:16.398Z | Checking openssl v0.10.66 |
1645 | 2024-08-30T18:28:16.547Z | Checking plain v0.2.3 |
1646 | 2024-08-30T18:28:16.667Z | Checking ucd-trie v0.1.6 |
1647 | 2024-08-30T18:28:16.780Z | Checking goblin v0.8.2 |
1648 | 2024-08-30T18:28:16.874Z | Checking pest v2.7.10 |
1649 | 2024-08-30T18:28:17.271Z | Checking anstyle-parse v0.2.4 |
1650 | 2024-08-30T18:28:17.543Z | Checking openapiv3 v2.0.0 |
1651 | 2024-08-30T18:28:17.571Z | Checking idna v0.3.0 |
1652 | 2024-08-30T18:28:18.449Z | Checking is_terminal_polyfill v1.70.0 |
1653 | 2024-08-30T18:28:18.584Z | Checking psl-types v2.0.11 |
1654 | 2024-08-30T18:28:18.611Z | Checking backtrace v0.3.71 |
1655 | 2024-08-30T18:28:18.771Z | Checking base64 v0.22.1 |
1656 | 2024-08-30T18:28:19.185Z | Checking anyhow v1.0.86 |
1657 | 2024-08-30T18:28:19.264Z | Checking colorchoice v1.0.1 |
1658 | 2024-08-30T18:28:19.367Z | Checking tokio-rustls v0.24.1 |
1659 | 2024-08-30T18:28:19.395Z | Checking anstyle-query v1.0.3 |
1660 | 2024-08-30T18:28:19.441Z | Checking bitflags v1.3.2 |
1661 | 2024-08-30T18:28:19.532Z | Checking pretty-hex v0.4.1 |
1662 | 2024-08-30T18:28:19.557Z | Checking anstream v0.6.14 |
1663 | 2024-08-30T18:28:19.560Z | Checking dtrace-parser v0.2.0 |
1664 | 2024-08-30T18:28:19.718Z | Checking publicsuffix v2.2.3 |
1665 | 2024-08-30T18:28:19.740Z | Checking rustls-pemfile v1.0.4 |
1666 | 2024-08-30T18:28:19.948Z | Checking cookie v0.17.0 |
1667 | 2024-08-30T18:28:19.973Z | Checking terminal_size v0.3.0 |
1668 | 2024-08-30T18:28:19.975Z | Checking thread-id v4.2.1 |
1669 | 2024-08-30T18:28:20.044Z | Checking strsim v0.11.1 |
1670 | 2024-08-30T18:28:20.088Z | Checking clap_lex v0.7.0 |
1671 | 2024-08-30T18:28:20.178Z | Checking signature v2.2.0 |
1672 | 2024-08-30T18:28:20.330Z | Checking cookie_store v0.20.0 |
1673 | 2024-08-30T18:28:20.353Z | Checking memmap v0.7.0 |
1674 | 2024-08-30T18:28:20.355Z | Checking clap_builder v4.5.15 |
1675 | 2024-08-30T18:28:20.397Z | Checking sync_wrapper v0.1.2 |
1676 | 2024-08-30T18:28:20.532Z | Checking webpki-roots v0.25.4 |
1677 | 2024-08-30T18:28:20.572Z | Checking num-integer v0.1.46 |
1678 | 2024-08-30T18:28:20.707Z | Checking winnow v0.6.18 |
1679 | 2024-08-30T18:28:20.946Z | Checking base16ct v0.2.0 |
1680 | 2024-08-30T18:28:21.067Z | Checking ff v0.13.0 |
1681 | 2024-08-30T18:28:21.127Z | Checking stable_deref_trait v1.2.0 |
1682 | 2024-08-30T18:28:21.152Z | Checking sec1 v0.7.3 |
1683 | 2024-08-30T18:28:21.237Z | Checking num-iter v0.1.45 |
1684 | 2024-08-30T18:28:21.300Z | Checking group v0.13.0 |
1685 | 2024-08-30T18:28:21.429Z | Checking hkdf v0.12.4 |
1686 | 2024-08-30T18:28:21.564Z | Checking crypto-bigint v0.5.5 |
1687 | 2024-08-30T18:28:21.589Z | Checking crc32fast v1.4.0 |
1688 | 2024-08-30T18:28:21.652Z | Checking crossbeam-epoch v0.9.18 |
1689 | 2024-08-30T18:28:21.804Z | Checking hex v0.4.3 |
1690 | 2024-08-30T18:28:21.829Z | Checking dof v0.3.0 |
1691 | 2024-08-30T18:28:21.854Z | Checking native-tls v0.2.11 |
1692 | 2024-08-30T18:28:22.076Z | Checking hyper v0.14.30 |
1693 | 2024-08-30T18:28:22.101Z | Checking winnow v0.5.40 |
1694 | 2024-08-30T18:28:22.154Z | Checking tokio-native-tls v0.3.1 |
1695 | 2024-08-30T18:28:22.317Z | Checking unicode-segmentation v1.11.0 |
1696 | 2024-08-30T18:28:22.407Z | Checking static_assertions v1.1.0 |
1697 | 2024-08-30T18:28:22.437Z | Checking usdt-impl v0.5.0 |
1698 | 2024-08-30T18:28:22.511Z | Checking managed v0.8.0 |
1699 | 2024-08-30T18:28:22.916Z | Checking num-bigint-dig v0.8.4 |
1700 | 2024-08-30T18:28:22.972Z | Checking pkcs1 v0.7.5 |
1701 | 2024-08-30T18:28:22.974Z | Checking usdt v0.5.0 |
1702 | 2024-08-30T18:28:23.264Z | Checking zerocopy v0.6.6 |
1703 | 2024-08-30T18:28:23.399Z | Checking signal-hook v0.3.17 |
1704 | 2024-08-30T18:28:23.541Z | Checking clap v4.5.16 |
1705 | 2024-08-30T18:28:23.597Z | Checking toml_edit v0.22.20 |
1706 | 2024-08-30T18:28:23.671Z | Checking flate2 v1.0.31 |
1707 | 2024-08-30T18:28:23.723Z | Checking bstr v1.9.1 |
1708 | 2024-08-30T18:28:24.046Z | Checking mio v0.8.11 |
1709 | 2024-08-30T18:28:24.306Z | Checking siphasher v0.3.11 |
1710 | 2024-08-30T18:28:24.393Z | Checking elliptic-curve v0.13.8 |
1711 | 2024-08-30T18:28:24.621Z | Checking itertools v0.10.5 |
1712 | 2024-08-30T18:28:24.647Z | Checking idna v0.4.0 |
1713 | 2024-08-30T18:28:24.695Z | Checking signal-hook-mio v0.2.4 |
1714 | 2024-08-30T18:28:24.849Z | Checking bit-vec v0.6.3 |
1715 | 2024-08-30T18:28:25.046Z | Checking rsa v0.9.6 |
1716 | 2024-08-30T18:28:25.071Z | Checking itertools v0.12.1 |
1717 | 2024-08-30T18:28:25.188Z | Checking bit-set v0.5.3 |
1718 | 2024-08-30T18:28:25.214Z | Checking toml_edit v0.19.15 |
1719 | 2024-08-30T18:28:25.461Z | Checking hash32 v0.2.1 |
1720 | 2024-08-30T18:28:25.513Z | Checking hickory-proto v0.24.1 |
1721 | 2024-08-30T18:28:25.779Z | Checking finl_unicode v1.2.0 |
1722 | 2024-08-30T18:28:26.130Z | Checking predicates-core v1.0.6 |
1723 | 2024-08-30T18:28:26.277Z | Checking heapless v0.7.17 |
1724 | 2024-08-30T18:28:26.352Z | Checking tokio-stream v0.1.15 |
1725 | 2024-08-30T18:28:26.399Z | Checking stringprep v0.1.4 |
1726 | 2024-08-30T18:28:26.694Z | Checking console v0.15.8 |
1727 | 2024-08-30T18:28:26.886Z | Checking md-5 v0.10.6 |
1728 | 2024-08-30T18:28:27.138Z | Checking float-cmp v0.9.0 |
1729 | 2024-08-30T18:28:27.214Z | Checking fallible-iterator v0.2.0 |
1730 | 2024-08-30T18:28:27.259Z | Checking fixedbitset v0.4.2 |
1731 | 2024-08-30T18:28:27.333Z | Checking difflib v0.4.0 |
1732 | 2024-08-30T18:28:27.358Z | Checking normalize-line-endings v0.3.0 |
1733 | 2024-08-30T18:28:27.479Z | Checking smoltcp v0.9.1 |
1734 | 2024-08-30T18:28:27.542Z | Checking petgraph v0.6.5 |
1735 | 2024-08-30T18:28:27.655Z | Checking predicates v3.1.2 |
1736 | 2024-08-30T18:28:27.719Z | Checking toml v0.7.8 |
1737 | 2024-08-30T18:28:27.747Z | Checking similar v2.6.0 |
1738 | 2024-08-30T18:28:27.815Z | Checking postgres-protocol v0.6.7 |
1739 | 2024-08-30T18:28:28.112Z | Checking hyper-rustls v0.24.2 |
1740 | 2024-08-30T18:28:28.320Z | Checking hyper-tls v0.5.0 |
1741 | 2024-08-30T18:28:28.426Z | Checking phf_shared v0.10.0 |
1742 | 2024-08-30T18:28:28.461Z | Checking phf_shared v0.11.2 |
1743 | 2024-08-30T18:28:28.503Z | Checking fs-err v2.11.0 |
1744 | 2024-08-30T18:28:28.616Z | Checking nix v0.28.0 |
1745 | 2024-08-30T18:28:28.623Z | Checking reqwest v0.11.27 |
1746 | 2024-08-30T18:28:28.702Z | Checking hubpack v0.1.2 |
1747 | 2024-08-30T18:28:28.731Z | Checking precomputed-hash v0.1.1 |
1748 | 2024-08-30T18:28:28.858Z | Checking lalrpop-util v0.19.12 |
1749 | 2024-08-30T18:28:28.907Z | Checking minimal-lexical v0.2.1 |
1750 | 2024-08-30T18:28:29.018Z | Checking new_debug_unreachable v1.0.6 |
1751 | 2024-08-30T18:28:29.074Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1752 | 2024-08-30T18:28:29.117Z | Checking string_cache v0.8.7 |
1753 | 2024-08-30T18:28:29.156Z | Checking phf v0.11.2 |
1754 | 2024-08-30T18:28:29.305Z | Checking nom v7.1.3 |
1755 | 2024-08-30T18:28:29.395Z | Checking postgres-types v0.2.7 |
1756 | 2024-08-30T18:28:29.427Z | Checking whoami v1.5.1 |
1757 | 2024-08-30T18:28:29.750Z | Checking peg-runtime v0.8.3 |
1758 | 2024-08-30T18:28:30.114Z | Checking tokio-postgres v0.7.11 |
1759 | 2024-08-30T18:28:30.138Z | Compiling regress v0.9.1 |
1760 | 2024-08-30T18:28:30.270Z | Compiling getopts v0.2.21 |
1761 | 2024-08-30T18:28:30.300Z | Compiling unsafe-libyaml v0.2.11 |
1762 | 2024-08-30T18:28:30.905Z | Checking camino v1.1.9 |
1763 | 2024-08-30T18:28:31.285Z | Checking heck v0.5.0 |
1764 | 2024-08-30T18:28:31.476Z | Checking is-terminal v0.4.12 |
1765 | 2024-08-30T18:28:31.504Z | Compiling paste v1.0.15 |
1766 | 2024-08-30T18:28:31.611Z | Compiling ident_case v1.0.1 |
1767 | 2024-08-30T18:28:31.799Z | Compiling serde_yaml v0.9.34+deprecated |
1768 | 2024-08-30T18:28:32.190Z | Compiling darling_core v0.20.9 |
1769 | 2024-08-30T18:28:32.307Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1770 | 2024-08-30T18:28:33.018Z | Checking http v1.1.0 |
1771 | 2024-08-30T18:28:33.166Z | Compiling rustls v0.22.4 |
1772 | 2024-08-30T18:28:33.392Z | Checking dirs-sys-next v0.1.2 |
1773 | 2024-08-30T18:28:33.497Z | Checking crossbeam-channel v0.5.12 |
1774 | 2024-08-30T18:28:33.573Z | Checking dirs-next v2.0.0 |
1775 | 2024-08-30T18:28:33.722Z | Checking thread_local v1.1.8 |
1776 | 2024-08-30T18:28:34.025Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1777 | 2024-08-30T18:28:34.246Z | Compiling multer v3.1.0 |
1778 | 2024-08-30T18:28:34.272Z | Checking term v0.7.0 |
1779 | 2024-08-30T18:28:34.350Z | Compiling async-stream-impl v0.3.5 |
1780 | 2024-08-30T18:28:34.647Z | Checking take_mut v0.2.2 |
1781 | 2024-08-30T18:28:34.706Z | Checking slog-term v2.9.1 |
1782 | 2024-08-30T18:28:34.808Z | Checking slog-async v2.8.0 |
1783 | 2024-08-30T18:28:35.114Z | Checking rustls-pki-types v1.7.0 |
1784 | 2024-08-30T18:28:35.212Z | Checking match_cfg v0.1.0 |
1785 | 2024-08-30T18:28:35.260Z | Checking strum v0.26.3 |
1786 | 2024-08-30T18:28:35.316Z | Checking hostname v0.3.1 |
1787 | 2024-08-30T18:28:35.416Z | Checking toml v0.8.19 |
1788 | 2024-08-30T18:28:35.466Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1789 | 2024-08-30T18:28:35.562Z | Checking rustls-webpki v0.102.4 |
1790 | 2024-08-30T18:28:35.771Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1791 | 2024-08-30T18:28:35.876Z | Checking rustls-pemfile v2.1.3 |
1792 | 2024-08-30T18:28:36.044Z | Checking debug-ignore v1.0.5 |
1793 | 2024-08-30T18:28:36.140Z | Checking slog-json v2.6.1 |
1794 | 2024-08-30T18:28:36.198Z | Checking atomic-waker v1.1.2 |
1795 | 2024-08-30T18:28:36.224Z | Checking async-stream v0.3.5 |
1796 | 2024-08-30T18:28:36.345Z | Checking waitgroup v0.1.2 |
1797 | 2024-08-30T18:28:36.412Z | Checking slog-bunyan v2.5.0 |
1798 | 2024-08-30T18:28:36.495Z | Checking serde_path_to_error v0.1.16 |
1799 | 2024-08-30T18:28:36.586Z | Checking hostname v0.4.0 |
1800 | 2024-08-30T18:28:36.731Z | Checking fastrand v2.1.0 |
1801 | 2024-08-30T18:28:36.859Z | Checking ipnetwork v0.20.0 |
1802 | 2024-08-30T18:28:37.074Z | Checking tempfile v3.10.1 |
1803 | 2024-08-30T18:28:37.103Z | Checking instant v0.1.12 |
1804 | 2024-08-30T18:28:37.223Z | Compiling structmeta-derive v0.3.0 |
1805 | 2024-08-30T18:28:37.225Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1806 | 2024-08-30T18:28:37.225Z | Checking quick-error v1.2.3 |
1807 | 2024-08-30T18:28:37.422Z | Checking newtype-uuid v1.1.0 |
1808 | 2024-08-30T18:28:37.456Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1809 | 2024-08-30T18:28:37.684Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1810 | 2024-08-30T18:28:38.003Z | Checking macaddr v1.0.1 |
1811 | 2024-08-30T18:28:38.057Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1812 | 2024-08-30T18:28:38.209Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1813 | 2024-08-30T18:28:38.283Z | Checking backoff v0.4.0 |
1814 | 2024-08-30T18:28:38.331Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1815 | 2024-08-30T18:28:38.500Z | Checking wait-timeout v0.2.0 |
1816 | 2024-08-30T18:28:38.562Z | Checking rand_xorshift v0.3.0 |
1817 | 2024-08-30T18:28:38.592Z | Compiling structmeta-derive v0.2.0 |
1818 | 2024-08-30T18:28:38.693Z | Checking rusty-fork v0.3.0 |
1819 | 2024-08-30T18:28:38.754Z | Checking unarray v0.1.4 |
1820 | 2024-08-30T18:28:38.914Z | Checking camino-tempfile v1.1.1 |
1821 | 2024-08-30T18:28:38.984Z | Checking proptest v1.5.0 |
1822 | 2024-08-30T18:28:39.185Z | Compiling proc-macro-error v1.0.4 |
1823 | 2024-08-30T18:28:39.422Z | Compiling darling_macro v0.20.9 |
1824 | 2024-08-30T18:28:39.895Z | Compiling proc-macro-crate v1.3.1 |
1825 | 2024-08-30T18:28:40.107Z | Checking tokio-rustls v0.25.0 |
1826 | 2024-08-30T18:28:40.226Z | Compiling structmeta v0.3.0 |
1827 | 2024-08-30T18:28:40.390Z | Compiling darling v0.20.9 |
1828 | 2024-08-30T18:28:40.448Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1829 | 2024-08-30T18:28:40.519Z | Compiling serde_with_macros v3.9.0 |
1830 | 2024-08-30T18:28:40.661Z | Compiling parse-display-derive v0.10.0 |
1831 | 2024-08-30T18:28:40.869Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1832 | 2024-08-30T18:28:40.983Z | Compiling num_enum_derive v0.5.11 |
1833 | 2024-08-30T18:28:41.241Z | Compiling foreign-types-macros v0.2.3 |
1834 | 2024-08-30T18:28:41.655Z | Compiling structmeta v0.2.0 |
1835 | 2024-08-30T18:28:42.120Z | Compiling test-strategy v0.3.1 |
1836 | 2024-08-30T18:28:42.613Z | Checking foreign-types-shared v0.3.1 |
1837 | 2024-08-30T18:28:42.741Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1838 | 2024-08-30T18:28:43.078Z | Checking foreign-types v0.5.0 |
1839 | 2024-08-30T18:28:43.554Z | Checking cstr-argument v0.1.2 |
1840 | 2024-08-30T18:28:43.609Z | Checking serde_with v3.9.0 |
1841 | 2024-08-30T18:28:43.662Z | Checking num_enum v0.5.11 |
1842 | 2024-08-30T18:28:43.744Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1843 | 2024-08-30T18:28:43.770Z | Checking pretty-hex v0.2.1 |
1844 | 2024-08-30T18:28:43.826Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1845 | 2024-08-30T18:28:43.940Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1846 | 2024-08-30T18:28:44.151Z | Checking tabwriter v1.4.0 |
1847 | 2024-08-30T18:28:44.218Z | Checking colored v2.1.0 |
1848 | 2024-08-30T18:28:44.395Z | Checking socket2 v0.4.10 |
1849 | 2024-08-30T18:28:44.421Z | Checking smf v0.2.3 |
1850 | 2024-08-30T18:28:44.526Z | Checking termtree v0.4.1 |
1851 | 2024-08-30T18:28:44.735Z | Compiling heapless v0.8.0 |
1852 | 2024-08-30T18:28:44.791Z | Checking predicates-tree v1.0.9 |
1853 | 2024-08-30T18:28:44.866Z | Checking hash32 v0.3.1 |
1854 | 2024-08-30T18:28:44.868Z | Compiling crucible-workspace-hack v0.1.0 |
1855 | 2024-08-30T18:28:44.952Z | Compiling smoltcp v0.11.0 |
1856 | 2024-08-30T18:28:45.064Z | Checking embedded-io v0.4.0 |
1857 | 2024-08-30T18:28:45.219Z | Checking cobs v0.2.3 |
1858 | 2024-08-30T18:28:45.374Z | Checking parse-display v0.10.0 |
1859 | 2024-08-30T18:28:45.395Z | Checking sigpipe v0.1.3 |
1860 | 2024-08-30T18:28:45.418Z | Checking postcard v1.0.8 |
1861 | 2024-08-30T18:28:45.506Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1862 | 2024-08-30T18:28:45.607Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1863 | 2024-08-30T18:28:45.740Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1864 | 2024-08-30T18:28:45.765Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1865 | 2024-08-30T18:28:45.891Z | Compiling mockall_derive v0.13.0 |
1866 | 2024-08-30T18:28:45.975Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1867 | 2024-08-30T18:28:46.094Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1868 | 2024-08-30T18:28:46.153Z | Checking humantime v2.1.0 |
1869 | 2024-08-30T18:28:46.347Z | Compiling zone_cfg_derive v0.3.0 |
1870 | 2024-08-30T18:28:46.453Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1871 | 2024-08-30T18:28:46.716Z | Compiling num-derive v0.4.2 |
1872 | 2024-08-30T18:28:46.832Z | Checking fragile v2.0.0 |
1873 | 2024-08-30T18:28:46.926Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1874 | 2024-08-30T18:28:47.100Z | Checking downcast v0.11.0 |
1875 | 2024-08-30T18:28:47.279Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1876 | 2024-08-30T18:28:47.312Z | Checking newline-converter v0.3.0 |
1877 | 2024-08-30T18:28:47.469Z | Checking expectorate v1.1.0 |
1878 | 2024-08-30T18:28:47.522Z | Checking utf-8 v0.7.6 |
1879 | 2024-08-30T18:28:47.637Z | Checking arc-swap v1.7.1 |
1880 | 2024-08-30T18:28:47.734Z | Checking xattr v1.3.1 |
1881 | 2024-08-30T18:28:47.837Z | Checking zone v0.3.0 |
1882 | 2024-08-30T18:28:47.945Z | Checking filetime v0.2.25 |
1883 | 2024-08-30T18:28:48.091Z | Checking termcolor v1.4.1 |
1884 | 2024-08-30T18:28:48.115Z | Checking slog-scope v4.4.0 |
1885 | 2024-08-30T18:28:48.158Z | Checking tar v0.4.41 |
1886 | 2024-08-30T18:28:48.315Z | Checking slog-stdlog v4.1.1 |
1887 | 2024-08-30T18:28:48.497Z | Checking slog-envlogger v2.2.0 |
1888 | 2024-08-30T18:28:48.522Z | Compiling derive-where v1.2.7 |
1889 | 2024-08-30T18:28:48.586Z | Checking same-file v1.0.6 |
1890 | 2024-08-30T18:28:48.734Z | Checking tungstenite v0.21.0 |
1891 | 2024-08-30T18:28:48.758Z | Checking walkdir v2.5.0 |
1892 | 2024-08-30T18:28:48.933Z | Checking password-hash v0.5.0 |
1893 | 2024-08-30T18:28:49.054Z | Checking blake2 v0.10.6 |
1894 | 2024-08-30T18:28:49.058Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1895 | 2024-08-30T18:28:49.390Z | Checking num-rational v0.4.2 |
1896 | 2024-08-30T18:28:49.517Z | Checking argon2 v0.5.3 |
1897 | 2024-08-30T18:28:49.539Z | Checking num-complex v0.4.6 |
1898 | 2024-08-30T18:28:49.601Z | Checking tokio-tungstenite v0.21.0 |
1899 | 2024-08-30T18:28:49.727Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1900 | 2024-08-30T18:28:50.072Z | Checking float-ord v0.3.2 |
1901 | 2024-08-30T18:28:50.092Z | Compiling convert_case v0.4.0 |
1902 | 2024-08-30T18:28:50.219Z | Checking atty v0.2.14 |
1903 | 2024-08-30T18:28:50.247Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1904 | 2024-08-30T18:28:50.359Z | Checking pem v3.0.4 |
1905 | 2024-08-30T18:28:50.485Z | Checking num v0.4.3 |
1906 | 2024-08-30T18:28:50.649Z | Checking tungstenite v0.20.1 |
1907 | 2024-08-30T18:28:51.097Z | Checking env_logger v0.9.3 |
1908 | 2024-08-30T18:28:51.101Z | Compiling derive_more v0.99.18 |
1909 | 2024-08-30T18:28:51.167Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1910 | 2024-08-30T18:28:51.564Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-08-30T18:28:51.567Z | Checking tokio-tungstenite v0.20.1 |
1912 | 2024-08-30T18:28:51.941Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1913 | 2024-08-30T18:28:52.066Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-08-30T18:28:52.214Z | Compiling bitstruct_derive v0.1.0 |
1915 | 2024-08-30T18:28:52.238Z | Checking ascii v1.1.0 |
1916 | 2024-08-30T18:28:52.331Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-08-30T18:28:52.458Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-08-30T18:28:52.503Z | Checking atomicwrites v0.4.3 |
1919 | 2024-08-30T18:28:52.641Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1920 | 2024-08-30T18:28:52.706Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-08-30T18:28:52.730Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-08-30T18:28:52.822Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1923 | 2024-08-30T18:28:52.968Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1924 | 2024-08-30T18:28:52.999Z | Checking erased-serde v0.3.31 |
1925 | 2024-08-30T18:28:53.020Z | Checking serde_arrays v0.1.0 |
1926 | 2024-08-30T18:28:53.194Z | Compiling heck v0.3.3 |
1927 | 2024-08-30T18:28:53.269Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1928 | 2024-08-30T18:28:53.575Z | Checking yasna v0.5.2 |
1929 | 2024-08-30T18:28:53.620Z | Checking bitstruct v0.1.1 |
1930 | 2024-08-30T18:28:53.623Z | Compiling zone_cfg_derive v0.1.2 |
1931 | 2024-08-30T18:28:53.660Z | Checking headers-core v0.2.0 |
1932 | 2024-08-30T18:28:53.736Z | Checking base64 v0.13.1 |
1933 | 2024-08-30T18:28:53.814Z | Checking headers v0.3.9 |
1934 | 2024-08-30T18:28:54.086Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-08-30T18:28:54.152Z | Checking ron v0.7.1 |
1936 | 2024-08-30T18:28:54.516Z | Checking rcgen v0.12.1 |
1937 | 2024-08-30T18:28:54.571Z | Checking mockall v0.13.0 |
1938 | 2024-08-30T18:28:54.876Z | Checking portpicker v0.1.1 |
1939 | 2024-08-30T18:28:55.025Z | Checking subprocess v0.2.9 |
1940 | 2024-08-30T18:28:55.199Z | Checking highway v1.2.0 |
1941 | 2024-08-30T18:28:55.221Z | Checking zone v0.1.8 |
1942 | 2024-08-30T18:28:55.320Z | Compiling prettyplease v0.2.20 |
1943 | 2024-08-30T18:28:55.570Z | Compiling semver v0.1.20 |
1944 | 2024-08-30T18:28:55.631Z | Compiling cookie v0.18.1 |
1945 | 2024-08-30T18:28:55.686Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1946 | 2024-08-30T18:28:55.911Z | Compiling rustc_version v0.1.7 |
1947 | 2024-08-30T18:28:56.267Z | Checking half v2.4.1 |
1948 | 2024-08-30T18:28:56.515Z | Compiling newtype_derive v0.1.6 |
1949 | 2024-08-30T18:28:56.518Z | Checking ciborium-io v0.2.2 |
1950 | 2024-08-30T18:28:56.579Z | Checking linked-hash-map v0.5.6 |
1951 | 2024-08-30T18:28:56.617Z | Compiling rayon-core v1.12.1 |
1952 | 2024-08-30T18:28:56.655Z | Checking resolv-conf v0.7.0 |
1953 | 2024-08-30T18:28:56.742Z | Checking ciborium-ll v0.2.2 |
1954 | 2024-08-30T18:28:56.885Z | Checking lru-cache v0.1.2 |
1955 | 2024-08-30T18:28:56.961Z | Checking swrite v0.1.0 |
1956 | 2024-08-30T18:28:57.046Z | Checking steno v0.4.1 |
1957 | 2024-08-30T18:28:57.069Z | Checking hickory-resolver v0.24.1 |
1958 | 2024-08-30T18:28:57.075Z | Checking ciborium v0.2.2 |
1959 | 2024-08-30T18:28:57.224Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1960 | 2024-08-30T18:28:57.377Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1961 | 2024-08-30T18:28:58.153Z | Compiling home v0.5.9 |
1962 | 2024-08-30T18:29:00.436Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1963 | 2024-08-30T18:29:02.736Z | Compiling slog-dtrace v0.3.0 |
1964 | 2024-08-30T18:29:03.152Z | Compiling ring v0.16.20 |
1965 | 2024-08-30T18:29:03.284Z | Compiling blake3 v1.5.1 |
1966 | 2024-08-30T18:29:03.342Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-08-30T18:29:03.652Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1968 | 2024-08-30T18:29:03.930Z | Compiling cancel-safe-futures v0.1.5 |
1969 | 2024-08-30T18:29:04.551Z | Checking itertools v0.13.0 |
1970 | 2024-08-30T18:29:04.692Z | Checking libsw v3.3.1 |
1971 | 2024-08-30T18:29:04.801Z | Checking owo-colors v4.0.0 |
1972 | 2024-08-30T18:29:04.972Z | Checking linear-map v1.2.0 |
1973 | 2024-08-30T18:29:05.323Z | Compiling crossbeam-deque v0.8.5 |
1974 | 2024-08-30T18:29:05.631Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1975 | 2024-08-30T18:29:06.771Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1976 | 2024-08-30T18:29:06.996Z | Compiling memmap2 v0.9.4 |
1977 | 2024-08-30T18:29:07.078Z | Compiling spin v0.5.2 |
1978 | 2024-08-30T18:29:07.329Z | Compiling untrusted v0.7.1 |
1979 | 2024-08-30T18:29:07.347Z | Compiling arrayref v0.3.7 |
1980 | 2024-08-30T18:29:07.449Z | Compiling arrayvec v0.7.4 |
1981 | 2024-08-30T18:29:07.468Z | Compiling constant_time_eq v0.3.0 |
1982 | 2024-08-30T18:29:07.662Z | Compiling rayon v1.10.0 |
1983 | 2024-08-30T18:29:08.345Z | Compiling toolchain_find v0.4.0 |
1984 | 2024-08-30T18:29:08.639Z | Compiling topological-sort v0.2.2 |
1985 | 2024-08-30T18:29:08.872Z | Compiling rustfmt-wrapper v0.2.1 |
1986 | 2024-08-30T18:29:09.048Z | Checking display-error-chain v0.2.1 |
1987 | 2024-08-30T18:29:09.205Z | Checking nibble_vec v0.1.0 |
1988 | 2024-08-30T18:29:09.404Z | Checking endian-type v0.1.2 |
1989 | 2024-08-30T18:29:09.490Z | Checking fxhash v0.2.1 |
1990 | 2024-08-30T18:29:09.612Z | Checking radix_trie v0.2.1 |
1991 | 2024-08-30T18:29:09.678Z | Checking keccak v0.1.5 |
1992 | 2024-08-30T18:29:09.709Z | Checking secrecy v0.8.0 |
1993 | 2024-08-30T18:29:09.936Z | Checking universal-hash v0.5.1 |
1994 | 2024-08-30T18:29:10.031Z | Checking sha3 v0.10.8 |
1995 | 2024-08-30T18:29:10.055Z | Checking opaque-debug v0.3.1 |
1996 | 2024-08-30T18:29:10.140Z | Checking maplit v1.0.2 |
1997 | 2024-08-30T18:29:10.162Z | Compiling curve25519-dalek v4.1.3 |
1998 | 2024-08-30T18:29:10.257Z | Compiling radium v0.7.0 |
1999 | 2024-08-30T18:29:10.427Z | Checking aead v0.5.2 |
2000 | 2024-08-30T18:29:10.661Z | Compiling curve25519-dalek-derive v0.1.1 |
2001 | 2024-08-30T18:29:10.796Z | Checking tap v1.0.1 |
2002 | 2024-08-30T18:29:10.941Z | Compiling maybe-uninit v2.0.0 |
2003 | 2024-08-30T18:29:10.981Z | Checking wyz v0.5.1 |
2004 | 2024-08-30T18:29:11.357Z | Checking poly1305 v0.8.0 |
2005 | 2024-08-30T18:29:11.413Z | Checking chacha20 v0.9.1 |
2006 | 2024-08-30T18:29:11.615Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2007 | 2024-08-30T18:29:11.674Z | Checking crc-catalog v2.4.0 |
2008 | 2024-08-30T18:29:11.777Z | Compiling packed_struct v0.10.1 |
2009 | 2024-08-30T18:29:11.831Z | Checking funty v2.0.0 |
2010 | 2024-08-30T18:29:11.874Z | Checking crc v3.2.1 |
2011 | 2024-08-30T18:29:12.417Z | Checking gethostname v0.5.0 |
2012 | 2024-08-30T18:29:12.569Z | Checking kstat-rs v0.2.4 |
2013 | 2024-08-30T18:29:12.593Z | Compiling packed_struct_codegen v0.10.1 |
2014 | 2024-08-30T18:29:12.761Z | Compiling omicron-zone-package v0.11.0 |
2015 | 2024-08-30T18:29:12.886Z | Checking bitvec v1.0.1 |
2016 | 2024-08-30T18:29:13.039Z | Compiling indexmap v1.9.3 |
2017 | 2024-08-30T18:29:13.250Z | Checking nodrop v0.1.14 |
2018 | 2024-08-30T18:29:13.363Z | Compiling libefi-sys v0.1.0 |
2019 | 2024-08-30T18:29:13.384Z | Checking array-init v0.0.4 |
2020 | 2024-08-30T18:29:13.740Z | Checking smallvec v0.6.14 |
2021 | 2024-08-30T18:29:14.065Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2022 | 2024-08-30T18:29:14.089Z | Compiling bitfield-struct v0.6.1 |
2023 | 2024-08-30T18:29:14.146Z | Checking hashbrown v0.12.3 |
2024 | 2024-08-30T18:29:14.314Z | Checking bitfield v0.14.0 |
2025 | 2024-08-30T18:29:14.604Z | Checking serde-hex v0.1.0 |
2026 | 2024-08-30T18:29:14.625Z | Checking bzip2 v0.4.4 |
2027 | 2024-08-30T18:29:15.323Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2028 | 2024-08-30T18:29:15.444Z | Checking env_logger v0.10.2 |
2029 | 2024-08-30T18:29:15.529Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2030 | 2024-08-30T18:29:15.599Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2031 | 2024-08-30T18:29:15.887Z | Checking ron v0.8.1 |
2032 | 2024-08-30T18:29:15.918Z | Checking x509-cert v0.2.5 |
2033 | 2024-08-30T18:29:15.921Z | Checking hashbrown v0.13.2 |
2034 | 2024-08-30T18:29:16.160Z | Compiling thiserror-impl-no-std v2.0.2 |
2035 | 2024-08-30T18:29:17.077Z | Compiling async-recursion v1.1.1 |
2036 | 2024-08-30T18:29:17.229Z | Checking crc-any v2.5.0 |
2037 | 2024-08-30T18:29:17.598Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2038 | 2024-08-30T18:29:17.628Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2039 | 2024-08-30T18:29:17.731Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2040 | 2024-08-30T18:29:17.903Z | Checking object v0.30.4 |
2041 | 2024-08-30T18:29:18.487Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2042 | 2024-08-30T18:29:18.735Z | Checking zip v0.6.6 |
2043 | 2024-08-30T18:29:18.765Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2044 | 2024-08-30T18:29:18.830Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2045 | 2024-08-30T18:29:19.074Z | Compiling parking_lot_core v0.8.6 |
2046 | 2024-08-30T18:29:19.129Z | Checking path-slash v0.1.5 |
2047 | 2024-08-30T18:29:19.324Z | Checking chacha20poly1305 v0.10.1 |
2048 | 2024-08-30T18:29:19.432Z | Checking glob v0.3.1 |
2049 | 2024-08-30T18:29:19.513Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2050 | 2024-08-30T18:29:19.548Z | Checking thiserror-no-std v2.0.2 |
2051 | 2024-08-30T18:29:19.601Z | Checking hickory-client v0.24.1 |
2052 | 2024-08-30T18:29:19.669Z | Checking vsss-rs v3.3.4 |
2053 | 2024-08-30T18:29:19.701Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2054 | 2024-08-30T18:29:19.750Z | Checking hickory-server v0.24.1 |
2055 | 2024-08-30T18:29:19.972Z | Checking parking_lot v0.11.2 |
2056 | 2024-08-30T18:29:20.088Z | Checking crossterm v0.28.1 |
2057 | 2024-08-30T18:29:20.202Z | Compiling buf-list v1.0.3 |
2058 | 2024-08-30T18:29:20.326Z | Checking sled v0.34.7 |
2059 | 2024-08-30T18:29:20.997Z | Compiling unicase v2.7.0 |
2060 | 2024-08-30T18:29:22.080Z | Checking nanorand v0.7.0 |
2061 | 2024-08-30T18:29:22.448Z | Checking flume v0.11.0 |
2062 | 2024-08-30T18:29:22.519Z | Compiling vte_generate_state_changes v0.1.1 |
2063 | 2024-08-30T18:29:22.903Z | Compiling mime_guess v2.0.4 |
2064 | 2024-08-30T18:29:22.935Z | Checking fd-lock v4.0.2 |
2065 | 2024-08-30T18:29:23.133Z | Compiling dsl_auto_type v0.1.2 |
2066 | 2024-08-30T18:29:23.170Z | Checking crossterm v0.27.0 |
2067 | 2024-08-30T18:29:23.208Z | Checking vte v0.11.1 |
2068 | 2024-08-30T18:29:23.373Z | Checking scheduled-thread-pool v0.2.7 |
2069 | 2024-08-30T18:29:23.614Z | Compiling diesel_table_macro_syntax v0.2.0 |
2070 | 2024-08-30T18:29:23.957Z | Compiling crunchy v0.2.2 |
2071 | 2024-08-30T18:29:24.051Z | Checking nu-ansi-term v0.50.0 |
2072 | 2024-08-30T18:29:24.133Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2073 | 2024-08-30T18:29:24.377Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2074 | 2024-08-30T18:29:24.434Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2075 | 2024-08-30T18:29:24.486Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2076 | 2024-08-30T18:29:24.508Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2077 | 2024-08-30T18:29:24.799Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2078 | 2024-08-30T18:29:24.922Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2079 | 2024-08-30T18:29:25.776Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2080 | 2024-08-30T18:29:27.029Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2081 | 2024-08-30T18:29:28.580Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2082 | 2024-08-30T18:29:28.688Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2083 | 2024-08-30T18:29:29.235Z | Checking strip-ansi-escapes v0.2.0 |
2084 | 2024-08-30T18:29:29.363Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2085 | 2024-08-30T18:29:29.644Z | Checking reedline v0.33.0 |
2086 | 2024-08-30T18:29:30.942Z | Compiling diesel_derives v2.2.2 |
2087 | 2024-08-30T18:29:30.993Z | Checking r2d2 v0.8.10 |
2088 | 2024-08-30T18:29:31.079Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2089 | 2024-08-30T18:29:31.321Z | Compiling clang-sys v1.7.0 |
2090 | 2024-08-30T18:29:32.062Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2091 | 2024-08-30T18:29:32.342Z | Compiling pin-project-internal v1.1.5 |
2092 | 2024-08-30T18:29:32.461Z | Checking http-range v0.1.5 |
2093 | 2024-08-30T18:29:32.664Z | Compiling tiny-keccak v2.0.2 |
2094 | 2024-08-30T18:29:32.721Z | Checking hyper-staticfile v0.9.5 |
2095 | 2024-08-30T18:29:33.043Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2096 | 2024-08-30T18:29:33.282Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2097 | 2024-08-30T18:29:33.360Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2098 | 2024-08-30T18:29:33.636Z | Compiling ref-cast v1.0.23 |
2099 | 2024-08-30T18:29:34.296Z | Compiling ascii-canvas v3.0.0 |
2100 | 2024-08-30T18:29:34.677Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2101 | 2024-08-30T18:29:34.914Z | Compiling ena v0.14.3 |
2102 | 2024-08-30T18:29:35.013Z | Compiling ref-cast-impl v1.0.23 |
2103 | 2024-08-30T18:29:35.316Z | Compiling libloading v0.8.3 |
2104 | 2024-08-30T18:29:35.500Z | Checking pin-project v1.1.5 |
2105 | 2024-08-30T18:29:35.636Z | Checking bytecount v0.6.8 |
2106 | 2024-08-30T18:29:35.722Z | Compiling regex-syntax v0.6.29 |
2107 | 2024-08-30T18:29:35.798Z | Compiling bindgen v0.69.4 |
2108 | 2024-08-30T18:29:36.190Z | Compiling diff v0.1.13 |
2109 | 2024-08-30T18:29:36.840Z | Checking papergrid v0.11.0 |
2110 | 2024-08-30T18:29:37.390Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2111 | 2024-08-30T18:29:38.352Z | Compiling which v4.4.2 |
2112 | 2024-08-30T18:29:38.995Z | Compiling lalrpop v0.19.12 |
2113 | 2024-08-30T18:29:41.667Z | Compiling tabled_derive v0.7.0 |
2114 | 2024-08-30T18:29:42.122Z | Compiling cexpr v0.6.0 |
2115 | 2024-08-30T18:29:43.917Z | Checking diesel v2.2.3 |
2116 | 2024-08-30T18:29:43.945Z | Compiling lazycell v1.3.0 |
2117 | 2024-08-30T18:29:44.131Z | Compiling rustc-hash v1.1.0 |
2118 | 2024-08-30T18:29:44.297Z | Compiling shlex v1.3.0 |
2119 | 2024-08-30T18:29:44.319Z | Checking tabled v0.15.0 |
2120 | 2024-08-30T18:29:47.335Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2121 | 2024-08-30T18:29:49.097Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2122 | 2024-08-30T18:29:50.833Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2123 | 2024-08-30T18:29:52.763Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2124 | 2024-08-30T18:29:53.842Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2125 | 2024-08-30T18:29:54.089Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2126 | 2024-08-30T18:29:54.281Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2127 | 2024-08-30T18:29:54.563Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2128 | 2024-08-30T18:29:54.846Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2129 | 2024-08-30T18:29:55.448Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2130 | 2024-08-30T18:29:56.103Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2131 | 2024-08-30T18:29:56.547Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2132 | 2024-08-30T18:29:56.872Z | Compiling derive_builder_core v0.20.0 |
2133 | 2024-08-30T18:29:57.126Z | Checking signal-hook-tokio v0.3.1 |
2134 | 2024-08-30T18:29:57.321Z | Compiling libxml v0.3.3 |
2135 | 2024-08-30T18:30:00.102Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2136 | 2024-08-30T18:30:01.412Z | Compiling derive_builder_macro v0.20.0 |
2137 | 2024-08-30T18:30:01.833Z | Compiling strum_macros v0.24.3 |
2138 | 2024-08-30T18:30:02.310Z | Compiling memoffset v0.9.1 |
2139 | 2024-08-30T18:30:02.396Z | Compiling indoc v1.0.9 |
2140 | 2024-08-30T18:30:02.679Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2141 | 2024-08-30T18:30:02.815Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2142 | 2024-08-30T18:30:03.453Z | Checking derive_builder v0.20.0 |
2143 | 2024-08-30T18:30:03.555Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2144 | 2024-08-30T18:30:03.607Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2145 | 2024-08-30T18:30:04.401Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2146 | 2024-08-30T18:30:05.515Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2147 | 2024-08-30T18:30:05.518Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2148 | 2024-08-30T18:30:05.573Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2149 | 2024-08-30T18:30:07.989Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2150 | 2024-08-30T18:30:08.850Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2151 | 2024-08-30T18:30:09.226Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2152 | 2024-08-30T18:30:09.455Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2153 | 2024-08-30T18:30:09.698Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2154 | 2024-08-30T18:30:12.214Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2155 | 2024-08-30T18:30:12.563Z | Checking quick-xml v0.31.0 |
2156 | 2024-08-30T18:30:13.476Z | Compiling peg-macros v0.8.4 |
2157 | 2024-08-30T18:30:14.298Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2158 | 2024-08-30T18:30:14.632Z | Compiling snafu-derive v0.8.2 |
2159 | 2024-08-30T18:30:15.816Z | Compiling oso-derive v0.27.3 |
2160 | 2024-08-30T18:30:16.970Z | Compiling impl-trait-for-tuples v0.2.2 |
2161 | 2024-08-30T18:30:17.396Z | Compiling sqlparser_derive v0.2.2 |
2162 | 2024-08-30T18:30:17.913Z | Compiling dropshot v0.10.1 |
2163 | 2024-08-30T18:30:18.262Z | Checking unicode_categories v0.1.1 |
2164 | 2024-08-30T18:30:18.552Z | Checking sqlparser v0.45.0 |
2165 | 2024-08-30T18:30:18.584Z | Checking sqlformat v0.2.4 |
2166 | 2024-08-30T18:30:20.487Z | Checking snafu v0.8.2 |
2167 | 2024-08-30T18:30:21.111Z | Checking peg v0.8.4 |
2168 | 2024-08-30T18:30:21.356Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2169 | 2024-08-30T18:30:21.397Z | Checking rustyline v14.0.0 |
2170 | 2024-08-30T18:30:23.123Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2171 | 2024-08-30T18:30:23.212Z | Checking tungstenite v0.23.0 |
2172 | 2024-08-30T18:30:23.351Z | Checking globset v0.4.14 |
2173 | 2024-08-30T18:30:23.702Z | Checking olpc-cjson v0.1.3 |
2174 | 2024-08-30T18:30:23.921Z | Checking serde_plain v1.0.2 |
2175 | 2024-08-30T18:30:23.946Z | Checking bcs v0.1.6 |
2176 | 2024-08-30T18:30:24.178Z | Compiling dropshot_endpoint v0.10.1 |
2177 | 2024-08-30T18:30:24.205Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2178 | 2024-08-30T18:30:24.407Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2179 | 2024-08-30T18:30:24.537Z | Checking typed-path v0.7.1 |
2180 | 2024-08-30T18:30:24.905Z | Checking tokio-tungstenite v0.23.1 |
2181 | 2024-08-30T18:30:25.396Z | Checking nix v0.27.1 |
2182 | 2024-08-30T18:30:25.536Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2183 | 2024-08-30T18:30:25.803Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2184 | 2024-08-30T18:30:26.182Z | Checking bb8 v0.8.5 |
2185 | 2024-08-30T18:30:26.450Z | Checking tough v0.17.1 |
2186 | 2024-08-30T18:30:26.659Z | Checking serde-big-array v0.5.1 |
2187 | 2024-08-30T18:30:26.728Z | Compiling const_format_proc_macros v0.2.32 |
2188 | 2024-08-30T18:30:26.901Z | Checking parse-size v1.0.0 |
2189 | 2024-08-30T18:30:28.181Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2190 | 2024-08-30T18:30:28.947Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2191 | 2024-08-30T18:30:29.294Z | Checking const_format v0.2.32 |
2192 | 2024-08-30T18:30:29.819Z | Checking async-bb8-diesel v0.2.1 |
2193 | 2024-08-30T18:30:30.064Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2194 | 2024-08-30T18:30:30.887Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2195 | 2024-08-30T18:30:31.361Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2196 | 2024-08-30T18:30:32.379Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2197 | 2024-08-30T18:30:33.731Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2198 | 2024-08-30T18:30:34.012Z | Checking assert_matches v1.5.0 |
2199 | 2024-08-30T18:30:34.124Z | Checking heck v0.4.1 |
2200 | 2024-08-30T18:30:34.216Z | Compiling portable-atomic v1.6.0 |
2201 | 2024-08-30T18:30:34.359Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2202 | 2024-08-30T18:30:34.486Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2203 | 2024-08-30T18:30:34.758Z | Checking rand_seeder v0.3.0 |
2204 | 2024-08-30T18:30:35.001Z | Compiling libz-sys v1.1.16 |
2205 | 2024-08-30T18:30:35.065Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2206 | 2024-08-30T18:30:35.832Z | Checking number_prefix v0.4.0 |
2207 | 2024-08-30T18:30:36.049Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2208 | 2024-08-30T18:30:36.316Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2209 | 2024-08-30T18:30:36.492Z | Checking indicatif v0.17.8 |
2210 | 2024-08-30T18:30:37.476Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2211 | 2024-08-30T18:30:37.641Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2212 | 2024-08-30T18:30:38.564Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2213 | 2024-08-30T18:30:38.836Z | Compiling vergen v8.3.2 |
2214 | 2024-08-30T18:30:39.167Z | Compiling cargo-platform v0.1.8 |
2215 | 2024-08-30T18:30:39.758Z | Checking smawk v0.3.2 |
2216 | 2024-08-30T18:30:39.781Z | Checking unicode-linebreak v0.1.5 |
2217 | 2024-08-30T18:30:39.907Z | Checking is_ci v1.2.0 |
2218 | 2024-08-30T18:30:39.987Z | Compiling cargo_metadata v0.18.1 |
2219 | 2024-08-30T18:30:40.051Z | Checking supports-color v3.0.0 |
2220 | 2024-08-30T18:30:40.206Z | Checking textwrap v0.16.1 |
2221 | 2024-08-30T18:30:40.303Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2222 | 2024-08-30T18:30:40.605Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2223 | 2024-08-30T18:30:42.183Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2224 | 2024-08-30T18:30:42.431Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2225 | 2024-08-30T18:30:42.556Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2226 | 2024-08-30T18:30:43.208Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2227 | 2024-08-30T18:30:43.459Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2228 | 2024-08-30T18:30:43.505Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2229 | 2024-08-30T18:30:43.695Z | Checking castaway v0.2.3 |
2230 | 2024-08-30T18:30:43.865Z | Compiling libsqlite3-sys v0.28.0 |
2231 | 2024-08-30T18:30:44.459Z | Checking compact_str v0.8.0 |
2232 | 2024-08-30T18:30:45.286Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2233 | 2024-08-30T18:30:45.353Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2234 | 2024-08-30T18:30:45.624Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2235 | 2024-08-30T18:30:45.961Z | Checking unicode-truncate v1.0.0 |
2236 | 2024-08-30T18:30:46.236Z | Checking lru v0.12.3 |
2237 | 2024-08-30T18:30:46.568Z | Compiling instability v0.3.2 |
2238 | 2024-08-30T18:30:47.218Z | Checking cassowary v0.3.0 |
2239 | 2024-08-30T18:30:47.651Z | Checking ratatui v0.28.0 |
2240 | 2024-08-30T18:30:48.138Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2241 | 2024-08-30T18:30:48.168Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2242 | 2024-08-30T18:30:49.169Z | Checking hashlink v0.9.1 |
2243 | 2024-08-30T18:30:49.429Z | Checking fallible-streaming-iterator v0.1.9 |
2244 | 2024-08-30T18:30:49.680Z | Checking fallible-iterator v0.3.0 |
2245 | 2024-08-30T18:30:49.806Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2246 | 2024-08-30T18:30:50.090Z | Checking twox-hash v1.6.3 |
2247 | 2024-08-30T18:30:50.412Z | Checking rusqlite v0.31.0 |
2248 | 2024-08-30T18:30:50.590Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2249 | 2024-08-30T18:30:50.794Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2250 | 2024-08-30T18:30:52.076Z | Checking fatfs v0.3.6 |
2251 | 2024-08-30T18:30:52.566Z | Checking csv-core v0.1.11 |
2252 | 2024-08-30T18:30:52.967Z | Checking shell-words v1.1.0 |
2253 | 2024-08-30T18:30:53.115Z | Checking csv v1.3.0 |
2254 | 2024-08-30T18:30:53.164Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2255 | 2024-08-30T18:30:54.243Z | Checking rtoolbox v0.0.2 |
2256 | 2024-08-30T18:30:54.466Z | Checking rpassword v7.3.1 |
2257 | 2024-08-30T18:30:56.272Z | Checking tui-tree-widget v0.22.0 |
2258 | 2024-08-30T18:30:56.643Z | Checking polyval v0.6.2 |
2259 | 2024-08-30T18:30:56.947Z | Checking rfc6979 v0.4.0 |
2260 | 2024-08-30T18:30:57.156Z | Checking plotters-backend v0.3.5 |
2261 | 2024-08-30T18:30:57.554Z | Checking plotters-svg v0.3.5 |
2262 | 2024-08-30T18:30:57.797Z | Checking ecdsa v0.16.9 |
2263 | 2024-08-30T18:30:58.505Z | Checking ghash v0.5.1 |
2264 | 2024-08-30T18:30:58.687Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2265 | 2024-08-30T18:30:59.790Z | Checking primeorder v0.13.6 |
2266 | 2024-08-30T18:31:00.251Z | Checking ctr v0.9.2 |
2267 | 2024-08-30T18:31:00.849Z | Checking yansi v0.5.1 |
2268 | 2024-08-30T18:31:00.951Z | Checking cast v0.3.0 |
2269 | 2024-08-30T18:31:01.154Z | Checking pretty_assertions v1.4.0 |
2270 | 2024-08-30T18:31:01.303Z | Checking criterion-plot v0.5.0 |
2271 | 2024-08-30T18:31:01.378Z | Checking aes-gcm v0.10.3 |
2272 | 2024-08-30T18:31:01.644Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2273 | 2024-08-30T18:31:01.863Z | Checking plotters v0.3.5 |
2274 | 2024-08-30T18:31:03.675Z | Checking ed25519 v2.2.3 |
2275 | 2024-08-30T18:31:04.027Z | Checking ssh-encoding v0.2.0 |
2276 | 2024-08-30T18:31:04.383Z | Checking tinytemplate v1.2.1 |
2277 | 2024-08-30T18:31:04.810Z | Checking blowfish v0.9.1 |
2278 | 2024-08-30T18:31:05.077Z | Checking oorandom v11.1.3 |
2279 | 2024-08-30T18:31:05.250Z | Checking anes v0.1.6 |
2280 | 2024-08-30T18:31:05.633Z | Checking criterion v0.5.1 |
2281 | 2024-08-30T18:31:08.355Z | Checking bcrypt-pbkdf v0.10.0 |
2282 | 2024-08-30T18:31:08.650Z | Checking ssh-cipher v0.2.0 |
2283 | 2024-08-30T18:31:08.920Z | Checking ed25519-dalek v2.1.1 |
2284 | 2024-08-30T18:31:08.973Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2285 | 2024-08-30T18:31:09.311Z | Checking password-hash v0.4.2 |
2286 | 2024-08-30T18:31:09.332Z | Checking hex-literal v0.4.1 |
2287 | 2024-08-30T18:31:09.463Z | Checking matches v0.1.10 |
2288 | 2024-08-30T18:31:09.576Z | Checking idna v0.2.3 |
2289 | 2024-08-30T18:31:09.719Z | Checking pbkdf2 v0.11.0 |
2290 | 2024-08-30T18:31:10.032Z | Checking ssh-key v0.6.6 |
2291 | 2024-08-30T18:31:10.473Z | Checking p256 v0.13.2 |
2292 | 2024-08-30T18:31:10.531Z | Checking p384 v0.13.0 |
2293 | 2024-08-30T18:31:10.979Z | Checking p521 v0.13.3 |
2294 | 2024-08-30T18:31:11.751Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2295 | 2024-08-30T18:31:11.774Z | Checking russh-cryptovec v0.7.2 |
2296 | 2024-08-30T18:31:12.006Z | Compiling enum-as-inner v0.5.1 |
2297 | 2024-08-30T18:31:12.444Z | Checking md5 v0.7.0 |
2298 | 2024-08-30T18:31:12.534Z | Compiling doc-comment v0.3.3 |
2299 | 2024-08-30T18:31:12.717Z | Compiling target-lexicon v0.12.16 |
2300 | 2024-08-30T18:31:13.124Z | Checking trust-dns-proto v0.22.0 |
2301 | 2024-08-30T18:31:13.326Z | Checking russh-keys v0.45.0 |
2302 | 2024-08-30T18:31:13.839Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2303 | 2024-08-30T18:31:14.696Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2304 | 2024-08-30T18:31:15.484Z | Checking http-body v1.0.0 |
2305 | 2024-08-30T18:31:15.568Z | Checking num-bigint v0.4.5 |
2306 | 2024-08-30T18:31:15.703Z | Checking des v0.8.1 |
2307 | 2024-08-30T18:31:15.986Z | Compiling dhcproto-macros v0.1.0 |
2308 | 2024-08-30T18:31:16.943Z | Checking regex-automata v0.1.10 |
2309 | 2024-08-30T18:31:17.003Z | Compiling assert_cmd v2.0.16 |
2310 | 2024-08-30T18:31:17.376Z | Compiling guppy-workspace-hack v0.1.0 |
2311 | 2024-08-30T18:31:17.477Z | Checking tower-layer v0.3.2 |
2312 | 2024-08-30T18:31:17.743Z | Compiling samael v0.0.15 |
2313 | 2024-08-30T18:31:17.746Z | Checking tower v0.4.13 |
2314 | 2024-08-30T18:31:17.776Z | Checking bstr v0.2.17 |
2315 | 2024-08-30T18:31:18.161Z | Checking russh v0.45.0 |
2316 | 2024-08-30T18:31:18.522Z | Checking dhcproto v0.12.0 |
2317 | 2024-08-30T18:31:18.622Z | Checking hyper v1.3.1 |
2318 | 2024-08-30T18:31:20.147Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2319 | 2024-08-30T18:31:20.361Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2320 | 2024-08-30T18:31:20.752Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2321 | 2024-08-30T18:31:21.170Z | Checking internet-checksum v0.2.1 |
2322 | 2024-08-30T18:31:21.384Z | Compiling target-spec v3.2.1 |
2323 | 2024-08-30T18:31:22.497Z | Checking cfg-expr v0.16.0 |
2324 | 2024-08-30T18:31:22.929Z | Checking hyper-util v0.1.3 |
2325 | 2024-08-30T18:31:23.259Z | Checking httptest v0.15.5 |
2326 | 2024-08-30T18:31:23.433Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2327 | 2024-08-30T18:31:24.028Z | Checking rustls-native-certs v0.7.0 |
2328 | 2024-08-30T18:31:24.259Z | Checking num_cpus v1.16.0 |
2329 | 2024-08-30T18:31:24.527Z | Checking hyper-rustls v0.26.0 |
2330 | 2024-08-30T18:31:24.779Z | Checking threadpool v1.8.1 |
2331 | 2024-08-30T18:31:25.380Z | Checking pathdiff v0.2.1 |
2332 | 2024-08-30T18:31:25.538Z | Compiling toml_edit v0.21.1 |
2333 | 2024-08-30T18:31:26.334Z | Compiling rstest_macros v0.22.0 |
2334 | 2024-08-30T18:31:26.936Z | Checking escape8259 v0.5.2 |
2335 | 2024-08-30T18:31:27.137Z | Checking nested v0.1.1 |
2336 | 2024-08-30T18:31:27.377Z | Checking guppy v0.17.7 |
2337 | 2024-08-30T18:31:27.671Z | Checking libtest-mimic v0.7.3 |
2338 | 2024-08-30T18:31:27.946Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2339 | 2024-08-30T18:31:28.136Z | Compiling proc-macro-crate v3.1.0 |
2340 | 2024-08-30T18:31:29.627Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2341 | 2024-08-30T18:31:29.697Z | Checking similar-asserts v1.5.0 |
2342 | 2024-08-30T18:31:29.955Z | Checking fancy-regex v0.13.0 |
2343 | 2024-08-30T18:31:29.979Z | Compiling relative-path v1.9.3 |
2344 | 2024-08-30T18:31:30.227Z | Compiling git2 v0.19.0 |
2345 | 2024-08-30T18:31:30.723Z | Compiling trybuild v1.0.99 |
2346 | 2024-08-30T18:31:30.754Z | Checking datatest-stable v0.2.9 |
2347 | 2024-08-30T18:31:31.070Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2348 | 2024-08-30T18:31:31.090Z | Checking blake2b_simd v1.0.2 |
2349 | 2024-08-30T18:31:31.319Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2350 | 2024-08-30T18:31:31.774Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2351 | 2024-08-30T18:31:32.452Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2352 | 2024-08-30T18:31:32.777Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2353 | 2024-08-30T18:31:33.143Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2354 | 2024-08-30T18:31:33.446Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2355 | 2024-08-30T18:31:33.688Z | Checking serde_tokenstream v0.2.2 |
2356 | 2024-08-30T18:31:33.789Z | Checking uzers v0.11.3 |
2357 | 2024-08-30T18:31:34.081Z | Checking futures-timer v3.0.3 |
2358 | 2024-08-30T18:31:34.154Z | Checking indent_write v2.2.0 |
2359 | 2024-08-30T18:31:34.493Z | Checking rust-argon2 v2.1.0 |
2360 | 2024-08-30T18:31:34.959Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2361 | 2024-08-30T18:31:38.013Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2362 | 2024-08-30T18:31:38.700Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2363 | 2024-08-30T18:31:39.037Z | Checking rand_distr v0.4.3 |
2364 | 2024-08-30T18:31:39.179Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2365 | 2024-08-30T18:31:39.865Z | Checking multimap v0.10.0 |
2366 | 2024-08-30T18:31:40.200Z | Checking approx v0.5.1 |
2367 | 2024-08-30T18:31:40.386Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2368 | 2024-08-30T18:31:40.469Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2369 | 2024-08-30T18:31:40.781Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2370 | 2024-08-30T18:31:41.443Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2371 | 2024-08-30T18:31:42.024Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2372 | 2024-08-30T18:31:42.218Z | Checking partial-io v0.5.4 |
2373 | 2024-08-30T18:31:42.610Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2374 | 2024-08-30T18:31:42.965Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2375 | 2024-08-30T18:31:42.994Z | Checking cargo_toml v0.20.4 |
2376 | 2024-08-30T18:31:43.019Z | Checking termios v0.3.3 |
2377 | 2024-08-30T18:31:43.292Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2378 | 2024-08-30T18:31:43.336Z | Checking rstest v0.22.0 |
2379 | 2024-08-30T18:31:44.251Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2380 | 2024-08-30T18:31:44.836Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2381 | 2024-08-30T18:32:00.539Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2382 | 2024-08-30T18:32:05.405Z | Compiling polar-core v0.27.3 |
2383 | 2024-08-30T18:32:05.812Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2384 | 2024-08-30T18:32:16.336Z | Checking oso v0.27.3 |
2385 | 2024-08-30T18:32:33.409Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2386 | 2024-08-30T18:32:34.322Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2387 | 2024-08-30T18:32:34.733Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2388 | 2024-08-30T18:33:05.975Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2389 | 2024-08-30T18:33:05.975Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2390 | 2024-08-30T18:33:05.978Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2391 | 2024-08-30T18:34:25.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s |
2392 | 2024-08-30T18:34:26.359Z | |
2393 | 2024-08-30T18:34:26.359Z | real 6:30.974795245 |
2394 | 2024-08-30T18:34:26.359Z | user 36:13.573897612 |
2395 | 2024-08-30T18:34:26.359Z | sys 6:19.289141461 |
2396 | 2024-08-30T18:34:26.359Z | trap 1.026503098 |
2397 | 2024-08-30T18:34:26.359Z | tflt 2.685109245 |
2398 | 2024-08-30T18:34:26.362Z | dflt 0.597095909 |
2399 | 2024-08-30T18:34:26.362Z | kflt 0.002448038 |
2400 | 2024-08-30T18:34:26.362Z | lock 55:42.272781915 |
2401 | 2024-08-30T18:34:26.362Z | slp 2:08:03.290674068 |
2402 | 2024-08-30T18:34:26.362Z | lat 1:42.305666746 |
2403 | 2024-08-30T18:34:26.362Z | stop 5:45.199352588 |
2404 | 2024-08-30T18:34:26.362Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2405 | 2024-08-30T18:34:26.362Z | + ptime -m cargo doc --workspace --no-deps |
2406 | 2024-08-30T18:34:27.608Z | warning: output filename collision. |
2407 | 2024-08-30T18:34:27.608Z | 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)`. |
2408 | 2024-08-30T18:34:27.608Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2409 | 2024-08-30T18:34:27.608Z | The targets should have unique names. |
2410 | 2024-08-30T18:34:27.608Z | This is a known bug where multiple crates with the same name use |
2411 | 2024-08-30T18:34:27.608Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2412 | 2024-08-30T18:34:28.005Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2413 | 2024-08-30T18:34:28.068Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2414 | 2024-08-30T18:34:28.084Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2415 | 2024-08-30T18:34:28.122Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2416 | 2024-08-30T18:34:28.152Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2417 | 2024-08-30T18:34:28.152Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2418 | 2024-08-30T18:34:28.317Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2419 | 2024-08-30T18:34:28.407Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2420 | 2024-08-30T18:34:28.407Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2421 | 2024-08-30T18:34:28.446Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2422 | 2024-08-30T18:34:28.469Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2423 | 2024-08-30T18:34:28.647Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2424 | 2024-08-30T18:34:28.714Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2425 | 2024-08-30T18:34:28.734Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2426 | 2024-08-30T18:34:28.950Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2427 | 2024-08-30T18:34:29.206Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2428 | 2024-08-30T18:34:30.121Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2429 | 2024-08-30T18:34:33.129Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2430 | 2024-08-30T18:34:33.283Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2431 | 2024-08-30T18:34:33.473Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2432 | 2024-08-30T18:34:33.728Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2433 | 2024-08-30T18:34:34.105Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2434 | 2024-08-30T18:34:34.109Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2435 | 2024-08-30T18:34:34.177Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2436 | 2024-08-30T18:34:34.268Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2437 | 2024-08-30T18:34:34.531Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2438 | 2024-08-30T18:34:34.738Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2439 | 2024-08-30T18:34:34.990Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2440 | 2024-08-30T18:34:35.057Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2441 | 2024-08-30T18:34:35.354Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2442 | 2024-08-30T18:34:35.615Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2443 | 2024-08-30T18:34:35.765Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2444 | 2024-08-30T18:34:35.792Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2445 | 2024-08-30T18:34:36.107Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2446 | 2024-08-30T18:34:36.267Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2447 | 2024-08-30T18:34:36.629Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2448 | 2024-08-30T18:34:36.727Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2449 | 2024-08-30T18:34:36.858Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2450 | 2024-08-30T18:34:37.054Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2451 | 2024-08-30T18:34:37.434Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2452 | 2024-08-30T18:34:37.455Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2453 | 2024-08-30T18:34:38.367Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2454 | 2024-08-30T18:34:41.872Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2455 | 2024-08-30T18:34:42.298Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2456 | 2024-08-30T18:34:42.999Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2457 | 2024-08-30T18:34:43.571Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2458 | 2024-08-30T18:34:44.449Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2459 | 2024-08-30T18:34:45.315Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2460 | 2024-08-30T18:34:45.429Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2461 | 2024-08-30T18:34:46.177Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2462 | 2024-08-30T18:34:47.031Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2463 | 2024-08-30T18:34:47.483Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2464 | 2024-08-30T18:34:53.816Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2465 | 2024-08-30T18:34:53.863Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2466 | 2024-08-30T18:34:53.863Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2467 | 2024-08-30T18:34:53.912Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2468 | 2024-08-30T18:34:55.428Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2469 | 2024-08-30T18:34:55.640Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2470 | 2024-08-30T18:34:55.735Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2471 | 2024-08-30T18:34:56.891Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2472 | 2024-08-30T18:34:57.338Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2473 | 2024-08-30T18:34:57.461Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2474 | 2024-08-30T18:34:57.783Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2475 | 2024-08-30T18:34:58.074Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2476 | 2024-08-30T18:34:58.217Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2477 | 2024-08-30T18:34:58.542Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2478 | 2024-08-30T18:34:58.860Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2479 | 2024-08-30T18:34:59.213Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2480 | 2024-08-30T18:34:59.272Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2481 | 2024-08-30T18:34:59.934Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2482 | 2024-08-30T18:35:00.050Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2483 | 2024-08-30T18:35:00.492Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2484 | 2024-08-30T18:35:01.230Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2485 | 2024-08-30T18:35:01.399Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2486 | 2024-08-30T18:35:01.600Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2487 | 2024-08-30T18:35:01.805Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2488 | 2024-08-30T18:35:01.860Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2489 | 2024-08-30T18:35:01.895Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2490 | 2024-08-30T18:35:01.918Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2491 | 2024-08-30T18:35:02.879Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2492 | 2024-08-30T18:35:02.905Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2493 | 2024-08-30T18:35:03.433Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2494 | 2024-08-30T18:35:04.010Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2495 | 2024-08-30T18:35:04.245Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2496 | 2024-08-30T18:35:04.884Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-08-30T18:35:05.448Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2498 | 2024-08-30T18:35:05.706Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-08-30T18:35:05.986Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2500 | 2024-08-30T18:35:06.723Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2501 | 2024-08-30T18:35:06.782Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2502 | 2024-08-30T18:35:07.041Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2503 | 2024-08-30T18:35:07.148Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2504 | 2024-08-30T18:35:07.845Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2505 | 2024-08-30T18:35:08.329Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2506 | 2024-08-30T18:35:08.597Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2507 | 2024-08-30T18:35:10.730Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-08-30T18:35:10.882Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2509 | 2024-08-30T18:35:11.657Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-08-30T18:35:11.895Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2024-08-30T18:35:13.487Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2024-08-30T18:35:13.772Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2513 | 2024-08-30T18:35:17.060Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2514 | 2024-08-30T18:35:18.066Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2515 | 2024-08-30T18:35:20.404Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2516 | 2024-08-30T18:35:21.504Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2517 | 2024-08-30T18:35:29.985Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2518 | 2024-08-30T18:35:43.354Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2519 | 2024-08-30T18:35:47.200Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2520 | 2024-08-30T18:36:06.149Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2521 | 2024-08-30T18:36:07.875Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2522 | 2024-08-30T18:36:08.329Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2024-08-30T18:36:13.079Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2524 | 2024-08-30T18:36:22.252Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2525 | 2024-08-30T18:36:28.605Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2526 | 2024-08-30T18:36:29.748Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2527 | 2024-08-30T18:36:31.803Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2528 | 2024-08-30T18:36:41.740Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2529 | 2024-08-30T18:36:43.668Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2530 | 2024-08-30T18:36:45.458Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2531 | 2024-08-30T18:36:50.921Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2532 | 2024-08-30T18:36:55.621Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2533 | 2024-08-30T18:36:59.303Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2534 | 2024-08-30T18:37:04.541Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2535 | 2024-08-30T18:37:04.764Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2536 | 2024-08-30T18:37:06.445Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2537 | 2024-08-30T18:37:07.442Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2538 | 2024-08-30T18:37:11.592Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2539 | 2024-08-30T18:37:14.926Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2540 | 2024-08-30T18:37:36.562Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2541 | 2024-08-30T18:37:43.580Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2542 | 2024-08-30T18:37:49.708Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2543 | 2024-08-30T18:37:51.036Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2544 | 2024-08-30T18:37:52.489Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2545 | 2024-08-30T18:37:57.737Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2546 | 2024-08-30T18:38:08.810Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2547 | 2024-08-30T18:38:11.347Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2548 | 2024-08-30T18:38:15.925Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2549 | 2024-08-30T18:38:18.400Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2550 | 2024-08-30T18:38:21.319Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2551 | 2024-08-30T18:38:25.740Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2552 | 2024-08-30T18:38:25.891Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2553 | 2024-08-30T18:38:26.736Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2554 | 2024-08-30T18:38:30.878Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2555 | 2024-08-30T18:38:35.509Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2556 | 2024-08-30T18:38:36.877Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2557 | 2024-08-30T18:38:43.897Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2558 | 2024-08-30T18:38:44.265Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2559 | 2024-08-30T18:38:49.833Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2560 | 2024-08-30T18:38:53.069Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2561 | 2024-08-30T18:38:58.438Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2562 | 2024-08-30T18:39:05.438Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2563 | 2024-08-30T18:39:07.294Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2564 | 2024-08-30T18:39:07.435Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2565 | 2024-08-30T18:39:17.799Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2566 | 2024-08-30T18:39:19.834Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2567 | 2024-08-30T18:39:20.328Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2568 | 2024-08-30T18:39:20.813Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2569 | 2024-08-30T18:39:26.009Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2570 | 2024-08-30T18:39:26.169Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2571 | 2024-08-30T18:39:34.179Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2572 | 2024-08-30T18:39:36.332Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2573 | 2024-08-30T18:39:39.584Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2574 | 2024-08-30T18:39:39.707Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2575 | 2024-08-30T18:39:40.211Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2576 | 2024-08-30T18:39:46.460Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2577 | 2024-08-30T18:39:47.647Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2578 | 2024-08-30T18:39:48.643Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2579 | 2024-08-30T18:39:53.271Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2580 | 2024-08-30T18:39:55.785Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2581 | 2024-08-30T18:39:57.162Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2582 | 2024-08-30T18:40:00.720Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2583 | 2024-08-30T18:40:01.818Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2584 | 2024-08-30T18:40:06.023Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2585 | 2024-08-30T18:40:06.550Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2586 | 2024-08-30T18:40:12.251Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2587 | 2024-08-30T18:40:12.281Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2588 | 2024-08-30T18:40:16.593Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2589 | 2024-08-30T18:40:21.152Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2590 | 2024-08-30T18:40:22.136Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2591 | 2024-08-30T18:40:25.847Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2592 | 2024-08-30T18:40:25.914Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2593 | 2024-08-30T18:40:26.098Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2594 | 2024-08-30T18:40:29.733Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2595 | 2024-08-30T18:40:31.599Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2596 | 2024-08-30T18:40:33.289Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2597 | 2024-08-30T18:40:34.943Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2598 | 2024-08-30T18:40:37.742Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2599 | 2024-08-30T18:40:38.685Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2600 | 2024-08-30T18:40:38.839Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2601 | 2024-08-30T18:40:41.616Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2602 | 2024-08-30T18:40:45.507Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2603 | 2024-08-30T18:40:46.047Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2604 | 2024-08-30T18:40:46.252Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2605 | 2024-08-30T18:40:48.558Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2606 | 2024-08-30T18:40:50.184Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2607 | 2024-08-30T18:40:50.884Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2608 | 2024-08-30T18:40:51.746Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2609 | 2024-08-30T18:40:53.947Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2610 | 2024-08-30T18:40:55.149Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-08-30T18:40:56.076Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2612 | 2024-08-30T18:40:56.856Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2613 | 2024-08-30T18:40:57.573Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2614 | 2024-08-30T18:40:58.567Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2615 | 2024-08-30T18:40:58.659Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2616 | 2024-08-30T18:41:00.056Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2617 | 2024-08-30T18:41:00.732Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2618 | 2024-08-30T18:41:01.826Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2619 | 2024-08-30T18:41:05.667Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2620 | 2024-08-30T18:41:37.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 11s |
2621 | 2024-08-30T18:41:38.155Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2622 | 2024-08-30T18:41:38.218Z | |
2623 | 2024-08-30T18:41:38.221Z | real 7:11.775287761 |
2624 | 2024-08-30T18:41:38.221Z | user 22:24.881957554 |
2625 | 2024-08-30T18:41:38.221Z | sys 30:56.898078066 |
2626 | 2024-08-30T18:41:38.221Z | trap 0.394453496 |
2627 | 2024-08-30T18:41:38.221Z | tflt 0.266794518 |
2628 | 2024-08-30T18:41:38.221Z | dflt 0.177947065 |
2629 | 2024-08-30T18:41:38.221Z | kflt 0.000126119 |
2630 | 2024-08-30T18:41:38.221Z | lock 1:06:54.128200219 |
2631 | 2024-08-30T18:41:38.221Z | slp 2:01:04.403578156 |
2632 | 2024-08-30T18:41:38.221Z | lat 1:07.508817849 |
2633 | 2024-08-30T18:41:38.221Z | stop 58.510702159 |
2634 | 2024-08-30T18:41:38.221Z | process exited: duration 1076241 ms, exit code 0 |
|
2635 | 2024-08-30T18:41:38.227Z | found 0 output files |