|
|
|
1 | 2024-06-25T03:36:23.292Z | job assigned to worker 01J16QCXD8R69CF7V15M24572Q (queued for 59 s) |
|
2 | 2024-06-25T03:36:31.517Z | starting task 0: "setup" |
3 | 2024-06-25T03:36:31.578Z | ++ uname -s |
4 | 2024-06-25T03:36:31.581Z | + kern=SunOS |
5 | 2024-06-25T03:36:31.581Z | + case "$kern" in |
6 | 2024-06-25T03:36:31.581Z | + groupadd -g 12345 build |
7 | 2024-06-25T03:36:31.584Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T03:36:33.595Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T03:36:33.719Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T03:36:33.722Z | + home_fs=zfs |
11 | 2024-06-25T03:36:33.722Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T03:36:33.722Z | + mkdir -p /home/build |
13 | 2024-06-25T03:36:33.724Z | + chown build:build /home/build /work |
14 | 2024-06-25T03:36:35.726Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T03:36:35.729Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-06-25T03:36:35.733Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T03:36:35.739Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T03:36:35.739Z | * toolchain channel = "1.78.0" |
19 | 2024-06-25T03:36:35.739Z | ' 1.78.0 |
20 | 2024-06-25T03:36:35.739Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-25T03:36:35.739Z | ' default |
22 | 2024-06-25T03:36:35.739Z | * toolchain profile = "default" |
23 | 2024-06-25T03:36:35.742Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T03:36:35.742Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T03:36:36.030Z | info: downloading installer |
26 | 2024-06-25T03:36:37.346Z | info: profile set to 'default' |
27 | 2024-06-25T03:36:37.346Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T03:36:37.349Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T03:36:37.478Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T03:36:37.478Z | info: downloading component 'cargo' |
31 | 2024-06-25T03:36:38.201Z | info: downloading component 'clippy' |
32 | 2024-06-25T03:36:38.435Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T03:36:39.353Z | info: downloading component 'rust-std' |
34 | 2024-06-25T03:36:40.830Z | info: downloading component 'rustc' |
35 | 2024-06-25T03:36:44.521Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T03:36:44.722Z | info: installing component 'cargo' |
37 | 2024-06-25T03:36:45.600Z | info: installing component 'clippy' |
38 | 2024-06-25T03:36:45.971Z | info: installing component 'rust-docs' |
39 | 2024-06-25T03:36:47.502Z | info: installing component 'rust-std' |
40 | 2024-06-25T03:36:49.305Z | info: installing component 'rustc' |
41 | 2024-06-25T03:36:53.753Z | info: installing component 'rustfmt' |
42 | 2024-06-25T03:36:54.105Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T03:36:54.105Z | |
44 | 2024-06-25T03:36:54.373Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T03:36:54.373Z | |
46 | 2024-06-25T03:36:54.376Z | |
47 | 2024-06-25T03:36:54.376Z | Rust is installed now. Great! |
48 | 2024-06-25T03:36:54.376Z | |
49 | 2024-06-25T03:36:54.376Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T03:36:54.376Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T03:36:54.376Z | |
52 | 2024-06-25T03:36:54.376Z | To configure your current shell, you need to source |
53 | 2024-06-25T03:36:54.376Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T03:36:54.377Z | |
55 | 2024-06-25T03:36:54.377Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T03:36:54.377Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T03:36:54.377Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T03:36:54.448Z | + rustc --version |
59 | 2024-06-25T03:36:54.517Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T03:36:54.522Z | process exited: duration 18786 ms, exit code 0 |
|
61 | 2024-06-25T03:36:54.528Z | starting task 2: "authentication" |
62 | 2024-06-25T03:36:54.551Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-06-25T03:36:54.556Z | starting task 3: "clone repository" |
64 | 2024-06-25T03:36:54.561Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T03:36:54.564Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T03:36:54.725Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T03:37:01.239Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T03:37:01.240Z | + git fetch origin 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
69 | 2024-06-25T03:37:01.515Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T03:37:01.516Z | * branch 72a1a6cfaa46a278902621aa5adf6da710f008c2 -> FETCH_HEAD |
71 | 2024-06-25T03:37:01.527Z | + [[ -n a-shell-of-your-former-self ]] |
72 | 2024-06-25T03:37:01.530Z | ++ git branch --show-current |
73 | 2024-06-25T03:37:01.532Z | + current=main |
74 | 2024-06-25T03:37:01.532Z | + [[ main != a-shell-of-your-former-self ]] |
75 | 2024-06-25T03:37:01.532Z | + git branch -f a-shell-of-your-former-self 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
76 | 2024-06-25T03:37:01.535Z | + git checkout -f a-shell-of-your-former-self |
77 | 2024-06-25T03:37:01.649Z | Switched to branch 'a-shell-of-your-former-self' |
78 | 2024-06-25T03:37:01.652Z | + git reset --hard 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
79 | 2024-06-25T03:37:01.766Z | HEAD is now at 72a1a6cfa Define timeseries schema in TOML |
80 | 2024-06-25T03:37:01.769Z | process exited: duration 7211 ms, exit code 0 |
|
81 | 2024-06-25T03:37:01.775Z | starting task 4: "build" |
82 | 2024-06-25T03:37:01.781Z | + cargo --version |
83 | 2024-06-25T03:37:01.837Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-25T03:37:01.840Z | + rustc --version |
85 | 2024-06-25T03:37:01.898Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-25T03:37:01.901Z | + source ./env.sh |
87 | 2024-06-25T03:37:01.901Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-25T03:37:01.901Z | ++ set -o xtrace |
89 | 2024-06-25T03:37:01.904Z | ++++ dirname ./env.sh |
90 | 2024-06-25T03:37:01.909Z | +++ readlink -f . |
91 | 2024-06-25T03:37:01.958Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ 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-25T03:37:01.961Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-25T03:37:01.961Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-25T03:37:01.961Z | + banner prerequisites |
103 | 2024-06-25T03:37:02.037Z | |
104 | 2024-06-25T03:37:02.037Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-25T03:37:02.037Z | # # # # # # # # # # # # # # # |
106 | 2024-06-25T03:37:02.037Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-25T03:37:02.037Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-25T03:37:02.037Z | # # # # # # # # # # # # # # # |
109 | 2024-06-25T03:37:02.037Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-25T03:37:02.037Z | |
111 | 2024-06-25T03:37:02.040Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-25T03:37:17.215Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-25T03:37:19.313Z | Startup: Caching catalogs ... Done |
114 | 2024-06-25T03:37:21.945Z | Planning: Solver setup ... Done (2.164s) |
115 | 2024-06-25T03:37:21.985Z | Planning: Running solver ... Done (0.040s) |
116 | 2024-06-25T03:37:22.030Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-06-25T03:37:22.041Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-25T03:37:22.285Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-25T03:37:22.335Z | Planning: Package planning ... Done (0.050s) |
120 | 2024-06-25T03:37:22.386Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-06-25T03:37:23.696Z | Planning: Checking for conflicting actions ... Done (1.309s) |
122 | 2024-06-25T03:37:23.708Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-06-25T03:37:29.229Z | Planning: Evaluating mediators ... Done (5.520s) |
124 | 2024-06-25T03:37:29.239Z | Planning: Planning completed in 9.86 seconds |
125 | 2024-06-25T03:37:29.734Z | Packages to install: 4 |
126 | 2024-06-25T03:37:29.734Z | Mediators to change: 2 |
127 | 2024-06-25T03:37:29.734Z | Services to change: 1 |
128 | 2024-06-25T03:37:29.737Z | Estimated space available: 155.77 GB |
129 | 2024-06-25T03:37:29.737Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-25T03:37:29.737Z | Create boot environment: No |
131 | 2024-06-25T03:37:29.737Z | Create backup boot environment: No |
132 | 2024-06-25T03:37:29.737Z | Rebuild boot archive: No |
133 | 2024-06-25T03:37:29.737Z | |
134 | 2024-06-25T03:37:29.737Z | Changed mediators: |
135 | 2024-06-25T03:37:29.737Z | mediator clang: |
136 | 2024-06-25T03:37:29.737Z | version: None -> 15 (system default) |
137 | 2024-06-25T03:37:29.737Z | |
138 | 2024-06-25T03:37:29.737Z | mediator llvm: |
139 | 2024-06-25T03:37:29.738Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-25T03:37:29.738Z | |
141 | 2024-06-25T03:37:29.738Z | Changed packages: |
142 | 2024-06-25T03:37:29.738Z | helios-dev |
143 | 2024-06-25T03:37:29.738Z | developer/build-essential |
144 | 2024-06-25T03:37:29.738Z | None -> 11-2.0 |
145 | 2024-06-25T03:37:29.738Z | library/libxmlsec1 |
146 | 2024-06-25T03:37:29.738Z | None -> 1.2.35-2.0 |
147 | 2024-06-25T03:37:29.738Z | ooce/developer/clang-15 |
148 | 2024-06-25T03:37:29.738Z | None -> 15.0.7-2.0 |
149 | 2024-06-25T03:37:29.738Z | ooce/developer/llvm-15 |
150 | 2024-06-25T03:37:29.738Z | None -> 15.0.7-2.0 |
151 | 2024-06-25T03:37:29.738Z | |
152 | 2024-06-25T03:37:29.738Z | Services: |
153 | 2024-06-25T03:37:29.738Z | restart_fmri: |
154 | 2024-06-25T03:37:29.738Z | svc:/system/update-man-index:default |
155 | 2024-06-25T03:37:29.989Z | |
156 | 2024-06-25T03:37:29.989Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-25T03:37:34.990Z | Download: 638/3290 items 17.7/212.6MB 8% complete (3.7M/s) |
158 | 2024-06-25T03:37:39.996Z | Download: 1187/3290 items 83.4/212.6MB 39% complete (8.4M/s) |
159 | 2024-06-25T03:37:44.997Z | Download: 1233/3290 items 99.4/212.6MB 46% complete (8.1M/s) |
160 | 2024-06-25T03:37:49.998Z | Download: 1816/3290 items 118.4/212.6MB 55% complete (3.8M/s) |
161 | 2024-06-25T03:37:57.728Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.6M/s) |
162 | 2024-06-25T03:38:02.806Z | Download: 3248/3290 items 202.3/212.6MB 95% complete (8.4M/s) |
163 | 2024-06-25T03:38:03.952Z | Download: Completed 212.60 MB in 33.96 seconds (6.3M/s) |
164 | 2024-06-25T03:38:04.633Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-06-25T03:38:09.708Z | Actions: 3571/3689 actions (Installing new actions) |
166 | 2024-06-25T03:38:10.531Z | Actions: Completed 3689 actions in 5.90 seconds. |
167 | 2024-06-25T03:38:10.666Z | Done (0.130s) |
168 | 2024-06-25T03:38:10.666Z | Done (0.000s) |
169 | 2024-06-25T03:38:10.979Z | Done (0.312s) |
170 | 2024-06-25T03:38:17.465Z | Done (6.329s) |
171 | 2024-06-25T03:38:17.739Z | Done (0.208s) |
172 | 2024-06-25T03:38:17.742Z | Done (0.000s) |
173 | 2024-06-25T03:38:17.960Z | Done (0.000s) |
174 | 2024-06-25T03:38:18.521Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-06-25T03:38:18.689Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-06-25T03:38:18.705Z | Planning: Consolidating action changes ... Done |
177 | 2024-06-25T03:38:18.957Z | Planning: Evaluating mediators ... Done |
178 | 2024-06-25T03:38:18.961Z | Planning: Planning completed in 0.44 seconds |
179 | 2024-06-25T03:38:18.991Z | Mediators to change: 2 |
180 | 2024-06-25T03:38:18.991Z | Create boot environment: No |
181 | 2024-06-25T03:38:18.994Z | Create backup boot environment: No |
182 | 2024-06-25T03:38:19.081Z | Done |
183 | 2024-06-25T03:38:19.081Z | Done |
184 | 2024-06-25T03:38:19.293Z | Done |
185 | 2024-06-25T03:38:22.946Z | Done |
186 | 2024-06-25T03:38:23.037Z | Done |
187 | 2024-06-25T03:38:23.042Z | Done |
188 | 2024-06-25T03:38:23.181Z | Done |
189 | 2024-06-25T03:38:23.811Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-06-25T03:38:23.814Z | Planning: Merging actions ... Done |
191 | 2024-06-25T03:38:24.007Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-06-25T03:38:24.010Z | Planning: Consolidating action changes ... Done |
193 | 2024-06-25T03:38:24.280Z | Planning: Evaluating mediators ... Done |
194 | 2024-06-25T03:38:24.337Z | Planning: Planning completed in 0.78 seconds |
195 | 2024-06-25T03:38:24.372Z | Packages to change: 1 |
196 | 2024-06-25T03:38:24.372Z | Mediators to change: 1 |
197 | 2024-06-25T03:38:24.375Z | Services to change: 1 |
198 | 2024-06-25T03:38:24.375Z | Create boot environment: No |
199 | 2024-06-25T03:38:24.375Z | Create backup boot environment: Yes |
200 | 2024-06-25T03:38:26.308Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-06-25T03:38:26.450Z | Actions: Completed 6 actions in 0.14 seconds. |
202 | 2024-06-25T03:38:26.453Z | Done |
203 | 2024-06-25T03:38:26.453Z | Done |
204 | 2024-06-25T03:38:26.519Z | Done |
205 | 2024-06-25T03:38:30.218Z | Done |
206 | 2024-06-25T03:38:30.318Z | Done |
207 | 2024-06-25T03:38:30.321Z | Done |
208 | 2024-06-25T03:38:30.475Z | Done |
209 | 2024-06-25T03:38:30.924Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-06-25T03:38:30.924Z | clang system 15 system |
211 | 2024-06-25T03:38:30.924Z | csh system system illumos |
212 | 2024-06-25T03:38:30.924Z | ctags system system illumos |
213 | 2024-06-25T03:38:30.924Z | gcc vendor 12 vendor |
214 | 2024-06-25T03:38:30.924Z | gcc system 10 system |
215 | 2024-06-25T03:38:30.924Z | gcc system 7 system |
216 | 2024-06-25T03:38:30.924Z | go system 1.20 system |
217 | 2024-06-25T03:38:30.924Z | go system 1.19 system |
218 | 2024-06-25T03:38:30.924Z | llvm system 15 system |
219 | 2024-06-25T03:38:30.924Z | llvm system 14 system |
220 | 2024-06-25T03:38:30.924Z | mariadb system 10.6 system |
221 | 2024-06-25T03:38:30.924Z | mta vendor vendor dma |
222 | 2024-06-25T03:38:30.924Z | openjdk system 17 system |
223 | 2024-06-25T03:38:30.924Z | openjdk system 11 system |
224 | 2024-06-25T03:38:30.924Z | openjdk system 1.8 system |
225 | 2024-06-25T03:38:30.924Z | openssl vendor 3 vendor |
226 | 2024-06-25T03:38:30.924Z | perl system 5.36 system |
227 | 2024-06-25T03:38:30.924Z | postgresql system 15 system |
228 | 2024-06-25T03:38:30.924Z | postgresql system 13 system |
229 | 2024-06-25T03:38:30.924Z | python vendor 3 vendor |
230 | 2024-06-25T03:38:30.924Z | python system 2 system |
231 | 2024-06-25T03:38:30.924Z | python3 system 3.11 system |
232 | 2024-06-25T03:38:30.924Z | ruby system 3.0 system |
233 | 2024-06-25T03:38:30.924Z | words vendor vendor american-english |
234 | 2024-06-25T03:38:30.924Z | words system system australian-english |
235 | 2024-06-25T03:38:30.924Z | words system system british-english |
236 | 2024-06-25T03:38:30.924Z | words system system canadian-english |
237 | 2024-06-25T03:38:30.924Z | words system system french |
238 | 2024-06-25T03:38:30.925Z | words system system italian |
239 | 2024-06-25T03:38:30.925Z | words system system ngerman |
240 | 2024-06-25T03:38:30.925Z | words system system ogerman |
241 | 2024-06-25T03:38:30.925Z | words system system spanish |
242 | 2024-06-25T03:38:31.254Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-06-25T03:38:31.254Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-06-25T03:38:32.826Z | FMRI IFO |
245 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-06-25T03:38:32.826Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-06-25T03:38:33.361Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-06-25T03:38:33.645Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-06-25T03:38:33.935Z | Updating crates.io index |
260 | 2024-06-25T03:38:34.007Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-06-25T03:38:34.727Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-06-25T03:38:35.485Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-06-25T03:38:35.769Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-06-25T03:38:37.837Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-06-25T03:38:38.347Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-06-25T03:38:38.629Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-06-25T03:38:39.640Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-06-25T03:38:41.720Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-06-25T03:38:42.791Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-06-25T03:38:43.457Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-06-25T03:38:44.124Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-06-25T03:38:44.475Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
273 | 2024-06-25T03:38:44.842Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-06-25T03:38:45.125Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-06-25T03:38:45.439Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
276 | 2024-06-25T03:38:45.747Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-06-25T03:38:46.032Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-06-25T03:38:46.275Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-06-25T03:38:46.729Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-06-25T03:38:47.110Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-06-25T03:38:47.516Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-06-25T03:38:47.909Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-06-25T03:38:48.491Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-06-25T03:38:48.763Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
285 | 2024-06-25T03:38:49.053Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-06-25T03:38:49.453Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-06-25T03:38:51.299Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-06-25T03:38:51.576Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-06-25T03:38:51.852Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-06-25T03:38:52.254Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-06-25T03:38:53.341Z | Downloading crates ... |
292 | 2024-06-25T03:38:53.429Z | Downloaded foreign-types-shared v0.1.1 |
293 | 2024-06-25T03:38:53.432Z | Downloaded anstyle-query v1.0.3 |
294 | 2024-06-25T03:38:53.435Z | Downloaded anstyle v1.0.7 |
295 | 2024-06-25T03:38:53.438Z | Downloaded dtrace-parser v0.2.0 |
296 | 2024-06-25T03:38:53.441Z | Downloaded num_threads v0.1.7 |
297 | 2024-06-25T03:38:53.444Z | Downloaded equivalent v1.0.1 |
298 | 2024-06-25T03:38:53.444Z | Downloaded md5 v0.7.0 |
299 | 2024-06-25T03:38:53.448Z | Downloaded is-terminal v0.4.12 |
300 | 2024-06-25T03:38:53.449Z | Downloaded num-conv v0.1.0 |
301 | 2024-06-25T03:38:53.451Z | Downloaded pretty-hex v0.4.1 |
302 | 2024-06-25T03:38:53.451Z | Downloaded openssl-macros v0.1.1 |
303 | 2024-06-25T03:38:53.457Z | Downloaded futures-executor v0.3.30 |
304 | 2024-06-25T03:38:53.460Z | Downloaded autocfg v1.3.0 |
305 | 2024-06-25T03:38:53.460Z | Downloaded crypto-common v0.1.6 |
306 | 2024-06-25T03:38:53.463Z | Downloaded futures-macro v0.3.30 |
307 | 2024-06-25T03:38:53.463Z | Downloaded fnv v1.0.7 |
308 | 2024-06-25T03:38:53.463Z | Downloaded filetime v0.2.23 |
309 | 2024-06-25T03:38:53.466Z | Downloaded httpdate v1.0.3 |
310 | 2024-06-25T03:38:53.466Z | Downloaded generic-array v0.14.7 |
311 | 2024-06-25T03:38:53.469Z | Downloaded dirs-sys-next v0.1.2 |
312 | 2024-06-25T03:38:53.469Z | Downloaded digest v0.10.7 |
313 | 2024-06-25T03:38:53.472Z | Downloaded fs-err v2.11.0 |
314 | 2024-06-25T03:38:53.475Z | Downloaded pin-project-lite v0.2.14 |
315 | 2024-06-25T03:38:53.478Z | Downloaded hostname v0.3.1 |
316 | 2024-06-25T03:38:53.481Z | Downloaded mime v0.3.17 |
317 | 2024-06-25T03:38:53.484Z | Downloaded memmap v0.7.0 |
318 | 2024-06-25T03:38:53.484Z | Downloaded clap_derive v4.5.4 |
319 | 2024-06-25T03:38:53.487Z | Downloaded percent-encoding v2.3.1 |
320 | 2024-06-25T03:38:53.487Z | Downloaded futures-channel v0.3.30 |
321 | 2024-06-25T03:38:53.487Z | Downloaded block-buffer v0.10.4 |
322 | 2024-06-25T03:38:53.490Z | Downloaded want v0.3.1 |
323 | 2024-06-25T03:38:53.490Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-06-25T03:38:53.490Z | Downloaded cfg-if v1.0.0 |
325 | 2024-06-25T03:38:53.493Z | Downloaded anstream v0.6.14 |
326 | 2024-06-25T03:38:53.496Z | Downloaded ryu v1.0.18 |
327 | 2024-06-25T03:38:53.500Z | Downloaded lock_api v0.4.12 |
328 | 2024-06-25T03:38:53.500Z | Downloaded clap_lex v0.7.0 |
329 | 2024-06-25T03:38:53.502Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2024-06-25T03:38:53.502Z | Downloaded rustls-pemfile v1.0.4 |
331 | 2024-06-25T03:38:53.503Z | Downloaded plain v0.2.3 |
332 | 2024-06-25T03:38:53.505Z | Downloaded tokio-native-tls v0.3.1 |
333 | 2024-06-25T03:38:53.505Z | Downloaded foreign-types v0.3.2 |
334 | 2024-06-25T03:38:53.508Z | Downloaded pin-utils v0.1.0 |
335 | 2024-06-25T03:38:53.508Z | Downloaded hyper-tls v0.5.0 |
336 | 2024-06-25T03:38:53.508Z | Downloaded pest_derive v2.7.10 |
337 | 2024-06-25T03:38:53.512Z | Downloaded xattr v1.3.1 |
338 | 2024-06-25T03:38:53.515Z | Downloaded tabled_derive v0.7.0 |
339 | 2024-06-25T03:38:53.515Z | Downloaded slog-async v2.8.0 |
340 | 2024-06-25T03:38:53.515Z | Downloaded powerfmt v0.2.0 |
341 | 2024-06-25T03:38:53.518Z | Downloaded thread-id v4.2.1 |
342 | 2024-06-25T03:38:53.518Z | Downloaded openssl-probe v0.1.5 |
343 | 2024-06-25T03:38:53.518Z | Downloaded strsim v0.11.1 |
344 | 2024-06-25T03:38:53.520Z | Downloaded signal-hook-registry v1.4.2 |
345 | 2024-06-25T03:38:53.521Z | Downloaded match_cfg v0.1.0 |
346 | 2024-06-25T03:38:53.523Z | Downloaded httparse v1.8.0 |
347 | 2024-06-25T03:38:53.523Z | Downloaded terminal_size v0.3.0 |
348 | 2024-06-25T03:38:53.526Z | Downloaded slog-json v2.6.1 |
349 | 2024-06-25T03:38:53.526Z | Downloaded serde_spanned v0.6.6 |
350 | 2024-06-25T03:38:53.529Z | Downloaded bitflags v2.5.0 |
351 | 2024-06-25T03:38:53.532Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-06-25T03:38:53.537Z | Downloaded strum v0.26.2 |
353 | 2024-06-25T03:38:53.537Z | Downloaded scroll_derive v0.12.0 |
354 | 2024-06-25T03:38:53.540Z | Downloaded deranged v0.3.11 |
355 | 2024-06-25T03:38:53.540Z | Downloaded http-body v0.4.6 |
356 | 2024-06-25T03:38:53.540Z | Downloaded try-lock v0.2.5 |
357 | 2024-06-25T03:38:53.540Z | Downloaded take_mut v0.2.2 |
358 | 2024-06-25T03:38:53.540Z | Downloaded sync_wrapper v0.1.2 |
359 | 2024-06-25T03:38:53.543Z | Downloaded time-core v0.1.2 |
360 | 2024-06-25T03:38:53.543Z | Downloaded tinyvec_macros v0.1.1 |
361 | 2024-06-25T03:38:53.543Z | Downloaded errno v0.3.9 |
362 | 2024-06-25T03:38:53.546Z | Downloaded dirs-next v2.0.0 |
363 | 2024-06-25T03:38:53.546Z | Downloaded cargo-platform v0.1.8 |
364 | 2024-06-25T03:38:53.546Z | Downloaded adler v1.0.2 |
365 | 2024-06-25T03:38:53.549Z | Downloaded tower-service v0.3.2 |
366 | 2024-06-25T03:38:53.549Z | Downloaded camino v1.1.7 |
367 | 2024-06-25T03:38:53.551Z | Downloaded macaddr v1.0.1 |
368 | 2024-06-25T03:38:53.551Z | Downloaded smallvec v1.13.2 |
369 | 2024-06-25T03:38:53.554Z | Downloaded strum_macros v0.26.2 |
370 | 2024-06-25T03:38:53.557Z | Downloaded cpufeatures v0.2.12 |
371 | 2024-06-25T03:38:53.557Z | Downloaded heck v0.5.0 |
372 | 2024-06-25T03:38:53.560Z | Downloaded scroll v0.12.0 |
373 | 2024-06-25T03:38:53.560Z | Downloaded semver v1.0.23 |
374 | 2024-06-25T03:38:53.563Z | Downloaded futures-sink v0.3.30 |
375 | 2024-06-25T03:38:53.563Z | Downloaded zerocopy-derive v0.7.34 |
376 | 2024-06-25T03:38:53.566Z | Downloaded rustversion v1.0.17 |
377 | 2024-06-25T03:38:53.569Z | Downloaded pest_generator v2.7.10 |
378 | 2024-06-25T03:38:53.572Z | Downloaded parking_lot v0.12.2 |
379 | 2024-06-25T03:38:53.572Z | Downloaded num_cpus v1.16.0 |
380 | 2024-06-25T03:38:53.575Z | Downloaded proc-macro2 v1.0.86 |
381 | 2024-06-25T03:38:53.578Z | Downloaded proc-macro-error-attr v1.0.4 |
382 | 2024-06-25T03:38:53.578Z | Downloaded pkg-config v0.3.30 |
383 | 2024-06-25T03:38:53.581Z | Downloaded usdt v0.5.0 |
384 | 2024-06-25T03:38:53.581Z | Downloaded toml_datetime v0.6.6 |
385 | 2024-06-25T03:38:53.581Z | Downloaded thread_local v1.1.8 |
386 | 2024-06-25T03:38:53.584Z | Downloaded thiserror-impl v1.0.60 |
387 | 2024-06-25T03:38:53.584Z | Downloaded scopeguard v1.2.0 |
388 | 2024-06-25T03:38:53.588Z | Downloaded crc32fast v1.4.0 |
389 | 2024-06-25T03:38:53.588Z | Downloaded openssl-sys v0.9.102 |
390 | 2024-06-25T03:38:53.591Z | Downloaded slog-bunyan v2.5.0 |
391 | 2024-06-25T03:38:53.594Z | Downloaded tokio-macros v2.2.0 |
392 | 2024-06-25T03:38:53.594Z | Downloaded native-tls v0.2.11 |
393 | 2024-06-25T03:38:53.596Z | Downloaded ipnet v2.9.0 |
394 | 2024-06-25T03:38:53.596Z | Downloaded thiserror v1.0.60 |
395 | 2024-06-25T03:38:53.600Z | Downloaded futures-io v0.3.30 |
396 | 2024-06-25T03:38:53.603Z | Downloaded version_check v0.9.4 |
397 | 2024-06-25T03:38:53.603Z | Downloaded crossbeam-utils v0.8.19 |
398 | 2024-06-25T03:38:53.609Z | Downloaded utf8parse v0.2.1 |
399 | 2024-06-25T03:38:53.609Z | Downloaded unicode-width v0.1.12 |
400 | 2024-06-25T03:38:53.612Z | Downloaded tar v0.4.40 |
401 | 2024-06-25T03:38:53.612Z | Downloaded tinyvec v1.6.0 |
402 | 2024-06-25T03:38:53.615Z | Downloaded futures v0.3.30 |
403 | 2024-06-25T03:38:53.618Z | Downloaded ucd-trie v0.1.6 |
404 | 2024-06-25T03:38:53.621Z | Downloaded swrite v0.1.0 |
405 | 2024-06-25T03:38:53.621Z | Downloaded log v0.4.21 |
406 | 2024-06-25T03:38:53.625Z | Downloaded crossbeam-channel v0.5.12 |
407 | 2024-06-25T03:38:53.629Z | Downloaded usdt-impl v0.5.0 |
408 | 2024-06-25T03:38:53.630Z | Downloaded parking_lot_core v0.9.10 |
409 | 2024-06-25T03:38:53.633Z | Downloaded term v0.7.0 |
410 | 2024-06-25T03:38:53.633Z | Downloaded quote v1.0.36 |
411 | 2024-06-25T03:38:53.636Z | Downloaded slog-term v2.9.1 |
412 | 2024-06-25T03:38:53.639Z | Downloaded toml v0.8.13 |
413 | 2024-06-25T03:38:53.643Z | Downloaded sha2 v0.10.8 |
414 | 2024-06-25T03:38:53.646Z | Downloaded unicode-bidi v0.3.15 |
415 | 2024-06-25T03:38:53.647Z | Downloaded serde_derive v1.0.203 |
416 | 2024-06-25T03:38:53.650Z | Downloaded mio v0.8.11 |
417 | 2024-06-25T03:38:53.653Z | Downloaded socket2 v0.5.7 |
418 | 2024-06-25T03:38:53.656Z | Downloaded unicode-ident v1.0.12 |
419 | 2024-06-25T03:38:53.659Z | Downloaded time-macros v0.2.18 |
420 | 2024-06-25T03:38:53.666Z | Downloaded typenum v1.17.0 |
421 | 2024-06-25T03:38:53.666Z | Downloaded bytes v1.6.0 |
422 | 2024-06-25T03:38:53.669Z | Downloaded flate2 v1.0.30 |
423 | 2024-06-25T03:38:53.672Z | Downloaded memchr v2.7.2 |
424 | 2024-06-25T03:38:53.676Z | Downloaded url v2.5.0 |
425 | 2024-06-25T03:38:53.679Z | Downloaded hashbrown v0.14.5 |
426 | 2024-06-25T03:38:53.685Z | Downloaded tracing-core v0.1.32 |
427 | 2024-06-25T03:38:53.688Z | Downloaded http v0.2.12 |
428 | 2024-06-25T03:38:53.690Z | Downloaded miniz_oxide v0.7.2 |
429 | 2024-06-25T03:38:53.693Z | Downloaded h2 v0.3.26 |
430 | 2024-06-25T03:38:53.698Z | Downloaded tracing v0.1.40 |
431 | 2024-06-25T03:38:53.702Z | Downloaded pest v2.7.10 |
432 | 2024-06-25T03:38:53.707Z | Downloaded serde v1.0.203 |
433 | 2024-06-25T03:38:53.710Z | Downloaded base64 v0.21.7 |
434 | 2024-06-25T03:38:53.714Z | Downloaded papergrid v0.11.0 |
435 | 2024-06-25T03:38:53.719Z | Downloaded toml_edit v0.22.13 |
436 | 2024-06-25T03:38:53.740Z | Downloaded futures-util v0.3.30 |
437 | 2024-06-25T03:38:53.753Z | Downloaded unicode-normalization v0.1.23 |
438 | 2024-06-25T03:38:53.756Z | Downloaded tokio-util v0.7.11 |
439 | 2024-06-25T03:38:53.762Z | Downloaded time v0.3.36 |
440 | 2024-06-25T03:38:53.768Z | Downloaded zerocopy v0.7.34 |
441 | 2024-06-25T03:38:53.784Z | Downloaded winnow v0.6.8 |
442 | 2024-06-25T03:38:53.793Z | Downloaded serde_json v1.0.117 |
443 | 2024-06-25T03:38:53.801Z | Downloaded idna v0.5.0 |
444 | 2024-06-25T03:38:53.806Z | Downloaded vcpkg v0.2.15 |
445 | 2024-06-25T03:38:53.844Z | Downloaded tabled v0.15.0 |
446 | 2024-06-25T03:38:53.858Z | Downloaded syn v2.0.68 |
447 | 2024-06-25T03:38:53.870Z | Downloaded syn v1.0.109 |
448 | 2024-06-25T03:38:53.879Z | Downloaded rustix v0.38.34 |
449 | 2024-06-25T03:38:53.900Z | Downloaded libc v0.2.155 |
450 | 2024-06-25T03:38:53.925Z | Downloaded tokio v1.37.0 |
451 | 2024-06-25T03:38:53.961Z | Downloaded encoding_rs v0.8.34 |
452 | 2024-06-25T03:38:53.979Z | Downloaded reqwest v0.11.27 |
453 | 2024-06-25T03:38:53.986Z | Downloaded openssl v0.10.64 |
454 | 2024-06-25T03:38:53.996Z | Downloaded hyper v0.14.28 |
455 | 2024-06-25T03:38:54.005Z | Downloaded goblin v0.8.2 |
456 | 2024-06-25T03:38:54.009Z | Downloaded clap_builder v4.5.2 |
457 | 2024-06-25T03:38:54.017Z | Downloaded slog v2.7.0 |
458 | 2024-06-25T03:38:54.022Z | Downloaded anyhow v1.0.86 |
459 | 2024-06-25T03:38:54.024Z | Downloaded indexmap v2.2.6 |
460 | 2024-06-25T03:38:54.025Z | Downloaded slab v0.4.9 |
461 | 2024-06-25T03:38:54.027Z | Downloaded serde_urlencoded v0.7.1 |
462 | 2024-06-25T03:38:54.027Z | Downloaded serde_tokenstream v0.2.0 |
463 | 2024-06-25T03:38:54.030Z | Downloaded once_cell v1.19.0 |
464 | 2024-06-25T03:38:54.033Z | Downloaded heck v0.4.1 |
465 | 2024-06-25T03:38:54.033Z | Downloaded clap v4.5.4 |
466 | 2024-06-25T03:38:54.041Z | Downloaded cc v1.0.97 |
467 | 2024-06-25T03:38:54.044Z | Downloaded futures-core v0.3.30 |
468 | 2024-06-25T03:38:54.047Z | Downloaded is_terminal_polyfill v1.70.0 |
469 | 2024-06-25T03:38:54.047Z | Downloaded form_urlencoded v1.2.1 |
470 | 2024-06-25T03:38:54.047Z | Downloaded dof v0.3.0 |
471 | 2024-06-25T03:38:54.050Z | Downloaded cargo_toml v0.20.2 |
472 | 2024-06-25T03:38:54.050Z | Downloaded futures-task v0.3.30 |
473 | 2024-06-25T03:38:54.050Z | Downloaded anstyle-parse v0.2.4 |
474 | 2024-06-25T03:38:54.052Z | Downloaded pest_meta v2.7.10 |
475 | 2024-06-25T03:38:54.055Z | Downloaded itoa v1.0.11 |
476 | 2024-06-25T03:38:54.056Z | Downloaded colorchoice v1.0.1 |
477 | 2024-06-25T03:38:54.056Z | Downloaded byteorder v1.5.0 |
478 | 2024-06-25T03:38:54.058Z | Downloaded bytecount v0.6.8 |
479 | 2024-06-25T03:38:54.059Z | Downloaded cargo_metadata v0.18.1 |
480 | 2024-06-25T03:38:54.361Z | Compiling proc-macro2 v1.0.86 |
481 | 2024-06-25T03:38:54.361Z | Compiling unicode-ident v1.0.12 |
482 | 2024-06-25T03:38:54.364Z | Compiling libc v0.2.155 |
483 | 2024-06-25T03:38:54.364Z | Compiling version_check v0.9.4 |
484 | 2024-06-25T03:38:54.364Z | Compiling cfg-if v1.0.0 |
485 | 2024-06-25T03:38:54.364Z | Compiling once_cell v1.19.0 |
486 | 2024-06-25T03:38:54.364Z | Compiling itoa v1.0.11 |
487 | 2024-06-25T03:38:54.397Z | Compiling autocfg v1.3.0 |
488 | 2024-06-25T03:38:54.588Z | Compiling serde v1.0.203 |
489 | 2024-06-25T03:38:54.628Z | Compiling memchr v2.7.2 |
490 | 2024-06-25T03:38:54.710Z | Compiling thiserror v1.0.60 |
491 | 2024-06-25T03:38:54.960Z | Compiling ryu v1.0.18 |
492 | 2024-06-25T03:38:55.165Z | Compiling pin-project-lite v0.2.14 |
493 | 2024-06-25T03:38:55.247Z | Compiling bitflags v2.5.0 |
494 | 2024-06-25T03:38:55.273Z | Compiling cc v1.0.97 |
495 | 2024-06-25T03:38:55.292Z | Compiling lock_api v0.4.12 |
496 | 2024-06-25T03:38:55.630Z | Compiling parking_lot_core v0.9.10 |
497 | 2024-06-25T03:38:56.108Z | Compiling pkg-config v0.3.30 |
498 | 2024-06-25T03:38:57.229Z | Compiling ucd-trie v0.1.6 |
499 | 2024-06-25T03:38:57.264Z | Compiling vcpkg v0.2.15 |
500 | 2024-06-25T03:38:57.417Z | Compiling slab v0.4.9 |
501 | 2024-06-25T03:38:57.465Z | Compiling scopeguard v1.2.0 |
502 | 2024-06-25T03:38:57.542Z | Compiling futures-sink v0.3.30 |
503 | 2024-06-25T03:38:57.696Z | Compiling smallvec v1.13.2 |
504 | 2024-06-25T03:38:57.721Z | Compiling bytes v1.6.0 |
505 | 2024-06-25T03:38:57.811Z | Compiling futures-core v0.3.30 |
506 | 2024-06-25T03:38:58.147Z | Compiling serde_json v1.0.117 |
507 | 2024-06-25T03:38:58.198Z | Compiling equivalent v1.0.1 |
508 | 2024-06-25T03:38:58.224Z | Compiling hashbrown v0.14.5 |
509 | 2024-06-25T03:38:58.324Z | Compiling quote v1.0.36 |
510 | 2024-06-25T03:38:58.496Z | Compiling byteorder v1.5.0 |
511 | 2024-06-25T03:38:58.607Z | Compiling log v0.4.21 |
512 | 2024-06-25T03:38:58.988Z | Compiling syn v2.0.68 |
513 | 2024-06-25T03:38:59.039Z | Compiling fnv v1.0.7 |
514 | 2024-06-25T03:38:59.042Z | Compiling socket2 v0.5.7 |
515 | 2024-06-25T03:38:59.086Z | Compiling num_cpus v1.16.0 |
516 | 2024-06-25T03:38:59.205Z | Compiling mio v0.8.11 |
517 | 2024-06-25T03:38:59.230Z | Compiling signal-hook-registry v1.4.2 |
518 | 2024-06-25T03:38:59.405Z | Compiling parking_lot v0.12.2 |
519 | 2024-06-25T03:38:59.507Z | Compiling openssl-sys v0.9.102 |
520 | 2024-06-25T03:38:59.559Z | Compiling indexmap v2.2.6 |
521 | 2024-06-25T03:39:00.019Z | Compiling futures-channel v0.3.30 |
522 | 2024-06-25T03:39:00.043Z | Compiling futures-io v0.3.30 |
523 | 2024-06-25T03:39:00.353Z | Compiling typenum v1.17.0 |
524 | 2024-06-25T03:39:00.430Z | Compiling pin-utils v0.1.0 |
525 | 2024-06-25T03:39:00.493Z | Compiling futures-task v0.3.30 |
526 | 2024-06-25T03:39:00.555Z | Compiling rustix v0.38.34 |
527 | 2024-06-25T03:39:00.820Z | Compiling errno v0.3.9 |
528 | 2024-06-25T03:39:00.884Z | Compiling generic-array v0.14.7 |
529 | 2024-06-25T03:39:00.917Z | Compiling slog v2.7.0 |
530 | 2024-06-25T03:39:00.938Z | Compiling openssl v0.10.64 |
531 | 2024-06-25T03:39:01.055Z | Compiling foreign-types-shared v0.1.1 |
532 | 2024-06-25T03:39:01.170Z | Compiling foreign-types v0.3.2 |
533 | 2024-06-25T03:39:01.289Z | Compiling http v0.2.12 |
534 | 2024-06-25T03:39:01.293Z | Compiling proc-macro-error-attr v1.0.4 |
535 | 2024-06-25T03:39:01.442Z | Compiling usdt-impl v0.5.0 |
536 | 2024-06-25T03:39:01.549Z | Compiling tracing-core v0.1.32 |
537 | 2024-06-25T03:39:01.758Z | Compiling native-tls v0.2.11 |
538 | 2024-06-25T03:39:02.003Z | Compiling syn v1.0.109 |
539 | 2024-06-25T03:39:02.077Z | Compiling powerfmt v0.2.0 |
540 | 2024-06-25T03:39:02.510Z | Compiling time-core v0.1.2 |
541 | 2024-06-25T03:39:02.583Z | Compiling httparse v1.8.0 |
542 | 2024-06-25T03:39:02.692Z | Compiling tinyvec_macros v0.1.1 |
543 | 2024-06-25T03:39:02.782Z | Compiling num-conv v0.1.0 |
544 | 2024-06-25T03:39:02.973Z | Compiling tinyvec v1.6.0 |
545 | 2024-06-25T03:39:03.069Z | Compiling time-macros v0.2.18 |
546 | 2024-06-25T03:39:03.100Z | Compiling deranged v0.3.11 |
547 | 2024-06-25T03:39:03.572Z | Compiling tracing v0.1.40 |
548 | 2024-06-25T03:39:04.006Z | Compiling thread-id v4.2.1 |
549 | 2024-06-25T03:39:04.261Z | Compiling proc-macro-error v1.0.4 |
550 | 2024-06-25T03:39:04.261Z | Compiling heck v0.4.1 |
551 | 2024-06-25T03:39:04.376Z | Compiling try-lock v0.2.5 |
552 | 2024-06-25T03:39:04.532Z | Compiling rustversion v1.0.17 |
553 | 2024-06-25T03:39:04.558Z | Compiling utf8parse v0.2.1 |
554 | 2024-06-25T03:39:04.887Z | Compiling percent-encoding v2.3.1 |
555 | 2024-06-25T03:39:04.898Z | Compiling crossbeam-utils v0.8.19 |
556 | 2024-06-25T03:39:04.933Z | Compiling plain v0.2.3 |
557 | 2024-06-25T03:39:04.999Z | Compiling num_threads v0.1.7 |
558 | 2024-06-25T03:39:05.053Z | Compiling openssl-probe v0.1.5 |
559 | 2024-06-25T03:39:05.079Z | Compiling form_urlencoded v1.2.1 |
560 | 2024-06-25T03:39:05.134Z | Compiling anstyle-parse v0.2.4 |
561 | 2024-06-25T03:39:05.439Z | Compiling want v0.3.1 |
562 | 2024-06-25T03:39:05.442Z | Compiling unicode-normalization v0.1.23 |
563 | 2024-06-25T03:39:05.748Z | Compiling http-body v0.4.6 |
564 | 2024-06-25T03:39:06.200Z | Compiling dirs-sys-next v0.1.2 |
565 | 2024-06-25T03:39:06.450Z | Compiling colorchoice v1.0.1 |
566 | 2024-06-25T03:39:06.476Z | Compiling time v0.3.36 |
567 | 2024-06-25T03:39:06.584Z | Compiling unicode-bidi v0.3.15 |
568 | 2024-06-25T03:39:06.606Z | Compiling is_terminal_polyfill v1.70.0 |
569 | 2024-06-25T03:39:06.632Z | Compiling winnow v0.6.8 |
570 | 2024-06-25T03:39:06.739Z | Compiling anstyle v1.0.7 |
571 | 2024-06-25T03:39:06.765Z | Compiling pretty-hex v0.4.1 |
572 | 2024-06-25T03:39:06.796Z | Compiling semver v1.0.23 |
573 | 2024-06-25T03:39:06.999Z | Compiling anstyle-query v1.0.3 |
574 | 2024-06-25T03:39:07.144Z | Compiling httpdate v1.0.3 |
575 | 2024-06-25T03:39:07.218Z | Compiling camino v1.1.7 |
576 | 2024-06-25T03:39:07.315Z | Compiling crc32fast v1.4.0 |
577 | 2024-06-25T03:39:07.671Z | Compiling tower-service v0.3.2 |
578 | 2024-06-25T03:39:07.883Z | Compiling idna v0.5.0 |
579 | 2024-06-25T03:39:07.908Z | Compiling anstream v0.6.14 |
580 | 2024-06-25T03:39:08.085Z | Compiling dirs-next v2.0.0 |
581 | 2024-06-25T03:39:09.016Z | Compiling block-buffer v0.10.4 |
582 | 2024-06-25T03:39:09.270Z | Compiling crypto-common v0.1.6 |
583 | 2024-06-25T03:39:09.450Z | Compiling terminal_size v0.3.0 |
584 | 2024-06-25T03:39:09.498Z | Compiling fs-err v2.11.0 |
585 | 2024-06-25T03:39:09.589Z | Compiling thread_local v1.1.8 |
586 | 2024-06-25T03:39:09.638Z | Compiling adler v1.0.2 |
587 | 2024-06-25T03:39:09.751Z | Compiling bytecount v0.6.8 |
588 | 2024-06-25T03:39:09.870Z | Compiling heck v0.5.0 |
589 | 2024-06-25T03:39:09.960Z | Compiling clap_lex v0.7.0 |
590 | 2024-06-25T03:39:10.185Z | Compiling base64 v0.21.7 |
591 | 2024-06-25T03:39:10.270Z | Compiling match_cfg v0.1.0 |
592 | 2024-06-25T03:39:10.311Z | Compiling slog-async v2.8.0 |
593 | 2024-06-25T03:39:10.395Z | Compiling anyhow v1.0.86 |
594 | 2024-06-25T03:39:10.401Z | Compiling strsim v0.11.1 |
595 | 2024-06-25T03:39:10.401Z | Compiling unicode-width v0.1.12 |
596 | 2024-06-25T03:39:10.531Z | Compiling hostname v0.3.1 |
597 | 2024-06-25T03:39:10.681Z | Compiling papergrid v0.11.0 |
598 | 2024-06-25T03:39:10.798Z | Compiling clap_builder v4.5.2 |
599 | 2024-06-25T03:39:10.950Z | Compiling rustls-pemfile v1.0.4 |
600 | 2024-06-25T03:39:10.998Z | Compiling miniz_oxide v0.7.2 |
601 | 2024-06-25T03:39:11.365Z | Compiling digest v0.10.7 |
602 | 2024-06-25T03:39:11.406Z | Compiling crossbeam-channel v0.5.12 |
603 | 2024-06-25T03:39:11.429Z | Compiling url v2.5.0 |
604 | 2024-06-25T03:39:11.800Z | Compiling term v0.7.0 |
605 | 2024-06-25T03:39:11.914Z | Compiling serde_derive v1.0.203 |
606 | 2024-06-25T03:39:12.290Z | Compiling thiserror-impl v1.0.60 |
607 | 2024-06-25T03:39:12.525Z | Compiling zerocopy-derive v0.7.34 |
608 | 2024-06-25T03:39:12.590Z | Compiling tokio-macros v2.2.0 |
609 | 2024-06-25T03:39:13.363Z | Compiling futures-macro v0.3.30 |
610 | 2024-06-25T03:39:13.410Z | Compiling scroll_derive v0.12.0 |
611 | 2024-06-25T03:39:14.334Z | Compiling tokio v1.37.0 |
612 | 2024-06-25T03:39:14.927Z | Compiling zerocopy v0.7.34 |
613 | 2024-06-25T03:39:14.951Z | Compiling openssl-macros v0.1.1 |
614 | 2024-06-25T03:39:15.058Z | Compiling scroll v0.12.0 |
615 | 2024-06-25T03:39:15.475Z | Compiling futures-util v0.3.30 |
616 | 2024-06-25T03:39:15.634Z | Compiling goblin v0.8.2 |
617 | 2024-06-25T03:39:15.865Z | Compiling pest v2.7.10 |
618 | 2024-06-25T03:39:16.633Z | Compiling tabled_derive v0.7.0 |
619 | 2024-06-25T03:39:18.870Z | Compiling pest_meta v2.7.10 |
620 | 2024-06-25T03:39:19.255Z | Compiling clap_derive v4.5.4 |
621 | 2024-06-25T03:39:20.574Z | Compiling pest_generator v2.7.10 |
622 | 2024-06-25T03:39:22.670Z | Compiling tokio-util v0.7.11 |
623 | 2024-06-25T03:39:24.063Z | Compiling h2 v0.3.26 |
624 | 2024-06-25T03:39:24.259Z | Compiling pest_derive v2.7.10 |
625 | 2024-06-25T03:39:24.662Z | Compiling futures-executor v0.3.30 |
626 | 2024-06-25T03:39:25.101Z | Compiling dtrace-parser v0.2.0 |
627 | 2024-06-25T03:39:25.150Z | Compiling tokio-native-tls v0.3.1 |
628 | 2024-06-25T03:39:25.223Z | Compiling strum_macros v0.26.2 |
629 | 2024-06-25T03:39:25.830Z | Compiling xattr v1.3.1 |
630 | 2024-06-25T03:39:26.134Z | Compiling filetime v0.2.23 |
631 | 2024-06-25T03:39:26.456Z | Compiling is-terminal v0.4.12 |
632 | 2024-06-25T03:39:26.489Z | Compiling memmap v0.7.0 |
633 | 2024-06-25T03:39:26.603Z | Compiling encoding_rs v0.8.34 |
634 | 2024-06-25T03:39:27.220Z | Compiling serde_spanned v0.6.6 |
635 | 2024-06-25T03:39:27.461Z | Compiling toml_datetime v0.6.6 |
636 | 2024-06-25T03:39:27.485Z | Compiling cargo-platform v0.1.8 |
637 | 2024-06-25T03:39:28.066Z | Compiling serde_tokenstream v0.2.0 |
638 | 2024-06-25T03:39:28.379Z | Compiling toml_edit v0.22.13 |
639 | 2024-06-25T03:39:28.602Z | Compiling dof v0.3.0 |
640 | 2024-06-25T03:39:29.561Z | Compiling hyper v0.14.28 |
641 | 2024-06-25T03:39:30.869Z | Compiling slog-json v2.6.1 |
642 | 2024-06-25T03:39:31.311Z | Compiling serde_urlencoded v0.7.1 |
643 | 2024-06-25T03:39:31.689Z | Compiling toml v0.8.13 |
644 | 2024-06-25T03:39:31.728Z | Compiling sync_wrapper v0.1.2 |
645 | 2024-06-25T03:39:31.868Z | Compiling ipnet v2.9.0 |
646 | 2024-06-25T03:39:31.871Z | Compiling take_mut v0.2.2 |
647 | 2024-06-25T03:39:32.067Z | Compiling mime v0.3.17 |
648 | 2024-06-25T03:39:32.309Z | Compiling cpufeatures v0.2.12 |
649 | 2024-06-25T03:39:32.371Z | Compiling usdt-macro v0.5.0 |
650 | 2024-06-25T03:39:32.422Z | Compiling usdt-attr-macro v0.5.0 |
651 | 2024-06-25T03:39:32.450Z | Compiling sha2 v0.10.8 |
652 | 2024-06-25T03:39:32.684Z | Compiling cargo_toml v0.20.2 |
653 | 2024-06-25T03:39:33.534Z | Compiling hyper-tls v0.5.0 |
654 | 2024-06-25T03:39:33.725Z | Compiling cargo_metadata v0.18.1 |
655 | 2024-06-25T03:39:33.893Z | Compiling reqwest v0.11.27 |
656 | 2024-06-25T03:39:33.941Z | Compiling usdt v0.5.0 |
657 | 2024-06-25T03:39:34.417Z | Compiling slog-bunyan v2.5.0 |
658 | 2024-06-25T03:39:34.468Z | Compiling strum v0.26.2 |
659 | 2024-06-25T03:39:34.625Z | Compiling macaddr v1.0.1 |
660 | 2024-06-25T03:39:34.670Z | Compiling slog-term v2.9.1 |
661 | 2024-06-25T03:39:35.085Z | Compiling tar v0.4.40 |
662 | 2024-06-25T03:39:36.003Z | Compiling flate2 v1.0.30 |
663 | 2024-06-25T03:39:36.042Z | Compiling futures v0.3.30 |
664 | 2024-06-25T03:39:36.069Z | Compiling clap v4.5.4 |
665 | 2024-06-25T03:39:36.167Z | Compiling tabled v0.15.0 |
666 | 2024-06-25T03:39:36.989Z | Compiling md5 v0.7.0 |
667 | 2024-06-25T03:39:37.119Z | Compiling swrite v0.1.0 |
668 | 2024-06-25T03:39:41.069Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
669 | 2024-06-25T03:39:48.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
670 | 2024-06-25T03:39:48.859Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
671 | 2024-06-25T03:39:48.918Z | Jun 25 03:39:48.792 INFO Starting download, target: Console |
672 | 2024-06-25T03:39:48.918Z | Jun 25 03:39:48.792 INFO Starting download, target: Clickhouse |
673 | 2024-06-25T03:39:48.918Z | Jun 25 03:39:48.792 INFO Starting download, target: Cockroach |
674 | 2024-06-25T03:39:48.918Z | Jun 25 03:39:48.792 INFO Starting download, target: DendriteOpenapi |
675 | 2024-06-25T03:39:48.921Z | Jun 25 03:39:48.792 INFO Starting download, target: DendriteStub |
676 | 2024-06-25T03:39:48.921Z | Jun 25 03:39:48.792 INFO Starting download, target: MaghemiteMgd |
677 | 2024-06-25T03:39:48.921Z | Jun 25 03:39:48.792 INFO Starting download, target: TransceiverControl |
678 | 2024-06-25T03:39:48.921Z | Jun 25 03:39:48.793 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
679 | 2024-06-25T03:39:48.922Z | Jun 25 03:39:48.793 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
680 | 2024-06-25T03:39:48.922Z | Jun 25 03:39:48.793 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
681 | 2024-06-25T03:39:48.922Z | Jun 25 03:39:48.793 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
682 | 2024-06-25T03:39:48.922Z | Jun 25 03:39:48.793 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
683 | 2024-06-25T03:39:48.922Z | Jun 25 03:39:48.793 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
684 | 2024-06-25T03:39:48.922Z | Jun 25 03:39:48.793 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
685 | 2024-06-25T03:39:49.214Z | Jun 25 03:39:49.080 INFO Download complete, target: DendriteOpenapi |
686 | 2024-06-25T03:39:49.351Z | Jun 25 03:39:49.216 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-06-25T03:39:49.533Z | Jun 25 03:39:49.398 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
688 | 2024-06-25T03:39:49.610Z | Jun 25 03:39:49.483 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
689 | 2024-06-25T03:39:49.775Z | Jun 25 03:39:49.649 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
690 | 2024-06-25T03:39:49.959Z | Jun 25 03:39:49.833 INFO Download complete, target: Console |
691 | 2024-06-25T03:39:50.173Z | Jun 25 03:39:50.046 INFO Download complete, target: TransceiverControl |
692 | 2024-06-25T03:39:51.225Z | Jun 25 03:39:51.097 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
693 | 2024-06-25T03:39:52.933Z | Jun 25 03:39:52.803 INFO Download complete, target: DendriteStub |
694 | 2024-06-25T03:39:53.222Z | Jun 25 03:39:53.095 INFO Download complete, target: MaghemiteMgd |
695 | 2024-06-25T03:39:56.257Z | Jun 25 03:39:56.131 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
696 | 2024-06-25T03:39:56.257Z | Jun 25 03:39:56.131 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
697 | 2024-06-25T03:40:04.667Z | Jun 25 03:40:04.540 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
698 | 2024-06-25T03:40:05.007Z | Jun 25 03:40:04.879 INFO Checking that binary works, target: Cockroach |
699 | 2024-06-25T03:40:05.237Z | Jun 25 03:40:05.109 INFO Download complete, target: Cockroach |
700 | 2024-06-25T03:40:06.132Z | Jun 25 03:40:06.005 INFO Checking that binary works, target: Clickhouse |
701 | 2024-06-25T03:40:06.457Z | Jun 25 03:40:06.330 INFO Download complete, target: Clickhouse |
702 | 2024-06-25T03:40:06.623Z | All builder prerequisites installed successfully, and PATH looks valid |
703 | 2024-06-25T03:40:06.627Z | |
704 | 2024-06-25T03:40:06.627Z | real 3:04.520955060 |
705 | 2024-06-25T03:40:06.627Z | user 5:53.506154788 |
706 | 2024-06-25T03:40:06.627Z | sys 1:19.591079814 |
707 | 2024-06-25T03:40:06.627Z | trap 0.207726859 |
708 | 2024-06-25T03:40:06.627Z | tflt 4.789809261 |
709 | 2024-06-25T03:40:06.627Z | dflt 6.247866133 |
710 | 2024-06-25T03:40:06.627Z | kflt 0.368685293 |
711 | 2024-06-25T03:40:06.627Z | lock 13:39.362429794 |
712 | 2024-06-25T03:40:06.627Z | slp 18:55.822713315 |
713 | 2024-06-25T03:40:06.627Z | lat 18.504489529 |
714 | 2024-06-25T03:40:06.627Z | stop 1:04.848620470 |
715 | 2024-06-25T03:40:06.627Z | + banner clippy |
716 | 2024-06-25T03:40:06.627Z | |
717 | 2024-06-25T03:40:06.627Z | #### # # ##### ##### # # |
718 | 2024-06-25T03:40:06.627Z | # # # # # # # # # # |
719 | 2024-06-25T03:40:06.627Z | # # # # # # # # |
720 | 2024-06-25T03:40:06.627Z | # # # ##### ##### # |
721 | 2024-06-25T03:40:06.627Z | # # # # # # # |
722 | 2024-06-25T03:40:06.627Z | #### ###### # # # # |
723 | 2024-06-25T03:40:06.627Z | |
724 | 2024-06-25T03:40:06.627Z | + export CARGO_INCREMENTAL=0 |
725 | 2024-06-25T03:40:06.628Z | + CARGO_INCREMENTAL=0 |
726 | 2024-06-25T03:40:06.628Z | + ptime -m cargo xtask clippy |
727 | 2024-06-25T03:40:07.221Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
728 | 2024-06-25T03:40:14.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s |
729 | 2024-06-25T03:40:14.177Z | Running `target/debug/xtask clippy` |
730 | 2024-06-25T03:40:14.204Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
731 | 2024-06-25T03:40:14.841Z | Downloading crates ... |
732 | 2024-06-25T03:40:15.024Z | Downloaded atty v0.2.14 |
733 | 2024-06-25T03:40:15.027Z | Downloaded async-stream-impl v0.3.5 |
734 | 2024-06-25T03:40:15.027Z | Downloaded atomic-waker v1.1.2 |
735 | 2024-06-25T03:40:15.030Z | Downloaded async-recursion v1.1.1 |
736 | 2024-06-25T03:40:15.035Z | Downloaded aead v0.5.2 |
737 | 2024-06-25T03:40:15.038Z | Downloaded ahash v0.8.11 |
738 | 2024-06-25T03:40:15.041Z | Downloaded atomicwrites v0.4.3 |
739 | 2024-06-25T03:40:15.047Z | Downloaded crunchy v0.2.2 |
740 | 2024-06-25T03:40:15.050Z | Downloaded cstr-argument v0.1.2 |
741 | 2024-06-25T03:40:15.052Z | Downloaded instant v0.1.12 |
742 | 2024-06-25T03:40:15.058Z | Downloaded darling_core v0.20.9 |
743 | 2024-06-25T03:40:15.064Z | Downloaded arrayref v0.3.7 |
744 | 2024-06-25T03:40:15.068Z | Downloaded ident_case v1.0.1 |
745 | 2024-06-25T03:40:15.071Z | Downloaded opaque-debug v0.3.1 |
746 | 2024-06-25T03:40:15.071Z | Downloaded number_prefix v0.4.0 |
747 | 2024-06-25T03:40:15.071Z | Downloaded cast v0.3.0 |
748 | 2024-06-25T03:40:15.071Z | Downloaded assert_matches v1.5.0 |
749 | 2024-06-25T03:40:15.074Z | Downloaded pathdiff v0.2.1 |
750 | 2024-06-25T03:40:15.077Z | Downloaded oso-derive v0.27.3 |
751 | 2024-06-25T03:40:15.077Z | Downloaded parse-size v1.0.0 |
752 | 2024-06-25T03:40:15.080Z | Downloaded new_debug_unreachable v1.0.6 |
753 | 2024-06-25T03:40:15.080Z | Downloaded base16ct v0.2.0 |
754 | 2024-06-25T03:40:15.082Z | Downloaded option-ext v0.2.0 |
755 | 2024-06-25T03:40:15.082Z | Downloaded matches v0.1.10 |
756 | 2024-06-25T03:40:15.085Z | Downloaded lalrpop-util v0.19.12 |
757 | 2024-06-25T03:40:15.085Z | Downloaded libsw v3.3.1 |
758 | 2024-06-25T03:40:15.089Z | Downloaded buf-list v1.0.3 |
759 | 2024-06-25T03:40:15.092Z | Downloaded colored v2.1.0 |
760 | 2024-06-25T03:40:15.095Z | Downloaded nibble_vec v0.1.0 |
761 | 2024-06-25T03:40:15.098Z | Downloaded crc-catalog v2.4.0 |
762 | 2024-06-25T03:40:15.098Z | Downloaded curve25519-dalek-derive v0.1.1 |
763 | 2024-06-25T03:40:15.101Z | Downloaded chacha20 v0.9.1 |
764 | 2024-06-25T03:40:15.103Z | Downloaded bb8 v0.8.3 |
765 | 2024-06-25T03:40:15.103Z | Downloaded indoc v1.0.9 |
766 | 2024-06-25T03:40:15.106Z | Downloaded backoff v0.4.0 |
767 | 2024-06-25T03:40:15.109Z | Downloaded packed_struct v0.10.1 |
768 | 2024-06-25T03:40:15.112Z | Downloaded paste v1.0.15 |
769 | 2024-06-25T03:40:15.115Z | Downloaded crucible-workspace-hack v0.1.0 |
770 | 2024-06-25T03:40:15.118Z | Downloaded normalize-line-endings v0.3.0 |
771 | 2024-06-25T03:40:15.118Z | Downloaded serde-big-array v0.4.1 |
772 | 2024-06-25T03:40:15.121Z | Downloaded semver v0.1.20 |
773 | 2024-06-25T03:40:15.124Z | Downloaded nested v0.1.1 |
774 | 2024-06-25T03:40:15.124Z | Downloaded cookie v0.17.0 |
775 | 2024-06-25T03:40:15.127Z | Downloaded async-trait v0.1.80 |
776 | 2024-06-25T03:40:15.130Z | Downloaded num-integer v0.1.46 |
777 | 2024-06-25T03:40:15.133Z | Downloaded pbkdf2 v0.12.2 |
778 | 2024-06-25T03:40:15.135Z | Downloaded nanorand v0.7.0 |
779 | 2024-06-25T03:40:15.138Z | Downloaded lazy_static v1.4.0 |
780 | 2024-06-25T03:40:15.141Z | Downloaded num-iter v0.1.45 |
781 | 2024-06-25T03:40:15.141Z | Downloaded mockall v0.12.1 |
782 | 2024-06-25T03:40:15.144Z | Downloaded oorandom v11.1.3 |
783 | 2024-06-25T03:40:15.144Z | Downloaded nodrop v0.1.14 |
784 | 2024-06-25T03:40:15.146Z | Downloaded memoffset v0.9.1 |
785 | 2024-06-25T03:40:15.146Z | Downloaded maybe-uninit v2.0.0 |
786 | 2024-06-25T03:40:15.149Z | Downloaded inout v0.1.3 |
787 | 2024-06-25T03:40:15.152Z | Downloaded convert_case v0.4.0 |
788 | 2024-06-25T03:40:15.152Z | Downloaded cancel-safe-futures v0.1.5 |
789 | 2024-06-25T03:40:15.155Z | Downloaded impl-trait-for-tuples v0.2.2 |
790 | 2024-06-25T03:40:15.158Z | Downloaded libtest-mimic v0.7.3 |
791 | 2024-06-25T03:40:15.161Z | Downloaded tower-layer v0.3.2 |
792 | 2024-06-25T03:40:15.163Z | Downloaded crossbeam-deque v0.8.5 |
793 | 2024-06-25T03:40:15.166Z | Downloaded managed v0.8.0 |
794 | 2024-06-25T03:40:15.166Z | Downloaded doc-comment v0.3.3 |
795 | 2024-06-25T03:40:15.169Z | Downloaded corncobs v0.1.3 |
796 | 2024-06-25T03:40:15.171Z | Downloaded cexpr v0.6.0 |
797 | 2024-06-25T03:40:15.176Z | Downloaded downcast v0.11.0 |
798 | 2024-06-25T03:40:15.176Z | Downloaded parse-display-derive v0.9.0 |
799 | 2024-06-25T03:40:15.179Z | Downloaded maplit v1.0.2 |
800 | 2024-06-25T03:40:15.179Z | Downloaded bitstruct_derive v0.1.0 |
801 | 2024-06-25T03:40:15.179Z | Downloaded darling_macro v0.20.9 |
802 | 2024-06-25T03:40:15.179Z | Downloaded peg v0.8.3 |
803 | 2024-06-25T03:40:15.183Z | Downloaded num-complex v0.4.6 |
804 | 2024-06-25T03:40:15.186Z | Downloaded peg-runtime v0.8.3 |
805 | 2024-06-25T03:40:15.189Z | Downloaded portpicker v0.1.1 |
806 | 2024-06-25T03:40:15.189Z | Downloaded crossbeam-epoch v0.9.18 |
807 | 2024-06-25T03:40:15.191Z | Downloaded waitgroup v0.1.2 |
808 | 2024-06-25T03:40:15.194Z | Downloaded http-range v0.1.5 |
809 | 2024-06-25T03:40:15.194Z | Downloaded target-spec v3.1.0 |
810 | 2024-06-25T03:40:15.197Z | Downloaded slog-stdlog v4.1.1 |
811 | 2024-06-25T03:40:15.200Z | Downloaded spki v0.7.3 |
812 | 2024-06-25T03:40:15.202Z | Downloaded indexmap v1.9.3 |
813 | 2024-06-25T03:40:15.205Z | Downloaded darling v0.20.9 |
814 | 2024-06-25T03:40:15.209Z | Downloaded omicron-zone-package v0.11.0 |
815 | 2024-06-25T03:40:15.213Z | Downloaded num-traits v0.2.19 |
816 | 2024-06-25T03:40:15.217Z | Downloaded russh-cryptovec v0.7.2 |
817 | 2024-06-25T03:40:15.220Z | Downloaded untrusted v0.9.0 |
818 | 2024-06-25T03:40:15.225Z | Downloaded untrusted v0.7.1 |
819 | 2024-06-25T03:40:15.225Z | Downloaded display-error-chain v0.2.0 |
820 | 2024-06-25T03:40:15.225Z | Downloaded dirs-sys v0.4.1 |
821 | 2024-06-25T03:40:15.225Z | Downloaded sigpipe v0.1.3 |
822 | 2024-06-25T03:40:15.228Z | Downloaded serde_with_macros v3.8.1 |
823 | 2024-06-25T03:40:15.231Z | Downloaded libefi-sys v0.1.0 |
824 | 2024-06-25T03:40:15.231Z | Downloaded termtree v0.4.1 |
825 | 2024-06-25T03:40:15.234Z | Downloaded debug-ignore v1.0.5 |
826 | 2024-06-25T03:40:15.234Z | Downloaded data-encoding v2.6.0 |
827 | 2024-06-25T03:40:15.237Z | Downloaded camino-tempfile v1.1.1 |
828 | 2024-06-25T03:40:15.240Z | Downloaded fxhash v0.2.1 |
829 | 2024-06-25T03:40:15.240Z | Downloaded glob v0.3.1 |
830 | 2024-06-25T03:40:15.243Z | Downloaded ghash v0.5.1 |
831 | 2024-06-25T03:40:15.243Z | Downloaded const-oid v0.9.6 |
832 | 2024-06-25T03:40:15.246Z | Downloaded heck v0.3.3 |
833 | 2024-06-25T03:40:15.251Z | Downloaded rand_xorshift v0.3.0 |
834 | 2024-06-25T03:40:15.251Z | Downloaded rand_seeder v0.2.3 |
835 | 2024-06-25T03:40:15.251Z | Downloaded arc-swap v1.7.1 |
836 | 2024-06-25T03:40:15.255Z | Downloaded hex v0.4.3 |
837 | 2024-06-25T03:40:15.257Z | Downloaded defmt-parser v0.3.4 |
838 | 2024-06-25T03:40:15.261Z | Downloaded headers-core v0.2.0 |
839 | 2024-06-25T03:40:15.261Z | Downloaded target-lexicon v0.12.14 |
840 | 2024-06-25T03:40:15.264Z | Downloaded secrecy v0.8.0 |
841 | 2024-06-25T03:40:15.264Z | Downloaded slog-dtrace v0.3.0 |
842 | 2024-06-25T03:40:15.267Z | Downloaded rtoolbox v0.0.2 |
843 | 2024-06-25T03:40:15.276Z | Downloaded radium v0.7.0 |
844 | 2024-06-25T03:40:15.276Z | Downloaded dirs v5.0.1 |
845 | 2024-06-25T03:40:15.276Z | Downloaded sec1 v0.7.3 |
846 | 2024-06-25T03:40:15.276Z | Downloaded yasna v0.5.2 |
847 | 2024-06-25T03:40:15.281Z | Downloaded crc-any v2.5.0 |
848 | 2024-06-25T03:40:15.282Z | Downloaded partial-io v0.5.4 |
849 | 2024-06-25T03:40:15.282Z | Downloaded serde-big-array v0.5.1 |
850 | 2024-06-25T03:40:15.284Z | Downloaded const_format v0.2.32 |
851 | 2024-06-25T03:40:15.297Z | Downloaded termios v0.3.3 |
852 | 2024-06-25T03:40:15.302Z | Downloaded zone v0.1.8 |
853 | 2024-06-25T03:40:15.303Z | Downloaded pkcs8 v0.10.2 |
854 | 2024-06-25T03:40:15.305Z | Downloaded fastrand v2.1.0 |
855 | 2024-06-25T03:40:15.308Z | Downloaded signature v2.2.0 |
856 | 2024-06-25T03:40:15.308Z | Downloaded signal-hook-tokio v0.3.1 |
857 | 2024-06-25T03:40:15.311Z | Downloaded futures-timer v3.0.3 |
858 | 2024-06-25T03:40:15.314Z | Downloaded funty v2.0.0 |
859 | 2024-06-25T03:40:15.314Z | Downloaded ed25519 v2.2.3 |
860 | 2024-06-25T03:40:15.317Z | Downloaded defmt-macros v0.3.9 |
861 | 2024-06-25T03:40:15.320Z | Downloaded guppy-workspace-hack v0.1.0 |
862 | 2024-06-25T03:40:15.320Z | Downloaded ed25519 v1.5.3 |
863 | 2024-06-25T03:40:15.322Z | Downloaded backtrace v0.3.71 |
864 | 2024-06-25T03:40:15.327Z | Downloaded signal-hook-mio v0.2.3 |
865 | 2024-06-25T03:40:15.330Z | Downloaded rfc6979 v0.4.0 |
866 | 2024-06-25T03:40:15.330Z | Downloaded r2d2 v0.8.10 |
867 | 2024-06-25T03:40:15.333Z | Downloaded quick-error v1.2.3 |
868 | 2024-06-25T03:40:15.338Z | Downloaded resolv-conf v0.7.0 |
869 | 2024-06-25T03:40:15.338Z | Downloaded predicates-tree v1.0.9 |
870 | 2024-06-25T03:40:15.342Z | Downloaded predicates-core v1.0.6 |
871 | 2024-06-25T03:40:15.342Z | Downloaded phf_shared v0.11.2 |
872 | 2024-06-25T03:40:15.342Z | Downloaded base64 v0.22.1 |
873 | 2024-06-25T03:40:15.345Z | Downloaded serde_path_to_error v0.1.16 |
874 | 2024-06-25T03:40:15.348Z | Downloaded diesel_table_macro_syntax v0.1.0 |
875 | 2024-06-25T03:40:15.348Z | Downloaded zeroize_derive v1.4.2 |
876 | 2024-06-25T03:40:15.355Z | Downloaded psl-types v2.0.11 |
877 | 2024-06-25T03:40:15.355Z | Downloaded structmeta v0.3.0 |
878 | 2024-06-25T03:40:15.359Z | Downloaded serde_plain v1.0.2 |
879 | 2024-06-25T03:40:15.359Z | Downloaded tls_codec v0.4.1 |
880 | 2024-06-25T03:40:15.359Z | Downloaded structmeta v0.2.0 |
881 | 2024-06-25T03:40:15.359Z | Downloaded dhcproto-macros v0.1.0 |
882 | 2024-06-25T03:40:15.359Z | Downloaded erased-serde v0.3.31 |
883 | 2024-06-25T03:40:15.362Z | Downloaded difflib v0.4.0 |
884 | 2024-06-25T03:40:15.365Z | Downloaded tls_codec_derive v0.4.1 |
885 | 2024-06-25T03:40:15.365Z | Downloaded scheduled-thread-pool v0.2.7 |
886 | 2024-06-25T03:40:15.367Z | Downloaded uzers v0.11.3 |
887 | 2024-06-25T03:40:15.370Z | Downloaded chacha20poly1305 v0.10.1 |
888 | 2024-06-25T03:40:15.372Z | Downloaded der_derive v0.7.2 |
889 | 2024-06-25T03:40:15.377Z | Downloaded plotters-svg v0.3.5 |
890 | 2024-06-25T03:40:15.377Z | Downloaded similar v2.5.0 |
891 | 2024-06-25T03:40:15.380Z | Downloaded hex-literal v0.4.1 |
892 | 2024-06-25T03:40:15.383Z | Downloaded toolchain_find v0.4.0 |
893 | 2024-06-25T03:40:15.383Z | Downloaded proc-macro-crate v1.3.1 |
894 | 2024-06-25T03:40:15.385Z | Downloaded home v0.5.9 |
895 | 2024-06-25T03:40:15.385Z | Downloaded hash32 v0.3.1 |
896 | 2024-06-25T03:40:15.388Z | Downloaded group v0.13.0 |
897 | 2024-06-25T03:40:15.391Z | Downloaded pin-project-internal v1.1.5 |
898 | 2024-06-25T03:40:15.393Z | Downloaded base64 v0.13.1 |
899 | 2024-06-25T03:40:15.396Z | Downloaded ecdsa v0.16.9 |
900 | 2024-06-25T03:40:15.399Z | Downloaded slog-scope v4.4.0 |
901 | 2024-06-25T03:40:15.401Z | Downloaded test-strategy v0.3.1 |
902 | 2024-06-25T03:40:15.404Z | Downloaded ref-cast-impl v1.0.23 |
903 | 2024-06-25T03:40:15.407Z | Downloaded endian-type v0.1.2 |
904 | 2024-06-25T03:40:15.407Z | Downloaded derive_builder_macro v0.20.0 |
905 | 2024-06-25T03:40:15.409Z | Downloaded thiserror-impl-no-std v2.0.2 |
906 | 2024-06-25T03:40:15.409Z | Downloaded universal-hash v0.5.1 |
907 | 2024-06-25T03:40:15.412Z | Downloaded thiserror-no-std v2.0.2 |
908 | 2024-06-25T03:40:15.415Z | Downloaded static_assertions v1.1.0 |
909 | 2024-06-25T03:40:15.418Z | Downloaded tiny-keccak v2.0.2 |
910 | 2024-06-25T03:40:15.420Z | Downloaded threadpool v1.8.1 |
911 | 2024-06-25T03:40:15.420Z | Downloaded rpassword v7.3.1 |
912 | 2024-06-25T03:40:15.423Z | Downloaded tokio-tungstenite v0.20.1 |
913 | 2024-06-25T03:40:15.426Z | Downloaded tokio-rustls v0.24.1 |
914 | 2024-06-25T03:40:15.428Z | Downloaded shell-words v1.1.0 |
915 | 2024-06-25T03:40:15.428Z | Downloaded hostname v0.4.0 |
916 | 2024-06-25T03:40:15.431Z | Downloaded postcard v1.0.8 |
917 | 2024-06-25T03:40:15.434Z | Downloaded env_logger v0.10.2 |
918 | 2024-06-25T03:40:15.437Z | Downloaded phf_shared v0.10.0 |
919 | 2024-06-25T03:40:15.440Z | Downloaded hubpack_derive v0.1.1 |
920 | 2024-06-25T03:40:15.440Z | Downloaded hash32 v0.2.1 |
921 | 2024-06-25T03:40:15.443Z | Downloaded pin-project v1.1.5 |
922 | 2024-06-25T03:40:15.453Z | Downloaded wyz v0.5.1 |
923 | 2024-06-25T03:40:15.456Z | Downloaded vte_generate_state_changes v0.1.1 |
924 | 2024-06-25T03:40:15.456Z | Downloaded pretty-hex v0.2.1 |
925 | 2024-06-25T03:40:15.458Z | Downloaded precomputed-hash v0.1.1 |
926 | 2024-06-25T03:40:15.458Z | Downloaded slog-envlogger v2.2.0 |
927 | 2024-06-25T03:40:15.461Z | Downloaded globset v0.4.14 |
928 | 2024-06-25T03:40:15.461Z | Downloaded rstest_macros v0.19.0 |
929 | 2024-06-25T03:40:15.464Z | Downloaded sha1 v0.10.6 |
930 | 2024-06-25T03:40:15.467Z | Downloaded foreign-types-shared v0.3.1 |
931 | 2024-06-25T03:40:15.467Z | Downloaded foreign-types-macros v0.2.3 |
932 | 2024-06-25T03:40:15.470Z | Downloaded rustc_version v0.1.7 |
933 | 2024-06-25T03:40:15.470Z | Downloaded either v1.12.0 |
934 | 2024-06-25T03:40:15.473Z | Downloaded vsss-rs v3.3.4 |
935 | 2024-06-25T03:40:15.476Z | Downloaded rand_chacha v0.2.2 |
936 | 2024-06-25T03:40:15.476Z | Downloaded tempfile v3.10.1 |
937 | 2024-06-25T03:40:15.480Z | Downloaded fancy-regex v0.13.0 |
938 | 2024-06-25T03:40:15.483Z | Downloaded topological-sort v0.2.2 |
939 | 2024-06-25T03:40:15.486Z | Downloaded sqlparser_derive v0.2.2 |
940 | 2024-06-25T03:40:15.486Z | Downloaded relative-path v1.9.3 |
941 | 2024-06-25T03:40:15.494Z | Downloaded defmt v0.3.8 |
942 | 2024-06-25T03:40:15.494Z | Downloaded fatfs v0.3.6 |
943 | 2024-06-25T03:40:15.494Z | Downloaded hmac v0.12.1 |
944 | 2024-06-25T03:40:15.498Z | Downloaded aes v0.8.4 |
945 | 2024-06-25T03:40:15.500Z | Downloaded subtle v2.5.0 |
946 | 2024-06-25T03:40:15.503Z | Downloaded half v2.4.1 |
947 | 2024-06-25T03:40:15.506Z | Downloaded libxml v0.3.3 |
948 | 2024-06-25T03:40:15.510Z | Downloaded tui-tree-widget v0.19.0 |
949 | 2024-06-25T03:40:15.513Z | Downloaded sqlformat v0.2.3 |
950 | 2024-06-25T03:40:15.515Z | Downloaded ppv-lite86 v0.2.17 |
951 | 2024-06-25T03:40:15.515Z | Downloaded rsa v0.9.6 |
952 | 2024-06-25T03:40:15.521Z | Downloaded predicates v3.1.0 |
953 | 2024-06-25T03:40:15.523Z | Downloaded wait-timeout v0.2.0 |
954 | 2024-06-25T03:40:15.526Z | Downloaded rcgen v0.12.1 |
955 | 2024-06-25T03:40:15.529Z | Downloaded ron v0.7.1 |
956 | 2024-06-25T03:40:15.534Z | Downloaded getopts v0.2.21 |
957 | 2024-06-25T03:40:15.540Z | Downloaded fragile v2.0.0 |
958 | 2024-06-25T03:40:15.540Z | Downloaded humantime v2.1.0 |
959 | 2024-06-25T03:40:15.540Z | Downloaded hubpack v0.1.2 |
960 | 2024-06-25T03:40:15.544Z | Downloaded gethostname v0.4.3 |
961 | 2024-06-25T03:40:15.544Z | Downloaded russh-keys v0.43.0 |
962 | 2024-06-25T03:40:15.544Z | Downloaded derive_builder_core v0.20.0 |
963 | 2024-06-25T03:40:15.547Z | Downloaded dhcproto v0.11.0 |
964 | 2024-06-25T03:40:15.550Z | Downloaded spin v0.5.2 |
965 | 2024-06-25T03:40:15.552Z | Downloaded snafu-derive v0.8.2 |
966 | 2024-06-25T03:40:15.555Z | Downloaded derive_more v0.99.17 |
967 | 2024-06-25T03:40:15.558Z | Downloaded der v0.7.9 |
968 | 2024-06-25T03:40:15.563Z | Downloaded flagset v0.4.5 |
969 | 2024-06-25T03:40:15.566Z | Downloaded tinytemplate v1.2.1 |
970 | 2024-06-25T03:40:15.568Z | Downloaded subprocess v0.2.9 |
971 | 2024-06-25T03:40:15.571Z | Downloaded structmeta-derive v0.2.0 |
972 | 2024-06-25T03:40:15.573Z | Downloaded phf v0.11.2 |
973 | 2024-06-25T03:40:15.573Z | Downloaded string_cache v0.8.7 |
974 | 2024-06-25T03:40:15.576Z | Downloaded crossterm v0.27.0 |
975 | 2024-06-25T03:40:15.580Z | Downloaded smawk v0.3.2 |
976 | 2024-06-25T03:40:15.583Z | Downloaded unicode-xid v0.2.4 |
977 | 2024-06-25T03:40:15.585Z | Downloaded plotters-backend v0.3.5 |
978 | 2024-06-25T03:40:15.585Z | Downloaded samael v0.0.15 |
979 | 2024-06-25T03:40:15.589Z | Downloaded criterion v0.5.1 |
980 | 2024-06-25T03:40:15.596Z | Downloaded rand_core v0.6.4 |
981 | 2024-06-25T03:40:15.602Z | Downloaded rustfmt-wrapper v0.2.1 |
982 | 2024-06-25T03:40:15.605Z | Downloaded rustc-hash v1.1.0 |
983 | 2024-06-25T03:40:15.605Z | Downloaded rand_chacha v0.3.1 |
984 | 2024-06-25T03:40:15.605Z | Downloaded toml v0.7.8 |
985 | 2024-06-25T03:40:15.607Z | Downloaded diesel_derives v2.1.4 |
986 | 2024-06-25T03:40:15.610Z | Downloaded socket2 v0.4.10 |
987 | 2024-06-25T03:40:15.613Z | Downloaded strum_macros v0.24.3 |
988 | 2024-06-25T03:40:15.613Z | Downloaded hyper-staticfile v0.9.5 |
989 | 2024-06-25T03:40:15.616Z | Downloaded ff v0.13.0 |
990 | 2024-06-25T03:40:15.618Z | Downloaded fd-lock v4.0.2 |
991 | 2024-06-25T03:40:15.621Z | Downloaded smallvec v0.6.14 |
992 | 2024-06-25T03:40:15.621Z | Downloaded serde_repr v0.1.19 |
993 | 2024-06-25T03:40:15.623Z | Downloaded spin v0.9.8 |
994 | 2024-06-25T03:40:15.626Z | Downloaded same-file v1.0.6 |
995 | 2024-06-25T03:40:15.626Z | Downloaded strum_macros v0.25.3 |
996 | 2024-06-25T03:40:15.629Z | Downloaded tungstenite v0.21.0 |
997 | 2024-06-25T03:40:15.632Z | Downloaded platforms v3.4.0 |
998 | 2024-06-25T03:40:15.634Z | Downloaded whoami v1.5.1 |
999 | 2024-06-25T03:40:15.637Z | Downloaded tower v0.4.13 |
1000 | 2024-06-25T03:40:15.644Z | Downloaded elliptic-curve v0.13.8 |
1001 | 2024-06-25T03:40:15.648Z | Downloaded unicode_categories v0.1.1 |
1002 | 2024-06-25T03:40:15.651Z | Downloaded publicsuffix v2.2.3 |
1003 | 2024-06-25T03:40:15.653Z | Downloaded ron v0.8.1 |
1004 | 2024-06-25T03:40:15.657Z | Downloaded zeroize v1.7.0 |
1005 | 2024-06-25T03:40:15.661Z | Downloaded hashbrown v0.12.3 |
1006 | 2024-06-25T03:40:15.663Z | Downloaded rand_core v0.5.1 |
1007 | 2024-06-25T03:40:15.666Z | Downloaded derive-where v1.2.7 |
1008 | 2024-06-25T03:40:15.668Z | Downloaded rustls-native-certs v0.7.0 |
1009 | 2024-06-25T03:40:15.671Z | Downloaded ed25519-dalek v2.1.1 |
1010 | 2024-06-25T03:40:15.673Z | Downloaded hashbrown v0.13.2 |
1011 | 2024-06-25T03:40:15.677Z | Downloaded regex-automata v0.1.10 |
1012 | 2024-06-25T03:40:15.682Z | Downloaded rayon-core v1.12.1 |
1013 | 2024-06-25T03:40:15.685Z | Downloaded zerocopy v0.6.6 |
1014 | 2024-06-25T03:40:15.688Z | Downloaded trust-dns-server v0.22.1 |
1015 | 2024-06-25T03:40:15.693Z | Downloaded blake3 v1.5.1 |
1016 | 2024-06-25T03:40:15.700Z | Downloaded trybuild v1.0.96 |
1017 | 2024-06-25T03:40:15.705Z | Downloaded trust-dns-resolver v0.22.0 |
1018 | 2024-06-25T03:40:15.708Z | Downloaded prettyplease v0.2.20 |
1019 | 2024-06-25T03:40:15.712Z | Downloaded hyper-util v0.1.3 |
1020 | 2024-06-25T03:40:15.715Z | Downloaded rand v0.7.3 |
1021 | 2024-06-25T03:40:15.720Z | Downloaded portable-atomic v1.6.0 |
1022 | 2024-06-25T03:40:15.726Z | Downloaded rand_distr v0.4.3 |
1023 | 2024-06-25T03:40:15.729Z | Downloaded aho-corasick v1.1.3 |
1024 | 2024-06-25T03:40:15.735Z | Downloaded expectorate v1.1.0 |
1025 | 2024-06-25T03:40:15.739Z | Downloaded reedline v0.31.0 |
1026 | 2024-06-25T03:40:15.744Z | Downloaded pretty_assertions v1.4.0 |
1027 | 2024-06-25T03:40:15.749Z | Downloaded guppy v0.17.5 |
1028 | 2024-06-25T03:40:15.752Z | Downloaded steno v0.4.0 |
1029 | 2024-06-25T03:40:15.756Z | Downloaded serde_with v3.8.1 |
1030 | 2024-06-25T03:40:15.764Z | Downloaded chrono v0.4.38 |
1031 | 2024-06-25T03:40:15.772Z | Downloaded serde_yaml v0.9.34+deprecated |
1032 | 2024-06-25T03:40:15.775Z | Downloaded hyper v1.3.1 |
1033 | 2024-06-25T03:40:15.780Z | Downloaded bitvec v1.0.1 |
1034 | 2024-06-25T03:40:15.796Z | Downloaded salty v0.2.0 |
1035 | 2024-06-25T03:40:15.800Z | Downloaded bindgen v0.69.4 |
1036 | 2024-06-25T03:40:15.808Z | Downloaded unicode-segmentation v1.11.0 |
1037 | 2024-06-25T03:40:15.811Z | Downloaded http v1.1.0 |
1038 | 2024-06-25T03:40:15.814Z | Downloaded tough v0.17.1 |
1039 | 2024-06-25T03:40:15.822Z | Downloaded lalrpop v0.19.12 |
1040 | 2024-06-25T03:40:15.832Z | Downloaded plotters v0.3.5 |
1041 | 2024-06-25T03:40:15.841Z | Downloaded rustls-webpki v0.102.4 |
1042 | 2024-06-25T03:40:15.859Z | Downloaded sqlparser v0.45.0 |
1043 | 2024-06-25T03:40:15.863Z | Downloaded regex v1.10.4 |
1044 | 2024-06-25T03:40:15.877Z | Downloaded radix_trie v0.2.1 |
1045 | 2024-06-25T03:40:15.882Z | Downloaded rustyline v14.0.0 |
1046 | 2024-06-25T03:40:15.887Z | Downloaded rustls-webpki v0.101.7 |
1047 | 2024-06-25T03:40:15.902Z | Downloaded bstr v1.9.1 |
1048 | 2024-06-25T03:40:15.912Z | Downloaded winnow v0.5.40 |
1049 | 2024-06-25T03:40:15.921Z | Downloaded object v0.32.2 |
1050 | 2024-06-25T03:40:15.930Z | Downloaded rayon v1.10.0 |
1051 | 2024-06-25T03:40:15.940Z | Downloaded regress v0.9.1 |
1052 | 2024-06-25T03:40:15.947Z | Downloaded proptest v1.4.0 |
1053 | 2024-06-25T03:40:15.958Z | Downloaded gimli v0.28.1 |
1054 | 2024-06-25T03:40:15.965Z | Downloaded rustls v0.22.4 |
1055 | 2024-06-25T03:40:15.978Z | Downloaded trust-dns-proto v0.22.0 |
1056 | 2024-06-25T03:40:15.989Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1057 | 2024-06-25T03:40:16.001Z | Downloaded nix v0.27.1 |
1058 | 2024-06-25T03:40:16.011Z | Downloaded regex-syntax v0.6.29 |
1059 | 2024-06-25T03:40:16.017Z | Downloaded openapiv3 v2.0.0 |
1060 | 2024-06-25T03:40:16.029Z | Downloaded webpki-roots v0.25.4 |
1061 | 2024-06-25T03:40:16.032Z | Downloaded diesel v2.1.6 |
1062 | 2024-06-25T03:40:16.049Z | Downloaded smoltcp v0.11.0 |
1063 | 2024-06-25T03:40:16.061Z | Downloaded rustls v0.21.12 |
1064 | 2024-06-25T03:40:16.071Z | Downloaded sha3 v0.10.8 |
1065 | 2024-06-25T03:40:16.075Z | Downloaded petgraph v0.6.5 |
1066 | 2024-06-25T03:40:16.090Z | Downloaded finl_unicode v1.2.0 |
1067 | 2024-06-25T03:40:16.102Z | Downloaded ratatui v0.26.2 |
1068 | 2024-06-25T03:40:16.119Z | Downloaded sled v0.34.7 |
1069 | 2024-06-25T03:40:16.128Z | Downloaded zerocopy-derive v0.6.6 |
1070 | 2024-06-25T03:40:16.137Z | Downloaded regex-automata v0.4.6 |
1071 | 2024-06-25T03:40:16.153Z | Downloaded csv v1.3.0 |
1072 | 2024-06-25T03:40:16.172Z | Downloaded regex-syntax v0.8.3 |
1073 | 2024-06-25T03:40:16.179Z | Downloaded object v0.30.4 |
1074 | 2024-06-25T03:40:16.188Z | Downloaded nix v0.28.0 |
1075 | 2024-06-25T03:40:16.198Z | Downloaded smoltcp v0.9.1 |
1076 | 2024-06-25T03:40:16.208Z | Downloaded polar-core v0.27.3 |
1077 | 2024-06-25T03:40:16.216Z | Downloaded idna v0.3.0 |
1078 | 2024-06-25T03:40:16.222Z | Downloaded bstr v0.2.17 |
1079 | 2024-06-25T03:40:16.230Z | Downloaded idna v0.2.3 |
1080 | 2024-06-25T03:40:16.236Z | Downloaded curve25519-dalek v4.1.2 |
1081 | 2024-06-25T03:40:16.245Z | Downloaded hkdf v0.12.4 |
1082 | 2024-06-25T03:40:16.247Z | Downloaded quick-xml v0.31.0 |
1083 | 2024-06-25T03:40:16.252Z | Downloaded poly1305 v0.8.0 |
1084 | 2024-06-25T03:40:16.254Z | Downloaded rand v0.8.5 |
1085 | 2024-06-25T03:40:16.258Z | Downloaded x509-cert v0.2.5 |
1086 | 2024-06-25T03:40:16.263Z | Downloaded russh v0.43.0 |
1087 | 2024-06-25T03:40:16.268Z | Downloaded pem v3.0.4 |
1088 | 2024-06-25T03:40:16.271Z | Downloaded pem-rfc7468 v0.7.0 |
1089 | 2024-06-25T03:40:16.271Z | Downloaded derive_builder v0.20.0 |
1090 | 2024-06-25T03:40:16.275Z | Downloaded smf v0.2.3 |
1091 | 2024-06-25T03:40:16.277Z | Downloaded rustls-pki-types v1.7.0 |
1092 | 2024-06-25T03:40:16.280Z | Downloaded tungstenite v0.20.1 |
1093 | 2024-06-25T03:40:16.283Z | Downloaded toml v0.5.11 |
1094 | 2024-06-25T03:40:16.285Z | Downloaded headers v0.3.9 |
1095 | 2024-06-25T03:40:16.288Z | Downloaded p521 v0.13.3 |
1096 | 2024-06-25T03:40:16.291Z | Downloaded itertools v0.12.1 |
1097 | 2024-06-25T03:40:16.297Z | Downloaded zip v0.6.6 |
1098 | 2024-06-25T03:40:16.301Z | Downloaded tokio-postgres v0.7.10 |
1099 | 2024-06-25T03:40:16.305Z | Downloaded libm v0.2.8 |
1100 | 2024-06-25T03:40:16.313Z | Downloaded aes-gcm v0.10.3 |
1101 | 2024-06-25T03:40:16.316Z | Downloaded which v4.4.2 |
1102 | 2024-06-25T03:40:16.318Z | Downloaded unicode-linebreak v0.1.5 |
1103 | 2024-06-25T03:40:16.318Z | Downloaded unicase v2.7.0 |
1104 | 2024-06-25T03:40:16.321Z | Downloaded httptest v0.15.5 |
1105 | 2024-06-25T03:40:16.321Z | Downloaded rustc-demangle v0.1.24 |
1106 | 2024-06-25T03:40:16.324Z | Downloaded rust-argon2 v2.1.0 |
1107 | 2024-06-25T03:40:16.324Z | Downloaded env_logger v0.9.3 |
1108 | 2024-06-25T03:40:16.327Z | Downloaded unsafe-libyaml v0.2.11 |
1109 | 2024-06-25T03:40:16.331Z | Downloaded schemars v0.8.21 |
1110 | 2024-06-25T03:40:16.340Z | Downloaded heapless v0.8.0 |
1111 | 2024-06-25T03:40:16.345Z | Downloaded polyval v0.6.2 |
1112 | 2024-06-25T03:40:16.347Z | Downloaded num-bigint-dig v0.8.4 |
1113 | 2024-06-25T03:40:16.350Z | Downloaded signal-hook v0.3.17 |
1114 | 2024-06-25T03:40:16.353Z | Downloaded fixedbitset v0.4.2 |
1115 | 2024-06-25T03:40:16.353Z | Downloaded rustls-pemfile v2.1.2 |
1116 | 2024-06-25T03:40:16.360Z | Downloaded tokio-tungstenite v0.21.0 |
1117 | 2024-06-25T03:40:16.363Z | Downloaded typed-path v0.7.1 |
1118 | 2024-06-25T03:40:16.363Z | Downloaded foreign-types v0.5.0 |
1119 | 2024-06-25T03:40:16.363Z | Downloaded dyn-clone v1.0.17 |
1120 | 2024-06-25T03:40:16.365Z | Downloaded heapless v0.7.17 |
1121 | 2024-06-25T03:40:16.368Z | Downloaded trust-dns-client v0.22.0 |
1122 | 2024-06-25T03:40:16.372Z | Downloaded shlex v1.3.0 |
1123 | 2024-06-25T03:40:16.375Z | Downloaded getrandom v0.1.16 |
1124 | 2024-06-25T03:40:16.378Z | Downloaded toml_edit v0.19.15 |
1125 | 2024-06-25T03:40:16.390Z | Downloaded nom v7.1.3 |
1126 | 2024-06-25T03:40:16.395Z | Downloaded itertools v0.10.5 |
1127 | 2024-06-25T03:40:16.401Z | Downloaded diff v0.1.13 |
1128 | 2024-06-25T03:40:16.403Z | Downloaded hyper-rustls v0.26.0 |
1129 | 2024-06-25T03:40:16.406Z | Downloaded hyper-rustls v0.24.2 |
1130 | 2024-06-25T03:40:16.409Z | Downloaded enum-as-inner v0.5.1 |
1131 | 2024-06-25T03:40:16.411Z | Downloaded ena v0.14.3 |
1132 | 2024-06-25T03:40:16.411Z | Downloaded embedded-io v0.4.0 |
1133 | 2024-06-25T03:40:16.414Z | Downloaded tokio-rustls v0.25.0 |
1134 | 2024-06-25T03:40:16.414Z | Downloaded num-bigint v0.4.5 |
1135 | 2024-06-25T03:40:16.419Z | Downloaded vte v0.11.1 |
1136 | 2024-06-25T03:40:16.422Z | Downloaded rustc_version v0.4.0 |
1137 | 2024-06-25T03:40:16.422Z | Downloaded primeorder v0.13.6 |
1138 | 2024-06-25T03:40:16.422Z | Downloaded snafu v0.8.2 |
1139 | 2024-06-25T03:40:16.427Z | Downloaded uuid v1.8.0 |
1140 | 2024-06-25T03:40:16.430Z | Downloaded flume v0.11.0 |
1141 | 2024-06-25T03:40:16.433Z | Downloaded stability v0.2.0 |
1142 | 2024-06-25T03:40:16.436Z | Downloaded stringprep v0.1.4 |
1143 | 2024-06-25T03:40:16.436Z | Downloaded textwrap v0.16.1 |
1144 | 2024-06-25T03:40:16.438Z | Downloaded sct v0.7.1 |
1145 | 2024-06-25T03:40:16.441Z | Downloaded ref-cast v1.0.23 |
1146 | 2024-06-25T03:40:16.444Z | Downloaded crypto-bigint v0.5.5 |
1147 | 2024-06-25T03:40:16.449Z | Downloaded minimal-lexical v0.2.1 |
1148 | 2024-06-25T03:40:16.455Z | Downloaded getrandom v0.2.14 |
1149 | 2024-06-25T03:40:16.458Z | Downloaded utf-8 v0.7.6 |
1150 | 2024-06-25T03:40:16.459Z | Downloaded serde-hex v0.1.0 |
1151 | 2024-06-25T03:40:16.462Z | Downloaded serde_derive_internals v0.29.1 |
1152 | 2024-06-25T03:40:16.462Z | Downloaded serde_arrays v0.1.0 |
1153 | 2024-06-25T03:40:16.462Z | Downloaded rusty-fork v0.3.0 |
1154 | 2024-06-25T03:40:16.465Z | Downloaded yansi v0.5.1 |
1155 | 2024-06-25T03:40:16.471Z | Downloaded highway v1.1.0 |
1156 | 2024-06-25T03:40:16.471Z | Downloaded similar-asserts v1.5.0 |
1157 | 2024-06-25T03:40:16.474Z | Downloaded rstest v0.19.0 |
1158 | 2024-06-25T03:40:16.477Z | Downloaded schemars_derive v0.8.21 |
1159 | 2024-06-25T03:40:16.477Z | Downloaded postgres-types v0.2.6 |
1160 | 2024-06-25T03:40:16.480Z | Downloaded postgres-protocol v0.6.6 |
1161 | 2024-06-25T03:40:16.480Z | Downloaded pkcs1 v0.7.5 |
1162 | 2024-06-25T03:40:16.484Z | Downloaded iana-time-zone v0.1.60 |
1163 | 2024-06-25T03:40:16.484Z | Downloaded tracing-attributes v0.1.27 |
1164 | 2024-06-25T03:40:16.487Z | Downloaded termcolor v1.4.1 |
1165 | 2024-06-25T03:40:16.487Z | Downloaded oso v0.27.3 |
1166 | 2024-06-25T03:40:16.492Z | Downloaded ctr v0.9.2 |
1167 | 2024-06-25T03:40:16.495Z | Downloaded datatest-stable v0.2.9 |
1168 | 2024-06-25T03:40:16.495Z | Downloaded walkdir v2.5.0 |
1169 | 2024-06-25T03:40:16.495Z | Downloaded owo-colors v4.0.0 |
1170 | 2024-06-25T03:40:16.497Z | Downloaded mockall_derive v0.12.1 |
1171 | 2024-06-25T03:40:16.500Z | Downloaded p256 v0.13.2 |
1172 | 2024-06-25T03:40:16.503Z | Downloaded indicatif v0.17.8 |
1173 | 2024-06-25T03:40:16.505Z | Downloaded tokio-stream v0.1.15 |
1174 | 2024-06-25T03:40:16.509Z | Downloaded cookie v0.18.1 |
1175 | 2024-06-25T03:40:16.512Z | Downloaded blake2 v0.10.6 |
1176 | 2024-06-25T03:40:16.514Z | Downloaded compact_str v0.7.1 |
1177 | 2024-06-25T03:40:16.517Z | Downloaded ciborium v0.2.2 |
1178 | 2024-06-25T03:40:16.519Z | Downloaded float-cmp v0.9.0 |
1179 | 2024-06-25T03:40:16.519Z | Downloaded fallible-iterator v0.2.0 |
1180 | 2024-06-25T03:40:16.522Z | Downloaded password-hash v0.5.0 |
1181 | 2024-06-25T03:40:16.522Z | Downloaded escape8259 v0.5.2 |
1182 | 2024-06-25T03:40:16.522Z | Downloaded bitflags v1.3.2 |
1183 | 2024-06-25T03:40:16.525Z | Downloaded unarray v0.1.4 |
1184 | 2024-06-25T03:40:16.528Z | Downloaded tap v1.0.1 |
1185 | 2024-06-25T03:40:16.528Z | Downloaded tabwriter v1.4.0 |
1186 | 2024-06-25T03:40:16.528Z | Downloaded structmeta-derive v0.3.0 |
1187 | 2024-06-25T03:40:16.536Z | Downloaded parking_lot_core v0.8.6 |
1188 | 2024-06-25T03:40:16.537Z | Downloaded nu-ansi-term v0.50.0 |
1189 | 2024-06-25T03:40:16.539Z | Downloaded multer v3.1.0 |
1190 | 2024-06-25T03:40:16.539Z | Downloaded memmap2 v0.9.4 |
1191 | 2024-06-25T03:40:16.539Z | Downloaded bzip2 v0.4.4 |
1192 | 2024-06-25T03:40:16.539Z | Downloaded base64ct v1.6.0 |
1193 | 2024-06-25T03:40:16.542Z | Downloaded addr2line v0.21.0 |
1194 | 2024-06-25T03:40:16.545Z | Downloaded http-body v1.0.0 |
1195 | 2024-06-25T03:40:16.545Z | Downloaded float-ord v0.3.2 |
1196 | 2024-06-25T03:40:16.545Z | Downloaded strip-ansi-escapes v0.2.0 |
1197 | 2024-06-25T03:40:16.548Z | Downloaded stable_deref_trait v1.2.0 |
1198 | 2024-06-25T03:40:16.548Z | Downloaded num_enum_derive v0.5.11 |
1199 | 2024-06-25T03:40:16.548Z | Downloaded num-derive v0.4.2 |
1200 | 2024-06-25T03:40:16.551Z | Downloaded mime_guess v2.0.4 |
1201 | 2024-06-25T03:40:16.551Z | Downloaded blake2b_simd v1.0.2 |
1202 | 2024-06-25T03:40:16.554Z | Downloaded siphasher v0.3.11 |
1203 | 2024-06-25T03:40:16.554Z | Downloaded signature v1.6.4 |
1204 | 2024-06-25T03:40:16.554Z | Downloaded peg-macros v0.8.3 |
1205 | 2024-06-25T03:40:16.558Z | Downloaded parking_lot v0.11.2 |
1206 | 2024-06-25T03:40:16.561Z | Downloaded libloading v0.8.3 |
1207 | 2024-06-25T03:40:16.561Z | Downloaded clang-sys v1.7.0 |
1208 | 2024-06-25T03:40:16.563Z | Downloaded cfg-expr v0.15.8 |
1209 | 2024-06-25T03:40:16.566Z | Downloaded pbkdf2 v0.11.0 |
1210 | 2024-06-25T03:40:16.566Z | Downloaded path-slash v0.1.5 |
1211 | 2024-06-25T03:40:16.569Z | Downloaded olpc-cjson v0.1.3 |
1212 | 2024-06-25T03:40:16.569Z | Downloaded num-rational v0.4.2 |
1213 | 2024-06-25T03:40:16.569Z | Downloaded zone_cfg_derive v0.1.2 |
1214 | 2024-06-25T03:40:16.572Z | Downloaded supports-color v3.0.0 |
1215 | 2024-06-25T03:40:16.572Z | Downloaded argon2 v0.5.3 |
1216 | 2024-06-25T03:40:16.574Z | Downloaded anes v0.1.6 |
1217 | 2024-06-25T03:40:16.574Z | Downloaded packed_struct_codegen v0.10.1 |
1218 | 2024-06-25T03:40:16.577Z | Downloaded num v0.4.3 |
1219 | 2024-06-25T03:40:16.577Z | Downloaded const_format_proc_macros v0.2.32 |
1220 | 2024-06-25T03:40:16.580Z | Downloaded castaway v0.2.2 |
1221 | 2024-06-25T03:40:16.580Z | Downloaded block-padding v0.3.3 |
1222 | 2024-06-25T03:40:16.583Z | Downloaded bit-vec v0.6.3 |
1223 | 2024-06-25T03:40:16.583Z | Downloaded bcrypt-pbkdf v0.10.0 |
1224 | 2024-06-25T03:40:16.583Z | Downloaded lru v0.12.3 |
1225 | 2024-06-25T03:40:16.588Z | Downloaded linear-map v1.2.0 |
1226 | 2024-06-25T03:40:16.588Z | Downloaded cipher v0.4.4 |
1227 | 2024-06-25T03:40:16.588Z | Downloaded cassowary v0.3.0 |
1228 | 2024-06-25T03:40:16.591Z | Downloaded password-hash v0.4.2 |
1229 | 2024-06-25T03:40:16.591Z | Downloaded newtype-uuid v1.1.0 |
1230 | 2024-06-25T03:40:16.591Z | Downloaded cobs v0.2.3 |
1231 | 2024-06-25T03:40:16.591Z | Downloaded cookie_store v0.20.0 |
1232 | 2024-06-25T03:40:16.594Z | Downloaded keccak v0.1.5 |
1233 | 2024-06-25T03:40:16.594Z | Downloaded ring v0.17.8 |
1234 | 2024-06-25T03:40:16.660Z | Downloaded csv-core v0.1.11 |
1235 | 2024-06-25T03:40:16.662Z | Downloaded constant_time_eq v0.3.0 |
1236 | 2024-06-25T03:40:16.662Z | Downloaded console v0.15.8 |
1237 | 2024-06-25T03:40:16.665Z | Downloaded blowfish v0.9.1 |
1238 | 2024-06-25T03:40:16.665Z | Downloaded multimap v0.10.0 |
1239 | 2024-06-25T03:40:16.668Z | Downloaded bitfield v0.14.0 |
1240 | 2024-06-25T03:40:16.668Z | Downloaded bcs v0.1.6 |
1241 | 2024-06-25T03:40:16.671Z | Downloaded assert_cmd v2.0.14 |
1242 | 2024-06-25T03:40:16.671Z | Downloaded arrayvec v0.7.4 |
1243 | 2024-06-25T03:40:16.675Z | Downloaded array-init v0.0.4 |
1244 | 2024-06-25T03:40:16.675Z | Downloaded newtype_derive v0.1.6 |
1245 | 2024-06-25T03:40:16.675Z | Downloaded newline-converter v0.3.0 |
1246 | 2024-06-25T03:40:16.678Z | Downloaded ciborium-io v0.2.2 |
1247 | 2024-06-25T03:40:16.678Z | Downloaded parse-display v0.9.0 |
1248 | 2024-06-25T03:40:16.678Z | Downloaded num_enum v0.5.11 |
1249 | 2024-06-25T03:40:16.682Z | Downloaded md-5 v0.10.6 |
1250 | 2024-06-25T03:40:16.685Z | Downloaded internet-checksum v0.2.1 |
1251 | 2024-06-25T03:40:16.685Z | Downloaded lru-cache v0.1.2 |
1252 | 2024-06-25T03:40:16.685Z | Downloaded linked-hash-map v0.5.6 |
1253 | 2024-06-25T03:40:16.685Z | Downloaded bitstruct v0.1.1 |
1254 | 2024-06-25T03:40:16.688Z | Downloaded bit-set v0.5.3 |
1255 | 2024-06-25T03:40:16.688Z | Downloaded cfg_aliases v0.1.1 |
1256 | 2024-06-25T03:40:16.688Z | Downloaded allocator-api2 v0.2.18 |
1257 | 2024-06-25T03:40:16.690Z | Downloaded async-stream v0.3.5 |
1258 | 2024-06-25T03:40:16.693Z | Downloaded lazycell v1.3.0 |
1259 | 2024-06-25T03:40:16.693Z | Downloaded kstat-rs v0.2.4 |
1260 | 2024-06-25T03:40:16.696Z | Downloaded ipnetwork v0.20.0 |
1261 | 2024-06-25T03:40:16.696Z | Downloaded indoc v2.0.5 |
1262 | 2024-06-25T03:40:16.699Z | Downloaded is_ci v1.2.0 |
1263 | 2024-06-25T03:40:16.699Z | Downloaded criterion-plot v0.5.0 |
1264 | 2024-06-25T03:40:16.701Z | Downloaded crc v3.2.1 |
1265 | 2024-06-25T03:40:16.704Z | Downloaded cbc v0.1.2 |
1266 | 2024-06-25T03:40:16.704Z | Downloaded ring v0.16.20 |
1267 | 2024-06-25T03:40:16.780Z | Downloaded ciborium-ll v0.2.2 |
1268 | 2024-06-25T03:40:16.784Z | Downloaded ascii-canvas v3.0.0 |
1269 | 2024-06-25T03:40:16.784Z | Downloaded ascii v1.1.0 |
1270 | 2024-06-25T03:40:16.787Z | Downloaded approx v0.5.1 |
1271 | 2024-06-25T03:40:17.425Z | Compiling serde v1.0.203 |
1272 | 2024-06-25T03:40:17.425Z | Checking cfg-if v1.0.0 |
1273 | 2024-06-25T03:40:17.492Z | Compiling libm v0.2.8 |
1274 | 2024-06-25T03:40:17.492Z | Compiling num-traits v0.2.19 |
1275 | 2024-06-25T03:40:17.518Z | Checking libc v0.2.155 |
1276 | 2024-06-25T03:40:17.540Z | Compiling syn v2.0.68 |
1277 | 2024-06-25T03:40:17.560Z | Compiling ahash v0.8.11 |
1278 | 2024-06-25T03:40:17.563Z | Compiling getrandom v0.2.14 |
1279 | 2024-06-25T03:40:17.563Z | Compiling serde_json v1.0.117 |
1280 | 2024-06-25T03:40:17.798Z | Compiling generic-array v0.14.7 |
1281 | 2024-06-25T03:40:17.913Z | Compiling log v0.4.21 |
1282 | 2024-06-25T03:40:17.955Z | Checking memchr v2.7.2 |
1283 | 2024-06-25T03:40:18.000Z | Compiling syn v1.0.109 |
1284 | 2024-06-25T03:40:18.069Z | Checking itoa v1.0.11 |
1285 | 2024-06-25T03:40:18.157Z | Checking byteorder v1.5.0 |
1286 | 2024-06-25T03:40:18.227Z | Compiling allocator-api2 v0.2.18 |
1287 | 2024-06-25T03:40:18.271Z | Checking scopeguard v1.2.0 |
1288 | 2024-06-25T03:40:18.346Z | Checking smallvec v1.13.2 |
1289 | 2024-06-25T03:40:18.414Z | Checking lock_api v0.4.12 |
1290 | 2024-06-25T03:40:18.664Z | Compiling schemars v0.8.21 |
1291 | 2024-06-25T03:40:18.818Z | Compiling ring v0.17.8 |
1292 | 2024-06-25T03:40:18.901Z | Compiling time-macros v0.2.18 |
1293 | 2024-06-25T03:40:19.052Z | Checking rand_core v0.6.4 |
1294 | 2024-06-25T03:40:19.116Z | Checking once_cell v1.19.0 |
1295 | 2024-06-25T03:40:19.382Z | Compiling slog v2.7.0 |
1296 | 2024-06-25T03:40:19.437Z | Checking parking_lot_core v0.9.10 |
1297 | 2024-06-25T03:40:19.592Z | Compiling aho-corasick v1.1.3 |
1298 | 2024-06-25T03:40:19.800Z | Checking parking_lot v0.12.2 |
1299 | 2024-06-25T03:40:19.991Z | Compiling regex-syntax v0.8.3 |
1300 | 2024-06-25T03:40:20.534Z | Checking pin-project-lite v0.2.14 |
1301 | 2024-06-25T03:40:22.270Z | Checking signal-hook-registry v1.4.2 |
1302 | 2024-06-25T03:40:22.460Z | Compiling crossbeam-utils v0.8.19 |
1303 | 2024-06-25T03:40:22.494Z | Checking mio v0.8.11 |
1304 | 2024-06-25T03:40:23.062Z | Compiling iana-time-zone v0.1.60 |
1305 | 2024-06-25T03:40:23.102Z | Checking num_cpus v1.16.0 |
1306 | 2024-06-25T03:40:23.215Z | Compiling regex-automata v0.4.6 |
1307 | 2024-06-25T03:40:23.525Z | Compiling rustls v0.21.12 |
1308 | 2024-06-25T03:40:23.779Z | Checking typenum v1.17.0 |
1309 | 2024-06-25T03:40:24.901Z | Compiling serde_derive_internals v0.29.1 |
1310 | 2024-06-25T03:40:25.219Z | Compiling cookie v0.17.0 |
1311 | 2024-06-25T03:40:25.383Z | Compiling dyn-clone v1.0.17 |
1312 | 2024-06-25T03:40:25.497Z | Checking futures-core v0.3.30 |
1313 | 2024-06-25T03:40:25.673Z | Checking socket2 v0.5.7 |
1314 | 2024-06-25T03:40:25.693Z | Compiling backtrace v0.3.71 |
1315 | 2024-06-25T03:40:26.123Z | Checking ryu v1.0.18 |
1316 | 2024-06-25T03:40:26.184Z | Checking subtle v2.5.0 |
1317 | 2024-06-25T03:40:26.439Z | Compiling anyhow v1.0.86 |
1318 | 2024-06-25T03:40:26.909Z | Compiling spin v0.9.8 |
1319 | 2024-06-25T03:40:26.999Z | Compiling unicode-normalization v0.1.23 |
1320 | 2024-06-25T03:40:27.214Z | Checking futures-sink v0.3.30 |
1321 | 2024-06-25T03:40:27.334Z | Compiling unicode-bidi v0.3.15 |
1322 | 2024-06-25T03:40:27.372Z | Compiling untrusted v0.9.0 |
1323 | 2024-06-25T03:40:27.694Z | Compiling either v1.12.0 |
1324 | 2024-06-25T03:40:27.890Z | Checking futures-channel v0.3.30 |
1325 | 2024-06-25T03:40:28.063Z | Checking slab v0.4.9 |
1326 | 2024-06-25T03:40:28.109Z | Compiling const-oid v0.9.6 |
1327 | 2024-06-25T03:40:28.262Z | Checking futures-task v0.3.30 |
1328 | 2024-06-25T03:40:28.324Z | Compiling regex v1.10.4 |
1329 | 2024-06-25T03:40:28.552Z | Checking pin-utils v0.1.0 |
1330 | 2024-06-25T03:40:28.653Z | Checking futures-io v0.3.30 |
1331 | 2024-06-25T03:40:28.842Z | Compiling winnow v0.5.40 |
1332 | 2024-06-25T03:40:28.925Z | Compiling time v0.3.36 |
1333 | 2024-06-25T03:40:31.368Z | Compiling spin v0.5.2 |
1334 | 2024-06-25T03:40:31.441Z | Compiling signal-hook v0.3.17 |
1335 | 2024-06-25T03:40:31.606Z | Compiling sct v0.7.1 |
1336 | 2024-06-25T03:40:31.716Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-06-25T03:40:31.908Z | Compiling idna v0.5.0 |
1338 | 2024-06-25T03:40:32.316Z | Compiling serde_derive v1.0.203 |
1339 | 2024-06-25T03:40:32.721Z | Compiling zerocopy-derive v0.7.34 |
1340 | 2024-06-25T03:40:32.744Z | Compiling zeroize_derive v1.4.2 |
1341 | 2024-06-25T03:40:33.347Z | Compiling thiserror-impl v1.0.60 |
1342 | 2024-06-25T03:40:33.539Z | Compiling tokio-macros v2.2.0 |
1343 | 2024-06-25T03:40:33.641Z | Compiling futures-macro v0.3.30 |
1344 | 2024-06-25T03:40:34.426Z | Compiling tracing-attributes v0.1.27 |
1345 | 2024-06-25T03:40:34.494Z | Compiling schemars_derive v0.8.21 |
1346 | 2024-06-25T03:40:35.143Z | Compiling zerocopy v0.7.34 |
1347 | 2024-06-25T03:40:35.277Z | Checking zeroize v1.7.0 |
1348 | 2024-06-25T03:40:35.552Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-06-25T03:40:35.809Z | Compiling async-trait v0.1.80 |
1350 | 2024-06-25T03:40:36.855Z | Compiling thiserror v1.0.60 |
1351 | 2024-06-25T03:40:36.957Z | Compiling scroll_derive v0.12.0 |
1352 | 2024-06-25T03:40:36.996Z | Compiling pest v2.7.10 |
1353 | 2024-06-25T03:40:37.452Z | Compiling hashbrown v0.14.5 |
1354 | 2024-06-25T03:40:37.653Z | Compiling der_derive v0.7.2 |
1355 | 2024-06-25T03:40:37.979Z | Checking crypto-common v0.1.6 |
1356 | 2024-06-25T03:40:38.533Z | Compiling scroll v0.12.0 |
1357 | 2024-06-25T03:40:38.704Z | Compiling futures-util v0.3.30 |
1358 | 2024-06-25T03:40:39.303Z | Compiling goblin v0.8.2 |
1359 | 2024-06-25T03:40:39.711Z | Compiling pest_meta v2.7.10 |
1360 | 2024-06-25T03:40:39.915Z | Compiling tracing v0.1.40 |
1361 | 2024-06-25T03:40:40.014Z | Compiling clap_derive v4.5.4 |
1362 | 2024-06-25T03:40:40.459Z | Compiling block-buffer v0.10.4 |
1363 | 2024-06-25T03:40:40.707Z | Compiling digest v0.10.7 |
1364 | 2024-06-25T03:40:41.144Z | Compiling pest_generator v2.7.10 |
1365 | 2024-06-25T03:40:43.172Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-06-25T03:40:43.973Z | Compiling siphasher v0.3.11 |
1367 | 2024-06-25T03:40:44.373Z | Compiling url v2.5.0 |
1368 | 2024-06-25T03:40:45.064Z | Compiling pest_derive v2.7.10 |
1369 | 2024-06-25T03:40:45.284Z | Compiling idna v0.3.0 |
1370 | 2024-06-25T03:40:45.488Z | Compiling ppv-lite86 v0.2.17 |
1371 | 2024-06-25T03:40:45.854Z | Compiling dtrace-parser v0.2.0 |
1372 | 2024-06-25T03:40:46.284Z | Compiling psl-types v2.0.11 |
1373 | 2024-06-25T03:40:46.444Z | Checking bytes v1.6.0 |
1374 | 2024-06-25T03:40:46.907Z | Checking bitflags v2.5.0 |
1375 | 2024-06-25T03:40:47.500Z | Compiling indexmap v2.2.6 |
1376 | 2024-06-25T03:40:48.152Z | Compiling semver v1.0.23 |
1377 | 2024-06-25T03:40:48.207Z | Compiling serde_tokenstream v0.2.0 |
1378 | 2024-06-25T03:40:48.229Z | Compiling chrono v0.4.38 |
1379 | 2024-06-25T03:40:48.664Z | Compiling uuid v1.8.0 |
1380 | 2024-06-25T03:40:48.940Z | Checking tokio v1.37.0 |
1381 | 2024-06-25T03:40:48.973Z | Compiling http v0.2.12 |
1382 | 2024-06-25T03:40:49.755Z | Compiling rustc_version v0.4.0 |
1383 | 2024-06-25T03:40:50.139Z | Compiling toml_datetime v0.6.6 |
1384 | 2024-06-25T03:40:50.468Z | Compiling serde_spanned v0.6.6 |
1385 | 2024-06-25T03:40:50.614Z | Compiling dof v0.3.0 |
1386 | 2024-06-25T03:40:50.703Z | Compiling openapiv3 v2.0.0 |
1387 | 2024-06-25T03:40:51.581Z | Compiling usdt-impl v0.5.0 |
1388 | 2024-06-25T03:40:52.142Z | Compiling rustix v0.38.34 |
1389 | 2024-06-25T03:40:52.994Z | Compiling toml_edit v0.19.15 |
1390 | 2024-06-25T03:40:53.321Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-06-25T03:40:54.571Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-06-25T03:40:54.707Z | Compiling http-body v0.4.6 |
1393 | 2024-06-25T03:40:54.886Z | Compiling openssl v0.10.64 |
1394 | 2024-06-25T03:40:55.176Z | Compiling heapless v0.7.17 |
1395 | 2024-06-25T03:40:55.255Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-06-25T03:40:55.279Z | Compiling publicsuffix v2.2.3 |
1397 | 2024-06-25T03:40:55.532Z | Compiling rand_chacha v0.3.1 |
1398 | 2024-06-25T03:40:55.879Z | Compiling crossbeam-epoch v0.9.18 |
1399 | 2024-06-25T03:40:56.078Z | Compiling rand v0.8.5 |
1400 | 2024-06-25T03:40:56.268Z | Compiling cookie_store v0.20.0 |
1401 | 2024-06-25T03:40:56.722Z | Compiling bit-vec v0.6.3 |
1402 | 2024-06-25T03:40:56.801Z | Compiling webpki-roots v0.25.4 |
1403 | 2024-06-25T03:40:56.964Z | Compiling unicode-xid v0.2.4 |
1404 | 2024-06-25T03:40:57.150Z | Compiling tokio-util v0.7.11 |
1405 | 2024-06-25T03:40:57.198Z | Compiling tokio-rustls v0.24.1 |
1406 | 2024-06-25T03:40:57.636Z | Compiling gimli v0.28.1 |
1407 | 2024-06-25T03:40:57.919Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1408 | 2024-06-25T03:40:58.121Z | Compiling phf_shared v0.10.0 |
1409 | 2024-06-25T03:40:58.309Z | Compiling h2 v0.3.26 |
1410 | 2024-06-25T03:40:58.566Z | Compiling enum-as-inner v0.5.1 |
1411 | 2024-06-25T03:40:58.605Z | Compiling lazy_static v1.4.0 |
1412 | 2024-06-25T03:40:58.734Z | Compiling object v0.32.2 |
1413 | 2024-06-25T03:40:59.197Z | Compiling precomputed-hash v0.1.1 |
1414 | 2024-06-25T03:40:59.326Z | Compiling minimal-lexical v0.2.1 |
1415 | 2024-06-25T03:40:59.643Z | Compiling new_debug_unreachable v1.0.6 |
1416 | 2024-06-25T03:40:59.748Z | Compiling base64ct v1.6.0 |
1417 | 2024-06-25T03:40:59.868Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-06-25T03:41:00.391Z | Compiling smoltcp v0.9.1 |
1419 | 2024-06-25T03:41:00.883Z | Compiling fixedbitset v0.4.2 |
1420 | 2024-06-25T03:41:01.130Z | Compiling native-tls v0.2.11 |
1421 | 2024-06-25T03:41:01.361Z | Compiling petgraph v0.6.5 |
1422 | 2024-06-25T03:41:01.523Z | Compiling tokio-native-tls v0.3.1 |
1423 | 2024-06-25T03:41:01.788Z | Compiling toml_edit v0.22.13 |
1424 | 2024-06-25T03:41:01.816Z | Compiling pem-rfc7468 v0.7.0 |
1425 | 2024-06-25T03:41:02.619Z | Compiling addr2line v0.21.0 |
1426 | 2024-06-25T03:41:02.658Z | Compiling nom v7.1.3 |
1427 | 2024-06-25T03:41:03.272Z | Compiling string_cache v0.8.7 |
1428 | 2024-06-25T03:41:03.798Z | Compiling bit-set v0.5.3 |
1429 | 2024-06-25T03:41:03.941Z | Compiling futures-executor v0.3.30 |
1430 | 2024-06-25T03:41:04.083Z | Compiling hmac v0.12.1 |
1431 | 2024-06-25T03:41:04.355Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-06-25T03:41:04.526Z | Compiling itertools v0.10.5 |
1433 | 2024-06-25T03:41:04.716Z | Compiling diesel_table_macro_syntax v0.1.0 |
1434 | 2024-06-25T03:41:05.144Z | Compiling num-integer v0.1.46 |
1435 | 2024-06-25T03:41:05.242Z | Compiling hyper v0.14.28 |
1436 | 2024-06-25T03:41:05.917Z | Compiling fs-err v2.11.0 |
1437 | 2024-06-25T03:41:06.047Z | Compiling flagset v0.4.5 |
1438 | 2024-06-25T03:41:06.188Z | Compiling lalrpop-util v0.19.12 |
1439 | 2024-06-25T03:41:06.261Z | Checking fnv v1.0.7 |
1440 | 2024-06-25T03:41:06.374Z | Compiling unicode-segmentation v1.11.0 |
1441 | 2024-06-25T03:41:06.394Z | Compiling der v0.7.9 |
1442 | 2024-06-25T03:41:07.231Z | Compiling diesel_derives v2.1.4 |
1443 | 2024-06-25T03:41:07.311Z | Compiling futures v0.3.30 |
1444 | 2024-06-25T03:41:07.441Z | Compiling hex v0.4.3 |
1445 | 2024-06-25T03:41:07.630Z | Compiling itertools v0.12.1 |
1446 | 2024-06-25T03:41:08.211Z | Compiling finl_unicode v1.2.0 |
1447 | 2024-06-25T03:41:08.848Z | Compiling stringprep v0.1.4 |
1448 | 2024-06-25T03:41:09.161Z | Compiling spki v0.7.3 |
1449 | 2024-06-25T03:41:09.532Z | Compiling sha2 v0.10.8 |
1450 | 2024-06-25T03:41:09.998Z | Compiling toml v0.7.8 |
1451 | 2024-06-25T03:41:10.097Z | Compiling md-5 v0.10.6 |
1452 | 2024-06-25T03:41:10.381Z | Compiling serde_repr v0.1.19 |
1453 | 2024-06-25T03:41:10.626Z | Compiling strum_macros v0.25.3 |
1454 | 2024-06-25T03:41:10.795Z | Compiling hash32 v0.2.1 |
1455 | 2024-06-25T03:41:11.190Z | Compiling fallible-iterator v0.2.0 |
1456 | 2024-06-25T03:41:11.266Z | Compiling stable_deref_trait v1.2.0 |
1457 | 2024-06-25T03:41:11.377Z | Checking tinyvec_macros v0.1.1 |
1458 | 2024-06-25T03:41:11.475Z | Checking tinyvec v1.6.0 |
1459 | 2024-06-25T03:41:11.742Z | Compiling pkcs8 v0.10.2 |
1460 | 2024-06-25T03:41:11.866Z | Compiling postgres-protocol v0.6.6 |
1461 | 2024-06-25T03:41:12.325Z | Compiling hyper-tls v0.5.0 |
1462 | 2024-06-25T03:41:12.696Z | Compiling hyper-rustls v0.24.2 |
1463 | 2024-06-25T03:41:12.754Z | Compiling terminal_size v0.3.0 |
1464 | 2024-06-25T03:41:12.781Z | Compiling ipnetwork v0.20.0 |
1465 | 2024-06-25T03:41:12.936Z | Compiling phf_shared v0.11.2 |
1466 | 2024-06-25T03:41:12.969Z | Compiling block-padding v0.3.3 |
1467 | 2024-06-25T03:41:13.058Z | Compiling reqwest v0.11.27 |
1468 | 2024-06-25T03:41:13.275Z | Compiling ff v0.13.0 |
1469 | 2024-06-25T03:41:13.329Z | Compiling scheduled-thread-pool v0.2.7 |
1470 | 2024-06-25T03:41:13.517Z | Compiling bitflags v1.3.2 |
1471 | 2024-06-25T03:41:13.634Z | Checking equivalent v1.0.1 |
1472 | 2024-06-25T03:41:13.747Z | Compiling managed v0.8.0 |
1473 | 2024-06-25T03:41:13.766Z | Compiling peg-runtime v0.8.3 |
1474 | 2024-06-25T03:41:13.998Z | Compiling matches v0.1.10 |
1475 | 2024-06-25T03:41:14.100Z | Compiling base16ct v0.2.0 |
1476 | 2024-06-25T03:41:14.272Z | Compiling clap_builder v4.5.2 |
1477 | 2024-06-25T03:41:14.433Z | Compiling sec1 v0.7.3 |
1478 | 2024-06-25T03:41:14.954Z | Compiling idna v0.2.3 |
1479 | 2024-06-25T03:41:15.049Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-06-25T03:41:15.213Z | Compiling r2d2 v0.8.10 |
1481 | 2024-06-25T03:41:15.516Z | Compiling usdt v0.5.0 |
1482 | 2024-06-25T03:41:15.588Z | Compiling group v0.13.0 |
1483 | 2024-06-25T03:41:15.915Z | Compiling phf v0.11.2 |
1484 | 2024-06-25T03:41:16.031Z | Compiling inout v0.1.3 |
1485 | 2024-06-25T03:41:16.209Z | Compiling postgres-types v0.2.6 |
1486 | 2024-06-25T03:41:16.284Z | Compiling num-bigint v0.4.5 |
1487 | 2024-06-25T03:41:16.314Z | Compiling num-iter v0.1.45 |
1488 | 2024-06-25T03:41:16.504Z | Compiling hubpack v0.1.2 |
1489 | 2024-06-25T03:41:16.537Z | Compiling hkdf v0.12.4 |
1490 | 2024-06-25T03:41:16.923Z | Compiling zerocopy v0.6.6 |
1491 | 2024-06-25T03:41:16.951Z | Compiling crypto-bigint v0.5.5 |
1492 | 2024-06-25T03:41:17.373Z | Compiling float-cmp v0.9.0 |
1493 | 2024-06-25T03:41:17.608Z | Checking cpufeatures v0.2.12 |
1494 | 2024-06-25T03:41:17.708Z | Compiling predicates-core v1.0.6 |
1495 | 2024-06-25T03:41:17.849Z | Compiling difflib v0.4.0 |
1496 | 2024-06-25T03:41:17.852Z | Compiling data-encoding v2.6.0 |
1497 | 2024-06-25T03:41:18.097Z | Compiling whoami v1.5.1 |
1498 | 2024-06-25T03:41:18.804Z | Compiling normalize-line-endings v0.3.0 |
1499 | 2024-06-25T03:41:18.934Z | Compiling static_assertions v1.1.0 |
1500 | 2024-06-25T03:41:19.041Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1501 | 2024-06-25T03:41:19.615Z | Compiling yasna v0.5.2 |
1502 | 2024-06-25T03:41:20.391Z | Compiling elliptic-curve v0.13.8 |
1503 | 2024-06-25T03:41:20.976Z | Compiling diesel v2.1.6 |
1504 | 2024-06-25T03:41:21.165Z | Compiling predicates v3.1.0 |
1505 | 2024-06-25T03:41:21.612Z | Compiling tokio-postgres v0.7.10 |
1506 | 2024-06-25T03:41:23.057Z | Compiling trust-dns-proto v0.22.0 |
1507 | 2024-06-25T03:41:23.204Z | Compiling clap v4.5.4 |
1508 | 2024-06-25T03:41:23.338Z | Compiling cipher v0.4.4 |
1509 | 2024-06-25T03:41:23.850Z | Compiling crossterm v0.27.0 |
1510 | 2024-06-25T03:41:25.013Z | Compiling similar v2.5.0 |
1511 | 2024-06-25T03:41:26.508Z | Compiling console v0.15.8 |
1512 | 2024-06-25T03:41:26.767Z | Compiling tokio-stream v0.1.15 |
1513 | 2024-06-25T03:41:27.261Z | Compiling bstr v1.9.1 |
1514 | 2024-06-25T03:41:27.802Z | Checking tracing-core v0.1.32 |
1515 | 2024-06-25T03:41:28.150Z | Checking percent-encoding v2.3.1 |
1516 | 2024-06-25T03:41:28.834Z | Checking form_urlencoded v1.2.1 |
1517 | 2024-06-25T03:41:28.995Z | Checking powerfmt v0.2.0 |
1518 | 2024-06-25T03:41:29.126Z | Checking num-conv v0.1.0 |
1519 | 2024-06-25T03:41:29.259Z | Checking deranged v0.3.11 |
1520 | 2024-06-25T03:41:29.378Z | Checking unicode-ident v1.0.12 |
1521 | 2024-06-25T03:41:29.406Z | Checking num_threads v0.1.7 |
1522 | 2024-06-25T03:41:29.522Z | Checking time-core v0.1.2 |
1523 | 2024-06-25T03:41:29.549Z | Checking httparse v1.8.0 |
1524 | 2024-06-25T03:41:30.318Z | Checking errno v0.3.9 |
1525 | 2024-06-25T03:41:30.508Z | Checking unicode-width v0.1.12 |
1526 | 2024-06-25T03:41:30.672Z | Checking proc-macro2 v1.0.86 |
1527 | 2024-06-25T03:41:31.324Z | Checking adler v1.0.2 |
1528 | 2024-06-25T03:41:31.361Z | Checking quote v1.0.36 |
1529 | 2024-06-25T03:41:31.507Z | Checking miniz_oxide v0.7.2 |
1530 | 2024-06-25T03:41:31.651Z | Checking try-lock v0.2.5 |
1531 | 2024-06-25T03:41:31.789Z | Checking base64 v0.21.7 |
1532 | 2024-06-25T03:41:32.211Z | Checking want v0.3.1 |
1533 | 2024-06-25T03:41:32.562Z | Checking tower-service v0.3.2 |
1534 | 2024-06-25T03:41:32.904Z | Checking httpdate v1.0.3 |
1535 | 2024-06-25T03:41:33.273Z | Checking openssl-probe v0.1.5 |
1536 | 2024-06-25T03:41:33.338Z | Checking foreign-types-shared v0.1.1 |
1537 | 2024-06-25T03:41:33.407Z | Checking openssl-sys v0.9.102 |
1538 | 2024-06-25T03:41:33.462Z | Checking foreign-types v0.3.2 |
1539 | 2024-06-25T03:41:33.497Z | Checking ipnet v2.9.0 |
1540 | 2024-06-25T03:41:33.556Z | Checking mime v0.3.17 |
1541 | 2024-06-25T03:41:33.967Z | Checking utf8parse v0.2.1 |
1542 | 2024-06-25T03:41:38.568Z | Checking encoding_rs v0.8.34 |
1543 | 2024-06-25T03:41:38.983Z | Checking anstyle v1.0.7 |
1544 | 2024-06-25T03:41:40.591Z | Checking rustls-pemfile v1.0.4 |
1545 | 2024-06-25T03:41:40.770Z | Checking plain v0.2.3 |
1546 | 2024-06-25T03:41:40.794Z | Checking sync_wrapper v0.1.2 |
1547 | 2024-06-25T03:41:40.859Z | Checking ucd-trie v0.1.6 |
1548 | 2024-06-25T03:41:40.938Z | Checking anstyle-parse v0.2.4 |
1549 | 2024-06-25T03:41:41.040Z | Checking colorchoice v1.0.1 |
1550 | 2024-06-25T03:41:41.144Z | Checking pretty-hex v0.4.1 |
1551 | 2024-06-25T03:41:41.166Z | Checking is_terminal_polyfill v1.70.0 |
1552 | 2024-06-25T03:41:41.204Z | Checking anstyle-query v1.0.3 |
1553 | 2024-06-25T03:41:41.327Z | Checking thread-id v4.2.1 |
1554 | 2024-06-25T03:41:41.330Z | Checking anstream v0.6.14 |
1555 | 2024-06-25T03:41:41.397Z | Checking strsim v0.11.1 |
1556 | 2024-06-25T03:41:41.438Z | Checking clap_lex v0.7.0 |
1557 | 2024-06-25T03:41:41.764Z | Checking memmap v0.7.0 |
1558 | 2024-06-25T03:41:41.960Z | Checking crc32fast v1.4.0 |
1559 | 2024-06-25T03:41:43.060Z | Checking flate2 v1.0.30 |
1560 | 2024-06-25T03:41:44.701Z | Checking winnow v0.6.8 |
1561 | 2024-06-25T03:41:52.842Z | Compiling regress v0.9.1 |
1562 | 2024-06-25T03:41:52.891Z | Compiling getopts v0.2.21 |
1563 | 2024-06-25T03:41:53.945Z | Compiling unsafe-libyaml v0.2.11 |
1564 | 2024-06-25T03:41:54.100Z | Checking heck v0.5.0 |
1565 | 2024-06-25T03:41:55.229Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1566 | 2024-06-25T03:41:55.516Z | Compiling serde_yaml v0.9.34+deprecated |
1567 | 2024-06-25T03:41:55.872Z | Compiling paste v1.0.15 |
1568 | 2024-06-25T03:41:55.963Z | Checking camino v1.1.7 |
1569 | 2024-06-25T03:41:56.435Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1570 | 2024-06-25T03:41:56.507Z | Checking is-terminal v0.4.12 |
1571 | 2024-06-25T03:41:57.078Z | Compiling strum_macros v0.26.2 |
1572 | 2024-06-25T03:41:57.896Z | Compiling ident_case v1.0.1 |
1573 | 2024-06-25T03:41:58.036Z | Checking base64 v0.22.1 |
1574 | 2024-06-25T03:41:58.088Z | Compiling darling_core v0.20.9 |
1575 | 2024-06-25T03:41:58.547Z | Checking sha1 v0.10.6 |
1576 | 2024-06-25T03:41:58.697Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1577 | 2024-06-25T03:41:58.845Z | Compiling rustls v0.22.4 |
1578 | 2024-06-25T03:41:59.142Z | Checking http v1.1.0 |
1579 | 2024-06-25T03:41:59.146Z | Checking match_cfg v0.1.0 |
1580 | 2024-06-25T03:41:59.258Z | Checking hostname v0.3.1 |
1581 | 2024-06-25T03:41:59.396Z | Checking dirs-sys-next v0.1.2 |
1582 | 2024-06-25T03:41:59.582Z | Compiling multer v3.1.0 |
1583 | 2024-06-25T03:41:59.904Z | Checking dirs-next v2.0.0 |
1584 | 2024-06-25T03:41:59.946Z | Checking crossbeam-channel v0.5.12 |
1585 | 2024-06-25T03:42:00.043Z | Compiling async-stream-impl v0.3.5 |
1586 | 2024-06-25T03:42:00.145Z | Checking thread_local v1.1.8 |
1587 | 2024-06-25T03:42:00.421Z | Checking rustls-pki-types v1.7.0 |
1588 | 2024-06-25T03:42:00.542Z | Checking term v0.7.0 |
1589 | 2024-06-25T03:42:00.662Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1590 | 2024-06-25T03:42:00.857Z | Checking take_mut v0.2.2 |
1591 | 2024-06-25T03:42:00.975Z | Checking slog-term v2.9.1 |
1592 | 2024-06-25T03:42:01.009Z | Checking slog-async v2.8.0 |
1593 | 2024-06-25T03:42:01.032Z | Checking toml v0.8.13 |
1594 | 2024-06-25T03:42:01.310Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1595 | 2024-06-25T03:42:01.439Z | Checking rustls-webpki v0.102.4 |
1596 | 2024-06-25T03:42:01.482Z | Checking slog-json v2.6.1 |
1597 | 2024-06-25T03:42:01.760Z | Checking instant v0.1.12 |
1598 | 2024-06-25T03:42:01.824Z | Checking slog-bunyan v2.5.0 |
1599 | 2024-06-25T03:42:01.885Z | Checking rustls-pemfile v2.1.2 |
1600 | 2024-06-25T03:42:01.997Z | Checking debug-ignore v1.0.5 |
1601 | 2024-06-25T03:42:02.146Z | Checking fastrand v2.1.0 |
1602 | 2024-06-25T03:42:02.150Z | Checking atomic-waker v1.1.2 |
1603 | 2024-06-25T03:42:02.295Z | Checking quick-error v1.2.3 |
1604 | 2024-06-25T03:42:02.445Z | Checking waitgroup v0.1.2 |
1605 | 2024-06-25T03:42:02.494Z | Checking tempfile v3.10.1 |
1606 | 2024-06-25T03:42:02.500Z | Checking strum v0.26.2 |
1607 | 2024-06-25T03:42:02.589Z | Checking async-stream v0.3.5 |
1608 | 2024-06-25T03:42:02.791Z | Checking serde_path_to_error v0.1.16 |
1609 | 2024-06-25T03:42:02.838Z | Compiling structmeta-derive v0.3.0 |
1610 | 2024-06-25T03:42:03.047Z | Checking hostname v0.4.0 |
1611 | 2024-06-25T03:42:03.190Z | Checking newtype-uuid v1.1.0 |
1612 | 2024-06-25T03:42:03.381Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-06-25T03:42:03.472Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1614 | 2024-06-25T03:42:03.642Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1615 | 2024-06-25T03:42:03.795Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1616 | 2024-06-25T03:42:04.082Z | Checking macaddr v1.0.1 |
1617 | 2024-06-25T03:42:04.173Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1618 | 2024-06-25T03:42:04.325Z | Checking backoff v0.4.0 |
1619 | 2024-06-25T03:42:04.400Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1620 | 2024-06-25T03:42:04.463Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1621 | 2024-06-25T03:42:04.560Z | Checking wait-timeout v0.2.0 |
1622 | 2024-06-25T03:42:04.623Z | Compiling structmeta-derive v0.2.0 |
1623 | 2024-06-25T03:42:04.743Z | Checking rusty-fork v0.3.0 |
1624 | 2024-06-25T03:42:04.827Z | Checking rand_xorshift v0.3.0 |
1625 | 2024-06-25T03:42:05.012Z | Checking unarray v0.1.4 |
1626 | 2024-06-25T03:42:05.059Z | Compiling proc-macro-error v1.0.4 |
1627 | 2024-06-25T03:42:05.160Z | Checking proptest v1.4.0 |
1628 | 2024-06-25T03:42:05.649Z | Compiling darling_macro v0.20.9 |
1629 | 2024-06-25T03:42:05.733Z | Checking tokio-rustls v0.25.0 |
1630 | 2024-06-25T03:42:05.776Z | Checking camino-tempfile v1.1.1 |
1631 | 2024-06-25T03:42:06.029Z | Compiling structmeta v0.3.0 |
1632 | 2024-06-25T03:42:06.052Z | Compiling proc-macro-crate v1.3.1 |
1633 | 2024-06-25T03:42:06.495Z | Compiling parse-display-derive v0.9.0 |
1634 | 2024-06-25T03:42:06.673Z | Compiling darling v0.20.9 |
1635 | 2024-06-25T03:42:06.804Z | Compiling serde_with_macros v3.8.1 |
1636 | 2024-06-25T03:42:07.209Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1637 | 2024-06-25T03:42:07.604Z | Compiling num_enum_derive v0.5.11 |
1638 | 2024-06-25T03:42:07.704Z | Compiling structmeta v0.2.0 |
1639 | 2024-06-25T03:42:08.157Z | Compiling test-strategy v0.3.1 |
1640 | 2024-06-25T03:42:09.784Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2024-06-25T03:42:09.962Z | Compiling foreign-types-macros v0.2.3 |
1642 | 2024-06-25T03:42:10.078Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-06-25T03:42:10.145Z | Checking serde_with v3.8.1 |
1644 | 2024-06-25T03:42:10.337Z | Checking foreign-types-shared v0.3.1 |
1645 | 2024-06-25T03:42:10.511Z | Checking num_enum v0.5.11 |
1646 | 2024-06-25T03:42:10.662Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1647 | 2024-06-25T03:42:10.816Z | Checking cstr-argument v0.1.2 |
1648 | 2024-06-25T03:42:11.013Z | Checking pretty-hex v0.2.1 |
1649 | 2024-06-25T03:42:11.176Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1650 | 2024-06-25T03:42:11.221Z | Checking foreign-types v0.5.0 |
1651 | 2024-06-25T03:42:11.325Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2024-06-25T03:42:11.379Z | Checking parse-display v0.9.0 |
1653 | 2024-06-25T03:42:11.438Z | Checking tabwriter v1.4.0 |
1654 | 2024-06-25T03:42:11.605Z | Checking colored v2.1.0 |
1655 | 2024-06-25T03:42:11.622Z | Checking socket2 v0.4.10 |
1656 | 2024-06-25T03:42:11.652Z | Checking smf v0.2.3 |
1657 | 2024-06-25T03:42:11.681Z | Checking humantime v2.1.0 |
1658 | 2024-06-25T03:42:11.913Z | Checking termcolor v1.4.1 |
1659 | 2024-06-25T03:42:11.976Z | Checking arc-swap v1.7.1 |
1660 | 2024-06-25T03:42:12.019Z | Checking newline-converter v0.3.0 |
1661 | 2024-06-25T03:42:12.070Z | Checking xattr v1.3.1 |
1662 | 2024-06-25T03:42:12.171Z | Checking filetime v0.2.23 |
1663 | 2024-06-25T03:42:12.270Z | Checking same-file v1.0.6 |
1664 | 2024-06-25T03:42:12.307Z | Checking expectorate v1.1.0 |
1665 | 2024-06-25T03:42:12.327Z | Checking utf-8 v0.7.6 |
1666 | 2024-06-25T03:42:12.352Z | Checking slog-scope v4.4.0 |
1667 | 2024-06-25T03:42:12.388Z | Checking tar v0.4.40 |
1668 | 2024-06-25T03:42:12.431Z | Checking walkdir v2.5.0 |
1669 | 2024-06-25T03:42:12.470Z | Checking termtree v0.4.1 |
1670 | 2024-06-25T03:42:12.528Z | Compiling heapless v0.8.0 |
1671 | 2024-06-25T03:42:12.564Z | Checking slog-stdlog v4.1.1 |
1672 | 2024-06-25T03:42:12.668Z | Checking predicates-tree v1.0.9 |
1673 | 2024-06-25T03:42:12.705Z | Checking hash32 v0.3.1 |
1674 | 2024-06-25T03:42:12.740Z | Checking slog-envlogger v2.2.0 |
1675 | 2024-06-25T03:42:12.827Z | Compiling smoltcp v0.11.0 |
1676 | 2024-06-25T03:42:12.896Z | Checking cobs v0.2.3 |
1677 | 2024-06-25T03:42:12.957Z | Compiling crucible-workspace-hack v0.1.0 |
1678 | 2024-06-25T03:42:13.061Z | Checking embedded-io v0.4.0 |
1679 | 2024-06-25T03:42:13.112Z | Checking sigpipe v0.1.3 |
1680 | 2024-06-25T03:42:13.226Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1681 | 2024-06-25T03:42:13.254Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1682 | 2024-06-25T03:42:13.257Z | Checking postcard v1.0.8 |
1683 | 2024-06-25T03:42:13.716Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1684 | 2024-06-25T03:42:13.719Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1685 | 2024-06-25T03:42:13.719Z | Checking pem v3.0.4 |
1686 | 2024-06-25T03:42:13.719Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1687 | 2024-06-25T03:42:13.880Z | Checking tungstenite v0.20.1 |
1688 | 2024-06-25T03:42:13.915Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1689 | 2024-06-25T03:42:14.045Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1690 | 2024-06-25T03:42:14.389Z | Compiling mockall_derive v0.12.1 |
1691 | 2024-06-25T03:42:14.448Z | Compiling num-derive v0.4.2 |
1692 | 2024-06-25T03:42:14.770Z | Compiling derive-where v1.2.7 |
1693 | 2024-06-25T03:42:15.447Z | Checking atty v0.2.14 |
1694 | 2024-06-25T03:42:15.569Z | Checking downcast v0.11.0 |
1695 | 2024-06-25T03:42:15.635Z | Checking fragile v2.0.0 |
1696 | 2024-06-25T03:42:15.768Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1697 | 2024-06-25T03:42:15.915Z | Checking tokio-tungstenite v0.20.1 |
1698 | 2024-06-25T03:42:16.413Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1699 | 2024-06-25T03:42:16.435Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1700 | 2024-06-25T03:42:16.508Z | Checking tungstenite v0.21.0 |
1701 | 2024-06-25T03:42:16.676Z | Checking env_logger v0.9.3 |
1702 | 2024-06-25T03:42:16.908Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1703 | 2024-06-25T03:42:17.112Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1704 | 2024-06-25T03:42:17.280Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1705 | 2024-06-25T03:42:17.353Z | Compiling bitstruct_derive v0.1.0 |
1706 | 2024-06-25T03:42:17.383Z | Checking tokio-tungstenite v0.21.0 |
1707 | 2024-06-25T03:42:17.471Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-06-25T03:42:17.594Z | Checking ascii v1.1.0 |
1709 | 2024-06-25T03:42:17.851Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-06-25T03:42:17.995Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1711 | 2024-06-25T03:42:18.017Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-06-25T03:42:18.265Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-06-25T03:42:18.492Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1714 | 2024-06-25T03:42:18.600Z | Checking serde_arrays v0.1.0 |
1715 | 2024-06-25T03:42:18.652Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1716 | 2024-06-25T03:42:18.742Z | Checking bitstruct v0.1.1 |
1717 | 2024-06-25T03:42:18.764Z | Checking erased-serde v0.3.31 |
1718 | 2024-06-25T03:42:19.770Z | Compiling heck v0.3.3 |
1719 | 2024-06-25T03:42:19.773Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1720 | 2024-06-25T03:42:19.773Z | Checking headers-core v0.2.0 |
1721 | 2024-06-25T03:42:19.773Z | Checking base64 v0.13.1 |
1722 | 2024-06-25T03:42:19.773Z | Compiling zone_cfg_derive v0.1.2 |
1723 | 2024-06-25T03:42:19.773Z | Checking ron v0.7.1 |
1724 | 2024-06-25T03:42:19.836Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1725 | 2024-06-25T03:42:20.262Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1726 | 2024-06-25T03:42:20.552Z | Checking headers v0.3.9 |
1727 | 2024-06-25T03:42:20.592Z | Checking portpicker v0.1.1 |
1728 | 2024-06-25T03:42:20.731Z | Checking rcgen v0.12.1 |
1729 | 2024-06-25T03:42:20.755Z | Checking zone v0.1.8 |
1730 | 2024-06-25T03:42:20.842Z | Checking atomicwrites v0.4.3 |
1731 | 2024-06-25T03:42:21.035Z | Checking subprocess v0.2.9 |
1732 | 2024-06-25T03:42:21.081Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1733 | 2024-06-25T03:42:21.229Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1734 | 2024-06-25T03:42:21.387Z | Compiling convert_case v0.4.0 |
1735 | 2024-06-25T03:42:21.551Z | Checking password-hash v0.5.0 |
1736 | 2024-06-25T03:42:21.651Z | Checking blake2 v0.10.6 |
1737 | 2024-06-25T03:42:21.988Z | Checking linked-hash-map v0.5.6 |
1738 | 2024-06-25T03:42:22.104Z | Checking argon2 v0.5.3 |
1739 | 2024-06-25T03:42:22.312Z | Checking lru-cache v0.1.2 |
1740 | 2024-06-25T03:42:22.391Z | Compiling derive_more v0.99.17 |
1741 | 2024-06-25T03:42:22.496Z | Compiling prettyplease v0.2.20 |
1742 | 2024-06-25T03:42:22.779Z | Checking swrite v0.1.0 |
1743 | 2024-06-25T03:42:22.805Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1744 | 2024-06-25T03:42:22.937Z | Checking mockall v0.12.1 |
1745 | 2024-06-25T03:42:23.385Z | Compiling rayon-core v1.12.1 |
1746 | 2024-06-25T03:42:23.633Z | Checking resolv-conf v0.7.0 |
1747 | 2024-06-25T03:42:23.657Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1748 | 2024-06-25T03:42:23.691Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1749 | 2024-06-25T03:42:23.921Z | Checking half v2.4.1 |
1750 | 2024-06-25T03:42:23.961Z | Compiling semver v0.1.20 |
1751 | 2024-06-25T03:42:23.983Z | Checking trust-dns-resolver v0.22.0 |
1752 | 2024-06-25T03:42:24.059Z | Checking ciborium-io v0.2.2 |
1753 | 2024-06-25T03:42:24.179Z | Compiling cancel-safe-futures v0.1.5 |
1754 | 2024-06-25T03:42:24.374Z | Checking ciborium-ll v0.2.2 |
1755 | 2024-06-25T03:42:24.510Z | Compiling rustc_version v0.1.7 |
1756 | 2024-06-25T03:42:24.691Z | Checking ciborium v0.2.2 |
1757 | 2024-06-25T03:42:25.034Z | Compiling newtype_derive v0.1.6 |
1758 | 2024-06-25T03:42:25.294Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2024-06-25T03:42:26.059Z | Checking num-rational v0.4.2 |
1760 | 2024-06-25T03:42:26.202Z | Checking num-complex v0.4.6 |
1761 | 2024-06-25T03:42:26.380Z | Compiling slog-dtrace v0.3.0 |
1762 | 2024-06-25T03:42:26.750Z | Checking signature v2.2.0 |
1763 | 2024-06-25T03:42:26.842Z | Checking float-ord v0.3.2 |
1764 | 2024-06-25T03:42:26.944Z | Checking steno v0.4.0 |
1765 | 2024-06-25T03:42:27.032Z | Checking num v0.4.3 |
1766 | 2024-06-25T03:42:28.511Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1767 | 2024-06-25T03:42:28.829Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1768 | 2024-06-25T03:42:29.918Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1769 | 2024-06-25T03:42:30.172Z | Checking libsw v3.3.1 |
1770 | 2024-06-25T03:42:30.724Z | Checking owo-colors v4.0.0 |
1771 | 2024-06-25T03:42:30.816Z | Checking linear-map v1.2.0 |
1772 | 2024-06-25T03:42:32.304Z | Checking nibble_vec v0.1.0 |
1773 | 2024-06-25T03:42:32.499Z | Checking endian-type v0.1.2 |
1774 | 2024-06-25T03:42:32.576Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1775 | 2024-06-25T03:42:32.719Z | Checking radix_trie v0.2.1 |
1776 | 2024-06-25T03:42:33.144Z | Checking fxhash v0.2.1 |
1777 | 2024-06-25T03:42:33.241Z | Checking display-error-chain v0.2.0 |
1778 | 2024-06-25T03:42:33.322Z | Compiling home v0.5.9 |
1779 | 2024-06-25T03:42:33.392Z | Compiling radium v0.7.0 |
1780 | 2024-06-25T03:42:33.504Z | Compiling maybe-uninit v2.0.0 |
1781 | 2024-06-25T03:42:33.632Z | Checking tap v1.0.1 |
1782 | 2024-06-25T03:42:33.813Z | Checking wyz v0.5.1 |
1783 | 2024-06-25T03:42:34.088Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1784 | 2024-06-25T03:42:34.162Z | Compiling num-bigint-dig v0.8.4 |
1785 | 2024-06-25T03:42:34.283Z | Compiling packed_struct v0.10.1 |
1786 | 2024-06-25T03:42:34.438Z | Checking funty v2.0.0 |
1787 | 2024-06-25T03:42:34.508Z | Checking crc-catalog v2.4.0 |
1788 | 2024-06-25T03:42:34.659Z | Checking crc v3.2.1 |
1789 | 2024-06-25T03:42:35.232Z | Compiling packed_struct_codegen v0.10.1 |
1790 | 2024-06-25T03:42:35.252Z | Compiling indexmap v1.9.3 |
1791 | 2024-06-25T03:42:35.429Z | Checking bitvec v1.0.1 |
1792 | 2024-06-25T03:42:35.515Z | Checking nodrop v0.1.14 |
1793 | 2024-06-25T03:42:35.639Z | Checking array-init v0.0.4 |
1794 | 2024-06-25T03:42:35.695Z | Checking smallvec v0.6.14 |
1795 | 2024-06-25T03:42:36.599Z | Checking pkcs1 v0.7.5 |
1796 | 2024-06-25T03:42:37.005Z | Compiling ring v0.16.20 |
1797 | 2024-06-25T03:42:37.099Z | Compiling blake3 v1.5.1 |
1798 | 2024-06-25T03:42:37.706Z | Checking hashbrown v0.12.3 |
1799 | 2024-06-25T03:42:37.727Z | Checking bitfield v0.14.0 |
1800 | 2024-06-25T03:42:38.201Z | Checking rsa v0.9.6 |
1801 | 2024-06-25T03:42:38.228Z | Checking serde-hex v0.1.0 |
1802 | 2024-06-25T03:42:38.414Z | Checking bzip2 v0.4.4 |
1803 | 2024-06-25T03:42:38.733Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1804 | 2024-06-25T03:42:38.982Z | Checking env_logger v0.10.2 |
1805 | 2024-06-25T03:42:39.261Z | Checking x509-cert v0.2.5 |
1806 | 2024-06-25T03:42:39.423Z | Checking ron v0.8.1 |
1807 | 2024-06-25T03:42:39.455Z | Checking hashbrown v0.13.2 |
1808 | 2024-06-25T03:42:40.503Z | Checking crc-any v2.5.0 |
1809 | 2024-06-25T03:42:40.673Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1810 | 2024-06-25T03:42:40.828Z | Checking object v0.30.4 |
1811 | 2024-06-25T03:42:40.856Z | Checking zip v0.6.6 |
1812 | 2024-06-25T03:42:40.860Z | Checking path-slash v0.1.5 |
1813 | 2024-06-25T03:42:40.899Z | Compiling async-recursion v1.1.1 |
1814 | 2024-06-25T03:42:40.932Z | Checking gethostname v0.4.3 |
1815 | 2024-06-25T03:42:41.028Z | Compiling parking_lot_core v0.8.6 |
1816 | 2024-06-25T03:42:41.085Z | Checking maplit v1.0.2 |
1817 | 2024-06-25T03:42:41.203Z | Compiling libefi-sys v0.1.0 |
1818 | 2024-06-25T03:42:41.502Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1819 | 2024-06-25T03:42:41.918Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1820 | 2024-06-25T03:42:41.922Z | Compiling crossbeam-deque v0.8.5 |
1821 | 2024-06-25T03:42:41.959Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1822 | 2024-06-25T03:42:42.095Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1823 | 2024-06-25T03:42:42.154Z | Checking keccak v0.1.5 |
1824 | 2024-06-25T03:42:42.488Z | Checking sha3 v0.10.8 |
1825 | 2024-06-25T03:42:42.869Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1826 | 2024-06-25T03:42:43.146Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-06-25T03:42:43.242Z | Checking parking_lot v0.11.2 |
1828 | 2024-06-25T03:42:43.274Z | Checking trust-dns-client v0.22.0 |
1829 | 2024-06-25T03:42:43.387Z | Checking toml v0.5.11 |
1830 | 2024-06-25T03:42:43.518Z | Checking secrecy v0.8.0 |
1831 | 2024-06-25T03:42:43.575Z | Checking sled v0.34.7 |
1832 | 2024-06-25T03:42:43.721Z | Compiling rayon v1.10.0 |
1833 | 2024-06-25T03:42:44.542Z | Compiling memmap2 v0.9.4 |
1834 | 2024-06-25T03:42:44.560Z | Compiling buf-list v1.0.3 |
1835 | 2024-06-25T03:42:44.889Z | Checking trust-dns-server v0.22.1 |
1836 | 2024-06-25T03:42:45.023Z | Compiling arrayvec v0.7.4 |
1837 | 2024-06-25T03:42:45.210Z | Compiling arrayref v0.3.7 |
1838 | 2024-06-25T03:42:45.320Z | Compiling constant_time_eq v0.3.0 |
1839 | 2024-06-25T03:42:45.445Z | Compiling untrusted v0.7.1 |
1840 | 2024-06-25T03:42:46.954Z | Compiling toolchain_find v0.4.0 |
1841 | 2024-06-25T03:42:47.149Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1842 | 2024-06-25T03:42:47.408Z | Compiling topological-sort v0.2.2 |
1843 | 2024-06-25T03:42:47.498Z | Compiling rustfmt-wrapper v0.2.1 |
1844 | 2024-06-25T03:42:47.637Z | Checking glob v0.3.1 |
1845 | 2024-06-25T03:42:47.835Z | Compiling platforms v3.4.0 |
1846 | 2024-06-25T03:42:47.935Z | Checking universal-hash v0.5.1 |
1847 | 2024-06-25T03:42:47.962Z | Checking opaque-debug v0.3.1 |
1848 | 2024-06-25T03:42:48.056Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-06-25T03:42:48.259Z | Checking aead v0.5.2 |
1850 | 2024-06-25T03:42:48.492Z | Compiling curve25519-dalek v4.1.2 |
1851 | 2024-06-25T03:42:48.628Z | Compiling pin-project-internal v1.1.5 |
1852 | 2024-06-25T03:42:49.105Z | Compiling omicron-zone-package v0.11.0 |
1853 | 2024-06-25T03:42:49.134Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1854 | 2024-06-25T03:42:49.398Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1855 | 2024-06-25T03:42:49.401Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1856 | 2024-06-25T03:42:49.569Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1857 | 2024-06-25T03:42:50.670Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1858 | 2024-06-25T03:42:56.122Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1859 | 2024-06-25T03:42:56.221Z | Compiling vte_generate_state_changes v0.1.1 |
1860 | 2024-06-25T03:42:56.221Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1861 | 2024-06-25T03:42:56.221Z | Compiling unicase v2.7.0 |
1862 | 2024-06-25T03:42:56.221Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1863 | 2024-06-25T03:42:56.221Z | Checking vte v0.11.1 |
1864 | 2024-06-25T03:42:56.221Z | Checking pin-project v1.1.5 |
1865 | 2024-06-25T03:42:56.221Z | Checking poly1305 v0.8.0 |
1866 | 2024-06-25T03:42:56.221Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1867 | 2024-06-25T03:42:56.221Z | Checking chacha20 v0.9.1 |
1868 | 2024-06-25T03:42:56.221Z | Checking fd-lock v4.0.2 |
1869 | 2024-06-25T03:42:56.221Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1870 | 2024-06-25T03:42:56.221Z | Compiling thiserror-impl-no-std v2.0.2 |
1871 | 2024-06-25T03:42:56.221Z | Checking nanorand v0.7.0 |
1872 | 2024-06-25T03:42:56.221Z | Checking strip-ansi-escapes v0.2.0 |
1873 | 2024-06-25T03:42:56.221Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1874 | 2024-06-25T03:42:56.221Z | Checking kstat-rs v0.2.4 |
1875 | 2024-06-25T03:42:56.281Z | Checking flume v0.11.0 |
1876 | 2024-06-25T03:42:56.347Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1877 | 2024-06-25T03:42:56.424Z | Checking nu-ansi-term v0.50.0 |
1878 | 2024-06-25T03:42:56.680Z | Checking chacha20poly1305 v0.10.1 |
1879 | 2024-06-25T03:42:56.834Z | Checking reedline v0.31.0 |
1880 | 2024-06-25T03:42:56.875Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1881 | 2024-06-25T03:42:57.176Z | Compiling crunchy v0.2.2 |
1882 | 2024-06-25T03:42:57.708Z | Compiling mime_guess v2.0.4 |
1883 | 2024-06-25T03:42:57.912Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1884 | 2024-06-25T03:42:58.055Z | Compiling clang-sys v1.7.0 |
1885 | 2024-06-25T03:42:58.806Z | Compiling tiny-keccak v2.0.2 |
1886 | 2024-06-25T03:42:59.131Z | Checking thiserror-no-std v2.0.2 |
1887 | 2024-06-25T03:42:59.229Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1888 | 2024-06-25T03:42:59.252Z | Checking vsss-rs v3.3.4 |
1889 | 2024-06-25T03:42:59.385Z | Compiling memoffset v0.9.1 |
1890 | 2024-06-25T03:42:59.474Z | Compiling ref-cast v1.0.23 |
1891 | 2024-06-25T03:42:59.525Z | Checking bytecount v0.6.8 |
1892 | 2024-06-25T03:42:59.665Z | Checking papergrid v0.11.0 |
1893 | 2024-06-25T03:43:00.462Z | Compiling ascii-canvas v3.0.0 |
1894 | 2024-06-25T03:43:00.764Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1895 | 2024-06-25T03:43:01.030Z | Compiling tabled_derive v0.7.0 |
1896 | 2024-06-25T03:43:01.084Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1897 | 2024-06-25T03:43:01.356Z | Compiling ref-cast-impl v1.0.23 |
1898 | 2024-06-25T03:43:01.376Z | Compiling snafu-derive v0.8.2 |
1899 | 2024-06-25T03:43:02.080Z | Compiling ena v0.14.3 |
1900 | 2024-06-25T03:43:02.498Z | Compiling libloading v0.8.3 |
1901 | 2024-06-25T03:43:02.549Z | Checking http-range v0.1.5 |
1902 | 2024-06-25T03:43:02.622Z | Compiling bindgen v0.69.4 |
1903 | 2024-06-25T03:43:02.736Z | Compiling regex-syntax v0.6.29 |
1904 | 2024-06-25T03:43:02.941Z | Compiling diff v0.1.13 |
1905 | 2024-06-25T03:43:03.675Z | Checking hyper-staticfile v0.9.5 |
1906 | 2024-06-25T03:43:03.710Z | Checking tabled v0.15.0 |
1907 | 2024-06-25T03:43:04.925Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1908 | 2024-06-25T03:43:06.768Z | Compiling lalrpop v0.19.12 |
1909 | 2024-06-25T03:43:07.036Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1910 | 2024-06-25T03:43:07.390Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1911 | 2024-06-25T03:43:08.751Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1912 | 2024-06-25T03:43:08.999Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1913 | 2024-06-25T03:43:09.994Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1914 | 2024-06-25T03:43:11.903Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1915 | 2024-06-25T03:43:13.833Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1916 | 2024-06-25T03:43:14.580Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1917 | 2024-06-25T03:43:15.923Z | Checking snafu v0.8.2 |
1918 | 2024-06-25T03:43:16.409Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1919 | 2024-06-25T03:43:16.521Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1920 | 2024-06-25T03:43:16.577Z | Compiling which v4.4.2 |
1921 | 2024-06-25T03:43:16.844Z | Checking globset v0.4.14 |
1922 | 2024-06-25T03:43:17.213Z | Checking olpc-cjson v0.1.3 |
1923 | 2024-06-25T03:43:17.345Z | Compiling cexpr v0.6.0 |
1924 | 2024-06-25T03:43:17.422Z | Checking serde_plain v1.0.2 |
1925 | 2024-06-25T03:43:17.663Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1926 | 2024-06-25T03:43:17.945Z | Compiling cfg_aliases v0.1.1 |
1927 | 2024-06-25T03:43:18.056Z | Compiling salty v0.2.0 |
1928 | 2024-06-25T03:43:18.579Z | Checking signature v1.6.4 |
1929 | 2024-06-25T03:43:18.719Z | Checking typed-path v0.7.1 |
1930 | 2024-06-25T03:43:19.254Z | Compiling lazycell v1.3.0 |
1931 | 2024-06-25T03:43:19.431Z | Compiling shlex v1.3.0 |
1932 | 2024-06-25T03:43:19.875Z | Compiling rustc-hash v1.1.0 |
1933 | 2024-06-25T03:43:20.588Z | Checking tough v0.17.1 |
1934 | 2024-06-25T03:43:20.835Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1935 | 2024-06-25T03:43:21.063Z | Checking ed25519 v1.5.3 |
1936 | 2024-06-25T03:43:21.263Z | Compiling nix v0.28.0 |
1937 | 2024-06-25T03:43:22.155Z | Checking nix v0.27.1 |
1938 | 2024-06-25T03:43:23.328Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1939 | 2024-06-25T03:43:23.882Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1940 | 2024-06-25T03:43:24.745Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1941 | 2024-06-25T03:43:25.319Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1942 | 2024-06-25T03:43:26.371Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1943 | 2024-06-25T03:44:17.425Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1944 | 2024-06-25T03:44:17.462Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1945 | 2024-06-25T03:44:17.465Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1946 | 2024-06-25T03:44:17.465Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1947 | 2024-06-25T03:44:17.466Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1948 | 2024-06-25T03:44:17.466Z | Compiling derive_builder_core v0.20.0 |
1949 | 2024-06-25T03:44:17.466Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1950 | 2024-06-25T03:44:17.466Z | Checking serde-big-array v0.5.1 |
1951 | 2024-06-25T03:44:17.466Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1952 | 2024-06-25T03:44:17.466Z | Compiling libxml v0.3.3 |
1953 | 2024-06-25T03:44:17.466Z | Checking parse-size v1.0.0 |
1954 | 2024-06-25T03:44:17.467Z | Checking signal-hook-tokio v0.3.1 |
1955 | 2024-06-25T03:44:17.467Z | Checking serde-big-array v0.4.1 |
1956 | 2024-06-25T03:44:17.467Z | Compiling derive_builder_macro v0.20.0 |
1957 | 2024-06-25T03:44:17.467Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1958 | 2024-06-25T03:44:17.467Z | Compiling strum_macros v0.24.3 |
1959 | 2024-06-25T03:44:22.141Z | Compiling cookie v0.18.1 |
1960 | 2024-06-25T03:44:22.141Z | Compiling indoc v1.0.9 |
1961 | 2024-06-25T03:44:22.141Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1962 | 2024-06-25T03:44:22.141Z | Checking derive_builder v0.20.0 |
1963 | 2024-06-25T03:44:22.141Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1964 | 2024-06-25T03:44:22.141Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1965 | 2024-06-25T03:44:22.141Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1966 | 2024-06-25T03:44:22.141Z | Compiling peg-macros v0.8.3 |
1967 | 2024-06-25T03:44:22.141Z | Checking quick-xml v0.31.0 |
1968 | 2024-06-25T03:44:22.141Z | Compiling oso-derive v0.27.3 |
1969 | 2024-06-25T03:44:22.141Z | Compiling impl-trait-for-tuples v0.2.2 |
1970 | 2024-06-25T03:44:22.141Z | Compiling sqlparser_derive v0.2.2 |
1971 | 2024-06-25T03:44:22.141Z | Checking unicode_categories v0.1.1 |
1972 | 2024-06-25T03:44:22.141Z | Checking heck v0.4.1 |
1973 | 2024-06-25T03:44:22.141Z | Checking corncobs v0.1.3 |
1974 | 2024-06-25T03:44:22.141Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1975 | 2024-06-25T03:44:22.141Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1976 | 2024-06-25T03:44:22.141Z | Checking rustyline v14.0.0 |
1977 | 2024-06-25T03:44:22.141Z | Checking sqlformat v0.2.3 |
1978 | 2024-06-25T03:44:22.141Z | Checking peg v0.8.3 |
1979 | 2024-06-25T03:44:22.141Z | Checking sqlparser v0.45.0 |
1980 | 2024-06-25T03:44:22.141Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1981 | 2024-06-25T03:44:22.141Z | Checking bcs v0.1.6 |
1982 | 2024-06-25T03:44:22.141Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1983 | 2024-06-25T03:44:22.141Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1984 | 2024-06-25T03:44:22.141Z | Checking highway v1.1.0 |
1985 | 2024-06-25T03:44:22.142Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1986 | 2024-06-25T03:44:22.142Z | Compiling const_format_proc_macros v0.2.32 |
1987 | 2024-06-25T03:44:22.142Z | Checking bb8 v0.8.3 |
1988 | 2024-06-25T03:44:22.142Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1989 | 2024-06-25T03:44:22.142Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1990 | 2024-06-25T03:44:22.142Z | Checking const_format v0.2.32 |
1991 | 2024-06-25T03:44:22.142Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1992 | 2024-06-25T03:44:22.142Z | Checking assert_matches v1.5.0 |
1993 | 2024-06-25T03:44:22.142Z | Compiling portable-atomic v1.6.0 |
1994 | 2024-06-25T03:44:22.142Z | Checking rand_seeder v0.2.3 |
1995 | 2024-06-25T03:44:22.142Z | Checking number_prefix v0.4.0 |
1996 | 2024-06-25T03:44:22.142Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1997 | 2024-06-25T03:44:22.142Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1998 | 2024-06-25T03:44:22.142Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1999 | 2024-06-25T03:44:22.142Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2000 | 2024-06-25T03:44:22.142Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2001 | 2024-06-25T03:44:22.142Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2002 | 2024-06-25T03:44:22.142Z | Checking indicatif v0.17.8 |
2003 | 2024-06-25T03:44:22.142Z | Checking castaway v0.2.2 |
2004 | 2024-06-25T03:44:22.142Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2005 | 2024-06-25T03:44:22.142Z | Checking compact_str v0.7.1 |
2006 | 2024-06-25T03:44:22.142Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2007 | 2024-06-25T03:44:22.142Z | Checking lru v0.12.3 |
2008 | 2024-06-25T03:44:22.142Z | Compiling stability v0.2.0 |
2009 | 2024-06-25T03:44:22.142Z | Checking cassowary v0.3.0 |
2010 | 2024-06-25T03:44:22.142Z | Compiling indoc v2.0.5 |
2011 | 2024-06-25T03:44:22.142Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-06-25T03:44:22.142Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2013 | 2024-06-25T03:44:22.142Z | Checking ratatui v0.26.2 |
2014 | 2024-06-25T03:44:22.142Z | Checking smawk v0.3.2 |
2015 | 2024-06-25T03:44:22.142Z | Checking unicode-linebreak v0.1.5 |
2016 | 2024-06-25T03:44:22.142Z | Checking textwrap v0.16.1 |
2017 | 2024-06-25T03:44:22.142Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2018 | 2024-06-25T03:44:22.142Z | Checking is_ci v1.2.0 |
2019 | 2024-06-25T03:44:22.142Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2020 | 2024-06-25T03:44:22.142Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2021 | 2024-06-25T03:44:22.142Z | Checking supports-color v3.0.0 |
2022 | 2024-06-25T03:44:22.142Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2023 | 2024-06-25T03:44:22.142Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2024 | 2024-06-25T03:44:22.143Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-06-25T03:44:22.143Z | Checking fatfs v0.3.6 |
2026 | 2024-06-25T03:44:22.143Z | Checking shell-words v1.1.0 |
2027 | 2024-06-25T03:44:22.143Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2028 | 2024-06-25T03:44:22.143Z | Checking cargo-platform v0.1.8 |
2029 | 2024-06-25T03:44:22.143Z | Checking rtoolbox v0.0.2 |
2030 | 2024-06-25T03:44:22.143Z | Compiling getrandom v0.1.16 |
2031 | 2024-06-25T03:44:22.143Z | Checking rpassword v7.3.1 |
2032 | 2024-06-25T03:44:22.143Z | Checking cargo_metadata v0.18.1 |
2033 | 2024-06-25T03:44:22.143Z | Checking tui-tree-widget v0.19.0 |
2034 | 2024-06-25T03:44:22.143Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2035 | 2024-06-25T03:44:22.143Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2036 | 2024-06-25T03:44:22.143Z | Checking rfc6979 v0.4.0 |
2037 | 2024-06-25T03:44:22.143Z | Checking ecdsa v0.16.9 |
2038 | 2024-06-25T03:44:22.143Z | Checking rand_core v0.5.1 |
2039 | 2024-06-25T03:44:22.143Z | Checking primeorder v0.13.6 |
2040 | 2024-06-25T03:44:22.143Z | Checking option-ext v0.2.0 |
2041 | 2024-06-25T03:44:22.143Z | Checking yansi v0.5.1 |
2042 | 2024-06-25T03:44:22.143Z | Checking md5 v0.7.0 |
2043 | 2024-06-25T03:44:22.143Z | Checking pretty_assertions v1.4.0 |
2044 | 2024-06-25T03:44:22.143Z | Checking dirs-sys v0.4.1 |
2045 | 2024-06-25T03:44:22.143Z | Checking rand_chacha v0.2.2 |
2046 | 2024-06-25T03:44:22.143Z | Checking polyval v0.6.2 |
2047 | 2024-06-25T03:44:22.143Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2048 | 2024-06-25T03:44:22.143Z | Checking ed25519 v2.2.3 |
2049 | 2024-06-25T03:44:22.143Z | Checking blowfish v0.9.1 |
2050 | 2024-06-25T03:44:22.143Z | Checking aes v0.8.4 |
2051 | 2024-06-25T03:44:22.143Z | Checking ctr v0.9.2 |
2052 | 2024-06-25T03:44:22.143Z | Checking password-hash v0.4.2 |
2053 | 2024-06-25T03:44:22.143Z | Checking pbkdf2 v0.12.2 |
2054 | 2024-06-25T03:44:22.143Z | Checking hex-literal v0.4.1 |
2055 | 2024-06-25T03:44:22.143Z | Checking plotters-backend v0.3.5 |
2056 | 2024-06-25T03:44:22.143Z | Checking bcrypt-pbkdf v0.10.0 |
2057 | 2024-06-25T03:44:22.143Z | Checking pbkdf2 v0.11.0 |
2058 | 2024-06-25T03:44:22.143Z | Checking plotters-svg v0.3.5 |
2059 | 2024-06-25T03:44:22.147Z | Checking ed25519-dalek v2.1.1 |
2060 | 2024-06-25T03:44:22.147Z | Checking rand v0.7.3 |
2061 | 2024-06-25T03:44:22.147Z | Checking ghash v0.5.1 |
2062 | 2024-06-25T03:44:22.147Z | Checking dirs v5.0.1 |
2063 | 2024-06-25T03:44:22.147Z | Checking p521 v0.13.3 |
2064 | 2024-06-25T03:44:22.147Z | Checking p256 v0.13.2 |
2065 | 2024-06-25T03:44:22.147Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2066 | 2024-06-25T03:44:22.147Z | Checking cbc v0.1.2 |
2067 | 2024-06-25T03:44:22.147Z | Checking russh-cryptovec v0.7.2 |
2068 | 2024-06-25T03:44:22.147Z | Checking cast v0.3.0 |
2069 | 2024-06-25T03:44:22.147Z | Compiling doc-comment v0.3.3 |
2070 | 2024-06-25T03:44:22.147Z | Compiling target-lexicon v0.12.14 |
2071 | 2024-06-25T03:44:22.147Z | Checking criterion-plot v0.5.0 |
2072 | 2024-06-25T03:44:22.147Z | Checking russh-keys v0.43.0 |
2073 | 2024-06-25T03:44:22.147Z | Checking aes-gcm v0.10.3 |
2074 | 2024-06-25T03:44:22.147Z | Checking plotters v0.3.5 |
2075 | 2024-06-25T03:44:22.147Z | Checking http-body v1.0.0 |
2076 | 2024-06-25T03:44:22.147Z | Checking tinytemplate v1.2.1 |
2077 | 2024-06-25T03:44:22.148Z | Checking csv-core v0.1.11 |
2078 | 2024-06-25T03:44:22.148Z | Checking oorandom v11.1.3 |
2079 | 2024-06-25T03:44:22.148Z | Checking anes v0.1.6 |
2080 | 2024-06-25T03:44:22.148Z | Checking tower-layer v0.3.2 |
2081 | 2024-06-25T03:44:22.148Z | Checking regex-automata v0.1.10 |
2082 | 2024-06-25T03:44:22.148Z | Compiling guppy-workspace-hack v0.1.0 |
2083 | 2024-06-25T03:44:22.148Z | Compiling assert_cmd v2.0.14 |
2084 | 2024-06-25T03:44:22.148Z | Compiling dhcproto-macros v0.1.0 |
2085 | 2024-06-25T03:44:22.148Z | Checking criterion v0.5.1 |
2086 | 2024-06-25T03:44:22.148Z | Checking bstr v0.2.17 |
2087 | 2024-06-25T03:44:22.148Z | Checking dhcproto v0.11.0 |
2088 | 2024-06-25T03:44:22.148Z | Checking tower v0.4.13 |
2089 | 2024-06-25T03:44:22.148Z | Checking csv v1.3.0 |
2090 | 2024-06-25T03:44:22.148Z | Checking russh v0.43.0 |
2091 | 2024-06-25T03:44:22.148Z | Checking hyper v1.3.1 |
2092 | 2024-06-25T03:44:22.148Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2024-06-25T03:44:22.148Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2094 | 2024-06-25T03:44:22.148Z | Checking internet-checksum v0.2.1 |
2095 | 2024-06-25T03:44:22.148Z | Compiling target-spec v3.1.0 |
2096 | 2024-06-25T03:44:22.148Z | Checking hyper-util v0.1.3 |
2097 | 2024-06-25T03:44:22.148Z | Checking cfg-expr v0.15.8 |
2098 | 2024-06-25T03:44:22.148Z | Checking httptest v0.15.5 |
2099 | 2024-06-25T03:44:22.148Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2100 | 2024-06-25T03:44:22.148Z | Checking rustls-native-certs v0.7.0 |
2101 | 2024-06-25T03:44:22.148Z | Checking hyper-rustls v0.26.0 |
2102 | 2024-06-25T03:44:22.148Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2103 | 2024-06-25T03:44:22.148Z | Checking pathdiff v0.2.1 |
2104 | 2024-06-25T03:44:22.148Z | Checking threadpool v1.8.1 |
2105 | 2024-06-25T03:44:22.148Z | Checking escape8259 v0.5.2 |
2106 | 2024-06-25T03:44:22.148Z | Checking nested v0.1.1 |
2107 | 2024-06-25T03:44:22.148Z | Checking guppy v0.17.5 |
2108 | 2024-06-25T03:44:22.148Z | Checking libtest-mimic v0.7.3 |
2109 | 2024-06-25T03:44:22.567Z | Checking similar-asserts v1.5.0 |
2110 | 2024-06-25T03:44:22.812Z | Checking fancy-regex v0.13.0 |
2111 | 2024-06-25T03:44:23.593Z | Compiling rstest_macros v0.19.0 |
2112 | 2024-06-25T03:44:24.123Z | Checking datatest-stable v0.2.9 |
2113 | 2024-06-25T03:44:24.227Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2114 | 2024-06-25T03:44:24.391Z | Checking blake2b_simd v1.0.2 |
2115 | 2024-06-25T03:44:24.394Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2116 | 2024-06-25T03:44:25.510Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2117 | 2024-06-25T03:44:25.617Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2118 | 2024-06-25T03:44:25.811Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2119 | 2024-06-25T03:44:26.117Z | Compiling relative-path v1.9.3 |
2120 | 2024-06-25T03:44:26.320Z | Compiling trybuild v1.0.96 |
2121 | 2024-06-25T03:44:26.958Z | Checking rust-argon2 v2.1.0 |
2122 | 2024-06-25T03:44:27.488Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2123 | 2024-06-25T03:44:29.218Z | Checking multimap v0.10.0 |
2124 | 2024-06-25T03:44:29.542Z | Checking futures-timer v3.0.3 |
2125 | 2024-06-25T03:44:31.366Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-06-25T03:44:32.310Z | Checking partial-io v0.5.4 |
2127 | 2024-06-25T03:44:32.734Z | Checking cargo_toml v0.20.2 |
2128 | 2024-06-25T03:44:34.842Z | Checking rand_distr v0.4.3 |
2129 | 2024-06-25T03:44:35.608Z | Checking approx v0.5.1 |
2130 | 2024-06-25T03:44:35.837Z | Checking uzers v0.11.3 |
2131 | 2024-06-25T03:44:36.195Z | Checking termios v0.3.3 |
2132 | 2024-06-25T03:44:36.422Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2133 | 2024-06-25T03:44:37.092Z | Checking rstest v0.19.0 |
2134 | 2024-06-25T03:44:39.380Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2135 | 2024-06-25T03:44:43.348Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2136 | 2024-06-25T03:44:43.912Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2137 | 2024-06-25T03:44:53.168Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2138 | 2024-06-25T03:44:53.790Z | Compiling samael v0.0.15 |
2139 | 2024-06-25T03:45:21.669Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2140 | 2024-06-25T03:45:22.384Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2141 | 2024-06-25T03:45:25.946Z | Compiling polar-core v0.27.3 |
2142 | 2024-06-25T03:45:37.435Z | Checking oso v0.27.3 |
2143 | 2024-06-25T03:46:10.745Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2144 | 2024-06-25T03:46:10.750Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2145 | 2024-06-25T03:46:10.750Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2146 | 2024-06-25T03:47:24.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 10s |
2147 | 2024-06-25T03:47:24.730Z | |
2148 | 2024-06-25T03:47:24.736Z | real 7:18.076533722 |
2149 | 2024-06-25T03:47:24.736Z | user 40:03.507245836 |
2150 | 2024-06-25T03:47:24.736Z | sys 6:58.963670481 |
2151 | 2024-06-25T03:47:24.736Z | trap 1.086295494 |
2152 | 2024-06-25T03:47:24.736Z | tflt 2.584486687 |
2153 | 2024-06-25T03:47:24.736Z | dflt 1.439577848 |
2154 | 2024-06-25T03:47:24.736Z | kflt 0.002789920 |
2155 | 2024-06-25T03:47:24.736Z | lock 1:57:39.052415202 |
2156 | 2024-06-25T03:47:24.736Z | slp 2:07:34.593250657 |
2157 | 2024-06-25T03:47:24.736Z | lat 1:57.260274237 |
2158 | 2024-06-25T03:47:24.737Z | stop 6:26.143089722 |
2159 | 2024-06-25T03:47:24.737Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2160 | 2024-06-25T03:47:24.737Z | + ptime -m cargo doc --workspace --no-deps |
2161 | 2024-06-25T03:47:25.816Z | warning: output filename collision. |
2162 | 2024-06-25T03:47:25.816Z | 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-25T03:47:25.816Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2164 | 2024-06-25T03:47:25.816Z | The targets should have unique names. |
2165 | 2024-06-25T03:47:25.816Z | This is a known bug where multiple crates with the same name use |
2166 | 2024-06-25T03:47:25.816Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2167 | 2024-06-25T03:47:26.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-06-25T03:47:26.373Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-06-25T03:47:26.414Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2170 | 2024-06-25T03:47:26.435Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2171 | 2024-06-25T03:47:26.457Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2172 | 2024-06-25T03:47:26.457Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-06-25T03:47:26.606Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2024-06-25T03:47:26.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2175 | 2024-06-25T03:47:26.720Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2176 | 2024-06-25T03:47:26.735Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-06-25T03:47:26.741Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2178 | 2024-06-25T03:47:26.981Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2179 | 2024-06-25T03:47:27.009Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2180 | 2024-06-25T03:47:27.288Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-06-25T03:47:27.506Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-06-25T03:47:28.470Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2024-06-25T03:47:31.104Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2184 | 2024-06-25T03:47:31.335Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-06-25T03:47:31.449Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-06-25T03:47:31.467Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2187 | 2024-06-25T03:47:31.636Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2188 | 2024-06-25T03:47:31.765Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2189 | 2024-06-25T03:47:31.938Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2190 | 2024-06-25T03:47:32.235Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2024-06-25T03:47:32.335Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2024-06-25T03:47:32.657Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-06-25T03:47:32.846Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2194 | 2024-06-25T03:47:33.127Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2195 | 2024-06-25T03:47:33.489Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2196 | 2024-06-25T03:47:33.549Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2197 | 2024-06-25T03:47:33.661Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2198 | 2024-06-25T03:47:33.841Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2199 | 2024-06-25T03:47:33.965Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2200 | 2024-06-25T03:47:34.845Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2201 | 2024-06-25T03:47:35.223Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2202 | 2024-06-25T03:47:36.063Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2024-06-25T03:47:38.525Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-06-25T03:47:38.892Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2205 | 2024-06-25T03:47:40.572Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2206 | 2024-06-25T03:47:41.098Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-06-25T03:47:41.136Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2024-06-25T03:47:41.815Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2209 | 2024-06-25T03:47:42.022Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2210 | 2024-06-25T03:47:42.551Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2211 | 2024-06-25T03:47:43.120Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2212 | 2024-06-25T03:47:43.148Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2024-06-25T03:47:43.770Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-06-25T03:47:44.523Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2215 | 2024-06-25T03:47:44.539Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2216 | 2024-06-25T03:47:45.169Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2217 | 2024-06-25T03:47:45.931Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2218 | 2024-06-25T03:47:46.749Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2219 | 2024-06-25T03:47:46.992Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2220 | 2024-06-25T03:47:47.788Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2221 | 2024-06-25T03:47:48.762Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2222 | 2024-06-25T03:47:49.101Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-06-25T03:47:49.171Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-06-25T03:47:49.782Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2225 | 2024-06-25T03:47:49.858Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2226 | 2024-06-25T03:47:50.645Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2227 | 2024-06-25T03:47:52.829Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2228 | 2024-06-25T03:47:53.211Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2229 | 2024-06-25T03:47:54.649Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2230 | 2024-06-25T03:47:55.079Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-06-25T03:47:56.512Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2232 | 2024-06-25T03:47:56.905Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2233 | 2024-06-25T03:47:57.686Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2234 | 2024-06-25T03:47:57.996Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-06-25T03:47:58.431Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2236 | 2024-06-25T03:47:59.721Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2237 | 2024-06-25T03:48:00.948Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2238 | 2024-06-25T03:48:01.432Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2239 | 2024-06-25T03:48:02.344Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2240 | 2024-06-25T03:48:02.807Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-06-25T03:48:04.190Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-06-25T03:48:05.143Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2243 | 2024-06-25T03:48:06.209Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2244 | 2024-06-25T03:48:08.950Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2245 | 2024-06-25T03:48:09.944Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-06-25T03:48:15.491Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-06-25T03:48:17.457Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-06-25T03:48:18.568Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2024-06-25T03:48:23.621Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2250 | 2024-06-25T03:48:31.659Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-06-25T03:48:33.042Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2252 | 2024-06-25T03:48:40.850Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2253 | 2024-06-25T03:48:43.604Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2254 | 2024-06-25T03:48:51.412Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2255 | 2024-06-25T03:48:52.709Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2256 | 2024-06-25T03:49:03.785Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2257 | 2024-06-25T03:49:03.837Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2258 | 2024-06-25T03:49:09.006Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2259 | 2024-06-25T03:49:29.548Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2260 | 2024-06-25T03:49:32.745Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2261 | 2024-06-25T03:49:37.594Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2262 | 2024-06-25T03:49:39.106Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2263 | 2024-06-25T03:49:40.032Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2264 | 2024-06-25T03:49:40.330Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2265 | 2024-06-25T03:49:40.822Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2266 | 2024-06-25T03:49:55.709Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2267 | 2024-06-25T03:49:56.261Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2268 | 2024-06-25T03:50:07.300Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2269 | 2024-06-25T03:50:17.813Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2270 | 2024-06-25T03:50:23.962Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2271 | 2024-06-25T03:50:26.900Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2272 | 2024-06-25T03:50:31.108Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2273 | 2024-06-25T03:50:32.693Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2274 | 2024-06-25T03:50:33.175Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-06-25T03:50:45.277Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2276 | 2024-06-25T03:50:45.514Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2277 | 2024-06-25T03:50:52.099Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2278 | 2024-06-25T03:51:04.417Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2279 | 2024-06-25T03:51:05.532Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2280 | 2024-06-25T03:51:09.504Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2281 | 2024-06-25T03:51:09.678Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2282 | 2024-06-25T03:51:10.928Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2283 | 2024-06-25T03:51:12.272Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2284 | 2024-06-25T03:51:13.261Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2285 | 2024-06-25T03:51:14.694Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2286 | 2024-06-25T03:51:20.105Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2287 | 2024-06-25T03:51:23.846Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2288 | 2024-06-25T03:51:28.524Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2289 | 2024-06-25T03:51:28.540Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2290 | 2024-06-25T03:51:28.540Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2291 | 2024-06-25T03:51:28.791Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2292 | 2024-06-25T03:51:29.934Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2293 | 2024-06-25T03:51:30.103Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-06-25T03:51:34.056Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-06-25T03:51:41.021Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2296 | 2024-06-25T03:51:41.216Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2297 | 2024-06-25T03:51:42.474Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2298 | 2024-06-25T03:51:43.954Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2299 | 2024-06-25T03:51:44.935Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2300 | 2024-06-25T03:51:45.345Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2301 | 2024-06-25T03:51:45.629Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2302 | 2024-06-25T03:51:48.656Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2303 | 2024-06-25T03:51:54.750Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2304 | 2024-06-25T03:51:55.509Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2305 | 2024-06-25T03:51:56.269Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2306 | 2024-06-25T03:52:00.783Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2307 | 2024-06-25T03:52:02.420Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2024-06-25T03:52:02.643Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2309 | 2024-06-25T03:52:03.206Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2310 | 2024-06-25T03:52:04.661Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2311 | 2024-06-25T03:52:07.551Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2312 | 2024-06-25T03:52:12.961Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2313 | 2024-06-25T03:52:13.004Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2314 | 2024-06-25T03:52:13.004Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2315 | 2024-06-25T03:52:13.004Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2316 | 2024-06-25T03:52:13.005Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2317 | 2024-06-25T03:52:14.082Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2318 | 2024-06-25T03:52:14.288Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2319 | 2024-06-25T03:52:14.679Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2320 | 2024-06-25T03:52:19.090Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2321 | 2024-06-25T03:52:40.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 15s |
2322 | 2024-06-25T03:52:40.810Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2323 | 2024-06-25T03:52:40.856Z | |
2324 | 2024-06-25T03:52:40.859Z | real 5:16.072592970 |
2325 | 2024-06-25T03:52:40.859Z | user 18:09.564240734 |
2326 | 2024-06-25T03:52:40.859Z | sys 21:01.527205467 |
2327 | 2024-06-25T03:52:40.859Z | trap 0.326887771 |
2328 | 2024-06-25T03:52:40.859Z | tflt 0.065152751 |
2329 | 2024-06-25T03:52:40.859Z | dflt 0.125952580 |
2330 | 2024-06-25T03:52:40.859Z | kflt 0.000004109 |
2331 | 2024-06-25T03:52:40.859Z | lock 51:48.567731046 |
2332 | 2024-06-25T03:52:40.859Z | slp 1:23:59.830140329 |
2333 | 2024-06-25T03:52:40.859Z | lat 53.790461009 |
2334 | 2024-06-25T03:52:40.859Z | stop 42.056421324 |
2335 | 2024-06-25T03:52:40.859Z | process exited: duration 939031 ms, exit code 0 |
|
2336 | 2024-06-25T03:52:40.866Z | found 0 output files |