|
|
|
1 | 2024-08-12T20:33:44.831Z | job assigned to worker 01J544P8SHD2AA3SA8PBYBDFWF (queued for 59 s) |
|
2 | 2024-08-12T20:33:53.031Z | starting task 0: "setup" |
3 | 2024-08-12T20:33:53.089Z | ++ uname -s |
4 | 2024-08-12T20:33:53.092Z | + kern=SunOS |
5 | 2024-08-12T20:33:53.092Z | + case "$kern" in |
6 | 2024-08-12T20:33:53.092Z | + groupadd -g 12345 build |
7 | 2024-08-12T20:33:53.095Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T20:33:55.107Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T20:33:55.341Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T20:33:55.344Z | + home_fs=zfs |
11 | 2024-08-12T20:33:55.344Z | + [[ zfs == autofs ]] |
12 | 2024-08-12T20:33:55.344Z | + mkdir -p /home/build |
13 | 2024-08-12T20:33:55.347Z | + chown build:build /home/build /work |
14 | 2024-08-12T20:33:56.347Z | + chmod 0700 /home/build /work |
15 | 2024-08-12T20:33:56.351Z | process exited: duration 3320 ms, exit code 0 |
|
16 | 2024-08-12T20:33:56.358Z | starting task 1: "rust-toolchain" |
17 | 2024-08-12T20:33:56.363Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-12T20:33:56.364Z | ' 1.80.1 |
19 | 2024-08-12T20:33:56.366Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-12T20:33:56.366Z | * toolchain channel = "1.80.1" |
21 | 2024-08-12T20:33:56.366Z | * toolchain profile = "default" |
22 | 2024-08-12T20:33:56.366Z | ' default |
23 | 2024-08-12T20:33:56.366Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-12T20:33:56.366Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-12T20:33:56.460Z | info: downloading installer |
26 | 2024-08-12T20:33:58.075Z | info: profile set to 'default' |
27 | 2024-08-12T20:33:58.076Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-12T20:33:58.079Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-12T20:33:58.209Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-12T20:33:58.209Z | info: downloading component 'cargo' |
31 | 2024-08-12T20:33:58.888Z | info: downloading component 'clippy' |
32 | 2024-08-12T20:33:59.123Z | info: downloading component 'rust-docs' |
33 | 2024-08-12T20:34:00.045Z | info: downloading component 'rust-std' |
34 | 2024-08-12T20:34:01.348Z | info: downloading component 'rustc' |
35 | 2024-08-12T20:34:04.931Z | info: downloading component 'rustfmt' |
36 | 2024-08-12T20:34:05.127Z | info: installing component 'cargo' |
37 | 2024-08-12T20:34:05.946Z | info: installing component 'clippy' |
38 | 2024-08-12T20:34:06.321Z | info: installing component 'rust-docs' |
39 | 2024-08-12T20:34:07.922Z | info: installing component 'rust-std' |
40 | 2024-08-12T20:34:09.588Z | info: installing component 'rustc' |
41 | 2024-08-12T20:34:13.760Z | info: installing component 'rustfmt' |
42 | 2024-08-12T20:34:14.097Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-12T20:34:14.097Z | |
44 | 2024-08-12T20:34:14.345Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-12T20:34:14.345Z | |
46 | 2024-08-12T20:34:14.348Z | |
47 | 2024-08-12T20:34:14.348Z | Rust is installed now. Great! |
48 | 2024-08-12T20:34:14.349Z | |
49 | 2024-08-12T20:34:14.349Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-12T20:34:14.349Z | environment variable. This has not been done automatically. |
51 | 2024-08-12T20:34:14.349Z | |
52 | 2024-08-12T20:34:14.349Z | To configure your current shell, you need to source |
53 | 2024-08-12T20:34:14.349Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-12T20:34:14.349Z | |
55 | 2024-08-12T20:34:14.349Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-12T20:34:14.349Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-12T20:34:14.349Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-12T20:34:14.413Z | + rustc --version |
59 | 2024-08-12T20:34:14.476Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-12T20:34:14.486Z | process exited: duration 18119 ms, exit code 0 |
|
61 | 2024-08-12T20:34:14.498Z | starting task 2: "authentication" |
62 | 2024-08-12T20:34:14.520Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-12T20:34:14.529Z | starting task 3: "clone repository" |
64 | 2024-08-12T20:34:14.532Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-12T20:34:14.536Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-12T20:34:14.711Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-12T20:34:23.342Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-12T20:34:23.342Z | + git fetch origin de786b11949be660e03a5d56f2c01dfd7005c455 |
69 | 2024-08-12T20:34:23.614Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-12T20:34:23.614Z | * branch de786b11949be660e03a5d56f2c01dfd7005c455 -> FETCH_HEAD |
71 | 2024-08-12T20:34:23.623Z | + [[ -n dap/demo-saga ]] |
72 | 2024-08-12T20:34:23.626Z | ++ git branch --show-current |
73 | 2024-08-12T20:34:23.629Z | + current=main |
74 | 2024-08-12T20:34:23.629Z | + [[ main != dap/demo-saga ]] |
75 | 2024-08-12T20:34:23.629Z | + git branch -f dap/demo-saga de786b11949be660e03a5d56f2c01dfd7005c455 |
76 | 2024-08-12T20:34:23.633Z | + git checkout -f dap/demo-saga |
77 | 2024-08-12T20:34:23.709Z | Switched to branch 'dap/demo-saga' |
78 | 2024-08-12T20:34:23.712Z | + git reset --hard de786b11949be660e03a5d56f2c01dfd7005c455 |
79 | 2024-08-12T20:34:23.787Z | HEAD is now at de786b119 more doc nits |
80 | 2024-08-12T20:34:23.790Z | process exited: duration 9260 ms, exit code 0 |
|
81 | 2024-08-12T20:34:23.797Z | starting task 4: "build" |
82 | 2024-08-12T20:34:23.802Z | + cargo --version |
83 | 2024-08-12T20:34:23.857Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-12T20:34:23.860Z | + rustc --version |
85 | 2024-08-12T20:34:23.916Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-12T20:34:23.920Z | + source ./env.sh |
87 | 2024-08-12T20:34:23.920Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-12T20:34:23.920Z | ++ set -o xtrace |
89 | 2024-08-12T20:34:23.923Z | ++++ dirname ./env.sh |
90 | 2024-08-12T20:34:23.926Z | +++ readlink -f . |
91 | 2024-08-12T20:34:24.045Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ 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-12T20:34:24.049Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-12T20:34:24.049Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-12T20:34:24.049Z | + banner prerequisites |
103 | 2024-08-12T20:34:24.158Z | |
104 | 2024-08-12T20:34:24.158Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-12T20:34:24.158Z | # # # # # # # # # # # # # # # |
106 | 2024-08-12T20:34:24.158Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-12T20:34:24.158Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-12T20:34:24.158Z | # # # # # # # # # # # # # # # |
109 | 2024-08-12T20:34:24.158Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-12T20:34:24.158Z | |
111 | 2024-08-12T20:34:24.162Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-12T20:34:41.025Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-12T20:34:43.464Z | Startup: Caching catalogs ... Done |
114 | 2024-08-12T20:34:47.645Z | Planning: Solver setup ... Done (3.641s) |
115 | 2024-08-12T20:34:47.707Z | Planning: Running solver ... Done (0.064s) |
116 | 2024-08-12T20:34:47.764Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-08-12T20:34:47.777Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-12T20:34:48.148Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-12T20:34:48.198Z | Planning: Package planning ... Done (0.048s) |
120 | 2024-08-12T20:34:48.256Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-08-12T20:34:49.833Z | Planning: Checking for conflicting actions ... Done (1.573s) |
122 | 2024-08-12T20:34:49.860Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-12T20:34:55.436Z | Planning: Evaluating mediators ... Done (5.604s) |
124 | 2024-08-12T20:34:55.445Z | Planning: Planning completed in 11.94 seconds |
125 | 2024-08-12T20:34:57.162Z | Packages to install: 4 |
126 | 2024-08-12T20:34:57.162Z | Mediators to change: 2 |
127 | 2024-08-12T20:34:57.162Z | Services to change: 1 |
128 | 2024-08-12T20:34:57.165Z | Estimated space available: 155.75 GB |
129 | 2024-08-12T20:34:57.165Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-12T20:34:57.165Z | Create boot environment: No |
131 | 2024-08-12T20:34:57.165Z | Create backup boot environment: No |
132 | 2024-08-12T20:34:57.165Z | Rebuild boot archive: No |
133 | 2024-08-12T20:34:57.165Z | |
134 | 2024-08-12T20:34:57.165Z | Changed mediators: |
135 | 2024-08-12T20:34:57.165Z | mediator clang: |
136 | 2024-08-12T20:34:57.165Z | version: None -> 15 (system default) |
137 | 2024-08-12T20:34:57.165Z | |
138 | 2024-08-12T20:34:57.165Z | mediator llvm: |
139 | 2024-08-12T20:34:57.165Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-12T20:34:57.165Z | |
141 | 2024-08-12T20:34:57.165Z | Changed packages: |
142 | 2024-08-12T20:34:57.165Z | helios-dev |
143 | 2024-08-12T20:34:57.165Z | developer/build-essential |
144 | 2024-08-12T20:34:57.165Z | None -> 11-2.0 |
145 | 2024-08-12T20:34:57.165Z | library/libxmlsec1 |
146 | 2024-08-12T20:34:57.165Z | None -> 1.2.35-2.0 |
147 | 2024-08-12T20:34:57.166Z | ooce/developer/clang-15 |
148 | 2024-08-12T20:34:57.166Z | None -> 15.0.7-2.0 |
149 | 2024-08-12T20:34:57.166Z | ooce/developer/llvm-15 |
150 | 2024-08-12T20:34:57.166Z | None -> 15.0.7-2.0 |
151 | 2024-08-12T20:34:57.166Z | |
152 | 2024-08-12T20:34:57.166Z | Services: |
153 | 2024-08-12T20:34:57.166Z | restart_fmri: |
154 | 2024-08-12T20:34:57.166Z | svc:/system/update-man-index:default |
155 | 2024-08-12T20:34:57.333Z | |
156 | 2024-08-12T20:34:57.333Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-12T20:35:02.345Z | Download: 1054/3290 items 19.7/212.6MB 9% complete (4.2M/s) |
158 | 2024-08-12T20:35:07.348Z | Download: 1607/3290 items 117.6/212.6MB 55% complete (11.9M/s) |
159 | 2024-08-12T20:35:12.477Z | Download: 3246/3290 items 179.0/212.6MB 84% complete (15.9M/s) |
160 | 2024-08-12T20:35:13.815Z | Download: Completed 212.60 MB in 16.48 seconds (12.9M/s) |
161 | 2024-08-12T20:35:14.333Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-08-12T20:35:19.445Z | Actions: 3541/3689 actions (Installing new actions) |
163 | 2024-08-12T20:35:20.189Z | Actions: Completed 3689 actions in 5.86 seconds. |
164 | 2024-08-12T20:35:20.468Z | Done (0.274s) |
165 | 2024-08-12T20:35:20.468Z | Done (0.000s) |
166 | 2024-08-12T20:35:20.826Z | Done (0.358s) |
167 | 2024-08-12T20:35:26.918Z | Done (5.924s) |
168 | 2024-08-12T20:35:27.340Z | Done (0.358s) |
169 | 2024-08-12T20:35:27.342Z | Done (0.000s) |
170 | 2024-08-12T20:35:27.507Z | Done (0.000s) |
171 | 2024-08-12T20:35:28.100Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-08-12T20:35:28.259Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-08-12T20:35:28.262Z | Planning: Consolidating action changes ... Done |
174 | 2024-08-12T20:35:28.523Z | Planning: Evaluating mediators ... Done |
175 | 2024-08-12T20:35:28.525Z | Planning: Planning completed in 0.42 seconds |
176 | 2024-08-12T20:35:28.555Z | Mediators to change: 2 |
177 | 2024-08-12T20:35:28.556Z | Create boot environment: No |
178 | 2024-08-12T20:35:28.558Z | Create backup boot environment: No |
179 | 2024-08-12T20:35:28.627Z | Done |
180 | 2024-08-12T20:35:28.627Z | Done |
181 | 2024-08-12T20:35:28.848Z | Done |
182 | 2024-08-12T20:35:32.285Z | Done |
183 | 2024-08-12T20:35:32.368Z | Done |
184 | 2024-08-12T20:35:32.371Z | Done |
185 | 2024-08-12T20:35:32.533Z | Done |
186 | 2024-08-12T20:35:33.126Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-08-12T20:35:33.129Z | Planning: Merging actions ... Done |
188 | 2024-08-12T20:35:33.316Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-08-12T20:35:33.319Z | Planning: Consolidating action changes ... Done |
190 | 2024-08-12T20:35:33.578Z | Planning: Evaluating mediators ... Done |
191 | 2024-08-12T20:35:33.633Z | Planning: Planning completed in 0.75 seconds |
192 | 2024-08-12T20:35:33.668Z | Packages to change: 1 |
193 | 2024-08-12T20:35:33.668Z | Mediators to change: 1 |
194 | 2024-08-12T20:35:33.671Z | Services to change: 1 |
195 | 2024-08-12T20:35:33.671Z | Create boot environment: No |
196 | 2024-08-12T20:35:33.671Z | Create backup boot environment: Yes |
197 | 2024-08-12T20:35:35.618Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-08-12T20:35:35.726Z | Actions: Completed 6 actions in 0.11 seconds. |
199 | 2024-08-12T20:35:35.729Z | Done |
200 | 2024-08-12T20:35:35.729Z | Done |
201 | 2024-08-12T20:35:35.804Z | Done |
202 | 2024-08-12T20:35:39.404Z | Done |
203 | 2024-08-12T20:35:39.490Z | Done |
204 | 2024-08-12T20:35:39.493Z | Done |
205 | 2024-08-12T20:35:39.675Z | Done |
206 | 2024-08-12T20:35:40.106Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-08-12T20:35:40.106Z | clang system 15 system |
208 | 2024-08-12T20:35:40.106Z | csh system system illumos |
209 | 2024-08-12T20:35:40.106Z | ctags system system illumos |
210 | 2024-08-12T20:35:40.106Z | gcc vendor 12 vendor |
211 | 2024-08-12T20:35:40.106Z | gcc system 10 system |
212 | 2024-08-12T20:35:40.106Z | gcc system 7 system |
213 | 2024-08-12T20:35:40.106Z | go system 1.20 system |
214 | 2024-08-12T20:35:40.106Z | go system 1.19 system |
215 | 2024-08-12T20:35:40.106Z | llvm system 15 system |
216 | 2024-08-12T20:35:40.106Z | llvm system 14 system |
217 | 2024-08-12T20:35:40.107Z | mariadb system 10.6 system |
218 | 2024-08-12T20:35:40.107Z | mta vendor vendor dma |
219 | 2024-08-12T20:35:40.107Z | openjdk system 17 system |
220 | 2024-08-12T20:35:40.107Z | openjdk system 11 system |
221 | 2024-08-12T20:35:40.107Z | openjdk system 1.8 system |
222 | 2024-08-12T20:35:40.107Z | openssl vendor 3 vendor |
223 | 2024-08-12T20:35:40.107Z | perl system 5.36 system |
224 | 2024-08-12T20:35:40.107Z | postgresql system 15 system |
225 | 2024-08-12T20:35:40.107Z | postgresql system 13 system |
226 | 2024-08-12T20:35:40.107Z | python vendor 3 vendor |
227 | 2024-08-12T20:35:40.107Z | python system 2 system |
228 | 2024-08-12T20:35:40.107Z | python3 system 3.11 system |
229 | 2024-08-12T20:35:40.107Z | ruby system 3.0 system |
230 | 2024-08-12T20:35:40.107Z | words vendor vendor american-english |
231 | 2024-08-12T20:35:40.107Z | words system system australian-english |
232 | 2024-08-12T20:35:40.107Z | words system system british-english |
233 | 2024-08-12T20:35:40.107Z | words system system canadian-english |
234 | 2024-08-12T20:35:40.107Z | words system system french |
235 | 2024-08-12T20:35:40.107Z | words system system italian |
236 | 2024-08-12T20:35:40.107Z | words system system ngerman |
237 | 2024-08-12T20:35:40.107Z | words system system ogerman |
238 | 2024-08-12T20:35:40.107Z | words system system spanish |
239 | 2024-08-12T20:35:40.438Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-08-12T20:35:40.438Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-08-12T20:35:42.101Z | FMRI IFO |
242 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-08-12T20:35:42.101Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-08-12T20:35:42.690Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-08-12T20:35:42.951Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-08-12T20:35:43.255Z | Updating crates.io index |
257 | 2024-08-12T20:35:43.314Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-08-12T20:35:44.033Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-08-12T20:35:44.743Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-08-12T20:35:45.015Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-08-12T20:35:46.502Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-08-12T20:35:46.761Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-08-12T20:35:47.052Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-08-12T20:35:48.134Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-08-12T20:35:50.229Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-08-12T20:35:51.415Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-08-12T20:35:52.305Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-08-12T20:35:52.867Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-08-12T20:35:53.150Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
270 | 2024-08-12T20:35:53.444Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
271 | 2024-08-12T20:35:53.754Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
272 | 2024-08-12T20:35:54.064Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
273 | 2024-08-12T20:35:54.326Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
274 | 2024-08-12T20:35:54.579Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
275 | 2024-08-12T20:35:54.848Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-08-12T20:35:55.157Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-08-12T20:35:55.482Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-08-12T20:35:55.904Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-08-12T20:35:56.174Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-08-12T20:35:56.599Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-08-12T20:35:56.939Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
282 | 2024-08-12T20:35:57.317Z | Updating git repository `https://github.com/oxidecomputer/typify` |
283 | 2024-08-12T20:35:59.612Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
284 | 2024-08-12T20:35:59.858Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
285 | 2024-08-12T20:36:00.110Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
286 | 2024-08-12T20:36:00.503Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
287 | 2024-08-12T20:36:01.596Z | Downloading crates ... |
288 | 2024-08-12T20:36:01.689Z | Downloaded dtrace-parser v0.2.0 |
289 | 2024-08-12T20:36:01.691Z | Downloaded errno v0.3.9 |
290 | 2024-08-12T20:36:01.691Z | Downloaded block-buffer v0.10.4 |
291 | 2024-08-12T20:36:01.694Z | Downloaded anstyle-query v1.0.3 |
292 | 2024-08-12T20:36:01.694Z | Downloaded crypto-common v0.1.6 |
293 | 2024-08-12T20:36:01.694Z | Downloaded colorchoice v1.0.1 |
294 | 2024-08-12T20:36:01.697Z | Downloaded autocfg v1.3.0 |
295 | 2024-08-12T20:36:01.697Z | Downloaded digest v0.10.7 |
296 | 2024-08-12T20:36:01.700Z | Downloaded cargo_toml v0.20.4 |
297 | 2024-08-12T20:36:01.703Z | Downloaded anstyle-parse v0.2.4 |
298 | 2024-08-12T20:36:01.703Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-08-12T20:36:01.706Z | Downloaded is_terminal_polyfill v1.70.0 |
300 | 2024-08-12T20:36:01.710Z | Downloaded equivalent v1.0.1 |
301 | 2024-08-12T20:36:01.715Z | Downloaded cpufeatures v0.2.12 |
302 | 2024-08-12T20:36:01.718Z | Downloaded clap_lex v0.7.0 |
303 | 2024-08-12T20:36:01.718Z | Downloaded clap v4.5.13 |
304 | 2024-08-12T20:36:01.725Z | Downloaded terminal_size v0.3.0 |
305 | 2024-08-12T20:36:01.728Z | Downloaded utf8parse v0.2.1 |
306 | 2024-08-12T20:36:01.728Z | Downloaded pest_generator v2.7.10 |
307 | 2024-08-12T20:36:01.731Z | Downloaded heck v0.4.1 |
308 | 2024-08-12T20:36:01.731Z | Downloaded byteorder v1.5.0 |
309 | 2024-08-12T20:36:01.734Z | Downloaded usdt-impl v0.5.0 |
310 | 2024-08-12T20:36:01.734Z | Downloaded usdt v0.5.0 |
311 | 2024-08-12T20:36:01.734Z | Downloaded memmap v0.7.0 |
312 | 2024-08-12T20:36:01.737Z | Downloaded macaddr v1.0.1 |
313 | 2024-08-12T20:36:01.737Z | Downloaded serde_spanned v0.6.7 |
314 | 2024-08-12T20:36:01.737Z | Downloaded cargo-platform v0.1.8 |
315 | 2024-08-12T20:36:01.740Z | Downloaded proc-macro-error-attr v1.0.4 |
316 | 2024-08-12T20:36:01.744Z | Downloaded dof v0.3.0 |
317 | 2024-08-12T20:36:01.747Z | Downloaded bytecount v0.6.8 |
318 | 2024-08-12T20:36:01.747Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-08-12T20:36:01.750Z | Downloaded thiserror-impl v1.0.63 |
320 | 2024-08-12T20:36:01.750Z | Downloaded sha2 v0.10.8 |
321 | 2024-08-12T20:36:01.753Z | Downloaded once_cell v1.19.0 |
322 | 2024-08-12T20:36:01.756Z | Downloaded strsim v0.11.1 |
323 | 2024-08-12T20:36:01.756Z | Downloaded scroll v0.12.0 |
324 | 2024-08-12T20:36:01.759Z | Downloaded semver v1.0.23 |
325 | 2024-08-12T20:36:01.759Z | Downloaded generic-array v0.14.7 |
326 | 2024-08-12T20:36:01.762Z | Downloaded anstyle v1.0.8 |
327 | 2024-08-12T20:36:01.765Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-08-12T20:36:01.768Z | Downloaded swrite v0.1.0 |
329 | 2024-08-12T20:36:01.768Z | Downloaded scroll_derive v0.12.0 |
330 | 2024-08-12T20:36:01.768Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2024-08-12T20:36:01.772Z | Downloaded toml v0.8.19 |
332 | 2024-08-12T20:36:01.775Z | Downloaded fnv v1.0.7 |
333 | 2024-08-12T20:36:01.778Z | Downloaded cfg-if v1.0.0 |
334 | 2024-08-12T20:36:01.778Z | Downloaded camino v1.1.7 |
335 | 2024-08-12T20:36:01.782Z | Downloaded serde_derive v1.0.205 |
336 | 2024-08-12T20:36:01.784Z | Downloaded pest_meta v2.7.10 |
337 | 2024-08-12T20:36:01.788Z | Downloaded itoa v1.0.11 |
338 | 2024-08-12T20:36:01.797Z | Downloaded toml_datetime v0.6.8 |
339 | 2024-08-12T20:36:01.801Z | Downloaded fs-err v2.11.0 |
340 | 2024-08-12T20:36:01.801Z | Downloaded version_check v0.9.5 |
341 | 2024-08-12T20:36:01.801Z | Downloaded serde_tokenstream v0.2.1 |
342 | 2024-08-12T20:36:01.803Z | Downloaded thiserror v1.0.63 |
343 | 2024-08-12T20:36:01.806Z | Downloaded tabled_derive v0.7.0 |
344 | 2024-08-12T20:36:01.809Z | Downloaded thread-id v4.2.1 |
345 | 2024-08-12T20:36:01.809Z | Downloaded heck v0.5.0 |
346 | 2024-08-12T20:36:01.809Z | Downloaded clap_derive v4.5.13 |
347 | 2024-08-12T20:36:01.812Z | Downloaded ucd-trie v0.1.6 |
348 | 2024-08-12T20:36:01.812Z | Downloaded anstream v0.6.14 |
349 | 2024-08-12T20:36:01.818Z | Downloaded plain v0.2.3 |
350 | 2024-08-12T20:36:01.830Z | Downloaded pest_derive v2.7.10 |
351 | 2024-08-12T20:36:01.830Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-08-12T20:36:01.833Z | Downloaded quote v1.0.36 |
353 | 2024-08-12T20:36:01.833Z | Downloaded zerocopy-derive v0.7.34 |
354 | 2024-08-12T20:36:01.838Z | Downloaded bitflags v2.6.0 |
355 | 2024-08-12T20:36:01.841Z | Downloaded anyhow v1.0.86 |
356 | 2024-08-12T20:36:01.841Z | Downloaded papergrid v0.11.0 |
357 | 2024-08-12T20:36:01.845Z | Downloaded typenum v1.17.0 |
358 | 2024-08-12T20:36:01.848Z | Downloaded ryu v1.0.18 |
359 | 2024-08-12T20:36:01.850Z | Downloaded unicode-ident v1.0.12 |
360 | 2024-08-12T20:36:01.853Z | Downloaded indexmap v2.3.0 |
361 | 2024-08-12T20:36:01.858Z | Downloaded log v0.4.21 |
362 | 2024-08-12T20:36:01.861Z | Downloaded proc-macro2 v1.0.86 |
363 | 2024-08-12T20:36:01.864Z | Downloaded toml_edit v0.22.20 |
364 | 2024-08-12T20:36:01.882Z | Downloaded serde v1.0.205 |
365 | 2024-08-12T20:36:01.889Z | Downloaded pest v2.7.10 |
366 | 2024-08-12T20:36:01.903Z | Downloaded memchr v2.7.2 |
367 | 2024-08-12T20:36:01.916Z | Downloaded hashbrown v0.14.5 |
368 | 2024-08-12T20:36:01.919Z | Downloaded clap_builder v4.5.13 |
369 | 2024-08-12T20:36:01.922Z | Downloaded winnow v0.6.18 |
370 | 2024-08-12T20:36:01.930Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-12T20:36:01.945Z | Downloaded tabled v0.15.0 |
372 | 2024-08-12T20:36:01.960Z | Downloaded syn v1.0.109 |
373 | 2024-08-12T20:36:01.971Z | Downloaded serde_json v1.0.122 |
374 | 2024-08-12T20:36:01.976Z | Downloaded syn v2.0.72 |
375 | 2024-08-12T20:36:01.986Z | Downloaded rustix v0.38.34 |
376 | 2024-08-12T20:36:02.008Z | Downloaded goblin v0.8.2 |
377 | 2024-08-12T20:36:02.015Z | Downloaded unicode-width v0.1.13 |
378 | 2024-08-12T20:36:02.021Z | Downloaded libc v0.2.155 |
379 | 2024-08-12T20:36:02.316Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-12T20:36:02.319Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-12T20:36:02.319Z | Compiling version_check v0.9.5 |
382 | 2024-08-12T20:36:02.319Z | Compiling serde v1.0.205 |
383 | 2024-08-12T20:36:02.319Z | Compiling memchr v2.7.2 |
384 | 2024-08-12T20:36:02.319Z | Compiling thiserror v1.0.63 |
385 | 2024-08-12T20:36:02.350Z | Compiling libc v0.2.155 |
386 | 2024-08-12T20:36:02.352Z | Compiling ryu v1.0.18 |
387 | 2024-08-12T20:36:02.557Z | Compiling itoa v1.0.11 |
388 | 2024-08-12T20:36:02.736Z | Compiling ucd-trie v0.1.6 |
389 | 2024-08-12T20:36:03.169Z | Compiling once_cell v1.19.0 |
390 | 2024-08-12T20:36:03.228Z | Compiling byteorder v1.5.0 |
391 | 2024-08-12T20:36:03.554Z | Compiling serde_json v1.0.122 |
392 | 2024-08-12T20:36:05.534Z | Compiling usdt-impl v0.5.0 |
393 | 2024-08-12T20:36:05.556Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-08-12T20:36:05.579Z | Compiling rustix v0.38.34 |
395 | 2024-08-12T20:36:05.583Z | Compiling syn v1.0.109 |
396 | 2024-08-12T20:36:05.643Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-08-12T20:36:05.887Z | Compiling hashbrown v0.14.5 |
398 | 2024-08-12T20:36:05.958Z | Compiling bitflags v2.6.0 |
399 | 2024-08-12T20:36:05.981Z | Compiling utf8parse v0.2.1 |
400 | 2024-08-12T20:36:06.129Z | Compiling equivalent v1.0.1 |
401 | 2024-08-12T20:36:06.235Z | Compiling log v0.4.21 |
402 | 2024-08-12T20:36:06.328Z | Compiling thread-id v4.2.1 |
403 | 2024-08-12T20:36:06.380Z | Compiling plain v0.2.3 |
404 | 2024-08-12T20:36:06.402Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-08-12T20:36:06.440Z | Compiling quote v1.0.36 |
406 | 2024-08-12T20:36:06.589Z | Compiling semver v1.0.23 |
407 | 2024-08-12T20:36:06.632Z | Compiling winnow v0.6.18 |
408 | 2024-08-12T20:36:06.713Z | Compiling colorchoice v1.0.1 |
409 | 2024-08-12T20:36:06.854Z | Compiling syn v2.0.72 |
410 | 2024-08-12T20:36:06.854Z | Compiling errno v0.3.9 |
411 | 2024-08-12T20:36:07.122Z | Compiling indexmap v2.3.0 |
412 | 2024-08-12T20:36:07.169Z | Compiling anstyle-query v1.0.3 |
413 | 2024-08-12T20:36:07.191Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-12T20:36:07.308Z | Compiling anstyle v1.0.8 |
415 | 2024-08-12T20:36:07.331Z | Compiling pretty-hex v0.4.1 |
416 | 2024-08-12T20:36:07.531Z | Compiling autocfg v1.3.0 |
417 | 2024-08-12T20:36:07.788Z | Compiling camino v1.1.7 |
418 | 2024-08-12T20:36:08.352Z | Compiling terminal_size v0.3.0 |
419 | 2024-08-12T20:36:08.444Z | Compiling anstream v0.6.14 |
420 | 2024-08-12T20:36:08.519Z | Compiling fs-err v2.11.0 |
421 | 2024-08-12T20:36:08.742Z | Compiling clap_lex v0.7.0 |
422 | 2024-08-12T20:36:08.767Z | Compiling unicode-width v0.1.13 |
423 | 2024-08-12T20:36:08.795Z | Compiling strsim v0.11.1 |
424 | 2024-08-12T20:36:09.007Z | Compiling bytecount v0.6.8 |
425 | 2024-08-12T20:36:09.099Z | Compiling anyhow v1.0.86 |
426 | 2024-08-12T20:36:09.122Z | Compiling fnv v1.0.7 |
427 | 2024-08-12T20:36:09.214Z | Compiling heck v0.5.0 |
428 | 2024-08-12T20:36:09.239Z | Compiling heck v0.4.1 |
429 | 2024-08-12T20:36:09.261Z | Compiling papergrid v0.11.0 |
430 | 2024-08-12T20:36:09.718Z | Compiling clap_builder v4.5.13 |
431 | 2024-08-12T20:36:09.797Z | Compiling memmap v0.7.0 |
432 | 2024-08-12T20:36:10.421Z | Compiling swrite v0.1.0 |
433 | 2024-08-12T20:36:12.079Z | Compiling tabled_derive v0.7.0 |
434 | 2024-08-12T20:36:13.467Z | Compiling tabled v0.15.0 |
435 | 2024-08-12T20:36:15.168Z | Compiling serde_derive v1.0.205 |
436 | 2024-08-12T20:36:15.168Z | Compiling thiserror-impl v1.0.63 |
437 | 2024-08-12T20:36:15.173Z | Compiling zerocopy-derive v0.7.34 |
438 | 2024-08-12T20:36:15.173Z | Compiling scroll_derive v0.12.0 |
439 | 2024-08-12T20:36:15.173Z | Compiling clap_derive v4.5.13 |
440 | 2024-08-12T20:36:16.608Z | Compiling scroll v0.12.0 |
441 | 2024-08-12T20:36:16.993Z | Compiling zerocopy v0.7.34 |
442 | 2024-08-12T20:36:17.118Z | Compiling goblin v0.8.2 |
443 | 2024-08-12T20:36:17.985Z | Compiling pest v2.7.10 |
444 | 2024-08-12T20:36:19.081Z | Compiling clap v4.5.13 |
445 | 2024-08-12T20:36:20.066Z | Compiling pest_meta v2.7.10 |
446 | 2024-08-12T20:36:20.906Z | Compiling pest_generator v2.7.10 |
447 | 2024-08-12T20:36:22.702Z | Compiling pest_derive v2.7.10 |
448 | 2024-08-12T20:36:23.449Z | Compiling dtrace-parser v0.2.0 |
449 | 2024-08-12T20:36:25.371Z | Compiling serde_tokenstream v0.2.1 |
450 | 2024-08-12T20:36:25.405Z | Compiling serde_spanned v0.6.7 |
451 | 2024-08-12T20:36:25.405Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-12T20:36:25.643Z | Compiling cargo-platform v0.1.8 |
453 | 2024-08-12T20:36:25.753Z | Compiling toml_edit v0.22.20 |
454 | 2024-08-12T20:36:25.904Z | Compiling macaddr v1.0.1 |
455 | 2024-08-12T20:36:26.804Z | Compiling dof v0.3.0 |
456 | 2024-08-12T20:36:26.839Z | Compiling cargo_metadata v0.18.1 |
457 | 2024-08-12T20:36:28.479Z | Compiling toml v0.8.19 |
458 | 2024-08-12T20:36:28.516Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-08-12T20:36:28.518Z | Compiling usdt-macro v0.5.0 |
460 | 2024-08-12T20:36:29.438Z | Compiling cargo_toml v0.20.4 |
461 | 2024-08-12T20:36:29.844Z | Compiling usdt v0.5.0 |
462 | 2024-08-12T20:36:33.153Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
463 | 2024-08-12T20:36:36.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.51s |
464 | 2024-08-12T20:36:37.220Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
465 | 2024-08-12T20:36:37.761Z | Downloading crates ... |
466 | 2024-08-12T20:36:37.882Z | Downloaded bitstruct v0.1.1 |
467 | 2024-08-12T20:36:37.885Z | Downloaded async-stream-impl v0.3.5 |
468 | 2024-08-12T20:36:37.888Z | Downloaded atty v0.2.14 |
469 | 2024-08-12T20:36:37.891Z | Downloaded aead v0.5.2 |
470 | 2024-08-12T20:36:37.896Z | Downloaded cstr-argument v0.1.2 |
471 | 2024-08-12T20:36:37.899Z | Downloaded crunchy v0.2.2 |
472 | 2024-08-12T20:36:37.903Z | Downloaded ciborium-io v0.2.2 |
473 | 2024-08-12T20:36:37.903Z | Downloaded is-terminal v0.4.12 |
474 | 2024-08-12T20:36:37.909Z | Downloaded bitstruct_derive v0.1.0 |
475 | 2024-08-12T20:36:37.912Z | Downloaded atomicwrites v0.4.3 |
476 | 2024-08-12T20:36:37.916Z | Downloaded der v0.7.9 |
477 | 2024-08-12T20:36:37.922Z | Downloaded bb8 v0.8.5 |
478 | 2024-08-12T20:36:37.924Z | Downloaded bit-vec v0.6.3 |
479 | 2024-08-12T20:36:37.927Z | Downloaded async-recursion v1.1.1 |
480 | 2024-08-12T20:36:37.930Z | Downloaded bitfield-struct v0.6.1 |
481 | 2024-08-12T20:36:37.933Z | Downloaded oso-derive v0.27.3 |
482 | 2024-08-12T20:36:37.933Z | Downloaded openssl-macros v0.1.1 |
483 | 2024-08-12T20:36:37.933Z | Downloaded newtype_derive v0.1.6 |
484 | 2024-08-12T20:36:37.936Z | Downloaded new_debug_unreachable v1.0.6 |
485 | 2024-08-12T20:36:37.936Z | Downloaded ascii-canvas v3.0.0 |
486 | 2024-08-12T20:36:37.939Z | Downloaded number_prefix v0.4.0 |
487 | 2024-08-12T20:36:37.939Z | Downloaded newline-converter v0.3.0 |
488 | 2024-08-12T20:36:37.942Z | Downloaded instant v0.1.12 |
489 | 2024-08-12T20:36:37.942Z | Downloaded matches v0.1.10 |
490 | 2024-08-12T20:36:37.944Z | Downloaded cobs v0.2.3 |
491 | 2024-08-12T20:36:37.944Z | Downloaded buf-list v1.0.3 |
492 | 2024-08-12T20:36:37.947Z | Downloaded array-init v0.0.4 |
493 | 2024-08-12T20:36:37.950Z | Downloaded crc-catalog v2.4.0 |
494 | 2024-08-12T20:36:37.950Z | Downloaded is_ci v1.2.0 |
495 | 2024-08-12T20:36:37.953Z | Downloaded chacha20 v0.9.1 |
496 | 2024-08-12T20:36:37.955Z | Downloaded data-encoding v2.6.0 |
497 | 2024-08-12T20:36:37.955Z | Downloaded cexpr v0.6.0 |
498 | 2024-08-12T20:36:37.959Z | Downloaded memoffset v0.9.1 |
499 | 2024-08-12T20:36:37.959Z | Downloaded curve25519-dalek-derive v0.1.1 |
500 | 2024-08-12T20:36:37.962Z | Downloaded libsw v3.3.1 |
501 | 2024-08-12T20:36:37.965Z | Downloaded lazycell v1.3.0 |
502 | 2024-08-12T20:36:37.965Z | Downloaded kstat-rs v0.2.4 |
503 | 2024-08-12T20:36:37.967Z | Downloaded linear-map v1.2.0 |
504 | 2024-08-12T20:36:37.967Z | Downloaded convert_case v0.4.0 |
505 | 2024-08-12T20:36:37.970Z | Downloaded lalrpop-util v0.19.12 |
506 | 2024-08-12T20:36:37.970Z | Downloaded num-derive v0.4.2 |
507 | 2024-08-12T20:36:37.975Z | Downloaded nanorand v0.7.0 |
508 | 2024-08-12T20:36:37.985Z | Downloaded defmt v0.3.8 |
509 | 2024-08-12T20:36:37.985Z | Downloaded num-iter v0.1.45 |
510 | 2024-08-12T20:36:37.985Z | Downloaded num_enum v0.5.11 |
511 | 2024-08-12T20:36:37.988Z | Downloaded addr2line v0.21.0 |
512 | 2024-08-12T20:36:37.991Z | Downloaded cfg_aliases v0.1.1 |
513 | 2024-08-12T20:36:37.991Z | Downloaded darling_macro v0.20.9 |
514 | 2024-08-12T20:36:37.991Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2024-08-12T20:36:37.993Z | Downloaded bitfield v0.14.0 |
516 | 2024-08-12T20:36:37.994Z | Downloaded async-stream v0.3.5 |
517 | 2024-08-12T20:36:37.996Z | Downloaded match_cfg v0.1.0 |
518 | 2024-08-12T20:36:37.996Z | Downloaded num_threads v0.1.7 |
519 | 2024-08-12T20:36:37.999Z | Downloaded num-conv v0.1.0 |
520 | 2024-08-12T20:36:38.002Z | Downloaded parse-size v1.0.0 |
521 | 2024-08-12T20:36:38.002Z | Downloaded bitflags v1.3.2 |
522 | 2024-08-12T20:36:38.006Z | Downloaded base16ct v0.2.0 |
523 | 2024-08-12T20:36:38.008Z | Downloaded crc v3.2.1 |
524 | 2024-08-12T20:36:38.011Z | Downloaded md-5 v0.10.6 |
525 | 2024-08-12T20:36:38.011Z | Downloaded packed_struct v0.10.1 |
526 | 2024-08-12T20:36:38.014Z | Downloaded num_enum_derive v0.5.11 |
527 | 2024-08-12T20:36:38.016Z | Downloaded cancel-safe-futures v0.1.5 |
528 | 2024-08-12T20:36:38.019Z | Downloaded parse-display-derive v0.9.1 |
529 | 2024-08-12T20:36:38.022Z | Downloaded linked-hash-map v0.5.6 |
530 | 2024-08-12T20:36:38.022Z | Downloaded libloading v0.8.3 |
531 | 2024-08-12T20:36:38.024Z | Downloaded adler v1.0.2 |
532 | 2024-08-12T20:36:38.027Z | Downloaded colored v2.1.0 |
533 | 2024-08-12T20:36:38.030Z | Downloaded lock_api v0.4.12 |
534 | 2024-08-12T20:36:38.033Z | Downloaded num-complex v0.4.6 |
535 | 2024-08-12T20:36:38.033Z | Downloaded nu-ansi-term v0.50.0 |
536 | 2024-08-12T20:36:38.036Z | Downloaded constant_time_eq v0.3.0 |
537 | 2024-08-12T20:36:38.038Z | Downloaded multer v3.1.0 |
538 | 2024-08-12T20:36:38.041Z | Downloaded indexmap v1.9.3 |
539 | 2024-08-12T20:36:38.044Z | Downloaded ipnet v2.9.0 |
540 | 2024-08-12T20:36:38.051Z | Downloaded time-core v0.1.2 |
541 | 2024-08-12T20:36:38.054Z | Downloaded defmt-macros v0.3.9 |
542 | 2024-08-12T20:36:38.054Z | Downloaded num-integer v0.1.46 |
543 | 2024-08-12T20:36:38.054Z | Downloaded num v0.4.3 |
544 | 2024-08-12T20:36:38.054Z | Downloaded maybe-uninit v2.0.0 |
545 | 2024-08-12T20:36:38.057Z | Downloaded signal-hook-registry v1.4.2 |
546 | 2024-08-12T20:36:38.061Z | Downloaded num_cpus v1.16.0 |
547 | 2024-08-12T20:36:38.064Z | Downloaded sha1 v0.10.6 |
548 | 2024-08-12T20:36:38.064Z | Downloaded waitgroup v0.1.2 |
549 | 2024-08-12T20:36:38.067Z | Downloaded wait-timeout v0.2.0 |
550 | 2024-08-12T20:36:38.067Z | Downloaded slog-stdlog v4.1.1 |
551 | 2024-08-12T20:36:38.069Z | Downloaded packed_struct_codegen v0.10.1 |
552 | 2024-08-12T20:36:38.070Z | Downloaded password-hash v0.5.0 |
553 | 2024-08-12T20:36:38.072Z | Downloaded stable_deref_trait v1.2.0 |
554 | 2024-08-12T20:36:38.075Z | Downloaded crossbeam-epoch v0.9.18 |
555 | 2024-08-12T20:36:38.081Z | Downloaded libefi-sys v0.1.0 |
556 | 2024-08-12T20:36:38.081Z | Downloaded parking_lot_core v0.8.6 |
557 | 2024-08-12T20:36:38.084Z | Downloaded crossbeam-deque v0.8.5 |
558 | 2024-08-12T20:36:38.084Z | Downloaded camino-tempfile v1.1.1 |
559 | 2024-08-12T20:36:38.087Z | Downloaded crc32fast v1.4.0 |
560 | 2024-08-12T20:36:38.090Z | Downloaded structmeta v0.2.0 |
561 | 2024-08-12T20:36:38.090Z | Downloaded path-slash v0.1.5 |
562 | 2024-08-12T20:36:38.092Z | Downloaded hash32 v0.2.1 |
563 | 2024-08-12T20:36:38.092Z | Downloaded backoff v0.4.0 |
564 | 2024-08-12T20:36:38.095Z | Downloaded miniz_oxide v0.7.2 |
565 | 2024-08-12T20:36:38.098Z | Downloaded omicron-zone-package v0.11.0 |
566 | 2024-08-12T20:36:38.101Z | Downloaded foreign-types-shared v0.3.1 |
567 | 2024-08-12T20:36:38.104Z | Downloaded tokio-macros v2.3.0 |
568 | 2024-08-12T20:36:38.104Z | Downloaded base64 v0.13.1 |
569 | 2024-08-12T20:36:38.107Z | Downloaded tls_codec_derive v0.4.1 |
570 | 2024-08-12T20:36:38.110Z | Downloaded unarray v0.1.4 |
571 | 2024-08-12T20:36:38.112Z | Downloaded debug-ignore v1.0.5 |
572 | 2024-08-12T20:36:38.115Z | Downloaded memmap2 v0.9.4 |
573 | 2024-08-12T20:36:38.115Z | Downloaded sqlformat v0.2.4 |
574 | 2024-08-12T20:36:38.118Z | Downloaded parking_lot v0.11.2 |
575 | 2024-08-12T20:36:38.124Z | Downloaded sigpipe v0.1.3 |
576 | 2024-08-12T20:36:38.127Z | Downloaded slog-term v2.9.1 |
577 | 2024-08-12T20:36:38.127Z | Downloaded want v0.3.1 |
578 | 2024-08-12T20:36:38.130Z | Downloaded zeroize_derive v1.4.2 |
579 | 2024-08-12T20:36:38.130Z | Downloaded siphasher v0.3.11 |
580 | 2024-08-12T20:36:38.130Z | Downloaded darling v0.20.9 |
581 | 2024-08-12T20:36:38.134Z | Downloaded console v0.15.8 |
582 | 2024-08-12T20:36:38.138Z | Downloaded difflib v0.4.0 |
583 | 2024-08-12T20:36:38.141Z | Downloaded either v1.13.0 |
584 | 2024-08-12T20:36:38.144Z | Downloaded crossbeam-utils v0.8.19 |
585 | 2024-08-12T20:36:38.146Z | Downloaded dyn-clone v1.0.17 |
586 | 2024-08-12T20:36:38.146Z | Downloaded zone_cfg_derive v0.1.2 |
587 | 2024-08-12T20:36:38.151Z | Downloaded crc-any v2.5.0 |
588 | 2024-08-12T20:36:38.156Z | Downloaded darling_core v0.20.9 |
589 | 2024-08-12T20:36:38.156Z | Downloaded strum_macros v0.26.4 |
590 | 2024-08-12T20:36:38.159Z | Downloaded strum v0.26.3 |
591 | 2024-08-12T20:36:38.162Z | Downloaded phf_shared v0.11.2 |
592 | 2024-08-12T20:36:38.162Z | Downloaded http-range v0.1.5 |
593 | 2024-08-12T20:36:38.165Z | Downloaded futures-sink v0.3.30 |
594 | 2024-08-12T20:36:38.165Z | Downloaded futures-macro v0.3.30 |
595 | 2024-08-12T20:36:38.165Z | Downloaded futures-io v0.3.30 |
596 | 2024-08-12T20:36:38.168Z | Downloaded mockall_derive v0.13.0 |
597 | 2024-08-12T20:36:38.171Z | Downloaded fixedbitset v0.4.2 |
598 | 2024-08-12T20:36:38.171Z | Downloaded dsl_auto_type v0.1.2 |
599 | 2024-08-12T20:36:38.174Z | Downloaded clang-sys v1.7.0 |
600 | 2024-08-12T20:36:38.177Z | Downloaded try-lock v0.2.5 |
601 | 2024-08-12T20:36:38.177Z | Downloaded float-ord v0.3.2 |
602 | 2024-08-12T20:36:38.177Z | Downloaded downcast v0.11.0 |
603 | 2024-08-12T20:36:38.180Z | Downloaded slab v0.4.9 |
604 | 2024-08-12T20:36:38.183Z | Downloaded parking_lot v0.12.2 |
605 | 2024-08-12T20:36:38.186Z | Downloaded tokio-native-tls v0.3.1 |
606 | 2024-08-12T20:36:38.186Z | Downloaded serde-big-array v0.5.1 |
607 | 2024-08-12T20:36:38.189Z | Downloaded quick-error v1.2.3 |
608 | 2024-08-12T20:36:38.192Z | Downloaded psl-types v2.0.11 |
609 | 2024-08-12T20:36:38.192Z | Downloaded predicates-tree v1.0.9 |
610 | 2024-08-12T20:36:38.195Z | Downloaded structmeta v0.3.0 |
611 | 2024-08-12T20:36:38.195Z | Downloaded portpicker v0.1.1 |
612 | 2024-08-12T20:36:38.195Z | Downloaded static_assertions v1.1.0 |
613 | 2024-08-12T20:36:38.198Z | Downloaded ref-cast-impl v1.0.23 |
614 | 2024-08-12T20:36:38.201Z | Downloaded bytes v1.7.1 |
615 | 2024-08-12T20:36:38.206Z | Downloaded hash32 v0.3.1 |
616 | 2024-08-12T20:36:38.209Z | Downloaded secrecy v0.8.0 |
617 | 2024-08-12T20:36:38.209Z | Downloaded openssl-sys v0.9.103 |
618 | 2024-08-12T20:36:38.212Z | Downloaded subprocess v0.2.9 |
619 | 2024-08-12T20:36:38.216Z | Downloaded semver v0.1.20 |
620 | 2024-08-12T20:36:38.219Z | Downloaded vte_generate_state_changes v0.1.1 |
621 | 2024-08-12T20:36:38.219Z | Downloaded diesel_table_macro_syntax v0.2.0 |
622 | 2024-08-12T20:36:38.219Z | Downloaded tower-service v0.3.2 |
623 | 2024-08-12T20:36:38.222Z | Downloaded supports-color v3.0.0 |
624 | 2024-08-12T20:36:38.222Z | Downloaded subtle v2.5.0 |
625 | 2024-08-12T20:36:38.224Z | Downloaded signal-hook-tokio v0.3.1 |
626 | 2024-08-12T20:36:38.225Z | Downloaded tui-tree-widget v0.21.0 |
627 | 2024-08-12T20:36:38.228Z | Downloaded structmeta-derive v0.3.0 |
628 | 2024-08-12T20:36:38.228Z | Downloaded pin-project-lite v0.2.14 |
629 | 2024-08-12T20:36:38.232Z | Downloaded structmeta-derive v0.2.0 |
630 | 2024-08-12T20:36:38.235Z | Downloaded smawk v0.3.2 |
631 | 2024-08-12T20:36:38.238Z | Downloaded radium v0.7.0 |
632 | 2024-08-12T20:36:38.238Z | Downloaded http-body v0.4.6 |
633 | 2024-08-12T20:36:38.241Z | Downloaded futures-executor v0.3.30 |
634 | 2024-08-12T20:36:38.241Z | Downloaded futures-core v0.3.30 |
635 | 2024-08-12T20:36:38.244Z | Downloaded pretty-hex v0.2.1 |
636 | 2024-08-12T20:36:38.247Z | Downloaded sct v0.7.1 |
637 | 2024-08-12T20:36:38.249Z | Downloaded hyper-rustls v0.24.2 |
638 | 2024-08-12T20:36:38.252Z | Downloaded futures-task v0.3.30 |
639 | 2024-08-12T20:36:38.255Z | Downloaded rand_seeder v0.3.0 |
640 | 2024-08-12T20:36:38.255Z | Downloaded slog-scope v4.4.0 |
641 | 2024-08-12T20:36:38.258Z | Downloaded pin-utils v0.1.0 |
642 | 2024-08-12T20:36:38.258Z | Downloaded crossbeam-channel v0.5.12 |
643 | 2024-08-12T20:36:38.262Z | Downloaded httpdate v1.0.3 |
644 | 2024-08-12T20:36:38.265Z | Downloaded derive_more v0.99.18 |
645 | 2024-08-12T20:36:38.269Z | Downloaded chacha20poly1305 v0.10.1 |
646 | 2024-08-12T20:36:38.272Z | Downloaded thread_local v1.1.8 |
647 | 2024-08-12T20:36:38.275Z | Downloaded signal-hook-mio v0.2.3 |
648 | 2024-08-12T20:36:38.285Z | Downloaded stringprep v0.1.4 |
649 | 2024-08-12T20:36:38.288Z | Downloaded topological-sort v0.2.2 |
650 | 2024-08-12T20:36:38.291Z | Downloaded glob v0.3.1 |
651 | 2024-08-12T20:36:38.291Z | Downloaded phf v0.11.2 |
652 | 2024-08-12T20:36:38.294Z | Downloaded hyper-tls v0.5.0 |
653 | 2024-08-12T20:36:38.298Z | Downloaded hyper-staticfile v0.9.5 |
654 | 2024-08-12T20:36:38.300Z | Downloaded futures-channel v0.3.30 |
655 | 2024-08-12T20:36:38.300Z | Downloaded unicode-truncate v1.0.0 |
656 | 2024-08-12T20:36:38.304Z | Downloaded rand_core v0.6.4 |
657 | 2024-08-12T20:36:38.307Z | Downloaded foreign-types v0.3.2 |
658 | 2024-08-12T20:36:38.307Z | Downloaded tiny-keccak v2.0.2 |
659 | 2024-08-12T20:36:38.311Z | Downloaded tracing-attributes v0.1.27 |
660 | 2024-08-12T20:36:38.314Z | Downloaded cc v1.0.97 |
661 | 2024-08-12T20:36:38.317Z | Downloaded humantime v2.1.0 |
662 | 2024-08-12T20:36:38.317Z | Downloaded derive_builder_macro v0.20.0 |
663 | 2024-08-12T20:36:38.319Z | Downloaded schemars_derive v0.8.21 |
664 | 2024-08-12T20:36:38.319Z | Downloaded zip v0.6.6 |
665 | 2024-08-12T20:36:38.325Z | Downloaded half v2.4.1 |
666 | 2024-08-12T20:36:38.328Z | Downloaded highway v1.2.0 |
667 | 2024-08-12T20:36:38.330Z | Downloaded proc-macro-crate v1.3.1 |
668 | 2024-08-12T20:36:38.333Z | Downloaded slog-envlogger v2.2.0 |
669 | 2024-08-12T20:36:38.336Z | Downloaded precomputed-hash v0.1.1 |
670 | 2024-08-12T20:36:38.336Z | Downloaded slog-dtrace v0.3.0 |
671 | 2024-08-12T20:36:38.336Z | Downloaded which v4.4.2 |
672 | 2024-08-12T20:36:38.339Z | Downloaded futures v0.3.30 |
673 | 2024-08-12T20:36:38.343Z | Downloaded foreign-types v0.5.0 |
674 | 2024-08-12T20:36:38.346Z | Downloaded ident_case v1.0.1 |
675 | 2024-08-12T20:36:38.346Z | Downloaded globset v0.4.14 |
676 | 2024-08-12T20:36:38.349Z | Downloaded poly1305 v0.8.0 |
677 | 2024-08-12T20:36:38.352Z | Downloaded slog v2.7.0 |
678 | 2024-08-12T20:36:38.355Z | Downloaded toml v0.7.8 |
679 | 2024-08-12T20:36:38.358Z | Downloaded similar v2.5.0 |
680 | 2024-08-12T20:36:38.363Z | Downloaded peg-runtime v0.8.3 |
681 | 2024-08-12T20:36:38.366Z | Downloaded phf_shared v0.10.0 |
682 | 2024-08-12T20:36:38.366Z | Downloaded hubpack v0.1.2 |
683 | 2024-08-12T20:36:38.369Z | Downloaded hostname v0.4.0 |
684 | 2024-08-12T20:36:38.369Z | Downloaded hostname v0.3.1 |
685 | 2024-08-12T20:36:38.372Z | Downloaded unicode_categories v0.1.1 |
686 | 2024-08-12T20:36:38.375Z | Downloaded crossterm v0.27.0 |
687 | 2024-08-12T20:36:38.380Z | Downloaded smallvec v1.13.2 |
688 | 2024-08-12T20:36:38.383Z | Downloaded snafu-derive v0.8.2 |
689 | 2024-08-12T20:36:38.386Z | Downloaded diff v0.1.13 |
690 | 2024-08-12T20:36:38.389Z | Downloaded smf v0.2.3 |
691 | 2024-08-12T20:36:38.392Z | Downloaded headers-core v0.2.0 |
692 | 2024-08-12T20:36:38.392Z | Downloaded scheduled-thread-pool v0.2.7 |
693 | 2024-08-12T20:36:38.395Z | Downloaded nom v7.1.3 |
694 | 2024-08-12T20:36:38.399Z | Downloaded filetime v0.2.23 |
695 | 2024-08-12T20:36:38.401Z | Downloaded untrusted v0.9.0 |
696 | 2024-08-12T20:36:38.404Z | Downloaded ppv-lite86 v0.2.17 |
697 | 2024-08-12T20:36:38.404Z | Downloaded thiserror-no-std v2.0.2 |
698 | 2024-08-12T20:36:38.409Z | Downloaded tracing v0.1.40 |
699 | 2024-08-12T20:36:38.414Z | Downloaded percent-encoding v2.3.1 |
700 | 2024-08-12T20:36:38.417Z | Downloaded endian-type v0.1.2 |
701 | 2024-08-12T20:36:38.417Z | Downloaded untrusted v0.7.1 |
702 | 2024-08-12T20:36:38.420Z | Downloaded rcgen v0.12.1 |
703 | 2024-08-12T20:36:38.423Z | Downloaded itertools v0.10.5 |
704 | 2024-08-12T20:36:38.428Z | Downloaded rustfmt-wrapper v0.2.1 |
705 | 2024-08-12T20:36:38.430Z | Downloaded termcolor v1.4.1 |
706 | 2024-08-12T20:36:38.433Z | Downloaded itertools v0.13.0 |
707 | 2024-08-12T20:36:38.439Z | Downloaded uzers v0.11.3 |
708 | 2024-08-12T20:36:38.442Z | Downloaded getopts v0.2.21 |
709 | 2024-08-12T20:36:38.445Z | Downloaded form_urlencoded v1.2.1 |
710 | 2024-08-12T20:36:38.445Z | Downloaded unicode-linebreak v0.1.5 |
711 | 2024-08-12T20:36:38.448Z | Downloaded unicase v2.7.0 |
712 | 2024-08-12T20:36:38.448Z | Downloaded typed-path v0.7.1 |
713 | 2024-08-12T20:36:38.453Z | Downloaded wyz v0.5.1 |
714 | 2024-08-12T20:36:38.456Z | Downloaded stability v0.2.0 |
715 | 2024-08-12T20:36:38.456Z | Downloaded peg v0.8.4 |
716 | 2024-08-12T20:36:38.460Z | Downloaded paste v1.0.15 |
717 | 2024-08-12T20:36:38.463Z | Downloaded same-file v1.0.6 |
718 | 2024-08-12T20:36:38.466Z | Downloaded pem v3.0.4 |
719 | 2024-08-12T20:36:38.469Z | Downloaded tokio-tungstenite v0.21.0 |
720 | 2024-08-12T20:36:38.472Z | Downloaded tinyvec_macros v0.1.1 |
721 | 2024-08-12T20:36:38.472Z | Downloaded sqlparser_derive v0.2.2 |
722 | 2024-08-12T20:36:38.472Z | Downloaded termtree v0.4.1 |
723 | 2024-08-12T20:36:38.472Z | Downloaded powerfmt v0.2.0 |
724 | 2024-08-12T20:36:38.475Z | Downloaded libxml v0.3.3 |
725 | 2024-08-12T20:36:38.480Z | Downloaded serde_arrays v0.1.0 |
726 | 2024-08-12T20:36:38.483Z | Downloaded erased-serde v0.3.31 |
727 | 2024-08-12T20:36:38.486Z | Downloaded enum-as-inner v0.5.1 |
728 | 2024-08-12T20:36:38.486Z | Downloaded spki v0.7.3 |
729 | 2024-08-12T20:36:38.489Z | Downloaded tokio-rustls v0.25.0 |
730 | 2024-08-12T20:36:38.492Z | Downloaded hashbrown v0.13.2 |
731 | 2024-08-12T20:36:38.496Z | Downloaded heck v0.3.3 |
732 | 2024-08-12T20:36:38.499Z | Downloaded hubpack_derive v0.1.1 |
733 | 2024-08-12T20:36:38.499Z | Downloaded tokio-rustls v0.24.1 |
734 | 2024-08-12T20:36:38.502Z | Downloaded shlex v1.3.0 |
735 | 2024-08-12T20:36:38.502Z | Downloaded ron v0.7.1 |
736 | 2024-08-12T20:36:38.506Z | Downloaded foreign-types-macros v0.2.3 |
737 | 2024-08-12T20:36:38.509Z | Downloaded serde_repr v0.1.19 |
738 | 2024-08-12T20:36:38.512Z | Downloaded serde_path_to_error v0.1.16 |
739 | 2024-08-12T20:36:38.512Z | Downloaded rpassword v7.3.1 |
740 | 2024-08-12T20:36:38.515Z | Downloaded funty v2.0.0 |
741 | 2024-08-12T20:36:38.515Z | Downloaded deranged v0.3.11 |
742 | 2024-08-12T20:36:38.518Z | Downloaded r2d2 v0.8.10 |
743 | 2024-08-12T20:36:38.518Z | Downloaded zone v0.1.8 |
744 | 2024-08-12T20:36:38.518Z | Downloaded minimal-lexical v0.2.1 |
745 | 2024-08-12T20:36:38.523Z | Downloaded pkcs8 v0.10.2 |
746 | 2024-08-12T20:36:38.526Z | Downloaded fxhash v0.2.1 |
747 | 2024-08-12T20:36:38.528Z | Downloaded take_mut v0.2.2 |
748 | 2024-08-12T20:36:38.528Z | Downloaded sync_wrapper v0.1.2 |
749 | 2024-08-12T20:36:38.528Z | Downloaded yasna v0.5.2 |
750 | 2024-08-12T20:36:38.531Z | Downloaded unicode-bidi v0.3.15 |
751 | 2024-08-12T20:36:38.534Z | Downloaded tabwriter v1.4.0 |
752 | 2024-08-12T20:36:38.537Z | Downloaded rustls-pemfile v1.0.4 |
753 | 2024-08-12T20:36:38.540Z | Downloaded rusty-fork v0.3.0 |
754 | 2024-08-12T20:36:38.540Z | Downloaded getrandom v0.2.14 |
755 | 2024-08-12T20:36:38.543Z | Downloaded tokio-postgres v0.7.11 |
756 | 2024-08-12T20:36:38.548Z | Downloaded zeroize v1.7.0 |
757 | 2024-08-12T20:36:38.553Z | Downloaded peg-macros v0.8.4 |
758 | 2024-08-12T20:36:38.556Z | Downloaded spin v0.9.8 |
759 | 2024-08-12T20:36:38.556Z | Downloaded publicsuffix v2.2.3 |
760 | 2024-08-12T20:36:38.559Z | Downloaded hashbrown v0.12.3 |
761 | 2024-08-12T20:36:38.561Z | Downloaded string_cache v0.8.7 |
762 | 2024-08-12T20:36:38.564Z | Downloaded hex v0.4.3 |
763 | 2024-08-12T20:36:38.568Z | Downloaded fastrand v2.1.0 |
764 | 2024-08-12T20:36:38.568Z | Downloaded socket2 v0.5.7 |
765 | 2024-08-12T20:36:38.570Z | Downloaded fallible-iterator v0.2.0 |
766 | 2024-08-12T20:36:38.571Z | Downloaded toolchain_find v0.4.0 |
767 | 2024-08-12T20:36:38.573Z | Downloaded serde_derive_internals v0.29.1 |
768 | 2024-08-12T20:36:38.573Z | Downloaded strip-ansi-escapes v0.2.0 |
769 | 2024-08-12T20:36:38.576Z | Downloaded http v0.2.12 |
770 | 2024-08-12T20:36:38.579Z | Downloaded blake3 v1.5.1 |
771 | 2024-08-12T20:36:38.587Z | Downloaded termios v0.3.3 |
772 | 2024-08-12T20:36:38.590Z | Downloaded rtoolbox v0.0.2 |
773 | 2024-08-12T20:36:38.590Z | Downloaded snafu v0.8.2 |
774 | 2024-08-12T20:36:38.596Z | Downloaded rustls-pemfile v2.1.3 |
775 | 2024-08-12T20:36:38.599Z | Downloaded thiserror-impl-no-std v2.0.2 |
776 | 2024-08-12T20:36:38.602Z | Downloaded fragile v2.0.0 |
777 | 2024-08-12T20:36:38.602Z | Downloaded env_logger v0.10.2 |
778 | 2024-08-12T20:36:38.606Z | Downloaded gethostname v0.5.0 |
779 | 2024-08-12T20:36:38.610Z | Downloaded derive_builder v0.20.0 |
780 | 2024-08-12T20:36:38.613Z | Downloaded env_logger v0.9.3 |
781 | 2024-08-12T20:36:38.616Z | Downloaded headers v0.3.9 |
782 | 2024-08-12T20:36:38.621Z | Downloaded predicates v3.1.2 |
783 | 2024-08-12T20:36:38.624Z | Downloaded itertools v0.12.1 |
784 | 2024-08-12T20:36:38.633Z | Downloaded postgres-protocol v0.6.7 |
785 | 2024-08-12T20:36:38.636Z | Downloaded term v0.7.0 |
786 | 2024-08-12T20:36:38.639Z | Downloaded postgres-types v0.2.7 |
787 | 2024-08-12T20:36:38.642Z | Downloaded url v2.5.2 |
788 | 2024-08-12T20:36:38.645Z | Downloaded diesel_derives v2.2.2 |
789 | 2024-08-12T20:36:38.648Z | Downloaded pkg-config v0.3.30 |
790 | 2024-08-12T20:36:38.651Z | Downloaded toml v0.5.11 |
791 | 2024-08-12T20:36:38.652Z | Downloaded predicates-core v1.0.6 |
792 | 2024-08-12T20:36:38.654Z | Downloaded schemars v0.8.21 |
793 | 2024-08-12T20:36:38.665Z | Downloaded unicode-segmentation v1.11.0 |
794 | 2024-08-12T20:36:38.668Z | Downloaded tinyvec v1.6.0 |
795 | 2024-08-12T20:36:38.672Z | Downloaded tungstenite v0.21.0 |
796 | 2024-08-12T20:36:38.675Z | Downloaded hmac v0.12.1 |
797 | 2024-08-12T20:36:38.678Z | Downloaded tungstenite v0.20.1 |
798 | 2024-08-12T20:36:38.681Z | Downloaded signal-hook v0.3.17 |
799 | 2024-08-12T20:36:38.684Z | Downloaded textwrap v0.16.1 |
800 | 2024-08-12T20:36:38.687Z | Downloaded iana-time-zone v0.1.60 |
801 | 2024-08-12T20:36:38.691Z | Downloaded bindgen v0.69.4 |
802 | 2024-08-12T20:36:38.698Z | Downloaded zerocopy v0.6.6 |
803 | 2024-08-12T20:36:38.700Z | Downloaded derive-where v1.2.7 |
804 | 2024-08-12T20:36:38.703Z | Downloaded aho-corasick v1.1.3 |
805 | 2024-08-12T20:36:38.710Z | Downloaded tap v1.0.1 |
806 | 2024-08-12T20:36:38.713Z | Downloaded heapless v0.7.17 |
807 | 2024-08-12T20:36:38.715Z | Downloaded ron v0.8.1 |
808 | 2024-08-12T20:36:38.721Z | Downloaded time v0.3.36 |
809 | 2024-08-12T20:36:38.729Z | Downloaded flate2 v1.0.31 |
810 | 2024-08-12T20:36:38.735Z | Downloaded fatfs v0.3.6 |
811 | 2024-08-12T20:36:38.738Z | Downloaded trust-dns-resolver v0.22.0 |
812 | 2024-08-12T20:36:38.742Z | Downloaded portable-atomic v1.6.0 |
813 | 2024-08-12T20:36:38.748Z | Downloaded heapless v0.8.0 |
814 | 2024-08-12T20:36:38.755Z | Downloaded unsafe-libyaml v0.2.11 |
815 | 2024-08-12T20:36:38.758Z | Downloaded bitvec v1.0.1 |
816 | 2024-08-12T20:36:38.773Z | Downloaded chrono v0.4.38 |
817 | 2024-08-12T20:36:38.780Z | Downloaded rsa v0.9.6 |
818 | 2024-08-12T20:36:38.786Z | Downloaded steno v0.4.1 |
819 | 2024-08-12T20:36:38.790Z | Downloaded unicode-normalization v0.1.23 |
820 | 2024-08-12T20:36:38.794Z | Downloaded rustyline v14.0.0 |
821 | 2024-08-12T20:36:38.800Z | Downloaded tokio-util v0.7.11 |
822 | 2024-08-12T20:36:38.807Z | Downloaded hyper v0.14.30 |
823 | 2024-08-12T20:36:38.815Z | Downloaded toml_edit v0.19.15 |
824 | 2024-08-12T20:36:38.833Z | Downloaded expectorate v1.1.0 |
825 | 2024-08-12T20:36:38.835Z | Downloaded regex-automata v0.1.10 |
826 | 2024-08-12T20:36:38.840Z | Downloaded h2 v0.3.26 |
827 | 2024-08-12T20:36:38.847Z | Downloaded lalrpop v0.19.12 |
828 | 2024-08-12T20:36:38.859Z | Downloaded reedline v0.31.0 |
829 | 2024-08-12T20:36:38.867Z | Downloaded trust-dns-server v0.22.1 |
830 | 2024-08-12T20:36:38.874Z | Downloaded idna v0.5.0 |
831 | 2024-08-12T20:36:38.880Z | Downloaded rustls-webpki v0.101.7 |
832 | 2024-08-12T20:36:38.895Z | Downloaded quick-xml v0.31.0 |
833 | 2024-08-12T20:36:38.901Z | Downloaded serde_with v3.8.3 |
834 | 2024-08-12T20:36:38.910Z | Downloaded proptest v1.5.0 |
835 | 2024-08-12T20:36:38.919Z | Downloaded tough v0.17.1 |
836 | 2024-08-12T20:36:38.943Z | Downloaded futures-util v0.3.30 |
837 | 2024-08-12T20:36:38.950Z | Downloaded sqlparser v0.45.0 |
838 | 2024-08-12T20:36:38.950Z | Downloaded vcpkg v0.2.15 |
839 | 2024-08-12T20:36:38.986Z | Downloaded object v0.32.2 |
840 | 2024-08-12T20:36:38.997Z | Downloaded polar-core v0.27.3 |
841 | 2024-08-12T20:36:39.006Z | Downloaded webpki-roots v0.25.4 |
842 | 2024-08-12T20:36:39.010Z | Downloaded nix v0.28.0 |
843 | 2024-08-12T20:36:39.023Z | Downloaded openssl v0.10.66 |
844 | 2024-08-12T20:36:39.033Z | Downloaded regex v1.10.6 |
845 | 2024-08-12T20:36:39.047Z | Downloaded rustls v0.21.12 |
846 | 2024-08-12T20:36:39.059Z | Downloaded idna v0.2.3 |
847 | 2024-08-12T20:36:39.066Z | Downloaded bstr v1.9.1 |
848 | 2024-08-12T20:36:39.078Z | Downloaded regex-syntax v0.6.29 |
849 | 2024-08-12T20:36:39.085Z | Downloaded gimli v0.28.1 |
850 | 2024-08-12T20:36:39.094Z | Downloaded openapiv3 v2.0.0 |
851 | 2024-08-12T20:36:39.107Z | Downloaded idna v0.3.0 |
852 | 2024-08-12T20:36:39.115Z | Downloaded diesel v2.2.2 |
853 | 2024-08-12T20:36:39.136Z | Downloaded trust-dns-proto v0.22.0 |
854 | 2024-08-12T20:36:39.148Z | Downloaded regress v0.9.1 |
855 | 2024-08-12T20:36:39.158Z | Downloaded sled v0.34.7 |
856 | 2024-08-12T20:36:39.169Z | Downloaded smoltcp v0.11.0 |
857 | 2024-08-12T20:36:39.183Z | Downloaded regex-syntax v0.8.3 |
858 | 2024-08-12T20:36:39.192Z | Downloaded rustls v0.22.4 |
859 | 2024-08-12T20:36:39.207Z | Downloaded smoltcp v0.9.1 |
860 | 2024-08-12T20:36:39.219Z | Downloaded ratatui v0.27.0 |
861 | 2024-08-12T20:36:39.239Z | Downloaded tokio v1.38.1 |
862 | 2024-08-12T20:36:39.278Z | Downloaded zerocopy-derive v0.6.6 |
863 | 2024-08-12T20:36:39.288Z | Downloaded regex-automata v0.4.6 |
864 | 2024-08-12T20:36:39.307Z | Downloaded sha3 v0.10.8 |
865 | 2024-08-12T20:36:39.312Z | Downloaded petgraph v0.6.5 |
866 | 2024-08-12T20:36:39.331Z | Downloaded finl_unicode v1.2.0 |
867 | 2024-08-12T20:36:39.344Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
868 | 2024-08-12T20:36:39.357Z | Downloaded csv v1.3.0 |
869 | 2024-08-12T20:36:39.378Z | Downloaded bstr v0.2.17 |
870 | 2024-08-12T20:36:39.389Z | Downloaded radix_trie v0.2.1 |
871 | 2024-08-12T20:36:39.394Z | Downloaded nix v0.27.1 |
872 | 2024-08-12T20:36:39.405Z | Downloaded curve25519-dalek v4.1.3 |
873 | 2024-08-12T20:36:39.415Z | Downloaded hkdf v0.12.4 |
874 | 2024-08-12T20:36:39.418Z | Downloaded rayon v1.10.0 |
875 | 2024-08-12T20:36:39.427Z | Downloaded object v0.30.4 |
876 | 2024-08-12T20:36:39.438Z | Downloaded reqwest v0.11.27 |
877 | 2024-08-12T20:36:39.446Z | Downloaded encoding_rs v0.8.34 |
878 | 2024-08-12T20:36:39.469Z | Downloaded rustls-webpki v0.102.4 |
879 | 2024-08-12T20:36:39.487Z | Downloaded winnow v0.5.40 |
880 | 2024-08-12T20:36:39.496Z | Downloaded resolv-conf v0.7.0 |
881 | 2024-08-12T20:36:39.499Z | Downloaded http v1.1.0 |
882 | 2024-08-12T20:36:39.502Z | Downloaded rand_xorshift v0.3.0 |
883 | 2024-08-12T20:36:39.505Z | Downloaded libm v0.2.8 |
884 | 2024-08-12T20:36:39.512Z | Downloaded rustls-pki-types v1.7.0 |
885 | 2024-08-12T20:36:39.514Z | Downloaded shell-words v1.1.0 |
886 | 2024-08-12T20:36:39.517Z | Downloaded rustc-demangle v0.1.24 |
887 | 2024-08-12T20:36:39.517Z | Downloaded rustversion v1.0.17 |
888 | 2024-08-12T20:36:39.520Z | Downloaded postcard v1.0.8 |
889 | 2024-08-12T20:36:39.525Z | Downloaded tokio-tungstenite v0.20.1 |
890 | 2024-08-12T20:36:39.528Z | Downloaded tokio-stream v0.1.15 |
891 | 2024-08-12T20:36:39.530Z | Downloaded derive_builder_core v0.20.0 |
892 | 2024-08-12T20:36:39.535Z | Downloaded whoami v1.5.1 |
893 | 2024-08-12T20:36:39.538Z | Downloaded prettyplease v0.2.20 |
894 | 2024-08-12T20:36:39.545Z | Downloaded rand v0.8.5 |
895 | 2024-08-12T20:36:39.549Z | Downloaded x509-cert v0.2.5 |
896 | 2024-08-12T20:36:39.557Z | Downloaded ring v0.17.8 |
897 | 2024-08-12T20:36:39.636Z | Downloaded flume v0.11.0 |
898 | 2024-08-12T20:36:39.640Z | Downloaded tempfile v3.10.1 |
899 | 2024-08-12T20:36:39.642Z | Downloaded tar v0.4.41 |
900 | 2024-08-12T20:36:39.645Z | Downloaded num-bigint-dig v0.8.4 |
901 | 2024-08-12T20:36:39.649Z | Downloaded utf-8 v0.7.6 |
902 | 2024-08-12T20:36:39.652Z | Downloaded pkcs1 v0.7.5 |
903 | 2024-08-12T20:36:39.655Z | Downloaded trust-dns-client v0.22.0 |
904 | 2024-08-12T20:36:39.658Z | Downloaded mio v0.8.11 |
905 | 2024-08-12T20:36:39.663Z | Downloaded spin v0.5.2 |
906 | 2024-08-12T20:36:39.667Z | Downloaded serde_yaml v0.9.34+deprecated |
907 | 2024-08-12T20:36:39.670Z | Downloaded serde_plain v1.0.2 |
908 | 2024-08-12T20:36:39.670Z | Downloaded ff v0.13.0 |
909 | 2024-08-12T20:36:39.674Z | Downloaded slog-async v2.8.0 |
910 | 2024-08-12T20:36:39.674Z | Downloaded serde_with_macros v3.8.3 |
911 | 2024-08-12T20:36:39.677Z | Downloaded vte v0.11.1 |
912 | 2024-08-12T20:36:39.677Z | Downloaded walkdir v2.5.0 |
913 | 2024-08-12T20:36:39.680Z | Downloaded time-macros v0.2.18 |
914 | 2024-08-12T20:36:39.680Z | Downloaded home v0.5.9 |
915 | 2024-08-12T20:36:39.683Z | Downloaded flagset v0.4.5 |
916 | 2024-08-12T20:36:39.683Z | Downloaded slog-json v2.6.1 |
917 | 2024-08-12T20:36:39.685Z | Downloaded samael v0.0.15 |
918 | 2024-08-12T20:36:39.688Z | Downloaded rayon-core v1.12.1 |
919 | 2024-08-12T20:36:39.692Z | Downloaded pin-project v1.1.5 |
920 | 2024-08-12T20:36:39.703Z | Downloaded elliptic-curve v0.13.8 |
921 | 2024-08-12T20:36:39.707Z | Downloaded const_format v0.2.32 |
922 | 2024-08-12T20:36:39.712Z | Downloaded vsss-rs v3.3.4 |
923 | 2024-08-12T20:36:39.716Z | Downloaded crypto-bigint v0.5.5 |
924 | 2024-08-12T20:36:39.720Z | Downloaded fd-lock v4.0.2 |
925 | 2024-08-12T20:36:39.723Z | Downloaded group v0.13.0 |
926 | 2024-08-12T20:36:39.726Z | Downloaded embedded-io v0.4.0 |
927 | 2024-08-12T20:36:39.726Z | Downloaded ena v0.14.3 |
928 | 2024-08-12T20:36:39.729Z | Downloaded float-cmp v0.9.0 |
929 | 2024-08-12T20:36:39.729Z | Downloaded der_derive v0.7.2 |
930 | 2024-08-12T20:36:39.732Z | Downloaded universal-hash v0.5.1 |
931 | 2024-08-12T20:36:39.732Z | Downloaded unicode-xid v0.2.4 |
932 | 2024-08-12T20:36:39.732Z | Downloaded httparse v1.8.0 |
933 | 2024-08-12T20:36:39.735Z | Downloaded tracing-core v0.1.32 |
934 | 2024-08-12T20:36:39.738Z | Downloaded num-bigint v0.4.5 |
935 | 2024-08-12T20:36:39.741Z | Downloaded smallvec v0.6.14 |
936 | 2024-08-12T20:36:39.744Z | Downloaded test-strategy v0.3.1 |
937 | 2024-08-12T20:36:39.747Z | Downloaded serde-hex v0.1.0 |
938 | 2024-08-12T20:36:39.750Z | Downloaded uuid v1.10.0 |
939 | 2024-08-12T20:36:39.753Z | Downloaded allocator-api2 v0.2.18 |
940 | 2024-08-12T20:36:39.755Z | Downloaded rand_chacha v0.3.1 |
941 | 2024-08-12T20:36:39.755Z | Downloaded dirs-sys-next v0.1.2 |
942 | 2024-08-12T20:36:39.755Z | Downloaded dirs-next v2.0.0 |
943 | 2024-08-12T20:36:39.758Z | Downloaded xattr v1.3.1 |
944 | 2024-08-12T20:36:39.758Z | Downloaded oso v0.27.3 |
945 | 2024-08-12T20:36:39.761Z | Downloaded pin-project-internal v1.1.5 |
946 | 2024-08-12T20:36:39.764Z | Downloaded pem-rfc7468 v0.7.0 |
947 | 2024-08-12T20:36:39.767Z | Downloaded base64 v0.21.7 |
948 | 2024-08-12T20:36:39.773Z | Downloaded ring v0.16.20 |
949 | 2024-08-12T20:36:39.852Z | Downloaded sec1 v0.7.3 |
950 | 2024-08-12T20:36:39.866Z | Downloaded socket2 v0.4.10 |
951 | 2024-08-12T20:36:39.868Z | Downloaded num-traits v0.2.19 |
952 | 2024-08-12T20:36:39.868Z | Downloaded ref-cast v1.0.23 |
953 | 2024-08-12T20:36:39.868Z | Downloaded rustc_version v0.1.7 |
954 | 2024-08-12T20:36:39.868Z | Downloaded owo-colors v4.0.0 |
955 | 2024-08-12T20:36:39.869Z | Downloaded signature v2.2.0 |
956 | 2024-08-12T20:36:39.869Z | Downloaded scopeguard v1.2.0 |
957 | 2024-08-12T20:36:39.869Z | Downloaded display-error-chain v0.2.0 |
958 | 2024-08-12T20:36:39.869Z | Downloaded rustc_version v0.4.0 |
959 | 2024-08-12T20:36:39.869Z | Downloaded rustc-hash v1.1.0 |
960 | 2024-08-12T20:36:39.869Z | Downloaded base64 v0.22.1 |
961 | 2024-08-12T20:36:39.872Z | Downloaded backtrace v0.3.71 |
962 | 2024-08-12T20:36:39.876Z | Downloaded compact_str v0.7.1 |
963 | 2024-08-12T20:36:39.879Z | Downloaded blake2 v0.10.6 |
964 | 2024-08-12T20:36:39.882Z | Downloaded cassowary v0.3.0 |
965 | 2024-08-12T20:36:39.885Z | Downloaded olpc-cjson v0.1.3 |
966 | 2024-08-12T20:36:39.885Z | Downloaded native-tls v0.2.11 |
967 | 2024-08-12T20:36:39.888Z | Downloaded ciborium v0.2.2 |
968 | 2024-08-12T20:36:39.888Z | Downloaded bzip2 v0.4.4 |
969 | 2024-08-12T20:36:39.891Z | Downloaded strum_macros v0.25.3 |
970 | 2024-08-12T20:36:39.891Z | Downloaded num-rational v0.4.2 |
971 | 2024-08-12T20:36:39.894Z | Downloaded cookie_store v0.20.0 |
972 | 2024-08-12T20:36:39.894Z | Downloaded arc-swap v1.7.1 |
973 | 2024-08-12T20:36:39.897Z | Downloaded tls_codec v0.4.1 |
974 | 2024-08-12T20:36:39.900Z | Downloaded foreign-types-shared v0.1.1 |
975 | 2024-08-12T20:36:39.900Z | Downloaded strum_macros v0.24.3 |
976 | 2024-08-12T20:36:39.903Z | Downloaded ahash v0.8.11 |
977 | 2024-08-12T20:36:39.905Z | Downloaded indicatif v0.17.8 |
978 | 2024-08-12T20:36:39.908Z | Downloaded mime_guess v2.0.4 |
979 | 2024-08-12T20:36:39.912Z | Downloaded keccak v0.1.5 |
980 | 2024-08-12T20:36:39.912Z | Downloaded cookie v0.18.1 |
981 | 2024-08-12T20:36:39.915Z | Downloaded const-oid v0.9.6 |
982 | 2024-08-12T20:36:39.915Z | Downloaded bcs v0.1.6 |
983 | 2024-08-12T20:36:39.917Z | Downloaded argon2 v0.5.3 |
984 | 2024-08-12T20:36:39.920Z | Downloaded parse-display v0.9.1 |
985 | 2024-08-12T20:36:39.920Z | Downloaded parking_lot_core v0.9.10 |
986 | 2024-08-12T20:36:39.923Z | Downloaded lazy_static v1.5.0 |
987 | 2024-08-12T20:36:39.923Z | Downloaded slog-bunyan v2.5.0 |
988 | 2024-08-12T20:36:39.926Z | Downloaded newtype-uuid v1.1.0 |
989 | 2024-08-12T20:36:39.926Z | Downloaded serde_urlencoded v0.7.1 |
990 | 2024-08-12T20:36:39.926Z | Downloaded managed v0.8.0 |
991 | 2024-08-12T20:36:39.929Z | Downloaded arrayref v0.3.7 |
992 | 2024-08-12T20:36:39.929Z | Downloaded ciborium-ll v0.2.2 |
993 | 2024-08-12T20:36:39.929Z | Downloaded nibble_vec v0.1.0 |
994 | 2024-08-12T20:36:39.932Z | Downloaded multimap v0.10.0 |
995 | 2024-08-12T20:36:39.932Z | Downloaded mime v0.3.17 |
996 | 2024-08-12T20:36:39.932Z | Downloaded mockall v0.13.0 |
997 | 2024-08-12T20:36:39.936Z | Downloaded lru v0.12.3 |
998 | 2024-08-12T20:36:39.936Z | Downloaded ipnetwork v0.20.0 |
999 | 2024-08-12T20:36:39.938Z | Downloaded indoc v1.0.9 |
1000 | 2024-08-12T20:36:39.938Z | Downloaded csv-core v0.1.11 |
1001 | 2024-08-12T20:36:39.942Z | Downloaded defmt-parser v0.3.4 |
1002 | 2024-08-12T20:36:39.942Z | Downloaded castaway v0.2.2 |
1003 | 2024-08-12T20:36:39.942Z | Downloaded base64ct v1.6.0 |
1004 | 2024-08-12T20:36:39.946Z | Downloaded ascii v1.1.0 |
1005 | 2024-08-12T20:36:39.946Z | Downloaded maplit v1.0.2 |
1006 | 2024-08-12T20:36:39.949Z | Downloaded indent_write v2.2.0 |
1007 | 2024-08-12T20:36:39.949Z | Downloaded const_format_proc_macros v0.2.32 |
1008 | 2024-08-12T20:36:39.952Z | Downloaded async-trait v0.1.81 |
1009 | 2024-08-12T20:36:39.955Z | Downloaded assert_matches v1.5.0 |
1010 | 2024-08-12T20:36:39.955Z | Downloaded openssl-probe v0.1.5 |
1011 | 2024-08-12T20:36:39.955Z | Downloaded opaque-debug v0.3.1 |
1012 | 2024-08-12T20:36:39.958Z | Downloaded nodrop v0.1.14 |
1013 | 2024-08-12T20:36:39.958Z | Downloaded cookie v0.17.0 |
1014 | 2024-08-12T20:36:39.960Z | Downloaded normalize-line-endings v0.3.0 |
1015 | 2024-08-12T20:36:39.960Z | Downloaded arrayvec v0.7.4 |
1016 | 2024-08-12T20:36:39.963Z | Downloaded cipher v0.4.4 |
1017 | 2024-08-12T20:36:39.963Z | Downloaded block-padding v0.3.3 |
1018 | 2024-08-12T20:36:39.968Z | Downloaded bit-set v0.5.3 |
1019 | 2024-08-12T20:36:39.968Z | Downloaded atomic-waker v1.1.2 |
1020 | 2024-08-12T20:36:39.968Z | Downloaded lru-cache v0.1.2 |
1021 | 2024-08-12T20:36:39.971Z | Downloaded impl-trait-for-tuples v0.2.2 |
1022 | 2024-08-12T20:36:39.971Z | Downloaded inout v0.1.3 |
1023 | 2024-08-12T20:36:40.061Z | Compiling cfg-if v1.0.0 |
1024 | 2024-08-12T20:36:40.061Z | Compiling serde v1.0.205 |
1025 | 2024-08-12T20:36:40.064Z | Compiling lock_api v0.4.12 |
1026 | 2024-08-12T20:36:40.064Z | Compiling scopeguard v1.2.0 |
1027 | 2024-08-12T20:36:40.202Z | Compiling log v0.4.21 |
1028 | 2024-08-12T20:36:40.226Z | Compiling syn v2.0.72 |
1029 | 2024-08-12T20:36:40.240Z | Compiling cc v1.0.97 |
1030 | 2024-08-12T20:36:40.240Z | Compiling typenum v1.17.0 |
1031 | 2024-08-12T20:36:40.286Z | Compiling getrandom v0.2.14 |
1032 | 2024-08-12T20:36:40.330Z | Compiling generic-array v0.14.7 |
1033 | 2024-08-12T20:36:40.635Z | Compiling rand_core v0.6.4 |
1034 | 2024-08-12T20:36:40.669Z | Compiling pin-project-lite v0.2.14 |
1035 | 2024-08-12T20:36:40.789Z | Compiling parking_lot_core v0.9.10 |
1036 | 2024-08-12T20:36:40.818Z | Compiling smallvec v1.13.2 |
1037 | 2024-08-12T20:36:40.867Z | Compiling signal-hook-registry v1.4.2 |
1038 | 2024-08-12T20:36:41.147Z | Compiling spin v0.9.8 |
1039 | 2024-08-12T20:36:41.188Z | Compiling mio v0.8.11 |
1040 | 2024-08-12T20:36:41.232Z | Compiling ahash v0.8.11 |
1041 | 2024-08-12T20:36:41.575Z | Compiling futures-core v0.3.30 |
1042 | 2024-08-12T20:36:41.598Z | Compiling tinyvec_macros v0.1.1 |
1043 | 2024-08-12T20:36:41.649Z | Compiling parking_lot v0.12.2 |
1044 | 2024-08-12T20:36:41.683Z | Compiling tinyvec v1.6.0 |
1045 | 2024-08-12T20:36:41.863Z | Compiling socket2 v0.5.7 |
1046 | 2024-08-12T20:36:41.974Z | Compiling num_cpus v1.16.0 |
1047 | 2024-08-12T20:36:42.096Z | Compiling serde_json v1.0.122 |
1048 | 2024-08-12T20:36:42.442Z | Compiling subtle v2.5.0 |
1049 | 2024-08-12T20:36:42.458Z | Compiling const-oid v0.9.6 |
1050 | 2024-08-12T20:36:42.576Z | Compiling libm v0.2.8 |
1051 | 2024-08-12T20:36:42.799Z | Compiling slab v0.4.9 |
1052 | 2024-08-12T20:36:42.852Z | Compiling num-traits v0.2.19 |
1053 | 2024-08-12T20:36:42.943Z | Compiling allocator-api2 v0.2.18 |
1054 | 2024-08-12T20:36:42.965Z | Compiling futures-sink v0.3.30 |
1055 | 2024-08-12T20:36:43.096Z | Compiling unicode-normalization v0.1.23 |
1056 | 2024-08-12T20:36:43.113Z | Compiling unicode-bidi v0.3.15 |
1057 | 2024-08-12T20:36:43.621Z | Compiling futures-channel v0.3.30 |
1058 | 2024-08-12T20:36:43.705Z | Compiling pin-utils v0.1.0 |
1059 | 2024-08-12T20:36:43.744Z | Compiling futures-task v0.3.30 |
1060 | 2024-08-12T20:36:43.798Z | Compiling vcpkg v0.2.15 |
1061 | 2024-08-12T20:36:44.033Z | Compiling pkg-config v0.3.30 |
1062 | 2024-08-12T20:36:44.036Z | Compiling futures-io v0.3.30 |
1063 | 2024-08-12T20:36:44.179Z | Compiling ring v0.17.8 |
1064 | 2024-08-12T20:36:44.376Z | Compiling percent-encoding v2.3.1 |
1065 | 2024-08-12T20:36:44.552Z | Compiling ppv-lite86 v0.2.17 |
1066 | 2024-08-12T20:36:44.687Z | Compiling tracing-core v0.1.32 |
1067 | 2024-08-12T20:36:44.774Z | Compiling time-core v0.1.2 |
1068 | 2024-08-12T20:36:44.956Z | Compiling num-conv v0.1.0 |
1069 | 2024-08-12T20:36:45.276Z | Compiling powerfmt v0.2.0 |
1070 | 2024-08-12T20:36:45.397Z | Compiling rand_chacha v0.3.1 |
1071 | 2024-08-12T20:36:45.602Z | Compiling rustix v0.38.34 |
1072 | 2024-08-12T20:36:45.641Z | Compiling untrusted v0.9.0 |
1073 | 2024-08-12T20:36:45.802Z | Compiling syn v1.0.109 |
1074 | 2024-08-12T20:36:46.023Z | Compiling openssl-sys v0.9.103 |
1075 | 2024-08-12T20:36:46.113Z | Compiling rand v0.8.5 |
1076 | 2024-08-12T20:36:46.427Z | Compiling deranged v0.3.11 |
1077 | 2024-08-12T20:36:46.482Z | Compiling time-macros v0.2.18 |
1078 | 2024-08-12T20:36:46.497Z | Compiling num_threads v0.1.7 |
1079 | 2024-08-12T20:36:46.621Z | Compiling foreign-types-shared v0.1.1 |
1080 | 2024-08-12T20:36:46.727Z | Compiling rustversion v1.0.17 |
1081 | 2024-08-12T20:36:47.442Z | Compiling httparse v1.8.0 |
1082 | 2024-08-12T20:36:47.549Z | Compiling openssl v0.10.66 |
1083 | 2024-08-12T20:36:47.814Z | Compiling base64ct v1.6.0 |
1084 | 2024-08-12T20:36:47.909Z | Compiling foreign-types v0.3.2 |
1085 | 2024-08-12T20:36:47.988Z | Compiling form_urlencoded v1.2.1 |
1086 | 2024-08-12T20:36:48.129Z | Compiling crossbeam-utils v0.8.19 |
1087 | 2024-08-12T20:36:48.269Z | Compiling pem-rfc7468 v0.7.0 |
1088 | 2024-08-12T20:36:48.272Z | Compiling siphasher v0.3.11 |
1089 | 2024-08-12T20:36:48.603Z | Compiling flagset v0.4.5 |
1090 | 2024-08-12T20:36:48.648Z | Compiling try-lock v0.2.5 |
1091 | 2024-08-12T20:36:48.776Z | Compiling native-tls v0.2.11 |
1092 | 2024-08-12T20:36:48.792Z | Compiling rustls v0.21.12 |
1093 | 2024-08-12T20:36:48.857Z | Compiling want v0.3.1 |
1094 | 2024-08-12T20:36:49.084Z | Compiling idna v0.5.0 |
1095 | 2024-08-12T20:36:49.381Z | Compiling time v0.3.36 |
1096 | 2024-08-12T20:36:49.763Z | Compiling lazy_static v1.5.0 |
1097 | 2024-08-12T20:36:49.873Z | Compiling aho-corasick v1.1.3 |
1098 | 2024-08-12T20:36:50.417Z | Compiling cookie v0.17.0 |
1099 | 2024-08-12T20:36:50.457Z | Compiling regex-syntax v0.8.3 |
1100 | 2024-08-12T20:36:50.694Z | Compiling adler v1.0.2 |
1101 | 2024-08-12T20:36:50.908Z | Compiling tower-service v0.3.2 |
1102 | 2024-08-12T20:36:51.043Z | Compiling iana-time-zone v0.1.60 |
1103 | 2024-08-12T20:36:51.366Z | Compiling signal-hook v0.3.17 |
1104 | 2024-08-12T20:36:51.487Z | Compiling cpufeatures v0.2.12 |
1105 | 2024-08-12T20:36:51.590Z | Compiling openssl-probe v0.1.5 |
1106 | 2024-08-12T20:36:51.628Z | Compiling slog v2.7.0 |
1107 | 2024-08-12T20:36:51.905Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-08-12T20:36:52.128Z | Compiling httpdate v1.0.3 |
1109 | 2024-08-12T20:36:52.484Z | Compiling stringprep v0.1.4 |
1110 | 2024-08-12T20:36:52.695Z | Compiling miniz_oxide v0.7.2 |
1111 | 2024-08-12T20:36:53.568Z | Compiling serde_derive v1.0.205 |
1112 | 2024-08-12T20:36:53.617Z | Compiling zeroize_derive v1.4.2 |
1113 | 2024-08-12T20:36:54.185Z | Compiling zerocopy-derive v0.7.34 |
1114 | 2024-08-12T20:36:54.360Z | Compiling tokio-macros v2.3.0 |
1115 | 2024-08-12T20:36:55.073Z | Compiling thiserror-impl v1.0.63 |
1116 | 2024-08-12T20:36:55.199Z | Compiling zeroize v1.7.0 |
1117 | 2024-08-12T20:36:55.812Z | Compiling futures-macro v0.3.30 |
1118 | 2024-08-12T20:36:56.028Z | Compiling tracing-attributes v0.1.27 |
1119 | 2024-08-12T20:36:56.474Z | Compiling zerocopy v0.7.34 |
1120 | 2024-08-12T20:36:56.702Z | Compiling scroll_derive v0.12.0 |
1121 | 2024-08-12T20:36:57.055Z | Compiling crypto-common v0.1.6 |
1122 | 2024-08-12T20:36:57.291Z | Compiling block-buffer v0.10.4 |
1123 | 2024-08-12T20:36:57.564Z | Compiling digest v0.10.7 |
1124 | 2024-08-12T20:36:57.816Z | Compiling futures-util v0.3.30 |
1125 | 2024-08-12T20:36:58.160Z | Compiling scroll v0.12.0 |
1126 | 2024-08-12T20:36:58.246Z | Compiling thiserror v1.0.63 |
1127 | 2024-08-12T20:36:58.382Z | Compiling pest v2.7.10 |
1128 | 2024-08-12T20:36:58.704Z | Compiling hashbrown v0.14.5 |
1129 | 2024-08-12T20:36:58.720Z | Compiling goblin v0.8.2 |
1130 | 2024-08-12T20:36:59.802Z | Compiling tracing v0.1.40 |
1131 | 2024-08-12T20:37:00.074Z | Compiling hmac v0.12.1 |
1132 | 2024-08-12T20:37:00.326Z | Compiling openssl-macros v0.1.1 |
1133 | 2024-08-12T20:37:00.329Z | Compiling der_derive v0.7.2 |
1134 | 2024-08-12T20:37:01.122Z | Compiling pest_meta v2.7.10 |
1135 | 2024-08-12T20:37:01.516Z | Compiling rustls-webpki v0.101.7 |
1136 | 2024-08-12T20:37:01.623Z | Compiling sct v0.7.1 |
1137 | 2024-08-12T20:37:01.967Z | Compiling sha2 v0.10.8 |
1138 | 2024-08-12T20:37:01.993Z | Compiling md-5 v0.10.6 |
1139 | 2024-08-12T20:37:02.231Z | Compiling regex-automata v0.4.6 |
1140 | 2024-08-12T20:37:02.866Z | Compiling pest_generator v2.7.10 |
1141 | 2024-08-12T20:37:03.465Z | Compiling der v0.7.9 |
1142 | 2024-08-12T20:37:04.943Z | Compiling url v2.5.2 |
1143 | 2024-08-12T20:37:05.619Z | Compiling spki v0.7.3 |
1144 | 2024-08-12T20:37:06.268Z | Compiling pest_derive v2.7.10 |
1145 | 2024-08-12T20:37:06.817Z | Compiling num-integer v0.1.46 |
1146 | 2024-08-12T20:37:06.835Z | Compiling idna v0.3.0 |
1147 | 2024-08-12T20:37:07.067Z | Compiling dtrace-parser v0.2.0 |
1148 | 2024-08-12T20:37:07.256Z | Compiling backtrace v0.3.71 |
1149 | 2024-08-12T20:37:07.599Z | Compiling hash32 v0.2.1 |
1150 | 2024-08-12T20:37:07.687Z | Compiling crc32fast v1.4.0 |
1151 | 2024-08-12T20:37:07.969Z | Compiling bytes v1.7.1 |
1152 | 2024-08-12T20:37:08.205Z | Compiling bitflags v2.6.0 |
1153 | 2024-08-12T20:37:08.404Z | Compiling indexmap v2.3.0 |
1154 | 2024-08-12T20:37:08.645Z | Compiling semver v1.0.23 |
1155 | 2024-08-12T20:37:09.008Z | Compiling tokio v1.38.1 |
1156 | 2024-08-12T20:37:09.206Z | Compiling http v0.2.12 |
1157 | 2024-08-12T20:37:09.235Z | Compiling rustc_version v0.4.0 |
1158 | 2024-08-12T20:37:10.053Z | Compiling heapless v0.7.17 |
1159 | 2024-08-12T20:37:10.500Z | Compiling dof v0.3.0 |
1160 | 2024-08-12T20:37:11.317Z | Compiling http-body v0.4.6 |
1161 | 2024-08-12T20:37:11.770Z | Compiling uuid v1.10.0 |
1162 | 2024-08-12T20:37:11.788Z | Compiling usdt-impl v0.5.0 |
1163 | 2024-08-12T20:37:12.546Z | Compiling serde_spanned v0.6.7 |
1164 | 2024-08-12T20:37:12.706Z | Compiling serde_tokenstream v0.2.1 |
1165 | 2024-08-12T20:37:12.781Z | Compiling toml_datetime v0.6.8 |
1166 | 2024-08-12T20:37:13.089Z | Compiling chrono v0.4.38 |
1167 | 2024-08-12T20:37:13.187Z | Compiling psl-types v2.0.11 |
1168 | 2024-08-12T20:37:13.238Z | Compiling stable_deref_trait v1.2.0 |
1169 | 2024-08-12T20:37:13.295Z | Compiling smoltcp v0.9.1 |
1170 | 2024-08-12T20:37:13.337Z | Compiling base64 v0.22.1 |
1171 | 2024-08-12T20:37:13.372Z | Compiling gimli v0.28.1 |
1172 | 2024-08-12T20:37:13.376Z | Compiling fallible-iterator v0.2.0 |
1173 | 2024-08-12T20:37:14.051Z | Compiling publicsuffix v2.2.3 |
1174 | 2024-08-12T20:37:14.084Z | Compiling postgres-protocol v0.6.7 |
1175 | 2024-08-12T20:37:14.323Z | Compiling terminal_size v0.3.0 |
1176 | 2024-08-12T20:37:14.630Z | Compiling pkcs8 v0.10.2 |
1177 | 2024-08-12T20:37:15.243Z | Compiling hubpack_derive v0.1.1 |
1178 | 2024-08-12T20:37:15.328Z | Compiling block-padding v0.3.3 |
1179 | 2024-08-12T20:37:15.474Z | Compiling zerocopy-derive v0.6.6 |
1180 | 2024-08-12T20:37:15.574Z | Compiling async-trait v0.1.81 |
1181 | 2024-08-12T20:37:16.852Z | Compiling phf_shared v0.11.2 |
1182 | 2024-08-12T20:37:17.237Z | Compiling tokio-util v0.7.11 |
1183 | 2024-08-12T20:37:17.256Z | Compiling tokio-rustls v0.24.1 |
1184 | 2024-08-12T20:37:17.596Z | Compiling addr2line v0.21.0 |
1185 | 2024-08-12T20:37:17.621Z | Compiling tokio-native-tls v0.3.1 |
1186 | 2024-08-12T20:37:17.674Z | Compiling serde_derive_internals v0.29.1 |
1187 | 2024-08-12T20:37:17.901Z | Compiling ff v0.13.0 |
1188 | 2024-08-12T20:37:18.104Z | Compiling object v0.32.2 |
1189 | 2024-08-12T20:37:18.280Z | Compiling h2 v0.3.26 |
1190 | 2024-08-12T20:37:18.298Z | Compiling fs-err v2.11.0 |
1191 | 2024-08-12T20:37:18.323Z | Compiling ipnet v2.9.0 |
1192 | 2024-08-12T20:37:18.571Z | Compiling schemars v0.8.21 |
1193 | 2024-08-12T20:37:18.599Z | Compiling anyhow v1.0.86 |
1194 | 2024-08-12T20:37:18.621Z | Compiling managed v0.8.0 |
1195 | 2024-08-12T20:37:18.932Z | Compiling base64 v0.21.7 |
1196 | 2024-08-12T20:37:19.029Z | Compiling bit-vec v0.6.3 |
1197 | 2024-08-12T20:37:19.234Z | Compiling winnow v0.5.40 |
1198 | 2024-08-12T20:37:19.452Z | Compiling regex-automata v0.1.10 |
1199 | 2024-08-12T20:37:19.502Z | Compiling rustc-demangle v0.1.24 |
1200 | 2024-08-12T20:37:19.709Z | Compiling either v1.13.0 |
1201 | 2024-08-12T20:37:19.954Z | Compiling base16ct v0.2.0 |
1202 | 2024-08-12T20:37:20.158Z | Compiling matches v0.1.10 |
1203 | 2024-08-12T20:37:20.252Z | Compiling bitflags v1.3.2 |
1204 | 2024-08-12T20:37:20.291Z | Compiling idna v0.2.3 |
1205 | 2024-08-12T20:37:20.513Z | Compiling schemars_derive v0.8.21 |
1206 | 2024-08-12T20:37:20.531Z | Compiling sec1 v0.7.3 |
1207 | 2024-08-12T20:37:21.092Z | Compiling bstr v0.2.17 |
1208 | 2024-08-12T20:37:21.901Z | Compiling clap_builder v4.5.13 |
1209 | 2024-08-12T20:37:22.469Z | Compiling rustls-pemfile v1.0.4 |
1210 | 2024-08-12T20:37:22.765Z | Compiling toml_edit v0.19.15 |
1211 | 2024-08-12T20:37:23.082Z | Compiling group v0.13.0 |
1212 | 2024-08-12T20:37:23.103Z | Compiling zerocopy v0.6.6 |
1213 | 2024-08-12T20:37:23.410Z | Compiling phf v0.11.2 |
1214 | 2024-08-12T20:37:23.704Z | Compiling signal-hook-mio v0.2.3 |
1215 | 2024-08-12T20:37:23.854Z | Compiling hubpack v0.1.2 |
1216 | 2024-08-12T20:37:23.933Z | Compiling cookie_store v0.20.0 |
1217 | 2024-08-12T20:37:23.958Z | Compiling inout v0.1.3 |
1218 | 2024-08-12T20:37:24.239Z | Compiling postgres-types v0.2.7 |
1219 | 2024-08-12T20:37:24.259Z | Compiling usdt-macro v0.5.0 |
1220 | 2024-08-12T20:37:24.603Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-08-12T20:37:25.455Z | Compiling hyper v0.14.30 |
1222 | 2024-08-12T20:37:25.751Z | Compiling serde_urlencoded v0.7.1 |
1223 | 2024-08-12T20:37:25.767Z | Compiling regex v1.10.6 |
1224 | 2024-08-12T20:37:26.238Z | Compiling num-bigint v0.4.5 |
1225 | 2024-08-12T20:37:26.289Z | Compiling futures-executor v0.3.30 |
1226 | 2024-08-12T20:37:26.809Z | Compiling enum-as-inner v0.5.1 |
1227 | 2024-08-12T20:37:26.839Z | Compiling hkdf v0.12.4 |
1228 | 2024-08-12T20:37:27.099Z | Compiling crypto-bigint v0.5.5 |
1229 | 2024-08-12T20:37:27.865Z | Compiling strum_macros v0.25.3 |
1230 | 2024-08-12T20:37:28.590Z | Compiling serde_repr v0.1.19 |
1231 | 2024-08-12T20:37:29.055Z | Compiling clap_derive v4.5.13 |
1232 | 2024-08-12T20:37:29.790Z | Compiling phf_shared v0.10.0 |
1233 | 2024-08-12T20:37:30.183Z | Compiling float-cmp v0.9.0 |
1234 | 2024-08-12T20:37:30.394Z | Compiling encoding_rs v0.8.34 |
1235 | 2024-08-12T20:37:30.623Z | Compiling normalize-line-endings v0.3.0 |
1236 | 2024-08-12T20:37:30.746Z | Compiling difflib v0.4.0 |
1237 | 2024-08-12T20:37:31.297Z | Compiling new_debug_unreachable v1.0.6 |
1238 | 2024-08-12T20:37:31.393Z | Compiling mime v0.3.17 |
1239 | 2024-08-12T20:37:31.973Z | Compiling predicates-core v1.0.6 |
1240 | 2024-08-12T20:37:31.998Z | Compiling dyn-clone v1.0.17 |
1241 | 2024-08-12T20:37:32.242Z | Compiling sync_wrapper v0.1.2 |
1242 | 2024-08-12T20:37:32.321Z | Compiling minimal-lexical v0.2.1 |
1243 | 2024-08-12T20:37:32.358Z | Compiling hyper-rustls v0.24.2 |
1244 | 2024-08-12T20:37:32.375Z | Compiling hyper-tls v0.5.0 |
1245 | 2024-08-12T20:37:32.714Z | Compiling data-encoding v2.6.0 |
1246 | 2024-08-12T20:37:32.731Z | Compiling fixedbitset v0.4.2 |
1247 | 2024-08-12T20:37:32.817Z | Compiling precomputed-hash v0.1.1 |
1248 | 2024-08-12T20:37:32.929Z | Compiling unicode-segmentation v1.11.0 |
1249 | 2024-08-12T20:37:33.190Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-12T20:37:33.208Z | Compiling webpki-roots v0.25.4 |
1251 | 2024-08-12T20:37:33.289Z | Compiling whoami v1.5.1 |
1252 | 2024-08-12T20:37:33.374Z | Compiling console v0.15.8 |
1253 | 2024-08-12T20:37:33.784Z | Compiling tokio-postgres v0.7.11 |
1254 | 2024-08-12T20:37:33.936Z | Compiling similar v2.5.0 |
1255 | 2024-08-12T20:37:34.076Z | Compiling clap v4.5.13 |
1256 | 2024-08-12T20:37:34.192Z | Compiling trust-dns-proto v0.22.0 |
1257 | 2024-08-12T20:37:34.855Z | Compiling toml_edit v0.22.20 |
1258 | 2024-08-12T20:37:34.897Z | Compiling reqwest v0.11.27 |
1259 | 2024-08-12T20:37:35.176Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1260 | 2024-08-12T20:37:35.451Z | Compiling petgraph v0.6.5 |
1261 | 2024-08-12T20:37:36.556Z | Compiling string_cache v0.8.7 |
1262 | 2024-08-12T20:37:37.028Z | Compiling nom v7.1.3 |
1263 | 2024-08-12T20:37:37.209Z | Compiling predicates v3.1.2 |
1264 | 2024-08-12T20:37:39.247Z | Compiling usdt v0.5.0 |
1265 | 2024-08-12T20:37:39.497Z | Compiling elliptic-curve v0.13.8 |
1266 | 2024-08-12T20:37:39.758Z | Compiling yasna v0.5.2 |
1267 | 2024-08-12T20:37:40.359Z | Compiling futures v0.3.30 |
1268 | 2024-08-12T20:37:40.795Z | Compiling toml v0.7.8 |
1269 | 2024-08-12T20:37:41.338Z | Compiling flate2 v1.0.31 |
1270 | 2024-08-12T20:37:41.588Z | Compiling cipher v0.4.4 |
1271 | 2024-08-12T20:37:41.618Z | Compiling crossterm v0.27.0 |
1272 | 2024-08-12T20:37:42.272Z | Compiling itertools v0.12.1 |
1273 | 2024-08-12T20:37:42.539Z | Compiling itertools v0.10.5 |
1274 | 2024-08-12T20:37:42.595Z | Compiling bit-set v0.5.3 |
1275 | 2024-08-12T20:37:42.690Z | Compiling tokio-stream v0.1.15 |
1276 | 2024-08-12T20:37:42.867Z | Compiling openapiv3 v2.0.0 |
1277 | 2024-08-12T20:37:42.934Z | Compiling hex v0.4.3 |
1278 | 2024-08-12T20:37:43.192Z | Compiling bstr v1.9.1 |
1279 | 2024-08-12T20:37:43.528Z | Compiling num-iter v0.1.45 |
1280 | 2024-08-12T20:37:43.634Z | Compiling crossbeam-epoch v0.9.18 |
1281 | 2024-08-12T20:37:43.707Z | Compiling dirs-sys-next v0.1.2 |
1282 | 2024-08-12T20:37:44.372Z | Compiling peg-runtime v0.8.3 |
1283 | 2024-08-12T20:37:44.415Z | Compiling unicode-xid v0.2.4 |
1284 | 2024-08-12T20:37:44.624Z | Compiling lalrpop-util v0.19.12 |
1285 | 2024-08-12T20:37:44.987Z | Compiling dirs-next v2.0.0 |
1286 | 2024-08-12T20:37:45.004Z | Compiling thread_local v1.1.8 |
1287 | 2024-08-12T20:37:45.049Z | Compiling slog-async v2.8.0 |
1288 | 2024-08-12T20:37:45.173Z | Compiling term v0.7.0 |
1289 | 2024-08-12T20:37:45.328Z | Compiling xattr v1.3.1 |
1290 | 2024-08-12T20:37:45.384Z | Compiling crossbeam-channel v0.5.12 |
1291 | 2024-08-12T20:37:45.402Z | Compiling strum_macros v0.26.4 |
1292 | 2024-08-12T20:37:45.518Z | Compiling filetime v0.2.23 |
1293 | 2024-08-12T20:37:45.600Z | Compiling is-terminal v0.4.12 |
1294 | 2024-08-12T20:37:45.688Z | Compiling take_mut v0.2.2 |
1295 | 2024-08-12T20:37:45.720Z | Compiling slog-term v2.9.1 |
1296 | 2024-08-12T20:37:45.823Z | Compiling tar v0.4.41 |
1297 | 2024-08-12T20:37:45.849Z | Compiling camino v1.1.7 |
1298 | 2024-08-12T20:37:48.192Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1299 | 2024-08-12T20:37:48.588Z | Compiling strum v0.26.3 |
1300 | 2024-08-12T20:37:48.664Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1301 | 2024-08-12T20:37:53.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1302 | 2024-08-12T20:37:53.802Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1303 | 2024-08-12T20:37:53.844Z | Aug 12 20:37:52.554 INFO Starting download, target: Clickhouse |
1304 | 2024-08-12T20:37:53.844Z | Aug 12 20:37:52.554 INFO Starting download, target: Cockroach |
1305 | 2024-08-12T20:37:53.844Z | Aug 12 20:37:52.554 INFO Starting download, target: Console |
1306 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.554 INFO Starting download, target: DendriteOpenapi |
1307 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.554 INFO Starting download, target: DendriteStub |
1308 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.554 INFO Starting download, target: MaghemiteMgd |
1309 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.554 INFO Starting download, target: TransceiverControl |
1310 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.555 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1311 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.555 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1312 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.555 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1313 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.555 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1314 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.555 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1315 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.555 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1316 | 2024-08-12T20:37:53.847Z | Aug 12 20:37:52.555 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1317 | 2024-08-12T20:37:54.011Z | Aug 12 20:37:52.708 INFO Download complete, target: DendriteOpenapi |
1318 | 2024-08-12T20:37:54.144Z | Aug 12 20:37:52.852 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1319 | 2024-08-12T20:37:54.273Z | Aug 12 20:37:52.981 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1320 | 2024-08-12T20:37:54.443Z | Aug 12 20:37:53.153 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1321 | 2024-08-12T20:37:54.640Z | Aug 12 20:37:53.350 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1322 | 2024-08-12T20:37:54.689Z | Aug 12 20:37:53.400 INFO Download complete, target: Console |
1323 | 2024-08-12T20:37:54.924Z | Aug 12 20:37:53.635 INFO Download complete, target: TransceiverControl |
1324 | 2024-08-12T20:37:55.873Z | Aug 12 20:37:54.584 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1325 | 2024-08-12T20:37:56.869Z | Aug 12 20:37:55.580 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1326 | 2024-08-12T20:37:56.869Z | Aug 12 20:37:55.580 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1327 | 2024-08-12T20:37:57.550Z | Aug 12 20:37:56.260 INFO Download complete, target: DendriteStub |
1328 | 2024-08-12T20:37:57.864Z | Aug 12 20:37:56.574 INFO Download complete, target: MaghemiteMgd |
1329 | 2024-08-12T20:38:04.980Z | Aug 12 20:38:03.689 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1330 | 2024-08-12T20:38:05.292Z | Aug 12 20:38:03.999 INFO Checking that binary works, target: Cockroach |
1331 | 2024-08-12T20:38:05.443Z | Aug 12 20:38:04.151 INFO Download complete, target: Cockroach |
1332 | 2024-08-12T20:38:09.992Z | Aug 12 20:38:08.701 INFO Checking that binary works, target: Clickhouse |
1333 | 2024-08-12T20:38:10.482Z | Aug 12 20:38:09.191 INFO Download complete, target: Clickhouse |
1334 | 2024-08-12T20:38:10.800Z | All builder prerequisites installed successfully, and PATH looks valid |
1335 | 2024-08-12T20:38:10.802Z | |
1336 | 2024-08-12T20:38:10.802Z | real 3:46.486638506 |
1337 | 2024-08-12T20:38:10.802Z | user 10:56.832909371 |
1338 | 2024-08-12T20:38:10.802Z | sys 2:19.640009676 |
1339 | 2024-08-12T20:38:10.803Z | trap 0.382913459 |
1340 | 2024-08-12T20:38:10.803Z | tflt 8.385213131 |
1341 | 2024-08-12T20:38:10.803Z | dflt 11.116235693 |
1342 | 2024-08-12T20:38:10.803Z | kflt 0.208149886 |
1343 | 2024-08-12T20:38:10.803Z | lock 20:51.033410953 |
1344 | 2024-08-12T20:38:10.803Z | slp 44:00.634913199 |
1345 | 2024-08-12T20:38:10.803Z | lat 35.645680513 |
1346 | 2024-08-12T20:38:10.803Z | stop 1:32.242815513 |
1347 | 2024-08-12T20:38:10.803Z | + banner clippy |
1348 | 2024-08-12T20:38:10.807Z | |
1349 | 2024-08-12T20:38:10.807Z | #### # # ##### ##### # # |
1350 | 2024-08-12T20:38:10.807Z | # # # # # # # # # # |
1351 | 2024-08-12T20:38:10.807Z | # # # # # # # # |
1352 | 2024-08-12T20:38:10.807Z | # # # ##### ##### # |
1353 | 2024-08-12T20:38:10.807Z | # # # # # # # |
1354 | 2024-08-12T20:38:10.807Z | #### ###### # # # # |
1355 | 2024-08-12T20:38:10.807Z | |
1356 | 2024-08-12T20:38:10.807Z | + export CARGO_INCREMENTAL=0 |
1357 | 2024-08-12T20:38:10.807Z | + CARGO_INCREMENTAL=0 |
1358 | 2024-08-12T20:38:10.807Z | + ptime -m cargo xtask clippy |
1359 | 2024-08-12T20:38:11.338Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1360 | 2024-08-12T20:38:14.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
1361 | 2024-08-12T20:38:14.831Z | Running `target/debug/xtask clippy` |
1362 | 2024-08-12T20:38:14.851Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1363 | 2024-08-12T20:38:15.533Z | Downloading crates ... |
1364 | 2024-08-12T20:38:15.793Z | Downloaded blowfish v0.9.1 |
1365 | 2024-08-12T20:38:15.803Z | Downloaded md5 v0.7.0 |
1366 | 2024-08-12T20:38:15.803Z | Downloaded cbc v0.1.2 |
1367 | 2024-08-12T20:38:15.803Z | Downloaded guppy-workspace-hack v0.1.0 |
1368 | 2024-08-12T20:38:15.803Z | Downloaded dirs-sys v0.4.1 |
1369 | 2024-08-12T20:38:15.808Z | Downloaded option-ext v0.2.0 |
1370 | 2024-08-12T20:38:15.814Z | Downloaded plotters-svg v0.3.5 |
1371 | 2024-08-12T20:38:15.815Z | Downloaded tower-layer v0.3.2 |
1372 | 2024-08-12T20:38:15.821Z | Downloaded hex-literal v0.4.1 |
1373 | 2024-08-12T20:38:15.821Z | Downloaded ctr v0.9.2 |
1374 | 2024-08-12T20:38:15.821Z | Downloaded bcrypt-pbkdf v0.10.0 |
1375 | 2024-08-12T20:38:15.825Z | Downloaded approx v0.5.1 |
1376 | 2024-08-12T20:38:15.825Z | Downloaded dirs v5.0.1 |
1377 | 2024-08-12T20:38:15.825Z | Downloaded relative-path v1.9.3 |
1378 | 2024-08-12T20:38:15.830Z | Downloaded yansi v0.5.1 |
1379 | 2024-08-12T20:38:15.830Z | Downloaded similar-asserts v1.5.0 |
1380 | 2024-08-12T20:38:15.841Z | Downloaded rand_core v0.5.1 |
1381 | 2024-08-12T20:38:15.841Z | Downloaded pathdiff v0.2.1 |
1382 | 2024-08-12T20:38:15.841Z | Downloaded password-hash v0.4.2 |
1383 | 2024-08-12T20:38:15.846Z | Downloaded nested v0.1.1 |
1384 | 2024-08-12T20:38:15.846Z | Downloaded hyper-rustls v0.26.0 |
1385 | 2024-08-12T20:38:15.846Z | Downloaded target-spec v3.2.1 |
1386 | 2024-08-12T20:38:15.846Z | Downloaded pbkdf2 v0.11.0 |
1387 | 2024-08-12T20:38:15.846Z | Downloaded internet-checksum v0.2.1 |
1388 | 2024-08-12T20:38:15.846Z | Downloaded getrandom v0.1.16 |
1389 | 2024-08-12T20:38:15.854Z | Downloaded escape8259 v0.5.2 |
1390 | 2024-08-12T20:38:15.854Z | Downloaded oorandom v11.1.3 |
1391 | 2024-08-12T20:38:15.854Z | Downloaded rstest v0.19.0 |
1392 | 2024-08-12T20:38:15.860Z | Downloaded russh-keys v0.43.0 |
1393 | 2024-08-12T20:38:15.860Z | Downloaded tinytemplate v1.2.1 |
1394 | 2024-08-12T20:38:15.861Z | Downloaded http-body v1.0.0 |
1395 | 2024-08-12T20:38:15.861Z | Downloaded russh-cryptovec v0.7.2 |
1396 | 2024-08-12T20:38:15.861Z | Downloaded doc-comment v0.3.3 |
1397 | 2024-08-12T20:38:15.865Z | Downloaded dhcproto-macros v0.1.0 |
1398 | 2024-08-12T20:38:15.865Z | Downloaded ecdsa v0.16.9 |
1399 | 2024-08-12T20:38:15.866Z | Downloaded httptest v0.15.5 |
1400 | 2024-08-12T20:38:15.866Z | Downloaded threadpool v1.8.1 |
1401 | 2024-08-12T20:38:15.866Z | Downloaded pbkdf2 v0.12.2 |
1402 | 2024-08-12T20:38:15.876Z | Downloaded futures-timer v3.0.3 |
1403 | 2024-08-12T20:38:15.876Z | Downloaded ghash v0.5.1 |
1404 | 2024-08-12T20:38:15.877Z | Downloaded datatest-stable v0.2.9 |
1405 | 2024-08-12T20:38:15.884Z | Downloaded assert_cmd v2.0.15 |
1406 | 2024-08-12T20:38:15.884Z | Downloaded anes v0.1.6 |
1407 | 2024-08-12T20:38:15.884Z | Downloaded polyval v0.6.2 |
1408 | 2024-08-12T20:38:15.901Z | Downloaded cast v0.3.0 |
1409 | 2024-08-12T20:38:15.901Z | Downloaded rand_chacha v0.2.2 |
1410 | 2024-08-12T20:38:15.901Z | Downloaded dhcproto v0.12.0 |
1411 | 2024-08-12T20:38:15.902Z | Downloaded rfc6979 v0.4.0 |
1412 | 2024-08-12T20:38:15.903Z | Downloaded criterion-plot v0.5.0 |
1413 | 2024-08-12T20:38:15.903Z | Downloaded primeorder v0.13.6 |
1414 | 2024-08-12T20:38:15.921Z | Downloaded plotters-backend v0.3.5 |
1415 | 2024-08-12T20:38:15.921Z | Downloaded rustls-native-certs v0.7.0 |
1416 | 2024-08-12T20:38:15.921Z | Downloaded ed25519 v2.2.3 |
1417 | 2024-08-12T20:38:15.921Z | Downloaded partial-io v0.5.4 |
1418 | 2024-08-12T20:38:15.921Z | Downloaded libtest-mimic v0.7.3 |
1419 | 2024-08-12T20:38:15.922Z | Downloaded blake2b_simd v1.0.2 |
1420 | 2024-08-12T20:38:15.922Z | Downloaded fancy-regex v0.13.0 |
1421 | 2024-08-12T20:38:15.923Z | Downloaded target-lexicon v0.12.16 |
1422 | 2024-08-12T20:38:15.923Z | Downloaded rust-argon2 v2.1.0 |
1423 | 2024-08-12T20:38:15.932Z | Downloaded ed25519-dalek v2.1.1 |
1424 | 2024-08-12T20:38:15.933Z | Downloaded cfg-expr v0.16.0 |
1425 | 2024-08-12T20:38:15.934Z | Downloaded trybuild v1.0.99 |
1426 | 2024-08-12T20:38:15.935Z | Downloaded criterion v0.5.1 |
1427 | 2024-08-12T20:38:15.943Z | Downloaded rstest_macros v0.19.0 |
1428 | 2024-08-12T20:38:15.950Z | Downloaded rand_distr v0.4.3 |
1429 | 2024-08-12T20:38:15.956Z | Downloaded tower v0.4.13 |
1430 | 2024-08-12T20:38:15.963Z | Downloaded russh v0.43.0 |
1431 | 2024-08-12T20:38:15.969Z | Downloaded plotters v0.3.5 |
1432 | 2024-08-12T20:38:15.973Z | Downloaded p521 v0.13.3 |
1433 | 2024-08-12T20:38:15.984Z | Downloaded hyper v1.3.1 |
1434 | 2024-08-12T20:38:15.992Z | Downloaded aes-gcm v0.10.3 |
1435 | 2024-08-12T20:38:15.993Z | Downloaded aes v0.8.4 |
1436 | 2024-08-12T20:38:15.993Z | Downloaded rand v0.7.3 |
1437 | 2024-08-12T20:38:16.000Z | Downloaded guppy v0.17.7 |
1438 | 2024-08-12T20:38:16.000Z | Downloaded pretty_assertions v1.4.0 |
1439 | 2024-08-12T20:38:16.006Z | Downloaded p256 v0.13.2 |
1440 | 2024-08-12T20:38:16.006Z | Downloaded hyper-util v0.1.3 |
1441 | 2024-08-12T20:38:16.605Z | Checking cfg-if v1.0.0 |
1442 | 2024-08-12T20:38:16.667Z | Checking libc v0.2.155 |
1443 | 2024-08-12T20:38:16.682Z | Checking serde v1.0.205 |
1444 | 2024-08-12T20:38:16.695Z | Checking memchr v2.7.2 |
1445 | 2024-08-12T20:38:16.715Z | Checking scopeguard v1.2.0 |
1446 | 2024-08-12T20:38:16.718Z | Checking log v0.4.21 |
1447 | 2024-08-12T20:38:16.747Z | Checking itoa v1.0.11 |
1448 | 2024-08-12T20:38:16.769Z | Checking byteorder v1.5.0 |
1449 | 2024-08-12T20:38:16.796Z | Checking smallvec v1.13.2 |
1450 | 2024-08-12T20:38:16.850Z | Checking lock_api v0.4.12 |
1451 | 2024-08-12T20:38:16.957Z | Checking once_cell v1.19.0 |
1452 | 2024-08-12T20:38:16.987Z | Checking pin-project-lite v0.2.14 |
1453 | 2024-08-12T20:38:17.165Z | Checking zeroize v1.7.0 |
1454 | 2024-08-12T20:38:17.195Z | Checking libm v0.2.8 |
1455 | 2024-08-12T20:38:17.220Z | Checking ryu v1.0.18 |
1456 | 2024-08-12T20:38:17.277Z | Checking spin v0.9.8 |
1457 | 2024-08-12T20:38:17.303Z | Checking typenum v1.17.0 |
1458 | 2024-08-12T20:38:17.411Z | Checking futures-core v0.3.30 |
1459 | 2024-08-12T20:38:17.456Z | Checking thiserror v1.0.63 |
1460 | 2024-08-12T20:38:17.543Z | Checking zerocopy v0.7.34 |
1461 | 2024-08-12T20:38:17.596Z | Checking subtle v2.5.0 |
1462 | 2024-08-12T20:38:17.621Z | Checking futures-sink v0.3.30 |
1463 | 2024-08-12T20:38:17.647Z | Checking slab v0.4.9 |
1464 | 2024-08-12T20:38:17.778Z | Checking futures-channel v0.3.30 |
1465 | 2024-08-12T20:38:17.859Z | Checking pin-utils v0.1.0 |
1466 | 2024-08-12T20:38:17.883Z | Checking getrandom v0.2.14 |
1467 | 2024-08-12T20:38:17.918Z | Checking parking_lot_core v0.9.10 |
1468 | 2024-08-12T20:38:17.948Z | Checking signal-hook-registry v1.4.2 |
1469 | 2024-08-12T20:38:18.127Z | Checking mio v0.8.11 |
1470 | 2024-08-12T20:38:18.150Z | Checking num-traits v0.2.19 |
1471 | 2024-08-12T20:38:18.153Z | Checking rand_core v0.6.4 |
1472 | 2024-08-12T20:38:18.192Z | Checking num_cpus v1.16.0 |
1473 | 2024-08-12T20:38:18.263Z | Checking parking_lot v0.12.2 |
1474 | 2024-08-12T20:38:18.322Z | Checking socket2 v0.5.7 |
1475 | 2024-08-12T20:38:18.476Z | Checking futures-io v0.3.30 |
1476 | 2024-08-12T20:38:18.616Z | Checking futures-task v0.3.30 |
1477 | 2024-08-12T20:38:18.647Z | Checking generic-array v0.14.7 |
1478 | 2024-08-12T20:38:18.680Z | Checking const-oid v0.9.6 |
1479 | 2024-08-12T20:38:18.726Z | Checking allocator-api2 v0.2.18 |
1480 | 2024-08-12T20:38:18.838Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1481 | 2024-08-12T20:38:18.863Z | Checking futures-util v0.3.30 |
1482 | 2024-08-12T20:38:18.969Z | Checking ahash v0.8.11 |
1483 | 2024-08-12T20:38:19.153Z | Checking fnv v1.0.7 |
1484 | 2024-08-12T20:38:19.313Z | Checking iana-time-zone v0.1.60 |
1485 | 2024-08-12T20:38:19.390Z | Checking equivalent v1.0.1 |
1486 | 2024-08-12T20:38:19.465Z | Checking ppv-lite86 v0.2.17 |
1487 | 2024-08-12T20:38:19.498Z | Checking tinyvec_macros v0.1.1 |
1488 | 2024-08-12T20:38:19.518Z | Checking hashbrown v0.14.5 |
1489 | 2024-08-12T20:38:19.585Z | Checking tinyvec v1.6.0 |
1490 | 2024-08-12T20:38:19.749Z | Checking crypto-common v0.1.6 |
1491 | 2024-08-12T20:38:19.812Z | Checking block-buffer v0.10.4 |
1492 | 2024-08-12T20:38:19.933Z | Checking cpufeatures v0.2.12 |
1493 | 2024-08-12T20:38:20.019Z | Checking lazy_static v1.5.0 |
1494 | 2024-08-12T20:38:20.040Z | Checking unicode-bidi v0.3.15 |
1495 | 2024-08-12T20:38:20.141Z | Checking tracing-core v0.1.32 |
1496 | 2024-08-12T20:38:20.188Z | Checking rand_chacha v0.3.1 |
1497 | 2024-08-12T20:38:20.527Z | Checking digest v0.10.7 |
1498 | 2024-08-12T20:38:20.549Z | Checking rand v0.8.5 |
1499 | 2024-08-12T20:38:20.666Z | Checking dyn-clone v1.0.17 |
1500 | 2024-08-12T20:38:20.689Z | Checking regex-syntax v0.8.3 |
1501 | 2024-08-12T20:38:20.808Z | Checking percent-encoding v2.3.1 |
1502 | 2024-08-12T20:38:20.831Z | Checking tracing v0.1.40 |
1503 | 2024-08-12T20:38:20.885Z | Checking errno v0.3.9 |
1504 | 2024-08-12T20:38:20.907Z | Checking unicode-normalization v0.1.23 |
1505 | 2024-08-12T20:38:21.006Z | Checking aho-corasick v1.1.3 |
1506 | 2024-08-12T20:38:21.055Z | Checking unicode-ident v1.0.12 |
1507 | 2024-08-12T20:38:21.145Z | Checking form_urlencoded v1.2.1 |
1508 | 2024-08-12T20:38:21.219Z | Checking unicode-width v0.1.13 |
1509 | 2024-08-12T20:38:21.341Z | Checking powerfmt v0.2.0 |
1510 | 2024-08-12T20:38:21.408Z | Checking time-core v0.1.2 |
1511 | 2024-08-12T20:38:21.558Z | Checking num_threads v0.1.7 |
1512 | 2024-08-12T20:38:21.611Z | Checking deranged v0.3.11 |
1513 | 2024-08-12T20:38:21.672Z | Checking bytes v1.7.1 |
1514 | 2024-08-12T20:38:21.675Z | Checking bitflags v2.6.0 |
1515 | 2024-08-12T20:38:21.770Z | Checking serde_json v1.0.122 |
1516 | 2024-08-12T20:38:21.815Z | Checking chrono v0.4.38 |
1517 | 2024-08-12T20:38:21.967Z | Checking indexmap v2.3.0 |
1518 | 2024-08-12T20:38:22.526Z | Checking tokio v1.38.1 |
1519 | 2024-08-12T20:38:22.623Z | Checking uuid v1.10.0 |
1520 | 2024-08-12T20:38:23.233Z | Checking rustix v0.38.34 |
1521 | 2024-08-12T20:38:23.283Z | Checking num-conv v0.1.0 |
1522 | 2024-08-12T20:38:23.352Z | Checking proc-macro2 v1.0.86 |
1523 | 2024-08-12T20:38:23.399Z | Checking httparse v1.8.0 |
1524 | 2024-08-12T20:38:23.534Z | Checking time v0.3.36 |
1525 | 2024-08-12T20:38:23.816Z | Checking adler v1.0.2 |
1526 | 2024-08-12T20:38:23.820Z | Checking regex-automata v0.4.6 |
1527 | 2024-08-12T20:38:23.905Z | Checking schemars v0.8.21 |
1528 | 2024-08-12T20:38:23.969Z | Checking miniz_oxide v0.7.2 |
1529 | 2024-08-12T20:38:24.005Z | Checking quote v1.0.36 |
1530 | 2024-08-12T20:38:24.009Z | Checking http v0.2.12 |
1531 | 2024-08-12T20:38:24.336Z | Checking idna v0.5.0 |
1532 | 2024-08-12T20:38:24.716Z | Checking syn v2.0.72 |
1533 | 2024-08-12T20:38:25.214Z | Checking url v2.5.2 |
1534 | 2024-08-12T20:38:25.275Z | Checking untrusted v0.9.0 |
1535 | 2024-08-12T20:38:25.299Z | Checking base64ct v1.6.0 |
1536 | 2024-08-12T20:38:25.444Z | Checking ring v0.17.8 |
1537 | 2024-08-12T20:38:25.507Z | Checking try-lock v0.2.5 |
1538 | 2024-08-12T20:38:25.655Z | Checking want v0.3.1 |
1539 | 2024-08-12T20:38:25.730Z | Checking slog v2.7.0 |
1540 | 2024-08-12T20:38:25.838Z | Checking tower-service v0.3.2 |
1541 | 2024-08-12T20:38:25.951Z | Checking futures-executor v0.3.30 |
1542 | 2024-08-12T20:38:25.975Z | Checking gimli v0.28.1 |
1543 | 2024-08-12T20:38:26.007Z | Checking object v0.32.2 |
1544 | 2024-08-12T20:38:26.184Z | Checking utf8parse v0.2.1 |
1545 | 2024-08-12T20:38:26.241Z | Checking rustc-demangle v0.1.24 |
1546 | 2024-08-12T20:38:26.340Z | Checking httpdate v1.0.3 |
1547 | 2024-08-12T20:38:26.579Z | Checking base64 v0.21.7 |
1548 | 2024-08-12T20:38:26.646Z | Checking futures v0.3.30 |
1549 | 2024-08-12T20:38:26.764Z | Checking http-body v0.4.6 |
1550 | 2024-08-12T20:38:27.053Z | Checking openssl-probe v0.1.5 |
1551 | 2024-08-12T20:38:27.164Z | Checking foreign-types-shared v0.1.1 |
1552 | 2024-08-12T20:38:27.216Z | Checking pem-rfc7468 v0.7.0 |
1553 | 2024-08-12T20:38:27.279Z | Checking openssl-sys v0.9.103 |
1554 | 2024-08-12T20:38:27.286Z | Checking foreign-types v0.3.2 |
1555 | 2024-08-12T20:38:27.367Z | Checking mime v0.3.17 |
1556 | 2024-08-12T20:38:27.481Z | Checking ipnet v2.9.0 |
1557 | 2024-08-12T20:38:27.701Z | Checking flagset v0.4.5 |
1558 | 2024-08-12T20:38:27.912Z | Checking anstyle v1.0.8 |
1559 | 2024-08-12T20:38:27.958Z | Checking der v0.7.9 |
1560 | 2024-08-12T20:38:28.284Z | Checking semver v1.0.23 |
1561 | 2024-08-12T20:38:28.359Z | Checking regex v1.10.6 |
1562 | 2024-08-12T20:38:28.572Z | Checking openssl v0.10.66 |
1563 | 2024-08-12T20:38:28.695Z | Checking either v1.13.0 |
1564 | 2024-08-12T20:38:29.004Z | Checking rustls-webpki v0.101.7 |
1565 | 2024-08-12T20:38:29.085Z | Checking sct v0.7.1 |
1566 | 2024-08-12T20:38:29.290Z | Checking toml_datetime v0.6.8 |
1567 | 2024-08-12T20:38:29.545Z | Checking tokio-util v0.7.11 |
1568 | 2024-08-12T20:38:29.577Z | Checking serde_spanned v0.6.7 |
1569 | 2024-08-12T20:38:29.707Z | Checking crossbeam-utils v0.8.19 |
1570 | 2024-08-12T20:38:29.750Z | Checking data-encoding v2.6.0 |
1571 | 2024-08-12T20:38:29.773Z | Checking spki v0.7.3 |
1572 | 2024-08-12T20:38:29.866Z | Checking addr2line v0.21.0 |
1573 | 2024-08-12T20:38:30.064Z | Checking rustls v0.21.12 |
1574 | 2024-08-12T20:38:30.362Z | Checking anstyle-parse v0.2.4 |
1575 | 2024-08-12T20:38:30.386Z | Checking idna v0.3.0 |
1576 | 2024-08-12T20:38:30.389Z | Checking serde_urlencoded v0.7.1 |
1577 | 2024-08-12T20:38:30.428Z | Checking h2 v0.3.26 |
1578 | 2024-08-12T20:38:30.624Z | Checking scroll v0.12.0 |
1579 | 2024-08-12T20:38:30.808Z | Checking encoding_rs v0.8.34 |
1580 | 2024-08-12T20:38:31.033Z | Checking anstyle-query v1.0.3 |
1581 | 2024-08-12T20:38:31.074Z | Checking colorchoice v1.0.1 |
1582 | 2024-08-12T20:38:31.159Z | Checking plain v0.2.3 |
1583 | 2024-08-12T20:38:31.205Z | Checking bitflags v1.3.2 |
1584 | 2024-08-12T20:38:31.236Z | Checking psl-types v2.0.11 |
1585 | 2024-08-12T20:38:31.296Z | Checking ucd-trie v0.1.6 |
1586 | 2024-08-12T20:38:31.357Z | Checking is_terminal_polyfill v1.70.0 |
1587 | 2024-08-12T20:38:31.413Z | Checking publicsuffix v2.2.3 |
1588 | 2024-08-12T20:38:31.442Z | Checking anstream v0.6.14 |
1589 | 2024-08-12T20:38:31.491Z | Checking pest v2.7.10 |
1590 | 2024-08-12T20:38:31.695Z | Checking goblin v0.8.2 |
1591 | 2024-08-12T20:38:31.780Z | Checking pkcs8 v0.10.2 |
1592 | 2024-08-12T20:38:32.062Z | Checking cookie v0.17.0 |
1593 | 2024-08-12T20:38:32.087Z | Checking backtrace v0.3.71 |
1594 | 2024-08-12T20:38:32.482Z | Checking terminal_size v0.3.0 |
1595 | 2024-08-12T20:38:32.663Z | Checking hmac v0.12.1 |
1596 | 2024-08-12T20:38:32.697Z | Checking anyhow v1.0.86 |
1597 | 2024-08-12T20:38:32.887Z | Checking sha2 v0.10.8 |
1598 | 2024-08-12T20:38:33.087Z | Checking strsim v0.11.1 |
1599 | 2024-08-12T20:38:33.141Z | Checking pretty-hex v0.4.1 |
1600 | 2024-08-12T20:38:33.249Z | Checking tokio-rustls v0.24.1 |
1601 | 2024-08-12T20:38:33.311Z | Checking clap_lex v0.7.0 |
1602 | 2024-08-12T20:38:33.450Z | Checking cookie_store v0.20.0 |
1603 | 2024-08-12T20:38:33.463Z | Checking rustls-pemfile v1.0.4 |
1604 | 2024-08-12T20:38:33.554Z | Checking clap_builder v4.5.13 |
1605 | 2024-08-12T20:38:33.585Z | Checking num-integer v0.1.46 |
1606 | 2024-08-12T20:38:33.637Z | Checking thread-id v4.2.1 |
1607 | 2024-08-12T20:38:33.747Z | Checking webpki-roots v0.25.4 |
1608 | 2024-08-12T20:38:33.915Z | Checking sync_wrapper v0.1.2 |
1609 | 2024-08-12T20:38:33.986Z | Checking openapiv3 v2.0.0 |
1610 | 2024-08-12T20:38:34.008Z | Checking dtrace-parser v0.2.0 |
1611 | 2024-08-12T20:38:34.032Z | Checking block-padding v0.3.3 |
1612 | 2024-08-12T20:38:34.044Z | Checking memmap v0.7.0 |
1613 | 2024-08-12T20:38:34.075Z | Checking native-tls v0.2.11 |
1614 | 2024-08-12T20:38:34.231Z | Checking base64 v0.22.1 |
1615 | 2024-08-12T20:38:34.255Z | Checking inout v0.1.3 |
1616 | 2024-08-12T20:38:34.381Z | Checking tokio-native-tls v0.3.1 |
1617 | 2024-08-12T20:38:34.453Z | Checking stable_deref_trait v1.2.0 |
1618 | 2024-08-12T20:38:34.484Z | Checking cipher v0.4.4 |
1619 | 2024-08-12T20:38:34.562Z | Checking ff v0.13.0 |
1620 | 2024-08-12T20:38:34.637Z | Checking crc32fast v1.4.0 |
1621 | 2024-08-12T20:38:34.712Z | Checking base16ct v0.2.0 |
1622 | 2024-08-12T20:38:34.774Z | Checking bit-vec v0.6.3 |
1623 | 2024-08-12T20:38:34.881Z | Checking group v0.13.0 |
1624 | 2024-08-12T20:38:34.898Z | Checking hkdf v0.12.4 |
1625 | 2024-08-12T20:38:34.921Z | Checking sec1 v0.7.3 |
1626 | 2024-08-12T20:38:35.116Z | Checking crossbeam-epoch v0.9.18 |
1627 | 2024-08-12T20:38:35.125Z | Checking hex v0.4.3 |
1628 | 2024-08-12T20:38:35.151Z | Checking crypto-bigint v0.5.5 |
1629 | 2024-08-12T20:38:35.314Z | Checking winnow v0.5.40 |
1630 | 2024-08-12T20:38:35.529Z | Checking unicode-segmentation v1.11.0 |
1631 | 2024-08-12T20:38:35.652Z | Checking managed v0.8.0 |
1632 | 2024-08-12T20:38:39.915Z | Checking winnow v0.6.18 |
1633 | 2024-08-12T20:38:40.010Z | Checking zerocopy v0.6.6 |
1634 | 2024-08-12T20:38:40.010Z | Checking clap v4.5.13 |
1635 | 2024-08-12T20:38:40.010Z | Checking dof v0.3.0 |
1636 | 2024-08-12T20:38:40.010Z | Checking flate2 v1.0.31 |
1637 | 2024-08-12T20:38:40.010Z | Checking hyper v0.14.30 |
1638 | 2024-08-12T20:38:40.010Z | Checking num-iter v0.1.45 |
1639 | 2024-08-12T20:38:40.010Z | Checking signal-hook v0.3.17 |
1640 | 2024-08-12T20:38:40.010Z | Checking usdt-impl v0.5.0 |
1641 | 2024-08-12T20:38:40.010Z | Checking matches v0.1.10 |
1642 | 2024-08-12T20:38:40.010Z | Checking siphasher v0.3.11 |
1643 | 2024-08-12T20:38:40.011Z | Checking static_assertions v1.1.0 |
1644 | 2024-08-12T20:38:40.011Z | Checking idna v0.2.3 |
1645 | 2024-08-12T20:38:40.011Z | Checking itertools v0.10.5 |
1646 | 2024-08-12T20:38:40.011Z | Checking regex-automata v0.1.10 |
1647 | 2024-08-12T20:38:40.011Z | Checking usdt v0.5.0 |
1648 | 2024-08-12T20:38:40.011Z | Checking elliptic-curve v0.13.8 |
1649 | 2024-08-12T20:38:40.011Z | Checking signal-hook-mio v0.2.3 |
1650 | 2024-08-12T20:38:40.050Z | Checking bit-set v0.5.3 |
1651 | 2024-08-12T20:38:40.050Z | Checking bstr v0.2.17 |
1652 | 2024-08-12T20:38:40.050Z | Checking trust-dns-proto v0.22.0 |
1653 | 2024-08-12T20:38:40.050Z | Checking toml_edit v0.19.15 |
1654 | 2024-08-12T20:38:40.050Z | Checking num-bigint v0.4.5 |
1655 | 2024-08-12T20:38:40.050Z | Checking itertools v0.12.1 |
1656 | 2024-08-12T20:38:40.050Z | Checking toml_edit v0.22.20 |
1657 | 2024-08-12T20:38:40.050Z | Checking hash32 v0.2.1 |
1658 | 2024-08-12T20:38:40.050Z | Checking finl_unicode v1.2.0 |
1659 | 2024-08-12T20:38:40.050Z | Checking predicates-core v1.0.6 |
1660 | 2024-08-12T20:38:40.051Z | Checking stringprep v0.1.4 |
1661 | 2024-08-12T20:38:40.051Z | Checking heapless v0.7.17 |
1662 | 2024-08-12T20:38:40.196Z | Checking crossterm v0.27.0 |
1663 | 2024-08-12T20:38:40.857Z | Checking toml v0.7.8 |
1664 | 2024-08-12T20:38:41.007Z | Checking bstr v1.9.1 |
1665 | 2024-08-12T20:38:41.047Z | Checking yasna v0.5.2 |
1666 | 2024-08-12T20:38:41.193Z | Checking console v0.15.8 |
1667 | 2024-08-12T20:38:41.591Z | Checking md-5 v0.10.6 |
1668 | 2024-08-12T20:38:41.618Z | Checking float-cmp v0.9.0 |
1669 | 2024-08-12T20:38:41.767Z | Checking fallible-iterator v0.2.0 |
1670 | 2024-08-12T20:38:41.797Z | Checking difflib v0.4.0 |
1671 | 2024-08-12T20:38:41.820Z | Checking normalize-line-endings v0.3.0 |
1672 | 2024-08-12T20:38:41.902Z | Checking fixedbitset v0.4.2 |
1673 | 2024-08-12T20:38:41.934Z | Checking smoltcp v0.9.1 |
1674 | 2024-08-12T20:38:41.963Z | Checking similar v2.5.0 |
1675 | 2024-08-12T20:38:41.987Z | Checking phf_shared v0.11.2 |
1676 | 2024-08-12T20:38:42.099Z | Checking predicates v3.1.2 |
1677 | 2024-08-12T20:38:42.187Z | Checking petgraph v0.6.5 |
1678 | 2024-08-12T20:38:42.265Z | Checking phf_shared v0.10.0 |
1679 | 2024-08-12T20:38:42.290Z | Checking fs-err v2.11.0 |
1680 | 2024-08-12T20:38:42.355Z | Checking postgres-protocol v0.6.7 |
1681 | 2024-08-12T20:38:42.519Z | Checking tokio-stream v0.1.15 |
1682 | 2024-08-12T20:38:42.582Z | Checking hyper-rustls v0.24.2 |
1683 | 2024-08-12T20:38:42.747Z | Checking hyper-tls v0.5.0 |
1684 | 2024-08-12T20:38:42.798Z | Checking hubpack v0.1.2 |
1685 | 2024-08-12T20:38:42.824Z | Checking precomputed-hash v0.1.1 |
1686 | 2024-08-12T20:38:42.868Z | Checking new_debug_unreachable v1.0.6 |
1687 | 2024-08-12T20:38:42.931Z | Checking minimal-lexical v0.2.1 |
1688 | 2024-08-12T20:38:42.962Z | Checking lalrpop-util v0.19.12 |
1689 | 2024-08-12T20:38:43.010Z | Checking postgres-types v0.2.7 |
1690 | 2024-08-12T20:38:43.035Z | Checking reqwest v0.11.27 |
1691 | 2024-08-12T20:38:43.111Z | Checking string_cache v0.8.7 |
1692 | 2024-08-12T20:38:43.249Z | Checking phf v0.11.2 |
1693 | 2024-08-12T20:38:43.328Z | Checking nom v7.1.3 |
1694 | 2024-08-12T20:38:43.331Z | Checking peg-runtime v0.8.3 |
1695 | 2024-08-12T20:38:43.381Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1696 | 2024-08-12T20:38:43.405Z | Checking whoami v1.5.1 |
1697 | 2024-08-12T20:38:43.552Z | Compiling regress v0.9.1 |
1698 | 2024-08-12T20:38:43.630Z | Compiling getopts v0.2.21 |
1699 | 2024-08-12T20:38:43.693Z | Compiling unsafe-libyaml v0.2.11 |
1700 | 2024-08-12T20:38:43.717Z | Checking tokio-postgres v0.7.11 |
1701 | 2024-08-12T20:38:44.555Z | Checking heck v0.5.0 |
1702 | 2024-08-12T20:38:44.666Z | Checking camino v1.1.7 |
1703 | 2024-08-12T20:38:45.228Z | Compiling serde_yaml v0.9.34+deprecated |
1704 | 2024-08-12T20:38:45.509Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1705 | 2024-08-12T20:38:45.660Z | Checking is-terminal v0.4.12 |
1706 | 2024-08-12T20:38:45.791Z | Compiling ident_case v1.0.1 |
1707 | 2024-08-12T20:38:45.981Z | Compiling darling_core v0.20.9 |
1708 | 2024-08-12T20:38:46.180Z | Compiling paste v1.0.15 |
1709 | 2024-08-12T20:38:46.243Z | Checking sha1 v0.10.6 |
1710 | 2024-08-12T20:38:46.529Z | Compiling rustls v0.22.4 |
1711 | 2024-08-12T20:38:46.606Z | Checking http v1.1.0 |
1712 | 2024-08-12T20:38:46.873Z | Checking dirs-sys-next v0.1.2 |
1713 | 2024-08-12T20:38:47.063Z | Checking dirs-next v2.0.0 |
1714 | 2024-08-12T20:38:47.217Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1715 | 2024-08-12T20:38:48.016Z | Checking strum v0.26.3 |
1716 | 2024-08-12T20:38:48.074Z | Checking crossbeam-channel v0.5.12 |
1717 | 2024-08-12T20:38:48.173Z | Checking thread_local v1.1.8 |
1718 | 2024-08-12T20:38:48.390Z | Checking term v0.7.0 |
1719 | 2024-08-12T20:38:48.447Z | Compiling multer v3.1.0 |
1720 | 2024-08-12T20:38:48.645Z | Checking take_mut v0.2.2 |
1721 | 2024-08-12T20:38:48.785Z | Checking slog-term v2.9.1 |
1722 | 2024-08-12T20:38:48.807Z | Compiling async-stream-impl v0.3.5 |
1723 | 2024-08-12T20:38:48.830Z | Checking slog-async v2.8.0 |
1724 | 2024-08-12T20:38:48.833Z | Checking match_cfg v0.1.0 |
1725 | 2024-08-12T20:38:48.949Z | Checking rustls-pki-types v1.7.0 |
1726 | 2024-08-12T20:38:49.131Z | Checking hostname v0.3.1 |
1727 | 2024-08-12T20:38:49.274Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1728 | 2024-08-12T20:38:49.297Z | Checking toml v0.8.19 |
1729 | 2024-08-12T20:38:49.389Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1730 | 2024-08-12T20:38:49.445Z | Checking rustls-webpki v0.102.4 |
1731 | 2024-08-12T20:38:49.664Z | Checking rustls-pemfile v2.1.3 |
1732 | 2024-08-12T20:38:49.914Z | Checking debug-ignore v1.0.5 |
1733 | 2024-08-12T20:38:50.015Z | Checking slog-json v2.6.1 |
1734 | 2024-08-12T20:38:50.065Z | Checking ipnetwork v0.20.0 |
1735 | 2024-08-12T20:38:50.171Z | Checking instant v0.1.12 |
1736 | 2024-08-12T20:38:50.268Z | Checking atomic-waker v1.1.2 |
1737 | 2024-08-12T20:38:50.291Z | Checking slog-bunyan v2.5.0 |
1738 | 2024-08-12T20:38:50.405Z | Checking waitgroup v0.1.2 |
1739 | 2024-08-12T20:38:50.424Z | Checking async-stream v0.3.5 |
1740 | 2024-08-12T20:38:50.540Z | Checking serde_path_to_error v0.1.16 |
1741 | 2024-08-12T20:38:50.615Z | Checking hostname v0.4.0 |
1742 | 2024-08-12T20:38:50.701Z | Checking fastrand v2.1.0 |
1743 | 2024-08-12T20:38:50.752Z | Compiling structmeta-derive v0.3.0 |
1744 | 2024-08-12T20:38:50.862Z | Checking quick-error v1.2.3 |
1745 | 2024-08-12T20:38:51.003Z | Checking newtype-uuid v1.1.0 |
1746 | 2024-08-12T20:38:51.037Z | Checking tempfile v3.10.1 |
1747 | 2024-08-12T20:38:51.128Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1748 | 2024-08-12T20:38:51.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1749 | 2024-08-12T20:38:51.382Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1750 | 2024-08-12T20:38:51.670Z | Checking macaddr v1.0.1 |
1751 | 2024-08-12T20:38:51.898Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1752 | 2024-08-12T20:38:51.995Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1753 | 2024-08-12T20:38:52.035Z | Checking backoff v0.4.0 |
1754 | 2024-08-12T20:38:52.133Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1755 | 2024-08-12T20:38:52.300Z | Checking wait-timeout v0.2.0 |
1756 | 2024-08-12T20:38:52.364Z | Checking rand_xorshift v0.3.0 |
1757 | 2024-08-12T20:38:52.366Z | Compiling structmeta-derive v0.2.0 |
1758 | 2024-08-12T20:38:52.503Z | Checking rusty-fork v0.3.0 |
1759 | 2024-08-12T20:38:52.557Z | Checking unarray v0.1.4 |
1760 | 2024-08-12T20:38:52.704Z | Compiling proc-macro-error v1.0.4 |
1761 | 2024-08-12T20:38:52.809Z | Checking proptest v1.5.0 |
1762 | 2024-08-12T20:38:53.093Z | Compiling darling_macro v0.20.9 |
1763 | 2024-08-12T20:38:53.385Z | Checking camino-tempfile v1.1.1 |
1764 | 2024-08-12T20:38:53.493Z | Compiling proc-macro-crate v1.3.1 |
1765 | 2024-08-12T20:38:53.654Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1766 | 2024-08-12T20:38:53.763Z | Compiling structmeta v0.3.0 |
1767 | 2024-08-12T20:38:54.025Z | Compiling darling v0.20.9 |
1768 | 2024-08-12T20:38:54.050Z | Checking tokio-rustls v0.25.0 |
1769 | 2024-08-12T20:38:54.097Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1770 | 2024-08-12T20:38:54.143Z | Compiling serde_with_macros v3.8.3 |
1771 | 2024-08-12T20:38:54.165Z | Compiling parse-display-derive v0.9.1 |
1772 | 2024-08-12T20:38:54.420Z | Compiling foreign-types-macros v0.2.3 |
1773 | 2024-08-12T20:38:54.587Z | Compiling num_enum_derive v0.5.11 |
1774 | 2024-08-12T20:38:55.272Z | Compiling structmeta v0.2.0 |
1775 | 2024-08-12T20:38:55.719Z | Compiling test-strategy v0.3.1 |
1776 | 2024-08-12T20:38:55.747Z | Checking foreign-types-shared v0.3.1 |
1777 | 2024-08-12T20:38:55.858Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1778 | 2024-08-12T20:38:56.186Z | Checking foreign-types v0.5.0 |
1779 | 2024-08-12T20:38:56.624Z | Checking cstr-argument v0.1.2 |
1780 | 2024-08-12T20:38:57.006Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1781 | 2024-08-12T20:38:57.179Z | Checking serde_with v3.8.3 |
1782 | 2024-08-12T20:38:57.308Z | Checking num_enum v0.5.11 |
1783 | 2024-08-12T20:38:57.472Z | Checking pretty-hex v0.2.1 |
1784 | 2024-08-12T20:38:57.510Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1785 | 2024-08-12T20:38:57.639Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1786 | 2024-08-12T20:38:57.834Z | Checking tabwriter v1.4.0 |
1787 | 2024-08-12T20:38:57.857Z | Checking colored v2.1.0 |
1788 | 2024-08-12T20:38:57.918Z | Checking socket2 v0.4.10 |
1789 | 2024-08-12T20:38:58.080Z | Checking smf v0.2.3 |
1790 | 2024-08-12T20:38:58.155Z | Checking termtree v0.4.1 |
1791 | 2024-08-12T20:38:58.313Z | Compiling heapless v0.8.0 |
1792 | 2024-08-12T20:38:58.342Z | Checking hash32 v0.3.1 |
1793 | 2024-08-12T20:38:58.364Z | Checking predicates-tree v1.0.9 |
1794 | 2024-08-12T20:38:58.517Z | Compiling smoltcp v0.11.0 |
1795 | 2024-08-12T20:38:58.541Z | Checking embedded-io v0.4.0 |
1796 | 2024-08-12T20:38:58.543Z | Compiling crucible-workspace-hack v0.1.0 |
1797 | 2024-08-12T20:38:58.761Z | Checking cobs v0.2.3 |
1798 | 2024-08-12T20:38:58.848Z | Checking sigpipe v0.1.3 |
1799 | 2024-08-12T20:38:58.941Z | Checking postcard v1.0.8 |
1800 | 2024-08-12T20:38:58.967Z | Checking parse-display v0.9.1 |
1801 | 2024-08-12T20:38:58.979Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1802 | 2024-08-12T20:38:59.217Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1803 | 2024-08-12T20:38:59.287Z | Checking humantime v2.1.0 |
1804 | 2024-08-12T20:38:59.390Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1805 | 2024-08-12T20:38:59.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1806 | 2024-08-12T20:38:59.580Z | Compiling mockall_derive v0.13.0 |
1807 | 2024-08-12T20:38:59.603Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1808 | 2024-08-12T20:38:59.662Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1809 | 2024-08-12T20:38:59.892Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1810 | 2024-08-12T20:38:59.914Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1811 | 2024-08-12T20:39:00.292Z | Compiling num-derive v0.4.2 |
1812 | 2024-08-12T20:39:00.322Z | Checking downcast v0.11.0 |
1813 | 2024-08-12T20:39:00.404Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1814 | 2024-08-12T20:39:00.518Z | Checking fragile v2.0.0 |
1815 | 2024-08-12T20:39:00.766Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1816 | 2024-08-12T20:39:00.787Z | Checking arc-swap v1.7.1 |
1817 | 2024-08-12T20:39:01.012Z | Checking xattr v1.3.1 |
1818 | 2024-08-12T20:39:01.198Z | Checking filetime v0.2.23 |
1819 | 2024-08-12T20:39:01.221Z | Checking slog-scope v4.4.0 |
1820 | 2024-08-12T20:39:01.377Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1821 | 2024-08-12T20:39:01.405Z | Checking termcolor v1.4.1 |
1822 | 2024-08-12T20:39:01.427Z | Checking slog-stdlog v4.1.1 |
1823 | 2024-08-12T20:39:01.471Z | Checking tar v0.4.41 |
1824 | 2024-08-12T20:39:01.590Z | Checking slog-envlogger v2.2.0 |
1825 | 2024-08-12T20:39:01.815Z | Checking same-file v1.0.6 |
1826 | 2024-08-12T20:39:01.837Z | Checking newline-converter v0.3.0 |
1827 | 2024-08-12T20:39:01.993Z | Checking walkdir v2.5.0 |
1828 | 2024-08-12T20:39:01.996Z | Checking expectorate v1.1.0 |
1829 | 2024-08-12T20:39:02.184Z | Checking utf-8 v0.7.6 |
1830 | 2024-08-12T20:39:02.209Z | Checking atty v0.2.14 |
1831 | 2024-08-12T20:39:02.262Z | Compiling derive-where v1.2.7 |
1832 | 2024-08-12T20:39:02.318Z | Checking pem v3.0.4 |
1833 | 2024-08-12T20:39:02.341Z | Checking password-hash v0.5.0 |
1834 | 2024-08-12T20:39:02.388Z | Checking tungstenite v0.21.0 |
1835 | 2024-08-12T20:39:02.576Z | Checking blake2 v0.10.6 |
1836 | 2024-08-12T20:39:02.737Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1837 | 2024-08-12T20:39:02.813Z | Checking tungstenite v0.20.1 |
1838 | 2024-08-12T20:39:03.021Z | Checking argon2 v0.5.3 |
1839 | 2024-08-12T20:39:03.135Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-12T20:39:03.204Z | Checking env_logger v0.9.3 |
1841 | 2024-08-12T20:39:03.307Z | Checking tokio-tungstenite v0.21.0 |
1842 | 2024-08-12T20:39:03.639Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1843 | 2024-08-12T20:39:03.711Z | Checking tokio-tungstenite v0.20.1 |
1844 | 2024-08-12T20:39:03.733Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1845 | 2024-08-12T20:39:03.791Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1846 | 2024-08-12T20:39:03.927Z | Compiling bitstruct_derive v0.1.0 |
1847 | 2024-08-12T20:39:03.966Z | Checking ascii v1.1.0 |
1848 | 2024-08-12T20:39:04.078Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-08-12T20:39:04.194Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1850 | 2024-08-12T20:39:04.322Z | Checking atomicwrites v0.4.3 |
1851 | 2024-08-12T20:39:04.373Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1852 | 2024-08-12T20:39:04.377Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-08-12T20:39:04.515Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-12T20:39:04.539Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1855 | 2024-08-12T20:39:04.690Z | Checking erased-serde v0.3.31 |
1856 | 2024-08-12T20:39:04.785Z | Checking serde_arrays v0.1.0 |
1857 | 2024-08-12T20:39:04.942Z | Compiling heck v0.3.3 |
1858 | 2024-08-12T20:39:05.267Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1859 | 2024-08-12T20:39:05.288Z | Checking bitstruct v0.1.1 |
1860 | 2024-08-12T20:39:05.395Z | Checking headers-core v0.2.0 |
1861 | 2024-08-12T20:39:05.416Z | Compiling zone_cfg_derive v0.1.2 |
1862 | 2024-08-12T20:39:05.437Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1863 | 2024-08-12T20:39:05.790Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-08-12T20:39:05.844Z | Checking base64 v0.13.1 |
1865 | 2024-08-12T20:39:06.249Z | Checking ron v0.7.1 |
1866 | 2024-08-12T20:39:06.286Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1867 | 2024-08-12T20:39:06.580Z | Checking headers v0.3.9 |
1868 | 2024-08-12T20:39:06.964Z | Checking zone v0.1.8 |
1869 | 2024-08-12T20:39:07.243Z | Checking rcgen v0.12.1 |
1870 | 2024-08-12T20:39:07.461Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1871 | 2024-08-12T20:39:07.676Z | Checking portpicker v0.1.1 |
1872 | 2024-08-12T20:39:07.715Z | Compiling convert_case v0.4.0 |
1873 | 2024-08-12T20:39:07.745Z | Checking subprocess v0.2.9 |
1874 | 2024-08-12T20:39:07.794Z | Checking half v2.4.1 |
1875 | 2024-08-12T20:39:07.817Z | Checking ciborium-io v0.2.2 |
1876 | 2024-08-12T20:39:07.936Z | Compiling rayon-core v1.12.1 |
1877 | 2024-08-12T20:39:07.961Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1878 | 2024-08-12T20:39:08.085Z | Checking mockall v0.13.0 |
1879 | 2024-08-12T20:39:08.270Z | Compiling prettyplease v0.2.20 |
1880 | 2024-08-12T20:39:08.273Z | Checking ciborium-ll v0.2.2 |
1881 | 2024-08-12T20:39:08.313Z | Checking swrite v0.1.0 |
1882 | 2024-08-12T20:39:08.336Z | Compiling home v0.5.9 |
1883 | 2024-08-12T20:39:08.444Z | Compiling semver v0.1.20 |
1884 | 2024-08-12T20:39:08.599Z | Checking ciborium v0.2.2 |
1885 | 2024-08-12T20:39:08.601Z | Checking linked-hash-map v0.5.6 |
1886 | 2024-08-12T20:39:08.635Z | Compiling blake3 v1.5.1 |
1887 | 2024-08-12T20:39:08.663Z | Compiling derive_more v0.99.18 |
1888 | 2024-08-12T20:39:08.915Z | Checking lru-cache v0.1.2 |
1889 | 2024-08-12T20:39:09.092Z | Compiling rustc_version v0.1.7 |
1890 | 2024-08-12T20:39:09.095Z | Compiling ring v0.16.20 |
1891 | 2024-08-12T20:39:09.127Z | Compiling cancel-safe-futures v0.1.5 |
1892 | 2024-08-12T20:39:09.551Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1893 | 2024-08-12T20:39:09.624Z | Compiling newtype_derive v0.1.6 |
1894 | 2024-08-12T20:39:09.987Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1895 | 2024-08-12T20:39:10.135Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1896 | 2024-08-12T20:39:10.203Z | Checking steno v0.4.1 |
1897 | 2024-08-12T20:39:10.792Z | Checking num-rational v0.4.2 |
1898 | 2024-08-12T20:39:11.462Z | Checking itertools v0.13.0 |
1899 | 2024-08-12T20:39:12.028Z | Checking num-complex v0.4.6 |
1900 | 2024-08-12T20:39:12.443Z | Compiling slog-dtrace v0.3.0 |
1901 | 2024-08-12T20:39:13.003Z | Checking num v0.4.3 |
1902 | 2024-08-12T20:39:13.102Z | Checking float-ord v0.3.2 |
1903 | 2024-08-12T20:39:13.586Z | Checking resolv-conf v0.7.0 |
1904 | 2024-08-12T20:39:13.685Z | Checking libsw v3.3.1 |
1905 | 2024-08-12T20:39:13.932Z | Checking trust-dns-resolver v0.22.0 |
1906 | 2024-08-12T20:39:14.311Z | Checking owo-colors v4.0.0 |
1907 | 2024-08-12T20:39:14.690Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-08-12T20:39:14.994Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-12T20:39:15.472Z | Checking linear-map v1.2.0 |
1910 | 2024-08-12T20:39:16.808Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1911 | 2024-08-12T20:39:17.456Z | Compiling crossbeam-deque v0.8.5 |
1912 | 2024-08-12T20:39:18.392Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1913 | 2024-08-12T20:39:19.523Z | Compiling memmap2 v0.9.4 |
1914 | 2024-08-12T20:39:19.570Z | Compiling untrusted v0.7.1 |
1915 | 2024-08-12T20:39:19.765Z | Compiling arrayvec v0.7.4 |
1916 | 2024-08-12T20:39:19.995Z | Compiling rayon v1.10.0 |
1917 | 2024-08-12T20:39:20.191Z | Compiling arrayref v0.3.7 |
1918 | 2024-08-12T20:39:20.304Z | Compiling constant_time_eq v0.3.0 |
1919 | 2024-08-12T20:39:20.491Z | Compiling spin v0.5.2 |
1920 | 2024-08-12T20:39:21.015Z | Compiling toolchain_find v0.4.0 |
1921 | 2024-08-12T20:39:21.335Z | Compiling topological-sort v0.2.2 |
1922 | 2024-08-12T20:39:21.426Z | Compiling rustfmt-wrapper v0.2.1 |
1923 | 2024-08-12T20:39:21.572Z | Checking signature v2.2.0 |
1924 | 2024-08-12T20:39:21.721Z | Checking display-error-chain v0.2.0 |
1925 | 2024-08-12T20:39:21.796Z | Checking nibble_vec v0.1.0 |
1926 | 2024-08-12T20:39:21.874Z | Checking endian-type v0.1.2 |
1927 | 2024-08-12T20:39:21.995Z | Checking gethostname v0.5.0 |
1928 | 2024-08-12T20:39:22.043Z | Checking fxhash v0.2.1 |
1929 | 2024-08-12T20:39:22.111Z | Checking radix_trie v0.2.1 |
1930 | 2024-08-12T20:39:22.144Z | Compiling libefi-sys v0.1.0 |
1931 | 2024-08-12T20:39:22.244Z | Compiling bitfield-struct v0.6.1 |
1932 | 2024-08-12T20:39:22.474Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1933 | 2024-08-12T20:39:22.885Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1934 | 2024-08-12T20:39:23.092Z | Checking keccak v0.1.5 |
1935 | 2024-08-12T20:39:23.207Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1936 | 2024-08-12T20:39:23.423Z | Checking sha3 v0.10.8 |
1937 | 2024-08-12T20:39:23.553Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1938 | 2024-08-12T20:39:23.724Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1939 | 2024-08-12T20:39:23.778Z | Checking secrecy v0.8.0 |
1940 | 2024-08-12T20:39:23.825Z | Checking maplit v1.0.2 |
1941 | 2024-08-12T20:39:23.939Z | Checking glob v0.3.1 |
1942 | 2024-08-12T20:39:23.986Z | Compiling radium v0.7.0 |
1943 | 2024-08-12T20:39:24.258Z | Compiling maybe-uninit v2.0.0 |
1944 | 2024-08-12T20:39:24.279Z | Checking tap v1.0.1 |
1945 | 2024-08-12T20:39:24.282Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1946 | 2024-08-12T20:39:24.435Z | Checking wyz v0.5.1 |
1947 | 2024-08-12T20:39:24.741Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1948 | 2024-08-12T20:39:24.756Z | Checking funty v2.0.0 |
1949 | 2024-08-12T20:39:24.839Z | Compiling num-bigint-dig v0.8.4 |
1950 | 2024-08-12T20:39:24.856Z | Compiling packed_struct v0.10.1 |
1951 | 2024-08-12T20:39:24.902Z | Checking crc-catalog v2.4.0 |
1952 | 2024-08-12T20:39:25.045Z | Compiling omicron-zone-package v0.11.0 |
1953 | 2024-08-12T20:39:25.189Z | Checking crc v3.2.1 |
1954 | 2024-08-12T20:39:25.465Z | Checking universal-hash v0.5.1 |
1955 | 2024-08-12T20:39:25.571Z | Compiling curve25519-dalek v4.1.3 |
1956 | 2024-08-12T20:39:25.638Z | Compiling packed_struct_codegen v0.10.1 |
1957 | 2024-08-12T20:39:25.659Z | Compiling indexmap v1.9.3 |
1958 | 2024-08-12T20:39:25.721Z | Checking bitvec v1.0.1 |
1959 | 2024-08-12T20:39:25.947Z | Checking opaque-debug v0.3.1 |
1960 | 2024-08-12T20:39:25.968Z | Checking nodrop v0.1.14 |
1961 | 2024-08-12T20:39:26.097Z | Checking array-init v0.0.4 |
1962 | 2024-08-12T20:39:26.203Z | Checking smallvec v0.6.14 |
1963 | 2024-08-12T20:39:26.611Z | Checking pkcs1 v0.7.5 |
1964 | 2024-08-12T20:39:27.015Z | Compiling curve25519-dalek-derive v0.1.1 |
1965 | 2024-08-12T20:39:27.123Z | Checking bitfield v0.14.0 |
1966 | 2024-08-12T20:39:27.432Z | Checking hashbrown v0.12.3 |
1967 | 2024-08-12T20:39:27.659Z | Checking serde-hex v0.1.0 |
1968 | 2024-08-12T20:39:28.551Z | Checking bzip2 v0.4.4 |
1969 | 2024-08-12T20:39:28.638Z | Checking rsa v0.9.6 |
1970 | 2024-08-12T20:39:28.846Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1971 | 2024-08-12T20:39:29.118Z | Checking env_logger v0.10.2 |
1972 | 2024-08-12T20:39:29.219Z | Checking x509-cert v0.2.5 |
1973 | 2024-08-12T20:39:29.541Z | Checking ron v0.8.1 |
1974 | 2024-08-12T20:39:29.685Z | Checking hashbrown v0.13.2 |
1975 | 2024-08-12T20:39:30.473Z | Compiling async-recursion v1.1.1 |
1976 | 2024-08-12T20:39:30.752Z | Checking crc-any v2.5.0 |
1977 | 2024-08-12T20:39:30.822Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1978 | 2024-08-12T20:39:30.825Z | Checking object v0.30.4 |
1979 | 2024-08-12T20:39:31.089Z | Checking zip v0.6.6 |
1980 | 2024-08-12T20:39:31.132Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1981 | 2024-08-12T20:39:31.488Z | Checking aead v0.5.2 |
1982 | 2024-08-12T20:39:31.622Z | Checking path-slash v0.1.5 |
1983 | 2024-08-12T20:39:31.711Z | Compiling parking_lot_core v0.8.6 |
1984 | 2024-08-12T20:39:31.770Z | Checking poly1305 v0.8.0 |
1985 | 2024-08-12T20:39:31.790Z | Checking chacha20 v0.9.1 |
1986 | 2024-08-12T20:39:31.949Z | Compiling thiserror-impl-no-std v2.0.2 |
1987 | 2024-08-12T20:39:32.148Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1988 | 2024-08-12T20:39:32.204Z | Checking trust-dns-client v0.22.0 |
1989 | 2024-08-12T20:39:32.276Z | Checking chacha20poly1305 v0.10.1 |
1990 | 2024-08-12T20:39:32.306Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1991 | 2024-08-12T20:39:32.467Z | Checking toml v0.5.11 |
1992 | 2024-08-12T20:39:32.519Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1993 | 2024-08-12T20:39:32.578Z | Checking parking_lot v0.11.2 |
1994 | 2024-08-12T20:39:32.889Z | Compiling buf-list v1.0.3 |
1995 | 2024-08-12T20:39:32.944Z | Checking sled v0.34.7 |
1996 | 2024-08-12T20:39:33.386Z | Compiling unicase v2.7.0 |
1997 | 2024-08-12T20:39:33.915Z | Checking nanorand v0.7.0 |
1998 | 2024-08-12T20:39:33.985Z | Checking trust-dns-server v0.22.1 |
1999 | 2024-08-12T20:39:34.270Z | Checking flume v0.11.0 |
2000 | 2024-08-12T20:39:34.774Z | Checking kstat-rs v0.2.4 |
2001 | 2024-08-12T20:39:35.127Z | Compiling vte_generate_state_changes v0.1.1 |
2002 | 2024-08-12T20:39:35.267Z | Checking thiserror-no-std v2.0.2 |
2003 | 2024-08-12T20:39:35.338Z | Compiling mime_guess v2.0.4 |
2004 | 2024-08-12T20:39:35.375Z | Checking vsss-rs v3.3.4 |
2005 | 2024-08-12T20:39:35.651Z | Checking fd-lock v4.0.2 |
2006 | 2024-08-12T20:39:35.783Z | Checking vte v0.11.1 |
2007 | 2024-08-12T20:39:35.842Z | Compiling pin-project-internal v1.1.5 |
2008 | 2024-08-12T20:39:36.691Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2009 | 2024-08-12T20:39:36.837Z | Checking nu-ansi-term v0.50.0 |
2010 | 2024-08-12T20:39:36.919Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2011 | 2024-08-12T20:39:36.966Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2012 | 2024-08-12T20:39:37.091Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2013 | 2024-08-12T20:39:37.281Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2014 | 2024-08-12T20:39:38.518Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2015 | 2024-08-12T20:39:38.606Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2016 | 2024-08-12T20:39:39.014Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2017 | 2024-08-12T20:39:39.781Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2018 | 2024-08-12T20:39:40.559Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2019 | 2024-08-12T20:39:40.849Z | Checking pin-project v1.1.5 |
2020 | 2024-08-12T20:39:40.985Z | Checking strip-ansi-escapes v0.2.0 |
2021 | 2024-08-12T20:39:41.147Z | Checking reedline v0.31.0 |
2022 | 2024-08-12T20:39:41.295Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2023 | 2024-08-12T20:39:41.643Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2024 | 2024-08-12T20:39:43.565Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2025 | 2024-08-12T20:39:43.842Z | Compiling dsl_auto_type v0.1.2 |
2026 | 2024-08-12T20:39:44.407Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2027 | 2024-08-12T20:39:44.659Z | Checking scheduled-thread-pool v0.2.7 |
2028 | 2024-08-12T20:39:44.679Z | Compiling diesel_table_macro_syntax v0.2.0 |
2029 | 2024-08-12T20:39:44.727Z | Compiling crunchy v0.2.2 |
2030 | 2024-08-12T20:39:44.895Z | Checking http-range v0.1.5 |
2031 | 2024-08-12T20:39:45.084Z | Checking hyper-staticfile v0.9.5 |
2032 | 2024-08-12T20:39:45.106Z | Checking r2d2 v0.8.10 |
2033 | 2024-08-12T20:39:45.290Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2034 | 2024-08-12T20:39:45.415Z | Compiling clang-sys v1.7.0 |
2035 | 2024-08-12T20:39:45.502Z | Compiling diesel_derives v2.2.2 |
2036 | 2024-08-12T20:39:45.805Z | Compiling tiny-keccak v2.0.2 |
2037 | 2024-08-12T20:39:45.826Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2038 | 2024-08-12T20:39:46.328Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2039 | 2024-08-12T20:39:46.498Z | Checking bytecount v0.6.8 |
2040 | 2024-08-12T20:39:46.590Z | Compiling ref-cast v1.0.23 |
2041 | 2024-08-12T20:39:46.654Z | Checking papergrid v0.11.0 |
2042 | 2024-08-12T20:39:47.915Z | Compiling ascii-canvas v3.0.0 |
2043 | 2024-08-12T20:39:48.163Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2044 | 2024-08-12T20:39:48.478Z | Compiling tabled_derive v0.7.0 |
2045 | 2024-08-12T20:39:48.481Z | Compiling ena v0.14.3 |
2046 | 2024-08-12T20:39:48.865Z | Compiling ref-cast-impl v1.0.23 |
2047 | 2024-08-12T20:39:49.642Z | Compiling libloading v0.8.3 |
2048 | 2024-08-12T20:39:50.044Z | Compiling regex-syntax v0.6.29 |
2049 | 2024-08-12T20:39:50.065Z | Compiling cfg_aliases v0.1.1 |
2050 | 2024-08-12T20:39:50.181Z | Compiling diff v0.1.13 |
2051 | 2024-08-12T20:39:50.838Z | Compiling bindgen v0.69.4 |
2052 | 2024-08-12T20:39:50.899Z | Compiling nix v0.28.0 |
2053 | 2024-08-12T20:39:51.123Z | Checking tabled v0.15.0 |
2054 | 2024-08-12T20:39:51.854Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2055 | 2024-08-12T20:39:54.250Z | Compiling lalrpop v0.19.12 |
2056 | 2024-08-12T20:39:56.081Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2057 | 2024-08-12T20:39:56.127Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2058 | 2024-08-12T20:39:59.476Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2059 | 2024-08-12T20:40:01.467Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2060 | 2024-08-12T20:40:02.477Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2061 | 2024-08-12T20:40:03.188Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2062 | 2024-08-12T20:40:03.309Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2063 | 2024-08-12T20:40:03.375Z | Checking diesel v2.2.2 |
2064 | 2024-08-12T20:40:03.745Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2065 | 2024-08-12T20:40:04.158Z | Compiling which v4.4.2 |
2066 | 2024-08-12T20:40:04.197Z | Checking signal-hook-tokio v0.3.1 |
2067 | 2024-08-12T20:40:04.388Z | Compiling cexpr v0.6.0 |
2068 | 2024-08-12T20:40:04.805Z | Compiling snafu-derive v0.8.2 |
2069 | 2024-08-12T20:40:06.178Z | Compiling lazycell v1.3.0 |
2070 | 2024-08-12T20:40:06.361Z | Compiling shlex v1.3.0 |
2071 | 2024-08-12T20:40:06.816Z | Compiling rustc-hash v1.1.0 |
2072 | 2024-08-12T20:40:07.413Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2073 | 2024-08-12T20:40:07.717Z | Compiling derive_builder_core v0.20.0 |
2074 | 2024-08-12T20:40:07.898Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2075 | 2024-08-12T20:40:09.216Z | Checking globset v0.4.14 |
2076 | 2024-08-12T20:40:09.765Z | Checking olpc-cjson v0.1.3 |
2077 | 2024-08-12T20:40:09.993Z | Checking serde_plain v1.0.2 |
2078 | 2024-08-12T20:40:10.188Z | Compiling libxml v0.3.3 |
2079 | 2024-08-12T20:40:10.257Z | Compiling memoffset v0.9.1 |
2080 | 2024-08-12T20:40:10.410Z | Checking snafu v0.8.2 |
2081 | 2024-08-12T20:40:10.578Z | Checking typed-path v0.7.1 |
2082 | 2024-08-12T20:40:10.798Z | Compiling derive_builder_macro v0.20.0 |
2083 | 2024-08-12T20:40:11.700Z | Compiling peg-macros v0.8.4 |
2084 | 2024-08-12T20:40:12.049Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2085 | 2024-08-12T20:40:12.505Z | Checking tough v0.17.1 |
2086 | 2024-08-12T20:40:13.517Z | Compiling strum_macros v0.24.3 |
2087 | 2024-08-12T20:40:13.684Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2088 | 2024-08-12T20:40:14.509Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2089 | 2024-08-12T20:40:15.446Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2090 | 2024-08-12T20:40:16.446Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2091 | 2024-08-12T20:40:16.737Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2092 | 2024-08-12T20:40:17.156Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2093 | 2024-08-12T20:40:17.224Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2094 | 2024-08-12T20:40:17.247Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2095 | 2024-08-12T20:40:19.130Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2096 | 2024-08-12T20:40:20.773Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2097 | 2024-08-12T20:40:20.838Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2098 | 2024-08-12T20:40:21.642Z | Compiling sqlparser_derive v0.2.2 |
2099 | 2024-08-12T20:40:22.207Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2100 | 2024-08-12T20:40:22.761Z | Compiling cookie v0.18.1 |
2101 | 2024-08-12T20:40:22.844Z | Checking unicode_categories v0.1.1 |
2102 | 2024-08-12T20:40:23.160Z | Compiling indoc v1.0.9 |
2103 | 2024-08-12T20:40:23.241Z | Checking parse-size v1.0.0 |
2104 | 2024-08-12T20:40:23.436Z | Checking rustyline v14.0.0 |
2105 | 2024-08-12T20:40:24.191Z | Checking sqlformat v0.2.4 |
2106 | 2024-08-12T20:40:24.991Z | Checking sqlparser v0.45.0 |
2107 | 2024-08-12T20:40:25.086Z | Checking peg v0.8.4 |
2108 | 2024-08-12T20:40:25.205Z | Checking derive_builder v0.20.0 |
2109 | 2024-08-12T20:40:27.221Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2110 | 2024-08-12T20:40:27.827Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2111 | 2024-08-12T20:40:28.142Z | Checking quick-xml v0.31.0 |
2112 | 2024-08-12T20:40:28.244Z | Checking bcs v0.1.6 |
2113 | 2024-08-12T20:40:28.717Z | Compiling oso-derive v0.27.3 |
2114 | 2024-08-12T20:40:28.852Z | Compiling impl-trait-for-tuples v0.2.2 |
2115 | 2024-08-12T20:40:29.827Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2116 | 2024-08-12T20:40:30.161Z | Checking highway v1.2.0 |
2117 | 2024-08-12T20:40:30.337Z | Checking nix v0.27.1 |
2118 | 2024-08-12T20:40:31.072Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2119 | 2024-08-12T20:40:31.612Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2120 | 2024-08-12T20:40:33.501Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2121 | 2024-08-12T20:40:33.613Z | Checking serde-big-array v0.5.1 |
2122 | 2024-08-12T20:40:33.756Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2123 | 2024-08-12T20:40:34.158Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2124 | 2024-08-12T20:40:34.179Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2125 | 2024-08-12T20:40:35.973Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2126 | 2024-08-12T20:40:36.295Z | Checking bb8 v0.8.5 |
2127 | 2024-08-12T20:40:36.746Z | Compiling const_format_proc_macros v0.2.32 |
2128 | 2024-08-12T20:40:37.149Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2129 | 2024-08-12T20:40:37.288Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2130 | 2024-08-12T20:40:37.786Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2131 | 2024-08-12T20:40:38.575Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2132 | 2024-08-12T20:40:38.882Z | Checking const_format v0.2.32 |
2133 | 2024-08-12T20:40:39.330Z | Checking heck v0.4.1 |
2134 | 2024-08-12T20:40:39.398Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2135 | 2024-08-12T20:40:39.939Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2136 | 2024-08-12T20:40:39.959Z | Checking assert_matches v1.5.0 |
2137 | 2024-08-12T20:40:40.041Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2138 | 2024-08-12T20:40:40.063Z | Compiling portable-atomic v1.6.0 |
2139 | 2024-08-12T20:40:40.373Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2140 | 2024-08-12T20:40:40.927Z | Checking rand_seeder v0.3.0 |
2141 | 2024-08-12T20:40:41.188Z | Checking number_prefix v0.4.0 |
2142 | 2024-08-12T20:40:41.412Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2143 | 2024-08-12T20:40:41.989Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2144 | 2024-08-12T20:40:42.255Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2145 | 2024-08-12T20:40:42.327Z | Checking indicatif v0.17.8 |
2146 | 2024-08-12T20:40:43.105Z | Checking is_ci v1.2.0 |
2147 | 2024-08-12T20:40:43.249Z | Checking supports-color v3.0.0 |
2148 | 2024-08-12T20:40:43.446Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2149 | 2024-08-12T20:40:43.651Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2150 | 2024-08-12T20:40:43.852Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2151 | 2024-08-12T20:40:44.172Z | Checking castaway v0.2.2 |
2152 | 2024-08-12T20:40:44.355Z | Checking compact_str v0.7.1 |
2153 | 2024-08-12T20:40:44.636Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2154 | 2024-08-12T20:40:44.964Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2155 | 2024-08-12T20:40:45.097Z | Checking unicode-truncate v1.0.0 |
2156 | 2024-08-12T20:40:45.270Z | Checking lru v0.12.3 |
2157 | 2024-08-12T20:40:45.318Z | Compiling stability v0.2.0 |
2158 | 2024-08-12T20:40:45.339Z | Checking cassowary v0.3.0 |
2159 | 2024-08-12T20:40:45.689Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2160 | 2024-08-12T20:40:45.722Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2161 | 2024-08-12T20:40:46.356Z | Checking ratatui v0.27.0 |
2162 | 2024-08-12T20:40:46.921Z | Checking unicode-linebreak v0.1.5 |
2163 | 2024-08-12T20:40:46.992Z | Checking smawk v0.3.2 |
2164 | 2024-08-12T20:40:47.214Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2165 | 2024-08-12T20:40:47.368Z | Checking textwrap v0.16.1 |
2166 | 2024-08-12T20:40:47.553Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2167 | 2024-08-12T20:40:47.605Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2168 | 2024-08-12T20:40:47.777Z | Checking fatfs v0.3.6 |
2169 | 2024-08-12T20:40:48.824Z | Checking csv-core v0.1.11 |
2170 | 2024-08-12T20:40:49.189Z | Checking shell-words v1.1.0 |
2171 | 2024-08-12T20:40:49.335Z | Checking csv v1.3.0 |
2172 | 2024-08-12T20:40:49.363Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2173 | 2024-08-12T20:40:49.403Z | Checking cargo-platform v0.1.8 |
2174 | 2024-08-12T20:40:49.714Z | Checking rtoolbox v0.0.2 |
2175 | 2024-08-12T20:40:49.925Z | Compiling getrandom v0.1.16 |
2176 | 2024-08-12T20:40:50.149Z | Checking rpassword v7.3.1 |
2177 | 2024-08-12T20:40:50.312Z | Checking cargo_metadata v0.18.1 |
2178 | 2024-08-12T20:40:50.493Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2179 | 2024-08-12T20:40:50.653Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2180 | 2024-08-12T20:40:51.311Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2181 | 2024-08-12T20:40:51.932Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2182 | 2024-08-12T20:40:51.952Z | Checking tui-tree-widget v0.21.0 |
2183 | 2024-08-12T20:40:52.312Z | Checking plotters-backend v0.3.5 |
2184 | 2024-08-12T20:40:52.700Z | Checking plotters-svg v0.3.5 |
2185 | 2024-08-12T20:40:53.220Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2186 | 2024-08-12T20:40:54.083Z | Checking rfc6979 v0.4.0 |
2187 | 2024-08-12T20:40:54.275Z | Checking yansi v0.5.1 |
2188 | 2024-08-12T20:40:54.748Z | Checking cast v0.3.0 |
2189 | 2024-08-12T20:40:55.009Z | Checking pretty_assertions v1.4.0 |
2190 | 2024-08-12T20:40:55.051Z | Checking criterion-plot v0.5.0 |
2191 | 2024-08-12T20:40:55.218Z | Checking ecdsa v0.16.9 |
2192 | 2024-08-12T20:40:55.579Z | Checking rand_core v0.5.1 |
2193 | 2024-08-12T20:40:55.919Z | Checking plotters v0.3.5 |
2194 | 2024-08-12T20:40:55.954Z | Checking primeorder v0.13.6 |
2195 | 2024-08-12T20:40:56.461Z | Checking tinytemplate v1.2.1 |
2196 | 2024-08-12T20:40:56.858Z | Checking anes v0.1.6 |
2197 | 2024-08-12T20:40:56.998Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2198 | 2024-08-12T20:40:57.264Z | Checking oorandom v11.1.3 |
2199 | 2024-08-12T20:40:57.448Z | Checking option-ext v0.2.0 |
2200 | 2024-08-12T20:40:57.581Z | Checking dirs-sys v0.4.1 |
2201 | 2024-08-12T20:40:57.584Z | Checking criterion v0.5.1 |
2202 | 2024-08-12T20:40:57.780Z | Checking rand_chacha v0.2.2 |
2203 | 2024-08-12T20:40:58.121Z | Checking polyval v0.6.2 |
2204 | 2024-08-12T20:40:58.421Z | Checking ed25519 v2.2.3 |
2205 | 2024-08-12T20:40:58.678Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2206 | 2024-08-12T20:41:00.245Z | Checking ctr v0.9.2 |
2207 | 2024-08-12T20:41:00.420Z | Checking blowfish v0.9.1 |
2208 | 2024-08-12T20:41:00.552Z | Checking aes v0.8.4 |
2209 | 2024-08-12T20:41:00.676Z | Checking password-hash v0.4.2 |
2210 | 2024-08-12T20:41:01.115Z | Checking pbkdf2 v0.12.2 |
2211 | 2024-08-12T20:41:01.296Z | Checking hex-literal v0.4.1 |
2212 | 2024-08-12T20:41:01.443Z | Checking bcrypt-pbkdf v0.10.0 |
2213 | 2024-08-12T20:41:01.481Z | Checking pbkdf2 v0.11.0 |
2214 | 2024-08-12T20:41:01.722Z | Checking ed25519-dalek v2.1.1 |
2215 | 2024-08-12T20:41:01.778Z | Checking ghash v0.5.1 |
2216 | 2024-08-12T20:41:01.962Z | Checking rand v0.7.3 |
2217 | 2024-08-12T20:41:02.097Z | Checking dirs v5.0.1 |
2218 | 2024-08-12T20:41:02.258Z | Checking p521 v0.13.3 |
2219 | 2024-08-12T20:41:03.406Z | Checking p256 v0.13.2 |
2220 | 2024-08-12T20:41:03.704Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2221 | 2024-08-12T20:41:03.901Z | Checking cbc v0.1.2 |
2222 | 2024-08-12T20:41:04.129Z | Checking russh-cryptovec v0.7.2 |
2223 | 2024-08-12T20:41:04.344Z | Compiling target-lexicon v0.12.16 |
2224 | 2024-08-12T20:41:04.485Z | Checking md5 v0.7.0 |
2225 | 2024-08-12T20:41:04.539Z | Compiling doc-comment v0.3.3 |
2226 | 2024-08-12T20:41:04.807Z | Checking russh-keys v0.43.0 |
2227 | 2024-08-12T20:41:05.351Z | Checking aes-gcm v0.10.3 |
2228 | 2024-08-12T20:41:05.453Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2229 | 2024-08-12T20:41:05.610Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2230 | 2024-08-12T20:41:06.111Z | Checking http-body v1.0.0 |
2231 | 2024-08-12T20:41:06.343Z | Compiling assert_cmd v2.0.15 |
2232 | 2024-08-12T20:41:06.457Z | Checking tower-layer v0.3.2 |
2233 | 2024-08-12T20:41:06.750Z | Compiling guppy-workspace-hack v0.1.0 |
2234 | 2024-08-12T20:41:06.805Z | Compiling dhcproto-macros v0.1.0 |
2235 | 2024-08-12T20:41:07.146Z | Checking tower v0.4.13 |
2236 | 2024-08-12T20:41:07.192Z | Checking hyper v1.3.1 |
2237 | 2024-08-12T20:41:07.843Z | Checking dhcproto v0.12.0 |
2238 | 2024-08-12T20:41:07.954Z | Checking russh v0.43.0 |
2239 | 2024-08-12T20:41:09.083Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2240 | 2024-08-12T20:41:09.527Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2241 | 2024-08-12T20:41:09.907Z | Compiling target-spec v3.2.1 |
2242 | 2024-08-12T20:41:09.992Z | Checking internet-checksum v0.2.1 |
2243 | 2024-08-12T20:41:11.647Z | Checking cfg-expr v0.16.0 |
2244 | 2024-08-12T20:41:12.039Z | Checking hyper-util v0.1.3 |
2245 | 2024-08-12T20:41:12.443Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2246 | 2024-08-12T20:41:12.508Z | Checking rustls-native-certs v0.7.0 |
2247 | 2024-08-12T20:41:12.670Z | Checking httptest v0.15.5 |
2248 | 2024-08-12T20:41:13.633Z | Checking hyper-rustls v0.26.0 |
2249 | 2024-08-12T20:41:14.372Z | Checking pathdiff v0.2.1 |
2250 | 2024-08-12T20:41:14.542Z | Checking threadpool v1.8.1 |
2251 | 2024-08-12T20:41:14.764Z | Compiling rstest_macros v0.19.0 |
2252 | 2024-08-12T20:41:15.319Z | Checking escape8259 v0.5.2 |
2253 | 2024-08-12T20:41:15.484Z | Checking nested v0.1.1 |
2254 | 2024-08-12T20:41:15.520Z | Checking libtest-mimic v0.7.3 |
2255 | 2024-08-12T20:41:15.707Z | Checking guppy v0.17.7 |
2256 | 2024-08-12T20:41:16.147Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2257 | 2024-08-12T20:41:16.470Z | Checking similar-asserts v1.5.0 |
2258 | 2024-08-12T20:41:16.706Z | Checking fancy-regex v0.13.0 |
2259 | 2024-08-12T20:41:17.062Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2260 | 2024-08-12T20:41:17.479Z | Compiling trybuild v1.0.99 |
2261 | 2024-08-12T20:41:17.972Z | Compiling relative-path v1.9.3 |
2262 | 2024-08-12T20:41:18.025Z | Checking datatest-stable v0.2.9 |
2263 | 2024-08-12T20:41:18.366Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2264 | 2024-08-12T20:41:19.748Z | Checking blake2b_simd v1.0.2 |
2265 | 2024-08-12T20:41:20.210Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2266 | 2024-08-12T20:41:20.602Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2267 | 2024-08-12T20:41:20.675Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2268 | 2024-08-12T20:41:20.898Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2269 | 2024-08-12T20:41:20.976Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2270 | 2024-08-12T20:41:21.297Z | Checking serde_tokenstream v0.2.1 |
2271 | 2024-08-12T20:41:21.433Z | Checking uzers v0.11.3 |
2272 | 2024-08-12T20:41:21.684Z | Checking futures-timer v3.0.3 |
2273 | 2024-08-12T20:41:21.791Z | Checking indent_write v2.2.0 |
2274 | 2024-08-12T20:41:22.102Z | Checking rust-argon2 v2.1.0 |
2275 | 2024-08-12T20:41:22.562Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2276 | 2024-08-12T20:41:23.523Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2277 | 2024-08-12T20:41:23.835Z | Checking rand_distr v0.4.3 |
2278 | 2024-08-12T20:41:24.688Z | Checking multimap v0.10.0 |
2279 | 2024-08-12T20:41:24.996Z | Checking approx v0.5.1 |
2280 | 2024-08-12T20:41:25.274Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2281 | 2024-08-12T20:41:25.905Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2282 | 2024-08-12T20:41:27.894Z | Checking rstest v0.19.0 |
2283 | 2024-08-12T20:41:28.122Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2284 | 2024-08-12T20:41:28.442Z | Checking partial-io v0.5.4 |
2285 | 2024-08-12T20:41:28.849Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2286 | 2024-08-12T20:41:29.098Z | Checking cargo_toml v0.20.4 |
2287 | 2024-08-12T20:41:29.260Z | Checking termios v0.3.3 |
2288 | 2024-08-12T20:41:29.492Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2289 | 2024-08-12T20:41:31.223Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2290 | 2024-08-12T20:41:35.240Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2291 | 2024-08-12T20:41:41.246Z | Compiling samael v0.0.15 |
2292 | 2024-08-12T20:41:48.333Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2293 | 2024-08-12T20:41:58.055Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2294 | 2024-08-12T20:42:16.900Z | Compiling polar-core v0.27.3 |
2295 | 2024-08-12T20:42:22.170Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2296 | 2024-08-12T20:42:22.941Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2297 | 2024-08-12T20:42:23.385Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2298 | 2024-08-12T20:42:27.533Z | Checking oso v0.27.3 |
2299 | 2024-08-12T20:43:06.416Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2300 | 2024-08-12T20:43:06.416Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2301 | 2024-08-12T20:43:06.419Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2302 | 2024-08-12T20:44:25.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 10s |
2303 | 2024-08-12T20:44:26.246Z | |
2304 | 2024-08-12T20:44:26.247Z | real 6:15.402157790 |
2305 | 2024-08-12T20:44:26.247Z | user 33:39.441335280 |
2306 | 2024-08-12T20:44:26.247Z | sys 5:45.346875463 |
2307 | 2024-08-12T20:44:26.247Z | trap 0.821680566 |
2308 | 2024-08-12T20:44:26.247Z | tflt 1.237730050 |
2309 | 2024-08-12T20:44:26.247Z | dflt 0.486721076 |
2310 | 2024-08-12T20:44:26.247Z | kflt 0.002907713 |
2311 | 2024-08-12T20:44:26.247Z | lock 53:14.290764109 |
2312 | 2024-08-12T20:44:26.250Z | slp 1:57:06.208705645 |
2313 | 2024-08-12T20:44:26.250Z | lat 1:34.467050487 |
2314 | 2024-08-12T20:44:26.250Z | stop 5:24.468809948 |
2315 | 2024-08-12T20:44:26.250Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2316 | 2024-08-12T20:44:26.250Z | + ptime -m cargo doc --workspace --no-deps |
2317 | 2024-08-12T20:44:27.373Z | warning: output filename collision. |
2318 | 2024-08-12T20:44:27.373Z | 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)`. |
2319 | 2024-08-12T20:44:27.373Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2320 | 2024-08-12T20:44:27.373Z | The targets should have unique names. |
2321 | 2024-08-12T20:44:27.373Z | This is a known bug where multiple crates with the same name use |
2322 | 2024-08-12T20:44:27.373Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2024-08-12T20:44:27.873Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2324 | 2024-08-12T20:44:27.877Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2325 | 2024-08-12T20:44:27.877Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2326 | 2024-08-12T20:44:27.877Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2327 | 2024-08-12T20:44:27.877Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2328 | 2024-08-12T20:44:27.877Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2329 | 2024-08-12T20:44:27.877Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2330 | 2024-08-12T20:44:28.090Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2331 | 2024-08-12T20:44:28.114Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2332 | 2024-08-12T20:44:28.131Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2333 | 2024-08-12T20:44:28.149Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2334 | 2024-08-12T20:44:28.170Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2335 | 2024-08-12T20:44:28.342Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2336 | 2024-08-12T20:44:28.401Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2337 | 2024-08-12T20:44:28.423Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2338 | 2024-08-12T20:44:28.616Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2339 | 2024-08-12T20:44:28.893Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2340 | 2024-08-12T20:44:29.798Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2341 | 2024-08-12T20:44:32.701Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2342 | 2024-08-12T20:44:32.951Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2343 | 2024-08-12T20:44:32.971Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2344 | 2024-08-12T20:44:33.012Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2345 | 2024-08-12T20:44:33.310Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2346 | 2024-08-12T20:44:33.357Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2347 | 2024-08-12T20:44:33.678Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2348 | 2024-08-12T20:44:34.047Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2349 | 2024-08-12T20:44:34.050Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2350 | 2024-08-12T20:44:34.270Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2351 | 2024-08-12T20:44:34.576Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2352 | 2024-08-12T20:44:34.710Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2024-08-12T20:44:34.876Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2354 | 2024-08-12T20:44:35.111Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2355 | 2024-08-12T20:44:35.207Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2356 | 2024-08-12T20:44:35.522Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2357 | 2024-08-12T20:44:35.865Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2358 | 2024-08-12T20:44:36.042Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-08-12T20:44:36.191Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2360 | 2024-08-12T20:44:36.216Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2361 | 2024-08-12T20:44:36.515Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2362 | 2024-08-12T20:44:36.600Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2363 | 2024-08-12T20:44:36.720Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2364 | 2024-08-12T20:44:36.848Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2365 | 2024-08-12T20:44:40.740Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2366 | 2024-08-12T20:44:41.215Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2367 | 2024-08-12T20:44:41.428Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2368 | 2024-08-12T20:44:42.774Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2369 | 2024-08-12T20:44:42.812Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2370 | 2024-08-12T20:44:43.819Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2371 | 2024-08-12T20:44:47.597Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2372 | 2024-08-12T20:44:48.466Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2373 | 2024-08-12T20:44:49.781Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2374 | 2024-08-12T20:44:50.328Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2375 | 2024-08-12T20:44:50.762Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2376 | 2024-08-12T20:44:51.605Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2377 | 2024-08-12T20:44:52.248Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2378 | 2024-08-12T20:44:52.251Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2379 | 2024-08-12T20:44:54.263Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2024-08-12T20:44:54.741Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2381 | 2024-08-12T20:44:54.961Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2382 | 2024-08-12T20:44:55.176Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2383 | 2024-08-12T20:44:55.651Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2384 | 2024-08-12T20:44:56.162Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2385 | 2024-08-12T20:44:56.741Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2386 | 2024-08-12T20:44:56.826Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2387 | 2024-08-12T20:44:58.192Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2388 | 2024-08-12T20:44:58.387Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2389 | 2024-08-12T20:44:59.294Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2390 | 2024-08-12T20:44:59.314Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2391 | 2024-08-12T20:44:59.364Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2024-08-12T20:44:59.757Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2393 | 2024-08-12T20:44:59.785Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2024-08-12T20:44:59.930Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2395 | 2024-08-12T20:45:00.024Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2396 | 2024-08-12T20:45:01.213Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2397 | 2024-08-12T20:45:01.443Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2398 | 2024-08-12T20:45:01.730Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2399 | 2024-08-12T20:45:02.218Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2400 | 2024-08-12T20:45:02.335Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2401 | 2024-08-12T20:45:02.364Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2402 | 2024-08-12T20:45:03.394Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2403 | 2024-08-12T20:45:03.593Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2404 | 2024-08-12T20:45:03.753Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2405 | 2024-08-12T20:45:03.893Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2406 | 2024-08-12T20:45:04.360Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2407 | 2024-08-12T20:45:04.613Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2408 | 2024-08-12T20:45:04.631Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2409 | 2024-08-12T20:45:05.296Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2410 | 2024-08-12T20:45:05.654Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2411 | 2024-08-12T20:45:05.915Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2412 | 2024-08-12T20:45:06.086Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2413 | 2024-08-12T20:45:06.320Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2414 | 2024-08-12T20:45:08.189Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2415 | 2024-08-12T20:45:10.201Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2416 | 2024-08-12T20:45:10.621Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2417 | 2024-08-12T20:45:24.892Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2418 | 2024-08-12T20:45:25.926Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2419 | 2024-08-12T20:45:27.061Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2420 | 2024-08-12T20:45:28.169Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2421 | 2024-08-12T20:45:29.008Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2422 | 2024-08-12T20:46:00.184Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2423 | 2024-08-12T20:46:04.672Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2424 | 2024-08-12T20:46:05.653Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2425 | 2024-08-12T20:46:12.394Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2426 | 2024-08-12T20:46:14.974Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2427 | 2024-08-12T20:46:18.193Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2428 | 2024-08-12T20:46:28.004Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2429 | 2024-08-12T20:46:38.184Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2430 | 2024-08-12T20:46:40.783Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2431 | 2024-08-12T20:46:43.690Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2432 | 2024-08-12T20:46:44.279Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2433 | 2024-08-12T20:46:46.333Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2434 | 2024-08-12T20:46:46.978Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2435 | 2024-08-12T20:46:47.071Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2436 | 2024-08-12T20:46:47.295Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2437 | 2024-08-12T20:46:52.551Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2438 | 2024-08-12T20:47:03.233Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2439 | 2024-08-12T20:47:16.958Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2440 | 2024-08-12T20:47:24.818Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2441 | 2024-08-12T20:47:29.661Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2442 | 2024-08-12T20:47:35.080Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2443 | 2024-08-12T20:47:37.697Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2444 | 2024-08-12T20:47:42.187Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2445 | 2024-08-12T20:47:48.910Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2446 | 2024-08-12T20:47:52.919Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2447 | 2024-08-12T20:47:53.121Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2448 | 2024-08-12T20:47:58.001Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2449 | 2024-08-12T20:48:00.599Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2450 | 2024-08-12T20:48:11.588Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2451 | 2024-08-12T20:48:13.817Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2452 | 2024-08-12T20:48:15.074Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2453 | 2024-08-12T20:48:15.410Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2454 | 2024-08-12T20:48:16.368Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2455 | 2024-08-12T20:48:16.603Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2456 | 2024-08-12T20:48:30.648Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2457 | 2024-08-12T20:48:31.653Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2458 | 2024-08-12T20:48:32.066Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2459 | 2024-08-12T20:48:32.203Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2460 | 2024-08-12T20:48:34.355Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2461 | 2024-08-12T20:48:34.653Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2462 | 2024-08-12T20:48:37.284Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2463 | 2024-08-12T20:48:47.487Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2464 | 2024-08-12T20:48:51.483Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2465 | 2024-08-12T20:48:56.498Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2466 | 2024-08-12T20:48:58.849Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2467 | 2024-08-12T20:49:00.241Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2468 | 2024-08-12T20:49:01.492Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2469 | 2024-08-12T20:49:02.721Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2470 | 2024-08-12T20:49:06.510Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2471 | 2024-08-12T20:49:09.979Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2472 | 2024-08-12T20:49:15.172Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2473 | 2024-08-12T20:49:15.711Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2474 | 2024-08-12T20:49:16.873Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2475 | 2024-08-12T20:49:18.597Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2476 | 2024-08-12T20:49:19.896Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2477 | 2024-08-12T20:49:28.760Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2478 | 2024-08-12T20:49:28.795Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2479 | 2024-08-12T20:49:29.288Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2480 | 2024-08-12T20:49:33.551Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2481 | 2024-08-12T20:49:33.680Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2482 | 2024-08-12T20:49:41.007Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2483 | 2024-08-12T20:49:41.719Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2484 | 2024-08-12T20:49:46.132Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2485 | 2024-08-12T20:49:49.122Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2486 | 2024-08-12T20:49:51.531Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2487 | 2024-08-12T20:49:53.042Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2488 | 2024-08-12T20:49:54.656Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2489 | 2024-08-12T20:49:56.202Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2490 | 2024-08-12T20:50:01.765Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2491 | 2024-08-12T20:50:03.124Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2492 | 2024-08-12T20:50:07.293Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2493 | 2024-08-12T20:50:08.905Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2024-08-12T20:50:10.425Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2495 | 2024-08-12T20:50:11.779Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2496 | 2024-08-12T20:50:12.948Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2497 | 2024-08-12T20:50:15.708Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2498 | 2024-08-12T20:50:16.043Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2499 | 2024-08-12T20:50:17.296Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2500 | 2024-08-12T20:50:21.182Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2501 | 2024-08-12T20:50:21.458Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2502 | 2024-08-12T20:50:21.688Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2503 | 2024-08-12T20:50:23.120Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2504 | 2024-08-12T20:50:23.328Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2505 | 2024-08-12T20:50:24.562Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2506 | 2024-08-12T20:50:26.541Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2507 | 2024-08-12T20:50:27.753Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2508 | 2024-08-12T20:50:29.738Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2509 | 2024-08-12T20:50:32.149Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2510 | 2024-08-12T20:50:33.014Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2511 | 2024-08-12T20:50:34.306Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2512 | 2024-08-12T20:50:35.271Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2513 | 2024-08-12T20:51:00.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 33s |
2514 | 2024-08-12T20:51:00.188Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
2515 | 2024-08-12T20:51:00.245Z | |
2516 | 2024-08-12T20:51:00.248Z | real 6:33.919709292 |
2517 | 2024-08-12T20:51:00.248Z | user 20:26.497341107 |
2518 | 2024-08-12T20:51:00.248Z | sys 28:53.433974792 |
2519 | 2024-08-12T20:51:00.248Z | trap 0.336565548 |
2520 | 2024-08-12T20:51:00.248Z | tflt 0.135864523 |
2521 | 2024-08-12T20:51:00.248Z | dflt 0.184954254 |
2522 | 2024-08-12T20:51:00.248Z | kflt 0.000012018 |
2523 | 2024-08-12T20:51:00.249Z | lock 1:02:28.367291140 |
2524 | 2024-08-12T20:51:00.249Z | slp 1:52:13.969194796 |
2525 | 2024-08-12T20:51:00.249Z | lat 1:05.585388022 |
2526 | 2024-08-12T20:51:00.249Z | stop 52.475249498 |
2527 | 2024-08-12T20:51:00.249Z | process exited: duration 996347 ms, exit code 0 |
|
2528 | 2024-08-12T20:51:00.261Z | found 0 output files |