|
|
|
1 | 2024-08-15T04:57:09.523Z | job assigned to worker 01J5A6AE1ZZSH235DGAW3JH0EX (queued for 25 s) |
|
2 | 2024-08-15T04:57:09.684Z | starting task 0: "setup" |
3 | 2024-08-15T04:57:09.709Z | ++ uname -s |
4 | 2024-08-15T04:57:09.709Z | + kern=SunOS |
5 | 2024-08-15T04:57:09.709Z | + case "$kern" in |
6 | 2024-08-15T04:57:09.709Z | + groupadd -g 12345 build |
7 | 2024-08-15T04:57:09.709Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-15T04:57:11.713Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-15T04:57:11.750Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-15T04:57:11.774Z | + home_fs=zfs |
11 | 2024-08-15T04:57:11.774Z | + [[ zfs == autofs ]] |
12 | 2024-08-15T04:57:11.774Z | + mkdir -p /home/build |
13 | 2024-08-15T04:57:11.774Z | + chown build:build /home/build /work |
14 | 2024-08-15T04:57:13.759Z | + chmod 0700 /home/build /work |
15 | 2024-08-15T04:57:13.783Z | process exited: duration 4079 ms, exit code 0 |
|
16 | 2024-08-15T04:57:13.833Z | starting task 1: "rust-toolchain" |
17 | 2024-08-15T04:57:13.858Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-15T04:57:13.858Z | ' 1.80.1 |
19 | 2024-08-15T04:57:13.858Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-15T04:57:13.858Z | ' default |
21 | 2024-08-15T04:57:13.858Z | * toolchain channel = "1.80.1" |
22 | 2024-08-15T04:57:13.858Z | * toolchain profile = "default" |
23 | 2024-08-15T04:57:13.858Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-15T04:57:13.858Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-15T04:57:13.972Z | info: downloading installer |
26 | 2024-08-15T04:57:14.790Z | info: profile set to 'default' |
27 | 2024-08-15T04:57:14.790Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-15T04:57:14.815Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-15T04:57:14.881Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-15T04:57:14.881Z | info: downloading component 'cargo' |
31 | 2024-08-15T04:57:15.411Z | info: downloading component 'clippy' |
32 | 2024-08-15T04:57:15.628Z | info: downloading component 'rust-docs' |
33 | 2024-08-15T04:57:16.281Z | info: downloading component 'rust-std' |
34 | 2024-08-15T04:57:16.947Z | info: downloading component 'rustc' |
35 | 2024-08-15T04:57:21.686Z | info: downloading component 'rustfmt' |
36 | 2024-08-15T04:57:21.743Z | info: installing component 'cargo' |
37 | 2024-08-15T04:57:22.898Z | info: installing component 'clippy' |
38 | 2024-08-15T04:57:23.347Z | info: installing component 'rust-docs' |
39 | 2024-08-15T04:57:26.097Z | info: installing component 'rust-std' |
40 | 2024-08-15T04:57:28.031Z | info: installing component 'rustc' |
41 | 2024-08-15T04:57:33.051Z | info: installing component 'rustfmt' |
42 | 2024-08-15T04:57:33.441Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-15T04:57:33.441Z | |
44 | 2024-08-15T04:57:33.563Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-15T04:57:33.563Z | |
46 | 2024-08-15T04:57:33.563Z | |
47 | 2024-08-15T04:57:33.563Z | Rust is installed now. Great! |
48 | 2024-08-15T04:57:33.564Z | |
49 | 2024-08-15T04:57:33.564Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-15T04:57:33.564Z | environment variable. This has not been done automatically. |
51 | 2024-08-15T04:57:33.564Z | |
52 | 2024-08-15T04:57:33.564Z | To configure your current shell, you need to source |
53 | 2024-08-15T04:57:33.564Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-15T04:57:33.564Z | |
55 | 2024-08-15T04:57:33.564Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-15T04:57:33.564Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-15T04:57:33.564Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-15T04:57:33.644Z | + rustc --version |
59 | 2024-08-15T04:57:33.742Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-15T04:57:33.767Z | process exited: duration 19913 ms, exit code 0 |
|
61 | 2024-08-15T04:57:33.818Z | starting task 2: "authentication" |
62 | 2024-08-15T04:57:33.874Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-08-15T04:57:33.922Z | starting task 3: "clone repository" |
64 | 2024-08-15T04:57:33.946Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-15T04:57:33.946Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-15T04:57:33.971Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-15T04:57:40.158Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-15T04:57:40.158Z | + git fetch origin 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
69 | 2024-08-15T04:57:40.557Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-15T04:57:40.557Z | * branch 4d6683a47c0509e3127dd73f2e1c7ea5495185dc -> FETCH_HEAD |
71 | 2024-08-15T04:57:40.582Z | + [[ -n dap/fix-main ]] |
72 | 2024-08-15T04:57:40.582Z | ++ git branch --show-current |
73 | 2024-08-15T04:57:40.582Z | + current=main |
74 | 2024-08-15T04:57:40.582Z | + [[ main != dap/fix-main ]] |
75 | 2024-08-15T04:57:40.582Z | + git branch -f dap/fix-main 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
76 | 2024-08-15T04:57:40.582Z | + git checkout -f dap/fix-main |
77 | 2024-08-15T04:57:40.753Z | Switched to branch 'dap/fix-main' |
78 | 2024-08-15T04:57:40.778Z | + git reset --hard 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
79 | 2024-08-15T04:57:40.778Z | HEAD is now at 4d6683a47 fix auto-mismerge of #6294 and #6327 |
80 | 2024-08-15T04:57:40.778Z | process exited: duration 6850 ms, exit code 0 |
|
81 | 2024-08-15T04:57:40.830Z | starting task 4: "build" |
82 | 2024-08-15T04:57:40.854Z | + cargo --version |
83 | 2024-08-15T04:57:40.904Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-15T04:57:40.929Z | + rustc --version |
85 | 2024-08-15T04:57:40.979Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-15T04:57:41.004Z | + source ./env.sh |
87 | 2024-08-15T04:57:41.004Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-15T04:57:41.004Z | ++ set -o xtrace |
89 | 2024-08-15T04:57:41.004Z | ++++ dirname ./env.sh |
90 | 2024-08-15T04:57:41.004Z | +++ readlink -f . |
91 | 2024-08-15T04:57:41.004Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ 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-15T04:57:41.004Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-15T04:57:41.004Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-15T04:57:41.004Z | + banner prerequisites |
103 | 2024-08-15T04:57:41.004Z | |
104 | 2024-08-15T04:57:41.004Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-15T04:57:41.004Z | # # # # # # # # # # # # # # # |
106 | 2024-08-15T04:57:41.004Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-15T04:57:41.004Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-15T04:57:41.005Z | # # # # # # # # # # # # # # # |
109 | 2024-08-15T04:57:41.005Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-15T04:57:41.005Z | |
111 | 2024-08-15T04:57:41.005Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-15T04:57:46.103Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-15T04:57:48.622Z | Startup: Caching catalogs ... Done |
114 | 2024-08-15T04:57:50.963Z | Planning: Solver setup ... Done (1.546s) |
115 | 2024-08-15T04:57:50.987Z | Planning: Running solver ... Done (0.025s) |
116 | 2024-08-15T04:57:51.024Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-15T04:57:51.185Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-15T04:57:51.561Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-15T04:57:51.755Z | Planning: Package planning ... Done (0.194s) |
120 | 2024-08-15T04:57:51.818Z | Planning: Merging actions ... Done (0.062s) |
121 | 2024-08-15T04:57:52.190Z | Planning: Checking for conflicting actions ... Done (0.372s) |
122 | 2024-08-15T04:57:52.215Z | Planning: Consolidating action changes ... Done (0.014s) |
123 | 2024-08-15T04:57:52.893Z | Planning: Evaluating mediators ... Done (0.688s) |
124 | 2024-08-15T04:57:52.918Z | Planning: Planning completed in 4.21 seconds |
125 | 2024-08-15T04:57:52.942Z | Packages to install: 4 |
126 | 2024-08-15T04:57:52.942Z | Mediators to change: 2 |
127 | 2024-08-15T04:57:52.942Z | Services to change: 1 |
128 | 2024-08-15T04:57:52.942Z | Estimated space available: 148.82 GB |
129 | 2024-08-15T04:57:52.942Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-15T04:57:52.942Z | Create boot environment: No |
131 | 2024-08-15T04:57:52.942Z | Create backup boot environment: No |
132 | 2024-08-15T04:57:52.942Z | Rebuild boot archive: No |
133 | 2024-08-15T04:57:52.942Z | |
134 | 2024-08-15T04:57:52.942Z | Changed mediators: |
135 | 2024-08-15T04:57:52.942Z | mediator clang: |
136 | 2024-08-15T04:57:52.942Z | version: None -> 15 (system default) |
137 | 2024-08-15T04:57:52.942Z | |
138 | 2024-08-15T04:57:52.942Z | mediator llvm: |
139 | 2024-08-15T04:57:52.942Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-15T04:57:52.943Z | |
141 | 2024-08-15T04:57:52.943Z | Changed packages: |
142 | 2024-08-15T04:57:52.943Z | helios-dev |
143 | 2024-08-15T04:57:52.943Z | developer/build-essential |
144 | 2024-08-15T04:57:52.943Z | None -> 11-2.0 |
145 | 2024-08-15T04:57:52.943Z | library/libxmlsec1 |
146 | 2024-08-15T04:57:52.943Z | None -> 1.2.35-2.0 |
147 | 2024-08-15T04:57:52.943Z | ooce/developer/clang-15 |
148 | 2024-08-15T04:57:52.943Z | None -> 15.0.7-2.0 |
149 | 2024-08-15T04:57:52.943Z | ooce/developer/llvm-15 |
150 | 2024-08-15T04:57:52.943Z | None -> 15.0.7-2.0 |
151 | 2024-08-15T04:57:52.943Z | |
152 | 2024-08-15T04:57:52.943Z | Services: |
153 | 2024-08-15T04:57:52.943Z | restart_fmri: |
154 | 2024-08-15T04:57:52.943Z | svc:/system/update-man-index:default |
155 | 2024-08-15T04:57:52.970Z | |
156 | 2024-08-15T04:57:52.970Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-15T04:57:57.971Z | Download: 466/3290 items 17.0/212.6MB 8% complete (3.5M/s) |
158 | 2024-08-15T04:58:02.971Z | Download: 1189/3290 items 47.5/212.6MB 22% complete (4.7M/s) |
159 | 2024-08-15T04:58:07.972Z | Download: 1310/3290 items 102.3/212.6MB 48% complete (8.5M/s) |
160 | 2024-08-15T04:58:13.775Z | Download: 2220/3290 items 118.4/212.6MB 55% complete (9.8M/s) |
161 | 2024-08-15T04:58:18.789Z | Download: 3090/3290 items 121.5/212.6MB 57% complete (1.5M/s) |
162 | 2024-08-15T04:58:24.092Z | Download: 3284/3290 items 210.7/212.6MB 99% complete (9.6M/s) |
163 | 2024-08-15T04:58:24.913Z | Download: Completed 212.60 MB in 31.94 seconds (6.7M/s) |
164 | 2024-08-15T04:58:25.106Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-08-15T04:58:30.177Z | Actions: 2700/3689 actions (Installing new actions) |
166 | 2024-08-15T04:58:30.881Z | Actions: Completed 3689 actions in 5.77 seconds. |
167 | 2024-08-15T04:58:31.265Z | Done (0.379s) |
168 | 2024-08-15T04:58:31.265Z | Done (0.000s) |
169 | 2024-08-15T04:58:31.697Z | Done (0.429s) |
170 | 2024-08-15T04:58:36.616Z | Done (4.788s) |
171 | 2024-08-15T04:58:36.705Z | Done (0.018s) |
172 | 2024-08-15T04:58:36.729Z | Done (0.000s) |
173 | 2024-08-15T04:58:36.879Z | Done (0.000s) |
174 | 2024-08-15T04:58:37.578Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-08-15T04:58:37.827Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-15T04:58:37.851Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-15T04:58:38.172Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-15T04:58:38.196Z | Planning: Planning completed in 0.59 seconds |
179 | 2024-08-15T04:58:38.220Z | Mediators to change: 2 |
180 | 2024-08-15T04:58:38.220Z | Create boot environment: No |
181 | 2024-08-15T04:58:38.221Z | Create backup boot environment: No |
182 | 2024-08-15T04:58:38.278Z | Done |
183 | 2024-08-15T04:58:38.279Z | Done |
184 | 2024-08-15T04:58:38.612Z | Done |
185 | 2024-08-15T04:58:43.022Z | Done |
186 | 2024-08-15T04:58:43.119Z | Done |
187 | 2024-08-15T04:58:43.142Z | Done |
188 | 2024-08-15T04:58:43.212Z | Done |
189 | 2024-08-15T04:58:43.994Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-08-15T04:58:44.018Z | Planning: Merging actions ... Done |
191 | 2024-08-15T04:58:44.282Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-08-15T04:58:44.307Z | Planning: Consolidating action changes ... Done |
193 | 2024-08-15T04:58:44.597Z | Planning: Evaluating mediators ... Done |
194 | 2024-08-15T04:58:44.664Z | Planning: Planning completed in 0.96 seconds |
195 | 2024-08-15T04:58:44.712Z | Packages to change: 1 |
196 | 2024-08-15T04:58:44.712Z | Mediators to change: 1 |
197 | 2024-08-15T04:58:44.712Z | Services to change: 1 |
198 | 2024-08-15T04:58:44.712Z | Create boot environment: No |
199 | 2024-08-15T04:58:44.712Z | Create backup boot environment: Yes |
200 | 2024-08-15T04:58:46.235Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-08-15T04:58:46.259Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-08-15T04:58:46.259Z | Done |
203 | 2024-08-15T04:58:46.259Z | Done |
204 | 2024-08-15T04:58:46.328Z | Done |
205 | 2024-08-15T04:58:50.652Z | Done |
206 | 2024-08-15T04:58:50.748Z | Done |
207 | 2024-08-15T04:58:50.772Z | Done |
208 | 2024-08-15T04:58:50.832Z | Done |
209 | 2024-08-15T04:58:51.342Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-08-15T04:58:51.342Z | clang system 15 system |
211 | 2024-08-15T04:58:51.342Z | csh system system illumos |
212 | 2024-08-15T04:58:51.342Z | ctags system system illumos |
213 | 2024-08-15T04:58:51.342Z | gcc vendor 12 vendor |
214 | 2024-08-15T04:58:51.342Z | gcc system 10 system |
215 | 2024-08-15T04:58:51.342Z | gcc system 7 system |
216 | 2024-08-15T04:58:51.342Z | go system 1.20 system |
217 | 2024-08-15T04:58:51.342Z | go system 1.19 system |
218 | 2024-08-15T04:58:51.342Z | llvm system 15 system |
219 | 2024-08-15T04:58:51.342Z | llvm system 14 system |
220 | 2024-08-15T04:58:51.342Z | mariadb system 10.6 system |
221 | 2024-08-15T04:58:51.342Z | mta vendor vendor dma |
222 | 2024-08-15T04:58:51.342Z | openjdk system 17 system |
223 | 2024-08-15T04:58:51.342Z | openjdk system 11 system |
224 | 2024-08-15T04:58:51.342Z | openjdk system 1.8 system |
225 | 2024-08-15T04:58:51.342Z | openssl vendor 3 vendor |
226 | 2024-08-15T04:58:51.342Z | perl system 5.36 system |
227 | 2024-08-15T04:58:51.342Z | postgresql system 15 system |
228 | 2024-08-15T04:58:51.342Z | postgresql system 13 system |
229 | 2024-08-15T04:58:51.342Z | python vendor 3 vendor |
230 | 2024-08-15T04:58:51.342Z | python system 2 system |
231 | 2024-08-15T04:58:51.342Z | python3 system 3.11 system |
232 | 2024-08-15T04:58:51.342Z | ruby system 3.0 system |
233 | 2024-08-15T04:58:51.343Z | words vendor vendor american-english |
234 | 2024-08-15T04:58:51.343Z | words system system australian-english |
235 | 2024-08-15T04:58:51.343Z | words system system british-english |
236 | 2024-08-15T04:58:51.343Z | words system system canadian-english |
237 | 2024-08-15T04:58:51.343Z | words system system french |
238 | 2024-08-15T04:58:51.343Z | words system system italian |
239 | 2024-08-15T04:58:51.343Z | words system system ngerman |
240 | 2024-08-15T04:58:51.343Z | words system system ogerman |
241 | 2024-08-15T04:58:51.343Z | words system system spanish |
242 | 2024-08-15T04:58:51.744Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-08-15T04:58:51.744Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-08-15T04:58:53.790Z | FMRI IFO |
245 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-08-15T04:58:53.790Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-08-15T04:58:54.442Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-08-15T04:58:54.762Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-08-15T04:58:55.082Z | Updating crates.io index |
260 | 2024-08-15T04:58:55.137Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-08-15T04:58:55.911Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-08-15T04:58:56.693Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-08-15T04:58:56.987Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-08-15T04:58:58.683Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-08-15T04:58:58.964Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-08-15T04:58:59.265Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-08-15T04:59:00.381Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-08-15T04:59:02.555Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-08-15T04:59:03.591Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-08-15T04:59:04.305Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-15T04:59:04.638Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-15T04:59:05.260Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-08-15T04:59:05.581Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-08-15T04:59:05.927Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-08-15T04:59:06.258Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-08-15T04:59:06.552Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-08-15T04:59:06.823Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-08-15T04:59:07.136Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-08-15T04:59:07.499Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-08-15T04:59:07.876Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-08-15T04:59:08.209Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-08-15T04:59:08.604Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-08-15T04:59:09.094Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-08-15T04:59:09.473Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-08-15T04:59:09.960Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-08-15T04:59:12.112Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-08-15T04:59:12.392Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-08-15T04:59:12.739Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-08-15T04:59:13.179Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-08-15T04:59:14.302Z | Downloading crates ... |
291 | 2024-08-15T04:59:14.355Z | Downloaded equivalent v1.0.1 |
292 | 2024-08-15T04:59:14.380Z | Downloaded is_terminal_polyfill v1.70.0 |
293 | 2024-08-15T04:59:14.380Z | Downloaded usdt-macro v0.5.0 |
294 | 2024-08-15T04:59:14.380Z | Downloaded heck v0.5.0 |
295 | 2024-08-15T04:59:14.380Z | Downloaded scroll_derive v0.12.0 |
296 | 2024-08-15T04:59:14.380Z | Downloaded thiserror-impl v1.0.63 |
297 | 2024-08-15T04:59:14.380Z | Downloaded serde_tokenstream v0.2.1 |
298 | 2024-08-15T04:59:14.380Z | Downloaded version_check v0.9.5 |
299 | 2024-08-15T04:59:14.380Z | Downloaded usdt-attr-macro v0.5.0 |
300 | 2024-08-15T04:59:14.380Z | Downloaded ucd-trie v0.1.6 |
301 | 2024-08-15T04:59:14.404Z | Downloaded toml v0.8.19 |
302 | 2024-08-15T04:59:14.404Z | Downloaded utf8parse v0.2.1 |
303 | 2024-08-15T04:59:14.404Z | Downloaded scroll v0.12.0 |
304 | 2024-08-15T04:59:14.404Z | Downloaded usdt v0.5.0 |
305 | 2024-08-15T04:59:14.404Z | Downloaded usdt-impl v0.5.0 |
306 | 2024-08-15T04:59:14.404Z | Downloaded unicode-ident v1.0.12 |
307 | 2024-08-15T04:59:14.404Z | Downloaded zerocopy-derive v0.7.34 |
308 | 2024-08-15T04:59:14.428Z | Downloaded winnow v0.6.18 |
309 | 2024-08-15T04:59:14.428Z | Downloaded unicode-width v0.1.13 |
310 | 2024-08-15T04:59:14.428Z | Downloaded tabled v0.15.0 |
311 | 2024-08-15T04:59:14.452Z | Downloaded syn v2.0.74 |
312 | 2024-08-15T04:59:14.475Z | Downloaded rustix v0.38.34 |
313 | 2024-08-15T04:59:14.499Z | Downloaded libc v0.2.155 |
314 | 2024-08-15T04:59:14.523Z | Downloaded goblin v0.8.2 |
315 | 2024-08-15T04:59:14.523Z | Downloaded clap_builder v4.5.15 |
316 | 2024-08-15T04:59:14.547Z | Downloaded syn v1.0.109 |
317 | 2024-08-15T04:59:14.547Z | Downloaded pest v2.7.10 |
318 | 2024-08-15T04:59:14.570Z | Downloaded memchr v2.7.2 |
319 | 2024-08-15T04:59:14.571Z | Downloaded zerocopy v0.7.34 |
320 | 2024-08-15T04:59:14.594Z | Downloaded serde_json v1.0.124 |
321 | 2024-08-15T04:59:14.594Z | Downloaded serde_derive v1.0.207 |
322 | 2024-08-15T04:59:14.594Z | Downloaded typenum v1.17.0 |
323 | 2024-08-15T04:59:14.594Z | Downloaded semver v1.0.23 |
324 | 2024-08-15T04:59:14.594Z | Downloaded log v0.4.21 |
325 | 2024-08-15T04:59:14.594Z | Downloaded thread-id v4.2.1 |
326 | 2024-08-15T04:59:14.594Z | Downloaded proc-macro2 v1.0.86 |
327 | 2024-08-15T04:59:14.618Z | Downloaded plain v0.2.3 |
328 | 2024-08-15T04:59:14.618Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-08-15T04:59:14.618Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-08-15T04:59:14.618Z | Downloaded serde_spanned v0.6.7 |
331 | 2024-08-15T04:59:14.618Z | Downloaded hashbrown v0.14.5 |
332 | 2024-08-15T04:59:14.618Z | Downloaded pest_generator v2.7.10 |
333 | 2024-08-15T04:59:14.618Z | Downloaded once_cell v1.19.0 |
334 | 2024-08-15T04:59:14.618Z | Downloaded indexmap v2.4.0 |
335 | 2024-08-15T04:59:14.618Z | Downloaded toml_edit v0.22.20 |
336 | 2024-08-15T04:59:14.643Z | Downloaded thiserror v1.0.63 |
337 | 2024-08-15T04:59:14.667Z | Downloaded swrite v0.1.0 |
338 | 2024-08-15T04:59:14.667Z | Downloaded sha2 v0.10.8 |
339 | 2024-08-15T04:59:14.667Z | Downloaded serde v1.0.207 |
340 | 2024-08-15T04:59:14.667Z | Downloaded proc-macro-error v1.0.4 |
341 | 2024-08-15T04:59:14.667Z | Downloaded pest_meta v2.7.10 |
342 | 2024-08-15T04:59:14.667Z | Downloaded strsim v0.11.1 |
343 | 2024-08-15T04:59:14.667Z | Downloaded ryu v1.0.18 |
344 | 2024-08-15T04:59:14.667Z | Downloaded quote v1.0.36 |
345 | 2024-08-15T04:59:14.667Z | Downloaded pest_derive v2.7.10 |
346 | 2024-08-15T04:59:14.692Z | Downloaded papergrid v0.11.0 |
347 | 2024-08-15T04:59:14.692Z | Downloaded heck v0.4.1 |
348 | 2024-08-15T04:59:14.692Z | Downloaded cfg-if v1.0.0 |
349 | 2024-08-15T04:59:14.692Z | Downloaded cargo_toml v0.20.4 |
350 | 2024-08-15T04:59:14.692Z | Downloaded cargo_metadata v0.18.1 |
351 | 2024-08-15T04:59:14.692Z | Downloaded camino v1.1.7 |
352 | 2024-08-15T04:59:14.692Z | Downloaded anyhow v1.0.86 |
353 | 2024-08-15T04:59:14.715Z | Downloaded terminal_size v0.3.0 |
354 | 2024-08-15T04:59:14.716Z | Downloaded macaddr v1.0.1 |
355 | 2024-08-15T04:59:14.716Z | Downloaded itoa v1.0.11 |
356 | 2024-08-15T04:59:14.716Z | Downloaded fs-err v2.11.0 |
357 | 2024-08-15T04:59:14.716Z | Downloaded errno v0.3.9 |
358 | 2024-08-15T04:59:14.716Z | Downloaded dtrace-parser v0.2.0 |
359 | 2024-08-15T04:59:14.716Z | Downloaded digest v0.10.7 |
360 | 2024-08-15T04:59:14.716Z | Downloaded cpufeatures v0.2.12 |
361 | 2024-08-15T04:59:14.716Z | Downloaded clap_lex v0.7.0 |
362 | 2024-08-15T04:59:14.716Z | Downloaded memmap v0.7.0 |
363 | 2024-08-15T04:59:14.716Z | Downloaded clap v4.5.15 |
364 | 2024-08-15T04:59:14.716Z | Downloaded cargo-platform v0.1.8 |
365 | 2024-08-15T04:59:14.716Z | Downloaded byteorder v1.5.0 |
366 | 2024-08-15T04:59:14.716Z | Downloaded proc-macro-error-attr v1.0.4 |
367 | 2024-08-15T04:59:14.716Z | Downloaded pretty-hex v0.4.1 |
368 | 2024-08-15T04:59:14.740Z | Downloaded fnv v1.0.7 |
369 | 2024-08-15T04:59:14.740Z | Downloaded dof v0.3.0 |
370 | 2024-08-15T04:59:14.740Z | Downloaded colorchoice v1.0.1 |
371 | 2024-08-15T04:59:14.740Z | Downloaded block-buffer v0.10.4 |
372 | 2024-08-15T04:59:14.740Z | Downloaded anstyle-parse v0.2.4 |
373 | 2024-08-15T04:59:14.740Z | Downloaded anstream v0.6.14 |
374 | 2024-08-15T04:59:14.740Z | Downloaded clap_derive v4.5.13 |
375 | 2024-08-15T04:59:14.740Z | Downloaded bytecount v0.6.8 |
376 | 2024-08-15T04:59:14.740Z | Downloaded generic-array v0.14.7 |
377 | 2024-08-15T04:59:14.740Z | Downloaded crypto-common v0.1.6 |
378 | 2024-08-15T04:59:14.740Z | Downloaded bitflags v2.6.0 |
379 | 2024-08-15T04:59:14.740Z | Downloaded autocfg v1.3.0 |
380 | 2024-08-15T04:59:14.740Z | Downloaded anstyle-query v1.0.3 |
381 | 2024-08-15T04:59:14.740Z | Downloaded anstyle v1.0.8 |
382 | 2024-08-15T04:59:14.869Z | Compiling proc-macro2 v1.0.86 |
383 | 2024-08-15T04:59:14.893Z | Compiling unicode-ident v1.0.12 |
384 | 2024-08-15T04:59:14.893Z | Compiling version_check v0.9.5 |
385 | 2024-08-15T04:59:14.893Z | Compiling serde v1.0.207 |
386 | 2024-08-15T04:59:14.893Z | Compiling thiserror v1.0.63 |
387 | 2024-08-15T04:59:14.893Z | Compiling memchr v2.7.2 |
388 | 2024-08-15T04:59:14.893Z | Compiling libc v0.2.155 |
389 | 2024-08-15T04:59:14.893Z | Compiling itoa v1.0.11 |
390 | 2024-08-15T04:59:15.132Z | Compiling ucd-trie v0.1.6 |
391 | 2024-08-15T04:59:15.265Z | Compiling ryu v1.0.18 |
392 | 2024-08-15T04:59:15.574Z | Compiling once_cell v1.19.0 |
393 | 2024-08-15T04:59:15.658Z | Compiling byteorder v1.5.0 |
394 | 2024-08-15T04:59:15.687Z | Compiling serde_json v1.0.124 |
395 | 2024-08-15T04:59:16.116Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-08-15T04:59:16.185Z | Compiling usdt-impl v0.5.0 |
397 | 2024-08-15T04:59:16.217Z | Compiling rustix v0.38.34 |
398 | 2024-08-15T04:59:16.378Z | Compiling syn v1.0.109 |
399 | 2024-08-15T04:59:16.470Z | Compiling quote v1.0.36 |
400 | 2024-08-15T04:59:16.569Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-08-15T04:59:16.659Z | Compiling equivalent v1.0.1 |
402 | 2024-08-15T04:59:16.768Z | Compiling bitflags v2.6.0 |
403 | 2024-08-15T04:59:16.847Z | Compiling syn v2.0.74 |
404 | 2024-08-15T04:59:17.009Z | Compiling errno v0.3.9 |
405 | 2024-08-15T04:59:17.033Z | Compiling log v0.4.21 |
406 | 2024-08-15T04:59:17.069Z | Compiling plain v0.2.3 |
407 | 2024-08-15T04:59:17.096Z | Compiling utf8parse v0.2.1 |
408 | 2024-08-15T04:59:17.173Z | Compiling thread-id v4.2.1 |
409 | 2024-08-15T04:59:17.237Z | Compiling hashbrown v0.14.5 |
410 | 2024-08-15T04:59:17.261Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-08-15T04:59:17.507Z | Compiling winnow v0.6.18 |
412 | 2024-08-15T04:59:17.594Z | Compiling anstyle v1.0.8 |
413 | 2024-08-15T04:59:17.741Z | Compiling semver v1.0.23 |
414 | 2024-08-15T04:59:18.006Z | Compiling camino v1.1.7 |
415 | 2024-08-15T04:59:18.180Z | Compiling pretty-hex v0.4.1 |
416 | 2024-08-15T04:59:18.240Z | Compiling anstyle-query v1.0.3 |
417 | 2024-08-15T04:59:18.374Z | Compiling indexmap v2.4.0 |
418 | 2024-08-15T04:59:18.401Z | Compiling autocfg v1.3.0 |
419 | 2024-08-15T04:59:18.426Z | Compiling is_terminal_polyfill v1.70.0 |
420 | 2024-08-15T04:59:18.554Z | Compiling colorchoice v1.0.1 |
421 | 2024-08-15T04:59:18.661Z | Compiling terminal_size v0.3.0 |
422 | 2024-08-15T04:59:18.693Z | Compiling anstream v0.6.14 |
423 | 2024-08-15T04:59:18.965Z | Compiling clap_lex v0.7.0 |
424 | 2024-08-15T04:59:18.965Z | Compiling fnv v1.0.7 |
425 | 2024-08-15T04:59:19.117Z | Compiling heck v0.4.1 |
426 | 2024-08-15T04:59:19.226Z | Compiling fs-err v2.11.0 |
427 | 2024-08-15T04:59:19.361Z | Compiling strsim v0.11.1 |
428 | 2024-08-15T04:59:19.448Z | Compiling anyhow v1.0.86 |
429 | 2024-08-15T04:59:19.507Z | Compiling bytecount v0.6.8 |
430 | 2024-08-15T04:59:19.558Z | Compiling heck v0.5.0 |
431 | 2024-08-15T04:59:19.582Z | Compiling unicode-width v0.1.13 |
432 | 2024-08-15T04:59:19.812Z | Compiling papergrid v0.11.0 |
433 | 2024-08-15T04:59:20.022Z | Compiling clap_builder v4.5.15 |
434 | 2024-08-15T04:59:20.232Z | Compiling memmap v0.7.0 |
435 | 2024-08-15T04:59:20.567Z | Compiling swrite v0.1.0 |
436 | 2024-08-15T04:59:21.951Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-15T04:59:23.481Z | Compiling tabled v0.15.0 |
438 | 2024-08-15T04:59:24.632Z | Compiling serde_derive v1.0.207 |
439 | 2024-08-15T04:59:24.632Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-15T04:59:24.656Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-15T04:59:24.715Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-15T04:59:24.816Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-15T04:59:26.032Z | Compiling scroll v0.12.0 |
444 | 2024-08-15T04:59:26.526Z | Compiling goblin v0.8.2 |
445 | 2024-08-15T04:59:26.558Z | Compiling zerocopy v0.7.34 |
446 | 2024-08-15T04:59:27.081Z | Compiling pest v2.7.10 |
447 | 2024-08-15T04:59:28.238Z | Compiling clap v4.5.15 |
448 | 2024-08-15T04:59:29.182Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-15T04:59:30.177Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-15T04:59:31.876Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-15T04:59:32.525Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-15T04:59:34.306Z | Compiling serde_tokenstream v0.2.1 |
453 | 2024-08-15T04:59:34.330Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-15T04:59:34.354Z | Compiling serde_spanned v0.6.7 |
455 | 2024-08-15T04:59:34.708Z | Compiling toml_edit v0.22.20 |
456 | 2024-08-15T04:59:34.732Z | Compiling cargo-platform v0.1.8 |
457 | 2024-08-15T04:59:34.843Z | Compiling macaddr v1.0.1 |
458 | 2024-08-15T04:59:35.702Z | Compiling dof v0.3.0 |
459 | 2024-08-15T04:59:35.762Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-08-15T04:59:37.424Z | Compiling usdt-macro v0.5.0 |
461 | 2024-08-15T04:59:37.424Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-15T04:59:37.448Z | Compiling toml v0.8.19 |
463 | 2024-08-15T04:59:38.218Z | Compiling cargo_toml v0.20.4 |
464 | 2024-08-15T04:59:38.655Z | Compiling usdt v0.5.0 |
465 | 2024-08-15T04:59:42.414Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-08-15T04:59:47.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.11s |
467 | 2024-08-15T04:59:47.482Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-08-15T04:59:48.230Z | Downloading crates ... |
469 | 2024-08-15T04:59:48.364Z | Downloaded bitstruct v0.1.1 |
470 | 2024-08-15T04:59:48.389Z | Downloaded atomicwrites v0.4.3 |
471 | 2024-08-15T04:59:48.389Z | Downloaded cstr-argument v0.1.2 |
472 | 2024-08-15T04:59:48.389Z | Downloaded is-terminal v0.4.12 |
473 | 2024-08-15T04:59:48.389Z | Downloaded matches v0.1.10 |
474 | 2024-08-15T04:59:48.414Z | Downloaded openssl-probe v0.1.5 |
475 | 2024-08-15T04:59:48.414Z | Downloaded newline-converter v0.3.0 |
476 | 2024-08-15T04:59:48.414Z | Downloaded libefi-sys v0.1.0 |
477 | 2024-08-15T04:59:48.414Z | Downloaded num v0.4.3 |
478 | 2024-08-15T04:59:48.414Z | Downloaded rusty-fork v0.3.0 |
479 | 2024-08-15T04:59:48.414Z | Downloaded olpc-cjson v0.1.3 |
480 | 2024-08-15T04:59:48.440Z | Downloaded openssl-macros v0.1.1 |
481 | 2024-08-15T04:59:48.440Z | Downloaded number_prefix v0.4.0 |
482 | 2024-08-15T04:59:48.440Z | Downloaded memoffset v0.9.1 |
483 | 2024-08-15T04:59:48.440Z | Downloaded sec1 v0.7.3 |
484 | 2024-08-15T04:59:48.440Z | Downloaded try-lock v0.2.5 |
485 | 2024-08-15T04:59:48.440Z | Downloaded secrecy v0.8.0 |
486 | 2024-08-15T04:59:48.440Z | Downloaded smf v0.2.3 |
487 | 2024-08-15T04:59:48.440Z | Downloaded slog-scope v4.4.0 |
488 | 2024-08-15T04:59:48.466Z | Downloaded path-slash v0.1.5 |
489 | 2024-08-15T04:59:48.466Z | Downloaded parse-size v1.0.0 |
490 | 2024-08-15T04:59:48.466Z | Downloaded foreign-types v0.5.0 |
491 | 2024-08-15T04:59:48.466Z | Downloaded tui-tree-widget v0.22.0 |
492 | 2024-08-15T04:59:48.466Z | Downloaded snafu-derive v0.8.2 |
493 | 2024-08-15T04:59:48.466Z | Downloaded peg-runtime v0.8.3 |
494 | 2024-08-15T04:59:48.467Z | Downloaded waitgroup v0.1.2 |
495 | 2024-08-15T04:59:48.492Z | Downloaded strum v0.26.3 |
496 | 2024-08-15T04:59:48.492Z | Downloaded downcast v0.11.0 |
497 | 2024-08-15T04:59:48.492Z | Downloaded want v0.3.1 |
498 | 2024-08-15T04:59:48.492Z | Downloaded unicode-xid v0.2.4 |
499 | 2024-08-15T04:59:48.492Z | Downloaded unicode-truncate v1.0.0 |
500 | 2024-08-15T04:59:48.492Z | Downloaded strum_macros v0.25.3 |
501 | 2024-08-15T04:59:48.492Z | Downloaded http-range v0.1.5 |
502 | 2024-08-15T04:59:48.517Z | Downloaded precomputed-hash v0.1.1 |
503 | 2024-08-15T04:59:48.517Z | Downloaded float-ord v0.3.2 |
504 | 2024-08-15T04:59:48.517Z | Downloaded rand_xorshift v0.3.0 |
505 | 2024-08-15T04:59:48.517Z | Downloaded pem-rfc7468 v0.7.0 |
506 | 2024-08-15T04:59:48.517Z | Downloaded take_mut v0.2.2 |
507 | 2024-08-15T04:59:48.517Z | Downloaded tinyvec_macros v0.1.1 |
508 | 2024-08-15T04:59:48.517Z | Downloaded powerfmt v0.2.0 |
509 | 2024-08-15T04:59:48.517Z | Downloaded diesel_table_macro_syntax v0.2.0 |
510 | 2024-08-15T04:59:48.541Z | Downloaded snafu v0.8.2 |
511 | 2024-08-15T04:59:48.541Z | Downloaded vte_generate_state_changes v0.1.1 |
512 | 2024-08-15T04:59:48.541Z | Downloaded time-core v0.1.2 |
513 | 2024-08-15T04:59:48.541Z | Downloaded pkg-config v0.3.30 |
514 | 2024-08-15T04:59:48.566Z | Downloaded thread_local v1.1.8 |
515 | 2024-08-15T04:59:48.566Z | Downloaded rustc_version v0.1.7 |
516 | 2024-08-15T04:59:48.566Z | Downloaded pin-utils v0.1.0 |
517 | 2024-08-15T04:59:48.590Z | Downloaded oso-derive v0.27.3 |
518 | 2024-08-15T04:59:48.590Z | Downloaded humantime v2.1.0 |
519 | 2024-08-15T04:59:48.616Z | Downloaded untrusted v0.9.0 |
520 | 2024-08-15T04:59:48.616Z | Downloaded xattr v1.3.1 |
521 | 2024-08-15T04:59:48.616Z | Downloaded rand_chacha v0.3.1 |
522 | 2024-08-15T04:59:48.616Z | Downloaded rand_chacha v0.2.2 |
523 | 2024-08-15T04:59:48.616Z | Downloaded endian-type v0.1.2 |
524 | 2024-08-15T04:59:48.641Z | Downloaded fxhash v0.2.1 |
525 | 2024-08-15T04:59:48.641Z | Downloaded sigpipe v0.1.3 |
526 | 2024-08-15T04:59:48.641Z | Downloaded headers v0.3.9 |
527 | 2024-08-15T04:59:48.641Z | Downloaded universal-hash v0.5.1 |
528 | 2024-08-15T04:59:48.641Z | Downloaded zone v0.1.8 |
529 | 2024-08-15T04:59:48.641Z | Downloaded rand_seeder v0.3.0 |
530 | 2024-08-15T04:59:48.665Z | Downloaded der_derive v0.7.2 |
531 | 2024-08-15T04:59:48.665Z | Downloaded structmeta v0.2.0 |
532 | 2024-08-15T04:59:48.665Z | Downloaded funty v2.0.0 |
533 | 2024-08-15T04:59:48.665Z | Downloaded zip v0.6.6 |
534 | 2024-08-15T04:59:48.665Z | Downloaded expectorate v1.1.0 |
535 | 2024-08-15T04:59:48.690Z | Downloaded strip-ansi-escapes v0.2.0 |
536 | 2024-08-15T04:59:48.690Z | Downloaded rand v0.8.5 |
537 | 2024-08-15T04:59:48.690Z | Downloaded tough v0.17.1 |
538 | 2024-08-15T04:59:48.715Z | Downloaded git2 v0.19.0 |
539 | 2024-08-15T04:59:48.738Z | Downloaded vcpkg v0.2.15 |
540 | 2024-08-15T04:59:48.770Z | Downloaded sqlparser v0.45.0 |
541 | 2024-08-15T04:59:48.794Z | Downloaded sled v0.34.7 |
542 | 2024-08-15T04:59:48.794Z | Downloaded object v0.32.2 |
543 | 2024-08-15T04:59:48.819Z | Downloaded gimli v0.28.1 |
544 | 2024-08-15T04:59:48.843Z | Downloaded encoding_rs v0.8.34 |
545 | 2024-08-15T04:59:48.867Z | Downloaded regress v0.9.1 |
546 | 2024-08-15T04:59:48.867Z | Downloaded zerocopy-derive v0.6.6 |
547 | 2024-08-15T04:59:48.891Z | Downloaded petgraph v0.6.5 |
548 | 2024-08-15T04:59:48.914Z | Downloaded sha3 v0.10.8 |
549 | 2024-08-15T04:59:48.915Z | Downloaded tokio v1.38.1 |
550 | 2024-08-15T04:59:48.949Z | Downloaded regex-syntax v0.8.4 |
551 | 2024-08-15T04:59:48.973Z | Downloaded rustls v0.22.4 |
552 | 2024-08-15T04:59:48.997Z | Downloaded radix_trie v0.2.1 |
553 | 2024-08-15T04:59:48.997Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
554 | 2024-08-15T04:59:49.060Z | Downloaded regex-syntax v0.6.29 |
555 | 2024-08-15T04:59:49.083Z | Downloaded openapiv3 v2.0.0 |
556 | 2024-08-15T04:59:49.107Z | Downloaded nix v0.28.0 |
557 | 2024-08-15T04:59:49.107Z | Downloaded lalrpop v0.19.12 |
558 | 2024-08-15T04:59:49.131Z | Downloaded webpki-roots v0.25.4 |
559 | 2024-08-15T04:59:49.131Z | Downloaded openssl v0.10.66 |
560 | 2024-08-15T04:59:49.154Z | Downloaded object v0.30.4 |
561 | 2024-08-15T04:59:49.154Z | Downloaded ring v0.17.8 |
562 | 2024-08-15T04:59:49.226Z | Downloaded nix v0.27.1 |
563 | 2024-08-15T04:59:49.250Z | Downloaded idna v0.5.0 |
564 | 2024-08-15T04:59:49.250Z | Downloaded csv v1.3.0 |
565 | 2024-08-15T04:59:49.274Z | Downloaded libz-sys v1.1.16 |
566 | 2024-08-15T04:59:49.354Z | Downloaded futures-util v0.3.30 |
567 | 2024-08-15T04:59:49.378Z | Downloaded reqwest v0.11.27 |
568 | 2024-08-15T04:59:49.378Z | Downloaded regex-automata v0.4.6 |
569 | 2024-08-15T04:59:49.402Z | Downloaded finl_unicode v1.2.0 |
570 | 2024-08-15T04:59:49.427Z | Downloaded idna v0.3.0 |
571 | 2024-08-15T04:59:49.427Z | Downloaded libsqlite3-sys v0.28.0 |
572 | 2024-08-15T04:59:49.525Z | Downloaded ring v0.16.20 |
573 | 2024-08-15T04:59:49.617Z | Downloaded idna v0.2.3 |
574 | 2024-08-15T04:59:49.665Z | Downloaded rand v0.7.3 |
575 | 2024-08-15T04:59:49.665Z | Downloaded diesel v2.2.2 |
576 | 2024-08-15T04:59:49.705Z | Downloaded ratatui v0.28.0 |
577 | 2024-08-15T04:59:49.705Z | Downloaded rustls-webpki v0.102.4 |
578 | 2024-08-15T04:59:49.734Z | Downloaded rustls-webpki v0.101.7 |
579 | 2024-08-15T04:59:49.734Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
580 | 2024-08-15T04:59:49.734Z | Downloaded reedline v0.33.0 |
581 | 2024-08-15T04:59:49.762Z | Downloaded hkdf v0.12.4 |
582 | 2024-08-15T04:59:49.762Z | Downloaded bstr v1.9.1 |
583 | 2024-08-15T04:59:49.762Z | Downloaded quick-xml v0.31.0 |
584 | 2024-08-15T04:59:49.790Z | Downloaded proptest v1.5.0 |
585 | 2024-08-15T04:59:49.790Z | Downloaded polar-core v0.27.3 |
586 | 2024-08-15T04:59:49.790Z | Downloaded rustls v0.21.12 |
587 | 2024-08-15T04:59:49.818Z | Downloaded der v0.7.9 |
588 | 2024-08-15T04:59:49.818Z | Downloaded trust-dns-proto v0.22.0 |
589 | 2024-08-15T04:59:49.852Z | Downloaded smoltcp v0.11.0 |
590 | 2024-08-15T04:59:49.852Z | Downloaded hyper v0.14.30 |
591 | 2024-08-15T04:59:49.852Z | Downloaded stringprep v0.1.4 |
592 | 2024-08-15T04:59:49.877Z | Downloaded futures v0.3.30 |
593 | 2024-08-15T04:59:49.877Z | Downloaded h2 v0.3.26 |
594 | 2024-08-15T04:59:49.877Z | Downloaded regex v1.10.6 |
595 | 2024-08-15T04:59:49.877Z | Downloaded unicode-normalization v0.1.23 |
596 | 2024-08-15T04:59:49.902Z | Downloaded curve25519-dalek v4.1.3 |
597 | 2024-08-15T04:59:49.902Z | Downloaded winnow v0.5.40 |
598 | 2024-08-15T04:59:49.902Z | Downloaded hashbrown v0.13.2 |
599 | 2024-08-15T04:59:49.926Z | Downloaded smoltcp v0.9.1 |
600 | 2024-08-15T04:59:49.926Z | Downloaded bstr v0.2.17 |
601 | 2024-08-15T04:59:49.951Z | Downloaded getrandom v0.2.14 |
602 | 2024-08-15T04:59:49.951Z | Downloaded oso v0.27.3 |
603 | 2024-08-15T04:59:49.951Z | Downloaded rusqlite v0.31.0 |
604 | 2024-08-15T04:59:49.951Z | Downloaded num-bigint-dig v0.8.4 |
605 | 2024-08-15T04:59:49.951Z | Downloaded string_cache v0.8.7 |
606 | 2024-08-15T04:59:49.976Z | Downloaded static_assertions v1.1.0 |
607 | 2024-08-15T04:59:49.976Z | Downloaded slog-dtrace v0.3.0 |
608 | 2024-08-15T04:59:49.976Z | Downloaded similar v2.5.0 |
609 | 2024-08-15T04:59:49.976Z | Downloaded uuid v1.10.0 |
610 | 2024-08-15T04:59:49.976Z | Downloaded x509-cert v0.2.5 |
611 | 2024-08-15T04:59:49.976Z | Downloaded rayon v1.10.0 |
612 | 2024-08-15T04:59:50.002Z | Downloaded signal-hook v0.3.17 |
613 | 2024-08-15T04:59:50.002Z | Downloaded publicsuffix v2.2.3 |
614 | 2024-08-15T04:59:50.002Z | Downloaded pin-project v1.1.5 |
615 | 2024-08-15T04:59:50.002Z | Downloaded url v2.5.2 |
616 | 2024-08-15T04:59:50.028Z | Downloaded itertools v0.13.0 |
617 | 2024-08-15T04:59:50.028Z | Downloaded itertools v0.12.1 |
618 | 2024-08-15T04:59:50.028Z | Downloaded stable_deref_trait v1.2.0 |
619 | 2024-08-15T04:59:50.028Z | Downloaded sqlparser_derive v0.2.2 |
620 | 2024-08-15T04:59:50.028Z | Downloaded slog-bunyan v2.5.0 |
621 | 2024-08-15T04:59:50.029Z | Downloaded slog-async v2.8.0 |
622 | 2024-08-15T04:59:50.029Z | Downloaded futures-io v0.3.30 |
623 | 2024-08-15T04:59:50.054Z | Downloaded futures-executor v0.3.30 |
624 | 2024-08-15T04:59:50.054Z | Downloaded erased-serde v0.3.31 |
625 | 2024-08-15T04:59:50.054Z | Downloaded env_logger v0.10.2 |
626 | 2024-08-15T04:59:50.054Z | Downloaded env_logger v0.9.3 |
627 | 2024-08-15T04:59:50.054Z | Downloaded rand_core v0.5.1 |
628 | 2024-08-15T04:59:50.055Z | Downloaded prettyplease v0.2.20 |
629 | 2024-08-15T04:59:50.055Z | Downloaded time v0.3.36 |
630 | 2024-08-15T04:59:50.055Z | Downloaded schemars v0.8.21 |
631 | 2024-08-15T04:59:50.079Z | Downloaded portable-atomic v1.6.0 |
632 | 2024-08-15T04:59:50.080Z | Downloaded toml_edit v0.19.15 |
633 | 2024-08-15T04:59:50.105Z | Downloaded nom v7.1.3 |
634 | 2024-08-15T04:59:50.105Z | Downloaded topological-sort v0.2.2 |
635 | 2024-08-15T04:59:50.105Z | Downloaded signature v2.2.0 |
636 | 2024-08-15T04:59:50.105Z | Downloaded shlex v1.3.0 |
637 | 2024-08-15T04:59:50.105Z | Downloaded shell-words v1.1.0 |
638 | 2024-08-15T04:59:50.105Z | Downloaded serde_urlencoded v0.7.1 |
639 | 2024-08-15T04:59:50.133Z | Downloaded serde_repr v0.1.19 |
640 | 2024-08-15T04:59:50.133Z | Downloaded serde_plain v1.0.2 |
641 | 2024-08-15T04:59:50.133Z | Downloaded serde_path_to_error v0.1.16 |
642 | 2024-08-15T04:59:50.133Z | Downloaded serde_derive_internals v0.29.1 |
643 | 2024-08-15T04:59:50.134Z | Downloaded serde_arrays v0.1.0 |
644 | 2024-08-15T04:59:50.134Z | Downloaded serde-hex v0.1.0 |
645 | 2024-08-15T04:59:50.134Z | Downloaded fallible-iterator v0.2.0 |
646 | 2024-08-15T04:59:50.134Z | Downloaded enum-as-inner v0.5.1 |
647 | 2024-08-15T04:59:50.134Z | Downloaded unsafe-libyaml v0.2.11 |
648 | 2024-08-15T04:59:50.134Z | Downloaded radium v0.7.0 |
649 | 2024-08-15T04:59:50.134Z | Downloaded pin-project-internal v1.1.5 |
650 | 2024-08-15T04:59:50.134Z | Downloaded parking_lot v0.11.2 |
651 | 2024-08-15T04:59:50.159Z | Downloaded owo-colors v4.0.0 |
652 | 2024-08-15T04:59:50.159Z | Downloaded tokio-postgres v0.7.11 |
653 | 2024-08-15T04:59:50.159Z | Downloaded steno v0.4.1 |
654 | 2024-08-15T04:59:50.159Z | Downloaded pkcs5 v0.7.1 |
655 | 2024-08-15T04:59:50.159Z | Downloaded tokio-tungstenite v0.21.0 |
656 | 2024-08-15T04:59:50.160Z | Downloaded itertools v0.10.5 |
657 | 2024-08-15T04:59:50.186Z | Downloaded ena v0.14.3 |
658 | 2024-08-15T04:59:50.186Z | Downloaded embedded-io v0.4.0 |
659 | 2024-08-15T04:59:50.186Z | Downloaded libm v0.2.8 |
660 | 2024-08-15T04:59:50.186Z | Downloaded rand_core v0.6.4 |
661 | 2024-08-15T04:59:50.186Z | Downloaded group v0.13.0 |
662 | 2024-08-15T04:59:50.186Z | Downloaded uzers v0.11.3 |
663 | 2024-08-15T04:59:50.186Z | Downloaded tokio-tungstenite v0.20.1 |
664 | 2024-08-15T04:59:50.186Z | Downloaded unicode_categories v0.1.1 |
665 | 2024-08-15T04:59:50.186Z | Downloaded unicode-segmentation v1.11.0 |
666 | 2024-08-15T04:59:50.212Z | Downloaded deranged v0.3.11 |
667 | 2024-08-15T04:59:50.212Z | Downloaded globset v0.4.14 |
668 | 2024-08-15T04:59:50.212Z | Downloaded hashlink v0.9.1 |
669 | 2024-08-15T04:59:50.212Z | Downloaded half v2.4.1 |
670 | 2024-08-15T04:59:50.212Z | Downloaded chrono v0.4.38 |
671 | 2024-08-15T04:59:50.212Z | Downloaded pin-project-lite v0.2.14 |
672 | 2024-08-15T04:59:50.213Z | Downloaded r2d2 v0.8.10 |
673 | 2024-08-15T04:59:50.237Z | Downloaded zeroize_derive v1.4.2 |
674 | 2024-08-15T04:59:50.237Z | Downloaded zeroize v1.7.0 |
675 | 2024-08-15T04:59:50.237Z | Downloaded packed_struct v0.10.1 |
676 | 2024-08-15T04:59:50.237Z | Downloaded tokio-stream v0.1.15 |
677 | 2024-08-15T04:59:50.237Z | Downloaded test-strategy v0.3.1 |
678 | 2024-08-15T04:59:50.238Z | Downloaded term v0.7.0 |
679 | 2024-08-15T04:59:50.238Z | Downloaded derive-where v1.2.7 |
680 | 2024-08-15T04:59:50.238Z | Downloaded zerocopy v0.6.6 |
681 | 2024-08-15T04:59:50.238Z | Downloaded bitvec v1.0.1 |
682 | 2024-08-15T04:59:50.262Z | Downloaded glob v0.3.1 |
683 | 2024-08-15T04:59:50.262Z | Downloaded utf-8 v0.7.6 |
684 | 2024-08-15T04:59:50.262Z | Downloaded whoami v1.5.1 |
685 | 2024-08-15T04:59:50.262Z | Downloaded phf_shared v0.11.2 |
686 | 2024-08-15T04:59:50.262Z | Downloaded packed_struct_codegen v0.10.1 |
687 | 2024-08-15T04:59:50.262Z | Downloaded textwrap v0.16.1 |
688 | 2024-08-15T04:59:50.288Z | Downloaded rsa v0.9.6 |
689 | 2024-08-15T04:59:50.288Z | Downloaded regex-automata v0.1.10 |
690 | 2024-08-15T04:59:50.288Z | Downloaded libxml v0.3.3 |
691 | 2024-08-15T04:59:50.288Z | Downloaded bindgen v0.69.4 |
692 | 2024-08-15T04:59:50.314Z | Downloaded wyz v0.5.1 |
693 | 2024-08-15T04:59:50.314Z | Downloaded which v4.4.2 |
694 | 2024-08-15T04:59:50.314Z | Downloaded hostname v0.4.0 |
695 | 2024-08-15T04:59:50.314Z | Downloaded hostname v0.3.1 |
696 | 2024-08-15T04:59:50.314Z | Downloaded hash32 v0.3.1 |
697 | 2024-08-15T04:59:50.315Z | Downloaded tempfile v3.10.1 |
698 | 2024-08-15T04:59:50.315Z | Downloaded postgres-protocol v0.6.7 |
699 | 2024-08-15T04:59:50.315Z | Downloaded derive_builder v0.20.0 |
700 | 2024-08-15T04:59:50.315Z | Downloaded hmac v0.12.1 |
701 | 2024-08-15T04:59:50.342Z | Downloaded elliptic-curve v0.13.8 |
702 | 2024-08-15T04:59:50.342Z | Downloaded minimal-lexical v0.2.1 |
703 | 2024-08-15T04:59:50.342Z | Downloaded untrusted v0.7.1 |
704 | 2024-08-15T04:59:50.342Z | Downloaded quick-error v1.2.3 |
705 | 2024-08-15T04:59:50.342Z | Downloaded psl-types v2.0.11 |
706 | 2024-08-15T04:59:50.342Z | Downloaded proc-macro-crate v1.3.1 |
707 | 2024-08-15T04:59:50.343Z | Downloaded tokio-rustls v0.25.0 |
708 | 2024-08-15T04:59:50.343Z | Downloaded tokio-rustls v0.24.1 |
709 | 2024-08-15T04:59:50.343Z | Downloaded thiserror-impl-no-std v2.0.2 |
710 | 2024-08-15T04:59:50.343Z | Downloaded termios v0.3.3 |
711 | 2024-08-15T04:59:50.343Z | Downloaded termcolor v1.4.1 |
712 | 2024-08-15T04:59:50.343Z | Downloaded signal-hook-tokio v0.3.1 |
713 | 2024-08-15T04:59:50.343Z | Downloaded form_urlencoded v1.2.1 |
714 | 2024-08-15T04:59:50.389Z | Downloaded diff v0.1.13 |
715 | 2024-08-15T04:59:50.389Z | Downloaded diesel_derives v2.2.2 |
716 | 2024-08-15T04:59:50.389Z | Downloaded rcgen v0.12.1 |
717 | 2024-08-15T04:59:50.389Z | Downloaded http v0.2.12 |
718 | 2024-08-15T04:59:50.390Z | Downloaded toml v0.7.8 |
719 | 2024-08-15T04:59:50.390Z | Downloaded tokio-util v0.7.11 |
720 | 2024-08-15T04:59:50.429Z | Downloaded samael v0.0.15 |
721 | 2024-08-15T04:59:50.429Z | Downloaded flume v0.11.0 |
722 | 2024-08-15T04:59:50.429Z | Downloaded num-traits v0.2.19 |
723 | 2024-08-15T04:59:50.430Z | Downloaded mio v1.0.2 |
724 | 2024-08-15T04:59:50.430Z | Downloaded mio v0.8.11 |
725 | 2024-08-15T04:59:50.430Z | Downloaded blake3 v1.5.1 |
726 | 2024-08-15T04:59:50.430Z | Downloaded hash32 v0.2.1 |
727 | 2024-08-15T04:59:50.430Z | Downloaded structmeta v0.3.0 |
728 | 2024-08-15T04:59:50.430Z | Downloaded serde-big-array v0.5.1 |
729 | 2024-08-15T04:59:50.430Z | Downloaded fragile v2.0.0 |
730 | 2024-08-15T04:59:50.430Z | Downloaded foreign-types-shared v0.3.1 |
731 | 2024-08-15T04:59:50.430Z | Downloaded fatfs v0.3.6 |
732 | 2024-08-15T04:59:50.430Z | Downloaded dirs-next v2.0.0 |
733 | 2024-08-15T04:59:50.431Z | Downloaded yasna v0.5.2 |
734 | 2024-08-15T04:59:50.456Z | Downloaded time-macros v0.2.18 |
735 | 2024-08-15T04:59:50.456Z | Downloaded thiserror-no-std v2.0.2 |
736 | 2024-08-15T04:59:50.456Z | Downloaded schemars_derive v0.8.21 |
737 | 2024-08-15T04:59:50.456Z | Downloaded rustc-demangle v0.1.24 |
738 | 2024-08-15T04:59:50.456Z | Downloaded ron v0.8.1 |
739 | 2024-08-15T04:59:50.456Z | Downloaded derive_more v0.99.18 |
740 | 2024-08-15T04:59:50.456Z | Downloaded vergen v8.3.2 |
741 | 2024-08-15T04:59:50.456Z | Downloaded tinyvec v1.6.0 |
742 | 2024-08-15T04:59:50.456Z | Downloaded tar v0.4.41 |
743 | 2024-08-15T04:59:50.457Z | Downloaded predicates v3.1.2 |
744 | 2024-08-15T04:59:50.457Z | Downloaded http v1.1.0 |
745 | 2024-08-15T04:59:50.490Z | Downloaded hashbrown v0.12.3 |
746 | 2024-08-15T04:59:50.490Z | Downloaded subprocess v0.2.9 |
747 | 2024-08-15T04:59:50.490Z | Downloaded flate2 v1.0.31 |
748 | 2024-08-15T04:59:50.491Z | Downloaded spin v0.9.8 |
749 | 2024-08-15T04:59:50.491Z | Downloaded serde_with v3.8.3 |
750 | 2024-08-15T04:59:50.521Z | Downloaded termtree v0.4.1 |
751 | 2024-08-15T04:59:50.521Z | Downloaded signal-hook-registry v1.4.2 |
752 | 2024-08-15T04:59:50.521Z | Downloaded signal-hook-mio v0.2.4 |
753 | 2024-08-15T04:59:50.521Z | Downloaded semver v0.1.20 |
754 | 2024-08-15T04:59:50.522Z | Downloaded scrypt v0.11.0 |
755 | 2024-08-15T04:59:50.522Z | Downloaded pretty-hex v0.2.1 |
756 | 2024-08-15T04:59:50.522Z | Downloaded predicates-tree v1.0.9 |
757 | 2024-08-15T04:59:50.522Z | Downloaded pkcs1 v0.7.5 |
758 | 2024-08-15T04:59:50.522Z | Downloaded tokio-native-tls v0.3.1 |
759 | 2024-08-15T04:59:50.522Z | Downloaded tokio-macros v2.3.0 |
760 | 2024-08-15T04:59:50.522Z | Downloaded scopeguard v1.2.0 |
761 | 2024-08-15T04:59:50.522Z | Downloaded scheduled-thread-pool v0.2.7 |
762 | 2024-08-15T04:59:50.522Z | Downloaded ron v0.7.1 |
763 | 2024-08-15T04:59:50.522Z | Downloaded postcard v1.0.8 |
764 | 2024-08-15T04:59:50.522Z | Downloaded poly1305 v0.8.0 |
765 | 2024-08-15T04:59:50.522Z | Downloaded phf_shared v0.10.0 |
766 | 2024-08-15T04:59:50.522Z | Downloaded home v0.5.9 |
767 | 2024-08-15T04:59:50.557Z | Downloaded rayon-core v1.12.1 |
768 | 2024-08-15T04:59:50.557Z | Downloaded dyn-clone v1.0.17 |
769 | 2024-08-15T04:59:50.558Z | Downloaded foreign-types-shared v0.1.1 |
770 | 2024-08-15T04:59:50.558Z | Downloaded foreign-types-macros v0.2.3 |
771 | 2024-08-15T04:59:50.558Z | Downloaded fd-lock v4.0.2 |
772 | 2024-08-15T04:59:50.558Z | Downloaded fastrand v2.1.0 |
773 | 2024-08-15T04:59:50.558Z | Downloaded fallible-streaming-iterator v0.1.9 |
774 | 2024-08-15T04:59:50.558Z | Downloaded fallible-iterator v0.3.0 |
775 | 2024-08-15T04:59:50.558Z | Downloaded pkcs8 v0.10.2 |
776 | 2024-08-15T04:59:50.558Z | Downloaded futures-task v0.3.30 |
777 | 2024-08-15T04:59:50.558Z | Downloaded slog v2.7.0 |
778 | 2024-08-15T04:59:50.559Z | Downloaded trust-dns-client v0.22.0 |
779 | 2024-08-15T04:59:50.559Z | Downloaded rustc-hash v1.1.0 |
780 | 2024-08-15T04:59:50.559Z | Downloaded difflib v0.4.0 |
781 | 2024-08-15T04:59:50.620Z | Downloaded derive_builder_core v0.20.0 |
782 | 2024-08-15T04:59:50.620Z | Downloaded tls_codec_derive v0.4.1 |
783 | 2024-08-15T04:59:50.621Z | Downloaded tls_codec v0.4.1 |
784 | 2024-08-15T04:59:50.621Z | Downloaded aho-corasick v1.1.3 |
785 | 2024-08-15T04:59:50.621Z | Downloaded rtoolbox v0.0.2 |
786 | 2024-08-15T04:59:50.621Z | Downloaded wait-timeout v0.2.0 |
787 | 2024-08-15T04:59:50.621Z | Downloaded vte v0.11.1 |
788 | 2024-08-15T04:59:50.621Z | Downloaded vsss-rs v3.3.4 |
789 | 2024-08-15T04:59:50.621Z | Downloaded typed-path v0.7.1 |
790 | 2024-08-15T04:59:50.621Z | Downloaded trust-dns-server v0.22.1 |
791 | 2024-08-15T04:59:50.653Z | Downloaded socket2 v0.5.7 |
792 | 2024-08-15T04:59:50.654Z | Downloaded socket2 v0.4.10 |
793 | 2024-08-15T04:59:50.654Z | Downloaded rustyline v14.0.0 |
794 | 2024-08-15T04:59:50.654Z | Downloaded openssl-sys v0.9.103 |
795 | 2024-08-15T04:59:50.654Z | Downloaded phf v0.11.2 |
796 | 2024-08-15T04:59:50.654Z | Downloaded futures-sink v0.3.30 |
797 | 2024-08-15T04:59:50.654Z | Downloaded futures-macro v0.3.30 |
798 | 2024-08-15T04:59:50.654Z | Downloaded resolv-conf v0.7.0 |
799 | 2024-08-15T04:59:50.654Z | Downloaded predicates-core v1.0.6 |
800 | 2024-08-15T04:59:50.654Z | Downloaded hubpack v0.1.2 |
801 | 2024-08-15T04:59:50.655Z | Downloaded heapless v0.7.17 |
802 | 2024-08-15T04:59:50.655Z | Downloaded crossterm v0.28.1 |
803 | 2024-08-15T04:59:50.655Z | Downloaded rpassword v7.3.1 |
804 | 2024-08-15T04:59:50.655Z | Downloaded portpicker v0.1.1 |
805 | 2024-08-15T04:59:50.655Z | Downloaded headers-core v0.2.0 |
806 | 2024-08-15T04:59:50.655Z | Downloaded ppv-lite86 v0.2.17 |
807 | 2024-08-15T04:59:50.655Z | Downloaded postgres-types v0.2.7 |
808 | 2024-08-15T04:59:50.655Z | Downloaded httpdate v1.0.3 |
809 | 2024-08-15T04:59:50.656Z | Downloaded either v1.13.0 |
810 | 2024-08-15T04:59:50.656Z | Downloaded dsl_auto_type v0.1.2 |
811 | 2024-08-15T04:59:50.656Z | Downloaded defmt-parser v0.3.4 |
812 | 2024-08-15T04:59:50.656Z | Downloaded strum_macros v0.26.4 |
813 | 2024-08-15T04:59:50.656Z | Downloaded rustls-pki-types v1.7.0 |
814 | 2024-08-15T04:59:50.656Z | Downloaded rustls-pemfile v2.1.3 |
815 | 2024-08-15T04:59:50.656Z | Downloaded highway v1.2.0 |
816 | 2024-08-15T04:59:50.656Z | Downloaded heapless v0.8.0 |
817 | 2024-08-15T04:59:50.656Z | Downloaded unicode-bidi v0.3.15 |
818 | 2024-08-15T04:59:50.683Z | Downloaded trust-dns-resolver v0.22.0 |
819 | 2024-08-15T04:59:50.683Z | Downloaded tracing v0.1.40 |
820 | 2024-08-15T04:59:50.683Z | Downloaded tiny-keccak v2.0.2 |
821 | 2024-08-15T04:59:50.683Z | Downloaded tap v1.0.1 |
822 | 2024-08-15T04:59:50.683Z | Downloaded tabwriter v1.4.0 |
823 | 2024-08-15T04:59:50.683Z | Downloaded slab v0.4.9 |
824 | 2024-08-15T04:59:50.683Z | Downloaded siphasher v0.3.11 |
825 | 2024-08-15T04:59:50.683Z | Downloaded httparse v1.8.0 |
826 | 2024-08-15T04:59:50.684Z | Downloaded http-body v0.4.6 |
827 | 2024-08-15T04:59:50.684Z | Downloaded getrandom v0.1.16 |
828 | 2024-08-15T04:59:50.684Z | Downloaded futures-channel v0.3.30 |
829 | 2024-08-15T04:59:50.684Z | Downloaded toml v0.5.11 |
830 | 2024-08-15T04:59:50.684Z | Downloaded tungstenite v0.21.0 |
831 | 2024-08-15T04:59:50.710Z | Downloaded tracing-core v0.1.32 |
832 | 2024-08-15T04:59:50.710Z | Downloaded omicron-zone-package v0.11.0 |
833 | 2024-08-15T04:59:50.710Z | Downloaded crossterm v0.27.0 |
834 | 2024-08-15T04:59:50.710Z | Downloaded derive_builder_macro v0.20.0 |
835 | 2024-08-15T04:59:50.710Z | Downloaded lazy_static v1.5.0 |
836 | 2024-08-15T04:59:50.710Z | Downloaded subtle v2.5.0 |
837 | 2024-08-15T04:59:50.710Z | Downloaded tungstenite v0.20.1 |
838 | 2024-08-15T04:59:50.710Z | Downloaded hubpack_derive v0.1.1 |
839 | 2024-08-15T04:59:50.710Z | Downloaded supports-color v3.0.0 |
840 | 2024-08-15T04:59:50.736Z | Downloaded salsa20 v0.10.2 |
841 | 2024-08-15T04:59:50.736Z | Downloaded rustls-pemfile v1.0.4 |
842 | 2024-08-15T04:59:50.736Z | Downloaded aes v0.8.4 |
843 | 2024-08-15T04:59:50.737Z | Downloaded getopts v0.2.21 |
844 | 2024-08-15T04:59:50.737Z | Downloaded gethostname v0.5.0 |
845 | 2024-08-15T04:59:50.737Z | Downloaded futures-core v0.3.30 |
846 | 2024-08-15T04:59:50.737Z | Downloaded same-file v1.0.6 |
847 | 2024-08-15T04:59:50.737Z | Downloaded rustversion v1.0.17 |
848 | 2024-08-15T04:59:50.737Z | Downloaded percent-encoding v2.3.1 |
849 | 2024-08-15T04:59:50.737Z | Downloaded pem v3.0.4 |
850 | 2024-08-15T04:59:50.737Z | Downloaded parking_lot_core v0.9.10 |
851 | 2024-08-15T04:59:50.737Z | Downloaded parking_lot v0.12.2 |
852 | 2024-08-15T04:59:50.737Z | Downloaded hex v0.4.3 |
853 | 2024-08-15T04:59:50.763Z | Downloaded heck v0.3.3 |
854 | 2024-08-15T04:59:50.763Z | Downloaded indicatif v0.17.8 |
855 | 2024-08-15T04:59:50.763Z | Downloaded float-cmp v0.9.0 |
856 | 2024-08-15T04:59:50.763Z | Downloaded serde_yaml v0.9.34+deprecated |
857 | 2024-08-15T04:59:50.763Z | Downloaded nu-ansi-term v0.50.0 |
858 | 2024-08-15T04:59:50.764Z | Downloaded multer v3.1.0 |
859 | 2024-08-15T04:59:50.764Z | Downloaded backtrace v0.3.71 |
860 | 2024-08-15T04:59:50.764Z | Downloaded dirs-sys-next v0.1.2 |
861 | 2024-08-15T04:59:50.764Z | Downloaded defmt-macros v0.3.9 |
862 | 2024-08-15T04:59:50.790Z | Downloaded walkdir v2.5.0 |
863 | 2024-08-15T04:59:50.790Z | Downloaded strum_macros v0.24.3 |
864 | 2024-08-15T04:59:50.791Z | Downloaded peg-macros v0.8.4 |
865 | 2024-08-15T04:59:50.791Z | Downloaded password-hash v0.5.0 |
866 | 2024-08-15T04:59:50.791Z | Downloaded parking_lot_core v0.8.6 |
867 | 2024-08-15T04:59:50.791Z | Downloaded num-rational v0.4.2 |
868 | 2024-08-15T04:59:50.791Z | Downloaded num-integer v0.1.46 |
869 | 2024-08-15T04:59:50.791Z | Downloaded memmap2 v0.9.4 |
870 | 2024-08-15T04:59:50.791Z | Downloaded jobserver v0.1.32 |
871 | 2024-08-15T04:59:50.791Z | Downloaded crossbeam-channel v0.5.12 |
872 | 2024-08-15T04:59:50.825Z | Downloaded structmeta-derive v0.3.0 |
873 | 2024-08-15T04:59:50.825Z | Downloaded structmeta-derive v0.2.0 |
874 | 2024-08-15T04:59:50.825Z | Downloaded rustfmt-wrapper v0.2.1 |
875 | 2024-08-15T04:59:50.825Z | Downloaded rustc_version v0.4.0 |
876 | 2024-08-15T04:59:50.825Z | Downloaded pbkdf2 v0.12.2 |
877 | 2024-08-15T04:59:50.825Z | Downloaded crypto-bigint v0.5.5 |
878 | 2024-08-15T04:59:50.825Z | Downloaded base64 v0.21.7 |
879 | 2024-08-15T04:59:50.825Z | Downloaded sqlformat v0.2.4 |
880 | 2024-08-15T04:59:50.826Z | Downloaded spin v0.5.2 |
881 | 2024-08-15T04:59:50.851Z | Downloaded ref-cast-impl v1.0.23 |
882 | 2024-08-15T04:59:50.851Z | Downloaded ref-cast v1.0.23 |
883 | 2024-08-15T04:59:50.851Z | Downloaded mime_guess v2.0.4 |
884 | 2024-08-15T04:59:50.851Z | Downloaded display-error-chain v0.2.0 |
885 | 2024-08-15T04:59:50.851Z | Downloaded zone_cfg_derive v0.1.2 |
886 | 2024-08-15T04:59:50.851Z | Downloaded toolchain_find v0.4.0 |
887 | 2024-08-15T04:59:50.851Z | Downloaded sync_wrapper v0.1.2 |
888 | 2024-08-15T04:59:50.851Z | Downloaded peg v0.8.4 |
889 | 2024-08-15T04:59:50.851Z | Downloaded paste v1.0.15 |
890 | 2024-08-15T04:59:50.881Z | Downloaded parse-display-derive v0.10.0 |
891 | 2024-08-15T04:59:50.881Z | Downloaded parse-display v0.10.0 |
892 | 2024-08-15T04:59:50.881Z | Downloaded spki v0.7.3 |
893 | 2024-08-15T04:59:50.881Z | Downloaded sha1 v0.10.6 |
894 | 2024-08-15T04:59:50.882Z | Downloaded flagset v0.4.5 |
895 | 2024-08-15T04:59:50.882Z | Downloaded fixedbitset v0.4.2 |
896 | 2024-08-15T04:59:50.882Z | Downloaded filetime v0.2.24 |
897 | 2024-08-15T04:59:50.882Z | Downloaded mockall_derive v0.13.0 |
898 | 2024-08-15T04:59:50.882Z | Downloaded miniz_oxide v0.7.2 |
899 | 2024-08-15T04:59:50.882Z | Downloaded smallvec v1.13.2 |
900 | 2024-08-15T04:59:50.882Z | Downloaded smallvec v0.6.14 |
901 | 2024-08-15T04:59:50.882Z | Downloaded slog-term v2.9.1 |
902 | 2024-08-15T04:59:50.882Z | Downloaded tracing-attributes v0.1.27 |
903 | 2024-08-15T04:59:50.882Z | Downloaded slog-envlogger v2.2.0 |
904 | 2024-08-15T04:59:50.906Z | Downloaded base64 v0.22.1 |
905 | 2024-08-15T04:59:50.906Z | Downloaded foreign-types v0.3.2 |
906 | 2024-08-15T04:59:50.906Z | Downloaded unicode-linebreak v0.1.5 |
907 | 2024-08-15T04:59:50.906Z | Downloaded unicase v2.7.0 |
908 | 2024-08-15T04:59:50.906Z | Downloaded unarray v0.1.4 |
909 | 2024-08-15T04:59:50.906Z | Downloaded serde_with_macros v3.8.3 |
910 | 2024-08-15T04:59:50.906Z | Downloaded num_cpus v1.16.0 |
911 | 2024-08-15T04:59:50.906Z | Downloaded nanorand v0.7.0 |
912 | 2024-08-15T04:59:50.906Z | Downloaded mime v0.3.17 |
913 | 2024-08-15T04:59:50.906Z | Downloaded cookie v0.18.1 |
914 | 2024-08-15T04:59:50.906Z | Downloaded cc v1.0.97 |
915 | 2024-08-15T04:59:50.930Z | Downloaded ff v0.13.0 |
916 | 2024-08-15T04:59:50.930Z | Downloaded twox-hash v1.6.3 |
917 | 2024-08-15T04:59:50.930Z | Downloaded slog-json v2.6.1 |
918 | 2024-08-15T04:59:50.931Z | Downloaded newtype-uuid v1.1.0 |
919 | 2024-08-15T04:59:50.931Z | Downloaded mockall v0.13.0 |
920 | 2024-08-15T04:59:50.931Z | Downloaded slog-stdlog v4.1.1 |
921 | 2024-08-15T04:59:50.931Z | Downloaded num_enum_derive v0.5.11 |
922 | 2024-08-15T04:59:50.931Z | Downloaded nibble_vec v0.1.0 |
923 | 2024-08-15T04:59:50.931Z | Downloaded maybe-uninit v2.0.0 |
924 | 2024-08-15T04:59:50.931Z | Downloaded const_format v0.2.32 |
925 | 2024-08-15T04:59:50.931Z | Downloaded compact_str v0.8.0 |
926 | 2024-08-15T04:59:50.955Z | Downloaded chacha20poly1305 v0.10.1 |
927 | 2024-08-15T04:59:50.955Z | Downloaded num-complex v0.4.6 |
928 | 2024-08-15T04:59:50.955Z | Downloaded smawk v0.3.2 |
929 | 2024-08-15T04:59:50.955Z | Downloaded sct v0.7.1 |
930 | 2024-08-15T04:59:50.955Z | Downloaded bytes v1.7.1 |
931 | 2024-08-15T04:59:50.955Z | Downloaded tower-service v0.3.2 |
932 | 2024-08-15T04:59:50.955Z | Downloaded num_enum v0.5.11 |
933 | 2024-08-15T04:59:50.980Z | Downloaded native-tls v0.2.11 |
934 | 2024-08-15T04:59:50.980Z | Downloaded linked-hash-map v0.5.6 |
935 | 2024-08-15T04:59:50.980Z | Downloaded kstat-rs v0.2.4 |
936 | 2024-08-15T04:59:50.980Z | Downloaded base64 v0.13.1 |
937 | 2024-08-15T04:59:50.980Z | Downloaded libloading v0.8.3 |
938 | 2024-08-15T04:59:50.980Z | Downloaded indexmap v1.9.3 |
939 | 2024-08-15T04:59:51.004Z | Downloaded arc-swap v1.7.1 |
940 | 2024-08-15T04:59:51.004Z | Downloaded lalrpop-util v0.19.12 |
941 | 2024-08-15T04:59:51.004Z | Downloaded darling_core v0.20.9 |
942 | 2024-08-15T04:59:51.004Z | Downloaded const-oid v0.9.6 |
943 | 2024-08-15T04:59:51.004Z | Downloaded num-conv v0.1.0 |
944 | 2024-08-15T04:59:51.004Z | Downloaded lock_api v0.4.12 |
945 | 2024-08-15T04:59:51.004Z | Downloaded darling v0.20.9 |
946 | 2024-08-15T04:59:51.031Z | Downloaded crossbeam-epoch v0.9.18 |
947 | 2024-08-15T04:59:51.031Z | Downloaded managed v0.8.0 |
948 | 2024-08-15T04:59:51.031Z | Downloaded lru v0.12.3 |
949 | 2024-08-15T04:59:51.031Z | Downloaded libsw v3.3.1 |
950 | 2024-08-15T04:59:51.031Z | Downloaded lazycell v1.3.0 |
951 | 2024-08-15T04:59:51.031Z | Downloaded csv-core v0.1.11 |
952 | 2024-08-15T04:59:51.031Z | Downloaded crc-any v2.5.0 |
953 | 2024-08-15T04:59:51.031Z | Downloaded const_format_proc_macros v0.2.32 |
954 | 2024-08-15T04:59:51.031Z | Downloaded clang-sys v1.7.0 |
955 | 2024-08-15T04:59:51.056Z | Downloaded blake2 v0.10.6 |
956 | 2024-08-15T04:59:51.056Z | Downloaded num-iter v0.1.45 |
957 | 2024-08-15T04:59:51.056Z | Downloaded num-derive v0.4.2 |
958 | 2024-08-15T04:59:51.056Z | Downloaded nodrop v0.1.14 |
959 | 2024-08-15T04:59:51.056Z | Downloaded new_debug_unreachable v1.0.6 |
960 | 2024-08-15T04:59:51.056Z | Downloaded multimap v0.10.0 |
961 | 2024-08-15T04:59:51.056Z | Downloaded md-5 v0.10.6 |
962 | 2024-08-15T04:59:51.056Z | Downloaded ipnet v2.9.0 |
963 | 2024-08-15T04:59:51.056Z | Downloaded hyper-rustls v0.24.2 |
964 | 2024-08-15T04:59:51.056Z | Downloaded defmt v0.3.8 |
965 | 2024-08-15T04:59:51.080Z | Downloaded crossbeam-utils v0.8.19 |
966 | 2024-08-15T04:59:51.080Z | Downloaded bzip2 v0.4.4 |
967 | 2024-08-15T04:59:51.080Z | Downloaded allocator-api2 v0.2.18 |
968 | 2024-08-15T04:59:51.080Z | Downloaded crc v3.2.1 |
969 | 2024-08-15T04:59:51.080Z | Downloaded cipher v0.4.4 |
970 | 2024-08-15T04:59:51.105Z | Downloaded cancel-safe-futures v0.1.5 |
971 | 2024-08-15T04:59:51.105Z | Downloaded bcs v0.1.6 |
972 | 2024-08-15T04:59:51.105Z | Downloaded match_cfg v0.1.0 |
973 | 2024-08-15T04:59:51.105Z | Downloaded ipnetwork v0.20.0 |
974 | 2024-08-15T04:59:51.105Z | Downloaded iana-time-zone v0.1.60 |
975 | 2024-08-15T04:59:51.105Z | Downloaded debug-ignore v1.0.5 |
976 | 2024-08-15T04:59:51.105Z | Downloaded curve25519-dalek-derive v0.1.1 |
977 | 2024-08-15T04:59:51.105Z | Downloaded crc32fast v1.4.0 |
978 | 2024-08-15T04:59:51.105Z | Downloaded crc-catalog v2.4.0 |
979 | 2024-08-15T04:59:51.130Z | Downloaded cookie_store v0.20.0 |
980 | 2024-08-15T04:59:51.130Z | Downloaded cookie v0.17.0 |
981 | 2024-08-15T04:59:51.130Z | Downloaded console v0.15.8 |
982 | 2024-08-15T04:59:51.130Z | Downloaded cobs v0.2.3 |
983 | 2024-08-15T04:59:51.130Z | Downloaded ciborium v0.2.2 |
984 | 2024-08-15T04:59:51.154Z | Downloaded base64ct v1.6.0 |
985 | 2024-08-15T04:59:51.154Z | Downloaded ahash v0.8.11 |
986 | 2024-08-15T04:59:51.154Z | Downloaded addr2line v0.21.0 |
987 | 2024-08-15T04:59:51.154Z | Downloaded keccak v0.1.5 |
988 | 2024-08-15T04:59:51.154Z | Downloaded inout v0.1.3 |
989 | 2024-08-15T04:59:51.154Z | Downloaded indent_write v2.2.0 |
990 | 2024-08-15T04:59:51.183Z | Downloaded backoff v0.4.0 |
991 | 2024-08-15T04:59:51.183Z | Downloaded ascii v1.1.0 |
992 | 2024-08-15T04:59:51.183Z | Downloaded maplit v1.0.2 |
993 | 2024-08-15T04:59:51.183Z | Downloaded lru-cache v0.1.2 |
994 | 2024-08-15T04:59:51.183Z | Downloaded linear-map v1.2.0 |
995 | 2024-08-15T04:59:51.184Z | Downloaded is_ci v1.2.0 |
996 | 2024-08-15T04:59:51.184Z | Downloaded darling_macro v0.20.9 |
997 | 2024-08-15T04:59:51.184Z | Downloaded convert_case v0.4.0 |
998 | 2024-08-15T04:59:51.184Z | Downloaded colored v2.1.0 |
999 | 2024-08-15T04:59:51.184Z | Downloaded ciborium-ll v0.2.2 |
1000 | 2024-08-15T04:59:51.184Z | Downloaded castaway v0.2.3 |
1001 | 2024-08-15T04:59:51.184Z | Downloaded block-padding v0.3.3 |
1002 | 2024-08-15T04:59:51.184Z | Downloaded opaque-debug v0.3.1 |
1003 | 2024-08-15T04:59:51.211Z | Downloaded num_threads v0.1.7 |
1004 | 2024-08-15T04:59:51.211Z | Downloaded normalize-line-endings v0.3.0 |
1005 | 2024-08-15T04:59:51.211Z | Downloaded newtype_derive v0.1.6 |
1006 | 2024-08-15T04:59:51.211Z | Downloaded indoc v1.0.9 |
1007 | 2024-08-15T04:59:51.211Z | Downloaded crucible-workspace-hack v0.1.0 |
1008 | 2024-08-15T04:59:51.211Z | Downloaded constant_time_eq v0.3.0 |
1009 | 2024-08-15T04:59:51.211Z | Downloaded ciborium-io v0.2.2 |
1010 | 2024-08-15T04:59:51.211Z | Downloaded bitflags v1.3.2 |
1011 | 2024-08-15T04:59:51.211Z | Downloaded bitfield-struct v0.6.1 |
1012 | 2024-08-15T04:59:51.211Z | Downloaded bitfield v0.14.0 |
1013 | 2024-08-15T04:59:51.211Z | Downloaded bit-vec v0.6.3 |
1014 | 2024-08-15T04:59:51.211Z | Downloaded bit-set v0.5.3 |
1015 | 2024-08-15T04:59:51.211Z | Downloaded bb8 v0.8.5 |
1016 | 2024-08-15T04:59:51.211Z | Downloaded base16ct v0.2.0 |
1017 | 2024-08-15T04:59:51.212Z | Downloaded atomic-waker v1.1.2 |
1018 | 2024-08-15T04:59:51.212Z | Downloaded async-trait v0.1.81 |
1019 | 2024-08-15T04:59:51.212Z | Downloaded async-stream v0.3.5 |
1020 | 2024-08-15T04:59:51.212Z | Downloaded async-recursion v1.1.1 |
1021 | 2024-08-15T04:59:51.238Z | Downloaded ascii-canvas v3.0.0 |
1022 | 2024-08-15T04:59:51.238Z | Downloaded arrayvec v0.7.4 |
1023 | 2024-08-15T04:59:51.239Z | Downloaded argon2 v0.5.3 |
1024 | 2024-08-15T04:59:51.239Z | Downloaded instant v0.1.12 |
1025 | 2024-08-15T04:59:51.239Z | Downloaded instability v0.3.2 |
1026 | 2024-08-15T04:59:51.239Z | Downloaded impl-trait-for-tuples v0.2.2 |
1027 | 2024-08-15T04:59:51.239Z | Downloaded hyper-tls v0.5.0 |
1028 | 2024-08-15T04:59:51.239Z | Downloaded hyper-staticfile v0.9.5 |
1029 | 2024-08-15T04:59:51.239Z | Downloaded data-encoding v2.6.0 |
1030 | 2024-08-15T04:59:51.239Z | Downloaded crossbeam-deque v0.8.5 |
1031 | 2024-08-15T04:59:51.239Z | Downloaded chacha20 v0.9.1 |
1032 | 2024-08-15T04:59:51.239Z | Downloaded cfg_aliases v0.1.1 |
1033 | 2024-08-15T04:59:51.239Z | Downloaded cexpr v0.6.0 |
1034 | 2024-08-15T04:59:51.239Z | Downloaded cbc v0.1.2 |
1035 | 2024-08-15T04:59:51.275Z | Downloaded cassowary v0.3.0 |
1036 | 2024-08-15T04:59:51.276Z | Downloaded camino-tempfile v1.1.1 |
1037 | 2024-08-15T04:59:51.276Z | Downloaded buf-list v1.0.3 |
1038 | 2024-08-15T04:59:51.276Z | Downloaded bitstruct_derive v0.1.0 |
1039 | 2024-08-15T04:59:51.276Z | Downloaded atty v0.2.14 |
1040 | 2024-08-15T04:59:51.276Z | Downloaded async-stream-impl v0.3.5 |
1041 | 2024-08-15T04:59:51.276Z | Downloaded adler v1.0.2 |
1042 | 2024-08-15T04:59:51.276Z | Downloaded ident_case v1.0.1 |
1043 | 2024-08-15T04:59:51.276Z | Downloaded assert_matches v1.5.0 |
1044 | 2024-08-15T04:59:51.276Z | Downloaded array-init v0.0.4 |
1045 | 2024-08-15T04:59:51.276Z | Downloaded aead v0.5.2 |
1046 | 2024-08-15T04:59:51.276Z | Downloaded crunchy v0.2.2 |
1047 | 2024-08-15T04:59:51.276Z | Downloaded arrayref v0.3.7 |
1048 | 2024-08-15T04:59:51.370Z | Compiling cfg-if v1.0.0 |
1049 | 2024-08-15T04:59:51.370Z | Compiling serde v1.0.207 |
1050 | 2024-08-15T04:59:51.400Z | Compiling lock_api v0.4.12 |
1051 | 2024-08-15T04:59:51.400Z | Compiling typenum v1.17.0 |
1052 | 2024-08-15T04:59:51.400Z | Compiling scopeguard v1.2.0 |
1053 | 2024-08-15T04:59:51.400Z | Compiling generic-array v0.14.7 |
1054 | 2024-08-15T04:59:51.427Z | Compiling syn v2.0.74 |
1055 | 2024-08-15T04:59:51.427Z | Compiling log v0.4.21 |
1056 | 2024-08-15T04:59:51.546Z | Compiling getrandom v0.2.14 |
1057 | 2024-08-15T04:59:51.635Z | Compiling jobserver v0.1.32 |
1058 | 2024-08-15T04:59:51.768Z | Compiling rand_core v0.6.4 |
1059 | 2024-08-15T04:59:51.973Z | Compiling cc v1.0.97 |
1060 | 2024-08-15T04:59:52.025Z | Compiling subtle v2.5.0 |
1061 | 2024-08-15T04:59:52.061Z | Compiling const-oid v0.9.6 |
1062 | 2024-08-15T04:59:52.250Z | Compiling smallvec v1.13.2 |
1063 | 2024-08-15T04:59:52.296Z | Compiling pin-project-lite v0.2.14 |
1064 | 2024-08-15T04:59:52.376Z | Compiling spin v0.9.8 |
1065 | 2024-08-15T04:59:52.424Z | Compiling parking_lot_core v0.9.10 |
1066 | 2024-08-15T04:59:52.532Z | Compiling signal-hook-registry v1.4.2 |
1067 | 2024-08-15T04:59:52.613Z | Compiling mio v0.8.11 |
1068 | 2024-08-15T04:59:52.735Z | Compiling ahash v0.8.11 |
1069 | 2024-08-15T04:59:53.028Z | Compiling tinyvec_macros v0.1.1 |
1070 | 2024-08-15T04:59:53.120Z | Compiling tinyvec v1.6.0 |
1071 | 2024-08-15T04:59:53.284Z | Compiling parking_lot v0.12.2 |
1072 | 2024-08-15T04:59:53.521Z | Compiling num_cpus v1.16.0 |
1073 | 2024-08-15T04:59:53.671Z | Compiling socket2 v0.5.7 |
1074 | 2024-08-15T04:59:53.695Z | Compiling serde_json v1.0.124 |
1075 | 2024-08-15T04:59:53.834Z | Compiling libm v0.2.8 |
1076 | 2024-08-15T04:59:53.910Z | Compiling futures-core v0.3.30 |
1077 | 2024-08-15T04:59:54.011Z | Compiling cpufeatures v0.2.12 |
1078 | 2024-08-15T04:59:54.155Z | Compiling slab v0.4.9 |
1079 | 2024-08-15T04:59:54.179Z | Compiling num-traits v0.2.19 |
1080 | 2024-08-15T04:59:54.179Z | Compiling unicode-bidi v0.3.15 |
1081 | 2024-08-15T04:59:54.214Z | Compiling futures-sink v0.3.30 |
1082 | 2024-08-15T04:59:54.370Z | Compiling allocator-api2 v0.2.18 |
1083 | 2024-08-15T04:59:54.429Z | Compiling unicode-normalization v0.1.23 |
1084 | 2024-08-15T04:59:54.661Z | Compiling futures-channel v0.3.30 |
1085 | 2024-08-15T04:59:54.851Z | Compiling vcpkg v0.2.15 |
1086 | 2024-08-15T04:59:55.019Z | Compiling futures-task v0.3.30 |
1087 | 2024-08-15T04:59:55.052Z | Compiling pin-utils v0.1.0 |
1088 | 2024-08-15T04:59:55.140Z | Compiling pkg-config v0.3.30 |
1089 | 2024-08-15T04:59:55.288Z | Compiling futures-io v0.3.30 |
1090 | 2024-08-15T04:59:55.465Z | Compiling base64ct v1.6.0 |
1091 | 2024-08-15T04:59:55.588Z | Compiling ppv-lite86 v0.2.17 |
1092 | 2024-08-15T04:59:55.650Z | Compiling ring v0.17.8 |
1093 | 2024-08-15T04:59:55.718Z | Compiling percent-encoding v2.3.1 |
1094 | 2024-08-15T04:59:56.050Z | Compiling pem-rfc7468 v0.7.0 |
1095 | 2024-08-15T04:59:56.143Z | Compiling flagset v0.4.5 |
1096 | 2024-08-15T04:59:56.315Z | Compiling rand_chacha v0.3.1 |
1097 | 2024-08-15T04:59:56.339Z | Compiling tracing-core v0.1.32 |
1098 | 2024-08-15T04:59:56.542Z | Compiling syn v1.0.109 |
1099 | 2024-08-15T04:59:56.693Z | Compiling untrusted v0.9.0 |
1100 | 2024-08-15T04:59:56.874Z | Compiling openssl-sys v0.9.103 |
1101 | 2024-08-15T04:59:56.915Z | Compiling rustix v0.38.34 |
1102 | 2024-08-15T04:59:57.137Z | Compiling rand v0.8.5 |
1103 | 2024-08-15T04:59:57.223Z | Compiling lazy_static v1.5.0 |
1104 | 2024-08-15T04:59:57.329Z | Compiling powerfmt v0.2.0 |
1105 | 2024-08-15T04:59:57.604Z | Compiling num-conv v0.1.0 |
1106 | 2024-08-15T04:59:57.675Z | Compiling httparse v1.8.0 |
1107 | 2024-08-15T04:59:57.746Z | Compiling foreign-types-shared v0.1.1 |
1108 | 2024-08-15T04:59:57.861Z | Compiling time-core v0.1.2 |
1109 | 2024-08-15T04:59:57.885Z | Compiling openssl v0.10.66 |
1110 | 2024-08-15T04:59:57.937Z | Compiling rustversion v1.0.17 |
1111 | 2024-08-15T04:59:58.028Z | Compiling time-macros v0.2.18 |
1112 | 2024-08-15T04:59:58.215Z | Compiling foreign-types v0.3.2 |
1113 | 2024-08-15T04:59:58.326Z | Compiling deranged v0.3.11 |
1114 | 2024-08-15T04:59:58.673Z | Compiling form_urlencoded v1.2.1 |
1115 | 2024-08-15T04:59:58.907Z | Compiling siphasher v0.3.11 |
1116 | 2024-08-15T04:59:58.967Z | Compiling num_threads v0.1.7 |
1117 | 2024-08-15T04:59:59.085Z | Compiling crossbeam-utils v0.8.19 |
1118 | 2024-08-15T04:59:59.259Z | Compiling rustls v0.21.12 |
1119 | 2024-08-15T04:59:59.314Z | Compiling try-lock v0.2.5 |
1120 | 2024-08-15T04:59:59.459Z | Compiling native-tls v0.2.11 |
1121 | 2024-08-15T04:59:59.499Z | Compiling want v0.3.1 |
1122 | 2024-08-15T04:59:59.814Z | Compiling idna v0.5.0 |
1123 | 2024-08-15T04:59:59.934Z | Compiling aho-corasick v1.1.3 |
1124 | 2024-08-15T05:00:00.389Z | Compiling cookie v0.17.0 |
1125 | 2024-08-15T05:00:00.645Z | Compiling slog v2.7.0 |
1126 | 2024-08-15T05:00:00.799Z | Compiling time v0.3.36 |
1127 | 2024-08-15T05:00:00.908Z | Compiling tower-service v0.3.2 |
1128 | 2024-08-15T05:00:01.031Z | Compiling httpdate v1.0.3 |
1129 | 2024-08-15T05:00:01.142Z | Compiling adler v1.0.2 |
1130 | 2024-08-15T05:00:01.187Z | Compiling openssl-probe v0.1.5 |
1131 | 2024-08-15T05:00:01.353Z | Compiling regex-syntax v0.8.4 |
1132 | 2024-08-15T05:00:01.455Z | Compiling finl_unicode v1.2.0 |
1133 | 2024-08-15T05:00:01.508Z | Compiling iana-time-zone v0.1.60 |
1134 | 2024-08-15T05:00:01.994Z | Compiling stringprep v0.1.4 |
1135 | 2024-08-15T05:00:01.994Z | Compiling miniz_oxide v0.7.2 |
1136 | 2024-08-15T05:00:03.270Z | Compiling url v2.5.2 |
1137 | 2024-08-15T05:00:03.974Z | Compiling serde_derive v1.0.207 |
1138 | 2024-08-15T05:00:04.544Z | Compiling zeroize_derive v1.4.2 |
1139 | 2024-08-15T05:00:04.742Z | Compiling zerocopy-derive v0.7.34 |
1140 | 2024-08-15T05:00:04.937Z | Compiling tokio-macros v2.3.0 |
1141 | 2024-08-15T05:00:05.193Z | Compiling thiserror-impl v1.0.63 |
1142 | 2024-08-15T05:00:05.401Z | Compiling futures-macro v0.3.30 |
1143 | 2024-08-15T05:00:05.926Z | Compiling zeroize v1.7.0 |
1144 | 2024-08-15T05:00:06.319Z | Compiling der_derive v0.7.2 |
1145 | 2024-08-15T05:00:06.640Z | Compiling zerocopy v0.7.34 |
1146 | 2024-08-15T05:00:07.130Z | Compiling futures-util v0.3.30 |
1147 | 2024-08-15T05:00:07.158Z | Compiling scroll_derive v0.12.0 |
1148 | 2024-08-15T05:00:07.484Z | Compiling crypto-common v0.1.6 |
1149 | 2024-08-15T05:00:07.700Z | Compiling block-buffer v0.10.4 |
1150 | 2024-08-15T05:00:07.945Z | Compiling digest v0.10.7 |
1151 | 2024-08-15T05:00:08.033Z | Compiling block-padding v0.3.3 |
1152 | 2024-08-15T05:00:08.321Z | Compiling inout v0.1.3 |
1153 | 2024-08-15T05:00:08.426Z | Compiling hmac v0.12.1 |
1154 | 2024-08-15T05:00:08.492Z | Compiling thiserror v1.0.63 |
1155 | 2024-08-15T05:00:08.521Z | Compiling sha2 v0.10.8 |
1156 | 2024-08-15T05:00:08.607Z | Compiling hashbrown v0.14.5 |
1157 | 2024-08-15T05:00:08.649Z | Compiling cipher v0.4.4 |
1158 | 2024-08-15T05:00:08.673Z | Compiling pest v2.7.10 |
1159 | 2024-08-15T05:00:08.697Z | Compiling pbkdf2 v0.12.2 |
1160 | 2024-08-15T05:00:08.855Z | Compiling der v0.7.9 |
1161 | 2024-08-15T05:00:09.152Z | Compiling salsa20 v0.10.2 |
1162 | 2024-08-15T05:00:09.357Z | Compiling tracing-attributes v0.1.27 |
1163 | 2024-08-15T05:00:09.814Z | Compiling scrypt v0.11.0 |
1164 | 2024-08-15T05:00:10.314Z | Compiling cbc v0.1.2 |
1165 | 2024-08-15T05:00:10.528Z | Compiling aes v0.8.4 |
1166 | 2024-08-15T05:00:10.663Z | Compiling spki v0.7.3 |
1167 | 2024-08-15T05:00:11.090Z | Compiling pest_meta v2.7.10 |
1168 | 2024-08-15T05:00:11.265Z | Compiling scroll v0.12.0 |
1169 | 2024-08-15T05:00:11.289Z | Compiling openssl-macros v0.1.1 |
1170 | 2024-08-15T05:00:11.754Z | Compiling goblin v0.8.2 |
1171 | 2024-08-15T05:00:11.829Z | Compiling pkcs5 v0.7.1 |
1172 | 2024-08-15T05:00:11.968Z | Compiling sct v0.7.1 |
1173 | 2024-08-15T05:00:12.245Z | Compiling pest_generator v2.7.10 |
1174 | 2024-08-15T05:00:12.510Z | Compiling pkcs8 v0.10.2 |
1175 | 2024-08-15T05:00:12.654Z | Compiling tracing v0.1.40 |
1176 | 2024-08-15T05:00:12.743Z | Compiling rustls-webpki v0.101.7 |
1177 | 2024-08-15T05:00:12.860Z | Compiling md-5 v0.10.6 |
1178 | 2024-08-15T05:00:13.100Z | Compiling regex-automata v0.4.6 |
1179 | 2024-08-15T05:00:13.128Z | Compiling num-integer v0.1.46 |
1180 | 2024-08-15T05:00:13.168Z | Compiling backtrace v0.3.71 |
1181 | 2024-08-15T05:00:13.848Z | Compiling idna v0.3.0 |
1182 | 2024-08-15T05:00:13.979Z | Compiling hash32 v0.2.1 |
1183 | 2024-08-15T05:00:14.324Z | Compiling fallible-iterator v0.2.0 |
1184 | 2024-08-15T05:00:14.429Z | Compiling signal-hook v0.3.17 |
1185 | 2024-08-15T05:00:14.659Z | Compiling smoltcp v0.9.1 |
1186 | 2024-08-15T05:00:14.899Z | Compiling cfg_aliases v0.1.1 |
1187 | 2024-08-15T05:00:15.002Z | Compiling psl-types v2.0.11 |
1188 | 2024-08-15T05:00:15.168Z | Compiling gimli v0.28.1 |
1189 | 2024-08-15T05:00:15.192Z | Compiling num-bigint-dig v0.8.4 |
1190 | 2024-08-15T05:00:15.303Z | Compiling stable_deref_trait v1.2.0 |
1191 | 2024-08-15T05:00:15.407Z | Compiling base64 v0.22.1 |
1192 | 2024-08-15T05:00:15.433Z | Compiling pest_derive v2.7.10 |
1193 | 2024-08-15T05:00:15.467Z | Compiling crc32fast v1.4.0 |
1194 | 2024-08-15T05:00:16.075Z | Compiling bytes v1.7.1 |
1195 | 2024-08-15T05:00:16.158Z | Compiling bitflags v2.6.0 |
1196 | 2024-08-15T05:00:16.437Z | Compiling indexmap v2.4.0 |
1197 | 2024-08-15T05:00:16.572Z | Compiling semver v1.0.23 |
1198 | 2024-08-15T05:00:17.192Z | Compiling tokio v1.38.1 |
1199 | 2024-08-15T05:00:17.227Z | Compiling http v0.2.12 |
1200 | 2024-08-15T05:00:17.674Z | Compiling rustc_version v0.4.0 |
1201 | 2024-08-15T05:00:18.864Z | Compiling http-body v0.4.6 |
1202 | 2024-08-15T05:00:19.274Z | Compiling heapless v0.7.17 |
1203 | 2024-08-15T05:00:19.394Z | Compiling dof v0.3.0 |
1204 | 2024-08-15T05:00:19.660Z | Compiling dtrace-parser v0.2.0 |
1205 | 2024-08-15T05:00:20.773Z | Compiling uuid v1.10.0 |
1206 | 2024-08-15T05:00:21.009Z | Compiling usdt-impl v0.5.0 |
1207 | 2024-08-15T05:00:21.367Z | Compiling serde_spanned v0.6.7 |
1208 | 2024-08-15T05:00:21.459Z | Compiling serde_tokenstream v0.2.1 |
1209 | 2024-08-15T05:00:21.525Z | Compiling chrono v0.4.38 |
1210 | 2024-08-15T05:00:21.590Z | Compiling toml_datetime v0.6.8 |
1211 | 2024-08-15T05:00:22.022Z | Compiling terminal_size v0.3.0 |
1212 | 2024-08-15T05:00:22.046Z | Compiling addr2line v0.21.0 |
1213 | 2024-08-15T05:00:22.214Z | Compiling postgres-protocol v0.6.7 |
1214 | 2024-08-15T05:00:22.367Z | Compiling publicsuffix v2.2.3 |
1215 | 2024-08-15T05:00:22.599Z | Compiling nix v0.28.0 |
1216 | 2024-08-15T05:00:22.692Z | Compiling num-iter v0.1.45 |
1217 | 2024-08-15T05:00:22.859Z | Compiling hubpack_derive v0.1.1 |
1218 | 2024-08-15T05:00:22.971Z | Compiling zerocopy-derive v0.6.6 |
1219 | 2024-08-15T05:00:23.373Z | Compiling async-trait v0.1.81 |
1220 | 2024-08-15T05:00:24.269Z | Compiling phf_shared v0.11.2 |
1221 | 2024-08-15T05:00:24.440Z | Compiling tokio-util v0.7.11 |
1222 | 2024-08-15T05:00:24.620Z | Compiling tokio-rustls v0.24.1 |
1223 | 2024-08-15T05:00:24.768Z | Compiling serde_derive_internals v0.29.1 |
1224 | 2024-08-15T05:00:24.919Z | Compiling tokio-native-tls v0.3.1 |
1225 | 2024-08-15T05:00:24.992Z | Compiling ff v0.13.0 |
1226 | 2024-08-15T05:00:25.035Z | Compiling object v0.32.2 |
1227 | 2024-08-15T05:00:25.190Z | Compiling fs-err v2.11.0 |
1228 | 2024-08-15T05:00:25.215Z | Compiling schemars v0.8.21 |
1229 | 2024-08-15T05:00:25.468Z | Compiling h2 v0.3.26 |
1230 | 2024-08-15T05:00:25.535Z | Compiling base16ct v0.2.0 |
1231 | 2024-08-15T05:00:25.642Z | Compiling ipnet v2.9.0 |
1232 | 2024-08-15T05:00:25.792Z | Compiling rustc-demangle v0.1.24 |
1233 | 2024-08-15T05:00:25.883Z | Compiling regex-automata v0.1.10 |
1234 | 2024-08-15T05:00:26.334Z | Compiling either v1.13.0 |
1235 | 2024-08-15T05:00:26.702Z | Compiling anyhow v1.0.86 |
1236 | 2024-08-15T05:00:26.732Z | Compiling managed v0.8.0 |
1237 | 2024-08-15T05:00:26.756Z | Compiling matches v0.1.10 |
1238 | 2024-08-15T05:00:26.852Z | Compiling bitflags v1.3.2 |
1239 | 2024-08-15T05:00:26.876Z | Compiling winnow v0.5.40 |
1240 | 2024-08-15T05:00:26.958Z | Compiling base64 v0.21.7 |
1241 | 2024-08-15T05:00:27.223Z | Compiling schemars_derive v0.8.21 |
1242 | 2024-08-15T05:00:27.432Z | Compiling rustls-pemfile v1.0.4 |
1243 | 2024-08-15T05:00:27.622Z | Compiling idna v0.2.3 |
1244 | 2024-08-15T05:00:27.837Z | Compiling clap_builder v4.5.15 |
1245 | 2024-08-15T05:00:28.942Z | Compiling bstr v0.2.17 |
1246 | 2024-08-15T05:00:29.008Z | Compiling sec1 v0.7.3 |
1247 | 2024-08-15T05:00:29.680Z | Compiling group v0.13.0 |
1248 | 2024-08-15T05:00:30.015Z | Compiling toml_edit v0.19.15 |
1249 | 2024-08-15T05:00:30.170Z | Compiling zerocopy v0.6.6 |
1250 | 2024-08-15T05:00:30.269Z | Compiling phf v0.11.2 |
1251 | 2024-08-15T05:00:30.293Z | Compiling cookie_store v0.20.0 |
1252 | 2024-08-15T05:00:30.568Z | Compiling hubpack v0.1.2 |
1253 | 2024-08-15T05:00:30.779Z | Compiling postgres-types v0.2.7 |
1254 | 2024-08-15T05:00:31.780Z | Compiling hyper v0.14.30 |
1255 | 2024-08-15T05:00:32.154Z | Compiling usdt-attr-macro v0.5.0 |
1256 | 2024-08-15T05:00:32.431Z | Compiling usdt-macro v0.5.0 |
1257 | 2024-08-15T05:00:33.643Z | Compiling regex v1.10.6 |
1258 | 2024-08-15T05:00:33.730Z | Compiling serde_urlencoded v0.7.1 |
1259 | 2024-08-15T05:00:34.259Z | Compiling pkcs1 v0.7.5 |
1260 | 2024-08-15T05:00:34.509Z | Compiling futures-executor v0.3.30 |
1261 | 2024-08-15T05:00:34.595Z | Compiling enum-as-inner v0.5.1 |
1262 | 2024-08-15T05:00:34.715Z | Compiling hkdf v0.12.4 |
1263 | 2024-08-15T05:00:34.944Z | Compiling signature v2.2.0 |
1264 | 2024-08-15T05:00:35.001Z | Compiling crypto-bigint v0.5.5 |
1265 | 2024-08-15T05:00:35.133Z | Compiling strum_macros v0.25.3 |
1266 | 2024-08-15T05:00:35.220Z | Compiling serde_repr v0.1.19 |
1267 | 2024-08-15T05:00:35.479Z | Compiling clap_derive v4.5.13 |
1268 | 2024-08-15T05:00:36.072Z | Compiling phf_shared v0.10.0 |
1269 | 2024-08-15T05:00:36.265Z | Compiling float-cmp v0.9.0 |
1270 | 2024-08-15T05:00:36.418Z | Compiling mio v1.0.2 |
1271 | 2024-08-15T05:00:36.474Z | Compiling encoding_rs v0.8.34 |
1272 | 2024-08-15T05:00:37.049Z | Compiling fixedbitset v0.4.2 |
1273 | 2024-08-15T05:00:37.459Z | Compiling difflib v0.4.0 |
1274 | 2024-08-15T05:00:37.490Z | Compiling new_debug_unreachable v1.0.6 |
1275 | 2024-08-15T05:00:37.585Z | Compiling unicode-segmentation v1.11.0 |
1276 | 2024-08-15T05:00:38.342Z | Compiling hyper-tls v0.5.0 |
1277 | 2024-08-15T05:00:38.571Z | Compiling hyper-rustls v0.24.2 |
1278 | 2024-08-15T05:00:38.662Z | Compiling data-encoding v2.6.0 |
1279 | 2024-08-15T05:00:38.890Z | Compiling static_assertions v1.1.0 |
1280 | 2024-08-15T05:00:38.914Z | Compiling precomputed-hash v0.1.1 |
1281 | 2024-08-15T05:00:38.992Z | Compiling whoami v1.5.1 |
1282 | 2024-08-15T05:00:39.026Z | Compiling dyn-clone v1.0.17 |
1283 | 2024-08-15T05:00:39.230Z | Compiling normalize-line-endings v0.3.0 |
1284 | 2024-08-15T05:00:39.348Z | Compiling minimal-lexical v0.2.1 |
1285 | 2024-08-15T05:00:39.584Z | Compiling bit-vec v0.6.3 |
1286 | 2024-08-15T05:00:39.608Z | Compiling sync_wrapper v0.1.2 |
1287 | 2024-08-15T05:00:39.727Z | Compiling mime v0.3.17 |
1288 | 2024-08-15T05:00:39.789Z | Compiling predicates-core v1.0.6 |
1289 | 2024-08-15T05:00:39.960Z | Compiling webpki-roots v0.25.4 |
1290 | 2024-08-15T05:00:40.011Z | Compiling predicates v3.1.2 |
1291 | 2024-08-15T05:00:40.035Z | Compiling bit-set v0.5.3 |
1292 | 2024-08-15T05:00:40.118Z | Compiling reqwest v0.11.27 |
1293 | 2024-08-15T05:00:40.144Z | Compiling nom v7.1.3 |
1294 | 2024-08-15T05:00:40.262Z | Compiling clap v4.5.15 |
1295 | 2024-08-15T05:00:40.286Z | Compiling tokio-postgres v0.7.11 |
1296 | 2024-08-15T05:00:40.370Z | Compiling trust-dns-proto v0.22.0 |
1297 | 2024-08-15T05:00:40.698Z | Compiling string_cache v0.8.7 |
1298 | 2024-08-15T05:00:41.152Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1299 | 2024-08-15T05:00:41.550Z | Compiling toml_edit v0.22.20 |
1300 | 2024-08-15T05:00:43.180Z | Compiling similar v2.5.0 |
1301 | 2024-08-15T05:00:43.226Z | Compiling elliptic-curve v0.13.8 |
1302 | 2024-08-15T05:00:43.635Z | Compiling console v0.15.8 |
1303 | 2024-08-15T05:00:43.957Z | Compiling petgraph v0.6.5 |
1304 | 2024-08-15T05:00:44.937Z | Compiling usdt v0.5.0 |
1305 | 2024-08-15T05:00:45.044Z | Compiling signal-hook-mio v0.2.4 |
1306 | 2024-08-15T05:00:45.212Z | Compiling rsa v0.9.6 |
1307 | 2024-08-15T05:00:45.355Z | Compiling futures v0.3.30 |
1308 | 2024-08-15T05:00:45.408Z | Compiling flate2 v1.0.31 |
1309 | 2024-08-15T05:00:45.472Z | Compiling toml v0.7.8 |
1310 | 2024-08-15T05:00:47.054Z | Compiling itertools v0.10.5 |
1311 | 2024-08-15T05:00:47.347Z | Compiling itertools v0.12.1 |
1312 | 2024-08-15T05:00:47.413Z | Compiling tokio-stream v0.1.15 |
1313 | 2024-08-15T05:00:47.706Z | Compiling bstr v1.9.1 |
1314 | 2024-08-15T05:00:48.260Z | Compiling openapiv3 v2.0.0 |
1315 | 2024-08-15T05:00:48.746Z | Compiling hex v0.4.3 |
1316 | 2024-08-15T05:00:49.228Z | Compiling sha1 v0.10.6 |
1317 | 2024-08-15T05:00:49.255Z | Compiling crossbeam-epoch v0.9.18 |
1318 | 2024-08-15T05:00:49.480Z | Compiling dirs-sys-next v0.1.2 |
1319 | 2024-08-15T05:00:49.610Z | Compiling unicode-xid v0.2.4 |
1320 | 2024-08-15T05:00:49.767Z | Compiling lalrpop-util v0.19.12 |
1321 | 2024-08-15T05:00:49.795Z | Compiling peg-runtime v0.8.3 |
1322 | 2024-08-15T05:00:49.919Z | Compiling dirs-next v2.0.0 |
1323 | 2024-08-15T05:00:50.051Z | Compiling thread_local v1.1.8 |
1324 | 2024-08-15T05:00:50.075Z | Compiling slog-async v2.8.0 |
1325 | 2024-08-15T05:00:50.098Z | Compiling term v0.7.0 |
1326 | 2024-08-15T05:00:50.122Z | Compiling xattr v1.3.1 |
1327 | 2024-08-15T05:00:50.370Z | Compiling crossbeam-channel v0.5.12 |
1328 | 2024-08-15T05:00:50.394Z | Compiling strum_macros v0.26.4 |
1329 | 2024-08-15T05:00:50.541Z | Compiling filetime v0.2.24 |
1330 | 2024-08-15T05:00:50.626Z | Compiling is-terminal v0.4.12 |
1331 | 2024-08-15T05:00:50.742Z | Compiling take_mut v0.2.2 |
1332 | 2024-08-15T05:00:50.849Z | Compiling slog-term v2.9.1 |
1333 | 2024-08-15T05:00:50.920Z | Compiling tar v0.4.41 |
1334 | 2024-08-15T05:00:51.480Z | Compiling camino v1.1.7 |
1335 | 2024-08-15T05:00:52.589Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1336 | 2024-08-15T05:00:53.474Z | Compiling strum v0.26.3 |
1337 | 2024-08-15T05:00:53.582Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1338 | 2024-08-15T05:00:59.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1339 | 2024-08-15T05:00:59.942Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1340 | 2024-08-15T05:01:00.007Z | Aug 15 05:00:59.715 INFO Starting download, target: Clickhouse |
1341 | 2024-08-15T05:01:00.007Z | Aug 15 05:00:59.715 INFO Starting download, target: Cockroach |
1342 | 2024-08-15T05:01:00.007Z | Aug 15 05:00:59.715 INFO Starting download, target: Console |
1343 | 2024-08-15T05:01:00.032Z | Aug 15 05:00:59.715 INFO Starting download, target: DendriteOpenapi |
1344 | 2024-08-15T05:01:00.032Z | Aug 15 05:00:59.715 INFO Starting download, target: DendriteStub |
1345 | 2024-08-15T05:01:00.032Z | Aug 15 05:00:59.715 INFO Starting download, target: MaghemiteMgd |
1346 | 2024-08-15T05:01:00.032Z | Aug 15 05:00:59.715 INFO Starting download, target: TransceiverControl |
1347 | 2024-08-15T05:01:00.032Z | Aug 15 05:00:59.717 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1348 | 2024-08-15T05:01:00.032Z | Aug 15 05:00:59.717 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1349 | 2024-08-15T05:01:00.032Z | Aug 15 05:00:59.717 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1350 | 2024-08-15T05:01:00.033Z | Aug 15 05:00:59.718 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1351 | 2024-08-15T05:01:00.033Z | Aug 15 05:00:59.718 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1352 | 2024-08-15T05:01:00.033Z | Aug 15 05:00:59.718 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1353 | 2024-08-15T05:01:00.033Z | Aug 15 05:00:59.718 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1354 | 2024-08-15T05:01:00.396Z | Aug 15 05:01:00.104 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1355 | 2024-08-15T05:01:00.731Z | Aug 15 05:01:00.440 INFO Download complete, target: Console |
1356 | 2024-08-15T05:01:05.415Z | Aug 15 05:01:05.119 INFO Download complete, target: DendriteOpenapi |
1357 | 2024-08-15T05:01:05.941Z | Aug 15 05:01:05.651 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1358 | 2024-08-15T05:01:06.626Z | Aug 15 05:01:06.335 INFO Download complete, target: TransceiverControl |
1359 | 2024-08-15T05:01:07.050Z | Aug 15 05:01:06.760 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1360 | 2024-08-15T05:01:07.568Z | Aug 15 05:01:07.278 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1361 | 2024-08-15T05:01:10.224Z | Aug 15 05:01:09.933 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1362 | 2024-08-15T05:01:10.224Z | Aug 15 05:01:09.933 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1363 | 2024-08-15T05:01:10.350Z | Aug 15 05:01:10.058 INFO Download complete, target: MaghemiteMgd |
1364 | 2024-08-15T05:01:10.895Z | Aug 15 05:01:10.604 INFO Download complete, target: DendriteStub |
1365 | 2024-08-15T05:01:19.325Z | Aug 15 05:01:19.035 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1366 | 2024-08-15T05:01:19.759Z | Aug 15 05:01:19.469 INFO Checking that binary works, target: Cockroach |
1367 | 2024-08-15T05:01:19.981Z | Aug 15 05:01:19.691 INFO Download complete, target: Cockroach |
1368 | 2024-08-15T05:01:25.770Z | Aug 15 05:01:25.480 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1369 | 2024-08-15T05:01:41.298Z | Aug 15 05:01:41.008 INFO Checking that binary works, target: Clickhouse |
1370 | 2024-08-15T05:01:41.435Z | Aug 15 05:01:41.145 INFO Download complete, target: Clickhouse |
1371 | 2024-08-15T05:01:41.466Z | All builder prerequisites installed successfully, and PATH looks valid |
1372 | 2024-08-15T05:01:41.490Z | |
1373 | 2024-08-15T05:01:41.490Z | real 4:00.472613938 |
1374 | 2024-08-15T05:01:41.490Z | user 10:12.982027639 |
1375 | 2024-08-15T05:01:41.490Z | sys 2:25.420642857 |
1376 | 2024-08-15T05:01:41.490Z | trap 0.333652325 |
1377 | 2024-08-15T05:01:41.490Z | tflt 0.443041291 |
1378 | 2024-08-15T05:01:41.490Z | dflt 1.602888756 |
1379 | 2024-08-15T05:01:41.491Z | kflt 0.007853093 |
1380 | 2024-08-15T05:01:41.491Z | lock 28:43.844548927 |
1381 | 2024-08-15T05:01:41.491Z | slp 39:32.096331065 |
1382 | 2024-08-15T05:01:41.491Z | lat 43.600440321 |
1383 | 2024-08-15T05:01:41.491Z | stop 1:44.117893419 |
1384 | 2024-08-15T05:01:41.491Z | + banner clippy |
1385 | 2024-08-15T05:01:41.491Z | |
1386 | 2024-08-15T05:01:41.491Z | #### # # ##### ##### # # |
1387 | 2024-08-15T05:01:41.491Z | # # # # # # # # # # |
1388 | 2024-08-15T05:01:41.491Z | # # # # # # # # |
1389 | 2024-08-15T05:01:41.491Z | # # # ##### ##### # |
1390 | 2024-08-15T05:01:41.491Z | # # # # # # # |
1391 | 2024-08-15T05:01:41.491Z | #### ###### # # # # |
1392 | 2024-08-15T05:01:41.491Z | |
1393 | 2024-08-15T05:01:41.491Z | + export CARGO_INCREMENTAL=0 |
1394 | 2024-08-15T05:01:41.491Z | + CARGO_INCREMENTAL=0 |
1395 | 2024-08-15T05:01:41.491Z | + ptime -m cargo xtask clippy |
1396 | 2024-08-15T05:01:42.183Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1397 | 2024-08-15T05:01:46.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
1398 | 2024-08-15T05:01:46.671Z | Running `target/debug/xtask clippy` |
1399 | 2024-08-15T05:01:46.704Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1400 | 2024-08-15T05:01:47.767Z | Downloading crates ... |
1401 | 2024-08-15T05:01:48.174Z | Downloaded bcrypt-pbkdf v0.10.0 |
1402 | 2024-08-15T05:01:48.198Z | Downloaded tower-layer v0.3.2 |
1403 | 2024-08-15T05:01:48.222Z | Downloaded yansi v0.5.1 |
1404 | 2024-08-15T05:01:48.222Z | Downloaded trybuild v1.0.99 |
1405 | 2024-08-15T05:01:48.245Z | Downloaded rand_distr v0.4.3 |
1406 | 2024-08-15T05:01:48.245Z | Downloaded p384 v0.13.0 |
1407 | 2024-08-15T05:01:48.245Z | Downloaded pretty_assertions v1.4.0 |
1408 | 2024-08-15T05:01:48.245Z | Downloaded plotters v0.3.5 |
1409 | 2024-08-15T05:01:48.269Z | Downloaded pbkdf2 v0.11.0 |
1410 | 2024-08-15T05:01:48.269Z | Downloaded password-hash v0.4.2 |
1411 | 2024-08-15T05:01:48.269Z | Downloaded p521 v0.13.3 |
1412 | 2024-08-15T05:01:48.269Z | Downloaded p256 v0.13.2 |
1413 | 2024-08-15T05:01:48.269Z | Downloaded num-bigint v0.4.5 |
1414 | 2024-08-15T05:01:48.269Z | Downloaded libtest-mimic v0.7.3 |
1415 | 2024-08-15T05:01:48.269Z | Downloaded hyper-util v0.1.3 |
1416 | 2024-08-15T05:01:48.293Z | Downloaded hyper v1.3.1 |
1417 | 2024-08-15T05:01:48.293Z | Downloaded guppy v0.17.7 |
1418 | 2024-08-15T05:01:48.293Z | Downloaded futures-timer v3.0.3 |
1419 | 2024-08-15T05:01:48.293Z | Downloaded fancy-regex v0.13.0 |
1420 | 2024-08-15T05:01:48.293Z | Downloaded ed25519-dalek v2.1.1 |
1421 | 2024-08-15T05:01:48.317Z | Downloaded ed25519 v2.2.3 |
1422 | 2024-08-15T05:01:48.317Z | Downloaded dirs v5.0.1 |
1423 | 2024-08-15T05:01:48.317Z | Downloaded dhcproto v0.12.0 |
1424 | 2024-08-15T05:01:48.317Z | Downloaded ctr v0.9.2 |
1425 | 2024-08-15T05:01:48.317Z | Downloaded criterion v0.5.1 |
1426 | 2024-08-15T05:01:48.317Z | Downloaded tower v0.4.13 |
1427 | 2024-08-15T05:01:48.341Z | Downloaded threadpool v1.8.1 |
1428 | 2024-08-15T05:01:48.341Z | Downloaded target-lexicon v0.12.16 |
1429 | 2024-08-15T05:01:48.341Z | Downloaded ssh-key v0.6.6 |
1430 | 2024-08-15T05:01:48.341Z | Downloaded ssh-encoding v0.2.0 |
1431 | 2024-08-15T05:01:48.365Z | Downloaded similar-asserts v1.5.0 |
1432 | 2024-08-15T05:01:48.365Z | Downloaded rust-argon2 v2.1.0 |
1433 | 2024-08-15T05:01:48.365Z | Downloaded russh v0.44.1 |
1434 | 2024-08-15T05:01:48.365Z | Downloaded rstest_macros v0.19.0 |
1435 | 2024-08-15T05:01:48.365Z | Downloaded rfc6979 v0.4.0 |
1436 | 2024-08-15T05:01:48.365Z | Downloaded plotters-backend v0.3.5 |
1437 | 2024-08-15T05:01:48.365Z | Downloaded partial-io v0.5.4 |
1438 | 2024-08-15T05:01:48.365Z | Downloaded oorandom v11.1.3 |
1439 | 2024-08-15T05:01:48.365Z | Downloaded hyper-rustls v0.26.0 |
1440 | 2024-08-15T05:01:48.389Z | Downloaded escape8259 v0.5.2 |
1441 | 2024-08-15T05:01:48.389Z | Downloaded ecdsa v0.16.9 |
1442 | 2024-08-15T05:01:48.389Z | Downloaded doc-comment v0.3.3 |
1443 | 2024-08-15T05:01:48.389Z | Downloaded dirs-sys v0.4.1 |
1444 | 2024-08-15T05:01:48.389Z | Downloaded aes-gcm v0.10.3 |
1445 | 2024-08-15T05:01:48.389Z | Downloaded tinytemplate v1.2.1 |
1446 | 2024-08-15T05:01:48.389Z | Downloaded rustls-native-certs v0.7.0 |
1447 | 2024-08-15T05:01:48.389Z | Downloaded russh-keys v0.44.0 |
1448 | 2024-08-15T05:01:48.390Z | Downloaded russh-cryptovec v0.7.2 |
1449 | 2024-08-15T05:01:48.390Z | Downloaded rstest v0.19.0 |
1450 | 2024-08-15T05:01:48.414Z | Downloaded relative-path v1.9.3 |
1451 | 2024-08-15T05:01:48.414Z | Downloaded primeorder v0.13.6 |
1452 | 2024-08-15T05:01:48.414Z | Downloaded polyval v0.6.2 |
1453 | 2024-08-15T05:01:48.414Z | Downloaded plotters-svg v0.3.5 |
1454 | 2024-08-15T05:01:48.414Z | Downloaded option-ext v0.2.0 |
1455 | 2024-08-15T05:01:48.414Z | Downloaded nested v0.1.1 |
1456 | 2024-08-15T05:01:48.414Z | Downloaded httptest v0.15.5 |
1457 | 2024-08-15T05:01:48.414Z | Downloaded http-body v1.0.0 |
1458 | 2024-08-15T05:01:48.414Z | Downloaded hex-literal v0.4.1 |
1459 | 2024-08-15T05:01:48.414Z | Downloaded guppy-workspace-hack v0.1.0 |
1460 | 2024-08-15T05:01:48.414Z | Downloaded ghash v0.5.1 |
1461 | 2024-08-15T05:01:48.414Z | Downloaded dhcproto-macros v0.1.0 |
1462 | 2024-08-15T05:01:48.414Z | Downloaded datatest-stable v0.2.9 |
1463 | 2024-08-15T05:01:48.414Z | Downloaded criterion-plot v0.5.0 |
1464 | 2024-08-15T05:01:48.414Z | Downloaded cfg-expr v0.16.0 |
1465 | 2024-08-15T05:01:48.438Z | Downloaded cast v0.3.0 |
1466 | 2024-08-15T05:01:48.438Z | Downloaded blowfish v0.9.1 |
1467 | 2024-08-15T05:01:48.438Z | Downloaded blake2b_simd v1.0.2 |
1468 | 2024-08-15T05:01:48.438Z | Downloaded assert_cmd v2.0.16 |
1469 | 2024-08-15T05:01:48.438Z | Downloaded approx v0.5.1 |
1470 | 2024-08-15T05:01:48.438Z | Downloaded anes v0.1.6 |
1471 | 2024-08-15T05:01:48.438Z | Downloaded target-spec v3.2.1 |
1472 | 2024-08-15T05:01:48.438Z | Downloaded ssh-cipher v0.2.0 |
1473 | 2024-08-15T05:01:48.438Z | Downloaded pathdiff v0.2.1 |
1474 | 2024-08-15T05:01:48.438Z | Downloaded md5 v0.7.0 |
1475 | 2024-08-15T05:01:48.438Z | Downloaded internet-checksum v0.2.1 |
1476 | 2024-08-15T05:01:49.204Z | Checking cfg-if v1.0.0 |
1477 | 2024-08-15T05:01:49.232Z | Checking libc v0.2.155 |
1478 | 2024-08-15T05:01:49.256Z | Checking serde v1.0.207 |
1479 | 2024-08-15T05:01:49.280Z | Checking memchr v2.7.2 |
1480 | 2024-08-15T05:01:49.304Z | Checking scopeguard v1.2.0 |
1481 | 2024-08-15T05:01:49.304Z | Checking log v0.4.21 |
1482 | 2024-08-15T05:01:49.350Z | Checking byteorder v1.5.0 |
1483 | 2024-08-15T05:01:49.375Z | Checking itoa v1.0.11 |
1484 | 2024-08-15T05:01:49.399Z | Checking smallvec v1.13.2 |
1485 | 2024-08-15T05:01:49.456Z | Checking lock_api v0.4.12 |
1486 | 2024-08-15T05:01:49.586Z | Checking zeroize v1.7.0 |
1487 | 2024-08-15T05:01:49.627Z | Checking once_cell v1.19.0 |
1488 | 2024-08-15T05:01:49.739Z | Checking pin-project-lite v0.2.14 |
1489 | 2024-08-15T05:01:49.766Z | Checking typenum v1.17.0 |
1490 | 2024-08-15T05:01:49.848Z | Checking spin v0.9.8 |
1491 | 2024-08-15T05:01:49.872Z | Checking libm v0.2.8 |
1492 | 2024-08-15T05:01:49.896Z | Checking subtle v2.5.0 |
1493 | 2024-08-15T05:01:49.921Z | Checking ryu v1.0.18 |
1494 | 2024-08-15T05:01:50.068Z | Checking thiserror v1.0.63 |
1495 | 2024-08-15T05:01:50.101Z | Checking futures-core v0.3.30 |
1496 | 2024-08-15T05:01:50.133Z | Checking zerocopy v0.7.34 |
1497 | 2024-08-15T05:01:50.167Z | Checking const-oid v0.9.6 |
1498 | 2024-08-15T05:01:50.197Z | Checking futures-sink v0.3.30 |
1499 | 2024-08-15T05:01:50.221Z | Checking getrandom v0.2.14 |
1500 | 2024-08-15T05:01:50.258Z | Checking parking_lot_core v0.9.10 |
1501 | 2024-08-15T05:01:50.336Z | Checking signal-hook-registry v1.4.2 |
1502 | 2024-08-15T05:01:50.445Z | Checking rand_core v0.6.4 |
1503 | 2024-08-15T05:01:50.545Z | Checking mio v0.8.11 |
1504 | 2024-08-15T05:01:50.569Z | Checking parking_lot v0.12.2 |
1505 | 2024-08-15T05:01:50.593Z | Checking num_cpus v1.16.0 |
1506 | 2024-08-15T05:01:50.704Z | Checking num-traits v0.2.19 |
1507 | 2024-08-15T05:01:50.728Z | Checking socket2 v0.5.7 |
1508 | 2024-08-15T05:01:50.809Z | Checking generic-array v0.14.7 |
1509 | 2024-08-15T05:01:50.926Z | Checking futures-channel v0.3.30 |
1510 | 2024-08-15T05:01:51.109Z | Checking slab v0.4.9 |
1511 | 2024-08-15T05:01:51.252Z | Checking pin-utils v0.1.0 |
1512 | 2024-08-15T05:01:51.276Z | Checking futures-io v0.3.30 |
1513 | 2024-08-15T05:01:51.356Z | Checking futures-task v0.3.30 |
1514 | 2024-08-15T05:01:51.384Z | Checking cpufeatures v0.2.12 |
1515 | 2024-08-15T05:01:51.420Z | Checking ahash v0.8.11 |
1516 | 2024-08-15T05:01:51.473Z | Checking allocator-api2 v0.2.18 |
1517 | 2024-08-15T05:01:51.512Z | Checking fnv v1.0.7 |
1518 | 2024-08-15T05:01:51.599Z | Checking futures-util v0.3.30 |
1519 | 2024-08-15T05:01:51.623Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2024-08-15T05:01:51.623Z | Checking iana-time-zone v0.1.60 |
1521 | 2024-08-15T05:01:51.782Z | Checking equivalent v1.0.1 |
1522 | 2024-08-15T05:01:51.827Z | Checking crypto-common v0.1.6 |
1523 | 2024-08-15T05:01:51.881Z | Checking block-buffer v0.10.4 |
1524 | 2024-08-15T05:01:51.905Z | Checking ppv-lite86 v0.2.17 |
1525 | 2024-08-15T05:01:51.951Z | Checking lazy_static v1.5.0 |
1526 | 2024-08-15T05:01:51.999Z | Checking tinyvec_macros v0.1.1 |
1527 | 2024-08-15T05:01:52.030Z | Checking hashbrown v0.14.5 |
1528 | 2024-08-15T05:01:52.063Z | Checking errno v0.3.9 |
1529 | 2024-08-15T05:01:52.087Z | Checking digest v0.10.7 |
1530 | 2024-08-15T05:01:52.110Z | Checking tinyvec v1.6.0 |
1531 | 2024-08-15T05:01:52.149Z | Checking tracing-core v0.1.32 |
1532 | 2024-08-15T05:01:52.217Z | Checking unicode-bidi v0.3.15 |
1533 | 2024-08-15T05:01:52.405Z | Checking dyn-clone v1.0.17 |
1534 | 2024-08-15T05:01:52.485Z | Checking rand_chacha v0.3.1 |
1535 | 2024-08-15T05:01:52.530Z | Checking block-padding v0.3.3 |
1536 | 2024-08-15T05:01:52.706Z | Checking percent-encoding v2.3.1 |
1537 | 2024-08-15T05:01:52.730Z | Checking tracing v0.1.40 |
1538 | 2024-08-15T05:01:52.754Z | Checking inout v0.1.3 |
1539 | 2024-08-15T05:01:52.807Z | Checking rand v0.8.5 |
1540 | 2024-08-15T05:01:52.902Z | Checking regex-syntax v0.8.4 |
1541 | 2024-08-15T05:01:52.951Z | Checking cipher v0.4.4 |
1542 | 2024-08-15T05:01:53.030Z | Checking unicode-ident v1.0.12 |
1543 | 2024-08-15T05:01:53.054Z | Checking form_urlencoded v1.2.1 |
1544 | 2024-08-15T05:01:53.157Z | Checking unicode-normalization v0.1.23 |
1545 | 2024-08-15T05:01:53.183Z | Checking aho-corasick v1.1.3 |
1546 | 2024-08-15T05:01:53.223Z | Checking base64ct v1.6.0 |
1547 | 2024-08-15T05:01:53.307Z | Checking hmac v0.12.1 |
1548 | 2024-08-15T05:01:53.488Z | Checking unicode-width v0.1.13 |
1549 | 2024-08-15T05:01:53.518Z | Checking bytes v1.7.1 |
1550 | 2024-08-15T05:01:53.597Z | Checking bitflags v2.6.0 |
1551 | 2024-08-15T05:01:53.653Z | Checking serde_json v1.0.124 |
1552 | 2024-08-15T05:01:53.797Z | Checking chrono v0.4.38 |
1553 | 2024-08-15T05:01:53.851Z | Checking uuid v1.10.0 |
1554 | 2024-08-15T05:01:53.876Z | Checking indexmap v2.4.0 |
1555 | 2024-08-15T05:01:54.193Z | Checking tokio v1.38.1 |
1556 | 2024-08-15T05:01:54.359Z | Checking rustix v0.38.34 |
1557 | 2024-08-15T05:01:54.540Z | Checking proc-macro2 v1.0.86 |
1558 | 2024-08-15T05:01:54.904Z | Checking sha2 v0.10.8 |
1559 | 2024-08-15T05:01:54.981Z | Checking httparse v1.8.0 |
1560 | 2024-08-15T05:01:55.108Z | Checking adler v1.0.2 |
1561 | 2024-08-15T05:01:55.249Z | Checking powerfmt v0.2.0 |
1562 | 2024-08-15T05:01:55.330Z | Checking miniz_oxide v0.7.2 |
1563 | 2024-08-15T05:01:55.371Z | Checking quote v1.0.36 |
1564 | 2024-08-15T05:01:55.481Z | Checking schemars v0.8.21 |
1565 | 2024-08-15T05:01:55.505Z | Checking deranged v0.3.11 |
1566 | 2024-08-15T05:01:55.530Z | Checking regex-automata v0.4.6 |
1567 | 2024-08-15T05:01:55.668Z | Checking http v0.2.12 |
1568 | 2024-08-15T05:01:55.826Z | Checking num-conv v0.1.0 |
1569 | 2024-08-15T05:01:55.975Z | Checking time-core v0.1.2 |
1570 | 2024-08-15T05:01:56.004Z | Checking num_threads v0.1.7 |
1571 | 2024-08-15T05:01:56.048Z | Checking syn v2.0.74 |
1572 | 2024-08-15T05:01:56.109Z | Checking idna v0.5.0 |
1573 | 2024-08-15T05:01:56.133Z | Checking untrusted v0.9.0 |
1574 | 2024-08-15T05:01:56.269Z | Checking ring v0.17.8 |
1575 | 2024-08-15T05:01:56.788Z | Checking url v2.5.2 |
1576 | 2024-08-15T05:01:56.821Z | Checking pem-rfc7468 v0.7.0 |
1577 | 2024-08-15T05:01:56.846Z | Checking try-lock v0.2.5 |
1578 | 2024-08-15T05:01:56.964Z | Checking want v0.3.1 |
1579 | 2024-08-15T05:01:56.989Z | Checking time v0.3.36 |
1580 | 2024-08-15T05:01:57.058Z | Checking slog v2.7.0 |
1581 | 2024-08-15T05:01:57.122Z | Checking flagset v0.4.5 |
1582 | 2024-08-15T05:01:57.289Z | Checking tower-service v0.3.2 |
1583 | 2024-08-15T05:01:57.396Z | Checking der v0.7.9 |
1584 | 2024-08-15T05:01:57.476Z | Checking futures-executor v0.3.30 |
1585 | 2024-08-15T05:01:57.500Z | Checking pbkdf2 v0.12.2 |
1586 | 2024-08-15T05:01:57.642Z | Checking aes v0.8.4 |
1587 | 2024-08-15T05:01:57.675Z | Checking gimli v0.28.1 |
1588 | 2024-08-15T05:01:57.789Z | Checking salsa20 v0.10.2 |
1589 | 2024-08-15T05:01:57.969Z | Checking cbc v0.1.2 |
1590 | 2024-08-15T05:01:58.133Z | Checking object v0.32.2 |
1591 | 2024-08-15T05:01:58.365Z | Checking rustc-demangle v0.1.24 |
1592 | 2024-08-15T05:01:58.712Z | Checking base64 v0.21.7 |
1593 | 2024-08-15T05:01:59.026Z | Checking spki v0.7.3 |
1594 | 2024-08-15T05:01:59.050Z | Checking httpdate v1.0.3 |
1595 | 2024-08-15T05:01:59.128Z | Checking scrypt v0.11.0 |
1596 | 2024-08-15T05:01:59.293Z | Checking futures v0.3.30 |
1597 | 2024-08-15T05:01:59.317Z | Checking http-body v0.4.6 |
1598 | 2024-08-15T05:01:59.355Z | Checking utf8parse v0.2.1 |
1599 | 2024-08-15T05:01:59.424Z | Checking pkcs5 v0.7.1 |
1600 | 2024-08-15T05:01:59.448Z | Checking regex v1.10.6 |
1601 | 2024-08-15T05:01:59.517Z | Checking mime v0.3.17 |
1602 | 2024-08-15T05:01:59.723Z | Checking foreign-types-shared v0.1.1 |
1603 | 2024-08-15T05:01:59.808Z | Checking openssl-probe v0.1.5 |
1604 | 2024-08-15T05:01:59.850Z | Checking foreign-types v0.3.2 |
1605 | 2024-08-15T05:01:59.919Z | Checking pkcs8 v0.10.2 |
1606 | 2024-08-15T05:01:59.949Z | Checking openssl-sys v0.9.103 |
1607 | 2024-08-15T05:01:59.973Z | Checking anstyle v1.0.8 |
1608 | 2024-08-15T05:02:00.027Z | Checking ipnet v2.9.0 |
1609 | 2024-08-15T05:02:00.234Z | Checking sct v0.7.1 |
1610 | 2024-08-15T05:02:00.275Z | Checking tokio-util v0.7.11 |
1611 | 2024-08-15T05:02:00.311Z | Checking rustls-webpki v0.101.7 |
1612 | 2024-08-15T05:02:00.453Z | Checking toml_datetime v0.6.8 |
1613 | 2024-08-15T05:02:00.477Z | Checking serde_spanned v0.6.7 |
1614 | 2024-08-15T05:02:00.657Z | Checking semver v1.0.23 |
1615 | 2024-08-15T05:02:00.725Z | Checking crossbeam-utils v0.8.19 |
1616 | 2024-08-15T05:02:00.923Z | Checking addr2line v0.21.0 |
1617 | 2024-08-15T05:02:00.969Z | Checking either v1.13.0 |
1618 | 2024-08-15T05:02:01.049Z | Checking rustls v0.21.12 |
1619 | 2024-08-15T05:02:01.092Z | Checking h2 v0.3.26 |
1620 | 2024-08-15T05:02:01.156Z | Checking openssl v0.10.66 |
1621 | 2024-08-15T05:02:01.328Z | Checking serde_urlencoded v0.7.1 |
1622 | 2024-08-15T05:02:01.379Z | Checking scroll v0.12.0 |
1623 | 2024-08-15T05:02:01.403Z | Checking encoding_rs v0.8.34 |
1624 | 2024-08-15T05:02:01.434Z | Checking data-encoding v2.6.0 |
1625 | 2024-08-15T05:02:01.710Z | Checking ucd-trie v0.1.6 |
1626 | 2024-08-15T05:02:01.794Z | Checking plain v0.2.3 |
1627 | 2024-08-15T05:02:01.881Z | Checking pest v2.7.10 |
1628 | 2024-08-15T05:02:01.922Z | Checking goblin v0.8.2 |
1629 | 2024-08-15T05:02:01.983Z | Checking anstyle-parse v0.2.4 |
1630 | 2024-08-15T05:02:02.217Z | Checking idna v0.3.0 |
1631 | 2024-08-15T05:02:02.830Z | Checking bitflags v1.3.2 |
1632 | 2024-08-15T05:02:02.918Z | Checking psl-types v2.0.11 |
1633 | 2024-08-15T05:02:03.071Z | Checking pretty-hex v0.4.1 |
1634 | 2024-08-15T05:02:03.198Z | Checking backtrace v0.3.71 |
1635 | 2024-08-15T05:02:03.224Z | Checking is_terminal_polyfill v1.70.0 |
1636 | 2024-08-15T05:02:03.249Z | Checking colorchoice v1.0.1 |
1637 | 2024-08-15T05:02:03.338Z | Checking anstyle-query v1.0.3 |
1638 | 2024-08-15T05:02:03.379Z | Checking publicsuffix v2.2.3 |
1639 | 2024-08-15T05:02:03.461Z | Checking anstream v0.6.14 |
1640 | 2024-08-15T05:02:03.590Z | Checking rustls-pemfile v1.0.4 |
1641 | 2024-08-15T05:02:03.696Z | Checking anyhow v1.0.86 |
1642 | 2024-08-15T05:02:03.724Z | Checking tokio-rustls v0.24.1 |
1643 | 2024-08-15T05:02:03.771Z | Checking cookie v0.17.0 |
1644 | 2024-08-15T05:02:03.797Z | Checking terminal_size v0.3.0 |
1645 | 2024-08-15T05:02:03.879Z | Checking dtrace-parser v0.2.0 |
1646 | 2024-08-15T05:02:03.943Z | Checking thread-id v4.2.1 |
1647 | 2024-08-15T05:02:04.026Z | Checking strsim v0.11.1 |
1648 | 2024-08-15T05:02:04.050Z | Checking clap_lex v0.7.0 |
1649 | 2024-08-15T05:02:04.077Z | Checking openapiv3 v2.0.0 |
1650 | 2024-08-15T05:02:04.132Z | Checking cookie_store v0.20.0 |
1651 | 2024-08-15T05:02:04.265Z | Checking signature v2.2.0 |
1652 | 2024-08-15T05:02:04.290Z | Checking clap_builder v4.5.15 |
1653 | 2024-08-15T05:02:04.290Z | Checking sha1 v0.10.6 |
1654 | 2024-08-15T05:02:04.438Z | Checking memmap v0.7.0 |
1655 | 2024-08-15T05:02:04.524Z | Checking webpki-roots v0.25.4 |
1656 | 2024-08-15T05:02:04.619Z | Checking sync_wrapper v0.1.2 |
1657 | 2024-08-15T05:02:04.660Z | Checking base64 v0.22.1 |
1658 | 2024-08-15T05:02:04.710Z | Checking num-integer v0.1.46 |
1659 | 2024-08-15T05:02:04.734Z | Checking base16ct v0.2.0 |
1660 | 2024-08-15T05:02:04.904Z | Checking sec1 v0.7.3 |
1661 | 2024-08-15T05:02:05.077Z | Checking ff v0.13.0 |
1662 | 2024-08-15T05:02:05.101Z | Checking stable_deref_trait v1.2.0 |
1663 | 2024-08-15T05:02:05.189Z | Checking num-iter v0.1.45 |
1664 | 2024-08-15T05:02:05.238Z | Checking hkdf v0.12.4 |
1665 | 2024-08-15T05:02:05.270Z | Checking group v0.13.0 |
1666 | 2024-08-15T05:02:05.342Z | Checking crypto-bigint v0.5.5 |
1667 | 2024-08-15T05:02:05.422Z | Checking crc32fast v1.4.0 |
1668 | 2024-08-15T05:02:05.499Z | Checking winnow v0.6.18 |
1669 | 2024-08-15T05:02:05.616Z | Checking native-tls v0.2.11 |
1670 | 2024-08-15T05:02:05.640Z | Checking crossbeam-epoch v0.9.18 |
1671 | 2024-08-15T05:02:05.911Z | Checking tokio-native-tls v0.3.1 |
1672 | 2024-08-15T05:02:06.043Z | Checking hex v0.4.3 |
1673 | 2024-08-15T05:02:06.144Z | Checking dof v0.3.0 |
1674 | 2024-08-15T05:02:06.168Z | Checking managed v0.8.0 |
1675 | 2024-08-15T05:02:06.207Z | Checking hyper v0.14.30 |
1676 | 2024-08-15T05:02:06.504Z | Checking unicode-segmentation v1.11.0 |
1677 | 2024-08-15T05:02:06.530Z | Checking winnow v0.5.40 |
1678 | 2024-08-15T05:02:06.692Z | Checking usdt-impl v0.5.0 |
1679 | 2024-08-15T05:02:06.789Z | Checking static_assertions v1.1.0 |
1680 | 2024-08-15T05:02:06.878Z | Checking num-bigint-dig v0.8.4 |
1681 | 2024-08-15T05:02:06.906Z | Checking clap v4.5.15 |
1682 | 2024-08-15T05:02:07.005Z | Checking pkcs1 v0.7.5 |
1683 | 2024-08-15T05:02:07.029Z | Checking zerocopy v0.6.6 |
1684 | 2024-08-15T05:02:07.146Z | Checking usdt v0.5.0 |
1685 | 2024-08-15T05:02:07.332Z | Checking signal-hook v0.3.17 |
1686 | 2024-08-15T05:02:07.364Z | Checking flate2 v1.0.31 |
1687 | 2024-08-15T05:02:07.625Z | Checking mio v1.0.2 |
1688 | 2024-08-15T05:02:07.665Z | Checking matches v0.1.10 |
1689 | 2024-08-15T05:02:07.696Z | Checking elliptic-curve v0.13.8 |
1690 | 2024-08-15T05:02:07.761Z | Checking siphasher v0.3.11 |
1691 | 2024-08-15T05:02:07.893Z | Checking idna v0.2.3 |
1692 | 2024-08-15T05:02:07.943Z | Checking toml_edit v0.22.20 |
1693 | 2024-08-15T05:02:08.025Z | Checking itertools v0.10.5 |
1694 | 2024-08-15T05:02:08.137Z | Checking signal-hook-mio v0.2.4 |
1695 | 2024-08-15T05:02:08.249Z | Checking bit-vec v0.6.3 |
1696 | 2024-08-15T05:02:08.274Z | Checking regex-automata v0.1.10 |
1697 | 2024-08-15T05:02:08.526Z | Checking trust-dns-proto v0.22.0 |
1698 | 2024-08-15T05:02:08.549Z | Checking bit-set v0.5.3 |
1699 | 2024-08-15T05:02:08.612Z | Checking bstr v0.2.17 |
1700 | 2024-08-15T05:02:08.635Z | Checking rsa v0.9.6 |
1701 | 2024-08-15T05:02:08.779Z | Checking itertools v0.12.1 |
1702 | 2024-08-15T05:02:08.993Z | Checking toml_edit v0.19.15 |
1703 | 2024-08-15T05:02:09.288Z | Checking hash32 v0.2.1 |
1704 | 2024-08-15T05:02:09.477Z | Checking finl_unicode v1.2.0 |
1705 | 2024-08-15T05:02:09.540Z | Checking predicates-core v1.0.6 |
1706 | 2024-08-15T05:02:09.707Z | Checking heapless v0.7.17 |
1707 | 2024-08-15T05:02:09.945Z | Checking stringprep v0.1.4 |
1708 | 2024-08-15T05:02:09.973Z | Checking bstr v1.9.1 |
1709 | 2024-08-15T05:02:10.113Z | Checking console v0.15.8 |
1710 | 2024-08-15T05:02:10.184Z | Checking md-5 v0.10.6 |
1711 | 2024-08-15T05:02:10.372Z | Checking float-cmp v0.9.0 |
1712 | 2024-08-15T05:02:10.531Z | Checking fixedbitset v0.4.2 |
1713 | 2024-08-15T05:02:10.567Z | Checking normalize-line-endings v0.3.0 |
1714 | 2024-08-15T05:02:10.592Z | Checking fallible-iterator v0.2.0 |
1715 | 2024-08-15T05:02:10.678Z | Checking difflib v0.4.0 |
1716 | 2024-08-15T05:02:10.747Z | Checking smoltcp v0.9.1 |
1717 | 2024-08-15T05:02:10.780Z | Checking petgraph v0.6.5 |
1718 | 2024-08-15T05:02:10.953Z | Checking similar v2.5.0 |
1719 | 2024-08-15T05:02:10.980Z | Checking predicates v3.1.2 |
1720 | 2024-08-15T05:02:11.074Z | Checking toml v0.7.8 |
1721 | 2024-08-15T05:02:11.125Z | Checking postgres-protocol v0.6.7 |
1722 | 2024-08-15T05:02:11.252Z | Checking hyper-rustls v0.24.2 |
1723 | 2024-08-15T05:02:11.538Z | Checking hyper-tls v0.5.0 |
1724 | 2024-08-15T05:02:11.562Z | Checking phf_shared v0.10.0 |
1725 | 2024-08-15T05:02:11.694Z | Checking phf_shared v0.11.2 |
1726 | 2024-08-15T05:02:11.718Z | Checking fs-err v2.11.0 |
1727 | 2024-08-15T05:02:11.718Z | Checking tokio-stream v0.1.15 |
1728 | 2024-08-15T05:02:11.771Z | Checking nix v0.28.0 |
1729 | 2024-08-15T05:02:11.810Z | Checking hubpack v0.1.2 |
1730 | 2024-08-15T05:02:11.835Z | Checking reqwest v0.11.27 |
1731 | 2024-08-15T05:02:11.950Z | Checking minimal-lexical v0.2.1 |
1732 | 2024-08-15T05:02:12.018Z | Checking new_debug_unreachable v1.0.6 |
1733 | 2024-08-15T05:02:12.091Z | Checking precomputed-hash v0.1.1 |
1734 | 2024-08-15T05:02:12.115Z | Checking lalrpop-util v0.19.12 |
1735 | 2024-08-15T05:02:12.203Z | Checking string_cache v0.8.7 |
1736 | 2024-08-15T05:02:12.227Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1737 | 2024-08-15T05:02:12.297Z | Checking nom v7.1.3 |
1738 | 2024-08-15T05:02:12.372Z | Checking phf v0.11.2 |
1739 | 2024-08-15T05:02:12.420Z | Checking postgres-types v0.2.7 |
1740 | 2024-08-15T05:02:12.452Z | Checking peg-runtime v0.8.3 |
1741 | 2024-08-15T05:02:12.600Z | Checking whoami v1.5.1 |
1742 | 2024-08-15T05:02:12.756Z | Compiling regress v0.9.1 |
1743 | 2024-08-15T05:02:12.865Z | Compiling getopts v0.2.21 |
1744 | 2024-08-15T05:02:13.009Z | Checking tokio-postgres v0.7.11 |
1745 | 2024-08-15T05:02:13.259Z | Compiling unsafe-libyaml v0.2.11 |
1746 | 2024-08-15T05:02:13.531Z | Checking camino v1.1.7 |
1747 | 2024-08-15T05:02:13.660Z | Checking heck v0.5.0 |
1748 | 2024-08-15T05:02:13.941Z | Checking is-terminal v0.4.12 |
1749 | 2024-08-15T05:02:14.017Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1750 | 2024-08-15T05:02:14.054Z | Compiling ident_case v1.0.1 |
1751 | 2024-08-15T05:02:14.213Z | Compiling paste v1.0.15 |
1752 | 2024-08-15T05:02:14.303Z | Compiling serde_yaml v0.9.34+deprecated |
1753 | 2024-08-15T05:02:14.597Z | Compiling darling_core v0.20.9 |
1754 | 2024-08-15T05:02:15.015Z | Compiling rustls v0.22.4 |
1755 | 2024-08-15T05:02:15.274Z | Checking http v1.1.0 |
1756 | 2024-08-15T05:02:15.328Z | Checking dirs-sys-next v0.1.2 |
1757 | 2024-08-15T05:02:15.491Z | Checking dirs-next v2.0.0 |
1758 | 2024-08-15T05:02:15.613Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1759 | 2024-08-15T05:02:15.785Z | Checking crossbeam-channel v0.5.12 |
1760 | 2024-08-15T05:02:16.245Z | Checking thread_local v1.1.8 |
1761 | 2024-08-15T05:02:16.435Z | Checking term v0.7.0 |
1762 | 2024-08-15T05:02:16.459Z | Checking strum v0.26.3 |
1763 | 2024-08-15T05:02:16.508Z | Compiling multer v3.1.0 |
1764 | 2024-08-15T05:02:16.602Z | Checking take_mut v0.2.2 |
1765 | 2024-08-15T05:02:16.748Z | Checking slog-async v2.8.0 |
1766 | 2024-08-15T05:02:16.772Z | Compiling async-stream-impl v0.3.5 |
1767 | 2024-08-15T05:02:16.814Z | Checking slog-term v2.9.1 |
1768 | 2024-08-15T05:02:16.865Z | Checking rustls-pki-types v1.7.0 |
1769 | 2024-08-15T05:02:17.008Z | Checking match_cfg v0.1.0 |
1770 | 2024-08-15T05:02:17.092Z | Checking hostname v0.3.1 |
1771 | 2024-08-15T05:02:17.211Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1772 | 2024-08-15T05:02:17.236Z | Checking toml v0.8.19 |
1773 | 2024-08-15T05:02:17.260Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1774 | 2024-08-15T05:02:17.519Z | Checking rustls-webpki v0.102.4 |
1775 | 2024-08-15T05:02:17.816Z | Checking rustls-pemfile v2.1.3 |
1776 | 2024-08-15T05:02:17.866Z | Checking debug-ignore v1.0.5 |
1777 | 2024-08-15T05:02:17.907Z | Checking slog-json v2.6.1 |
1778 | 2024-08-15T05:02:17.996Z | Checking atomic-waker v1.1.2 |
1779 | 2024-08-15T05:02:18.045Z | Checking async-stream v0.3.5 |
1780 | 2024-08-15T05:02:18.126Z | Checking waitgroup v0.1.2 |
1781 | 2024-08-15T05:02:18.150Z | Checking slog-bunyan v2.5.0 |
1782 | 2024-08-15T05:02:18.255Z | Checking ipnetwork v0.20.0 |
1783 | 2024-08-15T05:02:18.305Z | Checking serde_path_to_error v0.1.16 |
1784 | 2024-08-15T05:02:18.508Z | Checking hostname v0.4.0 |
1785 | 2024-08-15T05:02:18.577Z | Checking instant v0.1.12 |
1786 | 2024-08-15T05:02:18.602Z | Checking fastrand v2.1.0 |
1787 | 2024-08-15T05:02:18.643Z | Compiling structmeta-derive v0.3.0 |
1788 | 2024-08-15T05:02:18.691Z | Checking quick-error v1.2.3 |
1789 | 2024-08-15T05:02:18.827Z | Checking newtype-uuid v1.1.0 |
1790 | 2024-08-15T05:02:18.864Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1791 | 2024-08-15T05:02:18.888Z | Checking tempfile v3.10.1 |
1792 | 2024-08-15T05:02:19.048Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1793 | 2024-08-15T05:02:19.203Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1794 | 2024-08-15T05:02:19.470Z | Checking macaddr v1.0.1 |
1795 | 2024-08-15T05:02:19.512Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1796 | 2024-08-15T05:02:19.643Z | Checking backoff v0.4.0 |
1797 | 2024-08-15T05:02:19.742Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1798 | 2024-08-15T05:02:19.773Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1799 | 2024-08-15T05:02:19.910Z | Checking wait-timeout v0.2.0 |
1800 | 2024-08-15T05:02:19.935Z | Checking rand_xorshift v0.3.0 |
1801 | 2024-08-15T05:02:20.050Z | Compiling structmeta-derive v0.2.0 |
1802 | 2024-08-15T05:02:20.079Z | Checking rusty-fork v0.3.0 |
1803 | 2024-08-15T05:02:20.103Z | Checking unarray v0.1.4 |
1804 | 2024-08-15T05:02:20.244Z | Compiling proc-macro-error v1.0.4 |
1805 | 2024-08-15T05:02:20.344Z | Checking proptest v1.5.0 |
1806 | 2024-08-15T05:02:20.415Z | Compiling darling_macro v0.20.9 |
1807 | 2024-08-15T05:02:20.572Z | Checking camino-tempfile v1.1.1 |
1808 | 2024-08-15T05:02:20.835Z | Compiling proc-macro-crate v1.3.1 |
1809 | 2024-08-15T05:02:20.876Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1810 | 2024-08-15T05:02:21.158Z | Compiling structmeta v0.3.0 |
1811 | 2024-08-15T05:02:21.221Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1812 | 2024-08-15T05:02:21.285Z | Compiling darling v0.20.9 |
1813 | 2024-08-15T05:02:21.331Z | Checking tokio-rustls v0.25.0 |
1814 | 2024-08-15T05:02:21.413Z | Compiling serde_with_macros v3.8.3 |
1815 | 2024-08-15T05:02:21.529Z | Compiling foreign-types-macros v0.2.3 |
1816 | 2024-08-15T05:02:21.572Z | Compiling parse-display-derive v0.10.0 |
1817 | 2024-08-15T05:02:21.810Z | Compiling num_enum_derive v0.5.11 |
1818 | 2024-08-15T05:02:22.525Z | Compiling structmeta v0.2.0 |
1819 | 2024-08-15T05:02:22.585Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1820 | 2024-08-15T05:02:22.836Z | Checking foreign-types-shared v0.3.1 |
1821 | 2024-08-15T05:02:22.903Z | Compiling test-strategy v0.3.1 |
1822 | 2024-08-15T05:02:22.943Z | Checking foreign-types v0.5.0 |
1823 | 2024-08-15T05:02:23.372Z | Checking cstr-argument v0.1.2 |
1824 | 2024-08-15T05:02:23.543Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1825 | 2024-08-15T05:02:23.882Z | Checking serde_with v3.8.3 |
1826 | 2024-08-15T05:02:23.962Z | Checking num_enum v0.5.11 |
1827 | 2024-08-15T05:02:24.106Z | Checking pretty-hex v0.2.1 |
1828 | 2024-08-15T05:02:24.270Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2024-08-15T05:02:24.318Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1830 | 2024-08-15T05:02:24.404Z | Checking tabwriter v1.4.0 |
1831 | 2024-08-15T05:02:24.518Z | Checking colored v2.1.0 |
1832 | 2024-08-15T05:02:24.597Z | Checking socket2 v0.4.10 |
1833 | 2024-08-15T05:02:24.621Z | Checking smf v0.2.3 |
1834 | 2024-08-15T05:02:24.766Z | Compiling heapless v0.8.0 |
1835 | 2024-08-15T05:02:24.790Z | Checking termtree v0.4.1 |
1836 | 2024-08-15T05:02:24.972Z | Checking hash32 v0.3.1 |
1837 | 2024-08-15T05:02:24.996Z | Checking predicates-tree v1.0.9 |
1838 | 2024-08-15T05:02:25.029Z | Compiling crucible-workspace-hack v0.1.0 |
1839 | 2024-08-15T05:02:25.144Z | Compiling smoltcp v0.11.0 |
1840 | 2024-08-15T05:02:25.170Z | Checking embedded-io v0.4.0 |
1841 | 2024-08-15T05:02:25.339Z | Checking cobs v0.2.3 |
1842 | 2024-08-15T05:02:25.423Z | Checking parse-display v0.10.0 |
1843 | 2024-08-15T05:02:25.469Z | Checking sigpipe v0.1.3 |
1844 | 2024-08-15T05:02:25.513Z | Checking postcard v1.0.8 |
1845 | 2024-08-15T05:02:25.581Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1846 | 2024-08-15T05:02:25.640Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1847 | 2024-08-15T05:02:25.831Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1848 | 2024-08-15T05:02:25.912Z | Compiling mockall_derive v0.13.0 |
1849 | 2024-08-15T05:02:25.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1850 | 2024-08-15T05:02:26.187Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1851 | 2024-08-15T05:02:26.211Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1852 | 2024-08-15T05:02:26.425Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1853 | 2024-08-15T05:02:26.480Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1854 | 2024-08-15T05:02:26.692Z | Compiling num-derive v0.4.2 |
1855 | 2024-08-15T05:02:26.718Z | Checking fragile v2.0.0 |
1856 | 2024-08-15T05:02:26.802Z | Checking downcast v0.11.0 |
1857 | 2024-08-15T05:02:26.963Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1858 | 2024-08-15T05:02:26.987Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1859 | 2024-08-15T05:02:27.216Z | Checking humantime v2.1.0 |
1860 | 2024-08-15T05:02:27.268Z | Checking arc-swap v1.7.1 |
1861 | 2024-08-15T05:02:27.484Z | Checking utf-8 v0.7.6 |
1862 | 2024-08-15T05:02:27.641Z | Checking slog-scope v4.4.0 |
1863 | 2024-08-15T05:02:27.677Z | Checking xattr v1.3.1 |
1864 | 2024-08-15T05:02:27.701Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1865 | 2024-08-15T05:02:27.830Z | Checking filetime v0.2.24 |
1866 | 2024-08-15T05:02:27.854Z | Checking slog-stdlog v4.1.1 |
1867 | 2024-08-15T05:02:27.878Z | Checking termcolor v1.4.1 |
1868 | 2024-08-15T05:02:28.012Z | Checking slog-envlogger v2.2.0 |
1869 | 2024-08-15T05:02:28.036Z | Checking tar v0.4.41 |
1870 | 2024-08-15T05:02:28.226Z | Checking same-file v1.0.6 |
1871 | 2024-08-15T05:02:28.263Z | Checking newline-converter v0.3.0 |
1872 | 2024-08-15T05:02:28.364Z | Checking tungstenite v0.21.0 |
1873 | 2024-08-15T05:02:28.389Z | Checking walkdir v2.5.0 |
1874 | 2024-08-15T05:02:28.415Z | Checking expectorate v1.1.0 |
1875 | 2024-08-15T05:02:28.538Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1876 | 2024-08-15T05:02:28.566Z | Checking atty v0.2.14 |
1877 | 2024-08-15T05:02:28.648Z | Compiling derive-where v1.2.7 |
1878 | 2024-08-15T05:02:28.687Z | Checking pem v3.0.4 |
1879 | 2024-08-15T05:02:28.716Z | Checking password-hash v0.5.0 |
1880 | 2024-08-15T05:02:28.937Z | Checking blake2 v0.10.6 |
1881 | 2024-08-15T05:02:28.970Z | Checking tungstenite v0.20.1 |
1882 | 2024-08-15T05:02:29.077Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1883 | 2024-08-15T05:02:29.108Z | Checking env_logger v0.9.3 |
1884 | 2024-08-15T05:02:29.138Z | Checking tokio-tungstenite v0.21.0 |
1885 | 2024-08-15T05:02:29.339Z | Checking argon2 v0.5.3 |
1886 | 2024-08-15T05:02:29.505Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-15T05:02:29.533Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-08-15T05:02:29.654Z | Compiling bitstruct_derive v0.1.0 |
1889 | 2024-08-15T05:02:29.721Z | Checking tokio-tungstenite v0.20.1 |
1890 | 2024-08-15T05:02:29.821Z | Checking ascii v1.1.0 |
1891 | 2024-08-15T05:02:29.928Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1892 | 2024-08-15T05:02:30.113Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-08-15T05:02:30.178Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1894 | 2024-08-15T05:02:30.256Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-15T05:02:30.280Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1896 | 2024-08-15T05:02:30.341Z | Checking atomicwrites v0.4.3 |
1897 | 2024-08-15T05:02:30.409Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-08-15T05:02:30.523Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-08-15T05:02:30.672Z | Checking erased-serde v0.3.31 |
1900 | 2024-08-15T05:02:30.727Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1901 | 2024-08-15T05:02:30.759Z | Checking serde_arrays v0.1.0 |
1902 | 2024-08-15T05:02:30.893Z | Checking bitstruct v0.1.1 |
1903 | 2024-08-15T05:02:30.950Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1904 | 2024-08-15T05:02:30.993Z | Compiling heck v0.3.3 |
1905 | 2024-08-15T05:02:31.017Z | Compiling convert_case v0.4.0 |
1906 | 2024-08-15T05:02:31.276Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1907 | 2024-08-15T05:02:31.414Z | Compiling zone_cfg_derive v0.1.2 |
1908 | 2024-08-15T05:02:31.602Z | Checking yasna v0.5.2 |
1909 | 2024-08-15T05:02:31.659Z | Checking headers-core v0.2.0 |
1910 | 2024-08-15T05:02:31.687Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-08-15T05:02:31.825Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1912 | 2024-08-15T05:02:31.895Z | Compiling derive_more v0.99.18 |
1913 | 2024-08-15T05:02:32.340Z | Checking base64 v0.13.1 |
1914 | 2024-08-15T05:02:32.481Z | Checking rcgen v0.12.1 |
1915 | 2024-08-15T05:02:32.686Z | Checking zone v0.1.8 |
1916 | 2024-08-15T05:02:32.710Z | Checking ron v0.7.1 |
1917 | 2024-08-15T05:02:32.893Z | Checking mockall v0.13.0 |
1918 | 2024-08-15T05:02:33.058Z | Checking headers v0.3.9 |
1919 | 2024-08-15T05:02:33.253Z | Checking portpicker v0.1.1 |
1920 | 2024-08-15T05:02:33.281Z | Checking subprocess v0.2.9 |
1921 | 2024-08-15T05:02:33.380Z | Checking half v2.4.1 |
1922 | 2024-08-15T05:02:33.682Z | Checking ciborium-io v0.2.2 |
1923 | 2024-08-15T05:02:33.750Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1924 | 2024-08-15T05:02:33.780Z | Compiling rayon-core v1.12.1 |
1925 | 2024-08-15T05:02:33.804Z | Checking ciborium-ll v0.2.2 |
1926 | 2024-08-15T05:02:34.006Z | Compiling prettyplease v0.2.20 |
1927 | 2024-08-15T05:02:34.077Z | Checking swrite v0.1.0 |
1928 | 2024-08-15T05:02:34.100Z | Checking ciborium v0.2.2 |
1929 | 2024-08-15T05:02:34.196Z | Compiling home v0.5.9 |
1930 | 2024-08-15T05:02:34.306Z | Checking linked-hash-map v0.5.6 |
1931 | 2024-08-15T05:02:34.455Z | Compiling semver v0.1.20 |
1932 | 2024-08-15T05:02:34.541Z | Compiling slog-dtrace v0.3.0 |
1933 | 2024-08-15T05:02:34.574Z | Compiling ring v0.16.20 |
1934 | 2024-08-15T05:02:34.605Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1935 | 2024-08-15T05:02:34.746Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1936 | 2024-08-15T05:02:34.818Z | Compiling rustc_version v0.1.7 |
1937 | 2024-08-15T05:02:34.957Z | Checking lru-cache v0.1.2 |
1938 | 2024-08-15T05:02:35.133Z | Compiling blake3 v1.5.1 |
1939 | 2024-08-15T05:02:35.157Z | Compiling cancel-safe-futures v0.1.5 |
1940 | 2024-08-15T05:02:35.294Z | Compiling newtype_derive v0.1.6 |
1941 | 2024-08-15T05:02:35.736Z | Checking steno v0.4.1 |
1942 | 2024-08-15T05:02:36.428Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1943 | 2024-08-15T05:02:37.096Z | Checking num-rational v0.4.2 |
1944 | 2024-08-15T05:02:37.479Z | Checking itertools v0.13.0 |
1945 | 2024-08-15T05:02:37.652Z | Checking num-complex v0.4.6 |
1946 | 2024-08-15T05:02:37.954Z | Checking float-ord v0.3.2 |
1947 | 2024-08-15T05:02:38.087Z | Checking resolv-conf v0.7.0 |
1948 | 2024-08-15T05:02:38.424Z | Checking num v0.4.3 |
1949 | 2024-08-15T05:02:38.511Z | Checking trust-dns-resolver v0.22.0 |
1950 | 2024-08-15T05:02:38.534Z | Checking libsw v3.3.1 |
1951 | 2024-08-15T05:02:39.222Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1952 | 2024-08-15T05:02:39.484Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-08-15T05:02:39.584Z | Checking linear-map v1.2.0 |
1954 | 2024-08-15T05:02:39.749Z | Checking owo-colors v4.0.0 |
1955 | 2024-08-15T05:02:41.203Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1956 | 2024-08-15T05:02:41.548Z | Compiling crossbeam-deque v0.8.5 |
1957 | 2024-08-15T05:02:41.652Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1958 | 2024-08-15T05:02:43.202Z | Compiling memmap2 v0.9.4 |
1959 | 2024-08-15T05:02:43.297Z | Compiling rayon v1.10.0 |
1960 | 2024-08-15T05:02:43.619Z | Compiling arrayref v0.3.7 |
1961 | 2024-08-15T05:02:43.711Z | Compiling spin v0.5.2 |
1962 | 2024-08-15T05:02:43.930Z | Compiling untrusted v0.7.1 |
1963 | 2024-08-15T05:02:44.080Z | Compiling arrayvec v0.7.4 |
1964 | 2024-08-15T05:02:44.111Z | Compiling constant_time_eq v0.3.0 |
1965 | 2024-08-15T05:02:44.435Z | Compiling toolchain_find v0.4.0 |
1966 | 2024-08-15T05:02:44.767Z | Compiling topological-sort v0.2.2 |
1967 | 2024-08-15T05:02:44.791Z | Compiling rustfmt-wrapper v0.2.1 |
1968 | 2024-08-15T05:02:44.968Z | Checking display-error-chain v0.2.0 |
1969 | 2024-08-15T05:02:44.994Z | Checking nibble_vec v0.1.0 |
1970 | 2024-08-15T05:02:45.100Z | Checking endian-type v0.1.2 |
1971 | 2024-08-15T05:02:45.170Z | Checking fxhash v0.2.1 |
1972 | 2024-08-15T05:02:45.288Z | Checking radix_trie v0.2.1 |
1973 | 2024-08-15T05:02:45.311Z | Checking keccak v0.1.5 |
1974 | 2024-08-15T05:02:45.335Z | Checking secrecy v0.8.0 |
1975 | 2024-08-15T05:02:45.517Z | Checking universal-hash v0.5.1 |
1976 | 2024-08-15T05:02:45.574Z | Checking sha3 v0.10.8 |
1977 | 2024-08-15T05:02:45.629Z | Checking opaque-debug v0.3.1 |
1978 | 2024-08-15T05:02:45.691Z | Compiling curve25519-dalek v4.1.3 |
1979 | 2024-08-15T05:02:45.720Z | Compiling radium v0.7.0 |
1980 | 2024-08-15T05:02:45.935Z | Checking maplit v1.0.2 |
1981 | 2024-08-15T05:02:46.036Z | Checking aead v0.5.2 |
1982 | 2024-08-15T05:02:46.162Z | Compiling curve25519-dalek-derive v0.1.1 |
1983 | 2024-08-15T05:02:46.232Z | Compiling maybe-uninit v2.0.0 |
1984 | 2024-08-15T05:02:46.381Z | Checking tap v1.0.1 |
1985 | 2024-08-15T05:02:46.541Z | Checking wyz v0.5.1 |
1986 | 2024-08-15T05:02:47.151Z | Checking poly1305 v0.8.0 |
1987 | 2024-08-15T05:02:47.288Z | Checking chacha20 v0.9.1 |
1988 | 2024-08-15T05:02:47.422Z | Compiling omicron-zone-package v0.11.0 |
1989 | 2024-08-15T05:02:47.542Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1990 | 2024-08-15T05:02:47.605Z | Checking funty v2.0.0 |
1991 | 2024-08-15T05:02:47.629Z | Checking crc-catalog v2.4.0 |
1992 | 2024-08-15T05:02:47.767Z | Compiling packed_struct v0.10.1 |
1993 | 2024-08-15T05:02:47.943Z | Checking crc v3.2.1 |
1994 | 2024-08-15T05:02:48.315Z | Checking gethostname v0.5.0 |
1995 | 2024-08-15T05:02:48.338Z | Compiling packed_struct_codegen v0.10.1 |
1996 | 2024-08-15T05:02:48.409Z | Checking bitvec v1.0.1 |
1997 | 2024-08-15T05:02:48.442Z | Compiling indexmap v1.9.3 |
1998 | 2024-08-15T05:02:48.719Z | Checking nodrop v0.1.14 |
1999 | 2024-08-15T05:02:48.839Z | Compiling libefi-sys v0.1.0 |
2000 | 2024-08-15T05:02:48.996Z | Checking array-init v0.0.4 |
2001 | 2024-08-15T05:02:49.164Z | Checking smallvec v0.6.14 |
2002 | 2024-08-15T05:02:49.508Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2003 | 2024-08-15T05:02:49.560Z | Compiling bitfield-struct v0.6.1 |
2004 | 2024-08-15T05:02:49.824Z | Checking bitfield v0.14.0 |
2005 | 2024-08-15T05:02:49.854Z | Checking hashbrown v0.12.3 |
2006 | 2024-08-15T05:02:50.185Z | Checking serde-hex v0.1.0 |
2007 | 2024-08-15T05:02:50.719Z | Checking bzip2 v0.4.4 |
2008 | 2024-08-15T05:02:50.969Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2009 | 2024-08-15T05:02:51.077Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2010 | 2024-08-15T05:02:51.205Z | Checking env_logger v0.10.2 |
2011 | 2024-08-15T05:02:51.370Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2012 | 2024-08-15T05:02:51.523Z | Checking x509-cert v0.2.5 |
2013 | 2024-08-15T05:02:51.546Z | Checking ron v0.8.1 |
2014 | 2024-08-15T05:02:51.665Z | Checking hashbrown v0.13.2 |
2015 | 2024-08-15T05:02:51.689Z | Compiling thiserror-impl-no-std v2.0.2 |
2016 | 2024-08-15T05:02:52.595Z | Compiling async-recursion v1.1.1 |
2017 | 2024-08-15T05:02:52.691Z | Checking crc-any v2.5.0 |
2018 | 2024-08-15T05:02:52.920Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2019 | 2024-08-15T05:02:52.962Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2020 | 2024-08-15T05:02:53.040Z | Checking object v0.30.4 |
2021 | 2024-08-15T05:02:53.068Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2022 | 2024-08-15T05:02:53.430Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2023 | 2024-08-15T05:02:53.522Z | Checking zip v0.6.6 |
2024 | 2024-08-15T05:02:53.568Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2025 | 2024-08-15T05:02:53.661Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2026 | 2024-08-15T05:02:53.854Z | Compiling parking_lot_core v0.8.6 |
2027 | 2024-08-15T05:02:54.031Z | Checking path-slash v0.1.5 |
2028 | 2024-08-15T05:02:54.112Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2029 | 2024-08-15T05:02:54.143Z | Checking chacha20poly1305 v0.10.1 |
2030 | 2024-08-15T05:02:54.181Z | Checking glob v0.3.1 |
2031 | 2024-08-15T05:02:54.320Z | Checking trust-dns-client v0.22.0 |
2032 | 2024-08-15T05:02:54.372Z | Checking toml v0.5.11 |
2033 | 2024-08-15T05:02:54.463Z | Checking thiserror-no-std v2.0.2 |
2034 | 2024-08-15T05:02:54.487Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2035 | 2024-08-15T05:02:54.575Z | Checking vsss-rs v3.3.4 |
2036 | 2024-08-15T05:02:54.654Z | Checking parking_lot v0.11.2 |
2037 | 2024-08-15T05:02:54.787Z | Checking crossterm v0.28.1 |
2038 | 2024-08-15T05:02:54.960Z | Checking sled v0.34.7 |
2039 | 2024-08-15T05:02:55.365Z | Compiling buf-list v1.0.3 |
2040 | 2024-08-15T05:02:55.614Z | Checking trust-dns-server v0.22.1 |
2041 | 2024-08-15T05:02:55.942Z | Compiling unicase v2.7.0 |
2042 | 2024-08-15T05:02:56.351Z | Checking nanorand v0.7.0 |
2043 | 2024-08-15T05:02:56.623Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2044 | 2024-08-15T05:02:56.825Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2045 | 2024-08-15T05:02:56.915Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2046 | 2024-08-15T05:02:57.237Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2047 | 2024-08-15T05:02:57.281Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2048 | 2024-08-15T05:02:57.818Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2049 | 2024-08-15T05:02:58.236Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2050 | 2024-08-15T05:02:58.328Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2051 | 2024-08-15T05:02:59.303Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2052 | 2024-08-15T05:03:00.533Z | Checking flume v0.11.0 |
2053 | 2024-08-15T05:03:00.624Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2054 | 2024-08-15T05:03:00.718Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2055 | 2024-08-15T05:03:00.999Z | Checking kstat-rs v0.2.4 |
2056 | 2024-08-15T05:03:01.298Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2057 | 2024-08-15T05:03:02.194Z | Compiling vte_generate_state_changes v0.1.1 |
2058 | 2024-08-15T05:03:02.515Z | Compiling mime_guess v2.0.4 |
2059 | 2024-08-15T05:03:02.566Z | Checking fd-lock v4.0.2 |
2060 | 2024-08-15T05:03:02.739Z | Checking vte v0.11.1 |
2061 | 2024-08-15T05:03:03.012Z | Checking crossterm v0.27.0 |
2062 | 2024-08-15T05:03:03.275Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2063 | 2024-08-15T05:03:03.647Z | Checking nu-ansi-term v0.50.0 |
2064 | 2024-08-15T05:03:03.786Z | Checking strip-ansi-escapes v0.2.0 |
2065 | 2024-08-15T05:03:03.927Z | Compiling dsl_auto_type v0.1.2 |
2066 | 2024-08-15T05:03:03.999Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2067 | 2024-08-15T05:03:04.219Z | Checking scheduled-thread-pool v0.2.7 |
2068 | 2024-08-15T05:03:04.275Z | Compiling pin-project-internal v1.1.5 |
2069 | 2024-08-15T05:03:04.411Z | Compiling diesel_table_macro_syntax v0.2.0 |
2070 | 2024-08-15T05:03:04.483Z | Checking reedline v0.33.0 |
2071 | 2024-08-15T05:03:04.792Z | Compiling crunchy v0.2.2 |
2072 | 2024-08-15T05:03:04.897Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2073 | 2024-08-15T05:03:05.243Z | Checking http-range v0.1.5 |
2074 | 2024-08-15T05:03:05.364Z | Compiling diesel_derives v2.2.2 |
2075 | 2024-08-15T05:03:05.411Z | Checking hyper-staticfile v0.9.5 |
2076 | 2024-08-15T05:03:05.492Z | Checking r2d2 v0.8.10 |
2077 | 2024-08-15T05:03:05.763Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2078 | 2024-08-15T05:03:05.789Z | Compiling clang-sys v1.7.0 |
2079 | 2024-08-15T05:03:06.406Z | Compiling tiny-keccak v2.0.2 |
2080 | 2024-08-15T05:03:06.743Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2081 | 2024-08-15T05:03:06.766Z | Checking pin-project v1.1.5 |
2082 | 2024-08-15T05:03:06.829Z | Compiling ref-cast v1.0.23 |
2083 | 2024-08-15T05:03:06.892Z | Checking bytecount v0.6.8 |
2084 | 2024-08-15T05:03:07.044Z | Checking papergrid v0.11.0 |
2085 | 2024-08-15T05:03:07.367Z | Compiling ascii-canvas v3.0.0 |
2086 | 2024-08-15T05:03:07.526Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2087 | 2024-08-15T05:03:07.833Z | Compiling tabled_derive v0.7.0 |
2088 | 2024-08-15T05:03:08.202Z | Compiling ena v0.14.3 |
2089 | 2024-08-15T05:03:08.358Z | Compiling ref-cast-impl v1.0.23 |
2090 | 2024-08-15T05:03:08.578Z | Compiling libloading v0.8.3 |
2091 | 2024-08-15T05:03:09.014Z | Compiling diff v0.1.13 |
2092 | 2024-08-15T05:03:09.279Z | Compiling bindgen v0.69.4 |
2093 | 2024-08-15T05:03:09.475Z | Compiling regex-syntax v0.6.29 |
2094 | 2024-08-15T05:03:09.985Z | Checking tabled v0.15.0 |
2095 | 2024-08-15T05:03:10.606Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2096 | 2024-08-15T05:03:12.598Z | Compiling lalrpop v0.19.12 |
2097 | 2024-08-15T05:03:13.908Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2098 | 2024-08-15T05:03:14.421Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2099 | 2024-08-15T05:03:16.604Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2100 | 2024-08-15T05:03:18.113Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2101 | 2024-08-15T05:03:18.519Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2102 | 2024-08-15T05:03:19.082Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2103 | 2024-08-15T05:03:19.244Z | Checking diesel v2.2.2 |
2104 | 2024-08-15T05:03:19.557Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2105 | 2024-08-15T05:03:19.580Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2106 | 2024-08-15T05:03:19.912Z | Compiling which v4.4.2 |
2107 | 2024-08-15T05:03:19.940Z | Checking signal-hook-tokio v0.3.1 |
2108 | 2024-08-15T05:03:20.096Z | Compiling cexpr v0.6.0 |
2109 | 2024-08-15T05:03:20.467Z | Compiling lazycell v1.3.0 |
2110 | 2024-08-15T05:03:20.630Z | Compiling rustc-hash v1.1.0 |
2111 | 2024-08-15T05:03:20.775Z | Compiling shlex v1.3.0 |
2112 | 2024-08-15T05:03:21.622Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2113 | 2024-08-15T05:03:21.862Z | Compiling derive_builder_core v0.20.0 |
2114 | 2024-08-15T05:03:23.143Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2115 | 2024-08-15T05:03:23.828Z | Compiling libxml v0.3.3 |
2116 | 2024-08-15T05:03:24.006Z | Compiling memoffset v0.9.1 |
2117 | 2024-08-15T05:03:24.127Z | Compiling derive_builder_macro v0.20.0 |
2118 | 2024-08-15T05:03:24.222Z | Compiling peg-macros v0.8.4 |
2119 | 2024-08-15T05:03:24.417Z | Compiling snafu-derive v0.8.2 |
2120 | 2024-08-15T05:03:24.859Z | Compiling strum_macros v0.24.3 |
2121 | 2024-08-15T05:03:26.236Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2122 | 2024-08-15T05:03:27.000Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2123 | 2024-08-15T05:03:27.278Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2124 | 2024-08-15T05:03:27.771Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2125 | 2024-08-15T05:03:27.942Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2126 | 2024-08-15T05:03:29.140Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2127 | 2024-08-15T05:03:29.399Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2128 | 2024-08-15T05:03:29.524Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2129 | 2024-08-15T05:03:30.369Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2130 | 2024-08-15T05:03:30.726Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2131 | 2024-08-15T05:03:31.453Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2132 | 2024-08-15T05:03:31.571Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2133 | 2024-08-15T05:03:32.037Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2134 | 2024-08-15T05:03:33.541Z | Compiling sqlparser_derive v0.2.2 |
2135 | 2024-08-15T05:03:33.682Z | Compiling cookie v0.18.1 |
2136 | 2024-08-15T05:03:33.938Z | Compiling indoc v1.0.9 |
2137 | 2024-08-15T05:03:34.427Z | Checking unicode_categories v0.1.1 |
2138 | 2024-08-15T05:03:34.779Z | Checking sqlformat v0.2.4 |
2139 | 2024-08-15T05:03:34.828Z | Checking rustyline v14.0.0 |
2140 | 2024-08-15T05:03:35.710Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2141 | 2024-08-15T05:03:36.188Z | Checking sqlparser v0.45.0 |
2142 | 2024-08-15T05:03:36.940Z | Checking snafu v0.8.2 |
2143 | 2024-08-15T05:03:37.356Z | Checking peg v0.8.4 |
2144 | 2024-08-15T05:03:37.456Z | Checking derive_builder v0.20.0 |
2145 | 2024-08-15T05:03:38.434Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2146 | 2024-08-15T05:03:38.490Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2147 | 2024-08-15T05:03:38.800Z | Checking globset v0.4.14 |
2148 | 2024-08-15T05:03:38.941Z | Checking olpc-cjson v0.1.3 |
2149 | 2024-08-15T05:03:39.166Z | Checking quick-xml v0.31.0 |
2150 | 2024-08-15T05:03:39.214Z | Checking bcs v0.1.6 |
2151 | 2024-08-15T05:03:39.293Z | Checking serde_plain v1.0.2 |
2152 | 2024-08-15T05:03:39.529Z | Compiling impl-trait-for-tuples v0.2.2 |
2153 | 2024-08-15T05:03:39.675Z | Compiling oso-derive v0.27.3 |
2154 | 2024-08-15T05:03:40.686Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2155 | 2024-08-15T05:03:40.993Z | Checking highway v1.2.0 |
2156 | 2024-08-15T05:03:41.017Z | Checking typed-path v0.7.1 |
2157 | 2024-08-15T05:03:41.472Z | Checking nix v0.27.1 |
2158 | 2024-08-15T05:03:42.660Z | Checking tough v0.17.1 |
2159 | 2024-08-15T05:03:42.926Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2160 | 2024-08-15T05:03:43.618Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2161 | 2024-08-15T05:03:43.841Z | Checking serde-big-array v0.5.1 |
2162 | 2024-08-15T05:03:44.034Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2163 | 2024-08-15T05:03:44.293Z | Checking parse-size v1.0.0 |
2164 | 2024-08-15T05:03:44.495Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2165 | 2024-08-15T05:03:46.291Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2166 | 2024-08-15T05:03:46.361Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2167 | 2024-08-15T05:03:46.514Z | Checking bb8 v0.8.5 |
2168 | 2024-08-15T05:03:46.644Z | Compiling const_format_proc_macros v0.2.32 |
2169 | 2024-08-15T05:03:46.785Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2170 | 2024-08-15T05:03:46.958Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2171 | 2024-08-15T05:03:48.395Z | Checking const_format v0.2.32 |
2172 | 2024-08-15T05:03:48.797Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2173 | 2024-08-15T05:03:48.940Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2174 | 2024-08-15T05:03:49.016Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2175 | 2024-08-15T05:03:49.270Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2176 | 2024-08-15T05:03:49.903Z | Checking heck v0.4.1 |
2177 | 2024-08-15T05:03:50.058Z | Checking assert_matches v1.5.0 |
2178 | 2024-08-15T05:03:50.108Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2179 | 2024-08-15T05:03:50.160Z | Compiling portable-atomic v1.6.0 |
2180 | 2024-08-15T05:03:50.464Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2181 | 2024-08-15T05:03:50.909Z | Compiling libz-sys v1.1.16 |
2182 | 2024-08-15T05:03:51.421Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2183 | 2024-08-15T05:03:51.584Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2184 | 2024-08-15T05:03:52.024Z | Checking rand_seeder v0.3.0 |
2185 | 2024-08-15T05:03:52.143Z | Checking number_prefix v0.4.0 |
2186 | 2024-08-15T05:03:52.228Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2187 | 2024-08-15T05:03:52.322Z | Checking indicatif v0.17.8 |
2188 | 2024-08-15T05:03:52.945Z | Compiling getrandom v0.1.16 |
2189 | 2024-08-15T05:03:53.589Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2190 | 2024-08-15T05:03:54.187Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2191 | 2024-08-15T05:03:54.442Z | Compiling vergen v8.3.2 |
2192 | 2024-08-15T05:03:54.716Z | Compiling cargo-platform v0.1.8 |
2193 | 2024-08-15T05:03:54.756Z | Checking is_ci v1.2.0 |
2194 | 2024-08-15T05:03:54.890Z | Checking supports-color v3.0.0 |
2195 | 2024-08-15T05:03:55.070Z | Compiling cargo_metadata v0.18.1 |
2196 | 2024-08-15T05:03:55.268Z | Checking rand_core v0.5.1 |
2197 | 2024-08-15T05:03:55.389Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2198 | 2024-08-15T05:03:55.550Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2199 | 2024-08-15T05:03:56.441Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2200 | 2024-08-15T05:03:56.711Z | Checking castaway v0.2.3 |
2201 | 2024-08-15T05:03:56.867Z | Compiling libsqlite3-sys v0.28.0 |
2202 | 2024-08-15T05:03:56.903Z | Checking compact_str v0.8.0 |
2203 | 2024-08-15T05:03:57.056Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2204 | 2024-08-15T05:03:57.314Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2205 | 2024-08-15T05:03:57.664Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2206 | 2024-08-15T05:03:58.062Z | Checking rand_chacha v0.2.2 |
2207 | 2024-08-15T05:03:58.095Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2208 | 2024-08-15T05:03:58.171Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2209 | 2024-08-15T05:03:58.366Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2210 | 2024-08-15T05:03:58.437Z | Checking unicode-truncate v1.0.0 |
2211 | 2024-08-15T05:03:58.646Z | Checking lru v0.12.3 |
2212 | 2024-08-15T05:03:58.671Z | Compiling instability v0.3.2 |
2213 | 2024-08-15T05:03:58.923Z | Checking cassowary v0.3.0 |
2214 | 2024-08-15T05:03:59.349Z | Checking rand v0.7.3 |
2215 | 2024-08-15T05:03:59.549Z | Checking ratatui v0.28.0 |
2216 | 2024-08-15T05:04:00.167Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2217 | 2024-08-15T05:04:00.515Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2218 | 2024-08-15T05:04:01.585Z | Checking hashlink v0.9.1 |
2219 | 2024-08-15T05:04:01.817Z | Checking fallible-streaming-iterator v0.1.9 |
2220 | 2024-08-15T05:04:02.034Z | Checking unicode-linebreak v0.1.5 |
2221 | 2024-08-15T05:04:02.084Z | Checking smawk v0.3.2 |
2222 | 2024-08-15T05:04:02.136Z | Checking fallible-iterator v0.3.0 |
2223 | 2024-08-15T05:04:02.286Z | Checking twox-hash v1.6.3 |
2224 | 2024-08-15T05:04:02.390Z | Checking textwrap v0.16.1 |
2225 | 2024-08-15T05:04:02.675Z | Checking rusqlite v0.31.0 |
2226 | 2024-08-15T05:04:02.700Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2227 | 2024-08-15T05:04:02.732Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2228 | 2024-08-15T05:04:03.012Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2229 | 2024-08-15T05:04:03.994Z | Checking fatfs v0.3.6 |
2230 | 2024-08-15T05:04:04.451Z | Checking csv-core v0.1.11 |
2231 | 2024-08-15T05:04:04.764Z | Checking shell-words v1.1.0 |
2232 | 2024-08-15T05:04:04.874Z | Checking csv v1.3.0 |
2233 | 2024-08-15T05:04:04.933Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2234 | 2024-08-15T05:04:05.873Z | Checking rtoolbox v0.0.2 |
2235 | 2024-08-15T05:04:06.049Z | Checking rpassword v7.3.1 |
2236 | 2024-08-15T05:04:07.492Z | Checking tui-tree-widget v0.22.0 |
2237 | 2024-08-15T05:04:07.778Z | Checking polyval v0.6.2 |
2238 | 2024-08-15T05:04:08.021Z | Checking rfc6979 v0.4.0 |
2239 | 2024-08-15T05:04:08.187Z | Checking plotters-backend v0.3.5 |
2240 | 2024-08-15T05:04:08.515Z | Checking plotters-svg v0.3.5 |
2241 | 2024-08-15T05:04:08.704Z | Checking ecdsa v0.16.9 |
2242 | 2024-08-15T05:04:09.298Z | Checking ghash v0.5.1 |
2243 | 2024-08-15T05:04:09.450Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2244 | 2024-08-15T05:04:10.299Z | Checking primeorder v0.13.6 |
2245 | 2024-08-15T05:04:10.415Z | Checking ctr v0.9.2 |
2246 | 2024-08-15T05:04:10.772Z | Checking cast v0.3.0 |
2247 | 2024-08-15T05:04:10.845Z | Checking yansi v0.5.1 |
2248 | 2024-08-15T05:04:11.237Z | Checking pretty_assertions v1.4.0 |
2249 | 2024-08-15T05:04:11.406Z | Checking criterion-plot v0.5.0 |
2250 | 2024-08-15T05:04:11.437Z | Checking aes-gcm v0.10.3 |
2251 | 2024-08-15T05:04:11.645Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2252 | 2024-08-15T05:04:11.829Z | Checking plotters v0.3.5 |
2253 | 2024-08-15T05:04:13.260Z | Checking ed25519 v2.2.3 |
2254 | 2024-08-15T05:04:13.528Z | Checking ssh-encoding v0.2.0 |
2255 | 2024-08-15T05:04:13.817Z | Checking tinytemplate v1.2.1 |
2256 | 2024-08-15T05:04:14.155Z | Checking blowfish v0.9.1 |
2257 | 2024-08-15T05:04:14.377Z | Checking oorandom v11.1.3 |
2258 | 2024-08-15T05:04:14.526Z | Checking anes v0.1.6 |
2259 | 2024-08-15T05:04:14.842Z | Checking option-ext v0.2.0 |
2260 | 2024-08-15T05:04:14.968Z | Checking dirs-sys v0.4.1 |
2261 | 2024-08-15T05:04:15.140Z | Checking criterion v0.5.1 |
2262 | 2024-08-15T05:04:17.338Z | Checking bcrypt-pbkdf v0.10.0 |
2263 | 2024-08-15T05:04:17.578Z | Checking ssh-cipher v0.2.0 |
2264 | 2024-08-15T05:04:17.602Z | Checking ed25519-dalek v2.1.1 |
2265 | 2024-08-15T05:04:17.874Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2266 | 2024-08-15T05:04:17.961Z | Checking password-hash v0.4.2 |
2267 | 2024-08-15T05:04:18.359Z | Checking hex-literal v0.4.1 |
2268 | 2024-08-15T05:04:18.496Z | Checking pbkdf2 v0.11.0 |
2269 | 2024-08-15T05:04:18.771Z | Checking ssh-key v0.6.6 |
2270 | 2024-08-15T05:04:19.243Z | Checking dirs v5.0.1 |
2271 | 2024-08-15T05:04:19.269Z | Checking p256 v0.13.2 |
2272 | 2024-08-15T05:04:19.386Z | Checking p384 v0.13.0 |
2273 | 2024-08-15T05:04:19.727Z | Checking p521 v0.13.3 |
2274 | 2024-08-15T05:04:20.199Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2275 | 2024-08-15T05:04:20.280Z | Checking russh-cryptovec v0.7.2 |
2276 | 2024-08-15T05:04:20.458Z | Checking md5 v0.7.0 |
2277 | 2024-08-15T05:04:20.691Z | Compiling target-lexicon v0.12.16 |
2278 | 2024-08-15T05:04:20.821Z | Compiling doc-comment v0.3.3 |
2279 | 2024-08-15T05:04:20.899Z | Checking russh-keys v0.44.0 |
2280 | 2024-08-15T05:04:21.499Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2281 | 2024-08-15T05:04:21.621Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2282 | 2024-08-15T05:04:22.062Z | Checking http-body v1.0.0 |
2283 | 2024-08-15T05:04:22.262Z | Checking num-bigint v0.4.5 |
2284 | 2024-08-15T05:04:22.317Z | Compiling guppy-workspace-hack v0.1.0 |
2285 | 2024-08-15T05:04:22.571Z | Compiling dhcproto-macros v0.1.0 |
2286 | 2024-08-15T05:04:22.929Z | Compiling assert_cmd v2.0.16 |
2287 | 2024-08-15T05:04:23.321Z | Checking tower-layer v0.3.2 |
2288 | 2024-08-15T05:04:23.377Z | Checking dhcproto v0.12.0 |
2289 | 2024-08-15T05:04:23.563Z | Checking tower v0.4.13 |
2290 | 2024-08-15T05:04:24.241Z | Checking hyper v1.3.1 |
2291 | 2024-08-15T05:04:24.319Z | Checking russh v0.44.1 |
2292 | 2024-08-15T05:04:25.113Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2293 | 2024-08-15T05:04:25.248Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2294 | 2024-08-15T05:04:25.601Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2295 | 2024-08-15T05:04:25.957Z | Compiling target-spec v3.2.1 |
2296 | 2024-08-15T05:04:26.276Z | Checking internet-checksum v0.2.1 |
2297 | 2024-08-15T05:04:26.973Z | Checking hyper-util v0.1.3 |
2298 | 2024-08-15T05:04:27.991Z | Checking cfg-expr v0.16.0 |
2299 | 2024-08-15T05:04:28.262Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2300 | 2024-08-15T05:04:28.311Z | Checking rustls-native-certs v0.7.0 |
2301 | 2024-08-15T05:04:28.463Z | Checking httptest v0.15.5 |
2302 | 2024-08-15T05:04:29.443Z | Checking hyper-rustls v0.26.0 |
2303 | 2024-08-15T05:04:29.737Z | Checking pathdiff v0.2.1 |
2304 | 2024-08-15T05:04:29.891Z | Checking threadpool v1.8.1 |
2305 | 2024-08-15T05:04:30.083Z | Compiling rstest_macros v0.19.0 |
2306 | 2024-08-15T05:04:30.309Z | Checking escape8259 v0.5.2 |
2307 | 2024-08-15T05:04:30.493Z | Checking nested v0.1.1 |
2308 | 2024-08-15T05:04:30.688Z | Checking libtest-mimic v0.7.3 |
2309 | 2024-08-15T05:04:30.712Z | Checking guppy v0.17.7 |
2310 | 2024-08-15T05:04:31.104Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2311 | 2024-08-15T05:04:31.390Z | Checking similar-asserts v1.5.0 |
2312 | 2024-08-15T05:04:31.605Z | Checking fancy-regex v0.13.0 |
2313 | 2024-08-15T05:04:31.867Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2314 | 2024-08-15T05:04:32.253Z | Compiling relative-path v1.9.3 |
2315 | 2024-08-15T05:04:32.600Z | Compiling trybuild v1.0.99 |
2316 | 2024-08-15T05:04:33.065Z | Checking datatest-stable v0.2.9 |
2317 | 2024-08-15T05:04:33.338Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2318 | 2024-08-15T05:04:34.397Z | Checking blake2b_simd v1.0.2 |
2319 | 2024-08-15T05:04:34.434Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2320 | 2024-08-15T05:04:34.790Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2321 | 2024-08-15T05:04:35.070Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2322 | 2024-08-15T05:04:35.149Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2323 | 2024-08-15T05:04:35.174Z | Compiling samael v0.0.15 |
2324 | 2024-08-15T05:04:35.371Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2325 | 2024-08-15T05:04:35.632Z | Checking serde_tokenstream v0.2.1 |
2326 | 2024-08-15T05:04:35.656Z | Checking uzers v0.11.3 |
2327 | 2024-08-15T05:04:35.985Z | Checking indent_write v2.2.0 |
2328 | 2024-08-15T05:04:36.019Z | Checking futures-timer v3.0.3 |
2329 | 2024-08-15T05:04:36.273Z | Checking rust-argon2 v2.1.0 |
2330 | 2024-08-15T05:04:36.694Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2331 | 2024-08-15T05:04:40.191Z | Compiling git2 v0.19.0 |
2332 | 2024-08-15T05:04:40.453Z | Checking rstest v0.19.0 |
2333 | 2024-08-15T05:04:40.650Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2334 | 2024-08-15T05:04:40.986Z | Checking rand_distr v0.4.3 |
2335 | 2024-08-15T05:04:41.057Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2336 | 2024-08-15T05:04:41.639Z | Checking multimap v0.10.0 |
2337 | 2024-08-15T05:04:41.923Z | Checking approx v0.5.1 |
2338 | 2024-08-15T05:04:42.172Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2339 | 2024-08-15T05:04:42.234Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2340 | 2024-08-15T05:04:42.770Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2341 | 2024-08-15T05:04:43.266Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2342 | 2024-08-15T05:04:43.289Z | Checking partial-io v0.5.4 |
2343 | 2024-08-15T05:04:43.341Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2344 | 2024-08-15T05:04:43.524Z | Checking cargo_toml v0.20.4 |
2345 | 2024-08-15T05:04:43.618Z | Checking termios v0.3.3 |
2346 | 2024-08-15T05:04:43.825Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2347 | 2024-08-15T05:04:45.153Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2348 | 2024-08-15T05:04:48.445Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2349 | 2024-08-15T05:04:58.098Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2350 | 2024-08-15T05:05:06.906Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2351 | 2024-08-15T05:05:10.310Z | Compiling polar-core v0.27.3 |
2352 | 2024-08-15T05:05:19.463Z | Checking oso v0.27.3 |
2353 | 2024-08-15T05:05:26.073Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2354 | 2024-08-15T05:05:26.640Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2355 | 2024-08-15T05:05:27.066Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2356 | 2024-08-15T05:06:05.939Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2357 | 2024-08-15T05:06:05.939Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2358 | 2024-08-15T05:06:05.963Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2359 | 2024-08-15T05:07:50.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 03s |
2360 | 2024-08-15T05:07:51.045Z | |
2361 | 2024-08-15T05:07:51.045Z | real 6:09.571800815 |
2362 | 2024-08-15T05:07:51.045Z | user 30:14.323428747 |
2363 | 2024-08-15T05:07:51.045Z | sys 5:34.140178833 |
2364 | 2024-08-15T05:07:51.045Z | trap 0.869319575 |
2365 | 2024-08-15T05:07:51.070Z | tflt 1.054902465 |
2366 | 2024-08-15T05:07:51.070Z | dflt 0.457001983 |
2367 | 2024-08-15T05:07:51.070Z | kflt 0.001139307 |
2368 | 2024-08-15T05:07:51.070Z | lock 47:48.112963529 |
2369 | 2024-08-15T05:07:51.070Z | slp 1:47:45.382206505 |
2370 | 2024-08-15T05:07:51.070Z | lat 1:35.156794725 |
2371 | 2024-08-15T05:07:51.070Z | stop 4:50.122080201 |
2372 | 2024-08-15T05:07:51.070Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2373 | 2024-08-15T05:07:51.070Z | + ptime -m cargo doc --workspace --no-deps |
2374 | 2024-08-15T05:07:52.464Z | warning: output filename collision. |
2375 | 2024-08-15T05:07:52.464Z | 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)`. |
2376 | 2024-08-15T05:07:52.464Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2377 | 2024-08-15T05:07:52.464Z | The targets should have unique names. |
2378 | 2024-08-15T05:07:52.464Z | This is a known bug where multiple crates with the same name use |
2379 | 2024-08-15T05:07:52.464Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2380 | 2024-08-15T05:07:52.984Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2381 | 2024-08-15T05:07:53.016Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2382 | 2024-08-15T05:07:53.040Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2383 | 2024-08-15T05:07:53.079Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2384 | 2024-08-15T05:07:53.104Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2385 | 2024-08-15T05:07:53.133Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2386 | 2024-08-15T05:07:53.133Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2024-08-15T05:07:53.344Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2388 | 2024-08-15T05:07:53.389Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2389 | 2024-08-15T05:07:53.416Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2390 | 2024-08-15T05:07:53.440Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2391 | 2024-08-15T05:07:53.463Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2392 | 2024-08-15T05:07:53.633Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2393 | 2024-08-15T05:07:53.702Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2394 | 2024-08-15T05:07:53.726Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2395 | 2024-08-15T05:07:54.084Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2396 | 2024-08-15T05:07:54.717Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2397 | 2024-08-15T05:07:56.917Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2398 | 2024-08-15T05:07:57.137Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2399 | 2024-08-15T05:07:57.217Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2400 | 2024-08-15T05:07:57.369Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2401 | 2024-08-15T05:07:57.438Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2402 | 2024-08-15T05:07:57.670Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2403 | 2024-08-15T05:07:57.771Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2404 | 2024-08-15T05:07:57.968Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2405 | 2024-08-15T05:07:58.005Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2406 | 2024-08-15T05:07:58.267Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2407 | 2024-08-15T05:07:58.445Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2408 | 2024-08-15T05:07:58.578Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-08-15T05:07:58.710Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2410 | 2024-08-15T05:07:58.967Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2411 | 2024-08-15T05:07:59.217Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2412 | 2024-08-15T05:07:59.268Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2413 | 2024-08-15T05:07:59.531Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2414 | 2024-08-15T05:07:59.645Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2415 | 2024-08-15T05:07:59.940Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2416 | 2024-08-15T05:07:59.964Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2417 | 2024-08-15T05:07:59.988Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2418 | 2024-08-15T05:08:00.013Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2419 | 2024-08-15T05:08:00.326Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2420 | 2024-08-15T05:08:00.349Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2421 | 2024-08-15T05:08:00.388Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2422 | 2024-08-15T05:08:04.183Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2423 | 2024-08-15T05:08:04.337Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2424 | 2024-08-15T05:08:04.961Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2425 | 2024-08-15T05:08:04.985Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2426 | 2024-08-15T05:08:06.204Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2427 | 2024-08-15T05:08:08.338Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2428 | 2024-08-15T05:08:09.483Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2429 | 2024-08-15T05:08:10.233Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2430 | 2024-08-15T05:08:10.602Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2431 | 2024-08-15T05:08:11.065Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2432 | 2024-08-15T05:08:11.437Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2433 | 2024-08-15T05:08:12.614Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2434 | 2024-08-15T05:08:13.475Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2435 | 2024-08-15T05:08:14.413Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2436 | 2024-08-15T05:08:14.703Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2437 | 2024-08-15T05:08:15.276Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2438 | 2024-08-15T05:08:15.567Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2439 | 2024-08-15T05:08:15.815Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2440 | 2024-08-15T05:08:16.188Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2441 | 2024-08-15T05:08:16.543Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2442 | 2024-08-15T05:08:17.390Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2443 | 2024-08-15T05:08:17.479Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2444 | 2024-08-15T05:08:17.521Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2445 | 2024-08-15T05:08:17.550Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2446 | 2024-08-15T05:08:17.803Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2447 | 2024-08-15T05:08:18.309Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2448 | 2024-08-15T05:08:18.650Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2449 | 2024-08-15T05:08:18.725Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2450 | 2024-08-15T05:08:18.773Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2451 | 2024-08-15T05:08:19.011Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2452 | 2024-08-15T05:08:19.035Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2453 | 2024-08-15T05:08:19.577Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2024-08-15T05:08:19.629Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2455 | 2024-08-15T05:08:19.849Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2456 | 2024-08-15T05:08:20.234Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2457 | 2024-08-15T05:08:20.527Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2024-08-15T05:08:20.762Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2459 | 2024-08-15T05:08:21.563Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2460 | 2024-08-15T05:08:21.807Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2461 | 2024-08-15T05:08:21.923Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2462 | 2024-08-15T05:08:22.016Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2463 | 2024-08-15T05:08:22.406Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2464 | 2024-08-15T05:08:22.467Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2465 | 2024-08-15T05:08:23.096Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2466 | 2024-08-15T05:08:23.126Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2467 | 2024-08-15T05:08:23.578Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2468 | 2024-08-15T05:08:24.497Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2469 | 2024-08-15T05:08:25.034Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2470 | 2024-08-15T05:08:25.116Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2471 | 2024-08-15T05:08:25.272Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2472 | 2024-08-15T05:08:26.234Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2473 | 2024-08-15T05:08:26.831Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2474 | 2024-08-15T05:08:26.856Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2475 | 2024-08-15T05:08:28.602Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2476 | 2024-08-15T05:08:29.073Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2477 | 2024-08-15T05:08:30.019Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2478 | 2024-08-15T05:08:34.796Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2479 | 2024-08-15T05:08:37.110Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2480 | 2024-08-15T05:08:39.722Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2481 | 2024-08-15T05:08:42.069Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2482 | 2024-08-15T05:08:43.061Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2483 | 2024-08-15T05:08:57.473Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2484 | 2024-08-15T05:09:18.977Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2485 | 2024-08-15T05:09:25.255Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2486 | 2024-08-15T05:09:25.374Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2487 | 2024-08-15T05:09:29.007Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2488 | 2024-08-15T05:09:29.504Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2489 | 2024-08-15T05:09:33.209Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2490 | 2024-08-15T05:09:40.151Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2491 | 2024-08-15T05:09:46.422Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2492 | 2024-08-15T05:09:48.915Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2493 | 2024-08-15T05:09:49.973Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2494 | 2024-08-15T05:09:52.195Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2495 | 2024-08-15T05:09:52.675Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2496 | 2024-08-15T05:09:53.710Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2497 | 2024-08-15T05:09:55.063Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2498 | 2024-08-15T05:09:55.415Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2499 | 2024-08-15T05:10:03.515Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2024-08-15T05:10:12.273Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2501 | 2024-08-15T05:10:17.645Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2502 | 2024-08-15T05:10:29.405Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2503 | 2024-08-15T05:10:29.433Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2504 | 2024-08-15T05:10:32.844Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2505 | 2024-08-15T05:10:37.312Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2506 | 2024-08-15T05:10:42.490Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2507 | 2024-08-15T05:10:46.642Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2508 | 2024-08-15T05:10:48.389Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2024-08-15T05:10:54.997Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2510 | 2024-08-15T05:10:57.536Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2511 | 2024-08-15T05:10:59.205Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2512 | 2024-08-15T05:11:01.053Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2513 | 2024-08-15T05:11:04.423Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2514 | 2024-08-15T05:11:04.486Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2515 | 2024-08-15T05:11:10.028Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2516 | 2024-08-15T05:11:11.316Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2517 | 2024-08-15T05:11:17.609Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2518 | 2024-08-15T05:11:21.237Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2519 | 2024-08-15T05:11:23.605Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2520 | 2024-08-15T05:11:25.189Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2521 | 2024-08-15T05:11:25.822Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2522 | 2024-08-15T05:11:27.149Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2523 | 2024-08-15T05:11:35.686Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2524 | 2024-08-15T05:11:39.555Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2525 | 2024-08-15T05:11:39.847Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2526 | 2024-08-15T05:11:44.804Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2527 | 2024-08-15T05:11:45.611Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2528 | 2024-08-15T05:11:50.770Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2529 | 2024-08-15T05:11:53.030Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2530 | 2024-08-15T05:11:53.763Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2531 | 2024-08-15T05:11:54.294Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2532 | 2024-08-15T05:11:54.417Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2533 | 2024-08-15T05:11:57.667Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2534 | 2024-08-15T05:12:06.119Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2535 | 2024-08-15T05:12:06.119Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2536 | 2024-08-15T05:12:09.248Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2537 | 2024-08-15T05:12:10.014Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2538 | 2024-08-15T05:12:10.930Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2539 | 2024-08-15T05:12:11.790Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2540 | 2024-08-15T05:12:16.904Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2541 | 2024-08-15T05:12:20.867Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2542 | 2024-08-15T05:12:21.048Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2543 | 2024-08-15T05:12:23.669Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2544 | 2024-08-15T05:12:28.156Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2545 | 2024-08-15T05:12:31.063Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2546 | 2024-08-15T05:12:32.192Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2547 | 2024-08-15T05:12:33.916Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2548 | 2024-08-15T05:12:33.973Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2549 | 2024-08-15T05:12:35.490Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2550 | 2024-08-15T05:12:36.151Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2551 | 2024-08-15T05:12:43.992Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2552 | 2024-08-15T05:12:44.645Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2553 | 2024-08-15T05:12:46.403Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2554 | 2024-08-15T05:12:48.325Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2555 | 2024-08-15T05:12:49.106Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2556 | 2024-08-15T05:12:49.130Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2557 | 2024-08-15T05:12:49.666Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2558 | 2024-08-15T05:12:49.715Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2559 | 2024-08-15T05:12:52.876Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2560 | 2024-08-15T05:12:55.633Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2561 | 2024-08-15T05:12:57.022Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2562 | 2024-08-15T05:13:00.829Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2563 | 2024-08-15T05:13:01.304Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2564 | 2024-08-15T05:13:01.727Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2565 | 2024-08-15T05:13:02.203Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2566 | 2024-08-15T05:13:03.454Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2567 | 2024-08-15T05:13:05.506Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2568 | 2024-08-15T05:13:06.611Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2569 | 2024-08-15T05:13:06.636Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2570 | 2024-08-15T05:13:07.637Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2571 | 2024-08-15T05:13:08.736Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2572 | 2024-08-15T05:13:10.735Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2573 | 2024-08-15T05:13:11.212Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2574 | 2024-08-15T05:13:11.245Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2575 | 2024-08-15T05:13:12.479Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2576 | 2024-08-15T05:13:43.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 52s |
2577 | 2024-08-15T05:13:43.686Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 120 other files |
2578 | 2024-08-15T05:13:43.752Z | |
2579 | 2024-08-15T05:13:43.752Z | real 5:52.655989606 |
2580 | 2024-08-15T05:13:43.752Z | user 17:59.170445953 |
2581 | 2024-08-15T05:13:43.776Z | sys 24:50.689568916 |
2582 | 2024-08-15T05:13:43.776Z | trap 0.328944710 |
2583 | 2024-08-15T05:13:43.776Z | tflt 0.117820946 |
2584 | 2024-08-15T05:13:43.776Z | dflt 0.354518049 |
2585 | 2024-08-15T05:13:43.776Z | kflt 0.000047091 |
2586 | 2024-08-15T05:13:43.776Z | lock 56:01.624835407 |
2587 | 2024-08-15T05:13:43.776Z | slp 1:37:37.511996446 |
2588 | 2024-08-15T05:13:43.776Z | lat 1:04.353802595 |
2589 | 2024-08-15T05:13:43.776Z | stop 54.061589304 |
2590 | 2024-08-15T05:13:43.776Z | process exited: duration 962934 ms, exit code 0 |
|
2591 | 2024-08-15T05:13:43.826Z | found 0 output files |