|
|
|
1 | 2024-08-02T03:45:36.289Z | job assigned to worker 01J48K1B2BDF758ENWZC500AJD (queued for 57 s) |
|
2 | 2024-08-02T03:45:43.877Z | starting task 0: "setup" |
3 | 2024-08-02T03:45:43.930Z | ++ uname -s |
4 | 2024-08-02T03:45:43.933Z | + kern=SunOS |
5 | 2024-08-02T03:45:43.933Z | + case "$kern" in |
6 | 2024-08-02T03:45:43.933Z | + groupadd -g 12345 build |
7 | 2024-08-02T03:45:43.936Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T03:45:45.945Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T03:45:46.123Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T03:45:46.127Z | + home_fs=zfs |
11 | 2024-08-02T03:45:46.127Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T03:45:46.127Z | + mkdir -p /home/build |
13 | 2024-08-02T03:45:46.131Z | + chown build:build /home/build /work |
14 | 2024-08-02T03:45:48.130Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T03:45:48.132Z | process exited: duration 4256 ms, exit code 0 |
|
16 | 2024-08-02T03:45:48.139Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T03:45:48.144Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T03:45:48.144Z | ' 1.80.0 |
19 | 2024-08-02T03:45:48.148Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-02T03:45:48.148Z | * toolchain channel = "1.80.0" |
21 | 2024-08-02T03:45:48.148Z | ' default |
22 | 2024-08-02T03:45:48.148Z | * toolchain profile = "default" |
23 | 2024-08-02T03:45:48.148Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T03:45:48.148Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-02T03:45:48.249Z | info: downloading installer |
26 | 2024-08-02T03:45:49.735Z | info: profile set to 'default' |
27 | 2024-08-02T03:45:49.736Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T03:45:49.739Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-02T03:45:49.894Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-02T03:45:49.895Z | info: downloading component 'cargo' |
31 | 2024-08-02T03:45:50.775Z | info: downloading component 'clippy' |
32 | 2024-08-02T03:45:51.084Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T03:45:52.297Z | info: downloading component 'rust-std' |
34 | 2024-08-02T03:45:54.010Z | info: downloading component 'rustc' |
35 | 2024-08-02T03:45:58.804Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T03:45:59.057Z | info: installing component 'cargo' |
37 | 2024-08-02T03:45:59.901Z | info: installing component 'clippy' |
38 | 2024-08-02T03:46:00.277Z | info: installing component 'rust-docs' |
39 | 2024-08-02T03:46:01.868Z | info: installing component 'rust-std' |
40 | 2024-08-02T03:46:03.516Z | info: installing component 'rustc' |
41 | 2024-08-02T03:46:08.179Z | info: installing component 'rustfmt' |
42 | 2024-08-02T03:46:08.553Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-02T03:46:08.553Z | |
44 | 2024-08-02T03:46:08.869Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-02T03:46:08.869Z | |
46 | 2024-08-02T03:46:08.869Z | |
47 | 2024-08-02T03:46:08.869Z | Rust is installed now. Great! |
48 | 2024-08-02T03:46:08.869Z | |
49 | 2024-08-02T03:46:08.869Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T03:46:08.869Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T03:46:08.870Z | |
52 | 2024-08-02T03:46:08.870Z | To configure your current shell, you need to source |
53 | 2024-08-02T03:46:08.870Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T03:46:08.870Z | |
55 | 2024-08-02T03:46:08.870Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T03:46:08.870Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T03:46:08.870Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T03:46:08.871Z | + rustc --version |
59 | 2024-08-02T03:46:08.871Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-02T03:46:08.871Z | process exited: duration 20501 ms, exit code 0 |
|
61 | 2024-08-02T03:46:09.289Z | starting task 2: "authentication" |
62 | 2024-08-02T03:46:09.736Z | process exited: duration 468 ms, exit code 0 |
|
63 | 2024-08-02T03:46:09.894Z | starting task 3: "clone repository" |
64 | 2024-08-02T03:46:09.942Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T03:46:09.942Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T03:46:10.043Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T03:46:17.754Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T03:46:17.755Z | + git fetch origin 613a728ea210b00646465017fc5981bab546139e |
69 | 2024-08-02T03:46:17.969Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T03:46:17.969Z | * branch 613a728ea210b00646465017fc5981bab546139e -> FETCH_HEAD |
71 | 2024-08-02T03:46:17.983Z | + [[ -n renovate/predicates-3.x ]] |
72 | 2024-08-02T03:46:17.983Z | ++ git branch --show-current |
73 | 2024-08-02T03:46:17.983Z | + current=main |
74 | 2024-08-02T03:46:17.983Z | + [[ main != renovate/predicates-3.x ]] |
75 | 2024-08-02T03:46:17.984Z | + git branch -f renovate/predicates-3.x 613a728ea210b00646465017fc5981bab546139e |
76 | 2024-08-02T03:46:17.984Z | + git checkout -f renovate/predicates-3.x |
77 | 2024-08-02T03:46:18.116Z | Switched to branch 'renovate/predicates-3.x' |
78 | 2024-08-02T03:46:18.122Z | + git reset --hard 613a728ea210b00646465017fc5981bab546139e |
79 | 2024-08-02T03:46:18.249Z | HEAD is now at 613a728ea Update Rust crate predicates to 3.1.2 |
80 | 2024-08-02T03:46:18.261Z | process exited: duration 8384 ms, exit code 0 |
|
81 | 2024-08-02T03:46:18.287Z | starting task 4: "build" |
82 | 2024-08-02T03:46:18.304Z | + cargo --version |
83 | 2024-08-02T03:46:18.342Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-02T03:46:18.346Z | + rustc --version |
85 | 2024-08-02T03:46:18.420Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-02T03:46:18.451Z | + source ./env.sh |
87 | 2024-08-02T03:46:18.451Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-02T03:46:18.451Z | ++ set -o xtrace |
89 | 2024-08-02T03:46:18.451Z | ++++ dirname ./env.sh |
90 | 2024-08-02T03:46:18.451Z | +++ readlink -f . |
91 | 2024-08-02T03:46:18.513Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-02T03:46:18.513Z | ++ 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-02T03:46:18.513Z | ++ 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-02T03:46:18.513Z | ++ 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-02T03:46:18.513Z | ++ 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-02T03:46:18.513Z | ++ 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-02T03:46:18.514Z | ++ 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-02T03:46:18.514Z | ++ 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-02T03:46:18.514Z | ++ 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-02T03:46:18.514Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-02T03:46:18.514Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-02T03:46:18.514Z | + banner prerequisites |
103 | 2024-08-02T03:46:18.548Z | |
104 | 2024-08-02T03:46:18.548Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-02T03:46:18.548Z | # # # # # # # # # # # # # # # |
106 | 2024-08-02T03:46:18.548Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-02T03:46:18.548Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-02T03:46:18.548Z | # # # # # # # # # # # # # # # |
109 | 2024-08-02T03:46:18.548Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-02T03:46:18.549Z | |
111 | 2024-08-02T03:46:18.549Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-02T03:46:31.081Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-02T03:46:33.239Z | Startup: Caching catalogs ... Done |
114 | 2024-08-02T03:46:36.869Z | Planning: Solver setup ... Done (3.061s) |
115 | 2024-08-02T03:46:36.924Z | Planning: Running solver ... Done (0.058s) |
116 | 2024-08-02T03:46:36.971Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-02T03:46:36.997Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-02T03:46:37.327Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-02T03:46:37.381Z | Planning: Package planning ... Done (0.054s) |
120 | 2024-08-02T03:46:37.432Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-08-02T03:46:38.387Z | Planning: Checking for conflicting actions ... Done (0.955s) |
122 | 2024-08-02T03:46:38.402Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-02T03:46:42.727Z | Planning: Evaluating mediators ... Done (4.327s) |
124 | 2024-08-02T03:46:42.736Z | Planning: Planning completed in 9.43 seconds |
125 | 2024-08-02T03:46:42.977Z | Packages to install: 4 |
126 | 2024-08-02T03:46:42.977Z | Mediators to change: 2 |
127 | 2024-08-02T03:46:42.980Z | Services to change: 1 |
128 | 2024-08-02T03:46:42.980Z | Estimated space available: 155.75 GB |
129 | 2024-08-02T03:46:42.980Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-02T03:46:42.980Z | Create boot environment: No |
131 | 2024-08-02T03:46:42.980Z | Create backup boot environment: No |
132 | 2024-08-02T03:46:42.980Z | Rebuild boot archive: No |
133 | 2024-08-02T03:46:42.980Z | |
134 | 2024-08-02T03:46:42.980Z | Changed mediators: |
135 | 2024-08-02T03:46:42.980Z | mediator clang: |
136 | 2024-08-02T03:46:42.980Z | version: None -> 15 (system default) |
137 | 2024-08-02T03:46:42.980Z | |
138 | 2024-08-02T03:46:42.980Z | mediator llvm: |
139 | 2024-08-02T03:46:42.980Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-02T03:46:42.980Z | |
141 | 2024-08-02T03:46:42.980Z | Changed packages: |
142 | 2024-08-02T03:46:42.980Z | helios-dev |
143 | 2024-08-02T03:46:42.980Z | developer/build-essential |
144 | 2024-08-02T03:46:42.980Z | None -> 11-2.0 |
145 | 2024-08-02T03:46:42.980Z | library/libxmlsec1 |
146 | 2024-08-02T03:46:42.980Z | None -> 1.2.35-2.0 |
147 | 2024-08-02T03:46:42.980Z | ooce/developer/clang-15 |
148 | 2024-08-02T03:46:42.980Z | None -> 15.0.7-2.0 |
149 | 2024-08-02T03:46:42.980Z | ooce/developer/llvm-15 |
150 | 2024-08-02T03:46:42.980Z | None -> 15.0.7-2.0 |
151 | 2024-08-02T03:46:42.980Z | |
152 | 2024-08-02T03:46:42.980Z | Services: |
153 | 2024-08-02T03:46:42.980Z | restart_fmri: |
154 | 2024-08-02T03:46:42.980Z | svc:/system/update-man-index:default |
155 | 2024-08-02T03:46:43.106Z | |
156 | 2024-08-02T03:46:43.106Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-02T03:46:48.109Z | Download: 333/3290 items 2.1/212.6MB 0% complete (418k/s) |
158 | 2024-08-02T03:46:53.110Z | Download: 680/3290 items 5.8/212.6MB 2% complete (522k/s) |
159 | 2024-08-02T03:46:58.112Z | Download: 1194/3290 items 56.8/212.6MB 26% complete (5.4M/s) |
160 | 2024-08-02T03:47:03.113Z | Download: 1213/3290 items 85.2/212.6MB 40% complete (8.1M/s) |
161 | 2024-08-02T03:47:08.140Z | Download: 1480/3290 items 115.8/212.6MB 54% complete (6.5M/s) |
162 | 2024-08-02T03:47:13.261Z | Download: 1957/3290 items 117.9/212.6MB 55% complete (3.4M/s) |
163 | 2024-08-02T03:47:44.664Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
164 | 2024-08-02T03:47:49.663Z | Download: 2379/3290 items 119.8/212.6MB 56% complete (117k/s) |
165 | 2024-08-02T03:47:54.682Z | Download: 2741/3290 items 120.6/212.6MB 56% complete (141k/s) |
166 | 2024-08-02T03:47:59.699Z | Download: 3190/3290 items 153.7/212.6MB 72% complete (3.3M/s) |
167 | 2024-08-02T03:48:06.660Z | Download: 3248/3290 items 201.6/212.6MB 94% complete (8.2M/s) |
168 | 2024-08-02T03:48:13.027Z | Download: 3280/3290 items 210.7/212.6MB 99% complete (8.3M/s) |
169 | 2024-08-02T03:48:19.437Z | Download: 3282/3290 items 211.0/212.6MB 99% complete (6.4M/s) |
170 | 2024-08-02T03:48:32.242Z | Download: 3287/3290 items 211.8/212.6MB 99% complete |
171 | 2024-08-02T03:48:32.291Z | Download: Completed 212.60 MB in 109.17 seconds (1.9M/s) |
172 | 2024-08-02T03:48:32.492Z | Actions: 1/3689 actions (Installing new actions) |
173 | 2024-08-02T03:48:37.538Z | Actions: 3570/3689 actions (Installing new actions) |
174 | 2024-08-02T03:48:38.033Z | Actions: Completed 3689 actions in 5.54 seconds. |
175 | 2024-08-02T03:48:38.292Z | Done (0.255s) |
176 | 2024-08-02T03:48:38.292Z | Done (0.000s) |
177 | 2024-08-02T03:48:38.646Z | Done (0.353s) |
178 | 2024-08-02T03:48:44.561Z | Done (5.750s) |
179 | 2024-08-02T03:48:44.797Z | Done (0.171s) |
180 | 2024-08-02T03:48:44.800Z | Done (0.000s) |
181 | 2024-08-02T03:48:44.964Z | Done (0.000s) |
182 | 2024-08-02T03:48:45.529Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-02T03:48:45.689Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-08-02T03:48:45.693Z | Planning: Consolidating action changes ... Done |
185 | 2024-08-02T03:48:45.952Z | Planning: Evaluating mediators ... Done |
186 | 2024-08-02T03:48:45.955Z | Planning: Planning completed in 0.42 seconds |
187 | 2024-08-02T03:48:45.985Z | Mediators to change: 2 |
188 | 2024-08-02T03:48:45.985Z | Create boot environment: No |
189 | 2024-08-02T03:48:45.988Z | Create backup boot environment: No |
190 | 2024-08-02T03:48:46.052Z | Done |
191 | 2024-08-02T03:48:46.052Z | Done |
192 | 2024-08-02T03:48:46.265Z | Done |
193 | 2024-08-02T03:48:49.685Z | Done |
194 | 2024-08-02T03:48:49.767Z | Done |
195 | 2024-08-02T03:48:49.770Z | Done |
196 | 2024-08-02T03:48:49.885Z | Done |
197 | 2024-08-02T03:48:50.491Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-08-02T03:48:50.496Z | Planning: Merging actions ... Done |
199 | 2024-08-02T03:48:50.684Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-08-02T03:48:50.687Z | Planning: Consolidating action changes ... Done |
201 | 2024-08-02T03:48:50.944Z | Planning: Evaluating mediators ... Done |
202 | 2024-08-02T03:48:50.999Z | Planning: Planning completed in 0.75 seconds |
203 | 2024-08-02T03:48:51.033Z | Packages to change: 1 |
204 | 2024-08-02T03:48:51.033Z | Mediators to change: 1 |
205 | 2024-08-02T03:48:51.036Z | Services to change: 1 |
206 | 2024-08-02T03:48:51.036Z | Create boot environment: No |
207 | 2024-08-02T03:48:51.036Z | Create backup boot environment: Yes |
208 | 2024-08-02T03:48:53.103Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-08-02T03:48:53.222Z | Actions: Completed 6 actions in 0.12 seconds. |
210 | 2024-08-02T03:48:53.224Z | Done |
211 | 2024-08-02T03:48:53.225Z | Done |
212 | 2024-08-02T03:48:53.295Z | Done |
213 | 2024-08-02T03:48:56.847Z | Done |
214 | 2024-08-02T03:48:56.930Z | Done |
215 | 2024-08-02T03:48:56.933Z | Done |
216 | 2024-08-02T03:48:57.052Z | Done |
217 | 2024-08-02T03:48:57.482Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-08-02T03:48:57.482Z | clang system 15 system |
219 | 2024-08-02T03:48:57.482Z | csh system system illumos |
220 | 2024-08-02T03:48:57.482Z | ctags system system illumos |
221 | 2024-08-02T03:48:57.482Z | gcc vendor 12 vendor |
222 | 2024-08-02T03:48:57.482Z | gcc system 10 system |
223 | 2024-08-02T03:48:57.482Z | gcc system 7 system |
224 | 2024-08-02T03:48:57.482Z | go system 1.20 system |
225 | 2024-08-02T03:48:57.482Z | go system 1.19 system |
226 | 2024-08-02T03:48:57.482Z | llvm system 15 system |
227 | 2024-08-02T03:48:57.482Z | llvm system 14 system |
228 | 2024-08-02T03:48:57.482Z | mariadb system 10.6 system |
229 | 2024-08-02T03:48:57.482Z | mta vendor vendor dma |
230 | 2024-08-02T03:48:57.483Z | openjdk system 17 system |
231 | 2024-08-02T03:48:57.483Z | openjdk system 11 system |
232 | 2024-08-02T03:48:57.483Z | openjdk system 1.8 system |
233 | 2024-08-02T03:48:57.483Z | openssl vendor 3 vendor |
234 | 2024-08-02T03:48:57.483Z | perl system 5.36 system |
235 | 2024-08-02T03:48:57.483Z | postgresql system 15 system |
236 | 2024-08-02T03:48:57.483Z | postgresql system 13 system |
237 | 2024-08-02T03:48:57.483Z | python vendor 3 vendor |
238 | 2024-08-02T03:48:57.483Z | python system 2 system |
239 | 2024-08-02T03:48:57.483Z | python3 system 3.11 system |
240 | 2024-08-02T03:48:57.483Z | ruby system 3.0 system |
241 | 2024-08-02T03:48:57.483Z | words vendor vendor american-english |
242 | 2024-08-02T03:48:57.483Z | words system system australian-english |
243 | 2024-08-02T03:48:57.483Z | words system system british-english |
244 | 2024-08-02T03:48:57.483Z | words system system canadian-english |
245 | 2024-08-02T03:48:57.483Z | words system system french |
246 | 2024-08-02T03:48:57.483Z | words system system italian |
247 | 2024-08-02T03:48:57.483Z | words system system ngerman |
248 | 2024-08-02T03:48:57.483Z | words system system ogerman |
249 | 2024-08-02T03:48:57.483Z | words system system spanish |
250 | 2024-08-02T03:48:57.806Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-08-02T03:48:57.806Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-08-02T03:48:59.432Z | FMRI IFO |
253 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
260 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-08-02T03:48:59.432Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-08-02T03:48:59.988Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-08-02T03:49:00.225Z | Updating git repository `https://github.com/oxidecomputer/zone` |
267 | 2024-08-02T03:49:00.494Z | Updating crates.io index |
268 | 2024-08-02T03:49:00.578Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
269 | 2024-08-02T03:49:01.257Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-08-02T03:49:01.955Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-08-02T03:49:02.211Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
272 | 2024-08-02T03:49:03.959Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-08-02T03:49:04.320Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-08-02T03:49:04.565Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-08-02T03:49:05.539Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-08-02T03:49:07.441Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-08-02T03:49:08.423Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-08-02T03:49:09.072Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
279 | 2024-08-02T03:49:09.736Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-08-02T03:49:10.041Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
281 | 2024-08-02T03:49:10.318Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
282 | 2024-08-02T03:49:10.633Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-08-02T03:49:10.900Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-08-02T03:49:11.136Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-08-02T03:49:11.360Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-08-02T03:49:11.778Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-08-02T03:49:12.034Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-08-02T03:49:12.576Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-08-02T03:49:12.829Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-08-02T03:49:13.425Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
291 | 2024-08-02T03:49:13.693Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2024-08-02T03:49:14.238Z | Updating git repository `https://github.com/oxidecomputer/typify` |
293 | 2024-08-02T03:49:16.408Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
294 | 2024-08-02T03:49:16.653Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
295 | 2024-08-02T03:49:16.895Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
296 | 2024-08-02T03:49:17.202Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
297 | 2024-08-02T03:49:18.544Z | Downloading crates ... |
298 | 2024-08-02T03:49:18.637Z | Downloaded cfg-if v1.0.0 |
299 | 2024-08-02T03:49:18.645Z | Downloaded anstyle v1.0.8 |
300 | 2024-08-02T03:49:18.645Z | Downloaded anstream v0.6.14 |
301 | 2024-08-02T03:49:18.648Z | Downloaded dtrace-parser v0.2.0 |
302 | 2024-08-02T03:49:18.654Z | Downloaded swrite v0.1.0 |
303 | 2024-08-02T03:49:18.657Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-08-02T03:49:18.666Z | Downloaded usdt-macro v0.5.0 |
305 | 2024-08-02T03:49:18.672Z | Downloaded itoa v1.0.11 |
306 | 2024-08-02T03:49:18.678Z | Downloaded equivalent v1.0.1 |
307 | 2024-08-02T03:49:18.682Z | Downloaded plain v0.2.3 |
308 | 2024-08-02T03:49:18.685Z | Downloaded errno v0.3.9 |
309 | 2024-08-02T03:49:18.688Z | Downloaded memmap v0.7.0 |
310 | 2024-08-02T03:49:18.691Z | Downloaded heck v0.4.1 |
311 | 2024-08-02T03:49:18.691Z | Downloaded cargo_metadata v0.18.1 |
312 | 2024-08-02T03:49:18.693Z | Downloaded anstyle-parse v0.2.4 |
313 | 2024-08-02T03:49:18.696Z | Downloaded pest_generator v2.7.10 |
314 | 2024-08-02T03:49:18.696Z | Downloaded macaddr v1.0.1 |
315 | 2024-08-02T03:49:18.696Z | Downloaded fs-err v2.11.0 |
316 | 2024-08-02T03:49:18.700Z | Downloaded tabled_derive v0.7.0 |
317 | 2024-08-02T03:49:18.703Z | Downloaded serde_spanned v0.6.7 |
318 | 2024-08-02T03:49:18.709Z | Downloaded thread-id v4.2.1 |
319 | 2024-08-02T03:49:18.712Z | Downloaded thiserror v1.0.63 |
320 | 2024-08-02T03:49:18.719Z | Downloaded pretty-hex v0.4.1 |
321 | 2024-08-02T03:49:18.722Z | Downloaded is_terminal_polyfill v1.70.0 |
322 | 2024-08-02T03:49:18.725Z | Downloaded scroll_derive v0.12.0 |
323 | 2024-08-02T03:49:18.732Z | Downloaded clap_lex v0.7.0 |
324 | 2024-08-02T03:49:18.736Z | Downloaded generic-array v0.14.7 |
325 | 2024-08-02T03:49:18.738Z | Downloaded cpufeatures v0.2.12 |
326 | 2024-08-02T03:49:18.738Z | Downloaded anstyle-query v1.0.3 |
327 | 2024-08-02T03:49:18.741Z | Downloaded digest v0.10.7 |
328 | 2024-08-02T03:49:18.744Z | Downloaded autocfg v1.3.0 |
329 | 2024-08-02T03:49:18.748Z | Downloaded byteorder v1.5.0 |
330 | 2024-08-02T03:49:18.751Z | Downloaded fnv v1.0.7 |
331 | 2024-08-02T03:49:18.751Z | Downloaded dof v0.3.0 |
332 | 2024-08-02T03:49:18.754Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2024-08-02T03:49:18.754Z | Downloaded camino v1.1.7 |
334 | 2024-08-02T03:49:18.757Z | Downloaded block-buffer v0.10.4 |
335 | 2024-08-02T03:49:18.757Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-08-02T03:49:18.759Z | Downloaded bytecount v0.6.8 |
337 | 2024-08-02T03:49:18.762Z | Downloaded semver v1.0.23 |
338 | 2024-08-02T03:49:18.766Z | Downloaded toml_datetime v0.6.8 |
339 | 2024-08-02T03:49:18.769Z | Downloaded sha2 v0.10.8 |
340 | 2024-08-02T03:49:18.772Z | Downloaded crypto-common v0.1.6 |
341 | 2024-08-02T03:49:18.781Z | Downloaded bitflags v2.6.0 |
342 | 2024-08-02T03:49:18.785Z | Downloaded utf8parse v0.2.1 |
343 | 2024-08-02T03:49:18.785Z | Downloaded colorchoice v1.0.1 |
344 | 2024-08-02T03:49:18.785Z | Downloaded usdt v0.5.0 |
345 | 2024-08-02T03:49:18.785Z | Downloaded terminal_size v0.3.0 |
346 | 2024-08-02T03:49:18.785Z | Downloaded strsim v0.11.1 |
347 | 2024-08-02T03:49:18.785Z | Downloaded heck v0.5.0 |
348 | 2024-08-02T03:49:18.785Z | Downloaded cargo-platform v0.1.8 |
349 | 2024-08-02T03:49:18.788Z | Downloaded scroll v0.12.0 |
350 | 2024-08-02T03:49:18.793Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-08-02T03:49:18.797Z | Downloaded cargo_toml v0.20.4 |
352 | 2024-08-02T03:49:18.800Z | Downloaded clap_derive v4.5.8 |
353 | 2024-08-02T03:49:18.803Z | Downloaded anyhow v1.0.86 |
354 | 2024-08-02T03:49:18.808Z | Downloaded ucd-trie v0.1.6 |
355 | 2024-08-02T03:49:18.811Z | Downloaded typenum v1.17.0 |
356 | 2024-08-02T03:49:18.818Z | Downloaded quote v1.0.36 |
357 | 2024-08-02T03:49:18.821Z | Downloaded pest_derive v2.7.10 |
358 | 2024-08-02T03:49:18.824Z | Downloaded version_check v0.9.4 |
359 | 2024-08-02T03:49:18.827Z | Downloaded pest_meta v2.7.10 |
360 | 2024-08-02T03:49:18.830Z | Downloaded thiserror-impl v1.0.63 |
361 | 2024-08-02T03:49:18.830Z | Downloaded zerocopy-derive v0.7.34 |
362 | 2024-08-02T03:49:18.833Z | Downloaded serde_tokenstream v0.2.1 |
363 | 2024-08-02T03:49:18.836Z | Downloaded once_cell v1.19.0 |
364 | 2024-08-02T03:49:18.839Z | Downloaded log v0.4.21 |
365 | 2024-08-02T03:49:18.850Z | Downloaded indexmap v2.2.6 |
366 | 2024-08-02T03:49:18.856Z | Downloaded serde_derive v1.0.204 |
367 | 2024-08-02T03:49:18.859Z | Downloaded ryu v1.0.18 |
368 | 2024-08-02T03:49:18.861Z | Downloaded unicode-ident v1.0.12 |
369 | 2024-08-02T03:49:18.864Z | Downloaded clap v4.5.9 |
370 | 2024-08-02T03:49:18.872Z | Downloaded toml v0.8.19 |
371 | 2024-08-02T03:49:18.875Z | Downloaded serde v1.0.204 |
372 | 2024-08-02T03:49:18.878Z | Downloaded proc-macro2 v1.0.86 |
373 | 2024-08-02T03:49:18.881Z | Downloaded papergrid v0.11.0 |
374 | 2024-08-02T03:49:18.903Z | Downloaded memchr v2.7.2 |
375 | 2024-08-02T03:49:18.920Z | Downloaded toml_edit v0.22.20 |
376 | 2024-08-02T03:49:18.940Z | Downloaded pest v2.7.10 |
377 | 2024-08-02T03:49:18.944Z | Downloaded clap_builder v4.5.9 |
378 | 2024-08-02T03:49:18.961Z | Downloaded serde_json v1.0.120 |
379 | 2024-08-02T03:49:18.968Z | Downloaded zerocopy v0.7.34 |
380 | 2024-08-02T03:49:18.982Z | Downloaded winnow v0.6.18 |
381 | 2024-08-02T03:49:18.990Z | Downloaded hashbrown v0.14.5 |
382 | 2024-08-02T03:49:19.010Z | Downloaded goblin v0.8.2 |
383 | 2024-08-02T03:49:19.014Z | Downloaded tabled v0.15.0 |
384 | 2024-08-02T03:49:19.028Z | Downloaded syn v1.0.109 |
385 | 2024-08-02T03:49:19.039Z | Downloaded syn v2.0.72 |
386 | 2024-08-02T03:49:19.055Z | Downloaded rustix v0.38.34 |
387 | 2024-08-02T03:49:19.076Z | Downloaded unicode-width v0.1.13 |
388 | 2024-08-02T03:49:19.087Z | Downloaded libc v0.2.155 |
389 | 2024-08-02T03:49:19.380Z | Compiling proc-macro2 v1.0.86 |
390 | 2024-08-02T03:49:19.381Z | Compiling unicode-ident v1.0.12 |
391 | 2024-08-02T03:49:19.384Z | Compiling version_check v0.9.4 |
392 | 2024-08-02T03:49:19.384Z | Compiling serde v1.0.204 |
393 | 2024-08-02T03:49:19.384Z | Compiling thiserror v1.0.63 |
394 | 2024-08-02T03:49:19.384Z | Compiling libc v0.2.155 |
395 | 2024-08-02T03:49:19.384Z | Compiling memchr v2.7.2 |
396 | 2024-08-02T03:49:19.412Z | Compiling ryu v1.0.18 |
397 | 2024-08-02T03:49:19.637Z | Compiling itoa v1.0.11 |
398 | 2024-08-02T03:49:19.796Z | Compiling ucd-trie v0.1.6 |
399 | 2024-08-02T03:49:20.157Z | Compiling once_cell v1.19.0 |
400 | 2024-08-02T03:49:20.265Z | Compiling byteorder v1.5.0 |
401 | 2024-08-02T03:49:20.604Z | Compiling serde_json v1.0.120 |
402 | 2024-08-02T03:49:22.450Z | Compiling proc-macro-error-attr v1.0.4 |
403 | 2024-08-02T03:49:22.506Z | Compiling usdt-impl v0.5.0 |
404 | 2024-08-02T03:49:22.542Z | Compiling syn v1.0.109 |
405 | 2024-08-02T03:49:22.620Z | Compiling rustix v0.38.34 |
406 | 2024-08-02T03:49:22.642Z | Compiling proc-macro-error v1.0.4 |
407 | 2024-08-02T03:49:22.780Z | Compiling bitflags v2.6.0 |
408 | 2024-08-02T03:49:22.937Z | Compiling equivalent v1.0.1 |
409 | 2024-08-02T03:49:22.981Z | Compiling utf8parse v0.2.1 |
410 | 2024-08-02T03:49:23.046Z | Compiling log v0.4.21 |
411 | 2024-08-02T03:49:23.136Z | Compiling hashbrown v0.14.5 |
412 | 2024-08-02T03:49:23.214Z | Compiling thread-id v4.2.1 |
413 | 2024-08-02T03:49:23.258Z | Compiling plain v0.2.3 |
414 | 2024-08-02T03:49:23.310Z | Compiling quote v1.0.36 |
415 | 2024-08-02T03:49:23.333Z | Compiling anstyle-parse v0.2.4 |
416 | 2024-08-02T03:49:23.527Z | Compiling winnow v0.6.18 |
417 | 2024-08-02T03:49:23.577Z | Compiling semver v1.0.23 |
418 | 2024-08-02T03:49:23.665Z | Compiling colorchoice v1.0.1 |
419 | 2024-08-02T03:49:23.774Z | Compiling syn v2.0.72 |
420 | 2024-08-02T03:49:23.811Z | Compiling errno v0.3.9 |
421 | 2024-08-02T03:49:24.040Z | Compiling anstyle v1.0.8 |
422 | 2024-08-02T03:49:24.105Z | Compiling autocfg v1.3.0 |
423 | 2024-08-02T03:49:24.400Z | Compiling indexmap v2.2.6 |
424 | 2024-08-02T03:49:24.498Z | Compiling camino v1.1.7 |
425 | 2024-08-02T03:49:25.007Z | Compiling anstyle-query v1.0.3 |
426 | 2024-08-02T03:49:25.151Z | Compiling is_terminal_polyfill v1.70.0 |
427 | 2024-08-02T03:49:25.177Z | Compiling pretty-hex v0.4.1 |
428 | 2024-08-02T03:49:25.267Z | Compiling anstream v0.6.14 |
429 | 2024-08-02T03:49:25.304Z | Compiling terminal_size v0.3.0 |
430 | 2024-08-02T03:49:25.366Z | Compiling fs-err v2.11.0 |
431 | 2024-08-02T03:49:25.661Z | Compiling unicode-width v0.1.13 |
432 | 2024-08-02T03:49:25.689Z | Compiling anyhow v1.0.86 |
433 | 2024-08-02T03:49:25.712Z | Compiling fnv v1.0.7 |
434 | 2024-08-02T03:49:25.760Z | Compiling heck v0.5.0 |
435 | 2024-08-02T03:49:25.841Z | Compiling bytecount v0.6.8 |
436 | 2024-08-02T03:49:25.883Z | Compiling strsim v0.11.1 |
437 | 2024-08-02T03:49:26.023Z | Compiling heck v0.4.1 |
438 | 2024-08-02T03:49:26.047Z | Compiling clap_lex v0.7.0 |
439 | 2024-08-02T03:49:26.291Z | Compiling clap_builder v4.5.9 |
440 | 2024-08-02T03:49:26.491Z | Compiling papergrid v0.11.0 |
441 | 2024-08-02T03:49:26.539Z | Compiling memmap v0.7.0 |
442 | 2024-08-02T03:49:27.288Z | Compiling swrite v0.1.0 |
443 | 2024-08-02T03:49:28.790Z | Compiling tabled_derive v0.7.0 |
444 | 2024-08-02T03:49:30.219Z | Compiling tabled v0.15.0 |
445 | 2024-08-02T03:49:32.291Z | Compiling serde_derive v1.0.204 |
446 | 2024-08-02T03:49:32.291Z | Compiling thiserror-impl v1.0.63 |
447 | 2024-08-02T03:49:32.296Z | Compiling zerocopy-derive v0.7.34 |
448 | 2024-08-02T03:49:32.296Z | Compiling scroll_derive v0.12.0 |
449 | 2024-08-02T03:49:32.297Z | Compiling clap_derive v4.5.8 |
450 | 2024-08-02T03:49:33.485Z | Compiling scroll v0.12.0 |
451 | 2024-08-02T03:49:34.034Z | Compiling goblin v0.8.2 |
452 | 2024-08-02T03:49:34.215Z | Compiling zerocopy v0.7.34 |
453 | 2024-08-02T03:49:34.795Z | Compiling pest v2.7.10 |
454 | 2024-08-02T03:49:35.841Z | Compiling clap v4.5.9 |
455 | 2024-08-02T03:49:36.915Z | Compiling pest_meta v2.7.10 |
456 | 2024-08-02T03:49:37.786Z | Compiling pest_generator v2.7.10 |
457 | 2024-08-02T03:49:39.666Z | Compiling pest_derive v2.7.10 |
458 | 2024-08-02T03:49:40.375Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-08-02T03:49:42.216Z | Compiling toml_datetime v0.6.8 |
460 | 2024-08-02T03:49:42.216Z | Compiling serde_spanned v0.6.7 |
461 | 2024-08-02T03:49:42.218Z | Compiling cargo-platform v0.1.8 |
462 | 2024-08-02T03:49:42.575Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-08-02T03:49:42.801Z | Compiling toml_edit v0.22.20 |
464 | 2024-08-02T03:49:42.827Z | Compiling macaddr v1.0.1 |
465 | 2024-08-02T03:49:43.576Z | Compiling dof v0.3.0 |
466 | 2024-08-02T03:49:43.577Z | Compiling cargo_metadata v0.18.1 |
467 | 2024-08-02T03:49:45.518Z | Compiling usdt-attr-macro v0.5.0 |
468 | 2024-08-02T03:49:45.518Z | Compiling usdt-macro v0.5.0 |
469 | 2024-08-02T03:49:45.536Z | Compiling toml v0.8.19 |
470 | 2024-08-02T03:49:46.367Z | Compiling cargo_toml v0.20.4 |
471 | 2024-08-02T03:49:46.844Z | Compiling usdt v0.5.0 |
472 | 2024-08-02T03:49:50.040Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
473 | 2024-08-02T03:49:53.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.02s |
474 | 2024-08-02T03:49:54.034Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
475 | 2024-08-02T03:49:54.565Z | Downloading crates ... |
476 | 2024-08-02T03:49:54.678Z | Downloaded assert_matches v1.5.0 |
477 | 2024-08-02T03:49:54.688Z | Downloaded bitstruct v0.1.1 |
478 | 2024-08-02T03:49:54.691Z | Downloaded crunchy v0.2.2 |
479 | 2024-08-02T03:49:54.694Z | Downloaded cfg_aliases v0.1.1 |
480 | 2024-08-02T03:49:54.694Z | Downloaded cstr-argument v0.1.2 |
481 | 2024-08-02T03:49:54.703Z | Downloaded base16ct v0.2.0 |
482 | 2024-08-02T03:49:54.707Z | Downloaded async-recursion v1.1.1 |
483 | 2024-08-02T03:49:54.711Z | Downloaded bitfield v0.14.0 |
484 | 2024-08-02T03:49:54.713Z | Downloaded new_debug_unreachable v1.0.6 |
485 | 2024-08-02T03:49:54.713Z | Downloaded bit-set v0.5.3 |
486 | 2024-08-02T03:49:54.714Z | Downloaded normalize-line-endings v0.3.0 |
487 | 2024-08-02T03:49:54.717Z | Downloaded arrayref v0.3.7 |
488 | 2024-08-02T03:49:54.717Z | Downloaded aead v0.5.2 |
489 | 2024-08-02T03:49:54.724Z | Downloaded addr2line v0.21.0 |
490 | 2024-08-02T03:49:54.724Z | Downloaded crossbeam-deque v0.8.5 |
491 | 2024-08-02T03:49:54.727Z | Downloaded num-conv v0.1.0 |
492 | 2024-08-02T03:49:54.727Z | Downloaded lock_api v0.4.12 |
493 | 2024-08-02T03:49:54.727Z | Downloaded ciborium-ll v0.2.2 |
494 | 2024-08-02T03:49:54.730Z | Downloaded openssl-macros v0.1.1 |
495 | 2024-08-02T03:49:54.730Z | Downloaded number_prefix v0.4.0 |
496 | 2024-08-02T03:49:54.734Z | Downloaded matches v0.1.10 |
497 | 2024-08-02T03:49:54.734Z | Downloaded const_format_proc_macros v0.2.32 |
498 | 2024-08-02T03:49:54.737Z | Downloaded convert_case v0.4.0 |
499 | 2024-08-02T03:49:54.737Z | Downloaded is-terminal v0.4.12 |
500 | 2024-08-02T03:49:54.740Z | Downloaded colored v2.1.0 |
501 | 2024-08-02T03:49:54.740Z | Downloaded peg-runtime v0.8.3 |
502 | 2024-08-02T03:49:54.743Z | Downloaded data-encoding v2.6.0 |
503 | 2024-08-02T03:49:54.743Z | Downloaded backoff v0.4.0 |
504 | 2024-08-02T03:49:54.748Z | Downloaded async-trait v0.1.81 |
505 | 2024-08-02T03:49:54.751Z | Downloaded num v0.4.3 |
506 | 2024-08-02T03:49:54.751Z | Downloaded md-5 v0.10.6 |
507 | 2024-08-02T03:49:54.754Z | Downloaded defmt-parser v0.3.4 |
508 | 2024-08-02T03:49:54.755Z | Downloaded csv-core v0.1.11 |
509 | 2024-08-02T03:49:54.760Z | Downloaded num_cpus v1.16.0 |
510 | 2024-08-02T03:49:54.763Z | Downloaded nanorand v0.7.0 |
511 | 2024-08-02T03:49:54.763Z | Downloaded mockall v0.12.1 |
512 | 2024-08-02T03:49:54.763Z | Downloaded paste v1.0.15 |
513 | 2024-08-02T03:49:54.766Z | Downloaded peg v0.8.4 |
514 | 2024-08-02T03:49:54.771Z | Downloaded ipnet v2.9.0 |
515 | 2024-08-02T03:49:54.774Z | Downloaded parse-display-derive v0.9.1 |
516 | 2024-08-02T03:49:54.777Z | Downloaded ciborium v0.2.2 |
517 | 2024-08-02T03:49:54.781Z | Downloaded defmt v0.3.8 |
518 | 2024-08-02T03:49:54.784Z | Downloaded owo-colors v4.0.0 |
519 | 2024-08-02T03:49:54.787Z | Downloaded parking_lot_core v0.9.10 |
520 | 2024-08-02T03:49:54.792Z | Downloaded omicron-zone-package v0.11.0 |
521 | 2024-08-02T03:49:54.795Z | Downloaded stringprep v0.1.4 |
522 | 2024-08-02T03:49:54.795Z | Downloaded array-init v0.0.4 |
523 | 2024-08-02T03:49:54.795Z | Downloaded parking_lot v0.12.2 |
524 | 2024-08-02T03:49:54.800Z | Downloaded match_cfg v0.1.0 |
525 | 2024-08-02T03:49:54.803Z | Downloaded bitfield-struct v0.6.1 |
526 | 2024-08-02T03:49:54.803Z | Downloaded bit-vec v0.6.3 |
527 | 2024-08-02T03:49:54.803Z | Downloaded atomic-waker v1.1.2 |
528 | 2024-08-02T03:49:54.806Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2024-08-02T03:49:54.806Z | Downloaded shell-words v1.1.0 |
530 | 2024-08-02T03:49:54.810Z | Downloaded lazy_static v1.5.0 |
531 | 2024-08-02T03:49:54.810Z | Downloaded is_ci v1.2.0 |
532 | 2024-08-02T03:49:54.813Z | Downloaded darling_macro v0.20.9 |
533 | 2024-08-02T03:49:54.813Z | Downloaded vte_generate_state_changes v0.1.1 |
534 | 2024-08-02T03:49:54.813Z | Downloaded openssl-probe v0.1.5 |
535 | 2024-08-02T03:49:54.817Z | Downloaded untrusted v0.7.1 |
536 | 2024-08-02T03:49:54.817Z | Downloaded termtree v0.4.1 |
537 | 2024-08-02T03:49:54.817Z | Downloaded oso-derive v0.27.3 |
538 | 2024-08-02T03:49:54.820Z | Downloaded num_threads v0.1.7 |
539 | 2024-08-02T03:49:54.820Z | Downloaded cexpr v0.6.0 |
540 | 2024-08-02T03:49:54.823Z | Downloaded path-slash v0.1.5 |
541 | 2024-08-02T03:49:54.823Z | Downloaded keccak v0.1.5 |
542 | 2024-08-02T03:49:54.826Z | Downloaded ipnetwork v0.20.0 |
543 | 2024-08-02T03:49:54.826Z | Downloaded instant v0.1.12 |
544 | 2024-08-02T03:49:54.829Z | Downloaded crc-catalog v2.4.0 |
545 | 2024-08-02T03:49:54.832Z | Downloaded toolchain_find v0.4.0 |
546 | 2024-08-02T03:49:54.832Z | Downloaded display-error-chain v0.2.0 |
547 | 2024-08-02T03:49:54.832Z | Downloaded downcast v0.11.0 |
548 | 2024-08-02T03:49:54.835Z | Downloaded newtype_derive v0.1.6 |
549 | 2024-08-02T03:49:54.835Z | Downloaded managed v0.8.0 |
550 | 2024-08-02T03:49:54.838Z | Downloaded crc-any v2.5.0 |
551 | 2024-08-02T03:49:54.841Z | Downloaded maybe-uninit v2.0.0 |
552 | 2024-08-02T03:49:54.841Z | Downloaded linked-hash-map v0.5.6 |
553 | 2024-08-02T03:49:54.844Z | Downloaded defmt-macros v0.3.9 |
554 | 2024-08-02T03:49:54.847Z | Downloaded slog-dtrace v0.3.0 |
555 | 2024-08-02T03:49:54.848Z | Downloaded signal-hook-tokio v0.3.1 |
556 | 2024-08-02T03:49:54.850Z | Downloaded impl-trait-for-tuples v0.2.2 |
557 | 2024-08-02T03:49:54.853Z | Downloaded arrayvec v0.7.4 |
558 | 2024-08-02T03:49:54.856Z | Downloaded hubpack_derive v0.1.1 |
559 | 2024-08-02T03:49:54.856Z | Downloaded multimap v0.10.0 |
560 | 2024-08-02T03:49:54.859Z | Downloaded headers-core v0.2.0 |
561 | 2024-08-02T03:49:54.859Z | Downloaded thiserror-impl-no-std v2.0.2 |
562 | 2024-08-02T03:49:54.859Z | Downloaded structmeta-derive v0.3.0 |
563 | 2024-08-02T03:49:54.862Z | Downloaded num-derive v0.4.2 |
564 | 2024-08-02T03:49:54.868Z | Downloaded mime v0.3.17 |
565 | 2024-08-02T03:49:54.868Z | Downloaded packed_struct v0.10.1 |
566 | 2024-08-02T03:49:54.871Z | Downloaded olpc-cjson v0.1.3 |
567 | 2024-08-02T03:49:54.871Z | Downloaded num_enum v0.5.11 |
568 | 2024-08-02T03:49:54.874Z | Downloaded pem v3.0.4 |
569 | 2024-08-02T03:49:54.877Z | Downloaded portpicker v0.1.1 |
570 | 2024-08-02T03:49:54.877Z | Downloaded tracing-attributes v0.1.27 |
571 | 2024-08-02T03:49:54.881Z | Downloaded parse-display v0.9.1 |
572 | 2024-08-02T03:49:54.884Z | Downloaded which v4.4.2 |
573 | 2024-08-02T03:49:54.884Z | Downloaded darling_core v0.20.9 |
574 | 2024-08-02T03:49:54.888Z | Downloaded crc v3.2.1 |
575 | 2024-08-02T03:49:54.891Z | Downloaded flagset v0.4.5 |
576 | 2024-08-02T03:49:54.894Z | Downloaded slog-term v2.9.1 |
577 | 2024-08-02T03:49:54.897Z | Downloaded dyn-clone v1.0.17 |
578 | 2024-08-02T03:49:54.901Z | Downloaded tinyvec_macros v0.1.1 |
579 | 2024-08-02T03:49:54.901Z | Downloaded memmap2 v0.9.4 |
580 | 2024-08-02T03:49:54.904Z | Downloaded dirs-sys-next v0.1.2 |
581 | 2024-08-02T03:49:54.904Z | Downloaded semver v0.1.20 |
582 | 2024-08-02T03:49:54.906Z | Downloaded futures-executor v0.3.30 |
583 | 2024-08-02T03:49:54.906Z | Downloaded filetime v0.2.23 |
584 | 2024-08-02T03:49:54.909Z | Downloaded zeroize_derive v1.4.2 |
585 | 2024-08-02T03:49:54.909Z | Downloaded spin v0.9.8 |
586 | 2024-08-02T03:49:54.912Z | Downloaded fxhash v0.2.1 |
587 | 2024-08-02T03:49:54.915Z | Downloaded indent_write v2.2.0 |
588 | 2024-08-02T03:49:54.915Z | Downloaded futures-task v0.3.30 |
589 | 2024-08-02T03:49:54.918Z | Downloaded futures-sink v0.3.30 |
590 | 2024-08-02T03:49:54.918Z | Downloaded futures-macro v0.3.30 |
591 | 2024-08-02T03:49:54.920Z | Downloaded pkg-config v0.3.30 |
592 | 2024-08-02T03:49:54.923Z | Downloaded num-complex v0.4.6 |
593 | 2024-08-02T03:49:54.923Z | Downloaded peg-macros v0.8.4 |
594 | 2024-08-02T03:49:54.926Z | Downloaded crossbeam-utils v0.8.19 |
595 | 2024-08-02T03:49:54.930Z | Downloaded ident_case v1.0.1 |
596 | 2024-08-02T03:49:54.930Z | Downloaded powerfmt v0.2.0 |
597 | 2024-08-02T03:49:54.932Z | Downloaded parking_lot_core v0.8.6 |
598 | 2024-08-02T03:49:54.935Z | Downloaded serde_plain v1.0.2 |
599 | 2024-08-02T03:49:54.938Z | Downloaded cookie v0.17.0 |
600 | 2024-08-02T03:49:54.941Z | Downloaded ppv-lite86 v0.2.17 |
601 | 2024-08-02T03:49:54.945Z | Downloaded sqlformat v0.2.4 |
602 | 2024-08-02T03:49:54.945Z | Downloaded compact_str v0.7.1 |
603 | 2024-08-02T03:49:54.947Z | Downloaded cancel-safe-futures v0.1.5 |
604 | 2024-08-02T03:49:54.950Z | Downloaded serde-big-array v0.5.1 |
605 | 2024-08-02T03:49:54.953Z | Downloaded tls_codec_derive v0.4.1 |
606 | 2024-08-02T03:49:54.956Z | Downloaded supports-color v3.0.0 |
607 | 2024-08-02T03:49:54.958Z | Downloaded tls_codec v0.4.1 |
608 | 2024-08-02T03:49:54.958Z | Downloaded tiny-keccak v2.0.2 |
609 | 2024-08-02T03:49:54.961Z | Downloaded slog-bunyan v2.5.0 |
610 | 2024-08-02T03:49:54.964Z | Downloaded zone_cfg_derive v0.1.2 |
611 | 2024-08-02T03:49:54.964Z | Downloaded unicode-xid v0.2.4 |
612 | 2024-08-02T03:49:54.967Z | Downloaded xattr v1.3.1 |
613 | 2024-08-02T03:49:54.970Z | Downloaded wyz v0.5.1 |
614 | 2024-08-02T03:49:54.970Z | Downloaded try-lock v0.2.5 |
615 | 2024-08-02T03:49:54.973Z | Downloaded unicode-truncate v1.0.0 |
616 | 2024-08-02T03:49:54.973Z | Downloaded getopts v0.2.21 |
617 | 2024-08-02T03:49:54.976Z | Downloaded gethostname v0.4.3 |
618 | 2024-08-02T03:49:54.976Z | Downloaded funty v2.0.0 |
619 | 2024-08-02T03:49:54.978Z | Downloaded derive_builder_macro v0.20.0 |
620 | 2024-08-02T03:49:54.978Z | Downloaded percent-encoding v2.3.1 |
621 | 2024-08-02T03:49:54.981Z | Downloaded indoc v1.0.9 |
622 | 2024-08-02T03:49:54.984Z | Downloaded futures-core v0.3.30 |
623 | 2024-08-02T03:49:54.984Z | Downloaded rustc-demangle v0.1.24 |
624 | 2024-08-02T03:49:54.987Z | Downloaded mockall_derive v0.12.1 |
625 | 2024-08-02T03:49:54.990Z | Downloaded tungstenite v0.21.0 |
626 | 2024-08-02T03:49:54.993Z | Downloaded phf v0.11.2 |
627 | 2024-08-02T03:49:54.995Z | Downloaded foreign-types-shared v0.3.1 |
628 | 2024-08-02T03:49:54.995Z | Downloaded psl-types v2.0.11 |
629 | 2024-08-02T03:49:54.998Z | Downloaded ref-cast-impl v1.0.23 |
630 | 2024-08-02T03:49:54.998Z | Downloaded subprocess v0.2.9 |
631 | 2024-08-02T03:49:55.001Z | Downloaded secrecy v0.8.0 |
632 | 2024-08-02T03:49:55.005Z | Downloaded slog-json v2.6.1 |
633 | 2024-08-02T03:49:55.008Z | Downloaded serde_arrays v0.1.0 |
634 | 2024-08-02T03:49:55.008Z | Downloaded socket2 v0.5.7 |
635 | 2024-08-02T03:49:55.011Z | Downloaded crypto-bigint v0.5.5 |
636 | 2024-08-02T03:49:55.021Z | Downloaded smawk v0.3.2 |
637 | 2024-08-02T03:49:55.025Z | Downloaded termcolor v1.4.1 |
638 | 2024-08-02T03:49:55.025Z | Downloaded strum_macros v0.24.3 |
639 | 2024-08-02T03:49:55.025Z | Downloaded futures-channel v0.3.30 |
640 | 2024-08-02T03:49:55.028Z | Downloaded yasna v0.5.2 |
641 | 2024-08-02T03:49:55.028Z | Downloaded foreign-types v0.5.0 |
642 | 2024-08-02T03:49:55.031Z | Downloaded foreign-types v0.3.2 |
643 | 2024-08-02T03:49:55.031Z | Downloaded ff v0.13.0 |
644 | 2024-08-02T03:49:55.034Z | Downloaded pem-rfc7468 v0.7.0 |
645 | 2024-08-02T03:49:55.034Z | Downloaded slog-async v2.8.0 |
646 | 2024-08-02T03:49:55.037Z | Downloaded serde-hex v0.1.0 |
647 | 2024-08-02T03:49:55.039Z | Downloaded tui-tree-widget v0.21.0 |
648 | 2024-08-02T03:49:55.039Z | Downloaded base64 v0.21.7 |
649 | 2024-08-02T03:49:55.044Z | Downloaded unsafe-libyaml v0.2.11 |
650 | 2024-08-02T03:49:55.049Z | Downloaded precomputed-hash v0.1.1 |
651 | 2024-08-02T03:49:55.052Z | Downloaded whoami v1.5.1 |
652 | 2024-08-02T03:49:55.052Z | Downloaded pin-project-internal v1.1.5 |
653 | 2024-08-02T03:49:55.054Z | Downloaded proc-macro-crate v1.3.1 |
654 | 2024-08-02T03:49:55.057Z | Downloaded glob v0.3.1 |
655 | 2024-08-02T03:49:55.057Z | Downloaded group v0.13.0 |
656 | 2024-08-02T03:49:55.059Z | Downloaded tinyvec v1.6.0 |
657 | 2024-08-02T03:49:55.063Z | Downloaded pretty-hex v0.2.1 |
658 | 2024-08-02T03:49:55.066Z | Downloaded time-core v0.1.2 |
659 | 2024-08-02T03:49:55.066Z | Downloaded predicates-tree v1.0.9 |
660 | 2024-08-02T03:49:55.066Z | Downloaded tracing-core v0.1.32 |
661 | 2024-08-02T03:49:55.069Z | Downloaded sec1 v0.7.3 |
662 | 2024-08-02T03:49:55.072Z | Downloaded term v0.7.0 |
663 | 2024-08-02T03:49:55.076Z | Downloaded signal-hook-mio v0.2.3 |
664 | 2024-08-02T03:49:55.079Z | Downloaded difflib v0.4.0 |
665 | 2024-08-02T03:49:55.079Z | Downloaded foreign-types-shared v0.1.1 |
666 | 2024-08-02T03:49:55.082Z | Downloaded foreign-types-macros v0.2.3 |
667 | 2024-08-02T03:49:55.082Z | Downloaded embedded-io v0.4.0 |
668 | 2024-08-02T03:49:55.085Z | Downloaded rustc_version v0.1.7 |
669 | 2024-08-02T03:49:55.085Z | Downloaded rpassword v7.3.1 |
670 | 2024-08-02T03:49:55.085Z | Downloaded quick-error v1.2.3 |
671 | 2024-08-02T03:49:55.088Z | Downloaded rustc-hash v1.1.0 |
672 | 2024-08-02T03:49:55.090Z | Downloaded indexmap v1.9.3 |
673 | 2024-08-02T03:49:55.102Z | Downloaded stability v0.2.0 |
674 | 2024-08-02T03:49:55.105Z | Downloaded pin-utils v0.1.0 |
675 | 2024-08-02T03:49:55.105Z | Downloaded crossterm v0.27.0 |
676 | 2024-08-02T03:49:55.111Z | Downloaded endian-type v0.1.2 |
677 | 2024-08-02T03:49:55.115Z | Downloaded shlex v1.3.0 |
678 | 2024-08-02T03:49:55.115Z | Downloaded sha1 v0.10.6 |
679 | 2024-08-02T03:49:55.118Z | Downloaded scopeguard v1.2.0 |
680 | 2024-08-02T03:49:55.118Z | Downloaded num-traits v0.2.19 |
681 | 2024-08-02T03:49:55.121Z | Downloaded sct v0.7.1 |
682 | 2024-08-02T03:49:55.124Z | Downloaded phf_shared v0.11.2 |
683 | 2024-08-02T03:49:55.127Z | Downloaded globset v0.4.14 |
684 | 2024-08-02T03:49:55.129Z | Downloaded rand_xorshift v0.3.0 |
685 | 2024-08-02T03:49:55.129Z | Downloaded predicates-core v1.0.6 |
686 | 2024-08-02T03:49:55.132Z | Downloaded predicates v3.1.2 |
687 | 2024-08-02T03:49:55.135Z | Downloaded futures v0.3.30 |
688 | 2024-08-02T03:49:55.143Z | Downloaded indicatif v0.17.8 |
689 | 2024-08-02T03:49:55.146Z | Downloaded diesel_table_macro_syntax v0.1.0 |
690 | 2024-08-02T03:49:55.146Z | Downloaded unicode-linebreak v0.1.5 |
691 | 2024-08-02T03:49:55.149Z | Downloaded termios v0.3.3 |
692 | 2024-08-02T03:49:55.149Z | Downloaded minimal-lexical v0.2.1 |
693 | 2024-08-02T03:49:55.153Z | Downloaded samael v0.0.15 |
694 | 2024-08-02T03:49:55.159Z | Downloaded want v0.3.1 |
695 | 2024-08-02T03:49:55.162Z | Downloaded ena v0.14.3 |
696 | 2024-08-02T03:49:55.164Z | Downloaded serde_with_macros v3.8.3 |
697 | 2024-08-02T03:49:55.167Z | Downloaded hostname v0.4.0 |
698 | 2024-08-02T03:49:55.167Z | Downloaded sync_wrapper v0.1.2 |
699 | 2024-08-02T03:49:55.170Z | Downloaded http-range v0.1.5 |
700 | 2024-08-02T03:49:55.170Z | Downloaded stable_deref_trait v1.2.0 |
701 | 2024-08-02T03:49:55.173Z | Downloaded structmeta-derive v0.2.0 |
702 | 2024-08-02T03:49:55.173Z | Downloaded slog-envlogger v2.2.0 |
703 | 2024-08-02T03:49:55.175Z | Downloaded structmeta v0.3.0 |
704 | 2024-08-02T03:49:55.175Z | Downloaded walkdir v2.5.0 |
705 | 2024-08-02T03:49:55.178Z | Downloaded toml v0.5.11 |
706 | 2024-08-02T03:49:55.181Z | Downloaded schemars_derive v0.8.21 |
707 | 2024-08-02T03:49:55.181Z | Downloaded scheduled-thread-pool v0.2.7 |
708 | 2024-08-02T03:49:55.184Z | Downloaded tower-service v0.3.2 |
709 | 2024-08-02T03:49:55.184Z | Downloaded openssl-sys v0.9.103 |
710 | 2024-08-02T03:49:55.190Z | Downloaded httparse v1.8.0 |
711 | 2024-08-02T03:49:55.193Z | Downloaded spki v0.7.3 |
712 | 2024-08-02T03:49:55.195Z | Downloaded derive_builder v0.20.0 |
713 | 2024-08-02T03:49:55.199Z | Downloaded snafu-derive v0.8.2 |
714 | 2024-08-02T03:49:55.201Z | Downloaded deranged v0.3.11 |
715 | 2024-08-02T03:49:55.204Z | Downloaded steno v0.4.1 |
716 | 2024-08-02T03:49:55.207Z | Downloaded radium v0.7.0 |
717 | 2024-08-02T03:49:55.209Z | Downloaded sigpipe v0.1.3 |
718 | 2024-08-02T03:49:55.209Z | Downloaded strum v0.26.3 |
719 | 2024-08-02T03:49:55.214Z | Downloaded snafu v0.8.2 |
720 | 2024-08-02T03:49:55.218Z | Downloaded env_logger v0.10.2 |
721 | 2024-08-02T03:49:55.221Z | Downloaded sqlparser_derive v0.2.2 |
722 | 2024-08-02T03:49:55.221Z | Downloaded toml v0.7.8 |
723 | 2024-08-02T03:49:55.224Z | Downloaded unicode_categories v0.1.1 |
724 | 2024-08-02T03:49:55.227Z | Downloaded fd-lock v4.0.2 |
725 | 2024-08-02T03:49:55.230Z | Downloaded http-body v0.4.6 |
726 | 2024-08-02T03:49:55.234Z | Downloaded fastrand v2.1.0 |
727 | 2024-08-02T03:49:55.234Z | Downloaded fallible-iterator v0.2.0 |
728 | 2024-08-02T03:49:55.237Z | Downloaded siphasher v0.3.11 |
729 | 2024-08-02T03:49:55.237Z | Downloaded rustc_version v0.4.0 |
730 | 2024-08-02T03:49:55.240Z | Downloaded hex v0.4.3 |
731 | 2024-08-02T03:49:55.241Z | Downloaded rustfmt-wrapper v0.2.1 |
732 | 2024-08-02T03:49:55.241Z | Downloaded num-bigint v0.4.5 |
733 | 2024-08-02T03:49:55.245Z | Downloaded tungstenite v0.20.1 |
734 | 2024-08-02T03:49:55.249Z | Downloaded tokio-stream v0.1.15 |
735 | 2024-08-02T03:49:55.257Z | Downloaded hyper-staticfile v0.9.5 |
736 | 2024-08-02T03:49:55.260Z | Downloaded slog-scope v4.4.0 |
737 | 2024-08-02T03:49:55.260Z | Downloaded highway v1.1.0 |
738 | 2024-08-02T03:49:55.262Z | Downloaded pin-project v1.1.5 |
739 | 2024-08-02T03:49:55.272Z | Downloaded derive-where v1.2.7 |
740 | 2024-08-02T03:49:55.276Z | Downloaded strum_macros v0.25.3 |
741 | 2024-08-02T03:49:55.279Z | Downloaded same-file v1.0.6 |
742 | 2024-08-02T03:49:55.281Z | Downloaded ref-cast v1.0.23 |
743 | 2024-08-02T03:49:55.284Z | Downloaded slab v0.4.9 |
744 | 2024-08-02T03:49:55.287Z | Downloaded rustls-pemfile v1.0.4 |
745 | 2024-08-02T03:49:55.287Z | Downloaded rand_chacha v0.3.1 |
746 | 2024-08-02T03:49:55.290Z | Downloaded hash32 v0.3.1 |
747 | 2024-08-02T03:49:55.290Z | Downloaded tap v1.0.1 |
748 | 2024-08-02T03:49:55.292Z | Downloaded tokio-native-tls v0.3.1 |
749 | 2024-08-02T03:49:55.292Z | Downloaded utf-8 v0.7.6 |
750 | 2024-08-02T03:49:55.295Z | Downloaded tokio-tungstenite v0.21.0 |
751 | 2024-08-02T03:49:55.298Z | Downloaded tokio-rustls v0.25.0 |
752 | 2024-08-02T03:49:55.302Z | Downloaded socket2 v0.4.10 |
753 | 2024-08-02T03:49:55.302Z | Downloaded hyper-tls v0.5.0 |
754 | 2024-08-02T03:49:55.305Z | Downloaded hash32 v0.2.1 |
755 | 2024-08-02T03:49:55.305Z | Downloaded unicase v2.7.0 |
756 | 2024-08-02T03:49:55.308Z | Downloaded take_mut v0.2.2 |
757 | 2024-08-02T03:49:55.308Z | Downloaded unarray v0.1.4 |
758 | 2024-08-02T03:49:55.308Z | Downloaded derive_more v0.99.18 |
759 | 2024-08-02T03:49:55.313Z | Downloaded nom v7.1.3 |
760 | 2024-08-02T03:49:55.319Z | Downloaded vte v0.11.1 |
761 | 2024-08-02T03:49:55.321Z | Downloaded env_logger v0.9.3 |
762 | 2024-08-02T03:49:55.325Z | Downloaded enum-as-inner v0.5.1 |
763 | 2024-08-02T03:49:55.327Z | Downloaded libxml v0.3.3 |
764 | 2024-08-02T03:49:55.333Z | Downloaded smallvec v1.13.2 |
765 | 2024-08-02T03:49:55.335Z | Downloaded iana-time-zone v0.1.60 |
766 | 2024-08-02T03:49:55.338Z | Downloaded prettyplease v0.2.20 |
767 | 2024-08-02T03:49:55.342Z | Downloaded rustls-pki-types v1.7.0 |
768 | 2024-08-02T03:49:55.344Z | Downloaded schemars v0.8.21 |
769 | 2024-08-02T03:49:55.355Z | Downloaded vsss-rs v3.3.4 |
770 | 2024-08-02T03:49:55.358Z | Downloaded diesel_derives v2.1.4 |
771 | 2024-08-02T03:49:55.362Z | Downloaded flume v0.11.0 |
772 | 2024-08-02T03:49:55.366Z | Downloaded flate2 v1.0.30 |
773 | 2024-08-02T03:49:55.371Z | Downloaded expectorate v1.1.0 |
774 | 2024-08-02T03:49:55.374Z | Downloaded unicode-normalization v0.1.23 |
775 | 2024-08-02T03:49:55.377Z | Downloaded similar v2.5.0 |
776 | 2024-08-02T03:49:55.383Z | Downloaded tracing v0.1.40 |
777 | 2024-08-02T03:49:55.387Z | Downloaded hashbrown v0.13.2 |
778 | 2024-08-02T03:49:55.392Z | Downloaded rustyline v14.0.0 |
779 | 2024-08-02T03:49:55.398Z | Downloaded toml_edit v0.19.15 |
780 | 2024-08-02T03:49:55.415Z | Downloaded tokio-util v0.7.11 |
781 | 2024-08-02T03:49:55.420Z | Downloaded headers v0.3.9 |
782 | 2024-08-02T03:49:55.426Z | Downloaded rcgen v0.12.1 |
783 | 2024-08-02T03:49:55.429Z | Downloaded http v1.1.0 |
784 | 2024-08-02T03:49:55.433Z | Downloaded half v2.4.1 |
785 | 2024-08-02T03:49:55.436Z | Downloaded url v2.5.2 |
786 | 2024-08-02T03:49:55.439Z | Downloaded fatfs v0.3.6 |
787 | 2024-08-02T03:49:55.442Z | Downloaded trust-dns-client v0.22.0 |
788 | 2024-08-02T03:49:55.447Z | Downloaded typed-path v0.7.1 |
789 | 2024-08-02T03:49:55.453Z | Downloaded http v0.2.12 |
790 | 2024-08-02T03:49:55.458Z | Downloaded winnow v0.5.40 |
791 | 2024-08-02T03:49:55.467Z | Downloaded bitvec v1.0.1 |
792 | 2024-08-02T03:49:55.483Z | Downloaded serde_with v3.8.3 |
793 | 2024-08-02T03:49:55.492Z | Downloaded rayon v1.10.0 |
794 | 2024-08-02T03:49:55.501Z | Downloaded rand v0.8.5 |
795 | 2024-08-02T03:49:55.505Z | Downloaded object v0.32.2 |
796 | 2024-08-02T03:49:55.516Z | Downloaded tough v0.17.1 |
797 | 2024-08-02T03:49:55.524Z | Downloaded rustls-webpki v0.102.4 |
798 | 2024-08-02T03:49:55.543Z | Downloaded lalrpop v0.19.12 |
799 | 2024-08-02T03:49:55.555Z | Downloaded futures-util v0.3.30 |
800 | 2024-08-02T03:49:55.567Z | Downloaded hkdf v0.12.4 |
801 | 2024-08-02T03:49:55.570Z | Downloaded regex-automata v0.1.10 |
802 | 2024-08-02T03:49:55.575Z | Downloaded object v0.30.4 |
803 | 2024-08-02T03:49:55.585Z | Downloaded chrono v0.4.38 |
804 | 2024-08-02T03:49:55.593Z | Downloaded reedline v0.31.0 |
805 | 2024-08-02T03:49:55.601Z | Downloaded webpki-roots v0.25.4 |
806 | 2024-08-02T03:49:55.605Z | Downloaded vcpkg v0.2.15 |
807 | 2024-08-02T03:49:55.644Z | Downloaded reqwest v0.11.27 |
808 | 2024-08-02T03:49:55.651Z | Downloaded gimli v0.28.1 |
809 | 2024-08-02T03:49:55.660Z | Downloaded idna v0.3.0 |
810 | 2024-08-02T03:49:55.667Z | Downloaded nix v0.28.0 |
811 | 2024-08-02T03:49:55.679Z | Downloaded h2 v0.3.26 |
812 | 2024-08-02T03:49:55.685Z | Downloaded sqlparser v0.45.0 |
813 | 2024-08-02T03:49:55.692Z | Downloaded polar-core v0.27.3 |
814 | 2024-08-02T03:49:55.700Z | Downloaded rustls-webpki v0.101.7 |
815 | 2024-08-02T03:49:55.716Z | Downloaded smoltcp v0.9.1 |
816 | 2024-08-02T03:49:55.727Z | Downloaded idna v0.2.3 |
817 | 2024-08-02T03:49:55.733Z | Downloaded sled v0.34.7 |
818 | 2024-08-02T03:49:55.744Z | Downloaded regress v0.9.1 |
819 | 2024-08-02T03:49:55.753Z | Downloaded regex v1.10.5 |
820 | 2024-08-02T03:49:55.766Z | Downloaded regex-syntax v0.8.3 |
821 | 2024-08-02T03:49:55.775Z | Downloaded smoltcp v0.11.0 |
822 | 2024-08-02T03:49:55.789Z | Downloaded rustls v0.21.12 |
823 | 2024-08-02T03:49:55.801Z | Downloaded petgraph v0.6.5 |
824 | 2024-08-02T03:49:55.819Z | Downloaded tokio v1.38.1 |
825 | 2024-08-02T03:49:55.858Z | Downloaded regex-syntax v0.6.29 |
826 | 2024-08-02T03:49:55.866Z | Downloaded rustls v0.22.4 |
827 | 2024-08-02T03:49:55.880Z | Downloaded bstr v1.9.1 |
828 | 2024-08-02T03:49:55.892Z | Downloaded bstr v0.2.17 |
829 | 2024-08-02T03:49:55.902Z | Downloaded trust-dns-proto v0.22.0 |
830 | 2024-08-02T03:49:55.915Z | Downloaded ratatui v0.27.0 |
831 | 2024-08-02T03:49:55.936Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
832 | 2024-08-02T03:49:55.949Z | Downloaded zerocopy-derive v0.6.6 |
833 | 2024-08-02T03:49:55.960Z | Downloaded hyper v0.14.30 |
834 | 2024-08-02T03:49:55.968Z | Downloaded regex-automata v0.4.6 |
835 | 2024-08-02T03:49:55.988Z | Downloaded finl_unicode v1.2.0 |
836 | 2024-08-02T03:49:56.001Z | Downloaded sha3 v0.10.8 |
837 | 2024-08-02T03:49:56.006Z | Downloaded csv v1.3.0 |
838 | 2024-08-02T03:49:56.029Z | Downloaded diesel v2.1.6 |
839 | 2024-08-02T03:49:56.047Z | Downloaded curve25519-dalek v4.1.3 |
840 | 2024-08-02T03:49:56.056Z | Downloaded radix_trie v0.2.1 |
841 | 2024-08-02T03:49:56.061Z | Downloaded encoding_rs v0.8.34 |
842 | 2024-08-02T03:49:56.083Z | Downloaded openapiv3 v2.0.0 |
843 | 2024-08-02T03:49:56.095Z | Downloaded proptest v1.4.0 |
844 | 2024-08-02T03:49:56.104Z | Downloaded idna v0.5.0 |
845 | 2024-08-02T03:49:56.112Z | Downloaded nix v0.27.1 |
846 | 2024-08-02T03:49:56.122Z | Downloaded quick-xml v0.31.0 |
847 | 2024-08-02T03:49:56.128Z | Downloaded openssl v0.10.66 |
848 | 2024-08-02T03:49:56.140Z | Downloaded bindgen v0.69.4 |
849 | 2024-08-02T03:49:56.146Z | Downloaded hashbrown v0.12.3 |
850 | 2024-08-02T03:49:56.152Z | Downloaded time v0.3.36 |
851 | 2024-08-02T03:49:56.158Z | Downloaded portable-atomic v1.6.0 |
852 | 2024-08-02T03:49:56.163Z | Downloaded uuid v1.10.0 |
853 | 2024-08-02T03:49:56.167Z | Downloaded trust-dns-server v0.22.1 |
854 | 2024-08-02T03:49:56.171Z | Downloaded itertools v0.12.1 |
855 | 2024-08-02T03:49:56.178Z | Downloaded rustls-pemfile v2.1.2 |
856 | 2024-08-02T03:49:56.181Z | Downloaded rayon-core v1.12.1 |
857 | 2024-08-02T03:49:56.184Z | Downloaded diff v0.1.13 |
858 | 2024-08-02T03:49:56.187Z | Downloaded unicode-segmentation v1.11.0 |
859 | 2024-08-02T03:49:56.191Z | Downloaded slog-stdlog v4.1.1 |
860 | 2024-08-02T03:49:56.194Z | Downloaded unicode-bidi v0.3.15 |
861 | 2024-08-02T03:49:56.197Z | Downloaded elliptic-curve v0.13.8 |
862 | 2024-08-02T03:49:56.203Z | Downloaded tabwriter v1.4.0 |
863 | 2024-08-02T03:49:56.203Z | Downloaded erased-serde v0.3.31 |
864 | 2024-08-02T03:49:56.203Z | Downloaded smallvec v0.6.14 |
865 | 2024-08-02T03:49:56.203Z | Downloaded tokio-tungstenite v0.20.1 |
866 | 2024-08-02T03:49:56.206Z | Downloaded trust-dns-resolver v0.22.0 |
867 | 2024-08-02T03:49:56.209Z | Downloaded x509-cert v0.2.5 |
868 | 2024-08-02T03:49:56.214Z | Downloaded aho-corasick v1.1.3 |
869 | 2024-08-02T03:49:56.220Z | Downloaded wait-timeout v0.2.0 |
870 | 2024-08-02T03:49:56.223Z | Downloaded serde_yaml v0.9.34+deprecated |
871 | 2024-08-02T03:49:56.227Z | Downloaded publicsuffix v2.2.3 |
872 | 2024-08-02T03:49:56.230Z | Downloaded libm v0.2.8 |
873 | 2024-08-02T03:49:56.239Z | Downloaded blake3 v1.5.1 |
874 | 2024-08-02T03:49:56.245Z | Downloaded resolv-conf v0.7.0 |
875 | 2024-08-02T03:49:56.249Z | Downloaded hubpack v0.1.2 |
876 | 2024-08-02T03:49:56.249Z | Downloaded der_derive v0.7.2 |
877 | 2024-08-02T03:49:56.252Z | Downloaded signal-hook v0.3.17 |
878 | 2024-08-02T03:49:56.256Z | Downloaded time-macros v0.2.18 |
879 | 2024-08-02T03:49:56.256Z | Downloaded thiserror-no-std v2.0.2 |
880 | 2024-08-02T03:49:56.259Z | Downloaded ron v0.8.1 |
881 | 2024-08-02T03:49:56.266Z | Downloaded signal-hook-registry v1.4.2 |
882 | 2024-08-02T03:49:56.271Z | Downloaded hmac v0.12.1 |
883 | 2024-08-02T03:49:56.271Z | Downloaded r2d2 v0.8.10 |
884 | 2024-08-02T03:49:56.271Z | Downloaded heapless v0.8.0 |
885 | 2024-08-02T03:49:56.274Z | Downloaded heapless v0.7.17 |
886 | 2024-08-02T03:49:56.279Z | Downloaded pkcs8 v0.10.2 |
887 | 2024-08-02T03:49:56.283Z | Downloaded pkcs1 v0.7.5 |
888 | 2024-08-02T03:49:56.283Z | Downloaded serde_derive_internals v0.29.1 |
889 | 2024-08-02T03:49:56.283Z | Downloaded untrusted v0.9.0 |
890 | 2024-08-02T03:49:56.286Z | Downloaded ron v0.7.1 |
891 | 2024-08-02T03:49:56.289Z | Downloaded mio v0.8.11 |
892 | 2024-08-02T03:49:56.293Z | Downloaded itertools v0.13.0 |
893 | 2024-08-02T03:49:56.300Z | Downloaded der v0.7.9 |
894 | 2024-08-02T03:49:56.306Z | Downloaded getrandom v0.2.14 |
895 | 2024-08-02T03:49:56.309Z | Downloaded rand_seeder v0.2.3 |
896 | 2024-08-02T03:49:56.313Z | Downloaded rand_core v0.6.4 |
897 | 2024-08-02T03:49:56.313Z | Downloaded httpdate v1.0.3 |
898 | 2024-08-02T03:49:56.313Z | Downloaded either v1.12.0 |
899 | 2024-08-02T03:49:56.316Z | Downloaded rsa v0.9.6 |
900 | 2024-08-02T03:49:56.319Z | Downloaded hostname v0.3.1 |
901 | 2024-08-02T03:49:56.323Z | Downloaded home v0.5.9 |
902 | 2024-08-02T03:49:56.323Z | Downloaded topological-sort v0.2.2 |
903 | 2024-08-02T03:49:56.323Z | Downloaded thread_local v1.1.8 |
904 | 2024-08-02T03:49:56.323Z | Downloaded waitgroup v0.1.2 |
905 | 2024-08-02T03:49:56.326Z | Downloaded hyper-rustls v0.24.2 |
906 | 2024-08-02T03:49:56.326Z | Downloaded zerocopy v0.6.6 |
907 | 2024-08-02T03:49:56.330Z | Downloaded ring v0.17.8 |
908 | 2024-08-02T03:49:56.400Z | Downloaded zip v0.6.6 |
909 | 2024-08-02T03:49:56.403Z | Downloaded crossbeam-channel v0.5.12 |
910 | 2024-08-02T03:49:56.406Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2024-08-02T03:49:56.412Z | Downloaded derive_builder_core v0.20.0 |
912 | 2024-08-02T03:49:56.415Z | Downloaded slog v2.7.0 |
913 | 2024-08-02T03:49:56.418Z | Downloaded uzers v0.11.3 |
914 | 2024-08-02T03:49:56.418Z | Downloaded universal-hash v0.5.1 |
915 | 2024-08-02T03:49:56.421Z | Downloaded structmeta v0.2.0 |
916 | 2024-08-02T03:49:56.421Z | Downloaded strip-ansi-escapes v0.2.0 |
917 | 2024-08-02T03:49:56.421Z | Downloaded static_assertions v1.1.0 |
918 | 2024-08-02T03:49:56.424Z | Downloaded pin-project-lite v0.2.14 |
919 | 2024-08-02T03:49:56.426Z | Downloaded tempfile v3.10.1 |
920 | 2024-08-02T03:49:56.429Z | Downloaded strum_macros v0.26.4 |
921 | 2024-08-02T03:49:56.432Z | Downloaded tokio-postgres v0.7.11 |
922 | 2024-08-02T03:49:56.436Z | Downloaded phf_shared v0.10.0 |
923 | 2024-08-02T03:49:56.439Z | Downloaded form_urlencoded v1.2.1 |
924 | 2024-08-02T03:49:56.439Z | Downloaded postcard v1.0.8 |
925 | 2024-08-02T03:49:56.442Z | Downloaded backtrace v0.3.71 |
926 | 2024-08-02T03:49:56.445Z | Downloaded rustversion v1.0.17 |
927 | 2024-08-02T03:49:56.448Z | Downloaded postgres-types v0.2.7 |
928 | 2024-08-02T03:49:56.451Z | Downloaded ring v0.16.20 |
929 | 2024-08-02T03:49:56.531Z | Downloaded postgres-protocol v0.6.7 |
930 | 2024-08-02T03:49:56.534Z | Downloaded poly1305 v0.8.0 |
931 | 2024-08-02T03:49:56.537Z | Downloaded fragile v2.0.0 |
932 | 2024-08-02T03:49:56.537Z | Downloaded float-cmp v0.9.0 |
933 | 2024-08-02T03:49:56.540Z | Downloaded zone v0.1.8 |
934 | 2024-08-02T03:49:56.540Z | Downloaded tokio-macros v2.3.0 |
935 | 2024-08-02T03:49:56.540Z | Downloaded string_cache v0.8.7 |
936 | 2024-08-02T03:49:56.543Z | Downloaded tokio-rustls v0.24.1 |
937 | 2024-08-02T03:49:56.543Z | Downloaded itertools v0.10.5 |
938 | 2024-08-02T03:49:56.548Z | Downloaded textwrap v0.16.1 |
939 | 2024-08-02T03:49:56.551Z | Downloaded test-strategy v0.3.1 |
940 | 2024-08-02T03:49:56.554Z | Downloaded tar v0.4.41 |
941 | 2024-08-02T03:49:56.557Z | Downloaded bytes v1.6.0 |
942 | 2024-08-02T03:49:56.560Z | Downloaded subtle v2.5.0 |
943 | 2024-08-02T03:49:56.562Z | Downloaded serde_urlencoded v0.7.1 |
944 | 2024-08-02T03:49:56.562Z | Downloaded serde_repr v0.1.19 |
945 | 2024-08-02T03:49:56.565Z | Downloaded serde_path_to_error v0.1.16 |
946 | 2024-08-02T03:49:56.565Z | Downloaded rusty-fork v0.3.0 |
947 | 2024-08-02T03:49:56.569Z | Downloaded nu-ansi-term v0.50.0 |
948 | 2024-08-02T03:49:56.572Z | Downloaded const-oid v0.9.6 |
949 | 2024-08-02T03:49:56.572Z | Downloaded blake2 v0.10.6 |
950 | 2024-08-02T03:49:56.575Z | Downloaded rtoolbox v0.0.2 |
951 | 2024-08-02T03:49:56.575Z | Downloaded futures-io v0.3.30 |
952 | 2024-08-02T03:49:56.575Z | Downloaded fixedbitset v0.4.2 |
953 | 2024-08-02T03:49:56.578Z | Downloaded password-hash v0.5.0 |
954 | 2024-08-02T03:49:56.578Z | Downloaded parking_lot v0.11.2 |
955 | 2024-08-02T03:49:56.581Z | Downloaded native-tls v0.2.11 |
956 | 2024-08-02T03:49:56.581Z | Downloaded crossbeam-epoch v0.9.18 |
957 | 2024-08-02T03:49:56.589Z | Downloaded base64 v0.22.1 |
958 | 2024-08-02T03:49:56.589Z | Downloaded const_format v0.2.32 |
959 | 2024-08-02T03:49:56.593Z | Downloaded cc v1.0.97 |
960 | 2024-08-02T03:49:56.596Z | Downloaded float-ord v0.3.2 |
961 | 2024-08-02T03:49:56.596Z | Downloaded humantime v2.1.0 |
962 | 2024-08-02T03:49:56.596Z | Downloaded heck v0.3.3 |
963 | 2024-08-02T03:49:56.599Z | Downloaded dirs-next v2.0.0 |
964 | 2024-08-02T03:49:56.599Z | Downloaded zeroize v1.7.0 |
965 | 2024-08-02T03:49:56.599Z | Downloaded lru v0.12.3 |
966 | 2024-08-02T03:49:56.602Z | Downloaded darling v0.20.9 |
967 | 2024-08-02T03:49:56.605Z | Downloaded num-iter v0.1.45 |
968 | 2024-08-02T03:49:56.605Z | Downloaded chacha20poly1305 v0.10.1 |
969 | 2024-08-02T03:49:56.609Z | Downloaded spin v0.5.2 |
970 | 2024-08-02T03:49:56.609Z | Downloaded smf v0.2.3 |
971 | 2024-08-02T03:49:56.610Z | Downloaded signature v2.2.0 |
972 | 2024-08-02T03:49:56.613Z | Downloaded debug-ignore v1.0.5 |
973 | 2024-08-02T03:49:56.613Z | Downloaded ascii-canvas v3.0.0 |
974 | 2024-08-02T03:49:56.613Z | Downloaded libefi-sys v0.1.0 |
975 | 2024-08-02T03:49:56.613Z | Downloaded clang-sys v1.7.0 |
976 | 2024-08-02T03:49:56.617Z | Downloaded chacha20 v0.9.1 |
977 | 2024-08-02T03:49:56.620Z | Downloaded base64 v0.13.1 |
978 | 2024-08-02T03:49:56.620Z | Downloaded arc-swap v1.7.1 |
979 | 2024-08-02T03:49:56.623Z | Downloaded allocator-api2 v0.2.18 |
980 | 2024-08-02T03:49:56.626Z | Downloaded cookie v0.18.1 |
981 | 2024-08-02T03:49:56.629Z | Downloaded cobs v0.2.3 |
982 | 2024-08-02T03:49:56.630Z | Downloaded cipher v0.4.4 |
983 | 2024-08-02T03:49:56.630Z | Downloaded castaway v0.2.2 |
984 | 2024-08-02T03:49:56.632Z | Downloaded block-padding v0.3.3 |
985 | 2024-08-02T03:49:56.632Z | Downloaded parse-size v1.0.0 |
986 | 2024-08-02T03:49:56.632Z | Downloaded camino-tempfile v1.1.1 |
987 | 2024-08-02T03:49:56.636Z | Downloaded bcs v0.1.6 |
988 | 2024-08-02T03:49:56.636Z | Downloaded ahash v0.8.11 |
989 | 2024-08-02T03:49:56.639Z | Downloaded opaque-debug v0.3.1 |
990 | 2024-08-02T03:49:56.639Z | Downloaded newline-converter v0.3.0 |
991 | 2024-08-02T03:49:56.642Z | Downloaded bitflags v1.3.2 |
992 | 2024-08-02T03:49:56.642Z | Downloaded bb8 v0.8.5 |
993 | 2024-08-02T03:49:56.645Z | Downloaded async-stream v0.3.5 |
994 | 2024-08-02T03:49:56.645Z | Downloaded oso v0.27.3 |
995 | 2024-08-02T03:49:56.648Z | Downloaded newtype-uuid v1.1.0 |
996 | 2024-08-02T03:49:56.651Z | Downloaded miniz_oxide v0.7.2 |
997 | 2024-08-02T03:49:56.651Z | Downloaded constant_time_eq v0.3.0 |
998 | 2024-08-02T03:49:56.653Z | Downloaded console v0.15.8 |
999 | 2024-08-02T03:49:56.656Z | Downloaded multer v3.1.0 |
1000 | 2024-08-02T03:49:56.656Z | Downloaded bzip2 v0.4.4 |
1001 | 2024-08-02T03:49:56.659Z | Downloaded crc32fast v1.4.0 |
1002 | 2024-08-02T03:49:56.659Z | Downloaded cookie_store v0.20.0 |
1003 | 2024-08-02T03:49:56.662Z | Downloaded buf-list v1.0.3 |
1004 | 2024-08-02T03:49:56.665Z | Downloaded num_enum_derive v0.5.11 |
1005 | 2024-08-02T03:49:56.665Z | Downloaded num-rational v0.4.2 |
1006 | 2024-08-02T03:49:56.668Z | Downloaded num-integer v0.1.46 |
1007 | 2024-08-02T03:49:56.668Z | Downloaded mime_guess v2.0.4 |
1008 | 2024-08-02T03:49:56.671Z | Downloaded libsw v3.3.1 |
1009 | 2024-08-02T03:49:56.671Z | Downloaded libloading v0.8.3 |
1010 | 2024-08-02T03:49:56.674Z | Downloaded kstat-rs v0.2.4 |
1011 | 2024-08-02T03:49:56.674Z | Downloaded cassowary v0.3.0 |
1012 | 2024-08-02T03:49:56.677Z | Downloaded base64ct v1.6.0 |
1013 | 2024-08-02T03:49:56.677Z | Downloaded packed_struct_codegen v0.10.1 |
1014 | 2024-08-02T03:49:56.679Z | Downloaded linear-map v1.2.0 |
1015 | 2024-08-02T03:49:56.680Z | Downloaded maplit v1.0.2 |
1016 | 2024-08-02T03:49:56.680Z | Downloaded inout v0.1.3 |
1017 | 2024-08-02T03:49:56.683Z | Downloaded ciborium-io v0.2.2 |
1018 | 2024-08-02T03:49:56.683Z | Downloaded nibble_vec v0.1.0 |
1019 | 2024-08-02T03:49:56.683Z | Downloaded lalrpop-util v0.19.12 |
1020 | 2024-08-02T03:49:56.685Z | Downloaded bitstruct_derive v0.1.0 |
1021 | 2024-08-02T03:49:56.685Z | Downloaded async-stream-impl v0.3.5 |
1022 | 2024-08-02T03:49:56.685Z | Downloaded atty v0.2.14 |
1023 | 2024-08-02T03:49:56.685Z | Downloaded nodrop v0.1.14 |
1024 | 2024-08-02T03:49:56.685Z | Downloaded memoffset v0.9.1 |
1025 | 2024-08-02T03:49:56.688Z | Downloaded lru-cache v0.1.2 |
1026 | 2024-08-02T03:49:56.688Z | Downloaded lazycell v1.3.0 |
1027 | 2024-08-02T03:49:56.688Z | Downloaded ascii v1.1.0 |
1028 | 2024-08-02T03:49:56.691Z | Downloaded argon2 v0.5.3 |
1029 | 2024-08-02T03:49:56.694Z | Downloaded curve25519-dalek-derive v0.1.1 |
1030 | 2024-08-02T03:49:56.694Z | Downloaded atomicwrites v0.4.3 |
1031 | 2024-08-02T03:49:56.694Z | Downloaded adler v1.0.2 |
1032 | 2024-08-02T03:49:56.781Z | Compiling cfg-if v1.0.0 |
1033 | 2024-08-02T03:49:56.781Z | Compiling serde v1.0.204 |
1034 | 2024-08-02T03:49:56.785Z | Compiling scopeguard v1.2.0 |
1035 | 2024-08-02T03:49:56.785Z | Compiling lock_api v0.4.12 |
1036 | 2024-08-02T03:49:56.785Z | Compiling log v0.4.21 |
1037 | 2024-08-02T03:49:56.937Z | Compiling syn v2.0.72 |
1038 | 2024-08-02T03:49:56.947Z | Compiling cc v1.0.97 |
1039 | 2024-08-02T03:49:56.960Z | Compiling parking_lot_core v0.9.10 |
1040 | 2024-08-02T03:49:57.068Z | Compiling getrandom v0.2.14 |
1041 | 2024-08-02T03:49:57.123Z | Compiling smallvec v1.13.2 |
1042 | 2024-08-02T03:49:57.418Z | Compiling rand_core v0.6.4 |
1043 | 2024-08-02T03:49:57.535Z | Compiling typenum v1.17.0 |
1044 | 2024-08-02T03:49:57.604Z | Compiling generic-array v0.14.7 |
1045 | 2024-08-02T03:49:57.624Z | Compiling pin-project-lite v0.2.14 |
1046 | 2024-08-02T03:49:57.756Z | Compiling signal-hook-registry v1.4.2 |
1047 | 2024-08-02T03:49:57.947Z | Compiling parking_lot v0.12.2 |
1048 | 2024-08-02T03:49:57.963Z | Compiling spin v0.9.8 |
1049 | 2024-08-02T03:49:57.980Z | Compiling mio v0.8.11 |
1050 | 2024-08-02T03:49:58.283Z | Compiling serde_json v1.0.120 |
1051 | 2024-08-02T03:49:58.406Z | Compiling libm v0.2.8 |
1052 | 2024-08-02T03:49:58.628Z | Compiling ahash v0.8.11 |
1053 | 2024-08-02T03:49:58.680Z | Compiling num-traits v0.2.19 |
1054 | 2024-08-02T03:49:58.811Z | Compiling futures-core v0.3.30 |
1055 | 2024-08-02T03:49:58.930Z | Compiling tinyvec_macros v0.1.1 |
1056 | 2024-08-02T03:49:59.018Z | Compiling tinyvec v1.6.0 |
1057 | 2024-08-02T03:49:59.078Z | Compiling socket2 v0.5.7 |
1058 | 2024-08-02T03:49:59.197Z | Compiling num_cpus v1.16.0 |
1059 | 2024-08-02T03:49:59.320Z | Compiling subtle v2.5.0 |
1060 | 2024-08-02T03:49:59.413Z | Compiling const-oid v0.9.6 |
1061 | 2024-08-02T03:49:59.667Z | Compiling slab v0.4.9 |
1062 | 2024-08-02T03:50:00.000Z | Compiling futures-sink v0.3.30 |
1063 | 2024-08-02T03:50:00.154Z | Compiling unicode-bidi v0.3.15 |
1064 | 2024-08-02T03:50:00.395Z | Compiling allocator-api2 v0.2.18 |
1065 | 2024-08-02T03:50:00.505Z | Compiling unicode-normalization v0.1.23 |
1066 | 2024-08-02T03:50:00.791Z | Compiling futures-channel v0.3.30 |
1067 | 2024-08-02T03:50:00.959Z | Compiling futures-task v0.3.30 |
1068 | 2024-08-02T03:50:01.160Z | Compiling pkg-config v0.3.30 |
1069 | 2024-08-02T03:50:01.179Z | Compiling futures-io v0.3.30 |
1070 | 2024-08-02T03:50:01.249Z | Compiling pin-utils v0.1.0 |
1071 | 2024-08-02T03:50:01.344Z | Compiling vcpkg v0.2.15 |
1072 | 2024-08-02T03:50:01.362Z | Compiling ring v0.17.8 |
1073 | 2024-08-02T03:50:01.501Z | Compiling percent-encoding v2.3.1 |
1074 | 2024-08-02T03:50:01.560Z | Compiling ppv-lite86 v0.2.17 |
1075 | 2024-08-02T03:50:01.599Z | Compiling tracing-core v0.1.32 |
1076 | 2024-08-02T03:50:01.849Z | Compiling powerfmt v0.2.0 |
1077 | 2024-08-02T03:50:02.170Z | Compiling time-core v0.1.2 |
1078 | 2024-08-02T03:50:02.293Z | Compiling untrusted v0.9.0 |
1079 | 2024-08-02T03:50:02.340Z | Compiling rand_chacha v0.3.1 |
1080 | 2024-08-02T03:50:02.394Z | Compiling syn v1.0.109 |
1081 | 2024-08-02T03:50:02.470Z | Compiling rustix v0.38.34 |
1082 | 2024-08-02T03:50:02.675Z | Compiling num-conv v0.1.0 |
1083 | 2024-08-02T03:50:02.931Z | Compiling time-macros v0.2.18 |
1084 | 2024-08-02T03:50:02.948Z | Compiling rand v0.8.5 |
1085 | 2024-08-02T03:50:03.045Z | Compiling deranged v0.3.11 |
1086 | 2024-08-02T03:50:03.273Z | Compiling foreign-types-shared v0.1.1 |
1087 | 2024-08-02T03:50:03.376Z | Compiling openssl v0.10.66 |
1088 | 2024-08-02T03:50:03.393Z | Compiling openssl-sys v0.9.103 |
1089 | 2024-08-02T03:50:03.817Z | Compiling rustversion v1.0.17 |
1090 | 2024-08-02T03:50:04.419Z | Compiling base64ct v1.6.0 |
1091 | 2024-08-02T03:50:04.499Z | Compiling iana-time-zone v0.1.60 |
1092 | 2024-08-02T03:50:04.686Z | Compiling num_threads v0.1.7 |
1093 | 2024-08-02T03:50:04.742Z | Compiling httparse v1.8.0 |
1094 | 2024-08-02T03:50:04.795Z | Compiling pem-rfc7468 v0.7.0 |
1095 | 2024-08-02T03:50:04.916Z | Compiling foreign-types v0.3.2 |
1096 | 2024-08-02T03:50:04.997Z | Compiling form_urlencoded v1.2.1 |
1097 | 2024-08-02T03:50:05.117Z | Compiling native-tls v0.2.11 |
1098 | 2024-08-02T03:50:05.272Z | Compiling rustls v0.21.12 |
1099 | 2024-08-02T03:50:05.438Z | Compiling siphasher v0.3.11 |
1100 | 2024-08-02T03:50:05.438Z | Compiling crossbeam-utils v0.8.19 |
1101 | 2024-08-02T03:50:05.504Z | Compiling try-lock v0.2.5 |
1102 | 2024-08-02T03:50:05.623Z | Compiling flagset v0.4.5 |
1103 | 2024-08-02T03:50:05.768Z | Compiling want v0.3.1 |
1104 | 2024-08-02T03:50:05.858Z | Compiling time v0.3.36 |
1105 | 2024-08-02T03:50:06.032Z | Compiling serde_derive_internals v0.29.1 |
1106 | 2024-08-02T03:50:06.438Z | Compiling idna v0.5.0 |
1107 | 2024-08-02T03:50:07.396Z | Compiling lazy_static v1.5.0 |
1108 | 2024-08-02T03:50:07.516Z | Compiling aho-corasick v1.1.3 |
1109 | 2024-08-02T03:50:07.970Z | Compiling cookie v0.17.0 |
1110 | 2024-08-02T03:50:07.999Z | Compiling httpdate v1.0.3 |
1111 | 2024-08-02T03:50:08.261Z | Compiling slog v2.7.0 |
1112 | 2024-08-02T03:50:08.467Z | Compiling cpufeatures v0.2.12 |
1113 | 2024-08-02T03:50:08.560Z | Compiling regex-syntax v0.8.3 |
1114 | 2024-08-02T03:50:08.690Z | Compiling tower-service v0.3.2 |
1115 | 2024-08-02T03:50:08.878Z | Compiling openssl-probe v0.1.5 |
1116 | 2024-08-02T03:50:08.970Z | Compiling signal-hook v0.3.17 |
1117 | 2024-08-02T03:50:09.042Z | Compiling schemars v0.8.21 |
1118 | 2024-08-02T03:50:09.059Z | Compiling adler v1.0.2 |
1119 | 2024-08-02T03:50:09.261Z | Compiling finl_unicode v1.2.0 |
1120 | 2024-08-02T03:50:09.387Z | Compiling miniz_oxide v0.7.2 |
1121 | 2024-08-02T03:50:09.857Z | Compiling stringprep v0.1.4 |
1122 | 2024-08-02T03:50:10.726Z | Compiling serde_derive v1.0.204 |
1123 | 2024-08-02T03:50:10.729Z | Compiling zeroize_derive v1.4.2 |
1124 | 2024-08-02T03:50:10.865Z | Compiling zerocopy-derive v0.7.34 |
1125 | 2024-08-02T03:50:11.017Z | Compiling tokio-macros v2.3.0 |
1126 | 2024-08-02T03:50:11.227Z | Compiling thiserror-impl v1.0.63 |
1127 | 2024-08-02T03:50:12.361Z | Compiling zeroize v1.7.0 |
1128 | 2024-08-02T03:50:12.748Z | Compiling futures-macro v0.3.30 |
1129 | 2024-08-02T03:50:12.828Z | Compiling tracing-attributes v0.1.27 |
1130 | 2024-08-02T03:50:13.137Z | Compiling zerocopy v0.7.34 |
1131 | 2024-08-02T03:50:14.155Z | Compiling crypto-common v0.1.6 |
1132 | 2024-08-02T03:50:14.394Z | Compiling block-buffer v0.10.4 |
1133 | 2024-08-02T03:50:14.606Z | Compiling thiserror v1.0.63 |
1134 | 2024-08-02T03:50:14.651Z | Compiling digest v0.10.7 |
1135 | 2024-08-02T03:50:14.770Z | Compiling pest v2.7.10 |
1136 | 2024-08-02T03:50:14.773Z | Compiling futures-util v0.3.30 |
1137 | 2024-08-02T03:50:14.949Z | Compiling scroll_derive v0.12.0 |
1138 | 2024-08-02T03:50:15.385Z | Compiling hashbrown v0.14.5 |
1139 | 2024-08-02T03:50:16.378Z | Compiling scroll v0.12.0 |
1140 | 2024-08-02T03:50:16.639Z | Compiling tracing v0.1.40 |
1141 | 2024-08-02T03:50:16.768Z | Compiling hmac v0.12.1 |
1142 | 2024-08-02T03:50:16.931Z | Compiling goblin v0.8.2 |
1143 | 2024-08-02T03:50:17.060Z | Compiling openssl-macros v0.1.1 |
1144 | 2024-08-02T03:50:17.167Z | Compiling der_derive v0.7.2 |
1145 | 2024-08-02T03:50:17.843Z | Compiling pest_meta v2.7.10 |
1146 | 2024-08-02T03:50:17.861Z | Compiling rustls-webpki v0.101.7 |
1147 | 2024-08-02T03:50:18.643Z | Compiling sct v0.7.1 |
1148 | 2024-08-02T03:50:18.942Z | Compiling sha2 v0.10.8 |
1149 | 2024-08-02T03:50:19.671Z | Compiling pest_generator v2.7.10 |
1150 | 2024-08-02T03:50:19.799Z | Compiling der v0.7.9 |
1151 | 2024-08-02T03:50:20.950Z | Compiling md-5 v0.10.6 |
1152 | 2024-08-02T03:50:21.214Z | Compiling regex-automata v0.4.6 |
1153 | 2024-08-02T03:50:21.602Z | Compiling schemars_derive v0.8.21 |
1154 | 2024-08-02T03:50:22.542Z | Compiling spki v0.7.3 |
1155 | 2024-08-02T03:50:22.808Z | Compiling pest_derive v2.7.10 |
1156 | 2024-08-02T03:50:23.050Z | Compiling url v2.5.2 |
1157 | 2024-08-02T03:50:23.610Z | Compiling dtrace-parser v0.2.0 |
1158 | 2024-08-02T03:50:24.481Z | Compiling num-integer v0.1.46 |
1159 | 2024-08-02T03:50:24.918Z | Compiling idna v0.3.0 |
1160 | 2024-08-02T03:50:25.001Z | Compiling backtrace v0.3.71 |
1161 | 2024-08-02T03:50:25.293Z | Compiling bytes v1.6.0 |
1162 | 2024-08-02T03:50:25.418Z | Compiling bitflags v2.6.0 |
1163 | 2024-08-02T03:50:25.728Z | Compiling indexmap v2.2.6 |
1164 | 2024-08-02T03:50:25.850Z | Compiling semver v1.0.23 |
1165 | 2024-08-02T03:50:26.510Z | Compiling tokio v1.38.1 |
1166 | 2024-08-02T03:50:26.529Z | Compiling http v0.2.12 |
1167 | 2024-08-02T03:50:26.589Z | Compiling uuid v1.10.0 |
1168 | 2024-08-02T03:50:27.181Z | Compiling rustc_version v0.4.0 |
1169 | 2024-08-02T03:50:27.713Z | Compiling chrono v0.4.38 |
1170 | 2024-08-02T03:50:27.959Z | Compiling heapless v0.7.17 |
1171 | 2024-08-02T03:50:28.096Z | Compiling http-body v0.4.6 |
1172 | 2024-08-02T03:50:28.414Z | Compiling dof v0.3.0 |
1173 | 2024-08-02T03:50:28.646Z | Compiling serde_spanned v0.6.7 |
1174 | 2024-08-02T03:50:28.878Z | Compiling toml_datetime v0.6.8 |
1175 | 2024-08-02T03:50:29.021Z | Compiling serde_tokenstream v0.2.1 |
1176 | 2024-08-02T03:50:29.386Z | Compiling usdt-impl v0.5.0 |
1177 | 2024-08-02T03:50:29.564Z | Compiling hash32 v0.2.1 |
1178 | 2024-08-02T03:50:29.953Z | Compiling crc32fast v1.4.0 |
1179 | 2024-08-02T03:50:30.303Z | Compiling smoltcp v0.9.1 |
1180 | 2024-08-02T03:50:30.478Z | Compiling fallible-iterator v0.2.0 |
1181 | 2024-08-02T03:50:30.527Z | Compiling gimli v0.28.1 |
1182 | 2024-08-02T03:50:30.905Z | Compiling stable_deref_trait v1.2.0 |
1183 | 2024-08-02T03:50:31.008Z | Compiling base64 v0.22.1 |
1184 | 2024-08-02T03:50:31.067Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1185 | 2024-08-02T03:50:31.188Z | Compiling psl-types v2.0.11 |
1186 | 2024-08-02T03:50:31.373Z | Compiling dyn-clone v1.0.17 |
1187 | 2024-08-02T03:50:31.398Z | Compiling publicsuffix v2.2.3 |
1188 | 2024-08-02T03:50:31.643Z | Compiling postgres-protocol v0.6.7 |
1189 | 2024-08-02T03:50:32.623Z | Compiling terminal_size v0.3.0 |
1190 | 2024-08-02T03:50:32.966Z | Compiling pkcs8 v0.10.2 |
1191 | 2024-08-02T03:50:33.515Z | Compiling hubpack_derive v0.1.1 |
1192 | 2024-08-02T03:50:33.742Z | Compiling block-padding v0.3.3 |
1193 | 2024-08-02T03:50:33.981Z | Compiling async-trait v0.1.81 |
1194 | 2024-08-02T03:50:34.123Z | Compiling zerocopy-derive v0.6.6 |
1195 | 2024-08-02T03:50:34.401Z | Compiling phf_shared v0.11.2 |
1196 | 2024-08-02T03:50:34.777Z | Compiling tokio-util v0.7.11 |
1197 | 2024-08-02T03:50:35.243Z | Compiling addr2line v0.21.0 |
1198 | 2024-08-02T03:50:35.470Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-08-02T03:50:35.553Z | Compiling tokio-rustls v0.24.1 |
1200 | 2024-08-02T03:50:35.739Z | Compiling h2 v0.3.26 |
1201 | 2024-08-02T03:50:35.892Z | Compiling diesel_table_macro_syntax v0.1.0 |
1202 | 2024-08-02T03:50:35.954Z | Compiling ff v0.13.0 |
1203 | 2024-08-02T03:50:36.140Z | Compiling scheduled-thread-pool v0.2.7 |
1204 | 2024-08-02T03:50:36.179Z | Compiling object v0.32.2 |
1205 | 2024-08-02T03:50:36.271Z | Compiling fs-err v2.11.0 |
1206 | 2024-08-02T03:50:36.286Z | Compiling winnow v0.5.40 |
1207 | 2024-08-02T03:50:36.558Z | Compiling regex-automata v0.1.10 |
1208 | 2024-08-02T03:50:36.750Z | Compiling bitflags v1.3.2 |
1209 | 2024-08-02T03:50:36.762Z | Compiling base16ct v0.2.0 |
1210 | 2024-08-02T03:50:36.853Z | Compiling managed v0.8.0 |
1211 | 2024-08-02T03:50:37.052Z | Compiling ipnet v2.9.0 |
1212 | 2024-08-02T03:50:37.096Z | Compiling either v1.12.0 |
1213 | 2024-08-02T03:50:37.313Z | Compiling base64 v0.21.7 |
1214 | 2024-08-02T03:50:37.335Z | Compiling rustc-demangle v0.1.24 |
1215 | 2024-08-02T03:50:37.528Z | Compiling anyhow v1.0.86 |
1216 | 2024-08-02T03:50:38.100Z | Compiling bit-vec v0.6.3 |
1217 | 2024-08-02T03:50:38.177Z | Compiling matches v0.1.10 |
1218 | 2024-08-02T03:50:38.261Z | Compiling idna v0.2.3 |
1219 | 2024-08-02T03:50:38.331Z | Compiling rustls-pemfile v1.0.4 |
1220 | 2024-08-02T03:50:38.563Z | Compiling sec1 v0.7.3 |
1221 | 2024-08-02T03:50:38.765Z | Compiling bstr v0.2.17 |
1222 | 2024-08-02T03:50:39.153Z | Compiling clap_builder v4.5.9 |
1223 | 2024-08-02T03:50:39.936Z | Compiling toml_edit v0.19.15 |
1224 | 2024-08-02T03:50:40.204Z | Compiling r2d2 v0.8.10 |
1225 | 2024-08-02T03:50:40.221Z | Compiling diesel_derives v2.1.4 |
1226 | 2024-08-02T03:50:40.571Z | Compiling zerocopy v0.6.6 |
1227 | 2024-08-02T03:50:40.591Z | Compiling group v0.13.0 |
1228 | 2024-08-02T03:50:40.927Z | Compiling phf v0.11.2 |
1229 | 2024-08-02T03:50:41.214Z | Compiling hubpack v0.1.2 |
1230 | 2024-08-02T03:50:41.429Z | Compiling signal-hook-mio v0.2.3 |
1231 | 2024-08-02T03:50:41.462Z | Compiling inout v0.1.3 |
1232 | 2024-08-02T03:50:41.581Z | Compiling ipnetwork v0.20.0 |
1233 | 2024-08-02T03:50:41.648Z | Compiling cookie_store v0.20.0 |
1234 | 2024-08-02T03:50:42.362Z | Compiling postgres-types v0.2.7 |
1235 | 2024-08-02T03:50:42.490Z | Compiling hyper v0.14.30 |
1236 | 2024-08-02T03:50:43.446Z | Compiling usdt-macro v0.5.0 |
1237 | 2024-08-02T03:50:43.889Z | Compiling usdt-attr-macro v0.5.0 |
1238 | 2024-08-02T03:50:44.928Z | Compiling regex v1.10.5 |
1239 | 2024-08-02T03:50:45.589Z | Compiling serde_urlencoded v0.7.1 |
1240 | 2024-08-02T03:50:46.015Z | Compiling num-bigint v0.4.5 |
1241 | 2024-08-02T03:50:46.041Z | Compiling futures-executor v0.3.30 |
1242 | 2024-08-02T03:50:46.124Z | Compiling enum-as-inner v0.5.1 |
1243 | 2024-08-02T03:50:46.610Z | Compiling hkdf v0.12.4 |
1244 | 2024-08-02T03:50:46.613Z | Compiling crypto-bigint v0.5.5 |
1245 | 2024-08-02T03:50:46.873Z | Compiling clap_derive v4.5.8 |
1246 | 2024-08-02T03:50:47.191Z | Compiling strum_macros v0.25.3 |
1247 | 2024-08-02T03:50:47.773Z | Compiling serde_repr v0.1.19 |
1248 | 2024-08-02T03:50:48.303Z | Compiling phf_shared v0.10.0 |
1249 | 2024-08-02T03:50:48.689Z | Compiling float-cmp v0.9.0 |
1250 | 2024-08-02T03:50:48.907Z | Compiling encoding_rs v0.8.34 |
1251 | 2024-08-02T03:50:48.935Z | Compiling mime v0.3.17 |
1252 | 2024-08-02T03:50:49.537Z | Compiling hyper-rustls v0.24.2 |
1253 | 2024-08-02T03:50:49.894Z | Compiling hyper-tls v0.5.0 |
1254 | 2024-08-02T03:50:50.254Z | Compiling unicode-segmentation v1.11.0 |
1255 | 2024-08-02T03:50:51.104Z | Compiling precomputed-hash v0.1.1 |
1256 | 2024-08-02T03:50:51.223Z | Compiling static_assertions v1.1.0 |
1257 | 2024-08-02T03:50:51.331Z | Compiling sync_wrapper v0.1.2 |
1258 | 2024-08-02T03:50:51.334Z | Compiling predicates-core v1.0.6 |
1259 | 2024-08-02T03:50:51.468Z | Compiling difflib v0.4.0 |
1260 | 2024-08-02T03:50:51.717Z | Compiling minimal-lexical v0.2.1 |
1261 | 2024-08-02T03:50:51.911Z | Compiling normalize-line-endings v0.3.0 |
1262 | 2024-08-02T03:50:52.063Z | Compiling whoami v1.5.1 |
1263 | 2024-08-02T03:50:52.213Z | Compiling new_debug_unreachable v1.0.6 |
1264 | 2024-08-02T03:50:52.269Z | Compiling webpki-roots v0.25.4 |
1265 | 2024-08-02T03:50:52.311Z | Compiling data-encoding v2.6.0 |
1266 | 2024-08-02T03:50:52.440Z | Compiling fixedbitset v0.4.2 |
1267 | 2024-08-02T03:50:52.631Z | Compiling console v0.15.8 |
1268 | 2024-08-02T03:50:52.691Z | Compiling diesel v2.1.6 |
1269 | 2024-08-02T03:50:52.708Z | Compiling toml_edit v0.22.20 |
1270 | 2024-08-02T03:50:52.919Z | Compiling petgraph v0.6.5 |
1271 | 2024-08-02T03:50:53.043Z | Compiling trust-dns-proto v0.22.0 |
1272 | 2024-08-02T03:50:53.318Z | Compiling reqwest v0.11.27 |
1273 | 2024-08-02T03:50:54.125Z | Compiling tokio-postgres v0.7.11 |
1274 | 2024-08-02T03:50:54.721Z | Compiling string_cache v0.8.7 |
1275 | 2024-08-02T03:50:55.193Z | Compiling nom v7.1.3 |
1276 | 2024-08-02T03:50:56.753Z | Compiling predicates v3.1.2 |
1277 | 2024-08-02T03:50:56.849Z | Compiling clap v4.5.9 |
1278 | 2024-08-02T03:50:56.969Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1279 | 2024-08-02T03:50:58.481Z | Compiling similar v2.5.0 |
1280 | 2024-08-02T03:50:58.904Z | Compiling elliptic-curve v0.13.8 |
1281 | 2024-08-02T03:50:59.592Z | Compiling yasna v0.5.2 |
1282 | 2024-08-02T03:50:59.747Z | Compiling usdt v0.5.0 |
1283 | 2024-08-02T03:51:00.253Z | Compiling futures v0.3.30 |
1284 | 2024-08-02T03:51:00.874Z | Compiling toml v0.7.8 |
1285 | 2024-08-02T03:51:01.044Z | Compiling flate2 v1.0.30 |
1286 | 2024-08-02T03:51:01.238Z | Compiling cipher v0.4.4 |
1287 | 2024-08-02T03:51:01.400Z | Compiling crossterm v0.27.0 |
1288 | 2024-08-02T03:51:01.735Z | Compiling bit-set v0.5.3 |
1289 | 2024-08-02T03:51:01.977Z | Compiling itertools v0.10.5 |
1290 | 2024-08-02T03:51:02.039Z | Compiling itertools v0.12.1 |
1291 | 2024-08-02T03:51:02.350Z | Compiling tokio-stream v0.1.15 |
1292 | 2024-08-02T03:51:02.558Z | Compiling openapiv3 v2.0.0 |
1293 | 2024-08-02T03:51:03.318Z | Compiling bstr v1.9.1 |
1294 | 2024-08-02T03:51:03.354Z | Compiling hex v0.4.3 |
1295 | 2024-08-02T03:51:03.995Z | Compiling num-iter v0.1.45 |
1296 | 2024-08-02T03:51:04.173Z | Compiling crossbeam-epoch v0.9.18 |
1297 | 2024-08-02T03:51:04.794Z | Compiling dirs-sys-next v0.1.2 |
1298 | 2024-08-02T03:51:04.953Z | Compiling unicode-xid v0.2.4 |
1299 | 2024-08-02T03:51:05.095Z | Compiling peg-runtime v0.8.3 |
1300 | 2024-08-02T03:51:05.122Z | Compiling lalrpop-util v0.19.12 |
1301 | 2024-08-02T03:51:05.141Z | Compiling dirs-next v2.0.0 |
1302 | 2024-08-02T03:51:05.144Z | Compiling thread_local v1.1.8 |
1303 | 2024-08-02T03:51:05.327Z | Compiling slog-async v2.8.0 |
1304 | 2024-08-02T03:51:05.439Z | Compiling term v0.7.0 |
1305 | 2024-08-02T03:51:05.476Z | Compiling xattr v1.3.1 |
1306 | 2024-08-02T03:51:05.686Z | Compiling crossbeam-channel v0.5.12 |
1307 | 2024-08-02T03:51:05.741Z | Compiling strum_macros v0.26.4 |
1308 | 2024-08-02T03:51:05.758Z | Compiling filetime v0.2.23 |
1309 | 2024-08-02T03:51:05.930Z | Compiling is-terminal v0.4.12 |
1310 | 2024-08-02T03:51:06.053Z | Compiling take_mut v0.2.2 |
1311 | 2024-08-02T03:51:06.075Z | Compiling slog-term v2.9.1 |
1312 | 2024-08-02T03:51:06.208Z | Compiling tar v0.4.41 |
1313 | 2024-08-02T03:51:06.811Z | Compiling camino v1.1.7 |
1314 | 2024-08-02T03:51:08.881Z | Compiling strum v0.26.3 |
1315 | 2024-08-02T03:51:20.157Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1316 | 2024-08-02T03:51:20.400Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1317 | 2024-08-02T03:51:25.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1318 | 2024-08-02T03:51:25.490Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1319 | 2024-08-02T03:51:25.532Z | Aug 02 03:51:24.154 INFO Starting download, target: Cockroach |
1320 | 2024-08-02T03:51:25.532Z | Aug 02 03:51:24.154 INFO Starting download, target: Console |
1321 | 2024-08-02T03:51:25.534Z | Aug 02 03:51:24.154 INFO Starting download, target: Clickhouse |
1322 | 2024-08-02T03:51:25.534Z | Aug 02 03:51:24.154 INFO Starting download, target: DendriteOpenapi |
1323 | 2024-08-02T03:51:25.534Z | Aug 02 03:51:24.154 INFO Starting download, target: DendriteStub |
1324 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.154 INFO Starting download, target: MaghemiteMgd |
1325 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.154 INFO Starting download, target: TransceiverControl |
1326 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.154 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1327 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.155 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1328 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.155 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1329 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.155 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1330 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.155 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1331 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.155 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1332 | 2024-08-02T03:51:25.535Z | Aug 02 03:51:24.155 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1333 | 2024-08-02T03:51:25.724Z | Aug 02 03:51:24.344 INFO Download complete, target: DendriteOpenapi |
1334 | 2024-08-02T03:51:25.895Z | Aug 02 03:51:24.515 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1335 | 2024-08-02T03:51:26.089Z | Aug 02 03:51:24.705 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1336 | 2024-08-02T03:51:26.246Z | Aug 02 03:51:24.867 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1337 | 2024-08-02T03:51:26.254Z | Aug 02 03:51:24.875 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1338 | 2024-08-02T03:51:26.496Z | Aug 02 03:51:25.117 INFO Download complete, target: Console |
1339 | 2024-08-02T03:51:26.731Z | Aug 02 03:51:25.353 INFO Download complete, target: TransceiverControl |
1340 | 2024-08-02T03:51:27.631Z | Aug 02 03:51:26.253 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1341 | 2024-08-02T03:51:27.702Z | Aug 02 03:51:26.324 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1342 | 2024-08-02T03:51:27.703Z | Aug 02 03:51:26.324 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1343 | 2024-08-02T03:51:29.400Z | Aug 02 03:51:28.022 INFO Download complete, target: DendriteStub |
1344 | 2024-08-02T03:51:29.635Z | Aug 02 03:51:28.256 INFO Download complete, target: MaghemiteMgd |
1345 | 2024-08-02T03:51:36.033Z | Aug 02 03:51:34.653 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1346 | 2024-08-02T03:51:36.344Z | Aug 02 03:51:34.964 INFO Checking that binary works, target: Cockroach |
1347 | 2024-08-02T03:51:36.496Z | Aug 02 03:51:35.115 INFO Download complete, target: Cockroach |
1348 | 2024-08-02T03:51:41.921Z | Aug 02 03:51:40.538 INFO Checking that binary works, target: Clickhouse |
1349 | 2024-08-02T03:51:42.326Z | Aug 02 03:51:40.945 INFO Download complete, target: Clickhouse |
1350 | 2024-08-02T03:51:42.344Z | All builder prerequisites installed successfully, and PATH looks valid |
1351 | 2024-08-02T03:51:42.347Z | |
1352 | 2024-08-02T03:51:42.347Z | real 5:23.780874345 |
1353 | 2024-08-02T03:51:42.347Z | user 11:30.853937340 |
1354 | 2024-08-02T03:51:42.347Z | sys 2:26.730277190 |
1355 | 2024-08-02T03:51:42.347Z | trap 0.406523849 |
1356 | 2024-08-02T03:51:42.347Z | tflt 7.338270245 |
1357 | 2024-08-02T03:51:42.348Z | dflt 8.871558045 |
1358 | 2024-08-02T03:51:42.348Z | kflt 0.204155252 |
1359 | 2024-08-02T03:51:42.348Z | lock 22:46.779893990 |
1360 | 2024-08-02T03:51:42.348Z | slp 48:52.638124249 |
1361 | 2024-08-02T03:51:42.348Z | lat 37.740948521 |
1362 | 2024-08-02T03:51:42.348Z | stop 1:38.335396406 |
1363 | 2024-08-02T03:51:42.348Z | + banner clippy |
1364 | 2024-08-02T03:51:42.348Z | |
1365 | 2024-08-02T03:51:42.348Z | #### # # ##### ##### # # |
1366 | 2024-08-02T03:51:42.348Z | # # # # # # # # # # |
1367 | 2024-08-02T03:51:42.348Z | # # # # # # # # |
1368 | 2024-08-02T03:51:42.348Z | # # # ##### ##### # |
1369 | 2024-08-02T03:51:42.348Z | # # # # # # # |
1370 | 2024-08-02T03:51:42.348Z | #### ###### # # # # |
1371 | 2024-08-02T03:51:42.348Z | |
1372 | 2024-08-02T03:51:42.348Z | + export CARGO_INCREMENTAL=0 |
1373 | 2024-08-02T03:51:42.348Z | + CARGO_INCREMENTAL=0 |
1374 | 2024-08-02T03:51:42.348Z | + ptime -m cargo xtask clippy |
1375 | 2024-08-02T03:51:42.877Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1376 | 2024-08-02T03:51:46.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
1377 | 2024-08-02T03:51:46.255Z | Running `target/debug/xtask clippy` |
1378 | 2024-08-02T03:51:46.273Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1379 | 2024-08-02T03:51:46.922Z | Downloading crates ... |
1380 | 2024-08-02T03:51:47.242Z | Downloaded tower-layer v0.3.2 |
1381 | 2024-08-02T03:51:47.245Z | Downloaded guppy-workspace-hack v0.1.0 |
1382 | 2024-08-02T03:51:47.252Z | Downloaded pathdiff v0.2.1 |
1383 | 2024-08-02T03:51:47.255Z | Downloaded md5 v0.7.0 |
1384 | 2024-08-02T03:51:47.258Z | Downloaded http-body v1.0.0 |
1385 | 2024-08-02T03:51:47.258Z | Downloaded doc-comment v0.3.3 |
1386 | 2024-08-02T03:51:47.262Z | Downloaded cbc v0.1.2 |
1387 | 2024-08-02T03:51:47.265Z | Downloaded escape8259 v0.5.2 |
1388 | 2024-08-02T03:51:47.265Z | Downloaded yansi v0.5.1 |
1389 | 2024-08-02T03:51:47.265Z | Downloaded oorandom v11.1.3 |
1390 | 2024-08-02T03:51:47.267Z | Downloaded ctr v0.9.2 |
1391 | 2024-08-02T03:51:47.267Z | Downloaded blowfish v0.9.1 |
1392 | 2024-08-02T03:51:47.270Z | Downloaded bcrypt-pbkdf v0.10.0 |
1393 | 2024-08-02T03:51:47.270Z | Downloaded rand_chacha v0.2.2 |
1394 | 2024-08-02T03:51:47.273Z | Downloaded dirs v5.0.1 |
1395 | 2024-08-02T03:51:47.273Z | Downloaded approx v0.5.1 |
1396 | 2024-08-02T03:51:47.276Z | Downloaded futures-timer v3.0.3 |
1397 | 2024-08-02T03:51:47.279Z | Downloaded plotters-backend v0.3.5 |
1398 | 2024-08-02T03:51:47.279Z | Downloaded internet-checksum v0.2.1 |
1399 | 2024-08-02T03:51:47.282Z | Downloaded rfc6979 v0.4.0 |
1400 | 2024-08-02T03:51:47.282Z | Downloaded primeorder v0.13.6 |
1401 | 2024-08-02T03:51:47.286Z | Downloaded ghash v0.5.1 |
1402 | 2024-08-02T03:51:47.286Z | Downloaded threadpool v1.8.1 |
1403 | 2024-08-02T03:51:47.286Z | Downloaded pbkdf2 v0.12.2 |
1404 | 2024-08-02T03:51:47.286Z | Downloaded cast v0.3.0 |
1405 | 2024-08-02T03:51:47.290Z | Downloaded dirs-sys v0.4.1 |
1406 | 2024-08-02T03:51:47.293Z | Downloaded dhcproto-macros v0.1.0 |
1407 | 2024-08-02T03:51:47.298Z | Downloaded plotters-svg v0.3.5 |
1408 | 2024-08-02T03:51:47.302Z | Downloaded option-ext v0.2.0 |
1409 | 2024-08-02T03:51:47.302Z | Downloaded anes v0.1.6 |
1410 | 2024-08-02T03:51:47.302Z | Downloaded blake2b_simd v1.0.2 |
1411 | 2024-08-02T03:51:47.305Z | Downloaded tinytemplate v1.2.1 |
1412 | 2024-08-02T03:51:47.308Z | Downloaded target-lexicon v0.12.16 |
1413 | 2024-08-02T03:51:47.312Z | Downloaded rustls-native-certs v0.7.0 |
1414 | 2024-08-02T03:51:47.312Z | Downloaded russh-keys v0.43.0 |
1415 | 2024-08-02T03:51:47.315Z | Downloaded nested v0.1.1 |
1416 | 2024-08-02T03:51:47.315Z | Downloaded polyval v0.6.2 |
1417 | 2024-08-02T03:51:47.318Z | Downloaded russh-cryptovec v0.7.2 |
1418 | 2024-08-02T03:51:47.318Z | Downloaded pbkdf2 v0.11.0 |
1419 | 2024-08-02T03:51:47.318Z | Downloaded partial-io v0.5.4 |
1420 | 2024-08-02T03:51:47.324Z | Downloaded hex-literal v0.4.1 |
1421 | 2024-08-02T03:51:47.327Z | Downloaded datatest-stable v0.2.9 |
1422 | 2024-08-02T03:51:47.327Z | Downloaded criterion-plot v0.5.0 |
1423 | 2024-08-02T03:51:47.327Z | Downloaded relative-path v1.9.3 |
1424 | 2024-08-02T03:51:47.330Z | Downloaded ed25519 v2.2.3 |
1425 | 2024-08-02T03:51:47.333Z | Downloaded rand_core v0.5.1 |
1426 | 2024-08-02T03:51:47.337Z | Downloaded hyper-rustls v0.26.0 |
1427 | 2024-08-02T03:51:47.337Z | Downloaded ecdsa v0.16.9 |
1428 | 2024-08-02T03:51:47.341Z | Downloaded dhcproto v0.11.0 |
1429 | 2024-08-02T03:51:47.343Z | Downloaded password-hash v0.4.2 |
1430 | 2024-08-02T03:51:47.343Z | Downloaded cfg-expr v0.16.0 |
1431 | 2024-08-02T03:51:47.346Z | Downloaded assert_cmd v2.0.15 |
1432 | 2024-08-02T03:51:47.351Z | Downloaded similar-asserts v1.5.0 |
1433 | 2024-08-02T03:51:47.354Z | Downloaded httptest v0.15.5 |
1434 | 2024-08-02T03:51:47.365Z | Downloaded rstest v0.19.0 |
1435 | 2024-08-02T03:51:47.370Z | Downloaded target-spec v3.2.1 |
1436 | 2024-08-02T03:51:47.373Z | Downloaded rand_distr v0.4.3 |
1437 | 2024-08-02T03:51:47.376Z | Downloaded p256 v0.13.2 |
1438 | 2024-08-02T03:51:47.379Z | Downloaded criterion v0.5.1 |
1439 | 2024-08-02T03:51:47.384Z | Downloaded trybuild v1.0.97 |
1440 | 2024-08-02T03:51:47.388Z | Downloaded rstest_macros v0.19.0 |
1441 | 2024-08-02T03:51:47.391Z | Downloaded aes v0.8.4 |
1442 | 2024-08-02T03:51:47.395Z | Downloaded rust-argon2 v2.1.0 |
1443 | 2024-08-02T03:51:47.398Z | Downloaded pretty_assertions v1.4.0 |
1444 | 2024-08-02T03:51:47.398Z | Downloaded hyper-util v0.1.3 |
1445 | 2024-08-02T03:51:47.401Z | Downloaded libtest-mimic v0.7.3 |
1446 | 2024-08-02T03:51:47.407Z | Downloaded fancy-regex v0.13.0 |
1447 | 2024-08-02T03:51:47.407Z | Downloaded ed25519-dalek v2.1.1 |
1448 | 2024-08-02T03:51:47.409Z | Downloaded getrandom v0.1.16 |
1449 | 2024-08-02T03:51:47.412Z | Downloaded aes-gcm v0.10.3 |
1450 | 2024-08-02T03:51:47.416Z | Downloaded tower v0.4.13 |
1451 | 2024-08-02T03:51:47.423Z | Downloaded russh v0.43.0 |
1452 | 2024-08-02T03:51:47.428Z | Downloaded rand v0.7.3 |
1453 | 2024-08-02T03:51:47.432Z | Downloaded p521 v0.13.3 |
1454 | 2024-08-02T03:51:47.435Z | Downloaded plotters v0.3.5 |
1455 | 2024-08-02T03:51:47.443Z | Downloaded hyper v1.3.1 |
1456 | 2024-08-02T03:51:47.449Z | Downloaded guppy v0.17.7 |
1457 | 2024-08-02T03:51:48.044Z | Checking cfg-if v1.0.0 |
1458 | 2024-08-02T03:51:48.105Z | Checking libc v0.2.155 |
1459 | 2024-08-02T03:51:48.121Z | Checking serde v1.0.204 |
1460 | 2024-08-02T03:51:48.135Z | Checking scopeguard v1.2.0 |
1461 | 2024-08-02T03:51:48.138Z | Checking memchr v2.7.2 |
1462 | 2024-08-02T03:51:48.138Z | Checking log v0.4.21 |
1463 | 2024-08-02T03:51:48.178Z | Checking itoa v1.0.11 |
1464 | 2024-08-02T03:51:48.201Z | Checking byteorder v1.5.0 |
1465 | 2024-08-02T03:51:48.224Z | Checking smallvec v1.13.2 |
1466 | 2024-08-02T03:51:48.259Z | Checking lock_api v0.4.12 |
1467 | 2024-08-02T03:51:48.382Z | Checking once_cell v1.19.0 |
1468 | 2024-08-02T03:51:48.434Z | Checking zeroize v1.7.0 |
1469 | 2024-08-02T03:51:48.563Z | Checking pin-project-lite v0.2.14 |
1470 | 2024-08-02T03:51:48.604Z | Checking libm v0.2.8 |
1471 | 2024-08-02T03:51:48.673Z | Checking spin v0.9.8 |
1472 | 2024-08-02T03:51:48.696Z | Checking ryu v1.0.18 |
1473 | 2024-08-02T03:51:48.699Z | Checking typenum v1.17.0 |
1474 | 2024-08-02T03:51:48.699Z | Checking futures-core v0.3.30 |
1475 | 2024-08-02T03:51:48.885Z | Checking thiserror v1.0.63 |
1476 | 2024-08-02T03:51:48.926Z | Checking zerocopy v0.7.34 |
1477 | 2024-08-02T03:51:49.000Z | Checking subtle v2.5.0 |
1478 | 2024-08-02T03:51:49.028Z | Checking futures-sink v0.3.30 |
1479 | 2024-08-02T03:51:49.053Z | Checking slab v0.4.9 |
1480 | 2024-08-02T03:51:49.167Z | Checking futures-channel v0.3.30 |
1481 | 2024-08-02T03:51:49.194Z | Checking getrandom v0.2.14 |
1482 | 2024-08-02T03:51:49.245Z | Checking parking_lot_core v0.9.10 |
1483 | 2024-08-02T03:51:49.310Z | Checking signal-hook-registry v1.4.2 |
1484 | 2024-08-02T03:51:49.436Z | Checking rand_core v0.6.4 |
1485 | 2024-08-02T03:51:49.474Z | Checking mio v0.8.11 |
1486 | 2024-08-02T03:51:49.508Z | Checking num-traits v0.2.19 |
1487 | 2024-08-02T03:51:49.557Z | Checking num_cpus v1.16.0 |
1488 | 2024-08-02T03:51:49.582Z | Checking parking_lot v0.12.2 |
1489 | 2024-08-02T03:51:49.672Z | Checking socket2 v0.5.7 |
1490 | 2024-08-02T03:51:49.730Z | Checking futures-io v0.3.30 |
1491 | 2024-08-02T03:51:49.902Z | Checking pin-utils v0.1.0 |
1492 | 2024-08-02T03:51:49.905Z | Checking futures-task v0.3.30 |
1493 | 2024-08-02T03:51:49.958Z | Checking generic-array v0.14.7 |
1494 | 2024-08-02T03:51:50.001Z | Checking const-oid v0.9.6 |
1495 | 2024-08-02T03:51:50.078Z | Checking allocator-api2 v0.2.18 |
1496 | 2024-08-02T03:51:50.148Z | Checking futures-util v0.3.30 |
1497 | 2024-08-02T03:51:50.171Z | Checking fnv v1.0.7 |
1498 | 2024-08-02T03:51:50.317Z | Checking iana-time-zone v0.1.60 |
1499 | 2024-08-02T03:51:50.345Z | Checking ahash v0.8.11 |
1500 | 2024-08-02T03:51:50.477Z | Checking equivalent v1.0.1 |
1501 | 2024-08-02T03:51:50.589Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1502 | 2024-08-02T03:51:50.760Z | Checking ppv-lite86 v0.2.17 |
1503 | 2024-08-02T03:51:50.910Z | Checking hashbrown v0.14.5 |
1504 | 2024-08-02T03:51:50.932Z | Checking tinyvec_macros v0.1.1 |
1505 | 2024-08-02T03:51:51.022Z | Checking tinyvec v1.6.0 |
1506 | 2024-08-02T03:51:51.142Z | Checking crypto-common v0.1.6 |
1507 | 2024-08-02T03:51:51.208Z | Checking block-buffer v0.10.4 |
1508 | 2024-08-02T03:51:51.310Z | Checking cpufeatures v0.2.12 |
1509 | 2024-08-02T03:51:51.402Z | Checking lazy_static v1.5.0 |
1510 | 2024-08-02T03:51:51.424Z | Checking rand_chacha v0.3.1 |
1511 | 2024-08-02T03:51:51.445Z | Checking unicode-bidi v0.3.15 |
1512 | 2024-08-02T03:51:51.509Z | Checking tracing-core v0.1.32 |
1513 | 2024-08-02T03:51:51.800Z | Checking rand v0.8.5 |
1514 | 2024-08-02T03:51:51.825Z | Checking digest v0.10.7 |
1515 | 2024-08-02T03:51:52.052Z | Checking dyn-clone v1.0.17 |
1516 | 2024-08-02T03:51:52.118Z | Checking percent-encoding v2.3.1 |
1517 | 2024-08-02T03:51:52.139Z | Checking tracing v0.1.40 |
1518 | 2024-08-02T03:51:52.186Z | Checking regex-syntax v0.8.3 |
1519 | 2024-08-02T03:51:52.207Z | Checking aho-corasick v1.1.3 |
1520 | 2024-08-02T03:51:52.335Z | Checking unicode-ident v1.0.12 |
1521 | 2024-08-02T03:51:52.338Z | Checking unicode-normalization v0.1.23 |
1522 | 2024-08-02T03:51:52.461Z | Checking form_urlencoded v1.2.1 |
1523 | 2024-08-02T03:51:52.507Z | Checking powerfmt v0.2.0 |
1524 | 2024-08-02T03:51:52.647Z | Checking unicode-width v0.1.13 |
1525 | 2024-08-02T03:51:52.778Z | Checking deranged v0.3.11 |
1526 | 2024-08-02T03:51:52.844Z | Checking errno v0.3.9 |
1527 | 2024-08-02T03:51:52.981Z | Checking num-conv v0.1.0 |
1528 | 2024-08-02T03:51:53.025Z | Checking time-core v0.1.2 |
1529 | 2024-08-02T03:51:53.049Z | Checking bytes v1.6.0 |
1530 | 2024-08-02T03:51:53.178Z | Checking bitflags v2.6.0 |
1531 | 2024-08-02T03:51:53.217Z | Checking serde_json v1.0.120 |
1532 | 2024-08-02T03:51:53.239Z | Checking chrono v0.4.38 |
1533 | 2024-08-02T03:51:53.482Z | Checking uuid v1.10.0 |
1534 | 2024-08-02T03:51:53.822Z | Checking tokio v1.38.1 |
1535 | 2024-08-02T03:51:53.844Z | Checking indexmap v2.2.6 |
1536 | 2024-08-02T03:51:54.059Z | Checking num_threads v0.1.7 |
1537 | 2024-08-02T03:51:54.177Z | Checking rustix v0.38.34 |
1538 | 2024-08-02T03:51:54.451Z | Checking time v0.3.36 |
1539 | 2024-08-02T03:51:54.942Z | Checking proc-macro2 v1.0.86 |
1540 | 2024-08-02T03:51:55.062Z | Checking httparse v1.8.0 |
1541 | 2024-08-02T03:51:55.212Z | Checking http v0.2.12 |
1542 | 2024-08-02T03:51:55.289Z | Checking schemars v0.8.21 |
1543 | 2024-08-02T03:51:55.368Z | Checking regex-automata v0.4.6 |
1544 | 2024-08-02T03:51:55.518Z | Checking idna v0.5.0 |
1545 | 2024-08-02T03:51:55.605Z | Checking quote v1.0.36 |
1546 | 2024-08-02T03:51:55.935Z | Checking adler v1.0.2 |
1547 | 2024-08-02T03:51:56.083Z | Checking miniz_oxide v0.7.2 |
1548 | 2024-08-02T03:51:56.138Z | Checking syn v2.0.72 |
1549 | 2024-08-02T03:51:56.385Z | Checking url v2.5.2 |
1550 | 2024-08-02T03:51:56.520Z | Checking untrusted v0.9.0 |
1551 | 2024-08-02T03:51:56.676Z | Checking ring v0.17.8 |
1552 | 2024-08-02T03:51:56.829Z | Checking try-lock v0.2.5 |
1553 | 2024-08-02T03:51:56.873Z | Checking base64ct v1.6.0 |
1554 | 2024-08-02T03:51:56.918Z | Checking slog v2.7.0 |
1555 | 2024-08-02T03:51:56.971Z | Checking want v0.3.1 |
1556 | 2024-08-02T03:51:57.157Z | Checking tower-service v0.3.2 |
1557 | 2024-08-02T03:51:57.218Z | Checking futures-executor v0.3.30 |
1558 | 2024-08-02T03:51:57.280Z | Checking base64 v0.21.7 |
1559 | 2024-08-02T03:51:57.303Z | Checking gimli v0.28.1 |
1560 | 2024-08-02T03:51:57.396Z | Checking httpdate v1.0.3 |
1561 | 2024-08-02T03:51:57.454Z | Checking futures v0.3.30 |
1562 | 2024-08-02T03:51:57.564Z | Checking http-body v0.4.6 |
1563 | 2024-08-02T03:51:57.623Z | Checking object v0.32.2 |
1564 | 2024-08-02T03:51:57.723Z | Checking openssl-probe v0.1.5 |
1565 | 2024-08-02T03:51:57.879Z | Checking rustc-demangle v0.1.24 |
1566 | 2024-08-02T03:51:57.964Z | Checking foreign-types-shared v0.1.1 |
1567 | 2024-08-02T03:51:58.066Z | Checking utf8parse v0.2.1 |
1568 | 2024-08-02T03:51:58.222Z | Checking foreign-types v0.3.2 |
1569 | 2024-08-02T03:51:58.304Z | Checking pem-rfc7468 v0.7.0 |
1570 | 2024-08-02T03:51:58.326Z | Checking openssl-sys v0.9.103 |
1571 | 2024-08-02T03:51:58.488Z | Checking ipnet v2.9.0 |
1572 | 2024-08-02T03:51:58.581Z | Checking flagset v0.4.5 |
1573 | 2024-08-02T03:51:58.775Z | Checking mime v0.3.17 |
1574 | 2024-08-02T03:51:58.966Z | Checking der v0.7.9 |
1575 | 2024-08-02T03:51:59.096Z | Checking semver v1.0.23 |
1576 | 2024-08-02T03:51:59.517Z | Checking either v1.12.0 |
1577 | 2024-08-02T03:51:59.594Z | Checking openssl v0.10.66 |
1578 | 2024-08-02T03:51:59.899Z | Checking anstyle v1.0.8 |
1579 | 2024-08-02T03:52:00.025Z | Checking regex v1.10.5 |
1580 | 2024-08-02T03:52:00.257Z | Checking sct v0.7.1 |
1581 | 2024-08-02T03:52:00.464Z | Checking rustls-webpki v0.101.7 |
1582 | 2024-08-02T03:52:00.654Z | Checking serde_spanned v0.6.7 |
1583 | 2024-08-02T03:52:00.731Z | Checking tokio-util v0.7.11 |
1584 | 2024-08-02T03:52:00.783Z | Checking spki v0.7.3 |
1585 | 2024-08-02T03:52:00.853Z | Checking toml_datetime v0.6.8 |
1586 | 2024-08-02T03:52:01.060Z | Checking crossbeam-utils v0.8.19 |
1587 | 2024-08-02T03:52:01.111Z | Checking data-encoding v2.6.0 |
1588 | 2024-08-02T03:52:01.131Z | Checking addr2line v0.21.0 |
1589 | 2024-08-02T03:52:01.166Z | Checking rustls v0.21.12 |
1590 | 2024-08-02T03:52:01.576Z | Checking h2 v0.3.26 |
1591 | 2024-08-02T03:52:01.635Z | Checking idna v0.3.0 |
1592 | 2024-08-02T03:52:01.748Z | Checking serde_urlencoded v0.7.1 |
1593 | 2024-08-02T03:52:01.752Z | Checking scroll v0.12.0 |
1594 | 2024-08-02T03:52:02.153Z | Checking encoding_rs v0.8.34 |
1595 | 2024-08-02T03:52:02.249Z | Checking ucd-trie v0.1.6 |
1596 | 2024-08-02T03:52:02.463Z | Checking bitflags v1.3.2 |
1597 | 2024-08-02T03:52:02.479Z | Checking psl-types v2.0.11 |
1598 | 2024-08-02T03:52:02.494Z | Checking plain v0.2.3 |
1599 | 2024-08-02T03:52:02.571Z | Checking pest v2.7.10 |
1600 | 2024-08-02T03:52:02.635Z | Checking publicsuffix v2.2.3 |
1601 | 2024-08-02T03:52:02.670Z | Checking goblin v0.8.2 |
1602 | 2024-08-02T03:52:02.858Z | Checking pkcs8 v0.10.2 |
1603 | 2024-08-02T03:52:03.092Z | Checking anstyle-parse v0.2.4 |
1604 | 2024-08-02T03:52:03.364Z | Checking cookie v0.17.0 |
1605 | 2024-08-02T03:52:03.674Z | Checking backtrace v0.3.71 |
1606 | 2024-08-02T03:52:03.799Z | Checking sha2 v0.10.8 |
1607 | 2024-08-02T03:52:04.247Z | Checking anyhow v1.0.86 |
1608 | 2024-08-02T03:52:04.270Z | Checking tokio-rustls v0.24.1 |
1609 | 2024-08-02T03:52:04.358Z | Checking hmac v0.12.1 |
1610 | 2024-08-02T03:52:04.433Z | Checking anstyle-query v1.0.3 |
1611 | 2024-08-02T03:52:04.567Z | Checking colorchoice v1.0.1 |
1612 | 2024-08-02T03:52:04.577Z | Checking pretty-hex v0.4.1 |
1613 | 2024-08-02T03:52:04.624Z | Checking is_terminal_polyfill v1.70.0 |
1614 | 2024-08-02T03:52:04.642Z | Checking cookie_store v0.20.0 |
1615 | 2024-08-02T03:52:04.696Z | Checking rustls-pemfile v1.0.4 |
1616 | 2024-08-02T03:52:04.738Z | Checking anstream v0.6.14 |
1617 | 2024-08-02T03:52:04.762Z | Checking terminal_size v0.3.0 |
1618 | 2024-08-02T03:52:04.903Z | Checking num-integer v0.1.46 |
1619 | 2024-08-02T03:52:04.922Z | Checking thread-id v4.2.1 |
1620 | 2024-08-02T03:52:04.961Z | Checking native-tls v0.2.11 |
1621 | 2024-08-02T03:52:05.023Z | Checking dtrace-parser v0.2.0 |
1622 | 2024-08-02T03:52:05.045Z | Checking clap_lex v0.7.0 |
1623 | 2024-08-02T03:52:05.079Z | Checking sync_wrapper v0.1.2 |
1624 | 2024-08-02T03:52:05.209Z | Checking webpki-roots v0.25.4 |
1625 | 2024-08-02T03:52:05.249Z | Checking strsim v0.11.1 |
1626 | 2024-08-02T03:52:05.273Z | Checking tokio-native-tls v0.3.1 |
1627 | 2024-08-02T03:52:05.293Z | Checking openapiv3 v2.0.0 |
1628 | 2024-08-02T03:52:05.382Z | Checking block-padding v0.3.3 |
1629 | 2024-08-02T03:52:05.403Z | Checking memmap v0.7.0 |
1630 | 2024-08-02T03:52:05.499Z | Checking base64 v0.22.1 |
1631 | 2024-08-02T03:52:05.522Z | Checking clap_builder v4.5.9 |
1632 | 2024-08-02T03:52:05.525Z | Checking stable_deref_trait v1.2.0 |
1633 | 2024-08-02T03:52:05.591Z | Checking inout v0.1.3 |
1634 | 2024-08-02T03:52:05.613Z | Checking ipnetwork v0.20.0 |
1635 | 2024-08-02T03:52:05.636Z | Checking ff v0.13.0 |
1636 | 2024-08-02T03:52:05.818Z | Checking cipher v0.4.4 |
1637 | 2024-08-02T03:52:05.846Z | Checking crc32fast v1.4.0 |
1638 | 2024-08-02T03:52:05.956Z | Checking bit-vec v0.6.3 |
1639 | 2024-08-02T03:52:05.959Z | Checking base16ct v0.2.0 |
1640 | 2024-08-02T03:52:06.075Z | Checking group v0.13.0 |
1641 | 2024-08-02T03:52:06.184Z | Checking sec1 v0.7.3 |
1642 | 2024-08-02T03:52:06.249Z | Checking hkdf v0.12.4 |
1643 | 2024-08-02T03:52:06.313Z | Checking crossbeam-epoch v0.9.18 |
1644 | 2024-08-02T03:52:06.344Z | Checking hex v0.4.3 |
1645 | 2024-08-02T03:52:06.441Z | Checking crypto-bigint v0.5.5 |
1646 | 2024-08-02T03:52:06.574Z | Checking unicode-segmentation v1.11.0 |
1647 | 2024-08-02T03:52:06.759Z | Checking winnow v0.6.18 |
1648 | 2024-08-02T03:52:06.829Z | Checking winnow v0.5.40 |
1649 | 2024-08-02T03:52:07.189Z | Checking managed v0.8.0 |
1650 | 2024-08-02T03:52:07.516Z | Checking dof v0.3.0 |
1651 | 2024-08-02T03:52:07.566Z | Checking zerocopy v0.6.6 |
1652 | 2024-08-02T03:52:07.628Z | Checking hyper v0.14.30 |
1653 | 2024-08-02T03:52:08.126Z | Checking usdt-impl v0.5.0 |
1654 | 2024-08-02T03:52:08.318Z | Checking flate2 v1.0.30 |
1655 | 2024-08-02T03:52:08.634Z | Checking usdt v0.5.0 |
1656 | 2024-08-02T03:52:08.675Z | Checking clap v4.5.9 |
1657 | 2024-08-02T03:52:08.705Z | Checking num-iter v0.1.45 |
1658 | 2024-08-02T03:52:08.780Z | Checking signal-hook v0.3.17 |
1659 | 2024-08-02T03:52:08.876Z | Checking matches v0.1.10 |
1660 | 2024-08-02T03:52:08.899Z | Checking static_assertions v1.1.0 |
1661 | 2024-08-02T03:52:08.930Z | Checking siphasher v0.3.11 |
1662 | 2024-08-02T03:52:08.970Z | Checking idna v0.2.3 |
1663 | 2024-08-02T03:52:08.990Z | Checking itertools v0.10.5 |
1664 | 2024-08-02T03:52:09.100Z | Checking regex-automata v0.1.10 |
1665 | 2024-08-02T03:52:09.214Z | Checking signal-hook-mio v0.2.3 |
1666 | 2024-08-02T03:52:09.237Z | Checking elliptic-curve v0.13.8 |
1667 | 2024-08-02T03:52:09.349Z | Checking bit-set v0.5.3 |
1668 | 2024-08-02T03:52:09.469Z | Checking bstr v0.2.17 |
1669 | 2024-08-02T03:52:09.597Z | Checking num-bigint v0.4.5 |
1670 | 2024-08-02T03:52:09.646Z | Checking toml_edit v0.22.20 |
1671 | 2024-08-02T03:52:09.725Z | Checking toml_edit v0.19.15 |
1672 | 2024-08-02T03:52:09.784Z | Checking trust-dns-proto v0.22.0 |
1673 | 2024-08-02T03:52:09.891Z | Checking itertools v0.12.1 |
1674 | 2024-08-02T03:52:10.280Z | Checking scheduled-thread-pool v0.2.7 |
1675 | 2024-08-02T03:52:10.514Z | Checking hash32 v0.2.1 |
1676 | 2024-08-02T03:52:10.840Z | Checking predicates-core v1.0.6 |
1677 | 2024-08-02T03:52:11.028Z | Checking finl_unicode v1.2.0 |
1678 | 2024-08-02T03:52:11.243Z | Checking heapless v0.7.17 |
1679 | 2024-08-02T03:52:11.616Z | Checking stringprep v0.1.4 |
1680 | 2024-08-02T03:52:11.899Z | Checking r2d2 v0.8.10 |
1681 | 2024-08-02T03:52:12.191Z | Checking toml v0.7.8 |
1682 | 2024-08-02T03:52:12.213Z | Checking crossterm v0.27.0 |
1683 | 2024-08-02T03:52:12.234Z | Checking yasna v0.5.2 |
1684 | 2024-08-02T03:52:12.257Z | Checking bstr v1.9.1 |
1685 | 2024-08-02T03:52:12.260Z | Checking console v0.15.8 |
1686 | 2024-08-02T03:52:12.453Z | Checking md-5 v0.10.6 |
1687 | 2024-08-02T03:52:12.672Z | Checking float-cmp v0.9.0 |
1688 | 2024-08-02T03:52:12.841Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1689 | 2024-08-02T03:52:12.864Z | Checking difflib v0.4.0 |
1690 | 2024-08-02T03:52:12.887Z | Checking normalize-line-endings v0.3.0 |
1691 | 2024-08-02T03:52:13.014Z | Checking fallible-iterator v0.2.0 |
1692 | 2024-08-02T03:52:13.107Z | Checking fixedbitset v0.4.2 |
1693 | 2024-08-02T03:52:13.114Z | Checking diesel v2.1.6 |
1694 | 2024-08-02T03:52:13.164Z | Checking predicates v3.1.2 |
1695 | 2024-08-02T03:52:13.178Z | Checking smoltcp v0.9.1 |
1696 | 2024-08-02T03:52:13.374Z | Checking petgraph v0.6.5 |
1697 | 2024-08-02T03:52:13.564Z | Checking similar v2.5.0 |
1698 | 2024-08-02T03:52:13.605Z | Checking postgres-protocol v0.6.7 |
1699 | 2024-08-02T03:52:13.774Z | Checking hyper-rustls v0.24.2 |
1700 | 2024-08-02T03:52:13.796Z | Checking hyper-tls v0.5.0 |
1701 | 2024-08-02T03:52:13.949Z | Checking phf_shared v0.10.0 |
1702 | 2024-08-02T03:52:14.050Z | Checking phf_shared v0.11.2 |
1703 | 2024-08-02T03:52:14.076Z | Checking reqwest v0.11.27 |
1704 | 2024-08-02T03:52:14.224Z | Checking tokio-stream v0.1.15 |
1705 | 2024-08-02T03:52:14.253Z | Checking fs-err v2.11.0 |
1706 | 2024-08-02T03:52:14.312Z | Checking hubpack v0.1.2 |
1707 | 2024-08-02T03:52:14.433Z | Checking lalrpop-util v0.19.12 |
1708 | 2024-08-02T03:52:14.630Z | Checking precomputed-hash v0.1.1 |
1709 | 2024-08-02T03:52:14.633Z | Checking minimal-lexical v0.2.1 |
1710 | 2024-08-02T03:52:14.700Z | Checking new_debug_unreachable v1.0.6 |
1711 | 2024-08-02T03:52:14.763Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1712 | 2024-08-02T03:52:14.784Z | Checking phf v0.11.2 |
1713 | 2024-08-02T03:52:14.803Z | Checking string_cache v0.8.7 |
1714 | 2024-08-02T03:52:14.976Z | Checking postgres-types v0.2.7 |
1715 | 2024-08-02T03:52:15.033Z | Checking nom v7.1.3 |
1716 | 2024-08-02T03:52:15.056Z | Checking peg-runtime v0.8.3 |
1717 | 2024-08-02T03:52:15.080Z | Checking whoami v1.5.1 |
1718 | 2024-08-02T03:52:15.279Z | Compiling regress v0.9.1 |
1719 | 2024-08-02T03:52:15.508Z | Compiling getopts v0.2.21 |
1720 | 2024-08-02T03:52:15.649Z | Checking tokio-postgres v0.7.11 |
1721 | 2024-08-02T03:52:15.711Z | Compiling unsafe-libyaml v0.2.11 |
1722 | 2024-08-02T03:52:16.504Z | Checking heck v0.5.0 |
1723 | 2024-08-02T03:52:16.698Z | Checking camino v1.1.7 |
1724 | 2024-08-02T03:52:17.234Z | Compiling serde_yaml v0.9.34+deprecated |
1725 | 2024-08-02T03:52:17.713Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-08-02T03:52:18.003Z | Checking is-terminal v0.4.12 |
1727 | 2024-08-02T03:52:18.122Z | Compiling paste v1.0.15 |
1728 | 2024-08-02T03:52:18.374Z | Checking sha1 v0.10.6 |
1729 | 2024-08-02T03:52:18.553Z | Compiling ident_case v1.0.1 |
1730 | 2024-08-02T03:52:18.662Z | Compiling rustls v0.22.4 |
1731 | 2024-08-02T03:52:18.724Z | Compiling darling_core v0.20.9 |
1732 | 2024-08-02T03:52:18.950Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1733 | 2024-08-02T03:52:19.759Z | Checking http v1.1.0 |
1734 | 2024-08-02T03:52:19.968Z | Checking dirs-sys-next v0.1.2 |
1735 | 2024-08-02T03:52:20.148Z | Checking dirs-next v2.0.0 |
1736 | 2024-08-02T03:52:20.302Z | Checking strum v0.26.3 |
1737 | 2024-08-02T03:52:20.359Z | Checking crossbeam-channel v0.5.12 |
1738 | 2024-08-02T03:52:20.465Z | Checking thread_local v1.1.8 |
1739 | 2024-08-02T03:52:20.741Z | Checking term v0.7.0 |
1740 | 2024-08-02T03:52:21.072Z | Compiling multer v3.1.0 |
1741 | 2024-08-02T03:52:21.161Z | Checking take_mut v0.2.2 |
1742 | 2024-08-02T03:52:21.182Z | Checking slog-term v2.9.1 |
1743 | 2024-08-02T03:52:21.299Z | Checking slog-async v2.8.0 |
1744 | 2024-08-02T03:52:21.362Z | Compiling async-stream-impl v0.3.5 |
1745 | 2024-08-02T03:52:21.453Z | Checking rustls-pki-types v1.7.0 |
1746 | 2024-08-02T03:52:21.602Z | Checking match_cfg v0.1.0 |
1747 | 2024-08-02T03:52:21.655Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1748 | 2024-08-02T03:52:21.699Z | Checking hostname v0.3.1 |
1749 | 2024-08-02T03:52:21.835Z | Checking toml v0.8.19 |
1750 | 2024-08-02T03:52:21.877Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1751 | 2024-08-02T03:52:22.039Z | Checking rustls-webpki v0.102.4 |
1752 | 2024-08-02T03:52:22.517Z | Checking rustls-pemfile v2.1.2 |
1753 | 2024-08-02T03:52:22.583Z | Checking debug-ignore v1.0.5 |
1754 | 2024-08-02T03:52:22.733Z | Checking slog-json v2.6.1 |
1755 | 2024-08-02T03:52:22.753Z | Checking instant v0.1.12 |
1756 | 2024-08-02T03:52:22.773Z | Checking atomic-waker v1.1.2 |
1757 | 2024-08-02T03:52:22.869Z | Checking async-stream v0.3.5 |
1758 | 2024-08-02T03:52:22.906Z | Checking waitgroup v0.1.2 |
1759 | 2024-08-02T03:52:22.996Z | Checking slog-bunyan v2.5.0 |
1760 | 2024-08-02T03:52:23.064Z | Checking serde_path_to_error v0.1.16 |
1761 | 2024-08-02T03:52:23.165Z | Checking hostname v0.4.0 |
1762 | 2024-08-02T03:52:23.325Z | Checking fastrand v2.1.0 |
1763 | 2024-08-02T03:52:23.432Z | Compiling structmeta-derive v0.3.0 |
1764 | 2024-08-02T03:52:23.644Z | Checking tempfile v3.10.1 |
1765 | 2024-08-02T03:52:23.667Z | Checking quick-error v1.2.3 |
1766 | 2024-08-02T03:52:23.810Z | Checking newtype-uuid v1.1.0 |
1767 | 2024-08-02T03:52:23.997Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1768 | 2024-08-02T03:52:24.052Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1769 | 2024-08-02T03:52:24.764Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1770 | 2024-08-02T03:52:24.893Z | Checking macaddr v1.0.1 |
1771 | 2024-08-02T03:52:25.061Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1772 | 2024-08-02T03:52:25.206Z | Checking backoff v0.4.0 |
1773 | 2024-08-02T03:52:25.225Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1774 | 2024-08-02T03:52:25.547Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1775 | 2024-08-02T03:52:25.588Z | Checking wait-timeout v0.2.0 |
1776 | 2024-08-02T03:52:25.707Z | Checking rand_xorshift v0.3.0 |
1777 | 2024-08-02T03:52:25.756Z | Checking rusty-fork v0.3.0 |
1778 | 2024-08-02T03:52:25.777Z | Compiling darling_macro v0.20.9 |
1779 | 2024-08-02T03:52:25.861Z | Compiling structmeta-derive v0.2.0 |
1780 | 2024-08-02T03:52:25.886Z | Checking unarray v0.1.4 |
1781 | 2024-08-02T03:52:26.031Z | Compiling proc-macro-error v1.0.4 |
1782 | 2024-08-02T03:52:26.053Z | Checking proptest v1.4.0 |
1783 | 2024-08-02T03:52:26.510Z | Checking tokio-rustls v0.25.0 |
1784 | 2024-08-02T03:52:26.530Z | Compiling structmeta v0.3.0 |
1785 | 2024-08-02T03:52:26.695Z | Checking camino-tempfile v1.1.1 |
1786 | 2024-08-02T03:52:26.714Z | Compiling darling v0.20.9 |
1787 | 2024-08-02T03:52:26.835Z | Compiling serde_with_macros v3.8.3 |
1788 | 2024-08-02T03:52:26.949Z | Compiling parse-display-derive v0.9.1 |
1789 | 2024-08-02T03:52:26.976Z | Compiling proc-macro-crate v1.3.1 |
1790 | 2024-08-02T03:52:28.092Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1791 | 2024-08-02T03:52:28.508Z | Compiling num_enum_derive v0.5.11 |
1792 | 2024-08-02T03:52:28.823Z | Compiling structmeta v0.2.0 |
1793 | 2024-08-02T03:52:29.265Z | Compiling test-strategy v0.3.1 |
1794 | 2024-08-02T03:52:29.830Z | Checking serde_with v3.8.3 |
1795 | 2024-08-02T03:52:30.950Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1796 | 2024-08-02T03:52:30.954Z | Compiling foreign-types-macros v0.2.3 |
1797 | 2024-08-02T03:52:31.059Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1798 | 2024-08-02T03:52:31.185Z | Checking num_enum v0.5.11 |
1799 | 2024-08-02T03:52:31.343Z | Checking foreign-types-shared v0.3.1 |
1800 | 2024-08-02T03:52:31.522Z | Checking cstr-argument v0.1.2 |
1801 | 2024-08-02T03:52:31.605Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1802 | 2024-08-02T03:52:31.703Z | Checking pretty-hex v0.2.1 |
1803 | 2024-08-02T03:52:31.861Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1804 | 2024-08-02T03:52:31.880Z | Checking parse-display v0.9.1 |
1805 | 2024-08-02T03:52:32.122Z | Checking tabwriter v1.4.0 |
1806 | 2024-08-02T03:52:32.145Z | Checking colored v2.1.0 |
1807 | 2024-08-02T03:52:32.190Z | Checking foreign-types v0.5.0 |
1808 | 2024-08-02T03:52:32.283Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1809 | 2024-08-02T03:52:32.350Z | Checking socket2 v0.4.10 |
1810 | 2024-08-02T03:52:32.413Z | Checking smf v0.2.3 |
1811 | 2024-08-02T03:52:32.611Z | Checking termtree v0.4.1 |
1812 | 2024-08-02T03:52:32.631Z | Compiling heapless v0.8.0 |
1813 | 2024-08-02T03:52:32.757Z | Checking hash32 v0.3.1 |
1814 | 2024-08-02T03:52:32.800Z | Checking predicates-tree v1.0.9 |
1815 | 2024-08-02T03:52:32.830Z | Compiling smoltcp v0.11.0 |
1816 | 2024-08-02T03:52:32.939Z | Compiling crucible-workspace-hack v0.1.0 |
1817 | 2024-08-02T03:52:32.959Z | Checking cobs v0.2.3 |
1818 | 2024-08-02T03:52:33.139Z | Checking embedded-io v0.4.0 |
1819 | 2024-08-02T03:52:33.162Z | Checking sigpipe v0.1.3 |
1820 | 2024-08-02T03:52:33.180Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1821 | 2024-08-02T03:52:33.246Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1822 | 2024-08-02T03:52:33.333Z | Checking postcard v1.0.8 |
1823 | 2024-08-02T03:52:33.369Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1824 | 2024-08-02T03:52:33.390Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1825 | 2024-08-02T03:52:33.549Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1826 | 2024-08-02T03:52:33.599Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1827 | 2024-08-02T03:52:33.774Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1828 | 2024-08-02T03:52:34.018Z | Compiling mockall_derive v0.12.1 |
1829 | 2024-08-02T03:52:34.136Z | Compiling num-derive v0.4.2 |
1830 | 2024-08-02T03:52:34.254Z | Checking fragile v2.0.0 |
1831 | 2024-08-02T03:52:34.523Z | Checking downcast v0.11.0 |
1832 | 2024-08-02T03:52:34.728Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1833 | 2024-08-02T03:52:35.071Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1834 | 2024-08-02T03:52:35.093Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1835 | 2024-08-02T03:52:35.343Z | Checking humantime v2.1.0 |
1836 | 2024-08-02T03:52:35.467Z | Checking newline-converter v0.3.0 |
1837 | 2024-08-02T03:52:35.622Z | Checking expectorate v1.1.0 |
1838 | 2024-08-02T03:52:35.658Z | Checking arc-swap v1.7.1 |
1839 | 2024-08-02T03:52:35.798Z | Checking xattr v1.3.1 |
1840 | 2024-08-02T03:52:35.956Z | Checking filetime v0.2.23 |
1841 | 2024-08-02T03:52:35.983Z | Checking termcolor v1.4.1 |
1842 | 2024-08-02T03:52:36.078Z | Checking slog-scope v4.4.0 |
1843 | 2024-08-02T03:52:36.160Z | Checking tar v0.4.41 |
1844 | 2024-08-02T03:52:36.282Z | Checking slog-stdlog v4.1.1 |
1845 | 2024-08-02T03:52:36.389Z | Compiling derive-where v1.2.7 |
1846 | 2024-08-02T03:52:36.438Z | Checking slog-envlogger v2.2.0 |
1847 | 2024-08-02T03:52:36.540Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1848 | 2024-08-02T03:52:36.642Z | Checking same-file v1.0.6 |
1849 | 2024-08-02T03:52:36.819Z | Checking walkdir v2.5.0 |
1850 | 2024-08-02T03:52:36.918Z | Checking password-hash v0.5.0 |
1851 | 2024-08-02T03:52:36.991Z | Checking blake2 v0.10.6 |
1852 | 2024-08-02T03:52:37.110Z | Checking utf-8 v0.7.6 |
1853 | 2024-08-02T03:52:37.188Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1854 | 2024-08-02T03:52:37.306Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1855 | 2024-08-02T03:52:37.328Z | Checking atty v0.2.14 |
1856 | 2024-08-02T03:52:37.402Z | Checking argon2 v0.5.3 |
1857 | 2024-08-02T03:52:37.901Z | Checking tungstenite v0.21.0 |
1858 | 2024-08-02T03:52:38.080Z | Checking pem v3.0.4 |
1859 | 2024-08-02T03:52:38.346Z | Checking tungstenite v0.20.1 |
1860 | 2024-08-02T03:52:38.665Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1861 | 2024-08-02T03:52:39.791Z | Checking tokio-tungstenite v0.21.0 |
1862 | 2024-08-02T03:52:39.813Z | Compiling convert_case v0.4.0 |
1863 | 2024-08-02T03:52:39.814Z | Checking env_logger v0.9.3 |
1864 | 2024-08-02T03:52:39.814Z | Checking tokio-tungstenite v0.20.1 |
1865 | 2024-08-02T03:52:39.814Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-08-02T03:52:39.814Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-02T03:52:39.885Z | Compiling bitstruct_derive v0.1.0 |
1868 | 2024-08-02T03:52:39.916Z | Checking ascii v1.1.0 |
1869 | 2024-08-02T03:52:40.044Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1870 | 2024-08-02T03:52:40.051Z | Compiling derive_more v0.99.18 |
1871 | 2024-08-02T03:52:40.310Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1872 | 2024-08-02T03:52:40.343Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1873 | 2024-08-02T03:52:40.462Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1874 | 2024-08-02T03:52:40.500Z | Checking atomicwrites v0.4.3 |
1875 | 2024-08-02T03:52:40.704Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1876 | 2024-08-02T03:52:40.749Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1877 | 2024-08-02T03:52:41.001Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1878 | 2024-08-02T03:52:41.082Z | Checking erased-serde v0.3.31 |
1879 | 2024-08-02T03:52:41.194Z | Checking serde_arrays v0.1.0 |
1880 | 2024-08-02T03:52:41.250Z | Compiling rayon-core v1.12.1 |
1881 | 2024-08-02T03:52:41.274Z | Checking bitstruct v0.1.1 |
1882 | 2024-08-02T03:52:41.350Z | Compiling heck v0.3.3 |
1883 | 2024-08-02T03:52:41.376Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1884 | 2024-08-02T03:52:41.566Z | Checking headers-core v0.2.0 |
1885 | 2024-08-02T03:52:41.680Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1886 | 2024-08-02T03:52:41.720Z | Checking half v2.4.1 |
1887 | 2024-08-02T03:52:41.817Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1888 | 2024-08-02T03:52:41.842Z | Compiling zone_cfg_derive v0.1.2 |
1889 | 2024-08-02T03:52:41.937Z | Checking mockall v0.12.1 |
1890 | 2024-08-02T03:52:42.058Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-02T03:52:42.171Z | Checking ciborium-io v0.2.2 |
1892 | 2024-08-02T03:52:42.173Z | Checking base64 v0.13.1 |
1893 | 2024-08-02T03:52:42.290Z | Checking ciborium-ll v0.2.2 |
1894 | 2024-08-02T03:52:42.574Z | Checking ron v0.7.1 |
1895 | 2024-08-02T03:52:42.594Z | Checking headers v0.3.9 |
1896 | 2024-08-02T03:52:43.338Z | Checking zone v0.1.8 |
1897 | 2024-08-02T03:52:43.721Z | Checking portpicker v0.1.1 |
1898 | 2024-08-02T03:52:43.742Z | Checking ciborium v0.2.2 |
1899 | 2024-08-02T03:52:43.852Z | Checking rcgen v0.12.1 |
1900 | 2024-08-02T03:52:43.996Z | Checking subprocess v0.2.9 |
1901 | 2024-08-02T03:52:44.443Z | Checking swrite v0.1.0 |
1902 | 2024-08-02T03:52:44.539Z | Compiling prettyplease v0.2.20 |
1903 | 2024-08-02T03:52:44.561Z | Compiling home v0.5.9 |
1904 | 2024-08-02T03:52:44.584Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1905 | 2024-08-02T03:52:44.747Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1906 | 2024-08-02T03:52:44.816Z | Compiling semver v0.1.20 |
1907 | 2024-08-02T03:52:44.880Z | Checking linked-hash-map v0.5.6 |
1908 | 2024-08-02T03:52:44.906Z | Compiling blake3 v1.5.1 |
1909 | 2024-08-02T03:52:45.077Z | Compiling ring v0.16.20 |
1910 | 2024-08-02T03:52:45.203Z | Compiling rustc_version v0.1.7 |
1911 | 2024-08-02T03:52:45.373Z | Checking lru-cache v0.1.2 |
1912 | 2024-08-02T03:52:45.488Z | Compiling cancel-safe-futures v0.1.5 |
1913 | 2024-08-02T03:52:45.764Z | Compiling newtype_derive v0.1.6 |
1914 | 2024-08-02T03:52:45.975Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1915 | 2024-08-02T03:52:46.263Z | Checking steno v0.4.1 |
1916 | 2024-08-02T03:52:46.609Z | Checking num-rational v0.4.2 |
1917 | 2024-08-02T03:52:47.246Z | Checking num-complex v0.4.6 |
1918 | 2024-08-02T03:52:47.805Z | Checking resolv-conf v0.7.0 |
1919 | 2024-08-02T03:52:48.040Z | Checking float-ord v0.3.2 |
1920 | 2024-08-02T03:52:48.159Z | Checking num v0.4.3 |
1921 | 2024-08-02T03:52:48.178Z | Checking trust-dns-resolver v0.22.0 |
1922 | 2024-08-02T03:52:48.260Z | Checking libsw v3.3.1 |
1923 | 2024-08-02T03:52:48.513Z | Compiling slog-dtrace v0.3.0 |
1924 | 2024-08-02T03:52:48.536Z | Checking linear-map v1.2.0 |
1925 | 2024-08-02T03:52:48.782Z | Checking owo-colors v4.0.0 |
1926 | 2024-08-02T03:52:49.896Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1927 | 2024-08-02T03:52:50.456Z | Compiling crossbeam-deque v0.8.5 |
1928 | 2024-08-02T03:52:50.637Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1929 | 2024-08-02T03:52:50.984Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-08-02T03:52:51.262Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-08-02T03:52:54.157Z | Compiling rayon v1.10.0 |
1932 | 2024-08-02T03:52:54.288Z | Compiling memmap2 v0.9.4 |
1933 | 2024-08-02T03:52:54.598Z | Compiling arrayref v0.3.7 |
1934 | 2024-08-02T03:52:54.749Z | Compiling untrusted v0.7.1 |
1935 | 2024-08-02T03:52:54.880Z | Compiling arrayvec v0.7.4 |
1936 | 2024-08-02T03:52:54.944Z | Compiling spin v0.5.2 |
1937 | 2024-08-02T03:52:55.077Z | Compiling constant_time_eq v0.3.0 |
1938 | 2024-08-02T03:52:55.314Z | Compiling toolchain_find v0.4.0 |
1939 | 2024-08-02T03:52:55.738Z | Compiling topological-sort v0.2.2 |
1940 | 2024-08-02T03:52:55.969Z | Compiling rustfmt-wrapper v0.2.1 |
1941 | 2024-08-02T03:52:56.006Z | Checking display-error-chain v0.2.0 |
1942 | 2024-08-02T03:52:56.148Z | Checking signature v2.2.0 |
1943 | 2024-08-02T03:52:56.168Z | Checking nibble_vec v0.1.0 |
1944 | 2024-08-02T03:52:56.351Z | Checking endian-type v0.1.2 |
1945 | 2024-08-02T03:52:56.369Z | Checking gethostname v0.4.3 |
1946 | 2024-08-02T03:52:56.516Z | Compiling libefi-sys v0.1.0 |
1947 | 2024-08-02T03:52:56.536Z | Compiling bitfield-struct v0.6.1 |
1948 | 2024-08-02T03:52:56.558Z | Checking radix_trie v0.2.1 |
1949 | 2024-08-02T03:52:56.831Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1950 | 2024-08-02T03:52:57.364Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1951 | 2024-08-02T03:52:57.390Z | Checking fxhash v0.2.1 |
1952 | 2024-08-02T03:52:57.560Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1953 | 2024-08-02T03:52:57.670Z | Checking keccak v0.1.5 |
1954 | 2024-08-02T03:52:57.932Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1955 | 2024-08-02T03:52:57.935Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1956 | 2024-08-02T03:52:57.998Z | Checking sha3 v0.10.8 |
1957 | 2024-08-02T03:52:58.175Z | Checking secrecy v0.8.0 |
1958 | 2024-08-02T03:52:58.427Z | Checking maplit v1.0.2 |
1959 | 2024-08-02T03:52:58.522Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1960 | 2024-08-02T03:52:58.525Z | Checking glob v0.3.1 |
1961 | 2024-08-02T03:52:58.800Z | Compiling radium v0.7.0 |
1962 | 2024-08-02T03:52:58.831Z | Checking universal-hash v0.5.1 |
1963 | 2024-08-02T03:52:58.851Z | Compiling curve25519-dalek v4.1.3 |
1964 | 2024-08-02T03:52:58.957Z | Compiling omicron-zone-package v0.11.0 |
1965 | 2024-08-02T03:52:59.006Z | Compiling maybe-uninit v2.0.0 |
1966 | 2024-08-02T03:52:59.091Z | Checking tap v1.0.1 |
1967 | 2024-08-02T03:52:59.258Z | Checking opaque-debug v0.3.1 |
1968 | 2024-08-02T03:52:59.355Z | Checking wyz v0.5.1 |
1969 | 2024-08-02T03:52:59.548Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1970 | 2024-08-02T03:52:59.590Z | Compiling curve25519-dalek-derive v0.1.1 |
1971 | 2024-08-02T03:52:59.617Z | Compiling packed_struct v0.10.1 |
1972 | 2024-08-02T03:52:59.677Z | Checking crc-catalog v2.4.0 |
1973 | 2024-08-02T03:52:59.739Z | Compiling num-bigint-dig v0.8.4 |
1974 | 2024-08-02T03:52:59.826Z | Checking funty v2.0.0 |
1975 | 2024-08-02T03:53:00.088Z | Checking crc v3.2.1 |
1976 | 2024-08-02T03:53:00.230Z | Compiling packed_struct_codegen v0.10.1 |
1977 | 2024-08-02T03:53:00.584Z | Compiling indexmap v1.9.3 |
1978 | 2024-08-02T03:53:00.804Z | Checking bitvec v1.0.1 |
1979 | 2024-08-02T03:53:00.844Z | Checking nodrop v0.1.14 |
1980 | 2024-08-02T03:53:00.970Z | Checking array-init v0.0.4 |
1981 | 2024-08-02T03:53:01.067Z | Checking smallvec v0.6.14 |
1982 | 2024-08-02T03:53:02.033Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1983 | 2024-08-02T03:53:02.370Z | Checking pkcs1 v0.7.5 |
1984 | 2024-08-02T03:53:02.764Z | Checking aead v0.5.2 |
1985 | 2024-08-02T03:53:02.858Z | Compiling async-recursion v1.1.1 |
1986 | 2024-08-02T03:53:02.962Z | Compiling parking_lot_core v0.8.6 |
1987 | 2024-08-02T03:53:03.035Z | Checking hashbrown v0.12.3 |
1988 | 2024-08-02T03:53:03.103Z | Checking bitfield v0.14.0 |
1989 | 2024-08-02T03:53:03.377Z | Checking serde-hex v0.1.0 |
1990 | 2024-08-02T03:53:03.468Z | Checking bzip2 v0.4.4 |
1991 | 2024-08-02T03:53:03.617Z | Checking rsa v0.9.6 |
1992 | 2024-08-02T03:53:03.744Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1993 | 2024-08-02T03:53:03.979Z | Checking poly1305 v0.8.0 |
1994 | 2024-08-02T03:53:04.471Z | Checking env_logger v0.10.2 |
1995 | 2024-08-02T03:53:04.496Z | Checking chacha20 v0.9.1 |
1996 | 2024-08-02T03:53:04.628Z | Checking x509-cert v0.2.5 |
1997 | 2024-08-02T03:53:04.800Z | Checking ron v0.8.1 |
1998 | 2024-08-02T03:53:04.831Z | Checking hashbrown v0.13.2 |
1999 | 2024-08-02T03:53:04.926Z | Compiling thiserror-impl-no-std v2.0.2 |
2000 | 2024-08-02T03:53:05.388Z | Checking crc-any v2.5.0 |
2001 | 2024-08-02T03:53:05.763Z | Checking zip v0.6.6 |
2002 | 2024-08-02T03:53:05.922Z | Checking object v0.30.4 |
2003 | 2024-08-02T03:53:06.064Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2004 | 2024-08-02T03:53:06.335Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2005 | 2024-08-02T03:53:06.445Z | Checking path-slash v0.1.5 |
2006 | 2024-08-02T03:53:06.574Z | Checking parking_lot v0.11.2 |
2007 | 2024-08-02T03:53:06.583Z | Checking chacha20poly1305 v0.10.1 |
2008 | 2024-08-02T03:53:06.679Z | Checking trust-dns-client v0.22.0 |
2009 | 2024-08-02T03:53:06.758Z | Checking toml v0.5.11 |
2010 | 2024-08-02T03:53:06.918Z | Checking sled v0.34.7 |
2011 | 2024-08-02T03:53:07.343Z | Compiling buf-list v1.0.3 |
2012 | 2024-08-02T03:53:07.393Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2013 | 2024-08-02T03:53:07.894Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2014 | 2024-08-02T03:53:08.091Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2015 | 2024-08-02T03:53:08.178Z | Checking thiserror-no-std v2.0.2 |
2016 | 2024-08-02T03:53:08.205Z | Checking trust-dns-server v0.22.1 |
2017 | 2024-08-02T03:53:08.292Z | Checking vsss-rs v3.3.4 |
2018 | 2024-08-02T03:53:08.318Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2019 | 2024-08-02T03:53:08.343Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2020 | 2024-08-02T03:53:08.360Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2021 | 2024-08-02T03:53:09.584Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2022 | 2024-08-02T03:53:10.862Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2023 | 2024-08-02T03:53:11.623Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2024 | 2024-08-02T03:53:11.855Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2025 | 2024-08-02T03:53:12.798Z | Compiling unicase v2.7.0 |
2026 | 2024-08-02T03:53:12.963Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2027 | 2024-08-02T03:53:13.294Z | Checking nanorand v0.7.0 |
2028 | 2024-08-02T03:53:13.642Z | Checking flume v0.11.0 |
2029 | 2024-08-02T03:53:13.749Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2030 | 2024-08-02T03:53:14.131Z | Checking kstat-rs v0.2.4 |
2031 | 2024-08-02T03:53:14.476Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2032 | 2024-08-02T03:53:14.672Z | Compiling mime_guess v2.0.4 |
2033 | 2024-08-02T03:53:15.543Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2034 | 2024-08-02T03:53:16.000Z | Compiling pin-project-internal v1.1.5 |
2035 | 2024-08-02T03:53:16.026Z | Compiling vte_generate_state_changes v0.1.1 |
2036 | 2024-08-02T03:53:16.696Z | Checking vte v0.11.1 |
2037 | 2024-08-02T03:53:17.817Z | Checking fd-lock v4.0.2 |
2038 | 2024-08-02T03:53:18.242Z | Checking strip-ansi-escapes v0.2.0 |
2039 | 2024-08-02T03:53:18.260Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2040 | 2024-08-02T03:53:18.326Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2041 | 2024-08-02T03:53:18.472Z | Compiling crunchy v0.2.2 |
2042 | 2024-08-02T03:53:18.709Z | Checking nu-ansi-term v0.50.0 |
2043 | 2024-08-02T03:53:18.972Z | Checking http-range v0.1.5 |
2044 | 2024-08-02T03:53:19.119Z | Checking reedline v0.31.0 |
2045 | 2024-08-02T03:53:19.138Z | Checking pin-project v1.1.5 |
2046 | 2024-08-02T03:53:19.161Z | Checking hyper-staticfile v0.9.5 |
2047 | 2024-08-02T03:53:19.291Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2048 | 2024-08-02T03:53:19.577Z | Compiling clang-sys v1.7.0 |
2049 | 2024-08-02T03:53:20.197Z | Compiling tiny-keccak v2.0.2 |
2050 | 2024-08-02T03:53:20.570Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2051 | 2024-08-02T03:53:20.706Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2052 | 2024-08-02T03:53:20.968Z | Compiling ref-cast v1.0.23 |
2053 | 2024-08-02T03:53:21.598Z | Compiling ascii-canvas v3.0.0 |
2054 | 2024-08-02T03:53:21.818Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2055 | 2024-08-02T03:53:21.893Z | Compiling ena v0.14.3 |
2056 | 2024-08-02T03:53:22.135Z | Compiling ref-cast-impl v1.0.23 |
2057 | 2024-08-02T03:53:22.171Z | Compiling libloading v0.8.3 |
2058 | 2024-08-02T03:53:22.293Z | Compiling regex-syntax v0.6.29 |
2059 | 2024-08-02T03:53:22.609Z | Compiling diff v0.1.13 |
2060 | 2024-08-02T03:53:23.284Z | Compiling bindgen v0.69.4 |
2061 | 2024-08-02T03:53:23.387Z | Checking bytecount v0.6.8 |
2062 | 2024-08-02T03:53:23.536Z | Checking papergrid v0.11.0 |
2063 | 2024-08-02T03:53:24.199Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2064 | 2024-08-02T03:53:24.816Z | Compiling which v4.4.2 |
2065 | 2024-08-02T03:53:25.015Z | Compiling tabled_derive v0.7.0 |
2066 | 2024-08-02T03:53:25.505Z | Compiling lalrpop v0.19.12 |
2067 | 2024-08-02T03:53:27.615Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2068 | 2024-08-02T03:53:28.111Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2069 | 2024-08-02T03:53:28.515Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2070 | 2024-08-02T03:53:30.804Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2071 | 2024-08-02T03:53:32.797Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2072 | 2024-08-02T03:53:34.222Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2073 | 2024-08-02T03:53:34.256Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2074 | 2024-08-02T03:53:34.786Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2075 | 2024-08-02T03:53:34.805Z | Compiling cexpr v0.6.0 |
2076 | 2024-08-02T03:53:35.212Z | Compiling snafu-derive v0.8.2 |
2077 | 2024-08-02T03:53:35.636Z | Compiling lazycell v1.3.0 |
2078 | 2024-08-02T03:53:35.811Z | Compiling cfg_aliases v0.1.1 |
2079 | 2024-08-02T03:53:35.922Z | Compiling rustc-hash v1.1.0 |
2080 | 2024-08-02T03:53:36.077Z | Compiling shlex v1.3.0 |
2081 | 2024-08-02T03:53:36.653Z | Compiling nix v0.28.0 |
2082 | 2024-08-02T03:53:37.492Z | Checking tabled v0.15.0 |
2083 | 2024-08-02T03:53:38.793Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2084 | 2024-08-02T03:53:39.116Z | Compiling derive_builder_core v0.20.0 |
2085 | 2024-08-02T03:53:39.120Z | Checking globset v0.4.14 |
2086 | 2024-08-02T03:53:39.666Z | Checking olpc-cjson v0.1.3 |
2087 | 2024-08-02T03:53:39.908Z | Checking serde_plain v1.0.2 |
2088 | 2024-08-02T03:53:40.144Z | Compiling libxml v0.3.3 |
2089 | 2024-08-02T03:53:40.450Z | Checking typed-path v0.7.1 |
2090 | 2024-08-02T03:53:40.644Z | Compiling strum_macros v0.24.3 |
2091 | 2024-08-02T03:53:40.920Z | Checking snafu v0.8.2 |
2092 | 2024-08-02T03:53:41.428Z | Compiling cookie v0.18.1 |
2093 | 2024-08-02T03:53:41.610Z | Compiling derive_builder_macro v0.20.0 |
2094 | 2024-08-02T03:53:41.742Z | Compiling indoc v1.0.9 |
2095 | 2024-08-02T03:53:42.360Z | Checking tough v0.17.1 |
2096 | 2024-08-02T03:53:42.486Z | Checking parse-size v1.0.0 |
2097 | 2024-08-02T03:53:42.663Z | Checking derive_builder v0.20.0 |
2098 | 2024-08-02T03:53:43.435Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2099 | 2024-08-02T03:53:44.298Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2100 | 2024-08-02T03:53:44.604Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2101 | 2024-08-02T03:53:44.625Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2102 | 2024-08-02T03:53:44.932Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2103 | 2024-08-02T03:53:45.239Z | Checking quick-xml v0.31.0 |
2104 | 2024-08-02T03:53:45.461Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2105 | 2024-08-02T03:53:45.692Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2106 | 2024-08-02T03:53:46.753Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2107 | 2024-08-02T03:53:47.216Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2108 | 2024-08-02T03:53:47.269Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2109 | 2024-08-02T03:53:47.564Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2110 | 2024-08-02T03:53:48.076Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2111 | 2024-08-02T03:53:48.511Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2112 | 2024-08-02T03:53:49.355Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2113 | 2024-08-02T03:53:50.409Z | Compiling peg-macros v0.8.4 |
2114 | 2024-08-02T03:53:50.523Z | Compiling impl-trait-for-tuples v0.2.2 |
2115 | 2024-08-02T03:53:50.526Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2116 | 2024-08-02T03:53:51.298Z | Compiling oso-derive v0.27.3 |
2117 | 2024-08-02T03:53:52.395Z | Compiling sqlparser_derive v0.2.2 |
2118 | 2024-08-02T03:53:53.117Z | Compiling memoffset v0.9.1 |
2119 | 2024-08-02T03:53:53.547Z | Checking unicode_categories v0.1.1 |
2120 | 2024-08-02T03:53:53.631Z | Checking rustyline v14.0.0 |
2121 | 2024-08-02T03:53:53.859Z | Checking sqlformat v0.2.4 |
2122 | 2024-08-02T03:53:54.206Z | Checking peg v0.8.4 |
2123 | 2024-08-02T03:53:54.320Z | Checking sqlparser v0.45.0 |
2124 | 2024-08-02T03:53:55.432Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2125 | 2024-08-02T03:53:58.433Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2126 | 2024-08-02T03:53:58.454Z | Checking bcs v0.1.6 |
2127 | 2024-08-02T03:53:58.684Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2128 | 2024-08-02T03:53:58.874Z | Checking highway v1.1.0 |
2129 | 2024-08-02T03:53:59.065Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2130 | 2024-08-02T03:53:59.085Z | Checking bb8 v0.8.5 |
2131 | 2024-08-02T03:53:59.291Z | Compiling const_format_proc_macros v0.2.32 |
2132 | 2024-08-02T03:53:59.378Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2133 | 2024-08-02T03:53:59.563Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2134 | 2024-08-02T03:54:00.123Z | Checking nix v0.27.1 |
2135 | 2024-08-02T03:54:00.272Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2136 | 2024-08-02T03:54:00.275Z | Checking serde-big-array v0.5.1 |
2137 | 2024-08-02T03:54:00.468Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2138 | 2024-08-02T03:54:00.488Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2139 | 2024-08-02T03:54:01.499Z | Checking const_format v0.2.32 |
2140 | 2024-08-02T03:54:01.726Z | Checking signal-hook-tokio v0.3.1 |
2141 | 2024-08-02T03:54:01.920Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2142 | 2024-08-02T03:54:01.963Z | Checking heck v0.4.1 |
2143 | 2024-08-02T03:54:02.180Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2144 | 2024-08-02T03:54:02.596Z | Checking assert_matches v1.5.0 |
2145 | 2024-08-02T03:54:02.633Z | Compiling portable-atomic v1.6.0 |
2146 | 2024-08-02T03:54:02.696Z | Checking itertools v0.13.0 |
2147 | 2024-08-02T03:54:03.433Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2148 | 2024-08-02T03:54:03.535Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2149 | 2024-08-02T03:54:03.701Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2150 | 2024-08-02T03:54:04.765Z | Checking rand_seeder v0.2.3 |
2151 | 2024-08-02T03:54:05.000Z | Checking number_prefix v0.4.0 |
2152 | 2024-08-02T03:54:05.207Z | Checking indicatif v0.17.8 |
2153 | 2024-08-02T03:54:05.523Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2154 | 2024-08-02T03:54:05.572Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2155 | 2024-08-02T03:54:05.959Z | Checking is_ci v1.2.0 |
2156 | 2024-08-02T03:54:06.099Z | Checking supports-color v3.0.0 |
2157 | 2024-08-02T03:54:06.292Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2158 | 2024-08-02T03:54:06.464Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2159 | 2024-08-02T03:54:06.600Z | Checking castaway v0.2.2 |
2160 | 2024-08-02T03:54:06.778Z | Checking compact_str v0.7.1 |
2161 | 2024-08-02T03:54:06.995Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2162 | 2024-08-02T03:54:07.014Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2163 | 2024-08-02T03:54:07.292Z | Checking unicode-truncate v1.0.0 |
2164 | 2024-08-02T03:54:07.310Z | Checking lru v0.12.3 |
2165 | 2024-08-02T03:54:07.312Z | Compiling stability v0.2.0 |
2166 | 2024-08-02T03:54:07.500Z | Checking cassowary v0.3.0 |
2167 | 2024-08-02T03:54:07.578Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2168 | 2024-08-02T03:54:07.619Z | Checking unicode-linebreak v0.1.5 |
2169 | 2024-08-02T03:54:07.927Z | Checking smawk v0.3.2 |
2170 | 2024-08-02T03:54:08.061Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2171 | 2024-08-02T03:54:08.119Z | Checking textwrap v0.16.1 |
2172 | 2024-08-02T03:54:08.350Z | Checking ratatui v0.27.0 |
2173 | 2024-08-02T03:54:08.407Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2174 | 2024-08-02T03:54:08.484Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2175 | 2024-08-02T03:54:08.565Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2176 | 2024-08-02T03:54:10.213Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2177 | 2024-08-02T03:54:10.772Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2178 | 2024-08-02T03:54:11.272Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2179 | 2024-08-02T03:54:12.312Z | Checking fatfs v0.3.6 |
2180 | 2024-08-02T03:54:12.503Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2181 | 2024-08-02T03:54:13.307Z | Checking csv-core v0.1.11 |
2182 | 2024-08-02T03:54:13.674Z | Checking shell-words v1.1.0 |
2183 | 2024-08-02T03:54:13.857Z | Checking csv v1.3.0 |
2184 | 2024-08-02T03:54:14.280Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2185 | 2024-08-02T03:54:14.720Z | Checking cargo-platform v0.1.8 |
2186 | 2024-08-02T03:54:15.018Z | Checking rtoolbox v0.0.2 |
2187 | 2024-08-02T03:54:15.225Z | Compiling getrandom v0.1.16 |
2188 | 2024-08-02T03:54:16.047Z | Checking rpassword v7.3.1 |
2189 | 2024-08-02T03:54:16.205Z | Checking cargo_metadata v0.18.1 |
2190 | 2024-08-02T03:54:16.534Z | Checking tui-tree-widget v0.21.0 |
2191 | 2024-08-02T03:54:16.895Z | Checking plotters-backend v0.3.5 |
2192 | 2024-08-02T03:54:17.275Z | Checking plotters-svg v0.3.5 |
2193 | 2024-08-02T03:54:17.736Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2194 | 2024-08-02T03:54:17.881Z | Checking rfc6979 v0.4.0 |
2195 | 2024-08-02T03:54:18.102Z | Checking cast v0.3.0 |
2196 | 2024-08-02T03:54:18.418Z | Checking yansi v0.5.1 |
2197 | 2024-08-02T03:54:18.779Z | Checking pretty_assertions v1.4.0 |
2198 | 2024-08-02T03:54:18.829Z | Checking criterion-plot v0.5.0 |
2199 | 2024-08-02T03:54:18.858Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2200 | 2024-08-02T03:54:18.982Z | Checking ecdsa v0.16.9 |
2201 | 2024-08-02T03:54:19.292Z | Checking rand_core v0.5.1 |
2202 | 2024-08-02T03:54:19.583Z | Checking plotters v0.3.5 |
2203 | 2024-08-02T03:54:19.766Z | Checking primeorder v0.13.6 |
2204 | 2024-08-02T03:54:20.239Z | Checking tinytemplate v1.2.1 |
2205 | 2024-08-02T03:54:20.639Z | Checking option-ext v0.2.0 |
2206 | 2024-08-02T03:54:20.768Z | Checking anes v0.1.6 |
2207 | 2024-08-02T03:54:21.025Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2208 | 2024-08-02T03:54:21.148Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2209 | 2024-08-02T03:54:21.291Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2210 | 2024-08-02T03:54:21.920Z | Checking oorandom v11.1.3 |
2211 | 2024-08-02T03:54:22.086Z | Checking criterion v0.5.1 |
2212 | 2024-08-02T03:54:22.217Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2213 | 2024-08-02T03:54:23.828Z | Checking dirs-sys v0.4.1 |
2214 | 2024-08-02T03:54:24.022Z | Checking rand_chacha v0.2.2 |
2215 | 2024-08-02T03:54:24.350Z | Checking polyval v0.6.2 |
2216 | 2024-08-02T03:54:24.624Z | Checking ed25519 v2.2.3 |
2217 | 2024-08-02T03:54:24.864Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2218 | 2024-08-02T03:54:24.986Z | Checking blowfish v0.9.1 |
2219 | 2024-08-02T03:54:25.239Z | Checking ctr v0.9.2 |
2220 | 2024-08-02T03:54:25.545Z | Checking aes v0.8.4 |
2221 | 2024-08-02T03:54:25.763Z | Checking password-hash v0.4.2 |
2222 | 2024-08-02T03:54:26.214Z | Checking pbkdf2 v0.12.2 |
2223 | 2024-08-02T03:54:26.383Z | Checking hex-literal v0.4.1 |
2224 | 2024-08-02T03:54:26.399Z | Checking bcrypt-pbkdf v0.10.0 |
2225 | 2024-08-02T03:54:26.402Z | Checking pbkdf2 v0.11.0 |
2226 | 2024-08-02T03:54:26.516Z | Checking ed25519-dalek v2.1.1 |
2227 | 2024-08-02T03:54:26.640Z | Checking ghash v0.5.1 |
2228 | 2024-08-02T03:54:26.699Z | Checking rand v0.7.3 |
2229 | 2024-08-02T03:54:26.823Z | Checking dirs v5.0.1 |
2230 | 2024-08-02T03:54:26.877Z | Checking p521 v0.13.3 |
2231 | 2024-08-02T03:54:26.973Z | Checking p256 v0.13.2 |
2232 | 2024-08-02T03:54:27.482Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2233 | 2024-08-02T03:54:28.113Z | Checking cbc v0.1.2 |
2234 | 2024-08-02T03:54:28.247Z | Checking russh-cryptovec v0.7.2 |
2235 | 2024-08-02T03:54:28.330Z | Checking md5 v0.7.0 |
2236 | 2024-08-02T03:54:28.352Z | Compiling target-lexicon v0.12.16 |
2237 | 2024-08-02T03:54:28.464Z | Compiling doc-comment v0.3.3 |
2238 | 2024-08-02T03:54:28.628Z | Checking russh-keys v0.43.0 |
2239 | 2024-08-02T03:54:29.225Z | Checking aes-gcm v0.10.3 |
2240 | 2024-08-02T03:54:29.457Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2241 | 2024-08-02T03:54:29.481Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2242 | 2024-08-02T03:54:29.816Z | Checking http-body v1.0.0 |
2243 | 2024-08-02T03:54:30.034Z | Compiling dhcproto-macros v0.1.0 |
2244 | 2024-08-02T03:54:30.331Z | Checking tower-layer v0.3.2 |
2245 | 2024-08-02T03:54:30.623Z | Compiling guppy-workspace-hack v0.1.0 |
2246 | 2024-08-02T03:54:30.922Z | Compiling assert_cmd v2.0.15 |
2247 | 2024-08-02T03:54:31.046Z | Checking dhcproto v0.11.0 |
2248 | 2024-08-02T03:54:31.212Z | Checking tower v0.4.13 |
2249 | 2024-08-02T03:54:31.389Z | Checking hyper v1.3.1 |
2250 | 2024-08-02T03:54:32.008Z | Checking russh v0.43.0 |
2251 | 2024-08-02T03:54:32.719Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2252 | 2024-08-02T03:54:33.029Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2253 | 2024-08-02T03:54:33.662Z | Compiling target-spec v3.2.1 |
2254 | 2024-08-02T03:54:33.681Z | Checking internet-checksum v0.2.1 |
2255 | 2024-08-02T03:54:34.822Z | Checking cfg-expr v0.16.0 |
2256 | 2024-08-02T03:54:35.785Z | Checking hyper-util v0.1.3 |
2257 | 2024-08-02T03:54:36.169Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2258 | 2024-08-02T03:54:36.189Z | Checking rustls-native-certs v0.7.0 |
2259 | 2024-08-02T03:54:36.345Z | Checking httptest v0.15.5 |
2260 | 2024-08-02T03:54:37.291Z | Checking hyper-rustls v0.26.0 |
2261 | 2024-08-02T03:54:38.002Z | Checking pathdiff v0.2.1 |
2262 | 2024-08-02T03:54:38.167Z | Checking threadpool v1.8.1 |
2263 | 2024-08-02T03:54:38.388Z | Compiling rstest_macros v0.19.0 |
2264 | 2024-08-02T03:54:38.943Z | Checking escape8259 v0.5.2 |
2265 | 2024-08-02T03:54:39.137Z | Checking nested v0.1.1 |
2266 | 2024-08-02T03:54:39.178Z | Checking libtest-mimic v0.7.3 |
2267 | 2024-08-02T03:54:39.346Z | Checking guppy v0.17.7 |
2268 | 2024-08-02T03:54:39.781Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2269 | 2024-08-02T03:54:40.100Z | Checking similar-asserts v1.5.0 |
2270 | 2024-08-02T03:54:40.371Z | Checking fancy-regex v0.13.0 |
2271 | 2024-08-02T03:54:40.817Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2272 | 2024-08-02T03:54:41.150Z | Compiling relative-path v1.9.3 |
2273 | 2024-08-02T03:54:41.517Z | Compiling trybuild v1.0.97 |
2274 | 2024-08-02T03:54:42.074Z | Checking datatest-stable v0.2.9 |
2275 | 2024-08-02T03:54:42.406Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2276 | 2024-08-02T03:54:43.771Z | Checking blake2b_simd v1.0.2 |
2277 | 2024-08-02T03:54:44.109Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2278 | 2024-08-02T03:54:44.431Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2279 | 2024-08-02T03:54:44.632Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2280 | 2024-08-02T03:54:44.752Z | Checking serde_tokenstream v0.2.1 |
2281 | 2024-08-02T03:54:44.957Z | Checking uzers v0.11.3 |
2282 | 2024-08-02T03:54:45.131Z | Checking futures-timer v3.0.3 |
2283 | 2024-08-02T03:54:45.320Z | Checking indent_write v2.2.0 |
2284 | 2024-08-02T03:54:45.509Z | Checking rust-argon2 v2.1.0 |
2285 | 2024-08-02T03:54:45.953Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2286 | 2024-08-02T03:54:50.999Z | Checking rstest v0.19.0 |
2287 | 2024-08-02T03:54:51.216Z | Checking multimap v0.10.0 |
2288 | 2024-08-02T03:54:51.529Z | Checking rand_distr v0.4.3 |
2289 | 2024-08-02T03:54:52.322Z | Checking approx v0.5.1 |
2290 | 2024-08-02T03:54:52.579Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2291 | 2024-08-02T03:54:53.732Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2292 | 2024-08-02T03:54:54.006Z | Checking partial-io v0.5.4 |
2293 | 2024-08-02T03:54:54.406Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2294 | 2024-08-02T03:54:54.678Z | Checking cargo_toml v0.20.4 |
2295 | 2024-08-02T03:54:55.419Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2296 | 2024-08-02T03:54:55.841Z | Checking termios v0.3.3 |
2297 | 2024-08-02T03:54:56.071Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2298 | 2024-08-02T03:54:56.791Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2299 | 2024-08-02T03:55:00.127Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2300 | 2024-08-02T03:55:09.227Z | Compiling samael v0.0.15 |
2301 | 2024-08-02T03:55:12.210Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2302 | 2024-08-02T03:55:46.800Z | Compiling polar-core v0.27.3 |
2303 | 2024-08-02T03:55:47.970Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2304 | 2024-08-02T03:55:49.014Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2305 | 2024-08-02T03:55:57.624Z | Checking oso v0.27.3 |
2306 | 2024-08-02T03:56:32.437Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2307 | 2024-08-02T03:56:32.437Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2308 | 2024-08-02T03:56:32.440Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2309 | 2024-08-02T03:57:50.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 04s |
2310 | 2024-08-02T03:57:50.949Z | |
2311 | 2024-08-02T03:57:50.949Z | real 6:08.538299272 |
2312 | 2024-08-02T03:57:50.949Z | user 32:54.326873356 |
2313 | 2024-08-02T03:57:50.949Z | sys 5:31.486285455 |
2314 | 2024-08-02T03:57:50.949Z | trap 0.796783195 |
2315 | 2024-08-02T03:57:50.949Z | tflt 1.725838168 |
2316 | 2024-08-02T03:57:50.949Z | dflt 0.399102806 |
2317 | 2024-08-02T03:57:50.949Z | kflt 0.000940258 |
2318 | 2024-08-02T03:57:50.949Z | lock 52:03.764992362 |
2319 | 2024-08-02T03:57:50.952Z | slp 1:54:20.678375562 |
2320 | 2024-08-02T03:57:50.952Z | lat 1:31.587982143 |
2321 | 2024-08-02T03:57:50.952Z | stop 5:03.278660573 |
2322 | 2024-08-02T03:57:50.952Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2323 | 2024-08-02T03:57:50.952Z | + ptime -m cargo doc --workspace --no-deps |
2324 | 2024-08-02T03:57:52.053Z | warning: output filename collision. |
2325 | 2024-08-02T03:57:52.053Z | 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)`. |
2326 | 2024-08-02T03:57:52.053Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2327 | 2024-08-02T03:57:52.053Z | The targets should have unique names. |
2328 | 2024-08-02T03:57:52.053Z | This is a known bug where multiple crates with the same name use |
2329 | 2024-08-02T03:57:52.053Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2024-08-02T03:57:52.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2331 | 2024-08-02T03:57:52.425Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2332 | 2024-08-02T03:57:52.441Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2333 | 2024-08-02T03:57:52.476Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2334 | 2024-08-02T03:57:52.500Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2335 | 2024-08-02T03:57:52.525Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2336 | 2024-08-02T03:57:52.525Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2337 | 2024-08-02T03:57:52.723Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2338 | 2024-08-02T03:57:52.748Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2339 | 2024-08-02T03:57:52.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2340 | 2024-08-02T03:57:52.785Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2341 | 2024-08-02T03:57:52.788Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2342 | 2024-08-02T03:57:53.003Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2343 | 2024-08-02T03:57:53.037Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2344 | 2024-08-02T03:57:53.065Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2345 | 2024-08-02T03:57:53.518Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2346 | 2024-08-02T03:57:54.209Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2347 | 2024-08-02T03:57:57.098Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2348 | 2024-08-02T03:57:57.317Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2349 | 2024-08-02T03:57:57.392Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2350 | 2024-08-02T03:57:57.635Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2351 | 2024-08-02T03:57:57.805Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2352 | 2024-08-02T03:57:57.962Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2353 | 2024-08-02T03:57:58.128Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2354 | 2024-08-02T03:57:58.496Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2355 | 2024-08-02T03:57:58.609Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2356 | 2024-08-02T03:57:58.826Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2357 | 2024-08-02T03:57:59.019Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2358 | 2024-08-02T03:57:59.284Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-08-02T03:57:59.315Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2360 | 2024-08-02T03:57:59.617Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2361 | 2024-08-02T03:57:59.705Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2362 | 2024-08-02T03:57:59.931Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2363 | 2024-08-02T03:58:00.434Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2364 | 2024-08-02T03:58:00.729Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2365 | 2024-08-02T03:58:00.853Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2366 | 2024-08-02T03:58:01.050Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2367 | 2024-08-02T03:58:01.098Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2368 | 2024-08-02T03:58:02.160Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2369 | 2024-08-02T03:58:05.064Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2370 | 2024-08-02T03:58:05.732Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2371 | 2024-08-02T03:58:05.752Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2372 | 2024-08-02T03:58:07.157Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2373 | 2024-08-02T03:58:07.618Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2374 | 2024-08-02T03:58:07.996Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2375 | 2024-08-02T03:58:11.811Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2376 | 2024-08-02T03:58:12.651Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-08-02T03:58:13.945Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2378 | 2024-08-02T03:58:14.444Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2379 | 2024-08-02T03:58:14.842Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2380 | 2024-08-02T03:58:15.630Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2381 | 2024-08-02T03:58:16.252Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2382 | 2024-08-02T03:58:18.180Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2024-08-02T03:58:18.856Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2384 | 2024-08-02T03:58:19.488Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2385 | 2024-08-02T03:58:19.674Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-08-02T03:58:20.202Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2387 | 2024-08-02T03:58:20.370Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2388 | 2024-08-02T03:58:20.547Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2389 | 2024-08-02T03:58:20.732Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2390 | 2024-08-02T03:58:20.887Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2391 | 2024-08-02T03:58:21.801Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2392 | 2024-08-02T03:58:22.615Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2393 | 2024-08-02T03:58:22.758Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2394 | 2024-08-02T03:58:23.385Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2395 | 2024-08-02T03:58:23.520Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2396 | 2024-08-02T03:58:23.667Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2397 | 2024-08-02T03:58:23.931Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2398 | 2024-08-02T03:58:24.086Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2399 | 2024-08-02T03:58:24.418Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2400 | 2024-08-02T03:58:24.490Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2401 | 2024-08-02T03:58:24.508Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-08-02T03:58:24.594Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2403 | 2024-08-02T03:58:25.080Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2404 | 2024-08-02T03:58:25.536Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2405 | 2024-08-02T03:58:25.876Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2406 | 2024-08-02T03:58:26.354Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2407 | 2024-08-02T03:58:26.815Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2408 | 2024-08-02T03:58:28.071Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2409 | 2024-08-02T03:58:28.179Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2410 | 2024-08-02T03:58:28.316Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2411 | 2024-08-02T03:58:28.731Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2412 | 2024-08-02T03:58:29.052Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2413 | 2024-08-02T03:58:29.225Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2414 | 2024-08-02T03:58:29.847Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2415 | 2024-08-02T03:58:29.865Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2416 | 2024-08-02T03:58:30.036Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2417 | 2024-08-02T03:58:30.071Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2418 | 2024-08-02T03:58:32.935Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2419 | 2024-08-02T03:58:34.250Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2420 | 2024-08-02T03:58:34.867Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2421 | 2024-08-02T03:58:35.925Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2422 | 2024-08-02T03:58:48.290Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2423 | 2024-08-02T03:58:51.332Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2424 | 2024-08-02T03:58:52.496Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2425 | 2024-08-02T03:58:53.612Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2426 | 2024-08-02T03:59:08.461Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2427 | 2024-08-02T03:59:21.935Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2428 | 2024-08-02T03:59:23.025Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2429 | 2024-08-02T03:59:29.825Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2430 | 2024-08-02T03:59:44.255Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2431 | 2024-08-02T03:59:51.233Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2432 | 2024-08-02T03:59:51.574Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2433 | 2024-08-02T03:59:57.568Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2434 | 2024-08-02T03:59:58.324Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2435 | 2024-08-02T04:00:00.756Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2436 | 2024-08-02T04:00:01.657Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2437 | 2024-08-02T04:00:01.926Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2438 | 2024-08-02T04:00:03.591Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2439 | 2024-08-02T04:00:14.160Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2440 | 2024-08-02T04:00:19.031Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2441 | 2024-08-02T04:00:28.913Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2442 | 2024-08-02T04:00:30.370Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2443 | 2024-08-02T04:00:38.743Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2444 | 2024-08-02T04:00:42.696Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2445 | 2024-08-02T04:00:47.794Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2446 | 2024-08-02T04:01:03.424Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2447 | 2024-08-02T04:01:06.135Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2448 | 2024-08-02T04:01:08.975Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2449 | 2024-08-02T04:01:09.516Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2450 | 2024-08-02T04:01:09.914Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2451 | 2024-08-02T04:01:16.308Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2452 | 2024-08-02T04:01:20.167Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2453 | 2024-08-02T04:01:20.527Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2454 | 2024-08-02T04:01:30.003Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2455 | 2024-08-02T04:01:34.365Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2456 | 2024-08-02T04:01:34.430Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-08-02T04:01:34.821Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2458 | 2024-08-02T04:01:36.224Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2459 | 2024-08-02T04:01:38.703Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2460 | 2024-08-02T04:01:41.529Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2461 | 2024-08-02T04:01:48.289Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2462 | 2024-08-02T04:01:50.796Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2463 | 2024-08-02T04:01:53.492Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2464 | 2024-08-02T04:01:53.510Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2465 | 2024-08-02T04:02:00.758Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2466 | 2024-08-02T04:02:07.126Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2467 | 2024-08-02T04:02:07.378Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2468 | 2024-08-02T04:02:08.407Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2469 | 2024-08-02T04:02:09.136Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2470 | 2024-08-02T04:02:15.760Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2471 | 2024-08-02T04:02:17.447Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2472 | 2024-08-02T04:02:17.464Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2473 | 2024-08-02T04:02:20.167Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2474 | 2024-08-02T04:02:22.710Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2475 | 2024-08-02T04:02:25.554Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2476 | 2024-08-02T04:02:28.321Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2477 | 2024-08-02T04:02:30.004Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2478 | 2024-08-02T04:02:33.730Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2479 | 2024-08-02T04:02:34.956Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2480 | 2024-08-02T04:02:40.340Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2481 | 2024-08-02T04:02:42.654Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2482 | 2024-08-02T04:02:46.139Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2483 | 2024-08-02T04:02:47.691Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2484 | 2024-08-02T04:02:49.109Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2485 | 2024-08-02T04:02:54.906Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2486 | 2024-08-02T04:02:56.126Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2487 | 2024-08-02T04:02:57.033Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2488 | 2024-08-02T04:03:00.402Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-08-02T04:03:01.701Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2490 | 2024-08-02T04:03:03.620Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2491 | 2024-08-02T04:03:04.318Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2492 | 2024-08-02T04:03:06.403Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2493 | 2024-08-02T04:03:09.961Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2494 | 2024-08-02T04:03:13.070Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2495 | 2024-08-02T04:03:13.635Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2496 | 2024-08-02T04:03:15.600Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2497 | 2024-08-02T04:03:17.337Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2498 | 2024-08-02T04:03:17.518Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2499 | 2024-08-02T04:03:18.470Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2500 | 2024-08-02T04:03:20.487Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2501 | 2024-08-02T04:03:22.427Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2502 | 2024-08-02T04:03:22.738Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2503 | 2024-08-02T04:03:22.966Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2504 | 2024-08-02T04:03:24.315Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2505 | 2024-08-02T04:03:26.267Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2506 | 2024-08-02T04:03:26.895Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2507 | 2024-08-02T04:03:27.521Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2508 | 2024-08-02T04:03:28.810Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2509 | 2024-08-02T04:03:29.682Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2510 | 2024-08-02T04:04:00.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 09s |
2511 | 2024-08-02T04:04:00.674Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files |
2512 | 2024-08-02T04:04:00.727Z | |
2513 | 2024-08-02T04:04:00.730Z | real 6:09.682102556 |
2514 | 2024-08-02T04:04:00.730Z | user 19:02.967711867 |
2515 | 2024-08-02T04:04:00.730Z | sys 26:24.258127363 |
2516 | 2024-08-02T04:04:00.730Z | trap 0.310275137 |
2517 | 2024-08-02T04:04:00.731Z | tflt 0.147996040 |
2518 | 2024-08-02T04:04:00.731Z | dflt 0.108474531 |
2519 | 2024-08-02T04:04:00.731Z | kflt 0.000017137 |
2520 | 2024-08-02T04:04:00.731Z | lock 58:27.770949606 |
2521 | 2024-08-02T04:04:00.731Z | slp 1:43:43.502817898 |
2522 | 2024-08-02T04:04:00.731Z | lat 58.402229064 |
2523 | 2024-08-02T04:04:00.731Z | stop 52.841390495 |
2524 | 2024-08-02T04:04:00.731Z | process exited: duration 1062274 ms, exit code 0 |
|
2525 | 2024-08-02T04:04:00.737Z | found 0 output files |