|
|
|
1 | 2024-06-28T19:40:38.936Z | job assigned to worker 01J1G5SC6WJMZJMG0TJDD53Y70 (queued for 35 s) |
|
2 | 2024-06-28T19:40:39.559Z | starting task 0: "setup" |
3 | 2024-06-28T19:40:39.584Z | ++ uname -s |
4 | 2024-06-28T19:40:39.584Z | + kern=SunOS |
5 | 2024-06-28T19:40:39.584Z | + case "$kern" in |
6 | 2024-06-28T19:40:39.584Z | + groupadd -g 12345 build |
7 | 2024-06-28T19:40:39.584Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-28T19:40:41.590Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-28T19:40:41.633Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-28T19:40:41.658Z | + home_fs=zfs |
11 | 2024-06-28T19:40:41.658Z | + [[ zfs == autofs ]] |
12 | 2024-06-28T19:40:41.658Z | + mkdir -p /home/build |
13 | 2024-06-28T19:40:41.658Z | + chown build:build /home/build /work |
14 | 2024-06-28T19:40:43.644Z | + chmod 0700 /home/build /work |
15 | 2024-06-28T19:40:43.670Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-06-28T19:40:43.721Z | starting task 1: "rust-toolchain" |
17 | 2024-06-28T19:40:43.747Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-28T19:40:43.747Z | ' 1.78.0 |
19 | 2024-06-28T19:40:43.747Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-28T19:40:43.747Z | ' default |
21 | 2024-06-28T19:40:43.747Z | * toolchain channel = "1.78.0" |
22 | 2024-06-28T19:40:43.748Z | * toolchain profile = "default" |
23 | 2024-06-28T19:40:43.748Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-28T19:40:43.748Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-28T19:40:43.879Z | info: downloading installer |
26 | 2024-06-28T19:40:45.607Z | info: profile set to 'default' |
27 | 2024-06-28T19:40:45.607Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-28T19:40:45.632Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-28T19:40:45.727Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-28T19:40:45.727Z | info: downloading component 'cargo' |
31 | 2024-06-28T19:40:46.155Z | info: downloading component 'clippy' |
32 | 2024-06-28T19:40:46.234Z | info: downloading component 'rust-docs' |
33 | 2024-06-28T19:40:46.611Z | info: downloading component 'rust-std' |
34 | 2024-06-28T19:40:46.948Z | info: downloading component 'rustc' |
35 | 2024-06-28T19:40:47.830Z | info: downloading component 'rustfmt' |
36 | 2024-06-28T19:40:47.879Z | info: installing component 'cargo' |
37 | 2024-06-28T19:40:48.958Z | info: installing component 'clippy' |
38 | 2024-06-28T19:40:49.367Z | info: installing component 'rust-docs' |
39 | 2024-06-28T19:40:51.893Z | info: installing component 'rust-std' |
40 | 2024-06-28T19:40:53.858Z | info: installing component 'rustc' |
41 | 2024-06-28T19:40:58.841Z | info: installing component 'rustfmt' |
42 | 2024-06-28T19:40:59.225Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-28T19:40:59.225Z | |
44 | 2024-06-28T19:40:59.349Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-28T19:40:59.349Z | |
46 | 2024-06-28T19:40:59.375Z | |
47 | 2024-06-28T19:40:59.375Z | Rust is installed now. Great! |
48 | 2024-06-28T19:40:59.375Z | |
49 | 2024-06-28T19:40:59.375Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-28T19:40:59.375Z | environment variable. This has not been done automatically. |
51 | 2024-06-28T19:40:59.375Z | |
52 | 2024-06-28T19:40:59.375Z | To configure your current shell, you need to source |
53 | 2024-06-28T19:40:59.375Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-28T19:40:59.375Z | |
55 | 2024-06-28T19:40:59.375Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-28T19:40:59.375Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-28T19:40:59.375Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-28T19:40:59.426Z | + rustc --version |
59 | 2024-06-28T19:40:59.541Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-28T19:40:59.566Z | process exited: duration 15824 ms, exit code 0 |
|
61 | 2024-06-28T19:40:59.620Z | starting task 2: "authentication" |
62 | 2024-06-28T19:40:59.704Z | process exited: duration 87 ms, exit code 0 |
|
63 | 2024-06-28T19:40:59.754Z | starting task 3: "clone repository" |
64 | 2024-06-28T19:40:59.779Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-28T19:40:59.779Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-28T19:40:59.804Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-28T19:41:06.159Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-28T19:41:06.159Z | + git fetch origin 178cbb0a223247548393cc4700825cd50a182c1f |
69 | 2024-06-28T19:41:06.539Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-28T19:41:06.540Z | * branch 178cbb0a223247548393cc4700825cd50a182c1f -> FETCH_HEAD |
71 | 2024-06-28T19:41:06.564Z | + [[ -n ddm-v3-compat ]] |
72 | 2024-06-28T19:41:06.565Z | ++ git branch --show-current |
73 | 2024-06-28T19:41:06.565Z | + current=main |
74 | 2024-06-28T19:41:06.565Z | + [[ main != ddm-v3-compat ]] |
75 | 2024-06-28T19:41:06.565Z | + git branch -f ddm-v3-compat 178cbb0a223247548393cc4700825cd50a182c1f |
76 | 2024-06-28T19:41:06.589Z | + git checkout -f ddm-v3-compat |
77 | 2024-06-28T19:41:06.740Z | Switched to branch 'ddm-v3-compat' |
78 | 2024-06-28T19:41:06.764Z | + git reset --hard 178cbb0a223247548393cc4700825cd50a182c1f |
79 | 2024-06-28T19:41:06.764Z | HEAD is now at 178cbb0a2 bump maghemite |
80 | 2024-06-28T19:41:06.764Z | process exited: duration 7007 ms, exit code 0 |
|
81 | 2024-06-28T19:41:06.814Z | starting task 4: "build" |
82 | 2024-06-28T19:41:06.838Z | + cargo --version |
83 | 2024-06-28T19:41:06.914Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-28T19:41:06.938Z | + rustc --version |
85 | 2024-06-28T19:41:07.010Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-28T19:41:07.035Z | + source ./env.sh |
87 | 2024-06-28T19:41:07.035Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-28T19:41:07.035Z | ++ set -o xtrace |
89 | 2024-06-28T19:41:07.035Z | ++++ dirname ./env.sh |
90 | 2024-06-28T19:41:07.035Z | +++ readlink -f . |
91 | 2024-06-28T19:41:07.035Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-28T19:41:07.035Z | ++ 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-06-28T19:41:07.035Z | ++ 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-06-28T19:41:07.035Z | ++ 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-06-28T19:41:07.035Z | ++ 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-06-28T19:41:07.035Z | ++ 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-06-28T19:41:07.035Z | ++ 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-06-28T19:41:07.036Z | ++ 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-06-28T19:41:07.036Z | ++ 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-06-28T19:41:07.036Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-28T19:41:07.036Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-28T19:41:07.036Z | + banner prerequisites |
103 | 2024-06-28T19:41:07.036Z | |
104 | 2024-06-28T19:41:07.036Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-28T19:41:07.036Z | # # # # # # # # # # # # # # # |
106 | 2024-06-28T19:41:07.036Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-28T19:41:07.036Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-28T19:41:07.036Z | # # # # # # # # # # # # # # # |
109 | 2024-06-28T19:41:07.036Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-28T19:41:07.036Z | |
111 | 2024-06-28T19:41:07.036Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-28T19:41:12.834Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-28T19:41:15.186Z | Startup: Caching catalogs ... Done |
114 | 2024-06-28T19:41:18.301Z | Planning: Solver setup ... Done (2.492s) |
115 | 2024-06-28T19:41:18.348Z | Planning: Running solver ... Done (0.047s) |
116 | 2024-06-28T19:41:18.385Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-06-28T19:41:18.469Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-28T19:41:18.824Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-28T19:41:18.880Z | Planning: Package planning ... Done (0.061s) |
120 | 2024-06-28T19:41:18.940Z | Planning: Merging actions ... Done (0.058s) |
121 | 2024-06-28T19:41:19.301Z | Planning: Checking for conflicting actions ... Done (0.364s) |
122 | 2024-06-28T19:41:19.325Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-06-28T19:41:19.935Z | Planning: Evaluating mediators ... Done (0.621s) |
124 | 2024-06-28T19:41:19.960Z | Planning: Planning completed in 4.70 seconds |
125 | 2024-06-28T19:41:19.985Z | Packages to install: 4 |
126 | 2024-06-28T19:41:19.985Z | Mediators to change: 2 |
127 | 2024-06-28T19:41:19.985Z | Services to change: 1 |
128 | 2024-06-28T19:41:19.985Z | Estimated space available: 148.90 GB |
129 | 2024-06-28T19:41:19.985Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-28T19:41:19.985Z | Create boot environment: No |
131 | 2024-06-28T19:41:19.985Z | Create backup boot environment: No |
132 | 2024-06-28T19:41:19.985Z | Rebuild boot archive: No |
133 | 2024-06-28T19:41:19.985Z | |
134 | 2024-06-28T19:41:19.985Z | Changed mediators: |
135 | 2024-06-28T19:41:19.985Z | mediator clang: |
136 | 2024-06-28T19:41:19.985Z | version: None -> 15 (system default) |
137 | 2024-06-28T19:41:19.985Z | |
138 | 2024-06-28T19:41:19.985Z | mediator llvm: |
139 | 2024-06-28T19:41:19.986Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-28T19:41:19.986Z | |
141 | 2024-06-28T19:41:19.986Z | Changed packages: |
142 | 2024-06-28T19:41:19.986Z | helios-dev |
143 | 2024-06-28T19:41:19.986Z | developer/build-essential |
144 | 2024-06-28T19:41:19.986Z | None -> 11-2.0 |
145 | 2024-06-28T19:41:19.986Z | library/libxmlsec1 |
146 | 2024-06-28T19:41:19.986Z | None -> 1.2.35-2.0 |
147 | 2024-06-28T19:41:19.986Z | ooce/developer/clang-15 |
148 | 2024-06-28T19:41:19.986Z | None -> 15.0.7-2.0 |
149 | 2024-06-28T19:41:19.986Z | ooce/developer/llvm-15 |
150 | 2024-06-28T19:41:19.986Z | None -> 15.0.7-2.0 |
151 | 2024-06-28T19:41:19.986Z | |
152 | 2024-06-28T19:41:19.986Z | Services: |
153 | 2024-06-28T19:41:19.986Z | restart_fmri: |
154 | 2024-06-28T19:41:19.986Z | svc:/system/update-man-index:default |
155 | 2024-06-28T19:41:20.013Z | |
156 | 2024-06-28T19:41:20.013Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-28T19:41:25.015Z | Download: 821/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
158 | 2024-06-28T19:41:30.023Z | Download: 1196/3290 items 64.8/212.6MB 30% complete (6.9M/s) |
159 | 2024-06-28T19:41:35.441Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (6.4M/s) |
160 | 2024-06-28T19:41:40.444Z | Download: 1833/3290 items 118.5/212.6MB 55% complete (5.3M/s) |
161 | 2024-06-28T19:41:45.446Z | Download: 2262/3290 items 119.4/212.6MB 56% complete (3.6M/s) |
162 | 2024-06-28T19:41:51.565Z | Download: 3247/3290 items 200.5/212.6MB 94% complete (8.1M/s) |
163 | 2024-06-28T19:41:54.010Z | Download: Completed 212.60 MB in 34.00 seconds (6.2M/s) |
164 | 2024-06-28T19:41:54.173Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-06-28T19:41:59.176Z | Actions: 3388/3689 actions (Installing new actions) |
166 | 2024-06-28T19:41:59.714Z | Actions: Completed 3689 actions in 5.54 seconds. |
167 | 2024-06-28T19:41:59.919Z | Done (0.199s) |
168 | 2024-06-28T19:41:59.919Z | Done (0.000s) |
169 | 2024-06-28T19:42:00.288Z | Done (0.368s) |
170 | 2024-06-28T19:42:05.343Z | Done (4.926s) |
171 | 2024-06-28T19:42:05.440Z | Done (0.019s) |
172 | 2024-06-28T19:42:05.465Z | Done (0.000s) |
173 | 2024-06-28T19:42:05.607Z | Done (0.000s) |
174 | 2024-06-28T19:42:06.247Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-06-28T19:42:06.500Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-06-28T19:42:06.525Z | Planning: Consolidating action changes ... Done |
177 | 2024-06-28T19:42:06.835Z | Planning: Evaluating mediators ... Done |
178 | 2024-06-28T19:42:06.860Z | Planning: Planning completed in 0.59 seconds |
179 | 2024-06-28T19:42:06.885Z | Mediators to change: 2 |
180 | 2024-06-28T19:42:06.885Z | Create boot environment: No |
181 | 2024-06-28T19:42:06.885Z | Create backup boot environment: No |
182 | 2024-06-28T19:42:06.934Z | Done |
183 | 2024-06-28T19:42:06.934Z | Done |
184 | 2024-06-28T19:42:07.248Z | Done |
185 | 2024-06-28T19:42:11.678Z | Done |
186 | 2024-06-28T19:42:11.767Z | Done |
187 | 2024-06-28T19:42:11.793Z | Done |
188 | 2024-06-28T19:42:11.840Z | Done |
189 | 2024-06-28T19:42:12.613Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-06-28T19:42:12.637Z | Planning: Merging actions ... Done |
191 | 2024-06-28T19:42:12.902Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-06-28T19:42:12.927Z | Planning: Consolidating action changes ... Done |
193 | 2024-06-28T19:42:13.227Z | Planning: Evaluating mediators ... Done |
194 | 2024-06-28T19:42:13.291Z | Planning: Planning completed in 0.98 seconds |
195 | 2024-06-28T19:42:13.336Z | Packages to change: 1 |
196 | 2024-06-28T19:42:13.336Z | Mediators to change: 1 |
197 | 2024-06-28T19:42:13.336Z | Services to change: 1 |
198 | 2024-06-28T19:42:13.336Z | Create boot environment: No |
199 | 2024-06-28T19:42:13.336Z | Create backup boot environment: Yes |
200 | 2024-06-28T19:42:14.890Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-06-28T19:42:14.915Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-06-28T19:42:14.915Z | Done |
203 | 2024-06-28T19:42:14.915Z | Done |
204 | 2024-06-28T19:42:14.969Z | Done |
205 | 2024-06-28T19:42:19.230Z | Done |
206 | 2024-06-28T19:42:19.320Z | Done |
207 | 2024-06-28T19:42:19.320Z | Done |
208 | 2024-06-28T19:42:19.393Z | Done |
209 | 2024-06-28T19:42:19.940Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-06-28T19:42:19.940Z | clang system 15 system |
211 | 2024-06-28T19:42:19.940Z | csh system system illumos |
212 | 2024-06-28T19:42:19.940Z | ctags system system illumos |
213 | 2024-06-28T19:42:19.940Z | gcc vendor 12 vendor |
214 | 2024-06-28T19:42:19.941Z | gcc system 10 system |
215 | 2024-06-28T19:42:19.941Z | gcc system 7 system |
216 | 2024-06-28T19:42:19.941Z | go system 1.20 system |
217 | 2024-06-28T19:42:19.941Z | go system 1.19 system |
218 | 2024-06-28T19:42:19.941Z | llvm system 15 system |
219 | 2024-06-28T19:42:19.941Z | llvm system 14 system |
220 | 2024-06-28T19:42:19.941Z | mariadb system 10.6 system |
221 | 2024-06-28T19:42:19.941Z | mta vendor vendor dma |
222 | 2024-06-28T19:42:19.941Z | openjdk system 17 system |
223 | 2024-06-28T19:42:19.941Z | openjdk system 11 system |
224 | 2024-06-28T19:42:19.941Z | openjdk system 1.8 system |
225 | 2024-06-28T19:42:19.941Z | openssl vendor 3 vendor |
226 | 2024-06-28T19:42:19.941Z | perl system 5.36 system |
227 | 2024-06-28T19:42:19.941Z | postgresql system 15 system |
228 | 2024-06-28T19:42:19.941Z | postgresql system 13 system |
229 | 2024-06-28T19:42:19.941Z | python vendor 3 vendor |
230 | 2024-06-28T19:42:19.941Z | python system 2 system |
231 | 2024-06-28T19:42:19.941Z | python3 system 3.11 system |
232 | 2024-06-28T19:42:19.941Z | ruby system 3.0 system |
233 | 2024-06-28T19:42:19.941Z | words vendor vendor american-english |
234 | 2024-06-28T19:42:19.941Z | words system system australian-english |
235 | 2024-06-28T19:42:19.941Z | words system system british-english |
236 | 2024-06-28T19:42:19.941Z | words system system canadian-english |
237 | 2024-06-28T19:42:19.941Z | words system system french |
238 | 2024-06-28T19:42:19.941Z | words system system italian |
239 | 2024-06-28T19:42:19.941Z | words system system ngerman |
240 | 2024-06-28T19:42:19.941Z | words system system ogerman |
241 | 2024-06-28T19:42:19.941Z | words system system spanish |
242 | 2024-06-28T19:42:20.336Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-06-28T19:42:20.337Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-06-28T19:42:22.145Z | FMRI IFO |
245 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-06-28T19:42:22.145Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-06-28T19:42:22.729Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-06-28T19:42:23.176Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-06-28T19:42:23.529Z | Updating crates.io index |
260 | 2024-06-28T19:42:23.591Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-06-28T19:42:24.235Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-06-28T19:42:25.076Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-06-28T19:42:25.428Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-06-28T19:42:27.437Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-06-28T19:42:27.811Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-06-28T19:42:28.260Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-06-28T19:42:29.382Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-06-28T19:42:31.261Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-06-28T19:42:32.331Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-06-28T19:42:33.088Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-06-28T19:42:33.754Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-06-28T19:42:34.118Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
273 | 2024-06-28T19:42:34.583Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-06-28T19:42:34.915Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-06-28T19:42:35.238Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
276 | 2024-06-28T19:42:35.757Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-06-28T19:42:36.089Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-06-28T19:42:36.427Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-06-28T19:42:36.823Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-06-28T19:42:37.255Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-06-28T19:42:37.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-06-28T19:42:38.019Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-06-28T19:42:38.726Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-06-28T19:42:39.062Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
285 | 2024-06-28T19:42:39.441Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-06-28T19:42:39.929Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-06-28T19:42:42.148Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-06-28T19:42:42.583Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-06-28T19:42:42.976Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-06-28T19:42:43.574Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-06-28T19:42:44.954Z | Downloading crates ... |
292 | 2024-06-28T19:42:45.027Z | Downloaded dirs-next v2.0.0 |
293 | 2024-06-28T19:42:45.052Z | Downloaded openssl-macros v0.1.1 |
294 | 2024-06-28T19:42:45.052Z | Downloaded pest_generator v2.7.10 |
295 | 2024-06-28T19:42:45.053Z | Downloaded generic-array v0.14.7 |
296 | 2024-06-28T19:42:45.053Z | Downloaded parking_lot_core v0.9.10 |
297 | 2024-06-28T19:42:45.053Z | Downloaded openssl-sys v0.9.102 |
298 | 2024-06-28T19:42:45.659Z | Downloaded time-core v0.1.2 |
299 | 2024-06-28T19:42:45.659Z | Downloaded try-lock v0.2.5 |
300 | 2024-06-28T19:42:45.659Z | Downloaded thread-id v4.2.1 |
301 | 2024-06-28T19:42:45.659Z | Downloaded version_check v0.9.4 |
302 | 2024-06-28T19:42:45.659Z | Downloaded utf8parse v0.2.1 |
303 | 2024-06-28T19:42:45.659Z | Downloaded tokio-native-tls v0.3.1 |
304 | 2024-06-28T19:42:45.659Z | Downloaded term v0.7.0 |
305 | 2024-06-28T19:42:45.659Z | Downloaded pest_meta v2.7.10 |
306 | 2024-06-28T19:42:45.659Z | Downloaded usdt-impl v0.5.0 |
307 | 2024-06-28T19:42:45.660Z | Downloaded tinyvec_macros v0.1.1 |
308 | 2024-06-28T19:42:45.660Z | Downloaded openssl v0.10.64 |
309 | 2024-06-28T19:42:45.660Z | Downloaded want v0.3.1 |
310 | 2024-06-28T19:42:45.660Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-06-28T19:42:45.660Z | Downloaded thread_local v1.1.8 |
312 | 2024-06-28T19:42:45.660Z | Downloaded tabled_derive v0.7.0 |
313 | 2024-06-28T19:42:45.660Z | Downloaded unicode-ident v1.0.12 |
314 | 2024-06-28T19:42:45.660Z | Downloaded tokio-macros v2.2.0 |
315 | 2024-06-28T19:42:45.660Z | Downloaded encoding_rs v0.8.34 |
316 | 2024-06-28T19:42:45.660Z | Downloaded toml_datetime v0.6.6 |
317 | 2024-06-28T19:42:45.660Z | Downloaded zerocopy-derive v0.7.34 |
318 | 2024-06-28T19:42:45.660Z | Downloaded xattr v1.3.1 |
319 | 2024-06-28T19:42:45.660Z | Downloaded ucd-trie v0.1.6 |
320 | 2024-06-28T19:42:45.660Z | Downloaded toml_edit v0.22.13 |
321 | 2024-06-28T19:42:45.660Z | Downloaded typenum v1.17.0 |
322 | 2024-06-28T19:42:45.660Z | Downloaded zerocopy v0.7.34 |
323 | 2024-06-28T19:42:45.660Z | Downloaded vcpkg v0.2.15 |
324 | 2024-06-28T19:42:45.660Z | Downloaded syn v2.0.68 |
325 | 2024-06-28T19:42:45.660Z | Downloaded syn v1.0.109 |
326 | 2024-06-28T19:42:45.660Z | Downloaded rustix v0.38.34 |
327 | 2024-06-28T19:42:45.660Z | Downloaded tokio v1.37.0 |
328 | 2024-06-28T19:42:45.660Z | Downloaded winnow v0.6.8 |
329 | 2024-06-28T19:42:45.660Z | Downloaded url v2.5.0 |
330 | 2024-06-28T19:42:45.660Z | Downloaded unicode-normalization v0.1.23 |
331 | 2024-06-28T19:42:45.660Z | Downloaded unicode-bidi v0.3.15 |
332 | 2024-06-28T19:42:45.660Z | Downloaded tracing-core v0.1.32 |
333 | 2024-06-28T19:42:45.660Z | Downloaded tokio-util v0.7.11 |
334 | 2024-06-28T19:42:45.660Z | Downloaded time v0.3.36 |
335 | 2024-06-28T19:42:45.660Z | Downloaded tabled v0.15.0 |
336 | 2024-06-28T19:42:45.660Z | Downloaded serde_json v1.0.118 |
337 | 2024-06-28T19:42:45.660Z | Downloaded reqwest v0.11.27 |
338 | 2024-06-28T19:42:45.660Z | Downloaded tracing v0.1.40 |
339 | 2024-06-28T19:42:45.660Z | Downloaded slog v2.7.0 |
340 | 2024-06-28T19:42:45.660Z | Downloaded serde_derive v1.0.203 |
341 | 2024-06-28T19:42:45.660Z | Downloaded serde v1.0.203 |
342 | 2024-06-28T19:42:45.660Z | Downloaded semver v1.0.23 |
343 | 2024-06-28T19:42:45.660Z | Downloaded toml v0.8.13 |
344 | 2024-06-28T19:42:45.660Z | Downloaded tinyvec v1.6.0 |
345 | 2024-06-28T19:42:45.661Z | Downloaded time-macros v0.2.18 |
346 | 2024-06-28T19:42:45.661Z | Downloaded thiserror-impl v1.0.60 |
347 | 2024-06-28T19:42:45.661Z | Downloaded tar v0.4.40 |
348 | 2024-06-28T19:42:45.661Z | Downloaded strum_macros v0.26.2 |
349 | 2024-06-28T19:42:45.661Z | Downloaded socket2 v0.5.7 |
350 | 2024-06-28T19:42:45.661Z | Downloaded slog-term v2.9.1 |
351 | 2024-06-28T19:42:45.661Z | Downloaded slog-json v2.6.1 |
352 | 2024-06-28T19:42:45.661Z | Downloaded serde_urlencoded v0.7.1 |
353 | 2024-06-28T19:42:45.661Z | Downloaded terminal_size v0.3.0 |
354 | 2024-06-28T19:42:45.661Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2024-06-28T19:42:45.661Z | Downloaded unicode-width v0.1.12 |
356 | 2024-06-28T19:42:45.661Z | Downloaded tower-service v0.3.2 |
357 | 2024-06-28T19:42:45.661Z | Downloaded signal-hook-registry v1.4.2 |
358 | 2024-06-28T19:42:45.661Z | Downloaded serde_spanned v0.6.6 |
359 | 2024-06-28T19:42:45.661Z | Downloaded quote v1.0.36 |
360 | 2024-06-28T19:42:45.661Z | Downloaded libc v0.2.155 |
361 | 2024-06-28T19:42:45.661Z | Downloaded usdt v0.5.0 |
362 | 2024-06-28T19:42:45.661Z | Downloaded slog-bunyan v2.5.0 |
363 | 2024-06-28T19:42:45.661Z | Downloaded mio v0.8.11 |
364 | 2024-06-28T19:42:45.661Z | Downloaded h2 v0.3.26 |
365 | 2024-06-28T19:42:45.661Z | Downloaded futures-util v0.3.30 |
366 | 2024-06-28T19:42:45.661Z | Downloaded smallvec v1.13.2 |
367 | 2024-06-28T19:42:45.661Z | Downloaded sha2 v0.10.8 |
368 | 2024-06-28T19:42:45.661Z | Downloaded serde_tokenstream v0.2.0 |
369 | 2024-06-28T19:42:45.661Z | Downloaded ryu v1.0.18 |
370 | 2024-06-28T19:42:45.661Z | Downloaded rustversion v1.0.17 |
371 | 2024-06-28T19:42:45.661Z | Downloaded proc-macro2 v1.0.86 |
372 | 2024-06-28T19:42:45.661Z | Downloaded papergrid v0.11.0 |
373 | 2024-06-28T19:42:45.661Z | Downloaded memchr v2.7.2 |
374 | 2024-06-28T19:42:45.661Z | Downloaded parking_lot v0.12.2 |
375 | 2024-06-28T19:42:45.661Z | Downloaded num_threads v0.1.7 |
376 | 2024-06-28T19:42:45.661Z | Downloaded mime v0.3.17 |
377 | 2024-06-28T19:42:45.661Z | Downloaded macaddr v1.0.1 |
378 | 2024-06-28T19:42:45.661Z | Downloaded lock_api v0.4.12 |
379 | 2024-06-28T19:42:45.661Z | Downloaded indexmap v2.2.6 |
380 | 2024-06-28T19:42:45.661Z | Downloaded idna v0.5.0 |
381 | 2024-06-28T19:42:45.661Z | Downloaded flate2 v1.0.30 |
382 | 2024-06-28T19:42:45.661Z | Downloaded sync_wrapper v0.1.2 |
383 | 2024-06-28T19:42:45.661Z | Downloaded strum v0.26.2 |
384 | 2024-06-28T19:42:45.662Z | Downloaded pin-project-lite v0.2.14 |
385 | 2024-06-28T19:42:45.662Z | Downloaded percent-encoding v2.3.1 |
386 | 2024-06-28T19:42:45.662Z | Downloaded itoa v1.0.11 |
387 | 2024-06-28T19:42:45.662Z | Downloaded hyper-tls v0.5.0 |
388 | 2024-06-28T19:42:45.662Z | Downloaded hyper v0.14.28 |
389 | 2024-06-28T19:42:45.687Z | Downloaded hostname v0.3.1 |
390 | 2024-06-28T19:42:45.687Z | Downloaded futures-io v0.3.30 |
391 | 2024-06-28T19:42:45.687Z | Downloaded futures v0.3.30 |
392 | 2024-06-28T19:42:45.687Z | Downloaded proc-macro-error-attr v1.0.4 |
393 | 2024-06-28T19:42:45.687Z | Downloaded proc-macro-error v1.0.4 |
394 | 2024-06-28T19:42:45.687Z | Downloaded openssl-probe v0.1.5 |
395 | 2024-06-28T19:42:45.687Z | Downloaded is-terminal v0.4.12 |
396 | 2024-06-28T19:42:45.687Z | Downloaded goblin v0.8.2 |
397 | 2024-06-28T19:42:45.687Z | Downloaded futures-sink v0.3.30 |
398 | 2024-06-28T19:42:45.687Z | Downloaded futures-core v0.3.30 |
399 | 2024-06-28T19:42:45.687Z | Downloaded strsim v0.11.1 |
400 | 2024-06-28T19:42:45.687Z | Downloaded slog-async v2.8.0 |
401 | 2024-06-28T19:42:45.688Z | Downloaded slab v0.4.9 |
402 | 2024-06-28T19:42:45.688Z | Downloaded num-conv v0.1.0 |
403 | 2024-06-28T19:42:45.688Z | Downloaded httpdate v1.0.3 |
404 | 2024-06-28T19:42:45.688Z | Downloaded http-body v0.4.6 |
405 | 2024-06-28T19:42:45.688Z | Downloaded heck v0.4.1 |
406 | 2024-06-28T19:42:45.688Z | Downloaded scroll_derive v0.12.0 |
407 | 2024-06-28T19:42:45.688Z | Downloaded scroll v0.12.0 |
408 | 2024-06-28T19:42:45.688Z | Downloaded scopeguard v1.2.0 |
409 | 2024-06-28T19:42:45.688Z | Downloaded rustls-pemfile v1.0.4 |
410 | 2024-06-28T19:42:45.688Z | Downloaded plain v0.2.3 |
411 | 2024-06-28T19:42:45.688Z | Downloaded pkg-config v0.3.30 |
412 | 2024-06-28T19:42:45.688Z | Downloaded pin-utils v0.1.0 |
413 | 2024-06-28T19:42:45.688Z | Downloaded pest_derive v2.7.10 |
414 | 2024-06-28T19:42:45.688Z | Downloaded http v0.2.12 |
415 | 2024-06-28T19:42:45.688Z | Downloaded hashbrown v0.14.5 |
416 | 2024-06-28T19:42:45.688Z | Downloaded form_urlencoded v1.2.1 |
417 | 2024-06-28T19:42:45.688Z | Downloaded foreign-types v0.3.2 |
418 | 2024-06-28T19:42:45.688Z | Downloaded crossbeam-channel v0.5.12 |
419 | 2024-06-28T19:42:45.688Z | Downloaded clap_builder v4.5.2 |
420 | 2024-06-28T19:42:45.688Z | Downloaded thiserror v1.0.60 |
421 | 2024-06-28T19:42:45.688Z | Downloaded take_mut v0.2.2 |
422 | 2024-06-28T19:42:45.688Z | Downloaded swrite v0.1.0 |
423 | 2024-06-28T19:42:45.688Z | Downloaded pretty-hex v0.4.1 |
424 | 2024-06-28T19:42:45.688Z | Downloaded powerfmt v0.2.0 |
425 | 2024-06-28T19:42:45.688Z | Downloaded pest v2.7.10 |
426 | 2024-06-28T19:42:45.688Z | Downloaded native-tls v0.2.11 |
427 | 2024-06-28T19:42:45.688Z | Downloaded miniz_oxide v0.7.2 |
428 | 2024-06-28T19:42:45.713Z | Downloaded ipnet v2.9.0 |
429 | 2024-06-28T19:42:45.714Z | Downloaded once_cell v1.19.0 |
430 | 2024-06-28T19:42:45.714Z | Downloaded log v0.4.21 |
431 | 2024-06-28T19:42:45.714Z | Downloaded httparse v1.8.0 |
432 | 2024-06-28T19:42:45.714Z | Downloaded futures-channel v0.3.30 |
433 | 2024-06-28T19:42:45.714Z | Downloaded clap v4.5.4 |
434 | 2024-06-28T19:42:45.714Z | Downloaded cc v1.0.97 |
435 | 2024-06-28T19:42:45.714Z | Downloaded cargo_toml v0.20.3 |
436 | 2024-06-28T19:42:45.738Z | Downloaded bytes v1.6.0 |
437 | 2024-06-28T19:42:45.739Z | Downloaded bitflags v2.5.0 |
438 | 2024-06-28T19:42:45.739Z | Downloaded base64 v0.21.7 |
439 | 2024-06-28T19:42:45.739Z | Downloaded memmap v0.7.0 |
440 | 2024-06-28T19:42:45.739Z | Downloaded fnv v1.0.7 |
441 | 2024-06-28T19:42:45.739Z | Downloaded crossbeam-utils v0.8.19 |
442 | 2024-06-28T19:42:45.739Z | Downloaded crc32fast v1.4.0 |
443 | 2024-06-28T19:42:45.739Z | Downloaded anyhow v1.0.86 |
444 | 2024-06-28T19:42:45.764Z | Downloaded anstream v0.6.14 |
445 | 2024-06-28T19:42:45.764Z | Downloaded futures-executor v0.3.30 |
446 | 2024-06-28T19:42:45.764Z | Downloaded filetime v0.2.23 |
447 | 2024-06-28T19:42:45.764Z | Downloaded equivalent v1.0.1 |
448 | 2024-06-28T19:42:45.764Z | Downloaded digest v0.10.7 |
449 | 2024-06-28T19:42:45.764Z | Downloaded cargo-platform v0.1.8 |
450 | 2024-06-28T19:42:45.764Z | Downloaded camino v1.1.7 |
451 | 2024-06-28T19:42:45.764Z | Downloaded heck v0.5.0 |
452 | 2024-06-28T19:42:45.764Z | Downloaded futures-task v0.3.30 |
453 | 2024-06-28T19:42:45.764Z | Downloaded futures-macro v0.3.30 |
454 | 2024-06-28T19:42:45.764Z | Downloaded fs-err v2.11.0 |
455 | 2024-06-28T19:42:45.764Z | Downloaded foreign-types-shared v0.1.1 |
456 | 2024-06-28T19:42:45.764Z | Downloaded deranged v0.3.11 |
457 | 2024-06-28T19:42:45.764Z | Downloaded crypto-common v0.1.6 |
458 | 2024-06-28T19:42:45.764Z | Downloaded cpufeatures v0.2.12 |
459 | 2024-06-28T19:42:45.764Z | Downloaded clap_derive v4.5.4 |
460 | 2024-06-28T19:42:45.789Z | Downloaded cfg-if v1.0.0 |
461 | 2024-06-28T19:42:45.789Z | Downloaded block-buffer v0.10.4 |
462 | 2024-06-28T19:42:45.789Z | Downloaded anstyle v1.0.7 |
463 | 2024-06-28T19:42:45.789Z | Downloaded num_cpus v1.16.0 |
464 | 2024-06-28T19:42:45.789Z | Downloaded match_cfg v0.1.0 |
465 | 2024-06-28T19:42:45.789Z | Downloaded is_terminal_polyfill v1.70.0 |
466 | 2024-06-28T19:42:45.789Z | Downloaded errno v0.3.9 |
467 | 2024-06-28T19:42:45.789Z | Downloaded dtrace-parser v0.2.0 |
468 | 2024-06-28T19:42:45.789Z | Downloaded dof v0.3.0 |
469 | 2024-06-28T19:42:45.789Z | Downloaded dirs-sys-next v0.1.2 |
470 | 2024-06-28T19:42:45.789Z | Downloaded colorchoice v1.0.1 |
471 | 2024-06-28T19:42:45.790Z | Downloaded clap_lex v0.7.0 |
472 | 2024-06-28T19:42:45.790Z | Downloaded byteorder v1.5.0 |
473 | 2024-06-28T19:42:45.790Z | Downloaded bytecount v0.6.8 |
474 | 2024-06-28T19:42:45.790Z | Downloaded autocfg v1.3.0 |
475 | 2024-06-28T19:42:45.790Z | Downloaded anstyle-query v1.0.3 |
476 | 2024-06-28T19:42:45.790Z | Downloaded anstyle-parse v0.2.4 |
477 | 2024-06-28T19:42:45.790Z | Downloaded adler v1.0.2 |
478 | 2024-06-28T19:42:45.815Z | Downloaded cargo_metadata v0.18.1 |
479 | 2024-06-28T19:42:45.963Z | Compiling proc-macro2 v1.0.86 |
480 | 2024-06-28T19:42:45.963Z | Compiling unicode-ident v1.0.12 |
481 | 2024-06-28T19:42:45.963Z | Compiling libc v0.2.155 |
482 | 2024-06-28T19:42:45.963Z | Compiling version_check v0.9.4 |
483 | 2024-06-28T19:42:45.988Z | Compiling cfg-if v1.0.0 |
484 | 2024-06-28T19:42:45.988Z | Compiling once_cell v1.19.0 |
485 | 2024-06-28T19:42:45.988Z | Compiling itoa v1.0.11 |
486 | 2024-06-28T19:42:45.988Z | Compiling serde v1.0.203 |
487 | 2024-06-28T19:42:46.238Z | Compiling autocfg v1.3.0 |
488 | 2024-06-28T19:42:46.263Z | Compiling memchr v2.7.2 |
489 | 2024-06-28T19:42:46.480Z | Compiling thiserror v1.0.60 |
490 | 2024-06-28T19:42:46.622Z | Compiling ryu v1.0.18 |
491 | 2024-06-28T19:42:46.709Z | Compiling pin-project-lite v0.2.14 |
492 | 2024-06-28T19:42:46.740Z | Compiling bitflags v2.5.0 |
493 | 2024-06-28T19:42:46.833Z | Compiling parking_lot_core v0.9.10 |
494 | 2024-06-28T19:42:46.917Z | Compiling ucd-trie v0.1.6 |
495 | 2024-06-28T19:42:47.031Z | Compiling lock_api v0.4.12 |
496 | 2024-06-28T19:42:47.071Z | Compiling pkg-config v0.3.30 |
497 | 2024-06-28T19:42:47.120Z | Compiling cc v1.0.97 |
498 | 2024-06-28T19:42:47.200Z | Compiling vcpkg v0.2.15 |
499 | 2024-06-28T19:42:47.383Z | Compiling quote v1.0.36 |
500 | 2024-06-28T19:42:47.508Z | Compiling slab v0.4.9 |
501 | 2024-06-28T19:42:47.655Z | Compiling smallvec v1.13.2 |
502 | 2024-06-28T19:42:47.752Z | Compiling syn v2.0.68 |
503 | 2024-06-28T19:42:47.980Z | Compiling futures-sink v0.3.30 |
504 | 2024-06-28T19:42:48.018Z | Compiling bytes v1.6.0 |
505 | 2024-06-28T19:42:48.054Z | Compiling scopeguard v1.2.0 |
506 | 2024-06-28T19:42:48.170Z | Compiling futures-core v0.3.30 |
507 | 2024-06-28T19:42:48.565Z | Compiling log v0.4.21 |
508 | 2024-06-28T19:42:48.603Z | Compiling equivalent v1.0.1 |
509 | 2024-06-28T19:42:48.638Z | Compiling byteorder v1.5.0 |
510 | 2024-06-28T19:42:48.705Z | Compiling hashbrown v0.14.5 |
511 | 2024-06-28T19:42:48.900Z | Compiling fnv v1.0.7 |
512 | 2024-06-28T19:42:48.989Z | Compiling serde_json v1.0.118 |
513 | 2024-06-28T19:42:49.021Z | Compiling parking_lot v0.12.2 |
514 | 2024-06-28T19:42:49.075Z | Compiling futures-channel v0.3.30 |
515 | 2024-06-28T19:42:49.101Z | Compiling socket2 v0.5.7 |
516 | 2024-06-28T19:42:49.302Z | Compiling mio v0.8.11 |
517 | 2024-06-28T19:42:49.327Z | Compiling signal-hook-registry v1.4.2 |
518 | 2024-06-28T19:42:49.537Z | Compiling num_cpus v1.16.0 |
519 | 2024-06-28T19:42:49.979Z | Compiling indexmap v2.2.6 |
520 | 2024-06-28T19:42:50.006Z | Compiling futures-task v0.3.30 |
521 | 2024-06-28T19:42:50.094Z | Compiling pin-utils v0.1.0 |
522 | 2024-06-28T19:42:50.159Z | Compiling openssl-sys v0.9.102 |
523 | 2024-06-28T19:42:50.188Z | Compiling rustix v0.38.34 |
524 | 2024-06-28T19:42:50.243Z | Compiling futures-io v0.3.30 |
525 | 2024-06-28T19:42:50.285Z | Compiling typenum v1.17.0 |
526 | 2024-06-28T19:42:50.552Z | Compiling errno v0.3.9 |
527 | 2024-06-28T19:42:50.580Z | Compiling generic-array v0.14.7 |
528 | 2024-06-28T19:42:50.740Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-06-28T19:42:50.768Z | Compiling openssl v0.10.64 |
530 | 2024-06-28T19:42:50.865Z | Compiling slog v2.7.0 |
531 | 2024-06-28T19:42:50.962Z | Compiling foreign-types v0.3.2 |
532 | 2024-06-28T19:42:51.105Z | Compiling http v0.2.12 |
533 | 2024-06-28T19:42:51.130Z | Compiling proc-macro-error-attr v1.0.4 |
534 | 2024-06-28T19:42:51.358Z | Compiling usdt-impl v0.5.0 |
535 | 2024-06-28T19:42:51.384Z | Compiling tracing-core v0.1.32 |
536 | 2024-06-28T19:42:51.674Z | Compiling httparse v1.8.0 |
537 | 2024-06-28T19:42:51.755Z | Compiling num-conv v0.1.0 |
538 | 2024-06-28T19:42:52.041Z | Compiling syn v1.0.109 |
539 | 2024-06-28T19:42:52.086Z | Compiling native-tls v0.2.11 |
540 | 2024-06-28T19:42:52.396Z | Compiling tinyvec_macros v0.1.1 |
541 | 2024-06-28T19:42:52.496Z | Compiling powerfmt v0.2.0 |
542 | 2024-06-28T19:42:52.520Z | Compiling time-core v0.1.2 |
543 | 2024-06-28T19:42:52.674Z | Compiling tinyvec v1.6.0 |
544 | 2024-06-28T19:42:52.701Z | Compiling time-macros v0.2.18 |
545 | 2024-06-28T19:42:52.758Z | Compiling deranged v0.3.11 |
546 | 2024-06-28T19:42:52.908Z | Compiling tracing v0.1.40 |
547 | 2024-06-28T19:42:53.448Z | Compiling thread-id v4.2.1 |
548 | 2024-06-28T19:42:53.571Z | Compiling proc-macro-error v1.0.4 |
549 | 2024-06-28T19:42:53.600Z | Compiling heck v0.4.1 |
550 | 2024-06-28T19:42:53.825Z | Compiling utf8parse v0.2.1 |
551 | 2024-06-28T19:42:53.850Z | Compiling openssl-probe v0.1.5 |
552 | 2024-06-28T19:42:53.964Z | Compiling plain v0.2.3 |
553 | 2024-06-28T19:42:53.988Z | Compiling crossbeam-utils v0.8.19 |
554 | 2024-06-28T19:42:54.035Z | Compiling percent-encoding v2.3.1 |
555 | 2024-06-28T19:42:54.122Z | Compiling num_threads v0.1.7 |
556 | 2024-06-28T19:42:54.157Z | Compiling rustversion v1.0.17 |
557 | 2024-06-28T19:42:54.224Z | Compiling try-lock v0.2.5 |
558 | 2024-06-28T19:42:54.256Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-06-28T19:42:54.398Z | Compiling want v0.3.1 |
560 | 2024-06-28T19:42:54.441Z | Compiling anstyle-parse v0.2.4 |
561 | 2024-06-28T19:42:54.475Z | Compiling unicode-normalization v0.1.23 |
562 | 2024-06-28T19:42:54.773Z | Compiling http-body v0.4.6 |
563 | 2024-06-28T19:42:54.916Z | Compiling dirs-sys-next v0.1.2 |
564 | 2024-06-28T19:42:55.271Z | Compiling anstyle v1.0.7 |
565 | 2024-06-28T19:42:55.364Z | Compiling unicode-bidi v0.3.15 |
566 | 2024-06-28T19:42:55.388Z | Compiling colorchoice v1.0.1 |
567 | 2024-06-28T19:42:55.435Z | Compiling camino v1.1.7 |
568 | 2024-06-28T19:42:55.481Z | Compiling crc32fast v1.4.0 |
569 | 2024-06-28T19:42:55.550Z | Compiling pretty-hex v0.4.1 |
570 | 2024-06-28T19:42:55.580Z | Compiling time v0.3.36 |
571 | 2024-06-28T19:42:55.671Z | Compiling anstyle-query v1.0.3 |
572 | 2024-06-28T19:42:55.752Z | Compiling tower-service v0.3.2 |
573 | 2024-06-28T19:42:55.802Z | Compiling semver v1.0.23 |
574 | 2024-06-28T19:42:55.871Z | Compiling httpdate v1.0.3 |
575 | 2024-06-28T19:42:55.896Z | Compiling winnow v0.6.8 |
576 | 2024-06-28T19:42:55.978Z | Compiling is_terminal_polyfill v1.70.0 |
577 | 2024-06-28T19:42:56.096Z | Compiling anstream v0.6.14 |
578 | 2024-06-28T19:42:56.312Z | Compiling idna v0.5.0 |
579 | 2024-06-28T19:42:56.585Z | Compiling dirs-next v2.0.0 |
580 | 2024-06-28T19:42:56.778Z | Compiling block-buffer v0.10.4 |
581 | 2024-06-28T19:42:57.615Z | Compiling crypto-common v0.1.6 |
582 | 2024-06-28T19:42:57.640Z | Compiling terminal_size v0.3.0 |
583 | 2024-06-28T19:42:57.841Z | Compiling fs-err v2.11.0 |
584 | 2024-06-28T19:42:57.866Z | Compiling thread_local v1.1.8 |
585 | 2024-06-28T19:42:57.917Z | Compiling clap_lex v0.7.0 |
586 | 2024-06-28T19:42:57.942Z | Compiling slog-async v2.8.0 |
587 | 2024-06-28T19:42:58.078Z | Compiling strsim v0.11.1 |
588 | 2024-06-28T19:42:58.402Z | Compiling adler v1.0.2 |
589 | 2024-06-28T19:42:58.433Z | Compiling base64 v0.21.7 |
590 | 2024-06-28T19:42:58.458Z | Compiling heck v0.5.0 |
591 | 2024-06-28T19:42:58.636Z | Compiling unicode-width v0.1.12 |
592 | 2024-06-28T19:42:58.720Z | Compiling serde_derive v1.0.203 |
593 | 2024-06-28T19:42:58.842Z | Compiling thiserror-impl v1.0.60 |
594 | 2024-06-28T19:42:58.897Z | Compiling zerocopy-derive v0.7.34 |
595 | 2024-06-28T19:42:58.943Z | Compiling futures-macro v0.3.30 |
596 | 2024-06-28T19:42:58.967Z | Compiling tokio-macros v2.2.0 |
597 | 2024-06-28T19:42:59.045Z | Compiling scroll_derive v0.12.0 |
598 | 2024-06-28T19:42:59.107Z | Compiling openssl-macros v0.1.1 |
599 | 2024-06-28T19:43:00.334Z | Compiling scroll v0.12.0 |
600 | 2024-06-28T19:43:00.366Z | Compiling anyhow v1.0.86 |
601 | 2024-06-28T19:43:00.462Z | Compiling tokio v1.37.0 |
602 | 2024-06-28T19:43:00.762Z | Compiling futures-util v0.3.30 |
603 | 2024-06-28T19:43:00.840Z | Compiling goblin v0.8.2 |
604 | 2024-06-28T19:43:00.867Z | Compiling match_cfg v0.1.0 |
605 | 2024-06-28T19:43:00.936Z | Compiling zerocopy v0.7.34 |
606 | 2024-06-28T19:43:00.969Z | Compiling bytecount v0.6.8 |
607 | 2024-06-28T19:43:01.158Z | Compiling papergrid v0.11.0 |
608 | 2024-06-28T19:43:01.749Z | Compiling pest v2.7.10 |
609 | 2024-06-28T19:43:02.240Z | Compiling hostname v0.3.1 |
610 | 2024-06-28T19:43:02.632Z | Compiling tabled_derive v0.7.0 |
611 | 2024-06-28T19:43:04.402Z | Compiling pest_meta v2.7.10 |
612 | 2024-06-28T19:43:05.014Z | Compiling clap_derive v4.5.4 |
613 | 2024-06-28T19:43:05.595Z | Compiling pest_generator v2.7.10 |
614 | 2024-06-28T19:43:07.184Z | Compiling futures-executor v0.3.30 |
615 | 2024-06-28T19:43:07.327Z | Compiling rustls-pemfile v1.0.4 |
616 | 2024-06-28T19:43:07.723Z | Compiling tokio-util v0.7.11 |
617 | 2024-06-28T19:43:07.747Z | Compiling tokio-native-tls v0.3.1 |
618 | 2024-06-28T19:43:07.993Z | Compiling strum_macros v0.26.2 |
619 | 2024-06-28T19:43:08.906Z | Compiling h2 v0.3.26 |
620 | 2024-06-28T19:43:09.019Z | Compiling pest_derive v2.7.10 |
621 | 2024-06-28T19:43:09.242Z | Compiling miniz_oxide v0.7.2 |
622 | 2024-06-28T19:43:09.719Z | Compiling dtrace-parser v0.2.0 |
623 | 2024-06-28T19:43:10.151Z | Compiling clap_builder v4.5.2 |
624 | 2024-06-28T19:43:10.785Z | Compiling digest v0.10.7 |
625 | 2024-06-28T19:43:11.490Z | Compiling serde_tokenstream v0.2.0 |
626 | 2024-06-28T19:43:11.583Z | Compiling serde_spanned v0.6.6 |
627 | 2024-06-28T19:43:11.783Z | Compiling toml_datetime v0.6.6 |
628 | 2024-06-28T19:43:12.247Z | Compiling toml_edit v0.22.13 |
629 | 2024-06-28T19:43:12.655Z | Compiling dof v0.3.0 |
630 | 2024-06-28T19:43:13.650Z | Compiling hyper v0.14.28 |
631 | 2024-06-28T19:43:14.152Z | Compiling slog-json v2.6.1 |
632 | 2024-06-28T19:43:14.557Z | Compiling cargo-platform v0.1.8 |
633 | 2024-06-28T19:43:14.631Z | Compiling serde_urlencoded v0.7.1 |
634 | 2024-06-28T19:43:15.072Z | Compiling toml v0.8.13 |
635 | 2024-06-28T19:43:15.102Z | Compiling crossbeam-channel v0.5.12 |
636 | 2024-06-28T19:43:15.129Z | Compiling url v2.5.0 |
637 | 2024-06-28T19:43:15.327Z | Compiling usdt-attr-macro v0.5.0 |
638 | 2024-06-28T19:43:15.392Z | Compiling usdt-macro v0.5.0 |
639 | 2024-06-28T19:43:16.065Z | Compiling term v0.7.0 |
640 | 2024-06-28T19:43:16.601Z | Compiling xattr v1.3.1 |
641 | 2024-06-28T19:43:16.627Z | Compiling filetime v0.2.23 |
642 | 2024-06-28T19:43:16.728Z | Compiling is-terminal v0.4.12 |
643 | 2024-06-28T19:43:16.803Z | Compiling memmap v0.7.0 |
644 | 2024-06-28T19:43:16.856Z | Compiling encoding_rs v0.8.34 |
645 | 2024-06-28T19:43:16.881Z | Compiling ipnet v2.9.0 |
646 | 2024-06-28T19:43:16.948Z | Compiling hyper-tls v0.5.0 |
647 | 2024-06-28T19:43:17.137Z | Compiling sync_wrapper v0.1.2 |
648 | 2024-06-28T19:43:17.253Z | Compiling take_mut v0.2.2 |
649 | 2024-06-28T19:43:17.278Z | Compiling mime v0.3.17 |
650 | 2024-06-28T19:43:17.420Z | Compiling cpufeatures v0.2.12 |
651 | 2024-06-28T19:43:17.531Z | Compiling sha2 v0.10.8 |
652 | 2024-06-28T19:43:17.814Z | Compiling usdt v0.5.0 |
653 | 2024-06-28T19:43:17.991Z | Compiling slog-term v2.9.1 |
654 | 2024-06-28T19:43:18.282Z | Compiling tar v0.4.40 |
655 | 2024-06-28T19:43:18.503Z | Compiling flate2 v1.0.30 |
656 | 2024-06-28T19:43:18.581Z | Compiling cargo_toml v0.20.3 |
657 | 2024-06-28T19:43:19.052Z | Compiling reqwest v0.11.27 |
658 | 2024-06-28T19:43:19.110Z | Compiling cargo_metadata v0.18.1 |
659 | 2024-06-28T19:43:19.329Z | Compiling slog-bunyan v2.5.0 |
660 | 2024-06-28T19:43:19.595Z | Compiling clap v4.5.4 |
661 | 2024-06-28T19:43:19.681Z | Compiling strum v0.26.2 |
662 | 2024-06-28T19:43:19.706Z | Compiling macaddr v1.0.1 |
663 | 2024-06-28T19:43:20.116Z | Compiling futures v0.3.30 |
664 | 2024-06-28T19:43:20.144Z | Compiling tabled v0.15.0 |
665 | 2024-06-28T19:43:20.247Z | Compiling swrite v0.1.0 |
666 | 2024-06-28T19:43:25.369Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
667 | 2024-06-28T19:43:35.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
668 | 2024-06-28T19:43:35.774Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
669 | 2024-06-28T19:43:35.849Z | Jun 28 19:43:35.339 INFO Starting download, target: Clickhouse |
670 | 2024-06-28T19:43:35.849Z | Jun 28 19:43:35.340 INFO Starting download, target: Cockroach |
671 | 2024-06-28T19:43:35.876Z | Jun 28 19:43:35.340 INFO Starting download, target: Console |
672 | 2024-06-28T19:43:35.877Z | Jun 28 19:43:35.340 INFO Starting download, target: DendriteOpenapi |
673 | 2024-06-28T19:43:35.877Z | Jun 28 19:43:35.340 INFO Starting download, target: DendriteStub |
674 | 2024-06-28T19:43:35.877Z | Jun 28 19:43:35.340 INFO Starting download, target: MaghemiteMgd |
675 | 2024-06-28T19:43:35.877Z | Jun 28 19:43:35.340 INFO Starting download, target: TransceiverControl |
676 | 2024-06-28T19:43:35.877Z | Jun 28 19:43:35.341 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
677 | 2024-06-28T19:43:35.878Z | Jun 28 19:43:35.341 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
678 | 2024-06-28T19:43:35.878Z | Jun 28 19:43:35.341 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
679 | 2024-06-28T19:43:35.878Z | Jun 28 19:43:35.341 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
680 | 2024-06-28T19:43:35.878Z | Jun 28 19:43:35.341 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
681 | 2024-06-28T19:43:35.878Z | Jun 28 19:43:35.341 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
682 | 2024-06-28T19:43:35.878Z | Jun 28 19:43:35.342 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
683 | 2024-06-28T19:43:36.191Z | Jun 28 19:43:35.680 INFO Download complete, target: DendriteOpenapi |
684 | 2024-06-28T19:43:36.249Z | Jun 28 19:43:35.739 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
685 | 2024-06-28T19:43:36.584Z | Jun 28 19:43:36.078 INFO Download complete, target: Console |
686 | 2024-06-28T19:43:37.868Z | Jun 28 19:43:37.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-06-28T19:43:38.568Z | Jun 28 19:43:38.061 INFO Download complete, target: TransceiverControl |
688 | 2024-06-28T19:43:39.086Z | Jun 28 19:43:38.580 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
689 | 2024-06-28T19:43:40.492Z | Jun 28 19:43:39.985 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
690 | 2024-06-28T19:43:42.408Z | Jun 28 19:43:41.902 INFO Download complete, target: DendriteStub |
691 | 2024-06-28T19:43:43.927Z | Jun 28 19:43:43.421 INFO Download complete, target: MaghemiteMgd |
692 | 2024-06-28T19:43:47.671Z | Jun 28 19:43:47.165 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
693 | 2024-06-28T19:43:47.671Z | Jun 28 19:43:47.165 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
694 | 2024-06-28T19:43:58.029Z | Jun 28 19:43:57.522 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-06-28T19:43:58.477Z | Jun 28 19:43:57.971 INFO Checking that binary works, target: Cockroach |
696 | 2024-06-28T19:43:58.679Z | Jun 28 19:43:58.173 INFO Download complete, target: Cockroach |
697 | 2024-06-28T19:44:01.683Z | Jun 28 19:44:01.177 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
698 | 2024-06-28T19:44:18.136Z | Jun 28 19:44:17.630 INFO Checking that binary works, target: Clickhouse |
699 | 2024-06-28T19:44:18.263Z | Jun 28 19:44:17.757 INFO Download complete, target: Clickhouse |
700 | 2024-06-28T19:44:18.289Z | All builder prerequisites installed successfully, and PATH looks valid |
701 | 2024-06-28T19:44:18.316Z | |
702 | 2024-06-28T19:44:18.316Z | real 3:11.264927385 |
703 | 2024-06-28T19:44:18.316Z | user 5:25.698795742 |
704 | 2024-06-28T19:44:18.316Z | sys 1:21.321214076 |
705 | 2024-06-28T19:44:18.317Z | trap 0.186968147 |
706 | 2024-06-28T19:44:18.317Z | tflt 0.083140798 |
707 | 2024-06-28T19:44:18.317Z | dflt 0.785886778 |
708 | 2024-06-28T19:44:18.317Z | kflt 0.006738794 |
709 | 2024-06-28T19:44:18.317Z | lock 17:54.359322313 |
710 | 2024-06-28T19:44:18.317Z | slp 15:48.699105027 |
711 | 2024-06-28T19:44:18.317Z | lat 24.166948227 |
712 | 2024-06-28T19:44:18.317Z | stop 1:03.537001751 |
713 | 2024-06-28T19:44:18.317Z | + banner clippy |
714 | 2024-06-28T19:44:18.317Z | |
715 | 2024-06-28T19:44:18.317Z | #### # # ##### ##### # # |
716 | 2024-06-28T19:44:18.317Z | # # # # # # # # # # |
717 | 2024-06-28T19:44:18.317Z | # # # # # # # # |
718 | 2024-06-28T19:44:18.317Z | # # # ##### ##### # |
719 | 2024-06-28T19:44:18.317Z | # # # # # # # |
720 | 2024-06-28T19:44:18.317Z | #### ###### # # # # |
721 | 2024-06-28T19:44:18.317Z | |
722 | 2024-06-28T19:44:18.317Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-06-28T19:44:18.317Z | + CARGO_INCREMENTAL=0 |
724 | 2024-06-28T19:44:18.317Z | + ptime -m cargo xtask clippy |
725 | 2024-06-28T19:44:19.003Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
726 | 2024-06-28T19:44:28.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.32s |
727 | 2024-06-28T19:44:28.741Z | Running `target/debug/xtask clippy` |
728 | 2024-06-28T19:44:28.777Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
729 | 2024-06-28T19:44:29.755Z | Downloading crates ... |
730 | 2024-06-28T19:44:29.941Z | Downloaded async-stream-impl v0.3.5 |
731 | 2024-06-28T19:44:29.965Z | Downloaded atty v0.2.14 |
732 | 2024-06-28T19:44:29.966Z | Downloaded ciborium-io v0.2.2 |
733 | 2024-06-28T19:44:29.966Z | Downloaded cstr-argument v0.1.2 |
734 | 2024-06-28T19:44:29.966Z | Downloaded corncobs v0.1.3 |
735 | 2024-06-28T19:44:29.992Z | Downloaded iana-time-zone v0.1.60 |
736 | 2024-06-28T19:44:30.019Z | Downloaded termtree v0.4.1 |
737 | 2024-06-28T19:44:30.019Z | Downloaded walkdir v2.5.0 |
738 | 2024-06-28T19:44:30.045Z | Downloaded endian-type v0.1.2 |
739 | 2024-06-28T19:44:30.045Z | Downloaded pretty-hex v0.2.1 |
740 | 2024-06-28T19:44:30.072Z | Downloaded ref-cast v1.0.23 |
741 | 2024-06-28T19:44:30.072Z | Downloaded phf_shared v0.10.0 |
742 | 2024-06-28T19:44:30.101Z | Downloaded foreign-types-shared v0.3.1 |
743 | 2024-06-28T19:44:30.101Z | Downloaded guppy-workspace-hack v0.1.0 |
744 | 2024-06-28T19:44:30.101Z | Downloaded darling_macro v0.20.9 |
745 | 2024-06-28T19:44:30.101Z | Downloaded diesel_table_macro_syntax v0.1.0 |
746 | 2024-06-28T19:44:30.128Z | Downloaded toolchain_find v0.4.0 |
747 | 2024-06-28T19:44:30.129Z | Downloaded tower-layer v0.3.2 |
748 | 2024-06-28T19:44:30.129Z | Downloaded termcolor v1.4.1 |
749 | 2024-06-28T19:44:30.129Z | Downloaded rustfmt-wrapper v0.2.1 |
750 | 2024-06-28T19:44:30.129Z | Downloaded poly1305 v0.8.0 |
751 | 2024-06-28T19:44:30.156Z | Downloaded stability v0.2.0 |
752 | 2024-06-28T19:44:30.156Z | Downloaded zone_cfg_derive v0.1.2 |
753 | 2024-06-28T19:44:30.156Z | Downloaded similar-asserts v1.5.0 |
754 | 2024-06-28T19:44:30.156Z | Downloaded serde-big-array v0.4.1 |
755 | 2024-06-28T19:44:30.156Z | Downloaded serde-big-array v0.5.1 |
756 | 2024-06-28T19:44:30.183Z | Downloaded salty v0.2.0 |
757 | 2024-06-28T19:44:30.183Z | Downloaded scheduled-thread-pool v0.2.7 |
758 | 2024-06-28T19:44:30.209Z | Downloaded serde-hex v0.1.0 |
759 | 2024-06-28T19:44:30.209Z | Downloaded zerocopy v0.6.6 |
760 | 2024-06-28T19:44:30.209Z | Downloaded tempfile v3.10.1 |
761 | 2024-06-28T19:44:30.209Z | Downloaded trust-dns-resolver v0.22.0 |
762 | 2024-06-28T19:44:30.209Z | Downloaded zip v0.6.6 |
763 | 2024-06-28T19:44:30.234Z | Downloaded schemars v0.8.21 |
764 | 2024-06-28T19:44:30.234Z | Downloaded samael v0.0.15 |
765 | 2024-06-28T19:44:30.260Z | Downloaded x509-cert v0.2.5 |
766 | 2024-06-28T19:44:30.260Z | Downloaded object v0.32.2 |
767 | 2024-06-28T19:44:30.285Z | Downloaded rustls v0.21.12 |
768 | 2024-06-28T19:44:30.310Z | Downloaded trust-dns-proto v0.22.0 |
769 | 2024-06-28T19:44:30.310Z | Downloaded zerocopy-derive v0.6.6 |
770 | 2024-06-28T19:44:30.336Z | Downloaded regex-automata v0.4.6 |
771 | 2024-06-28T19:44:30.361Z | Downloaded finl_unicode v1.2.0 |
772 | 2024-06-28T19:44:30.362Z | Downloaded sled v0.34.7 |
773 | 2024-06-28T19:44:30.386Z | Downloaded diesel v2.1.6 |
774 | 2024-06-28T19:44:30.411Z | Downloaded polar-core v0.27.3 |
775 | 2024-06-28T19:44:30.411Z | Downloaded regress v0.9.1 |
776 | 2024-06-28T19:44:30.436Z | Downloaded regex-syntax v0.8.3 |
777 | 2024-06-28T19:44:30.436Z | Downloaded regex-syntax v0.6.29 |
778 | 2024-06-28T19:44:30.437Z | Downloaded openapiv3 v2.0.0 |
779 | 2024-06-28T19:44:30.461Z | Downloaded nix v0.28.0 |
780 | 2024-06-28T19:44:30.461Z | Downloaded nix v0.27.1 |
781 | 2024-06-28T19:44:30.486Z | Downloaded tower v0.4.13 |
782 | 2024-06-28T19:44:30.486Z | Downloaded tough v0.17.1 |
783 | 2024-06-28T19:44:30.511Z | Downloaded guppy v0.17.5 |
784 | 2024-06-28T19:44:30.511Z | Downloaded portable-atomic v1.6.0 |
785 | 2024-06-28T19:44:30.535Z | Downloaded plotters v0.3.5 |
786 | 2024-06-28T19:44:30.535Z | Downloaded object v0.30.4 |
787 | 2024-06-28T19:44:30.560Z | Downloaded lalrpop v0.19.12 |
788 | 2024-06-28T19:44:30.561Z | Downloaded unicode-segmentation v1.11.0 |
789 | 2024-06-28T19:44:30.561Z | Downloaded ring v0.17.8 |
790 | 2024-06-28T19:44:30.645Z | Downloaded typed-path v0.7.1 |
791 | 2024-06-28T19:44:30.670Z | Downloaded trust-dns-server v0.22.1 |
792 | 2024-06-28T19:44:30.670Z | Downloaded sha3 v0.10.8 |
793 | 2024-06-28T19:44:30.670Z | Downloaded tungstenite v0.21.0 |
794 | 2024-06-28T19:44:30.670Z | Downloaded regex-automata v0.1.10 |
795 | 2024-06-28T19:44:30.695Z | Downloaded itertools v0.12.1 |
796 | 2024-06-28T19:44:30.695Z | Downloaded ring v0.16.20 |
797 | 2024-06-28T19:44:30.783Z | Downloaded trust-dns-client v0.22.0 |
798 | 2024-06-28T19:44:30.808Z | Downloaded petgraph v0.6.5 |
799 | 2024-06-28T19:44:30.833Z | Downloaded russh v0.43.0 |
800 | 2024-06-28T19:44:30.833Z | Downloaded csv v1.3.0 |
801 | 2024-06-28T19:44:30.858Z | Downloaded tungstenite v0.20.1 |
802 | 2024-06-28T19:44:30.858Z | Downloaded der v0.7.9 |
803 | 2024-06-28T19:44:30.858Z | Downloaded same-file v1.0.6 |
804 | 2024-06-28T19:44:30.858Z | Downloaded rustls v0.22.4 |
805 | 2024-06-28T19:44:30.883Z | Downloaded diesel_derives v2.1.4 |
806 | 2024-06-28T19:44:30.883Z | Downloaded derive_builder v0.20.0 |
807 | 2024-06-28T19:44:30.883Z | Downloaded regex v1.10.4 |
808 | 2024-06-28T19:44:30.908Z | Downloaded ratatui v0.26.2 |
809 | 2024-06-28T19:44:30.932Z | Downloaded p521 v0.13.3 |
810 | 2024-06-28T19:44:30.932Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
811 | 2024-06-28T19:44:30.957Z | Downloaded rustyline v14.0.0 |
812 | 2024-06-28T19:44:30.957Z | Downloaded rustls-webpki v0.102.4 |
813 | 2024-06-28T19:44:30.982Z | Downloaded rustls-webpki v0.101.7 |
814 | 2024-06-28T19:44:31.012Z | Downloaded sqlparser v0.45.0 |
815 | 2024-06-28T19:44:31.012Z | Downloaded yasna v0.5.2 |
816 | 2024-06-28T19:44:31.012Z | Downloaded trybuild v1.0.96 |
817 | 2024-06-28T19:44:31.012Z | Downloaded gimli v0.28.1 |
818 | 2024-06-28T19:44:31.012Z | Downloaded idna v0.3.0 |
819 | 2024-06-28T19:44:31.036Z | Downloaded idna v0.2.3 |
820 | 2024-06-28T19:44:31.036Z | Downloaded rsa v0.9.6 |
821 | 2024-06-28T19:44:31.036Z | Downloaded radix_trie v0.2.1 |
822 | 2024-06-28T19:44:31.061Z | Downloaded num-bigint v0.4.5 |
823 | 2024-06-28T19:44:31.061Z | Downloaded nom v7.1.3 |
824 | 2024-06-28T19:44:31.061Z | Downloaded rustls-pki-types v1.7.0 |
825 | 2024-06-28T19:44:31.061Z | Downloaded rustls-pemfile v2.1.2 |
826 | 2024-06-28T19:44:31.061Z | Downloaded rustls-native-certs v0.7.0 |
827 | 2024-06-28T19:44:31.061Z | Downloaded zeroize_derive v1.4.2 |
828 | 2024-06-28T19:44:31.061Z | Downloaded steno v0.4.0 |
829 | 2024-06-28T19:44:31.087Z | Downloaded tracing-attributes v0.1.27 |
830 | 2024-06-28T19:44:31.087Z | Downloaded dhcproto v0.11.0 |
831 | 2024-06-28T19:44:31.087Z | Downloaded derive_more v0.99.17 |
832 | 2024-06-28T19:44:31.087Z | Downloaded derive-where v1.2.7 |
833 | 2024-06-28T19:44:31.087Z | Downloaded hyper v1.3.1 |
834 | 2024-06-28T19:44:31.115Z | Downloaded hkdf v0.12.4 |
835 | 2024-06-28T19:44:31.115Z | Downloaded fancy-regex v0.13.0 |
836 | 2024-06-28T19:44:31.115Z | Downloaded expectorate v1.1.0 |
837 | 2024-06-28T19:44:31.115Z | Downloaded semver v0.1.20 |
838 | 2024-06-28T19:44:31.115Z | Downloaded sct v0.7.1 |
839 | 2024-06-28T19:44:31.115Z | Downloaded schemars_derive v0.8.21 |
840 | 2024-06-28T19:44:31.115Z | Downloaded rusty-fork v0.3.0 |
841 | 2024-06-28T19:44:31.115Z | Downloaded zeroize v1.7.0 |
842 | 2024-06-28T19:44:31.115Z | Downloaded spki v0.7.3 |
843 | 2024-06-28T19:44:31.115Z | Downloaded spin v0.9.8 |
844 | 2024-06-28T19:44:31.140Z | Downloaded siphasher v0.3.11 |
845 | 2024-06-28T19:44:31.140Z | Downloaded similar v2.5.0 |
846 | 2024-06-28T19:44:31.140Z | Downloaded signal-hook v0.3.17 |
847 | 2024-06-28T19:44:31.140Z | Downloaded unsafe-libyaml v0.2.11 |
848 | 2024-06-28T19:44:31.140Z | Downloaded unicode_categories v0.1.1 |
849 | 2024-06-28T19:44:31.140Z | Downloaded tui-tree-widget v0.19.0 |
850 | 2024-06-28T19:44:31.140Z | Downloaded postcard v1.0.8 |
851 | 2024-06-28T19:44:31.140Z | Downloaded ron v0.8.1 |
852 | 2024-06-28T19:44:31.165Z | Downloaded rayon v1.10.0 |
853 | 2024-06-28T19:44:31.165Z | Downloaded quick-xml v0.31.0 |
854 | 2024-06-28T19:44:31.165Z | Downloaded bstr v1.9.1 |
855 | 2024-06-28T19:44:31.191Z | Downloaded secrecy v0.8.0 |
856 | 2024-06-28T19:44:31.191Z | Downloaded sec1 v0.7.3 |
857 | 2024-06-28T19:44:31.191Z | Downloaded zone v0.1.8 |
858 | 2024-06-28T19:44:31.191Z | Downloaded unicode-linebreak v0.1.5 |
859 | 2024-06-28T19:44:31.191Z | Downloaded unarray v0.1.4 |
860 | 2024-06-28T19:44:31.191Z | Downloaded toml_edit v0.19.15 |
861 | 2024-06-28T19:44:31.216Z | Downloaded half v2.4.1 |
862 | 2024-06-28T19:44:31.216Z | Downloaded globset v0.4.14 |
863 | 2024-06-28T19:44:31.216Z | Downloaded rstest_macros v0.19.0 |
864 | 2024-06-28T19:44:31.216Z | Downloaded proptest v1.4.0 |
865 | 2024-06-28T19:44:31.242Z | Downloaded serde_derive_internals v0.29.1 |
866 | 2024-06-28T19:44:31.242Z | Downloaded yansi v0.5.1 |
867 | 2024-06-28T19:44:31.242Z | Downloaded unicode-xid v0.2.4 |
868 | 2024-06-28T19:44:31.242Z | Downloaded target-lexicon v0.12.14 |
869 | 2024-06-28T19:44:31.242Z | Downloaded subprocess v0.2.9 |
870 | 2024-06-28T19:44:31.242Z | Downloaded strum_macros v0.25.3 |
871 | 2024-06-28T19:44:31.242Z | Downloaded tokio-postgres v0.7.10 |
872 | 2024-06-28T19:44:31.242Z | Downloaded derive_builder_core v0.20.0 |
873 | 2024-06-28T19:44:31.267Z | Downloaded der_derive v0.7.2 |
874 | 2024-06-28T19:44:31.267Z | Downloaded smoltcp v0.11.0 |
875 | 2024-06-28T19:44:31.267Z | Downloaded itertools v0.10.5 |
876 | 2024-06-28T19:44:31.267Z | Downloaded sqlformat v0.2.3 |
877 | 2024-06-28T19:44:31.293Z | Downloaded spin v0.5.2 |
878 | 2024-06-28T19:44:31.293Z | Downloaded slog-scope v4.4.0 |
879 | 2024-06-28T19:44:31.293Z | Downloaded slog-envlogger v2.2.0 |
880 | 2024-06-28T19:44:31.293Z | Downloaded slog-dtrace v0.3.0 |
881 | 2024-06-28T19:44:31.293Z | Downloaded sigpipe v0.1.3 |
882 | 2024-06-28T19:44:31.293Z | Downloaded signature v2.2.0 |
883 | 2024-06-28T19:44:31.293Z | Downloaded signature v1.6.4 |
884 | 2024-06-28T19:44:31.293Z | Downloaded signal-hook-tokio v0.3.1 |
885 | 2024-06-28T19:44:31.293Z | Downloaded signal-hook-mio v0.2.3 |
886 | 2024-06-28T19:44:31.293Z | Downloaded shlex v1.3.0 |
887 | 2024-06-28T19:44:31.293Z | Downloaded shell-words v1.1.0 |
888 | 2024-06-28T19:44:31.293Z | Downloaded serde_plain v1.0.2 |
889 | 2024-06-28T19:44:31.293Z | Downloaded serde_path_to_error v0.1.16 |
890 | 2024-06-28T19:44:31.293Z | Downloaded untrusted v0.7.1 |
891 | 2024-06-28T19:44:31.293Z | Downloaded unicase v2.7.0 |
892 | 2024-06-28T19:44:31.293Z | Downloaded target-spec v3.1.0 |
893 | 2024-06-28T19:44:31.293Z | Downloaded tap v1.0.1 |
894 | 2024-06-28T19:44:31.318Z | Downloaded tabwriter v1.4.0 |
895 | 2024-06-28T19:44:31.318Z | Downloaded supports-color v3.0.0 |
896 | 2024-06-28T19:44:31.318Z | Downloaded subtle v2.5.0 |
897 | 2024-06-28T19:44:31.318Z | Downloaded topological-sort v0.2.2 |
898 | 2024-06-28T19:44:31.318Z | Downloaded toml v0.7.8 |
899 | 2024-06-28T19:44:31.318Z | Downloaded toml v0.5.11 |
900 | 2024-06-28T19:44:31.318Z | Downloaded postgres-protocol v0.6.6 |
901 | 2024-06-28T19:44:31.318Z | Downloaded ron v0.7.1 |
902 | 2024-06-28T19:44:31.318Z | Downloaded reedline v0.31.0 |
903 | 2024-06-28T19:44:31.343Z | Downloaded num-bigint-dig v0.8.4 |
904 | 2024-06-28T19:44:31.343Z | Downloaded libm v0.2.8 |
905 | 2024-06-28T19:44:31.343Z | Downloaded sqlparser_derive v0.2.2 |
906 | 2024-06-28T19:44:31.343Z | Downloaded wyz v0.5.1 |
907 | 2024-06-28T19:44:31.343Z | Downloaded untrusted v0.9.0 |
908 | 2024-06-28T19:44:31.343Z | Downloaded universal-hash v0.5.1 |
909 | 2024-06-28T19:44:31.368Z | Downloaded strum_macros v0.24.3 |
910 | 2024-06-28T19:44:31.368Z | Downloaded structmeta-derive v0.3.0 |
911 | 2024-06-28T19:44:31.368Z | Downloaded structmeta-derive v0.2.0 |
912 | 2024-06-28T19:44:31.368Z | Downloaded structmeta v0.3.0 |
913 | 2024-06-28T19:44:31.368Z | Downloaded structmeta v0.2.0 |
914 | 2024-06-28T19:44:31.368Z | Downloaded strip-ansi-escapes v0.2.0 |
915 | 2024-06-28T19:44:31.368Z | Downloaded stringprep v0.1.4 |
916 | 2024-06-28T19:44:31.368Z | Downloaded string_cache v0.8.7 |
917 | 2024-06-28T19:44:31.368Z | Downloaded static_assertions v1.1.0 |
918 | 2024-06-28T19:44:31.368Z | Downloaded stable_deref_trait v1.2.0 |
919 | 2024-06-28T19:44:31.368Z | Downloaded tokio-tungstenite v0.21.0 |
920 | 2024-06-28T19:44:31.368Z | Downloaded tokio-tungstenite v0.20.1 |
921 | 2024-06-28T19:44:31.368Z | Downloaded tokio-stream v0.1.15 |
922 | 2024-06-28T19:44:31.393Z | Downloaded tokio-rustls v0.25.0 |
923 | 2024-06-28T19:44:31.393Z | Downloaded tokio-rustls v0.24.1 |
924 | 2024-06-28T19:44:31.393Z | Downloaded darling_core v0.20.9 |
925 | 2024-06-28T19:44:31.393Z | Downloaded rustc_version v0.1.7 |
926 | 2024-06-28T19:44:31.393Z | Downloaded postgres-types v0.2.6 |
927 | 2024-06-28T19:44:31.393Z | Downloaded flume v0.11.0 |
928 | 2024-06-28T19:44:31.393Z | Downloaded pin-project v1.1.5 |
929 | 2024-06-28T19:44:31.418Z | Downloaded hashbrown v0.13.2 |
930 | 2024-06-28T19:44:31.418Z | Downloaded http v1.1.0 |
931 | 2024-06-28T19:44:31.418Z | Downloaded heapless v0.8.0 |
932 | 2024-06-28T19:44:31.418Z | Downloaded hashbrown v0.12.3 |
933 | 2024-06-28T19:44:31.443Z | Downloaded defmt-parser v0.3.4 |
934 | 2024-06-28T19:44:31.443Z | Downloaded defmt-macros v0.3.9 |
935 | 2024-06-28T19:44:31.443Z | Downloaded pkcs8 v0.10.2 |
936 | 2024-06-28T19:44:31.443Z | Downloaded pkcs1 v0.7.5 |
937 | 2024-06-28T19:44:31.443Z | Downloaded pin-project-internal v1.1.5 |
938 | 2024-06-28T19:44:31.443Z | Downloaded rstest v0.19.0 |
939 | 2024-06-28T19:44:31.443Z | Downloaded rand v0.7.3 |
940 | 2024-06-28T19:44:31.468Z | Downloaded libxml v0.3.3 |
941 | 2024-06-28T19:44:31.468Z | Downloaded rustc_version v0.4.0 |
942 | 2024-06-28T19:44:31.468Z | Downloaded rustc-hash v1.1.0 |
943 | 2024-06-28T19:44:31.468Z | Downloaded ppv-lite86 v0.2.17 |
944 | 2024-06-28T19:44:31.468Z | Downloaded hash32 v0.2.1 |
945 | 2024-06-28T19:44:31.468Z | Downloaded group v0.13.0 |
946 | 2024-06-28T19:44:31.468Z | Downloaded hyper-util v0.1.3 |
947 | 2024-06-28T19:44:31.468Z | Downloaded hyper-rustls v0.26.0 |
948 | 2024-06-28T19:44:31.493Z | Downloaded hmac v0.12.1 |
949 | 2024-06-28T19:44:31.493Z | Downloaded headers v0.3.9 |
950 | 2024-06-28T19:44:31.493Z | Downloaded russh-keys v0.43.0 |
951 | 2024-06-28T19:44:31.493Z | Downloaded rayon-core v1.12.1 |
952 | 2024-06-28T19:44:31.493Z | Downloaded webpki-roots v0.25.4 |
953 | 2024-06-28T19:44:31.493Z | Downloaded minimal-lexical v0.2.1 |
954 | 2024-06-28T19:44:31.518Z | Downloaded libtest-mimic v0.7.3 |
955 | 2024-06-28T19:44:31.518Z | Downloaded glob v0.3.1 |
956 | 2024-06-28T19:44:31.518Z | Downloaded getrandom v0.1.16 |
957 | 2024-06-28T19:44:31.518Z | Downloaded fragile v2.0.0 |
958 | 2024-06-28T19:44:31.518Z | Downloaded foreign-types-macros v0.2.3 |
959 | 2024-06-28T19:44:31.518Z | Downloaded diff v0.1.13 |
960 | 2024-06-28T19:44:31.518Z | Downloaded hyper-rustls v0.24.2 |
961 | 2024-06-28T19:44:31.518Z | Downloaded heapless v0.7.17 |
962 | 2024-06-28T19:44:31.518Z | Downloaded rustc-demangle v0.1.24 |
963 | 2024-06-28T19:44:31.549Z | Downloaded rust-argon2 v2.1.0 |
964 | 2024-06-28T19:44:31.549Z | Downloaded rand v0.8.5 |
965 | 2024-06-28T19:44:31.549Z | Downloaded publicsuffix v2.2.3 |
966 | 2024-06-28T19:44:31.549Z | Downloaded fatfs v0.3.6 |
967 | 2024-06-28T19:44:31.549Z | Downloaded smoltcp v0.9.1 |
968 | 2024-06-28T19:44:31.549Z | Downloaded bstr v0.2.17 |
969 | 2024-06-28T19:44:31.574Z | Downloaded dhcproto-macros v0.1.0 |
970 | 2024-06-28T19:44:31.574Z | Downloaded derive_builder_macro v0.20.0 |
971 | 2024-06-28T19:44:31.574Z | Downloaded defmt v0.3.8 |
972 | 2024-06-28T19:44:31.574Z | Downloaded debug-ignore v1.0.5 |
973 | 2024-06-28T19:44:31.574Z | Downloaded datatest-stable v0.2.9 |
974 | 2024-06-28T19:44:31.574Z | Downloaded data-encoding v2.6.0 |
975 | 2024-06-28T19:44:31.574Z | Downloaded getrandom v0.2.14 |
976 | 2024-06-28T19:44:31.574Z | Downloaded foreign-types v0.5.0 |
977 | 2024-06-28T19:44:31.574Z | Downloaded ecdsa v0.16.9 |
978 | 2024-06-28T19:44:31.599Z | Downloaded polyval v0.6.2 |
979 | 2024-06-28T19:44:31.599Z | Downloaded plotters-backend v0.3.5 |
980 | 2024-06-28T19:44:31.599Z | Downloaded pem-rfc7468 v0.7.0 |
981 | 2024-06-28T19:44:31.599Z | Downloaded httptest v0.15.5 |
982 | 2024-06-28T19:44:31.599Z | Downloaded pretty_assertions v1.4.0 |
983 | 2024-06-28T19:44:31.599Z | Downloaded ghash v0.5.1 |
984 | 2024-06-28T19:44:31.599Z | Downloaded getopts v0.2.21 |
985 | 2024-06-28T19:44:31.599Z | Downloaded gethostname v0.4.3 |
986 | 2024-06-28T19:44:31.599Z | Downloaded futures-timer v3.0.3 |
987 | 2024-06-28T19:44:31.599Z | Downloaded funty v2.0.0 |
988 | 2024-06-28T19:44:31.599Z | Downloaded dyn-clone v1.0.17 |
989 | 2024-06-28T19:44:31.599Z | Downloaded downcast v0.11.0 |
990 | 2024-06-28T19:44:31.599Z | Downloaded display-error-chain v0.2.0 |
991 | 2024-06-28T19:44:31.599Z | Downloaded dirs-sys v0.4.1 |
992 | 2024-06-28T19:44:31.624Z | Downloaded dirs v5.0.1 |
993 | 2024-06-28T19:44:31.624Z | Downloaded difflib v0.4.0 |
994 | 2024-06-28T19:44:31.624Z | Downloaded phf_shared v0.11.2 |
995 | 2024-06-28T19:44:31.624Z | Downloaded phf v0.11.2 |
996 | 2024-06-28T19:44:31.624Z | Downloaded hostname v0.4.0 |
997 | 2024-06-28T19:44:31.624Z | Downloaded bitvec v1.0.1 |
998 | 2024-06-28T19:44:31.648Z | Downloaded fxhash v0.2.1 |
999 | 2024-06-28T19:44:31.648Z | Downloaded doc-comment v0.3.3 |
1000 | 2024-06-28T19:44:31.648Z | Downloaded hyper-staticfile v0.9.5 |
1001 | 2024-06-28T19:44:31.648Z | Downloaded highway v1.1.0 |
1002 | 2024-06-28T19:44:31.648Z | Downloaded hex v0.4.3 |
1003 | 2024-06-28T19:44:31.649Z | Downloaded heck v0.3.3 |
1004 | 2024-06-28T19:44:31.649Z | Downloaded rfc6979 v0.4.0 |
1005 | 2024-06-28T19:44:31.649Z | Downloaded resolv-conf v0.7.0 |
1006 | 2024-06-28T19:44:31.649Z | Downloaded float-ord v0.3.2 |
1007 | 2024-06-28T19:44:31.649Z | Downloaded portpicker v0.1.1 |
1008 | 2024-06-28T19:44:31.649Z | Downloaded plotters-svg v0.3.5 |
1009 | 2024-06-28T19:44:31.649Z | Downloaded ident_case v1.0.1 |
1010 | 2024-06-28T19:44:31.649Z | Downloaded humantime v2.1.0 |
1011 | 2024-06-28T19:44:31.649Z | Downloaded hubpack_derive v0.1.1 |
1012 | 2024-06-28T19:44:31.649Z | Downloaded hubpack v0.1.2 |
1013 | 2024-06-28T19:44:31.649Z | Downloaded http-body v1.0.0 |
1014 | 2024-06-28T19:44:31.649Z | Downloaded home v0.5.9 |
1015 | 2024-06-28T19:44:31.649Z | Downloaded hex-literal v0.4.1 |
1016 | 2024-06-28T19:44:31.673Z | Downloaded headers-core v0.2.0 |
1017 | 2024-06-28T19:44:31.674Z | Downloaded hash32 v0.3.1 |
1018 | 2024-06-28T19:44:31.674Z | Downloaded rtoolbox v0.0.2 |
1019 | 2024-06-28T19:44:31.674Z | Downloaded rpassword v7.3.1 |
1020 | 2024-06-28T19:44:31.674Z | Downloaded ref-cast-impl v1.0.23 |
1021 | 2024-06-28T19:44:31.674Z | Downloaded rcgen v0.12.1 |
1022 | 2024-06-28T19:44:31.674Z | Downloaded rand_seeder v0.2.3 |
1023 | 2024-06-28T19:44:31.674Z | Downloaded rand_distr v0.4.3 |
1024 | 2024-06-28T19:44:31.674Z | Downloaded rand_core v0.6.4 |
1025 | 2024-06-28T19:44:31.674Z | Downloaded rand_chacha v0.3.1 |
1026 | 2024-06-28T19:44:31.674Z | Downloaded prettyplease v0.2.20 |
1027 | 2024-06-28T19:44:31.674Z | Downloaded float-cmp v0.9.0 |
1028 | 2024-06-28T19:44:31.674Z | Downloaded flagset v0.4.5 |
1029 | 2024-06-28T19:44:31.698Z | Downloaded fd-lock v4.0.2 |
1030 | 2024-06-28T19:44:31.698Z | Downloaded p256 v0.13.2 |
1031 | 2024-06-28T19:44:31.698Z | Downloaded curve25519-dalek v4.1.3 |
1032 | 2024-06-28T19:44:31.698Z | Downloaded http-range v0.1.5 |
1033 | 2024-06-28T19:44:31.699Z | Downloaded russh-cryptovec v0.7.2 |
1034 | 2024-06-28T19:44:31.699Z | Downloaded relative-path v1.9.3 |
1035 | 2024-06-28T19:44:31.699Z | Downloaded rand_xorshift v0.3.0 |
1036 | 2024-06-28T19:44:31.699Z | Downloaded rand_core v0.5.1 |
1037 | 2024-06-28T19:44:31.699Z | Downloaded rand_chacha v0.2.2 |
1038 | 2024-06-28T19:44:31.699Z | Downloaded radium v0.7.0 |
1039 | 2024-06-28T19:44:31.723Z | Downloaded r2d2 v0.8.10 |
1040 | 2024-06-28T19:44:31.723Z | Downloaded quick-error v1.2.3 |
1041 | 2024-06-28T19:44:31.723Z | Downloaded psl-types v2.0.11 |
1042 | 2024-06-28T19:44:31.723Z | Downloaded proc-macro-crate v1.3.1 |
1043 | 2024-06-28T19:44:31.723Z | Downloaded primeorder v0.13.6 |
1044 | 2024-06-28T19:44:31.723Z | Downloaded fixedbitset v0.4.2 |
1045 | 2024-06-28T19:44:31.723Z | Downloaded ff v0.13.0 |
1046 | 2024-06-28T19:44:31.723Z | Downloaded fallible-iterator v0.2.0 |
1047 | 2024-06-28T19:44:31.723Z | Downloaded erased-serde v0.3.31 |
1048 | 2024-06-28T19:44:31.723Z | Downloaded peg-macros v0.8.3 |
1049 | 2024-06-28T19:44:31.723Z | Downloaded password-hash v0.4.2 |
1050 | 2024-06-28T19:44:31.723Z | Downloaded oso v0.27.3 |
1051 | 2024-06-28T19:44:31.723Z | Downloaded omicron-zone-package v0.11.0 |
1052 | 2024-06-28T19:44:31.750Z | Downloaded num-complex v0.4.6 |
1053 | 2024-06-28T19:44:31.750Z | Downloaded cookie_store v0.20.0 |
1054 | 2024-06-28T19:44:31.750Z | Downloaded predicates-tree v1.0.9 |
1055 | 2024-06-28T19:44:31.750Z | Downloaded predicates v3.1.0 |
1056 | 2024-06-28T19:44:31.750Z | Downloaded fastrand v2.1.0 |
1057 | 2024-06-28T19:44:31.750Z | Downloaded ed25519-dalek v2.1.1 |
1058 | 2024-06-28T19:44:31.750Z | Downloaded winnow v0.5.40 |
1059 | 2024-06-28T19:44:31.775Z | Downloaded pem v3.0.4 |
1060 | 2024-06-28T19:44:31.775Z | Downloaded pbkdf2 v0.12.2 |
1061 | 2024-06-28T19:44:31.775Z | Downloaded paste v1.0.15 |
1062 | 2024-06-28T19:44:31.775Z | Downloaded parse-display v0.9.0 |
1063 | 2024-06-28T19:44:31.775Z | Downloaded parking_lot v0.11.2 |
1064 | 2024-06-28T19:44:31.775Z | Downloaded owo-colors v4.0.0 |
1065 | 2024-06-28T19:44:31.775Z | Downloaded num_enum v0.5.11 |
1066 | 2024-06-28T19:44:31.775Z | Downloaded num-traits v0.2.19 |
1067 | 2024-06-28T19:44:31.775Z | Downloaded nibble_vec v0.1.0 |
1068 | 2024-06-28T19:44:31.775Z | Downloaded nanorand v0.7.0 |
1069 | 2024-06-28T19:44:31.800Z | Downloaded multer v3.1.0 |
1070 | 2024-06-28T19:44:31.800Z | Downloaded mockall_derive v0.12.1 |
1071 | 2024-06-28T19:44:31.800Z | Downloaded mime_guess v2.0.4 |
1072 | 2024-06-28T19:44:31.800Z | Downloaded memmap2 v0.9.4 |
1073 | 2024-06-28T19:44:31.800Z | Downloaded indicatif v0.17.8 |
1074 | 2024-06-28T19:44:31.800Z | Downloaded blake3 v1.5.1 |
1075 | 2024-06-28T19:44:31.800Z | Downloaded predicates-core v1.0.6 |
1076 | 2024-06-28T19:44:31.825Z | Downloaded precomputed-hash v0.1.1 |
1077 | 2024-06-28T19:44:31.825Z | Downloaded escape8259 v0.5.2 |
1078 | 2024-06-28T19:44:31.825Z | Downloaded env_logger v0.10.2 |
1079 | 2024-06-28T19:44:31.825Z | Downloaded env_logger v0.9.3 |
1080 | 2024-06-28T19:44:31.825Z | Downloaded enum-as-inner v0.5.1 |
1081 | 2024-06-28T19:44:31.825Z | Downloaded ena v0.14.3 |
1082 | 2024-06-28T19:44:31.825Z | Downloaded embedded-io v0.4.0 |
1083 | 2024-06-28T19:44:31.825Z | Downloaded elliptic-curve v0.13.8 |
1084 | 2024-06-28T19:44:31.825Z | Downloaded either v1.12.0 |
1085 | 2024-06-28T19:44:31.825Z | Downloaded ed25519 v2.2.3 |
1086 | 2024-06-28T19:44:31.825Z | Downloaded ed25519 v1.5.3 |
1087 | 2024-06-28T19:44:31.825Z | Downloaded whoami v1.5.1 |
1088 | 2024-06-28T19:44:31.849Z | Downloaded test-strategy v0.3.1 |
1089 | 2024-06-28T19:44:31.850Z | Downloaded socket2 v0.4.10 |
1090 | 2024-06-28T19:44:31.850Z | Downloaded snafu-derive v0.8.2 |
1091 | 2024-06-28T19:44:31.850Z | Downloaded snafu v0.8.2 |
1092 | 2024-06-28T19:44:31.850Z | Downloaded serde_with_macros v3.8.1 |
1093 | 2024-06-28T19:44:31.850Z | Downloaded serde_with v3.8.1 |
1094 | 2024-06-28T19:44:31.875Z | Downloaded password-hash v0.5.0 |
1095 | 2024-06-28T19:44:31.875Z | Downloaded partial-io v0.5.4 |
1096 | 2024-06-28T19:44:31.875Z | Downloaded packed_struct_codegen v0.10.1 |
1097 | 2024-06-28T19:44:31.875Z | Downloaded oso-derive v0.27.3 |
1098 | 2024-06-28T19:44:31.875Z | Downloaded number_prefix v0.4.0 |
1099 | 2024-06-28T19:44:31.875Z | Downloaded num_enum_derive v0.5.11 |
1100 | 2024-06-28T19:44:31.875Z | Downloaded num-rational v0.4.2 |
1101 | 2024-06-28T19:44:31.875Z | Downloaded num-integer v0.1.46 |
1102 | 2024-06-28T19:44:31.875Z | Downloaded nu-ansi-term v0.50.0 |
1103 | 2024-06-28T19:44:31.875Z | Downloaded newtype-uuid v1.1.0 |
1104 | 2024-06-28T19:44:31.875Z | Downloaded mockall v0.12.1 |
1105 | 2024-06-28T19:44:31.875Z | Downloaded memoffset v0.9.1 |
1106 | 2024-06-28T19:44:31.875Z | Downloaded indexmap v1.9.3 |
1107 | 2024-06-28T19:44:31.900Z | Downloaded compact_str v0.7.1 |
1108 | 2024-06-28T19:44:31.900Z | Downloaded chrono v0.4.38 |
1109 | 2024-06-28T19:44:31.900Z | Downloaded bitfield-struct v0.6.1 |
1110 | 2024-06-28T19:44:31.900Z | Downloaded bindgen v0.69.4 |
1111 | 2024-06-28T19:44:31.925Z | Downloaded base64 v0.22.1 |
1112 | 2024-06-28T19:44:31.925Z | Downloaded which v4.4.2 |
1113 | 2024-06-28T19:44:31.925Z | Downloaded vte_generate_state_changes v0.1.1 |
1114 | 2024-06-28T19:44:31.925Z | Downloaded vte v0.11.1 |
1115 | 2024-06-28T19:44:31.925Z | Downloaded vsss-rs v3.3.4 |
1116 | 2024-06-28T19:44:31.925Z | Downloaded uzers v0.11.3 |
1117 | 2024-06-28T19:44:31.925Z | Downloaded uuid v1.8.0 |
1118 | 2024-06-28T19:44:31.925Z | Downloaded tls_codec v0.4.1 |
1119 | 2024-06-28T19:44:31.925Z | Downloaded tinytemplate v1.2.1 |
1120 | 2024-06-28T19:44:31.925Z | Downloaded textwrap v0.16.1 |
1121 | 2024-06-28T19:44:31.950Z | Downloaded termios v0.3.3 |
1122 | 2024-06-28T19:44:31.950Z | Downloaded smf v0.2.3 |
1123 | 2024-06-28T19:44:31.950Z | Downloaded serde_yaml v0.9.34+deprecated |
1124 | 2024-06-28T19:44:31.950Z | Downloaded serde_arrays v0.1.0 |
1125 | 2024-06-28T19:44:31.950Z | Downloaded pbkdf2 v0.11.0 |
1126 | 2024-06-28T19:44:31.950Z | Downloaded pathdiff v0.2.1 |
1127 | 2024-06-28T19:44:31.950Z | Downloaded parse-size v1.0.0 |
1128 | 2024-06-28T19:44:31.950Z | Downloaded parse-display-derive v0.9.0 |
1129 | 2024-06-28T19:44:31.950Z | Downloaded parking_lot_core v0.8.6 |
1130 | 2024-06-28T19:44:31.950Z | Downloaded packed_struct v0.10.1 |
1131 | 2024-06-28T19:44:31.950Z | Downloaded option-ext v0.2.0 |
1132 | 2024-06-28T19:44:31.950Z | Downloaded opaque-debug v0.3.1 |
1133 | 2024-06-28T19:44:31.950Z | Downloaded oorandom v11.1.3 |
1134 | 2024-06-28T19:44:31.950Z | Downloaded olpc-cjson v0.1.3 |
1135 | 2024-06-28T19:44:31.950Z | Downloaded num-iter v0.1.45 |
1136 | 2024-06-28T19:44:31.975Z | Downloaded num-derive v0.4.2 |
1137 | 2024-06-28T19:44:31.975Z | Downloaded new_debug_unreachable v1.0.6 |
1138 | 2024-06-28T19:44:31.975Z | Downloaded ipnetwork v0.20.0 |
1139 | 2024-06-28T19:44:31.975Z | Downloaded darling v0.20.9 |
1140 | 2024-06-28T19:44:31.975Z | Downloaded curve25519-dalek-derive v0.1.1 |
1141 | 2024-06-28T19:44:31.975Z | Downloaded crypto-bigint v0.5.5 |
1142 | 2024-06-28T19:44:31.975Z | Downloaded crossterm v0.27.0 |
1143 | 2024-06-28T19:44:32.000Z | Downloaded crossbeam-epoch v0.9.18 |
1144 | 2024-06-28T19:44:32.000Z | Downloaded crc-catalog v2.4.0 |
1145 | 2024-06-28T19:44:32.000Z | Downloaded crc v3.2.1 |
1146 | 2024-06-28T19:44:32.000Z | Downloaded cookie v0.18.1 |
1147 | 2024-06-28T19:44:32.000Z | Downloaded const-oid v0.9.6 |
1148 | 2024-06-28T19:44:32.000Z | Downloaded chacha20poly1305 v0.10.1 |
1149 | 2024-06-28T19:44:32.000Z | Downloaded cassowary v0.3.0 |
1150 | 2024-06-28T19:44:32.000Z | Downloaded camino-tempfile v1.1.1 |
1151 | 2024-06-28T19:44:32.000Z | Downloaded blake2b_simd v1.0.2 |
1152 | 2024-06-28T19:44:32.000Z | Downloaded bitfield v0.14.0 |
1153 | 2024-06-28T19:44:32.025Z | Downloaded bit-set v0.5.3 |
1154 | 2024-06-28T19:44:32.025Z | Downloaded bcs v0.1.6 |
1155 | 2024-06-28T19:44:32.025Z | Downloaded base64ct v1.6.0 |
1156 | 2024-06-28T19:44:32.025Z | Downloaded aho-corasick v1.1.3 |
1157 | 2024-06-28T19:44:32.025Z | Downloaded aes-gcm v0.10.3 |
1158 | 2024-06-28T19:44:32.025Z | Downloaded waitgroup v0.1.2 |
1159 | 2024-06-28T19:44:32.025Z | Downloaded wait-timeout v0.2.0 |
1160 | 2024-06-28T19:44:32.025Z | Downloaded utf-8 v0.7.6 |
1161 | 2024-06-28T19:44:32.025Z | Downloaded tls_codec_derive v0.4.1 |
1162 | 2024-06-28T19:44:32.025Z | Downloaded tiny-keccak v2.0.2 |
1163 | 2024-06-28T19:44:32.050Z | Downloaded threadpool v1.8.1 |
1164 | 2024-06-28T19:44:32.050Z | Downloaded thiserror-no-std v2.0.2 |
1165 | 2024-06-28T19:44:32.050Z | Downloaded thiserror-impl-no-std v2.0.2 |
1166 | 2024-06-28T19:44:32.050Z | Downloaded smawk v0.3.2 |
1167 | 2024-06-28T19:44:32.050Z | Downloaded smallvec v0.6.14 |
1168 | 2024-06-28T19:44:32.050Z | Downloaded serde_repr v0.1.19 |
1169 | 2024-06-28T19:44:32.050Z | Downloaded peg-runtime v0.8.3 |
1170 | 2024-06-28T19:44:32.050Z | Downloaded peg v0.8.3 |
1171 | 2024-06-28T19:44:32.050Z | Downloaded path-slash v0.1.5 |
1172 | 2024-06-28T19:44:32.050Z | Downloaded num v0.4.3 |
1173 | 2024-06-28T19:44:32.050Z | Downloaded normalize-line-endings v0.3.0 |
1174 | 2024-06-28T19:44:32.050Z | Downloaded nodrop v0.1.14 |
1175 | 2024-06-28T19:44:32.050Z | Downloaded newtype_derive v0.1.6 |
1176 | 2024-06-28T19:44:32.075Z | Downloaded multimap v0.10.0 |
1177 | 2024-06-28T19:44:32.075Z | Downloaded linear-map v1.2.0 |
1178 | 2024-06-28T19:44:32.075Z | Downloaded libloading v0.8.3 |
1179 | 2024-06-28T19:44:32.075Z | Downloaded libefi-sys v0.1.0 |
1180 | 2024-06-28T19:44:32.075Z | Downloaded lazycell v1.3.0 |
1181 | 2024-06-28T19:44:32.076Z | Downloaded lazy_static v1.4.0 |
1182 | 2024-06-28T19:44:32.076Z | Downloaded lalrpop-util v0.19.12 |
1183 | 2024-06-28T19:44:32.076Z | Downloaded kstat-rs v0.2.4 |
1184 | 2024-06-28T19:44:32.076Z | Downloaded keccak v0.1.5 |
1185 | 2024-06-28T19:44:32.076Z | Downloaded internet-checksum v0.2.1 |
1186 | 2024-06-28T19:44:32.076Z | Downloaded instant v0.1.12 |
1187 | 2024-06-28T19:44:32.076Z | Downloaded inout v0.1.3 |
1188 | 2024-06-28T19:44:32.076Z | Downloaded indoc v2.0.5 |
1189 | 2024-06-28T19:44:32.076Z | Downloaded indoc v1.0.9 |
1190 | 2024-06-28T19:44:32.076Z | Downloaded impl-trait-for-tuples v0.2.2 |
1191 | 2024-06-28T19:44:32.101Z | Downloaded ctr v0.9.2 |
1192 | 2024-06-28T19:44:32.101Z | Downloaded crucible-workspace-hack v0.1.0 |
1193 | 2024-06-28T19:44:32.101Z | Downloaded criterion-plot v0.5.0 |
1194 | 2024-06-28T19:44:32.101Z | Downloaded convert_case v0.4.0 |
1195 | 2024-06-28T19:44:32.101Z | Downloaded const_format_proc_macros v0.2.32 |
1196 | 2024-06-28T19:44:32.101Z | Downloaded const_format v0.2.32 |
1197 | 2024-06-28T19:44:32.101Z | Downloaded cobs v0.2.3 |
1198 | 2024-06-28T19:44:32.101Z | Downloaded cipher v0.4.4 |
1199 | 2024-06-28T19:44:32.101Z | Downloaded ciborium-ll v0.2.2 |
1200 | 2024-06-28T19:44:32.101Z | Downloaded ciborium v0.2.2 |
1201 | 2024-06-28T19:44:32.101Z | Downloaded cfg_aliases v0.1.1 |
1202 | 2024-06-28T19:44:32.101Z | Downloaded cfg-expr v0.15.8 |
1203 | 2024-06-28T19:44:32.126Z | Downloaded cexpr v0.6.0 |
1204 | 2024-06-28T19:44:32.126Z | Downloaded castaway v0.2.2 |
1205 | 2024-06-28T19:44:32.126Z | Downloaded bzip2 v0.4.4 |
1206 | 2024-06-28T19:44:32.126Z | Downloaded block-padding v0.3.3 |
1207 | 2024-06-28T19:44:32.126Z | Downloaded base64 v0.13.1 |
1208 | 2024-06-28T19:44:32.126Z | Downloaded backtrace v0.3.71 |
1209 | 2024-06-28T19:44:32.126Z | Downloaded arc-swap v1.7.1 |
1210 | 2024-06-28T19:44:32.126Z | Downloaded allocator-api2 v0.2.18 |
1211 | 2024-06-28T19:44:32.151Z | Downloaded ahash v0.8.11 |
1212 | 2024-06-28T19:44:32.151Z | Downloaded aes v0.8.4 |
1213 | 2024-06-28T19:44:32.151Z | Downloaded slog-stdlog v4.1.1 |
1214 | 2024-06-28T19:44:32.151Z | Downloaded sha1 v0.10.6 |
1215 | 2024-06-28T19:44:32.151Z | Downloaded newline-converter v0.3.0 |
1216 | 2024-06-28T19:44:32.151Z | Downloaded nested v0.1.1 |
1217 | 2024-06-28T19:44:32.151Z | Downloaded md5 v0.7.0 |
1218 | 2024-06-28T19:44:32.151Z | Downloaded md-5 v0.10.6 |
1219 | 2024-06-28T19:44:32.151Z | Downloaded maybe-uninit v2.0.0 |
1220 | 2024-06-28T19:44:32.151Z | Downloaded matches v0.1.10 |
1221 | 2024-06-28T19:44:32.152Z | Downloaded maplit v1.0.2 |
1222 | 2024-06-28T19:44:32.152Z | Downloaded managed v0.8.0 |
1223 | 2024-06-28T19:44:32.152Z | Downloaded lru-cache v0.1.2 |
1224 | 2024-06-28T19:44:32.152Z | Downloaded lru v0.12.3 |
1225 | 2024-06-28T19:44:32.176Z | Downloaded linked-hash-map v0.5.6 |
1226 | 2024-06-28T19:44:32.177Z | Downloaded libsw v3.3.1 |
1227 | 2024-06-28T19:44:32.177Z | Downloaded is_ci v1.2.0 |
1228 | 2024-06-28T19:44:32.177Z | Downloaded criterion v0.5.1 |
1229 | 2024-06-28T19:44:32.177Z | Downloaded crc-any v2.5.0 |
1230 | 2024-06-28T19:44:32.177Z | Downloaded chacha20 v0.9.1 |
1231 | 2024-06-28T19:44:32.177Z | Downloaded cast v0.3.0 |
1232 | 2024-06-28T19:44:32.177Z | Downloaded cancel-safe-futures v0.1.5 |
1233 | 2024-06-28T19:44:32.177Z | Downloaded blake2 v0.10.6 |
1234 | 2024-06-28T19:44:32.202Z | Downloaded bitstruct v0.1.1 |
1235 | 2024-06-28T19:44:32.202Z | Downloaded async-trait v0.1.80 |
1236 | 2024-06-28T19:44:32.202Z | Downloaded csv-core v0.1.11 |
1237 | 2024-06-28T19:44:32.202Z | Downloaded crossbeam-deque v0.8.5 |
1238 | 2024-06-28T19:44:32.202Z | Downloaded cookie v0.17.0 |
1239 | 2024-06-28T19:44:32.202Z | Downloaded console v0.15.8 |
1240 | 2024-06-28T19:44:32.202Z | Downloaded clang-sys v1.7.0 |
1241 | 2024-06-28T19:44:32.202Z | Downloaded cbc v0.1.2 |
1242 | 2024-06-28T19:44:32.202Z | Downloaded bcrypt-pbkdf v0.10.0 |
1243 | 2024-06-28T19:44:32.227Z | Downloaded backoff v0.4.0 |
1244 | 2024-06-28T19:44:32.227Z | Downloaded async-stream v0.3.5 |
1245 | 2024-06-28T19:44:32.227Z | Downloaded ascii-canvas v3.0.0 |
1246 | 2024-06-28T19:44:32.227Z | Downloaded arrayvec v0.7.4 |
1247 | 2024-06-28T19:44:32.227Z | Downloaded argon2 v0.5.3 |
1248 | 2024-06-28T19:44:32.227Z | Downloaded constant_time_eq v0.3.0 |
1249 | 2024-06-28T19:44:32.227Z | Downloaded colored v2.1.0 |
1250 | 2024-06-28T19:44:32.227Z | Downloaded buf-list v1.0.3 |
1251 | 2024-06-28T19:44:32.227Z | Downloaded blowfish v0.9.1 |
1252 | 2024-06-28T19:44:32.252Z | Downloaded bb8 v0.8.3 |
1253 | 2024-06-28T19:44:32.252Z | Downloaded base16ct v0.2.0 |
1254 | 2024-06-28T19:44:32.252Z | Downloaded atomicwrites v0.4.3 |
1255 | 2024-06-28T19:44:32.252Z | Downloaded ascii v1.1.0 |
1256 | 2024-06-28T19:44:32.252Z | Downloaded array-init v0.0.4 |
1257 | 2024-06-28T19:44:32.252Z | Downloaded addr2line v0.21.0 |
1258 | 2024-06-28T19:44:32.252Z | Downloaded crunchy v0.2.2 |
1259 | 2024-06-28T19:44:32.252Z | Downloaded bitflags v1.3.2 |
1260 | 2024-06-28T19:44:32.252Z | Downloaded bit-vec v0.6.3 |
1261 | 2024-06-28T19:44:32.252Z | Downloaded assert_matches v1.5.0 |
1262 | 2024-06-28T19:44:32.252Z | Downloaded assert_cmd v2.0.14 |
1263 | 2024-06-28T19:44:32.252Z | Downloaded approx v0.5.1 |
1264 | 2024-06-28T19:44:32.252Z | Downloaded anes v0.1.6 |
1265 | 2024-06-28T19:44:32.277Z | Downloaded aead v0.5.2 |
1266 | 2024-06-28T19:44:32.277Z | Downloaded bitstruct_derive v0.1.0 |
1267 | 2024-06-28T19:44:32.277Z | Downloaded atomic-waker v1.1.2 |
1268 | 2024-06-28T19:44:32.277Z | Downloaded async-recursion v1.1.1 |
1269 | 2024-06-28T19:44:32.277Z | Downloaded arrayref v0.3.7 |
1270 | 2024-06-28T19:44:32.940Z | Compiling serde v1.0.203 |
1271 | 2024-06-28T19:44:32.940Z | Checking cfg-if v1.0.0 |
1272 | 2024-06-28T19:44:32.966Z | Compiling libm v0.2.8 |
1273 | 2024-06-28T19:44:32.966Z | Compiling num-traits v0.2.19 |
1274 | 2024-06-28T19:44:32.992Z | Checking libc v0.2.155 |
1275 | 2024-06-28T19:44:33.026Z | Compiling syn v2.0.68 |
1276 | 2024-06-28T19:44:33.051Z | Compiling ahash v0.8.11 |
1277 | 2024-06-28T19:44:33.051Z | Compiling getrandom v0.2.14 |
1278 | 2024-06-28T19:44:33.094Z | Compiling serde_json v1.0.118 |
1279 | 2024-06-28T19:44:33.308Z | Compiling generic-array v0.14.7 |
1280 | 2024-06-28T19:44:33.388Z | Compiling log v0.4.21 |
1281 | 2024-06-28T19:44:33.447Z | Checking memchr v2.7.2 |
1282 | 2024-06-28T19:44:33.479Z | Compiling syn v1.0.109 |
1283 | 2024-06-28T19:44:33.511Z | Checking itoa v1.0.11 |
1284 | 2024-06-28T19:44:33.621Z | Checking byteorder v1.5.0 |
1285 | 2024-06-28T19:44:33.666Z | Compiling allocator-api2 v0.2.18 |
1286 | 2024-06-28T19:44:33.690Z | Checking scopeguard v1.2.0 |
1287 | 2024-06-28T19:44:33.771Z | Checking smallvec v1.13.2 |
1288 | 2024-06-28T19:44:33.817Z | Checking lock_api v0.4.12 |
1289 | 2024-06-28T19:44:33.972Z | Compiling schemars v0.8.21 |
1290 | 2024-06-28T19:44:34.076Z | Compiling ring v0.17.8 |
1291 | 2024-06-28T19:44:34.176Z | Checking rand_core v0.6.4 |
1292 | 2024-06-28T19:44:34.201Z | Compiling time-macros v0.2.18 |
1293 | 2024-06-28T19:44:34.522Z | Checking once_cell v1.19.0 |
1294 | 2024-06-28T19:44:34.614Z | Compiling slog v2.7.0 |
1295 | 2024-06-28T19:44:34.922Z | Checking parking_lot_core v0.9.10 |
1296 | 2024-06-28T19:44:35.003Z | Compiling aho-corasick v1.1.3 |
1297 | 2024-06-28T19:44:35.211Z | Checking parking_lot v0.12.2 |
1298 | 2024-06-28T19:44:35.236Z | Checking pin-project-lite v0.2.14 |
1299 | 2024-06-28T19:44:35.499Z | Compiling regex-syntax v0.8.3 |
1300 | 2024-06-28T19:44:37.196Z | Checking signal-hook-registry v1.4.2 |
1301 | 2024-06-28T19:44:37.383Z | Compiling crossbeam-utils v0.8.19 |
1302 | 2024-06-28T19:44:37.441Z | Checking mio v0.8.11 |
1303 | 2024-06-28T19:44:38.022Z | Compiling iana-time-zone v0.1.60 |
1304 | 2024-06-28T19:44:38.047Z | Checking num_cpus v1.16.0 |
1305 | 2024-06-28T19:44:38.101Z | Compiling rustls v0.21.12 |
1306 | 2024-06-28T19:44:38.165Z | Checking typenum v1.17.0 |
1307 | 2024-06-28T19:44:38.361Z | Compiling cookie v0.17.0 |
1308 | 2024-06-28T19:44:38.448Z | Compiling regex-automata v0.4.6 |
1309 | 2024-06-28T19:44:38.609Z | Checking futures-core v0.3.30 |
1310 | 2024-06-28T19:44:38.775Z | Compiling dyn-clone v1.0.17 |
1311 | 2024-06-28T19:44:39.026Z | Checking socket2 v0.5.7 |
1312 | 2024-06-28T19:44:39.192Z | Compiling backtrace v0.3.71 |
1313 | 2024-06-28T19:44:39.468Z | Compiling serde_derive_internals v0.29.1 |
1314 | 2024-06-28T19:44:39.583Z | Checking ryu v1.0.18 |
1315 | 2024-06-28T19:44:39.803Z | Checking subtle v2.5.0 |
1316 | 2024-06-28T19:44:39.991Z | Compiling anyhow v1.0.86 |
1317 | 2024-06-28T19:44:40.474Z | Compiling spin v0.9.8 |
1318 | 2024-06-28T19:44:40.618Z | Compiling unicode-normalization v0.1.23 |
1319 | 2024-06-28T19:44:40.806Z | Checking futures-sink v0.3.30 |
1320 | 2024-06-28T19:44:40.901Z | Compiling unicode-bidi v0.3.15 |
1321 | 2024-06-28T19:44:41.003Z | Compiling untrusted v0.9.0 |
1322 | 2024-06-28T19:44:41.152Z | Compiling either v1.12.0 |
1323 | 2024-06-28T19:44:41.442Z | Checking futures-channel v0.3.30 |
1324 | 2024-06-28T19:44:41.497Z | Checking slab v0.4.9 |
1325 | 2024-06-28T19:44:41.709Z | Checking futures-io v0.3.30 |
1326 | 2024-06-28T19:44:41.742Z | Checking pin-utils v0.1.0 |
1327 | 2024-06-28T19:44:41.766Z | Checking futures-task v0.3.30 |
1328 | 2024-06-28T19:44:41.824Z | Compiling const-oid v0.9.6 |
1329 | 2024-06-28T19:44:41.872Z | Compiling winnow v0.5.40 |
1330 | 2024-06-28T19:44:41.963Z | Compiling time v0.3.36 |
1331 | 2024-06-28T19:44:43.274Z | Compiling regex v1.10.4 |
1332 | 2024-06-28T19:44:44.177Z | Compiling signal-hook v0.3.17 |
1333 | 2024-06-28T19:44:44.377Z | Compiling spin v0.5.2 |
1334 | 2024-06-28T19:44:44.462Z | Compiling sct v0.7.1 |
1335 | 2024-06-28T19:44:44.619Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-06-28T19:44:44.644Z | Compiling idna v0.5.0 |
1337 | 2024-06-28T19:44:44.985Z | Compiling siphasher v0.3.11 |
1338 | 2024-06-28T19:44:45.438Z | Compiling url v2.5.0 |
1339 | 2024-06-28T19:44:45.467Z | Compiling serde_derive v1.0.203 |
1340 | 2024-06-28T19:44:45.898Z | Compiling zerocopy-derive v0.7.34 |
1341 | 2024-06-28T19:44:46.225Z | Compiling zeroize_derive v1.4.2 |
1342 | 2024-06-28T19:44:46.251Z | Compiling thiserror-impl v1.0.60 |
1343 | 2024-06-28T19:44:46.355Z | Compiling tokio-macros v2.2.0 |
1344 | 2024-06-28T19:44:46.986Z | Compiling futures-macro v0.3.30 |
1345 | 2024-06-28T19:44:47.527Z | Compiling tracing-attributes v0.1.27 |
1346 | 2024-06-28T19:44:47.735Z | Compiling schemars_derive v0.8.21 |
1347 | 2024-06-28T19:44:47.787Z | Compiling zerocopy v0.7.34 |
1348 | 2024-06-28T19:44:48.658Z | Checking zeroize v1.7.0 |
1349 | 2024-06-28T19:44:48.882Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-06-28T19:44:49.035Z | Compiling thiserror v1.0.60 |
1351 | 2024-06-28T19:44:49.060Z | Compiling async-trait v0.1.80 |
1352 | 2024-06-28T19:44:49.551Z | Compiling hashbrown v0.14.5 |
1353 | 2024-06-28T19:44:49.883Z | Compiling scroll_derive v0.12.0 |
1354 | 2024-06-28T19:44:50.136Z | Compiling pest v2.7.10 |
1355 | 2024-06-28T19:44:50.625Z | Compiling der_derive v0.7.2 |
1356 | 2024-06-28T19:44:50.717Z | Checking crypto-common v0.1.6 |
1357 | 2024-06-28T19:44:51.068Z | Compiling scroll v0.12.0 |
1358 | 2024-06-28T19:44:51.397Z | Compiling futures-util v0.3.30 |
1359 | 2024-06-28T19:44:51.544Z | Compiling goblin v0.8.2 |
1360 | 2024-06-28T19:44:52.023Z | Compiling tracing v0.1.40 |
1361 | 2024-06-28T19:44:52.529Z | Compiling pest_meta v2.7.10 |
1362 | 2024-06-28T19:44:52.662Z | Compiling clap_derive v4.5.4 |
1363 | 2024-06-28T19:44:53.065Z | Compiling block-buffer v0.10.4 |
1364 | 2024-06-28T19:44:53.696Z | Compiling pest_generator v2.7.10 |
1365 | 2024-06-28T19:44:55.266Z | Compiling digest v0.10.7 |
1366 | 2024-06-28T19:44:55.674Z | Compiling zerocopy-derive v0.6.6 |
1367 | 2024-06-28T19:44:56.116Z | Compiling idna v0.3.0 |
1368 | 2024-06-28T19:44:56.274Z | Checking bytes v1.6.0 |
1369 | 2024-06-28T19:44:56.579Z | Checking bitflags v2.5.0 |
1370 | 2024-06-28T19:44:56.777Z | Compiling pest_derive v2.7.10 |
1371 | 2024-06-28T19:44:56.843Z | Compiling ppv-lite86 v0.2.17 |
1372 | 2024-06-28T19:44:56.942Z | Checking tokio v1.37.0 |
1373 | 2024-06-28T19:44:57.463Z | Compiling indexmap v2.2.6 |
1374 | 2024-06-28T19:44:57.488Z | Compiling semver v1.0.23 |
1375 | 2024-06-28T19:44:57.517Z | Compiling serde_tokenstream v0.2.0 |
1376 | 2024-06-28T19:44:58.004Z | Compiling uuid v1.8.0 |
1377 | 2024-06-28T19:44:58.034Z | Compiling chrono v0.4.38 |
1378 | 2024-06-28T19:44:58.477Z | Compiling http v0.2.12 |
1379 | 2024-06-28T19:44:58.625Z | Compiling rustc_version v0.4.0 |
1380 | 2024-06-28T19:44:59.173Z | Compiling toml_datetime v0.6.6 |
1381 | 2024-06-28T19:44:59.256Z | Compiling serde_spanned v0.6.6 |
1382 | 2024-06-28T19:44:59.502Z | Compiling dof v0.3.0 |
1383 | 2024-06-28T19:44:59.663Z | Compiling dtrace-parser v0.2.0 |
1384 | 2024-06-28T19:45:00.170Z | Compiling usdt-impl v0.5.0 |
1385 | 2024-06-28T19:45:00.562Z | Compiling openapiv3 v2.0.0 |
1386 | 2024-06-28T19:45:01.148Z | Compiling rustix v0.38.34 |
1387 | 2024-06-28T19:45:01.348Z | Compiling toml_edit v0.19.15 |
1388 | 2024-06-28T19:45:01.471Z | Compiling http-body v0.4.6 |
1389 | 2024-06-28T19:45:01.524Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-06-28T19:45:01.841Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-06-28T19:45:02.840Z | Compiling openssl v0.10.64 |
1392 | 2024-06-28T19:45:03.043Z | Compiling psl-types v2.0.11 |
1393 | 2024-06-28T19:45:03.091Z | Compiling heapless v0.7.17 |
1394 | 2024-06-28T19:45:03.210Z | Compiling publicsuffix v2.2.3 |
1395 | 2024-06-28T19:45:03.420Z | Compiling rand_chacha v0.3.1 |
1396 | 2024-06-28T19:45:03.446Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-06-28T19:45:03.891Z | Compiling rand v0.8.5 |
1398 | 2024-06-28T19:45:04.063Z | Compiling cookie_store v0.20.0 |
1399 | 2024-06-28T19:45:04.604Z | Compiling crossbeam-epoch v0.9.18 |
1400 | 2024-06-28T19:45:04.780Z | Compiling webpki-roots v0.25.4 |
1401 | 2024-06-28T19:45:04.919Z | Compiling bit-vec v0.6.3 |
1402 | 2024-06-28T19:45:05.290Z | Compiling tokio-util v0.7.11 |
1403 | 2024-06-28T19:45:05.315Z | Compiling tokio-rustls v0.24.1 |
1404 | 2024-06-28T19:45:05.315Z | Compiling unicode-xid v0.2.4 |
1405 | 2024-06-28T19:45:05.448Z | Compiling gimli v0.28.1 |
1406 | 2024-06-28T19:45:05.477Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1407 | 2024-06-28T19:45:05.696Z | Compiling enum-as-inner v0.5.1 |
1408 | 2024-06-28T19:45:05.980Z | Compiling phf_shared v0.10.0 |
1409 | 2024-06-28T19:45:06.152Z | Compiling h2 v0.3.26 |
1410 | 2024-06-28T19:45:06.381Z | Compiling lazy_static v1.4.0 |
1411 | 2024-06-28T19:45:06.474Z | Compiling object v0.32.2 |
1412 | 2024-06-28T19:45:06.499Z | Compiling smoltcp v0.9.1 |
1413 | 2024-06-28T19:45:06.523Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-06-28T19:45:06.951Z | Compiling precomputed-hash v0.1.1 |
1415 | 2024-06-28T19:45:07.062Z | Compiling fixedbitset v0.4.2 |
1416 | 2024-06-28T19:45:07.087Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-06-28T19:45:07.481Z | Compiling base64ct v1.6.0 |
1418 | 2024-06-28T19:45:08.046Z | Compiling native-tls v0.2.11 |
1419 | 2024-06-28T19:45:08.111Z | Compiling new_debug_unreachable v1.0.6 |
1420 | 2024-06-28T19:45:08.175Z | Compiling toml_edit v0.22.13 |
1421 | 2024-06-28T19:45:08.208Z | Compiling string_cache v0.8.7 |
1422 | 2024-06-28T19:45:08.659Z | Compiling tokio-native-tls v0.3.1 |
1423 | 2024-06-28T19:45:08.684Z | Compiling pem-rfc7468 v0.7.0 |
1424 | 2024-06-28T19:45:08.932Z | Compiling petgraph v0.6.5 |
1425 | 2024-06-28T19:45:09.448Z | Compiling addr2line v0.21.0 |
1426 | 2024-06-28T19:45:09.725Z | Compiling nom v7.1.3 |
1427 | 2024-06-28T19:45:10.053Z | Compiling bit-set v0.5.3 |
1428 | 2024-06-28T19:45:10.262Z | Compiling futures-executor v0.3.30 |
1429 | 2024-06-28T19:45:10.304Z | Compiling hmac v0.12.1 |
1430 | 2024-06-28T19:45:10.535Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-06-28T19:45:10.794Z | Compiling itertools v0.10.5 |
1432 | 2024-06-28T19:45:11.284Z | Compiling diesel_table_macro_syntax v0.1.0 |
1433 | 2024-06-28T19:45:11.395Z | Compiling num-integer v0.1.46 |
1434 | 2024-06-28T19:45:11.634Z | Compiling fs-err v2.11.0 |
1435 | 2024-06-28T19:45:11.873Z | Compiling hyper v0.14.28 |
1436 | 2024-06-28T19:45:12.360Z | Compiling lalrpop-util v0.19.12 |
1437 | 2024-06-28T19:45:12.658Z | Compiling unicode-segmentation v1.11.0 |
1438 | 2024-06-28T19:45:12.685Z | Compiling flagset v0.4.5 |
1439 | 2024-06-28T19:45:12.719Z | Checking fnv v1.0.7 |
1440 | 2024-06-28T19:45:12.850Z | Compiling der v0.7.9 |
1441 | 2024-06-28T19:45:13.278Z | Compiling diesel_derives v2.1.4 |
1442 | 2024-06-28T19:45:13.362Z | Compiling futures v0.3.30 |
1443 | 2024-06-28T19:45:13.470Z | Compiling hex v0.4.3 |
1444 | 2024-06-28T19:45:13.685Z | Compiling itertools v0.12.1 |
1445 | 2024-06-28T19:45:14.094Z | Compiling finl_unicode v1.2.0 |
1446 | 2024-06-28T19:45:14.610Z | Compiling stringprep v0.1.4 |
1447 | 2024-06-28T19:45:14.905Z | Compiling spki v0.7.3 |
1448 | 2024-06-28T19:45:15.235Z | Compiling sha2 v0.10.8 |
1449 | 2024-06-28T19:45:15.413Z | Compiling toml v0.7.8 |
1450 | 2024-06-28T19:45:15.610Z | Compiling md-5 v0.10.6 |
1451 | 2024-06-28T19:45:15.732Z | Compiling serde_repr v0.1.19 |
1452 | 2024-06-28T19:45:15.839Z | Compiling strum_macros v0.25.3 |
1453 | 2024-06-28T19:45:16.280Z | Compiling hash32 v0.2.1 |
1454 | 2024-06-28T19:45:16.616Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2024-06-28T19:45:16.693Z | Checking tinyvec_macros v0.1.1 |
1456 | 2024-06-28T19:45:16.718Z | Compiling fallible-iterator v0.2.0 |
1457 | 2024-06-28T19:45:16.781Z | Checking tinyvec v1.6.0 |
1458 | 2024-06-28T19:45:16.856Z | Compiling pkcs8 v0.10.2 |
1459 | 2024-06-28T19:45:17.307Z | Compiling postgres-protocol v0.6.6 |
1460 | 2024-06-28T19:45:17.352Z | Compiling terminal_size v0.3.0 |
1461 | 2024-06-28T19:45:17.526Z | Compiling hyper-tls v0.5.0 |
1462 | 2024-06-28T19:45:17.710Z | Compiling hyper-rustls v0.24.2 |
1463 | 2024-06-28T19:45:17.820Z | Compiling ipnetwork v0.20.0 |
1464 | 2024-06-28T19:45:17.864Z | Compiling block-padding v0.3.3 |
1465 | 2024-06-28T19:45:17.889Z | Compiling phf_shared v0.11.2 |
1466 | 2024-06-28T19:45:18.036Z | Compiling reqwest v0.11.27 |
1467 | 2024-06-28T19:45:18.218Z | Compiling ff v0.13.0 |
1468 | 2024-06-28T19:45:18.426Z | Compiling scheduled-thread-pool v0.2.7 |
1469 | 2024-06-28T19:45:18.470Z | Compiling base16ct v0.2.0 |
1470 | 2024-06-28T19:45:18.617Z | Compiling peg-runtime v0.8.3 |
1471 | 2024-06-28T19:45:18.764Z | Compiling matches v0.1.10 |
1472 | 2024-06-28T19:45:18.851Z | Compiling managed v0.8.0 |
1473 | 2024-06-28T19:45:18.966Z | Compiling bitflags v1.3.2 |
1474 | 2024-06-28T19:45:19.066Z | Checking equivalent v1.0.1 |
1475 | 2024-06-28T19:45:19.170Z | Compiling clap_builder v4.5.2 |
1476 | 2024-06-28T19:45:19.308Z | Compiling idna v0.2.3 |
1477 | 2024-06-28T19:45:19.580Z | Compiling r2d2 v0.8.10 |
1478 | 2024-06-28T19:45:19.870Z | Compiling sec1 v0.7.3 |
1479 | 2024-06-28T19:45:20.338Z | Compiling usdt v0.5.0 |
1480 | 2024-06-28T19:45:20.365Z | Compiling signal-hook-mio v0.2.3 |
1481 | 2024-06-28T19:45:20.390Z | Compiling group v0.13.0 |
1482 | 2024-06-28T19:45:20.519Z | Compiling phf v0.11.2 |
1483 | 2024-06-28T19:45:20.623Z | Compiling inout v0.1.3 |
1484 | 2024-06-28T19:45:20.672Z | Compiling postgres-types v0.2.6 |
1485 | 2024-06-28T19:45:20.774Z | Compiling num-bigint v0.4.5 |
1486 | 2024-06-28T19:45:20.799Z | Compiling num-iter v0.1.45 |
1487 | 2024-06-28T19:45:20.876Z | Compiling hubpack v0.1.2 |
1488 | 2024-06-28T19:45:20.965Z | Compiling hkdf v0.12.4 |
1489 | 2024-06-28T19:45:21.194Z | Compiling zerocopy v0.6.6 |
1490 | 2024-06-28T19:45:21.271Z | Compiling crypto-bigint v0.5.5 |
1491 | 2024-06-28T19:45:21.697Z | Compiling float-cmp v0.9.0 |
1492 | 2024-06-28T19:45:21.897Z | Checking cpufeatures v0.2.12 |
1493 | 2024-06-28T19:45:21.922Z | Compiling static_assertions v1.1.0 |
1494 | 2024-06-28T19:45:21.950Z | Compiling predicates-core v1.0.6 |
1495 | 2024-06-28T19:45:21.994Z | Compiling difflib v0.4.0 |
1496 | 2024-06-28T19:45:22.023Z | Compiling whoami v1.5.1 |
1497 | 2024-06-28T19:45:22.267Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-06-28T19:45:22.386Z | Compiling data-encoding v2.6.0 |
1499 | 2024-06-28T19:45:22.595Z | Compiling predicates v3.1.0 |
1500 | 2024-06-28T19:45:23.416Z | Compiling yasna v0.5.2 |
1501 | 2024-06-28T19:45:23.617Z | Compiling diesel v2.1.6 |
1502 | 2024-06-28T19:45:24.078Z | Compiling elliptic-curve v0.13.8 |
1503 | 2024-06-28T19:45:24.418Z | Compiling trust-dns-proto v0.22.0 |
1504 | 2024-06-28T19:45:24.808Z | Compiling tokio-postgres v0.7.10 |
1505 | 2024-06-28T19:45:25.052Z | Compiling clap v4.5.4 |
1506 | 2024-06-28T19:45:25.170Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1507 | 2024-06-28T19:45:26.102Z | Compiling cipher v0.4.4 |
1508 | 2024-06-28T19:45:26.548Z | Compiling crossterm v0.27.0 |
1509 | 2024-06-28T19:45:28.524Z | Compiling similar v2.5.0 |
1510 | 2024-06-28T19:45:28.916Z | Compiling console v0.15.8 |
1511 | 2024-06-28T19:45:29.440Z | Compiling tokio-stream v0.1.15 |
1512 | 2024-06-28T19:45:29.679Z | Compiling bstr v1.9.1 |
1513 | 2024-06-28T19:45:30.412Z | Checking tracing-core v0.1.32 |
1514 | 2024-06-28T19:45:30.711Z | Checking percent-encoding v2.3.1 |
1515 | 2024-06-28T19:45:31.047Z | Checking form_urlencoded v1.2.1 |
1516 | 2024-06-28T19:45:31.198Z | Checking powerfmt v0.2.0 |
1517 | 2024-06-28T19:45:31.319Z | Checking num-conv v0.1.0 |
1518 | 2024-06-28T19:45:31.443Z | Checking deranged v0.3.11 |
1519 | 2024-06-28T19:45:31.468Z | Checking time-core v0.1.2 |
1520 | 2024-06-28T19:45:31.536Z | Checking unicode-ident v1.0.12 |
1521 | 2024-06-28T19:45:31.613Z | Checking num_threads v0.1.7 |
1522 | 2024-06-28T19:45:31.638Z | Checking httparse v1.8.0 |
1523 | 2024-06-28T19:45:31.962Z | Checking errno v0.3.9 |
1524 | 2024-06-28T19:45:32.116Z | Checking unicode-width v0.1.12 |
1525 | 2024-06-28T19:45:32.333Z | Checking proc-macro2 v1.0.86 |
1526 | 2024-06-28T19:45:32.883Z | Checking adler v1.0.2 |
1527 | 2024-06-28T19:45:32.928Z | Checking quote v1.0.36 |
1528 | 2024-06-28T19:45:32.984Z | Checking try-lock v0.2.5 |
1529 | 2024-06-28T19:45:33.028Z | Checking miniz_oxide v0.7.2 |
1530 | 2024-06-28T19:45:33.110Z | Checking base64 v0.21.7 |
1531 | 2024-06-28T19:45:33.523Z | Checking want v0.3.1 |
1532 | 2024-06-28T19:45:33.942Z | Checking tower-service v0.3.2 |
1533 | 2024-06-28T19:45:34.260Z | Checking httpdate v1.0.3 |
1534 | 2024-06-28T19:45:34.496Z | Checking foreign-types-shared v0.1.1 |
1535 | 2024-06-28T19:45:34.521Z | Checking openssl-probe v0.1.5 |
1536 | 2024-06-28T19:45:34.600Z | Checking foreign-types v0.3.2 |
1537 | 2024-06-28T19:45:34.648Z | Checking openssl-sys v0.9.102 |
1538 | 2024-06-28T19:45:34.688Z | Checking mime v0.3.17 |
1539 | 2024-06-28T19:45:34.790Z | Checking ipnet v2.9.0 |
1540 | 2024-06-28T19:45:35.173Z | Checking utf8parse v0.2.1 |
1541 | 2024-06-28T19:45:38.912Z | Checking encoding_rs v0.8.34 |
1542 | 2024-06-28T19:45:39.218Z | Checking anstyle v1.0.7 |
1543 | 2024-06-28T19:45:40.686Z | Checking rustls-pemfile v1.0.4 |
1544 | 2024-06-28T19:45:40.837Z | Checking plain v0.2.3 |
1545 | 2024-06-28T19:45:40.879Z | Checking ucd-trie v0.1.6 |
1546 | 2024-06-28T19:45:40.904Z | Checking sync_wrapper v0.1.2 |
1547 | 2024-06-28T19:45:41.001Z | Checking anstyle-parse v0.2.4 |
1548 | 2024-06-28T19:45:41.203Z | Checking pretty-hex v0.4.1 |
1549 | 2024-06-28T19:45:41.228Z | Checking is_terminal_polyfill v1.70.0 |
1550 | 2024-06-28T19:45:41.228Z | Checking colorchoice v1.0.1 |
1551 | 2024-06-28T19:45:41.265Z | Checking anstyle-query v1.0.3 |
1552 | 2024-06-28T19:45:41.371Z | Checking thread-id v4.2.1 |
1553 | 2024-06-28T19:45:41.410Z | Checking anstream v0.6.14 |
1554 | 2024-06-28T19:45:41.492Z | Checking strsim v0.11.1 |
1555 | 2024-06-28T19:45:41.525Z | Checking clap_lex v0.7.0 |
1556 | 2024-06-28T19:45:41.797Z | Checking memmap v0.7.0 |
1557 | 2024-06-28T19:45:41.986Z | Checking crc32fast v1.4.0 |
1558 | 2024-06-28T19:45:43.105Z | Checking flate2 v1.0.30 |
1559 | 2024-06-28T19:45:44.491Z | Checking winnow v0.6.8 |
1560 | 2024-06-28T19:45:51.281Z | Compiling regress v0.9.1 |
1561 | 2024-06-28T19:45:51.343Z | Compiling getopts v0.2.21 |
1562 | 2024-06-28T19:45:52.231Z | Compiling unsafe-libyaml v0.2.11 |
1563 | 2024-06-28T19:45:52.414Z | Checking heck v0.5.0 |
1564 | 2024-06-28T19:45:53.197Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1565 | 2024-06-28T19:45:53.540Z | Compiling serde_yaml v0.9.34+deprecated |
1566 | 2024-06-28T19:45:53.664Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1567 | 2024-06-28T19:45:53.843Z | Compiling paste v1.0.15 |
1568 | 2024-06-28T19:45:53.887Z | Checking camino v1.1.7 |
1569 | 2024-06-28T19:45:54.090Z | Checking is-terminal v0.4.12 |
1570 | 2024-06-28T19:45:54.206Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1571 | 2024-06-28T19:45:54.424Z | Compiling strum_macros v0.26.2 |
1572 | 2024-06-28T19:45:54.862Z | Compiling ident_case v1.0.1 |
1573 | 2024-06-28T19:45:55.024Z | Checking base64 v0.22.1 |
1574 | 2024-06-28T19:45:55.408Z | Compiling darling_core v0.20.9 |
1575 | 2024-06-28T19:45:55.452Z | Checking sha1 v0.10.6 |
1576 | 2024-06-28T19:45:55.477Z | Compiling rustls v0.22.4 |
1577 | 2024-06-28T19:45:55.717Z | Checking http v1.1.0 |
1578 | 2024-06-28T19:45:55.745Z | Checking match_cfg v0.1.0 |
1579 | 2024-06-28T19:45:55.830Z | Checking hostname v0.3.1 |
1580 | 2024-06-28T19:45:55.950Z | Checking dirs-sys-next v0.1.2 |
1581 | 2024-06-28T19:45:56.102Z | Compiling multer v3.1.0 |
1582 | 2024-06-28T19:45:56.402Z | Checking dirs-next v2.0.0 |
1583 | 2024-06-28T19:45:56.516Z | Checking crossbeam-channel v0.5.12 |
1584 | 2024-06-28T19:45:56.883Z | Compiling async-stream-impl v0.3.5 |
1585 | 2024-06-28T19:45:57.130Z | Checking thread_local v1.1.8 |
1586 | 2024-06-28T19:45:57.173Z | Checking rustls-pki-types v1.7.0 |
1587 | 2024-06-28T19:45:57.363Z | Checking term v0.7.0 |
1588 | 2024-06-28T19:45:57.392Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1589 | 2024-06-28T19:45:57.543Z | Checking take_mut v0.2.2 |
1590 | 2024-06-28T19:45:57.681Z | Checking slog-async v2.8.0 |
1591 | 2024-06-28T19:45:57.714Z | Checking toml v0.8.13 |
1592 | 2024-06-28T19:45:57.754Z | Checking slog-term v2.9.1 |
1593 | 2024-06-28T19:45:57.950Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1594 | 2024-06-28T19:45:58.044Z | Checking rustls-webpki v0.102.4 |
1595 | 2024-06-28T19:45:58.159Z | Checking slog-json v2.6.1 |
1596 | 2024-06-28T19:45:58.367Z | Checking instant v0.1.12 |
1597 | 2024-06-28T19:45:58.392Z | Checking slog-bunyan v2.5.0 |
1598 | 2024-06-28T19:45:58.478Z | Checking rustls-pemfile v2.1.2 |
1599 | 2024-06-28T19:45:58.546Z | Checking debug-ignore v1.0.5 |
1600 | 2024-06-28T19:45:58.573Z | Checking strum v0.26.2 |
1601 | 2024-06-28T19:45:58.673Z | Checking fastrand v2.1.0 |
1602 | 2024-06-28T19:45:58.700Z | Checking atomic-waker v1.1.2 |
1603 | 2024-06-28T19:45:58.726Z | Checking quick-error v1.2.3 |
1604 | 2024-06-28T19:45:58.812Z | Checking waitgroup v0.1.2 |
1605 | 2024-06-28T19:45:58.859Z | Checking async-stream v0.3.5 |
1606 | 2024-06-28T19:45:58.956Z | Checking tempfile v3.10.1 |
1607 | 2024-06-28T19:45:59.031Z | Checking serde_path_to_error v0.1.16 |
1608 | 2024-06-28T19:45:59.265Z | Compiling structmeta-derive v0.3.0 |
1609 | 2024-06-28T19:45:59.290Z | Checking hostname v0.4.0 |
1610 | 2024-06-28T19:45:59.440Z | Checking newtype-uuid v1.1.0 |
1611 | 2024-06-28T19:45:59.607Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1612 | 2024-06-28T19:45:59.646Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1613 | 2024-06-28T19:45:59.815Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1614 | 2024-06-28T19:46:00.051Z | Checking macaddr v1.0.1 |
1615 | 2024-06-28T19:46:00.217Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1616 | 2024-06-28T19:46:00.293Z | Checking backoff v0.4.0 |
1617 | 2024-06-28T19:46:00.339Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1618 | 2024-06-28T19:46:00.364Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1619 | 2024-06-28T19:46:00.485Z | Checking wait-timeout v0.2.0 |
1620 | 2024-06-28T19:46:00.539Z | Compiling structmeta-derive v0.2.0 |
1621 | 2024-06-28T19:46:00.629Z | Checking rand_xorshift v0.3.0 |
1622 | 2024-06-28T19:46:00.654Z | Checking rusty-fork v0.3.0 |
1623 | 2024-06-28T19:46:00.784Z | Checking unarray v0.1.4 |
1624 | 2024-06-28T19:46:00.892Z | Compiling proc-macro-error v1.0.4 |
1625 | 2024-06-28T19:46:00.924Z | Checking proptest v1.4.0 |
1626 | 2024-06-28T19:46:01.470Z | Compiling darling_macro v0.20.9 |
1627 | 2024-06-28T19:46:01.505Z | Checking camino-tempfile v1.1.1 |
1628 | 2024-06-28T19:46:01.681Z | Checking tokio-rustls v0.25.0 |
1629 | 2024-06-28T19:46:01.738Z | Compiling proc-macro-crate v1.3.1 |
1630 | 2024-06-28T19:46:01.769Z | Compiling structmeta v0.3.0 |
1631 | 2024-06-28T19:46:02.128Z | Compiling parse-display-derive v0.9.0 |
1632 | 2024-06-28T19:46:02.298Z | Compiling darling v0.20.9 |
1633 | 2024-06-28T19:46:02.404Z | Compiling serde_with_macros v3.8.1 |
1634 | 2024-06-28T19:46:02.666Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1635 | 2024-06-28T19:46:02.969Z | Compiling structmeta v0.2.0 |
1636 | 2024-06-28T19:46:02.995Z | Compiling num_enum_derive v0.5.11 |
1637 | 2024-06-28T19:46:03.346Z | Compiling test-strategy v0.3.1 |
1638 | 2024-06-28T19:46:04.825Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1639 | 2024-06-28T19:46:05.030Z | Checking serde_with v3.8.1 |
1640 | 2024-06-28T19:46:05.083Z | Compiling foreign-types-macros v0.2.3 |
1641 | 2024-06-28T19:46:05.108Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-06-28T19:46:05.263Z | Checking num_enum v0.5.11 |
1643 | 2024-06-28T19:46:05.326Z | Checking foreign-types-shared v0.3.1 |
1644 | 2024-06-28T19:46:05.562Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1645 | 2024-06-28T19:46:05.596Z | Checking cstr-argument v0.1.2 |
1646 | 2024-06-28T19:46:05.752Z | Checking pretty-hex v0.2.1 |
1647 | 2024-06-28T19:46:05.893Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-06-28T19:46:06.094Z | Checking parse-display v0.9.0 |
1649 | 2024-06-28T19:46:06.136Z | Checking tabwriter v1.4.0 |
1650 | 2024-06-28T19:46:06.164Z | Checking foreign-types v0.5.0 |
1651 | 2024-06-28T19:46:06.265Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2024-06-28T19:46:06.300Z | Checking colored v2.1.0 |
1653 | 2024-06-28T19:46:06.355Z | Checking socket2 v0.4.10 |
1654 | 2024-06-28T19:46:06.380Z | Checking smf v0.2.3 |
1655 | 2024-06-28T19:46:06.530Z | Checking humantime v2.1.0 |
1656 | 2024-06-28T19:46:06.555Z | Checking termcolor v1.4.1 |
1657 | 2024-06-28T19:46:06.674Z | Checking arc-swap v1.7.1 |
1658 | 2024-06-28T19:46:06.734Z | Checking newline-converter v0.3.0 |
1659 | 2024-06-28T19:46:06.773Z | Checking xattr v1.3.1 |
1660 | 2024-06-28T19:46:06.798Z | Checking filetime v0.2.23 |
1661 | 2024-06-28T19:46:06.877Z | Checking same-file v1.0.6 |
1662 | 2024-06-28T19:46:06.908Z | Checking expectorate v1.1.0 |
1663 | 2024-06-28T19:46:06.950Z | Checking utf-8 v0.7.6 |
1664 | 2024-06-28T19:46:06.980Z | Checking tar v0.4.40 |
1665 | 2024-06-28T19:46:07.039Z | Checking walkdir v2.5.0 |
1666 | 2024-06-28T19:46:07.064Z | Compiling heapless v0.8.0 |
1667 | 2024-06-28T19:46:07.064Z | Checking slog-scope v4.4.0 |
1668 | 2024-06-28T19:46:07.138Z | Checking termtree v0.4.1 |
1669 | 2024-06-28T19:46:07.263Z | Checking slog-stdlog v4.1.1 |
1670 | 2024-06-28T19:46:07.287Z | Checking hash32 v0.3.1 |
1671 | 2024-06-28T19:46:07.321Z | Checking predicates-tree v1.0.9 |
1672 | 2024-06-28T19:46:07.414Z | Checking slog-envlogger v2.2.0 |
1673 | 2024-06-28T19:46:07.465Z | Compiling smoltcp v0.11.0 |
1674 | 2024-06-28T19:46:07.490Z | Checking embedded-io v0.4.0 |
1675 | 2024-06-28T19:46:07.621Z | Compiling crucible-workspace-hack v0.1.0 |
1676 | 2024-06-28T19:46:07.649Z | Checking cobs v0.2.3 |
1677 | 2024-06-28T19:46:07.674Z | Checking sigpipe v0.1.3 |
1678 | 2024-06-28T19:46:07.796Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-06-28T19:46:07.836Z | Checking postcard v1.0.8 |
1680 | 2024-06-28T19:46:07.879Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1681 | 2024-06-28T19:46:08.019Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1682 | 2024-06-28T19:46:08.053Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1683 | 2024-06-28T19:46:08.132Z | Checking pem v3.0.4 |
1684 | 2024-06-28T19:46:08.158Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1685 | 2024-06-28T19:46:08.355Z | Checking tungstenite v0.20.1 |
1686 | 2024-06-28T19:46:08.379Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1687 | 2024-06-28T19:46:08.452Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1688 | 2024-06-28T19:46:08.758Z | Compiling mockall_derive v0.12.1 |
1689 | 2024-06-28T19:46:08.783Z | Compiling derive-where v1.2.7 |
1690 | 2024-06-28T19:46:09.104Z | Compiling num-derive v0.4.2 |
1691 | 2024-06-28T19:46:09.669Z | Checking atty v0.2.14 |
1692 | 2024-06-28T19:46:09.781Z | Checking downcast v0.11.0 |
1693 | 2024-06-28T19:46:09.831Z | Checking fragile v2.0.0 |
1694 | 2024-06-28T19:46:09.959Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1695 | 2024-06-28T19:46:10.071Z | Checking tokio-tungstenite v0.20.1 |
1696 | 2024-06-28T19:46:10.118Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1697 | 2024-06-28T19:46:10.477Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1698 | 2024-06-28T19:46:10.593Z | Checking tungstenite v0.21.0 |
1699 | 2024-06-28T19:46:10.720Z | Checking env_logger v0.9.3 |
1700 | 2024-06-28T19:46:11.052Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1701 | 2024-06-28T19:46:11.112Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-06-28T19:46:11.205Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1703 | 2024-06-28T19:46:11.358Z | Checking tokio-tungstenite v0.21.0 |
1704 | 2024-06-28T19:46:11.421Z | Compiling bitstruct_derive v0.1.0 |
1705 | 2024-06-28T19:46:11.446Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-06-28T19:46:11.558Z | Checking ascii v1.1.0 |
1707 | 2024-06-28T19:46:11.770Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-06-28T19:46:11.835Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-06-28T19:46:11.911Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1710 | 2024-06-28T19:46:11.936Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-06-28T19:46:12.064Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-06-28T19:46:12.196Z | Checking erased-serde v0.3.31 |
1713 | 2024-06-28T19:46:12.299Z | Checking serde_arrays v0.1.0 |
1714 | 2024-06-28T19:46:12.382Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1715 | 2024-06-28T19:46:12.434Z | Compiling heck v0.3.3 |
1716 | 2024-06-28T19:46:12.585Z | Checking bitstruct v0.1.1 |
1717 | 2024-06-28T19:46:12.678Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1718 | 2024-06-28T19:46:12.703Z | Checking headers-core v0.2.0 |
1719 | 2024-06-28T19:46:12.821Z | Compiling zone_cfg_derive v0.1.2 |
1720 | 2024-06-28T19:46:12.846Z | Checking base64 v0.13.1 |
1721 | 2024-06-28T19:46:13.136Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1722 | 2024-06-28T19:46:13.217Z | Checking ron v0.7.1 |
1723 | 2024-06-28T19:46:13.835Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1724 | 2024-06-28T19:46:13.896Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1725 | 2024-06-28T19:46:14.036Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-06-28T19:46:14.114Z | Checking zone v0.1.8 |
1727 | 2024-06-28T19:46:14.174Z | Checking headers v0.3.9 |
1728 | 2024-06-28T19:46:14.485Z | Checking portpicker v0.1.1 |
1729 | 2024-06-28T19:46:14.611Z | Checking rcgen v0.12.1 |
1730 | 2024-06-28T19:46:14.744Z | Checking atomicwrites v0.4.3 |
1731 | 2024-06-28T19:46:14.931Z | Checking subprocess v0.2.9 |
1732 | 2024-06-28T19:46:15.185Z | Compiling convert_case v0.4.0 |
1733 | 2024-06-28T19:46:15.210Z | Checking password-hash v0.5.0 |
1734 | 2024-06-28T19:46:15.399Z | Checking blake2 v0.10.6 |
1735 | 2024-06-28T19:46:15.427Z | Checking mockall v0.12.1 |
1736 | 2024-06-28T19:46:15.574Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1737 | 2024-06-28T19:46:15.618Z | Checking linked-hash-map v0.5.6 |
1738 | 2024-06-28T19:46:15.643Z | Compiling prettyplease v0.2.20 |
1739 | 2024-06-28T19:46:15.784Z | Checking argon2 v0.5.3 |
1740 | 2024-06-28T19:46:15.853Z | Checking swrite v0.1.0 |
1741 | 2024-06-28T19:46:15.878Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1742 | 2024-06-28T19:46:15.915Z | Checking lru-cache v0.1.2 |
1743 | 2024-06-28T19:46:16.081Z | Compiling derive_more v0.99.17 |
1744 | 2024-06-28T19:46:16.189Z | Compiling rayon-core v1.12.1 |
1745 | 2024-06-28T19:46:16.378Z | Checking resolv-conf v0.7.0 |
1746 | 2024-06-28T19:46:16.403Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1747 | 2024-06-28T19:46:16.451Z | Checking half v2.4.1 |
1748 | 2024-06-28T19:46:16.696Z | Checking trust-dns-resolver v0.22.0 |
1749 | 2024-06-28T19:46:16.722Z | Compiling semver v0.1.20 |
1750 | 2024-06-28T19:46:16.783Z | Checking ciborium-io v0.2.2 |
1751 | 2024-06-28T19:46:16.848Z | Compiling cancel-safe-futures v0.1.5 |
1752 | 2024-06-28T19:46:16.899Z | Checking ciborium-ll v0.2.2 |
1753 | 2024-06-28T19:46:17.126Z | Compiling rustc_version v0.1.7 |
1754 | 2024-06-28T19:46:17.158Z | Checking ciborium v0.2.2 |
1755 | 2024-06-28T19:46:17.569Z | Compiling newtype_derive v0.1.6 |
1756 | 2024-06-28T19:46:17.832Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1757 | 2024-06-28T19:46:18.252Z | Checking num-rational v0.4.2 |
1758 | 2024-06-28T19:46:18.500Z | Checking num-complex v0.4.6 |
1759 | 2024-06-28T19:46:18.749Z | Compiling slog-dtrace v0.3.0 |
1760 | 2024-06-28T19:46:18.931Z | Checking signature v2.2.0 |
1761 | 2024-06-28T19:46:19.061Z | Checking float-ord v0.3.2 |
1762 | 2024-06-28T19:46:19.187Z | Checking steno v0.4.0 |
1763 | 2024-06-28T19:46:19.232Z | Checking num v0.4.3 |
1764 | 2024-06-28T19:46:20.640Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1765 | 2024-06-28T19:46:20.900Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1766 | 2024-06-28T19:46:20.981Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1767 | 2024-06-28T19:46:21.984Z | Checking libsw v3.3.1 |
1768 | 2024-06-28T19:46:22.352Z | Checking linear-map v1.2.0 |
1769 | 2024-06-28T19:46:22.407Z | Checking owo-colors v4.0.0 |
1770 | 2024-06-28T19:46:23.852Z | Checking nibble_vec v0.1.0 |
1771 | 2024-06-28T19:46:23.890Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1772 | 2024-06-28T19:46:24.021Z | Checking endian-type v0.1.2 |
1773 | 2024-06-28T19:46:24.204Z | Checking radix_trie v0.2.1 |
1774 | 2024-06-28T19:46:24.580Z | Checking fxhash v0.2.1 |
1775 | 2024-06-28T19:46:24.673Z | Checking display-error-chain v0.2.0 |
1776 | 2024-06-28T19:46:24.743Z | Compiling home v0.5.9 |
1777 | 2024-06-28T19:46:24.768Z | Compiling radium v0.7.0 |
1778 | 2024-06-28T19:46:24.812Z | Compiling maybe-uninit v2.0.0 |
1779 | 2024-06-28T19:46:24.995Z | Checking tap v1.0.1 |
1780 | 2024-06-28T19:46:25.147Z | Checking wyz v0.5.1 |
1781 | 2024-06-28T19:46:25.332Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1782 | 2024-06-28T19:46:25.480Z | Compiling packed_struct v0.10.1 |
1783 | 2024-06-28T19:46:25.529Z | Checking funty v2.0.0 |
1784 | 2024-06-28T19:46:25.701Z | Checking crc-catalog v2.4.0 |
1785 | 2024-06-28T19:46:25.833Z | Compiling num-bigint-dig v0.8.4 |
1786 | 2024-06-28T19:46:25.882Z | Checking crc v3.2.1 |
1787 | 2024-06-28T19:46:26.210Z | Compiling packed_struct_codegen v0.10.1 |
1788 | 2024-06-28T19:46:26.256Z | Compiling indexmap v1.9.3 |
1789 | 2024-06-28T19:46:26.318Z | Checking bitvec v1.0.1 |
1790 | 2024-06-28T19:46:26.503Z | Checking nodrop v0.1.14 |
1791 | 2024-06-28T19:46:26.616Z | Checking array-init v0.0.4 |
1792 | 2024-06-28T19:46:26.826Z | Checking smallvec v0.6.14 |
1793 | 2024-06-28T19:46:27.445Z | Checking pkcs1 v0.7.5 |
1794 | 2024-06-28T19:46:27.582Z | Compiling blake3 v1.5.1 |
1795 | 2024-06-28T19:46:27.812Z | Compiling ring v0.16.20 |
1796 | 2024-06-28T19:46:28.095Z | Checking hashbrown v0.12.3 |
1797 | 2024-06-28T19:46:28.376Z | Checking bitfield v0.14.0 |
1798 | 2024-06-28T19:46:28.680Z | Checking serde-hex v0.1.0 |
1799 | 2024-06-28T19:46:28.962Z | Checking rsa v0.9.6 |
1800 | 2024-06-28T19:46:29.013Z | Checking bzip2 v0.4.4 |
1801 | 2024-06-28T19:46:29.272Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1802 | 2024-06-28T19:46:29.547Z | Checking env_logger v0.10.2 |
1803 | 2024-06-28T19:46:29.606Z | Checking x509-cert v0.2.5 |
1804 | 2024-06-28T19:46:29.899Z | Checking ron v0.8.1 |
1805 | 2024-06-28T19:46:29.925Z | Checking hashbrown v0.13.2 |
1806 | 2024-06-28T19:46:30.774Z | Checking crc-any v2.5.0 |
1807 | 2024-06-28T19:46:30.816Z | Checking object v0.30.4 |
1808 | 2024-06-28T19:46:30.937Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1809 | 2024-06-28T19:46:30.975Z | Checking zip v0.6.6 |
1810 | 2024-06-28T19:46:31.029Z | Checking path-slash v0.1.5 |
1811 | 2024-06-28T19:46:31.114Z | Compiling async-recursion v1.1.1 |
1812 | 2024-06-28T19:46:31.163Z | Checking gethostname v0.4.3 |
1813 | 2024-06-28T19:46:31.188Z | Compiling parking_lot_core v0.8.6 |
1814 | 2024-06-28T19:46:31.301Z | Compiling libefi-sys v0.1.0 |
1815 | 2024-06-28T19:46:31.528Z | Checking maplit v1.0.2 |
1816 | 2024-06-28T19:46:31.618Z | Compiling bitfield-struct v0.6.1 |
1817 | 2024-06-28T19:46:31.643Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1818 | 2024-06-28T19:46:31.731Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1819 | 2024-06-28T19:46:31.989Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1820 | 2024-06-28T19:46:32.073Z | Compiling crossbeam-deque v0.8.5 |
1821 | 2024-06-28T19:46:32.212Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-06-28T19:46:32.260Z | Checking keccak v0.1.5 |
1823 | 2024-06-28T19:46:32.534Z | Checking sha3 v0.10.8 |
1824 | 2024-06-28T19:46:32.823Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1825 | 2024-06-28T19:46:33.138Z | Checking parking_lot v0.11.2 |
1826 | 2024-06-28T19:46:33.275Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-06-28T19:46:33.314Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1828 | 2024-06-28T19:46:33.434Z | Checking trust-dns-client v0.22.0 |
1829 | 2024-06-28T19:46:33.488Z | Checking toml v0.5.11 |
1830 | 2024-06-28T19:46:33.687Z | Checking secrecy v0.8.0 |
1831 | 2024-06-28T19:46:33.723Z | Checking sled v0.34.7 |
1832 | 2024-06-28T19:46:33.872Z | Compiling rayon v1.10.0 |
1833 | 2024-06-28T19:46:34.422Z | Compiling memmap2 v0.9.4 |
1834 | 2024-06-28T19:46:34.492Z | Compiling buf-list v1.0.3 |
1835 | 2024-06-28T19:46:34.761Z | Checking trust-dns-server v0.22.1 |
1836 | 2024-06-28T19:46:34.834Z | Compiling untrusted v0.7.1 |
1837 | 2024-06-28T19:46:35.017Z | Compiling constant_time_eq v0.3.0 |
1838 | 2024-06-28T19:46:35.041Z | Compiling arrayref v0.3.7 |
1839 | 2024-06-28T19:46:35.135Z | Compiling arrayvec v0.7.4 |
1840 | 2024-06-28T19:46:36.127Z | Compiling toolchain_find v0.4.0 |
1841 | 2024-06-28T19:46:36.278Z | Compiling topological-sort v0.2.2 |
1842 | 2024-06-28T19:46:36.302Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1843 | 2024-06-28T19:46:36.499Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1844 | 2024-06-28T19:46:36.686Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-06-28T19:46:36.760Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1846 | 2024-06-28T19:46:36.862Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1847 | 2024-06-28T19:46:37.905Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1848 | 2024-06-28T19:46:38.458Z | Compiling omicron-zone-package v0.11.0 |
1849 | 2024-06-28T19:46:39.171Z | Compiling rustfmt-wrapper v0.2.1 |
1850 | 2024-06-28T19:46:39.675Z | Checking glob v0.3.1 |
1851 | 2024-06-28T19:46:39.822Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1852 | 2024-06-28T19:46:39.944Z | Compiling curve25519-dalek v4.1.3 |
1853 | 2024-06-28T19:46:40.147Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1854 | 2024-06-28T19:46:40.358Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1855 | 2024-06-28T19:46:40.474Z | Checking universal-hash v0.5.1 |
1856 | 2024-06-28T19:46:40.647Z | Checking opaque-debug v0.3.1 |
1857 | 2024-06-28T19:46:40.759Z | Compiling curve25519-dalek-derive v0.1.1 |
1858 | 2024-06-28T19:46:40.900Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1859 | 2024-06-28T19:46:41.920Z | Checking aead v0.5.2 |
1860 | 2024-06-28T19:46:42.136Z | Compiling pin-project-internal v1.1.5 |
1861 | 2024-06-28T19:46:42.239Z | Compiling vte_generate_state_changes v0.1.1 |
1862 | 2024-06-28T19:46:42.536Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1863 | 2024-06-28T19:46:42.786Z | Compiling unicase v2.7.0 |
1864 | 2024-06-28T19:46:43.091Z | Checking vte v0.11.1 |
1865 | 2024-06-28T19:46:43.187Z | Checking poly1305 v0.8.0 |
1866 | 2024-06-28T19:46:43.567Z | Checking chacha20 v0.9.1 |
1867 | 2024-06-28T19:46:43.617Z | Checking fd-lock v4.0.2 |
1868 | 2024-06-28T19:46:43.705Z | Compiling thiserror-impl-no-std v2.0.2 |
1869 | 2024-06-28T19:46:43.797Z | Checking nanorand v0.7.0 |
1870 | 2024-06-28T19:46:43.870Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1871 | 2024-06-28T19:46:43.894Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1872 | 2024-06-28T19:46:44.097Z | Checking strip-ansi-escapes v0.2.0 |
1873 | 2024-06-28T19:46:44.123Z | Checking kstat-rs v0.2.4 |
1874 | 2024-06-28T19:46:44.148Z | Checking flume v0.11.0 |
1875 | 2024-06-28T19:46:44.245Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1876 | 2024-06-28T19:46:44.421Z | Checking nu-ansi-term v0.50.0 |
1877 | 2024-06-28T19:46:44.579Z | Checking chacha20poly1305 v0.10.1 |
1878 | 2024-06-28T19:46:44.739Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1879 | 2024-06-28T19:46:44.775Z | Checking pin-project v1.1.5 |
1880 | 2024-06-28T19:46:44.801Z | Checking reedline v0.31.0 |
1881 | 2024-06-28T19:46:44.886Z | Compiling crunchy v0.2.2 |
1882 | 2024-06-28T19:46:44.939Z | Compiling mime_guess v2.0.4 |
1883 | 2024-06-28T19:46:45.324Z | Compiling clang-sys v1.7.0 |
1884 | 2024-06-28T19:46:45.606Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1885 | 2024-06-28T19:46:45.886Z | Compiling tiny-keccak v2.0.2 |
1886 | 2024-06-28T19:46:46.195Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1887 | 2024-06-28T19:46:46.422Z | Compiling memoffset v0.9.1 |
1888 | 2024-06-28T19:46:46.446Z | Checking thiserror-no-std v2.0.2 |
1889 | 2024-06-28T19:46:46.446Z | Compiling ref-cast v1.0.23 |
1890 | 2024-06-28T19:46:46.556Z | Checking vsss-rs v3.3.4 |
1891 | 2024-06-28T19:46:46.672Z | Checking bytecount v0.6.8 |
1892 | 2024-06-28T19:46:46.811Z | Checking papergrid v0.11.0 |
1893 | 2024-06-28T19:46:47.480Z | Compiling ascii-canvas v3.0.0 |
1894 | 2024-06-28T19:46:47.647Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1895 | 2024-06-28T19:46:47.913Z | Compiling tabled_derive v0.7.0 |
1896 | 2024-06-28T19:46:48.051Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1897 | 2024-06-28T19:46:48.272Z | Compiling ref-cast-impl v1.0.23 |
1898 | 2024-06-28T19:46:48.296Z | Compiling snafu-derive v0.8.2 |
1899 | 2024-06-28T19:46:49.095Z | Compiling ena v0.14.3 |
1900 | 2024-06-28T19:46:49.253Z | Compiling libloading v0.8.3 |
1901 | 2024-06-28T19:46:49.311Z | Compiling bindgen v0.69.4 |
1902 | 2024-06-28T19:46:49.531Z | Checking http-range v0.1.5 |
1903 | 2024-06-28T19:46:49.709Z | Compiling regex-syntax v0.6.29 |
1904 | 2024-06-28T19:46:49.734Z | Compiling diff v0.1.13 |
1905 | 2024-06-28T19:46:50.049Z | Checking hyper-staticfile v0.9.5 |
1906 | 2024-06-28T19:46:50.201Z | Checking tabled v0.15.0 |
1907 | 2024-06-28T19:46:51.240Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1908 | 2024-06-28T19:46:51.527Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1909 | 2024-06-28T19:46:52.788Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1910 | 2024-06-28T19:46:53.171Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1911 | 2024-06-28T19:46:54.111Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1912 | 2024-06-28T19:46:54.644Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1913 | 2024-06-28T19:46:55.559Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1914 | 2024-06-28T19:46:56.482Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1915 | 2024-06-28T19:46:57.135Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1916 | 2024-06-28T19:46:57.649Z | Checking snafu v0.8.2 |
1917 | 2024-06-28T19:46:58.119Z | Compiling lalrpop v0.19.12 |
1918 | 2024-06-28T19:46:58.275Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1919 | 2024-06-28T19:46:58.740Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1920 | 2024-06-28T19:46:59.891Z | Compiling which v4.4.2 |
1921 | 2024-06-28T19:47:00.434Z | Checking globset v0.4.14 |
1922 | 2024-06-28T19:47:00.849Z | Checking olpc-cjson v0.1.3 |
1923 | 2024-06-28T19:47:01.042Z | Compiling cexpr v0.6.0 |
1924 | 2024-06-28T19:47:01.085Z | Checking serde_plain v1.0.2 |
1925 | 2024-06-28T19:47:01.288Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1926 | 2024-06-28T19:47:01.516Z | Compiling shlex v1.3.0 |
1927 | 2024-06-28T19:47:01.888Z | Compiling salty v0.2.0 |
1928 | 2024-06-28T19:47:02.044Z | Compiling cfg_aliases v0.1.1 |
1929 | 2024-06-28T19:47:02.146Z | Compiling lazycell v1.3.0 |
1930 | 2024-06-28T19:47:02.314Z | Checking typed-path v0.7.1 |
1931 | 2024-06-28T19:47:02.339Z | Checking signature v1.6.4 |
1932 | 2024-06-28T19:47:02.451Z | Compiling rustc-hash v1.1.0 |
1933 | 2024-06-28T19:47:02.553Z | Checking ed25519 v1.5.3 |
1934 | 2024-06-28T19:47:02.775Z | Compiling nix v0.28.0 |
1935 | 2024-06-28T19:47:03.225Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-06-28T19:47:03.498Z | Checking nix v0.27.1 |
1937 | 2024-06-28T19:47:03.919Z | Checking tough v0.17.1 |
1938 | 2024-06-28T19:47:06.239Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1939 | 2024-06-28T19:47:07.296Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1940 | 2024-06-28T19:47:07.717Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1941 | 2024-06-28T19:47:07.846Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1942 | 2024-06-28T19:47:07.873Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1943 | 2024-06-28T19:47:08.054Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1944 | 2024-06-28T19:47:08.083Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1945 | 2024-06-28T19:47:08.112Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1946 | 2024-06-28T19:47:09.084Z | Compiling derive_builder_core v0.20.0 |
1947 | 2024-06-28T19:47:09.655Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1948 | 2024-06-28T19:47:10.200Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1949 | 2024-06-28T19:47:10.557Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1950 | 2024-06-28T19:47:11.096Z | Checking serde-big-array v0.5.1 |
1951 | 2024-06-28T19:47:11.180Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1952 | 2024-06-28T19:47:11.296Z | Compiling libxml v0.3.3 |
1953 | 2024-06-28T19:47:11.584Z | Checking parse-size v1.0.0 |
1954 | 2024-06-28T19:47:11.758Z | Compiling derive_builder_macro v0.20.0 |
1955 | 2024-06-28T19:47:11.957Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1956 | 2024-06-28T19:47:12.248Z | Checking signal-hook-tokio v0.3.1 |
1957 | 2024-06-28T19:47:12.273Z | Checking serde-big-array v0.4.1 |
1958 | 2024-06-28T19:47:12.406Z | Compiling strum_macros v0.24.3 |
1959 | 2024-06-28T19:47:12.433Z | Compiling cookie v0.18.1 |
1960 | 2024-06-28T19:47:12.517Z | Compiling indoc v1.0.9 |
1961 | 2024-06-28T19:47:12.575Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1962 | 2024-06-28T19:47:12.749Z | Checking derive_builder v0.20.0 |
1963 | 2024-06-28T19:47:13.401Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1964 | 2024-06-28T19:47:13.474Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1965 | 2024-06-28T19:47:14.958Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1966 | 2024-06-28T19:47:15.041Z | Compiling peg-macros v0.8.3 |
1967 | 2024-06-28T19:47:15.204Z | Checking quick-xml v0.31.0 |
1968 | 2024-06-28T19:47:15.545Z | Compiling oso-derive v0.27.3 |
1969 | 2024-06-28T19:47:15.588Z | Compiling impl-trait-for-tuples v0.2.2 |
1970 | 2024-06-28T19:47:16.394Z | Compiling sqlparser_derive v0.2.2 |
1971 | 2024-06-28T19:47:16.980Z | Checking corncobs v0.1.3 |
1972 | 2024-06-28T19:47:17.147Z | Checking heck v0.4.1 |
1973 | 2024-06-28T19:47:17.281Z | Checking unicode_categories v0.1.1 |
1974 | 2024-06-28T19:47:17.329Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1975 | 2024-06-28T19:47:17.532Z | Checking sqlformat v0.2.3 |
1976 | 2024-06-28T19:47:17.667Z | Checking sqlparser v0.45.0 |
1977 | 2024-06-28T19:47:18.004Z | Checking peg v0.8.3 |
1978 | 2024-06-28T19:47:18.097Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1979 | 2024-06-28T19:47:18.264Z | Checking rustyline v14.0.0 |
1980 | 2024-06-28T19:47:20.076Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1981 | 2024-06-28T19:47:20.193Z | Checking bcs v0.1.6 |
1982 | 2024-06-28T19:47:20.513Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1983 | 2024-06-28T19:47:21.261Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1984 | 2024-06-28T19:47:21.508Z | Checking highway v1.1.0 |
1985 | 2024-06-28T19:47:21.667Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1986 | 2024-06-28T19:47:21.860Z | Compiling const_format_proc_macros v0.2.32 |
1987 | 2024-06-28T19:47:21.887Z | Checking bb8 v0.8.3 |
1988 | 2024-06-28T19:47:22.277Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1989 | 2024-06-28T19:47:23.107Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1990 | 2024-06-28T19:47:23.756Z | Checking const_format v0.2.32 |
1991 | 2024-06-28T19:47:24.159Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1992 | 2024-06-28T19:47:24.512Z | Checking assert_matches v1.5.0 |
1993 | 2024-06-28T19:47:24.605Z | Compiling portable-atomic v1.6.0 |
1994 | 2024-06-28T19:47:25.263Z | Checking rand_seeder v0.2.3 |
1995 | 2024-06-28T19:47:25.288Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1996 | 2024-06-28T19:47:25.474Z | Checking number_prefix v0.4.0 |
1997 | 2024-06-28T19:47:25.591Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1998 | 2024-06-28T19:47:25.646Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1999 | 2024-06-28T19:47:26.035Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2000 | 2024-06-28T19:47:26.235Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2001 | 2024-06-28T19:47:26.363Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2002 | 2024-06-28T19:47:26.387Z | Checking indicatif v0.17.8 |
2003 | 2024-06-28T19:47:27.015Z | Checking castaway v0.2.2 |
2004 | 2024-06-28T19:47:27.165Z | Checking compact_str v0.7.1 |
2005 | 2024-06-28T19:47:27.308Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2006 | 2024-06-28T19:47:27.360Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2007 | 2024-06-28T19:47:27.539Z | Checking lru v0.12.3 |
2008 | 2024-06-28T19:47:27.595Z | Compiling stability v0.2.0 |
2009 | 2024-06-28T19:47:27.794Z | Checking cassowary v0.3.0 |
2010 | 2024-06-28T19:47:27.829Z | Compiling indoc v2.0.5 |
2011 | 2024-06-28T19:47:28.204Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-06-28T19:47:28.444Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2013 | 2024-06-28T19:47:28.742Z | Checking ratatui v0.26.2 |
2014 | 2024-06-28T19:47:29.676Z | Checking smawk v0.3.2 |
2015 | 2024-06-28T19:47:29.882Z | Checking unicode-linebreak v0.1.5 |
2016 | 2024-06-28T19:47:30.251Z | Checking textwrap v0.16.1 |
2017 | 2024-06-28T19:47:30.617Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2018 | 2024-06-28T19:47:30.820Z | Checking is_ci v1.2.0 |
2019 | 2024-06-28T19:47:30.895Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2020 | 2024-06-28T19:47:30.947Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2021 | 2024-06-28T19:47:30.972Z | Checking supports-color v3.0.0 |
2022 | 2024-06-28T19:47:31.169Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2023 | 2024-06-28T19:47:31.322Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2024 | 2024-06-28T19:47:31.943Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-06-28T19:47:31.968Z | Checking fatfs v0.3.6 |
2026 | 2024-06-28T19:47:32.761Z | Checking shell-words v1.1.0 |
2027 | 2024-06-28T19:47:32.880Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2028 | 2024-06-28T19:47:32.927Z | Checking cargo-platform v0.1.8 |
2029 | 2024-06-28T19:47:33.181Z | Checking rtoolbox v0.0.2 |
2030 | 2024-06-28T19:47:33.350Z | Compiling getrandom v0.1.16 |
2031 | 2024-06-28T19:47:33.968Z | Checking rpassword v7.3.1 |
2032 | 2024-06-28T19:47:34.100Z | Checking cargo_metadata v0.18.1 |
2033 | 2024-06-28T19:47:35.069Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2034 | 2024-06-28T19:47:35.390Z | Checking tui-tree-widget v0.19.0 |
2035 | 2024-06-28T19:47:35.889Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2036 | 2024-06-28T19:47:36.801Z | Checking rfc6979 v0.4.0 |
2037 | 2024-06-28T19:47:37.201Z | Checking ecdsa v0.16.9 |
2038 | 2024-06-28T19:47:37.474Z | Checking rand_core v0.5.1 |
2039 | 2024-06-28T19:47:37.754Z | Checking primeorder v0.13.6 |
2040 | 2024-06-28T19:47:38.021Z | Checking option-ext v0.2.0 |
2041 | 2024-06-28T19:47:38.135Z | Checking yansi v0.5.1 |
2042 | 2024-06-28T19:47:38.178Z | Checking dirs-sys v0.4.1 |
2043 | 2024-06-28T19:47:38.348Z | Checking rand_chacha v0.2.2 |
2044 | 2024-06-28T19:47:38.377Z | Checking pretty_assertions v1.4.0 |
2045 | 2024-06-28T19:47:38.551Z | Checking polyval v0.6.2 |
2046 | 2024-06-28T19:47:38.641Z | Checking ed25519 v2.2.3 |
2047 | 2024-06-28T19:47:38.791Z | Checking blowfish v0.9.1 |
2048 | 2024-06-28T19:47:38.851Z | Checking aes v0.8.4 |
2049 | 2024-06-28T19:47:39.012Z | Checking ctr v0.9.2 |
2050 | 2024-06-28T19:47:39.186Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2051 | 2024-06-28T19:47:39.273Z | Checking password-hash v0.4.2 |
2052 | 2024-06-28T19:47:39.604Z | Checking pbkdf2 v0.12.2 |
2053 | 2024-06-28T19:47:39.648Z | Checking hex-literal v0.4.1 |
2054 | 2024-06-28T19:47:39.756Z | Checking plotters-backend v0.3.5 |
2055 | 2024-06-28T19:47:39.780Z | Checking bcrypt-pbkdf v0.10.0 |
2056 | 2024-06-28T19:47:40.004Z | Checking pbkdf2 v0.11.0 |
2057 | 2024-06-28T19:47:40.086Z | Checking plotters-svg v0.3.5 |
2058 | 2024-06-28T19:47:40.263Z | Checking ed25519-dalek v2.1.1 |
2059 | 2024-06-28T19:47:40.287Z | Checking ghash v0.5.1 |
2060 | 2024-06-28T19:47:40.440Z | Checking rand v0.7.3 |
2061 | 2024-06-28T19:47:40.567Z | Checking dirs v5.0.1 |
2062 | 2024-06-28T19:47:40.695Z | Checking p256 v0.13.2 |
2063 | 2024-06-28T19:47:41.124Z | Checking p521 v0.13.3 |
2064 | 2024-06-28T19:47:41.595Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2065 | 2024-06-28T19:47:42.231Z | Checking cbc v0.1.2 |
2066 | 2024-06-28T19:47:42.422Z | Checking russh-cryptovec v0.7.2 |
2067 | 2024-06-28T19:47:42.634Z | Checking md5 v0.7.0 |
2068 | 2024-06-28T19:47:42.916Z | Compiling doc-comment v0.3.3 |
2069 | 2024-06-28T19:47:42.940Z | Checking cast v0.3.0 |
2070 | 2024-06-28T19:47:43.233Z | Compiling target-lexicon v0.12.14 |
2071 | 2024-06-28T19:47:43.633Z | Checking criterion-plot v0.5.0 |
2072 | 2024-06-28T19:47:44.117Z | Checking russh-keys v0.43.0 |
2073 | 2024-06-28T19:47:44.218Z | Checking aes-gcm v0.10.3 |
2074 | 2024-06-28T19:47:44.478Z | Checking plotters v0.3.5 |
2075 | 2024-06-28T19:47:45.000Z | Checking http-body v1.0.0 |
2076 | 2024-06-28T19:47:45.214Z | Checking tinytemplate v1.2.1 |
2077 | 2024-06-28T19:47:45.240Z | Checking csv-core v0.1.11 |
2078 | 2024-06-28T19:47:45.565Z | Compiling guppy-workspace-hack v0.1.0 |
2079 | 2024-06-28T19:47:45.601Z | Compiling dhcproto-macros v0.1.0 |
2080 | 2024-06-28T19:47:45.834Z | Checking regex-automata v0.1.10 |
2081 | 2024-06-28T19:47:46.111Z | Checking tower-layer v0.3.2 |
2082 | 2024-06-28T19:47:46.222Z | Compiling assert_cmd v2.0.14 |
2083 | 2024-06-28T19:47:46.371Z | Checking oorandom v11.1.3 |
2084 | 2024-06-28T19:47:46.527Z | Checking anes v0.1.6 |
2085 | 2024-06-28T19:47:46.551Z | Checking dhcproto v0.11.0 |
2086 | 2024-06-28T19:47:46.659Z | Checking tower v0.4.13 |
2087 | 2024-06-28T19:47:46.904Z | Checking criterion v0.5.1 |
2088 | 2024-06-28T19:47:47.352Z | Checking bstr v0.2.17 |
2089 | 2024-06-28T19:47:47.906Z | Checking csv v1.3.0 |
2090 | 2024-06-28T19:47:48.098Z | Checking hyper v1.3.1 |
2091 | 2024-06-28T19:47:48.643Z | Checking russh v0.43.0 |
2092 | 2024-06-28T19:47:49.474Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2024-06-28T19:47:49.599Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2094 | 2024-06-28T19:47:50.276Z | Compiling target-spec v3.1.0 |
2095 | 2024-06-28T19:47:50.345Z | Checking internet-checksum v0.2.1 |
2096 | 2024-06-28T19:47:51.189Z | Checking cfg-expr v0.15.8 |
2097 | 2024-06-28T19:47:51.931Z | Checking hyper-util v0.1.3 |
2098 | 2024-06-28T19:47:51.970Z | Checking httptest v0.15.5 |
2099 | 2024-06-28T19:47:52.306Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2100 | 2024-06-28T19:47:52.639Z | Checking rustls-native-certs v0.7.0 |
2101 | 2024-06-28T19:47:53.170Z | Checking hyper-rustls v0.26.0 |
2102 | 2024-06-28T19:47:53.770Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2103 | 2024-06-28T19:47:53.997Z | Checking pathdiff v0.2.1 |
2104 | 2024-06-28T19:47:54.161Z | Checking threadpool v1.8.1 |
2105 | 2024-06-28T19:47:54.339Z | Checking escape8259 v0.5.2 |
2106 | 2024-06-28T19:47:54.400Z | Checking nested v0.1.1 |
2107 | 2024-06-28T19:47:54.516Z | Checking libtest-mimic v0.7.3 |
2108 | 2024-06-28T19:47:54.577Z | Checking guppy v0.17.5 |
2109 | 2024-06-28T19:47:54.929Z | Checking similar-asserts v1.5.0 |
2110 | 2024-06-28T19:47:55.145Z | Checking fancy-regex v0.13.0 |
2111 | 2024-06-28T19:47:55.751Z | Compiling rstest_macros v0.19.0 |
2112 | 2024-06-28T19:47:55.950Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2113 | 2024-06-28T19:47:56.285Z | Checking datatest-stable v0.2.9 |
2114 | 2024-06-28T19:47:56.326Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2115 | 2024-06-28T19:47:56.530Z | Checking blake2b_simd v1.0.2 |
2116 | 2024-06-28T19:47:57.231Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2117 | 2024-06-28T19:47:57.389Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2118 | 2024-06-28T19:47:57.474Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2119 | 2024-06-28T19:47:57.830Z | Compiling trybuild v1.0.96 |
2120 | 2024-06-28T19:47:58.066Z | Compiling relative-path v1.9.3 |
2121 | 2024-06-28T19:47:58.322Z | Checking rust-argon2 v2.1.0 |
2122 | 2024-06-28T19:47:58.678Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2123 | 2024-06-28T19:47:59.659Z | Checking multimap v0.10.0 |
2124 | 2024-06-28T19:47:59.931Z | Checking futures-timer v3.0.3 |
2125 | 2024-06-28T19:48:01.289Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-06-28T19:48:01.998Z | Checking partial-io v0.5.4 |
2127 | 2024-06-28T19:48:02.331Z | Checking cargo_toml v0.20.3 |
2128 | 2024-06-28T19:48:03.930Z | Checking rand_distr v0.4.3 |
2129 | 2024-06-28T19:48:04.547Z | Checking approx v0.5.1 |
2130 | 2024-06-28T19:48:04.738Z | Checking termios v0.3.3 |
2131 | 2024-06-28T19:48:04.918Z | Checking uzers v0.11.3 |
2132 | 2024-06-28T19:48:05.230Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2133 | 2024-06-28T19:48:06.333Z | Checking rstest v0.19.0 |
2134 | 2024-06-28T19:48:07.950Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2135 | 2024-06-28T19:48:09.101Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2136 | 2024-06-28T19:48:09.634Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2137 | 2024-06-28T19:48:17.791Z | Compiling samael v0.0.15 |
2138 | 2024-06-28T19:48:19.771Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2139 | 2024-06-28T19:48:42.521Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2140 | 2024-06-28T19:48:43.677Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2141 | 2024-06-28T19:48:50.974Z | Compiling polar-core v0.27.3 |
2142 | 2024-06-28T19:49:00.348Z | Checking oso v0.27.3 |
2143 | 2024-06-28T19:49:40.993Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2144 | 2024-06-28T19:49:40.993Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2145 | 2024-06-28T19:49:40.993Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2146 | 2024-06-28T19:51:16.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
2147 | 2024-06-28T19:51:16.990Z | |
2148 | 2024-06-28T19:51:17.015Z | real 6:58.697047313 |
2149 | 2024-06-28T19:51:17.015Z | user 34:22.315271401 |
2150 | 2024-06-28T19:51:17.015Z | sys 6:21.297587402 |
2151 | 2024-06-28T19:51:17.015Z | trap 1.033972799 |
2152 | 2024-06-28T19:51:17.015Z | tflt 0.566143170 |
2153 | 2024-06-28T19:51:17.015Z | dflt 0.626778680 |
2154 | 2024-06-28T19:51:17.015Z | kflt 0.001751782 |
2155 | 2024-06-28T19:51:17.015Z | lock 1:45:48.710306991 |
2156 | 2024-06-28T19:51:17.015Z | slp 1:51:02.368279790 |
2157 | 2024-06-28T19:51:17.015Z | lat 1:47.318303064 |
2158 | 2024-06-28T19:51:17.015Z | stop 5:25.209257011 |
2159 | 2024-06-28T19:51:17.015Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2160 | 2024-06-28T19:51:17.015Z | + ptime -m cargo doc --workspace --no-deps |
2161 | 2024-06-28T19:51:18.318Z | warning: output filename collision. |
2162 | 2024-06-28T19:51:18.318Z | 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)`. |
2163 | 2024-06-28T19:51:18.318Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2164 | 2024-06-28T19:51:18.318Z | The targets should have unique names. |
2165 | 2024-06-28T19:51:18.318Z | This is a known bug where multiple crates with the same name use |
2166 | 2024-06-28T19:51:18.318Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2167 | 2024-06-28T19:51:18.928Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-06-28T19:51:18.960Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-06-28T19:51:19.009Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2170 | 2024-06-28T19:51:19.036Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2171 | 2024-06-28T19:51:19.060Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2172 | 2024-06-28T19:51:19.060Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-06-28T19:51:19.191Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2024-06-28T19:51:19.307Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2175 | 2024-06-28T19:51:19.333Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2176 | 2024-06-28T19:51:19.357Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2024-06-28T19:51:19.382Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2178 | 2024-06-28T19:51:19.584Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2179 | 2024-06-28T19:51:19.623Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2180 | 2024-06-28T19:51:19.868Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-06-28T19:51:20.031Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-06-28T19:51:20.806Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2024-06-28T19:51:22.876Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2184 | 2024-06-28T19:51:22.951Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-06-28T19:51:23.088Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-06-28T19:51:23.219Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2187 | 2024-06-28T19:51:23.260Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2188 | 2024-06-28T19:51:23.477Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2189 | 2024-06-28T19:51:23.536Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2190 | 2024-06-28T19:51:23.789Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2024-06-28T19:51:23.850Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2024-06-28T19:51:24.131Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-06-28T19:51:24.305Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-06-28T19:51:24.574Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-06-28T19:51:24.861Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2196 | 2024-06-28T19:51:24.886Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2197 | 2024-06-28T19:51:25.082Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2198 | 2024-06-28T19:51:25.146Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2199 | 2024-06-28T19:51:25.342Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2200 | 2024-06-28T19:51:25.998Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2201 | 2024-06-28T19:51:26.106Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2202 | 2024-06-28T19:51:27.557Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2024-06-28T19:51:28.965Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-06-28T19:51:29.994Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2205 | 2024-06-28T19:51:30.814Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2206 | 2024-06-28T19:51:31.784Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-06-28T19:51:32.395Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2024-06-28T19:51:33.011Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2209 | 2024-06-28T19:51:33.158Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2210 | 2024-06-28T19:51:33.622Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2211 | 2024-06-28T19:51:34.069Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2212 | 2024-06-28T19:51:34.347Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2024-06-28T19:51:34.895Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-06-28T19:51:35.361Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2215 | 2024-06-28T19:51:35.522Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2216 | 2024-06-28T19:51:35.993Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2217 | 2024-06-28T19:51:36.572Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2218 | 2024-06-28T19:51:36.970Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2219 | 2024-06-28T19:51:37.880Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2220 | 2024-06-28T19:51:38.786Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2221 | 2024-06-28T19:51:39.539Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2222 | 2024-06-28T19:51:40.008Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-06-28T19:51:40.370Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2224 | 2024-06-28T19:51:40.480Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-06-28T19:51:40.943Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2226 | 2024-06-28T19:51:41.068Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2227 | 2024-06-28T19:51:41.910Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2228 | 2024-06-28T19:51:43.506Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2229 | 2024-06-28T19:51:43.653Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2230 | 2024-06-28T19:51:44.782Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-06-28T19:51:45.132Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2024-06-28T19:51:45.520Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2233 | 2024-06-28T19:51:45.996Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2234 | 2024-06-28T19:51:46.624Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2235 | 2024-06-28T19:51:46.676Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2236 | 2024-06-28T19:51:47.354Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2237 | 2024-06-28T19:51:50.517Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2238 | 2024-06-28T19:51:50.612Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2239 | 2024-06-28T19:51:51.381Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2240 | 2024-06-28T19:51:51.791Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-06-28T19:51:52.695Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-06-28T19:51:52.870Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2243 | 2024-06-28T19:51:57.680Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2244 | 2024-06-28T19:51:58.635Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-06-28T19:52:00.293Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-06-28T19:52:01.965Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-06-28T19:52:02.666Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2248 | 2024-06-28T19:52:10.630Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2249 | 2024-06-28T19:52:18.140Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2250 | 2024-06-28T19:52:19.271Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-06-28T19:52:21.168Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2252 | 2024-06-28T19:52:25.487Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2253 | 2024-06-28T19:52:28.162Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2254 | 2024-06-28T19:52:32.775Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2255 | 2024-06-28T19:52:37.820Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2256 | 2024-06-28T19:52:39.766Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2257 | 2024-06-28T19:52:39.869Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2258 | 2024-06-28T19:52:50.709Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2259 | 2024-06-28T19:53:07.432Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2260 | 2024-06-28T19:53:07.764Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2261 | 2024-06-28T19:53:12.252Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2262 | 2024-06-28T19:53:12.287Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2263 | 2024-06-28T19:53:15.172Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2264 | 2024-06-28T19:53:25.249Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2265 | 2024-06-28T19:53:28.121Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2266 | 2024-06-28T19:53:30.618Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2267 | 2024-06-28T19:53:35.249Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2268 | 2024-06-28T19:53:35.554Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2269 | 2024-06-28T19:53:49.931Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2270 | 2024-06-28T19:53:53.526Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2271 | 2024-06-28T19:53:59.476Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-06-28T19:54:00.258Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2273 | 2024-06-28T19:54:02.778Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2274 | 2024-06-28T19:54:06.269Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-06-28T19:54:07.371Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2276 | 2024-06-28T19:54:08.951Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2277 | 2024-06-28T19:54:15.736Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2278 | 2024-06-28T19:54:24.919Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2279 | 2024-06-28T19:54:25.232Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2280 | 2024-06-28T19:54:25.709Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2281 | 2024-06-28T19:54:28.508Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2282 | 2024-06-28T19:54:32.949Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2283 | 2024-06-28T19:54:38.070Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2284 | 2024-06-28T19:54:39.242Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2285 | 2024-06-28T19:54:39.855Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2286 | 2024-06-28T19:54:39.881Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2287 | 2024-06-28T19:54:43.097Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2288 | 2024-06-28T19:54:45.943Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2289 | 2024-06-28T19:54:46.575Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2290 | 2024-06-28T19:54:47.058Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2291 | 2024-06-28T19:54:50.193Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2292 | 2024-06-28T19:54:52.888Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2293 | 2024-06-28T19:54:54.772Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-06-28T19:54:55.817Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-06-28T19:54:59.238Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2296 | 2024-06-28T19:55:01.708Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2297 | 2024-06-28T19:55:02.217Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2298 | 2024-06-28T19:55:03.178Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2299 | 2024-06-28T19:55:07.461Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2300 | 2024-06-28T19:55:08.488Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2301 | 2024-06-28T19:55:08.857Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2302 | 2024-06-28T19:55:10.047Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2303 | 2024-06-28T19:55:13.950Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2304 | 2024-06-28T19:55:15.055Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2305 | 2024-06-28T19:55:16.991Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-06-28T19:55:17.789Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2307 | 2024-06-28T19:55:22.038Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2308 | 2024-06-28T19:55:23.280Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2309 | 2024-06-28T19:55:24.223Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2310 | 2024-06-28T19:55:27.153Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2311 | 2024-06-28T19:55:28.847Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2312 | 2024-06-28T19:55:29.736Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2313 | 2024-06-28T19:55:29.833Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2314 | 2024-06-28T19:55:30.792Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2315 | 2024-06-28T19:55:31.622Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2024-06-28T19:55:32.071Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2317 | 2024-06-28T19:55:32.451Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2318 | 2024-06-28T19:55:33.930Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2319 | 2024-06-28T19:55:34.310Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2320 | 2024-06-28T19:55:34.368Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2321 | 2024-06-28T19:56:04.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 47s |
2322 | 2024-06-28T19:56:05.018Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2323 | 2024-06-28T19:56:05.072Z | |
2324 | 2024-06-28T19:56:05.072Z | real 4:48.041079450 |
2325 | 2024-06-28T19:56:05.096Z | user 15:49.229034071 |
2326 | 2024-06-28T19:56:05.096Z | sys 18:43.328740457 |
2327 | 2024-06-28T19:56:05.096Z | trap 0.333724816 |
2328 | 2024-06-28T19:56:05.096Z | tflt 0.048574170 |
2329 | 2024-06-28T19:56:05.096Z | dflt 0.354750847 |
2330 | 2024-06-28T19:56:05.096Z | kflt 0.000247935 |
2331 | 2024-06-28T19:56:05.096Z | lock 46:46.278546379 |
2332 | 2024-06-28T19:56:05.096Z | slp 1:14:00.619390519 |
2333 | 2024-06-28T19:56:05.096Z | lat 55.117145721 |
2334 | 2024-06-28T19:56:05.096Z | stop 41.340027791 |
2335 | 2024-06-28T19:56:05.096Z | process exited: duration 898276 ms, exit code 0 |
|
2336 | 2024-06-28T19:56:05.144Z | found 0 output files |