|
|
|
1 | 2024-06-22T01:20:17.976Z | job assigned to worker 01J0YRDQNXR21Z2R4ARZP4QN1F (queued for 1 m 0 s) |
|
2 | 2024-06-22T01:20:25.354Z | starting task 0: "setup" |
3 | 2024-06-22T01:20:25.407Z | ++ uname -s |
4 | 2024-06-22T01:20:25.410Z | + kern=SunOS |
5 | 2024-06-22T01:20:25.410Z | + case "$kern" in |
6 | 2024-06-22T01:20:25.410Z | + groupadd -g 12345 build |
7 | 2024-06-22T01:20:25.413Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-22T01:20:27.434Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-22T01:20:27.553Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-22T01:20:27.556Z | + home_fs=zfs |
11 | 2024-06-22T01:20:27.556Z | + [[ zfs == autofs ]] |
12 | 2024-06-22T01:20:27.556Z | + mkdir -p /home/build |
13 | 2024-06-22T01:20:27.558Z | + chown build:build /home/build /work |
14 | 2024-06-22T01:20:28.559Z | + chmod 0700 /home/build /work |
15 | 2024-06-22T01:20:28.563Z | process exited: duration 3206 ms, exit code 0 |
|
16 | 2024-06-22T01:20:28.569Z | starting task 1: "rust-toolchain" |
17 | 2024-06-22T01:20:28.574Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-22T01:20:28.574Z | ' 1.78.0 |
19 | 2024-06-22T01:20:28.574Z | * toolchain channel = "1.78.0" |
20 | 2024-06-22T01:20:28.577Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-22T01:20:28.577Z | ' default |
22 | 2024-06-22T01:20:28.577Z | * toolchain profile = "default" |
23 | 2024-06-22T01:20:28.577Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-22T01:20:28.577Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-22T01:20:28.692Z | info: downloading installer |
26 | 2024-06-22T01:20:30.385Z | info: profile set to 'default' |
27 | 2024-06-22T01:20:30.385Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-22T01:20:30.388Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-22T01:20:30.538Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-22T01:20:30.538Z | info: downloading component 'cargo' |
31 | 2024-06-22T01:20:31.694Z | info: downloading component 'clippy' |
32 | 2024-06-22T01:20:32.153Z | info: downloading component 'rust-docs' |
33 | 2024-06-22T01:20:33.298Z | info: downloading component 'rust-std' |
34 | 2024-06-22T01:20:36.213Z | info: downloading component 'rustc' |
35 | 2024-06-22T01:20:41.373Z | info: downloading component 'rustfmt' |
36 | 2024-06-22T01:20:41.796Z | info: installing component 'cargo' |
37 | 2024-06-22T01:20:42.615Z | info: installing component 'clippy' |
38 | 2024-06-22T01:20:42.963Z | info: installing component 'rust-docs' |
39 | 2024-06-22T01:20:44.504Z | info: installing component 'rust-std' |
40 | 2024-06-22T01:20:46.279Z | info: installing component 'rustc' |
41 | 2024-06-22T01:20:50.460Z | info: installing component 'rustfmt' |
42 | 2024-06-22T01:20:50.800Z | |
43 | 2024-06-22T01:20:50.800Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-06-22T01:20:51.074Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-22T01:20:51.074Z | |
46 | 2024-06-22T01:20:51.077Z | |
47 | 2024-06-22T01:20:51.077Z | Rust is installed now. Great! |
48 | 2024-06-22T01:20:51.077Z | |
49 | 2024-06-22T01:20:51.077Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-22T01:20:51.078Z | environment variable. This has not been done automatically. |
51 | 2024-06-22T01:20:51.078Z | |
52 | 2024-06-22T01:20:51.078Z | To configure your current shell, you need to source |
53 | 2024-06-22T01:20:51.079Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-22T01:20:51.079Z | |
55 | 2024-06-22T01:20:51.079Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-22T01:20:51.079Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-22T01:20:51.079Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-22T01:20:51.147Z | + rustc --version |
59 | 2024-06-22T01:20:51.211Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-22T01:20:51.214Z | process exited: duration 22638 ms, exit code 0 |
|
61 | 2024-06-22T01:20:51.223Z | starting task 2: "authentication" |
62 | 2024-06-22T01:20:51.242Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-22T01:20:51.248Z | starting task 3: "clone repository" |
64 | 2024-06-22T01:20:51.253Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-22T01:20:51.256Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-22T01:20:51.391Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-22T01:20:57.436Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-22T01:20:57.436Z | + git fetch origin 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
69 | 2024-06-22T01:20:57.770Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-22T01:20:57.770Z | * branch 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 -> FETCH_HEAD |
71 | 2024-06-22T01:20:57.779Z | + [[ -n common-dropshot ]] |
72 | 2024-06-22T01:20:57.782Z | ++ git branch --show-current |
73 | 2024-06-22T01:20:57.785Z | + current=main |
74 | 2024-06-22T01:20:57.785Z | + [[ main != common-dropshot ]] |
75 | 2024-06-22T01:20:57.785Z | + git branch -f common-dropshot 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
76 | 2024-06-22T01:20:57.788Z | + git checkout -f common-dropshot |
77 | 2024-06-22T01:20:57.916Z | Switched to branch 'common-dropshot' |
78 | 2024-06-22T01:20:57.919Z | + git reset --hard 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
79 | 2024-06-22T01:20:57.928Z | HEAD is now at 2e62491a5 have oximeter-producer re-export dropshot types in its interface |
80 | 2024-06-22T01:20:57.931Z | process exited: duration 6679 ms, exit code 0 |
|
81 | 2024-06-22T01:20:57.937Z | starting task 4: "build" |
82 | 2024-06-22T01:20:57.942Z | + cargo --version |
83 | 2024-06-22T01:20:57.994Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-22T01:20:57.997Z | + rustc --version |
85 | 2024-06-22T01:20:58.051Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-22T01:20:58.054Z | + source ./env.sh |
87 | 2024-06-22T01:20:58.054Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-22T01:20:58.054Z | ++ set -o xtrace |
89 | 2024-06-22T01:20:58.057Z | ++++ dirname ./env.sh |
90 | 2024-06-22T01:20:58.060Z | +++ readlink -f . |
91 | 2024-06-22T01:20:58.078Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ 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-22T01:20:58.081Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-22T01:20:58.081Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-22T01:20:58.081Z | + banner prerequisites |
103 | 2024-06-22T01:20:58.096Z | |
104 | 2024-06-22T01:20:58.096Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-22T01:20:58.096Z | # # # # # # # # # # # # # # # |
106 | 2024-06-22T01:20:58.096Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-22T01:20:58.096Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-22T01:20:58.096Z | # # # # # # # # # # # # # # # |
109 | 2024-06-22T01:20:58.096Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-22T01:20:58.096Z | |
111 | 2024-06-22T01:20:58.100Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-22T01:21:10.994Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-22T01:21:13.206Z | Startup: Caching catalogs ... Done |
114 | 2024-06-22T01:21:15.570Z | Planning: Solver setup ... Done (1.887s) |
115 | 2024-06-22T01:21:15.606Z | Planning: Running solver ... Done (0.037s) |
116 | 2024-06-22T01:21:15.647Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-06-22T01:21:15.664Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-22T01:21:16.114Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-22T01:21:16.261Z | Planning: Package planning ... Done (0.147s) |
120 | 2024-06-22T01:21:16.312Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-06-22T01:21:17.818Z | Planning: Checking for conflicting actions ... Done (1.506s) |
122 | 2024-06-22T01:21:17.830Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-06-22T01:21:25.518Z | Planning: Evaluating mediators ... Done (7.686s) |
124 | 2024-06-22T01:21:25.528Z | Planning: Planning completed in 12.25 seconds |
125 | 2024-06-22T01:21:26.416Z | Packages to install: 4 |
126 | 2024-06-22T01:21:26.416Z | Mediators to change: 2 |
127 | 2024-06-22T01:21:26.416Z | Services to change: 1 |
128 | 2024-06-22T01:21:26.419Z | Estimated space available: 155.77 GB |
129 | 2024-06-22T01:21:26.419Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-22T01:21:26.419Z | Create boot environment: No |
131 | 2024-06-22T01:21:26.419Z | Create backup boot environment: No |
132 | 2024-06-22T01:21:26.419Z | Rebuild boot archive: No |
133 | 2024-06-22T01:21:26.419Z | |
134 | 2024-06-22T01:21:26.419Z | Changed mediators: |
135 | 2024-06-22T01:21:26.419Z | mediator clang: |
136 | 2024-06-22T01:21:26.419Z | version: None -> 15 (system default) |
137 | 2024-06-22T01:21:26.419Z | |
138 | 2024-06-22T01:21:26.419Z | mediator llvm: |
139 | 2024-06-22T01:21:26.420Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-22T01:21:26.420Z | |
141 | 2024-06-22T01:21:26.420Z | Changed packages: |
142 | 2024-06-22T01:21:26.420Z | helios-dev |
143 | 2024-06-22T01:21:26.420Z | developer/build-essential |
144 | 2024-06-22T01:21:26.420Z | None -> 11-2.0 |
145 | 2024-06-22T01:21:26.420Z | library/libxmlsec1 |
146 | 2024-06-22T01:21:26.420Z | None -> 1.2.35-2.0 |
147 | 2024-06-22T01:21:26.420Z | ooce/developer/clang-15 |
148 | 2024-06-22T01:21:26.420Z | None -> 15.0.7-2.0 |
149 | 2024-06-22T01:21:26.420Z | ooce/developer/llvm-15 |
150 | 2024-06-22T01:21:26.420Z | None -> 15.0.7-2.0 |
151 | 2024-06-22T01:21:26.420Z | |
152 | 2024-06-22T01:21:26.420Z | Services: |
153 | 2024-06-22T01:21:26.420Z | restart_fmri: |
154 | 2024-06-22T01:21:26.420Z | svc:/system/update-man-index:default |
155 | 2024-06-22T01:21:26.661Z | |
156 | 2024-06-22T01:21:26.661Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-22T01:21:31.794Z | Download: 482/3290 items 17.1/212.6MB 8% complete (3.6M/s) |
158 | 2024-06-22T01:21:36.809Z | Download: 1004/3290 items 19.5/212.6MB 9% complete (2.0M/s) |
159 | 2024-06-22T01:21:41.907Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
160 | 2024-06-22T01:21:46.911Z | Download: 1300/3290 items 112.2/212.6MB 52% complete (9.2M/s) |
161 | 2024-06-22T01:21:52.175Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
162 | 2024-06-22T01:21:57.177Z | Download: 3226/3290 items 183.3/212.6MB 86% complete (6.7M/s) |
163 | 2024-06-22T01:22:01.517Z | Download: Completed 212.60 MB in 34.85 seconds (6.1M/s) |
164 | 2024-06-22T01:22:01.863Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-06-22T01:22:06.929Z | Actions: 3541/3689 actions (Installing new actions) |
166 | 2024-06-22T01:22:07.825Z | Actions: Completed 3689 actions in 5.96 seconds. |
167 | 2024-06-22T01:22:08.074Z | Done (0.244s) |
168 | 2024-06-22T01:22:08.074Z | Done (0.000s) |
169 | 2024-06-22T01:22:08.391Z | Done (0.313s) |
170 | 2024-06-22T01:22:14.767Z | Done (6.221s) |
171 | 2024-06-22T01:22:15.098Z | Done (0.262s) |
172 | 2024-06-22T01:22:15.101Z | Done (0.000s) |
173 | 2024-06-22T01:22:15.251Z | Done (0.000s) |
174 | 2024-06-22T01:22:15.810Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-06-22T01:22:15.971Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-06-22T01:22:15.974Z | Planning: Consolidating action changes ... Done |
177 | 2024-06-22T01:22:16.238Z | Planning: Evaluating mediators ... Done |
178 | 2024-06-22T01:22:16.241Z | Planning: Planning completed in 0.43 seconds |
179 | 2024-06-22T01:22:16.271Z | Mediators to change: 2 |
180 | 2024-06-22T01:22:16.271Z | Create boot environment: No |
181 | 2024-06-22T01:22:16.275Z | Create backup boot environment: No |
182 | 2024-06-22T01:22:16.340Z | Done |
183 | 2024-06-22T01:22:16.340Z | Done |
184 | 2024-06-22T01:22:16.541Z | Done |
185 | 2024-06-22T01:22:20.140Z | Done |
186 | 2024-06-22T01:22:20.228Z | Done |
187 | 2024-06-22T01:22:20.231Z | Done |
188 | 2024-06-22T01:22:20.337Z | Done |
189 | 2024-06-22T01:22:20.950Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-06-22T01:22:20.953Z | Planning: Merging actions ... Done |
191 | 2024-06-22T01:22:21.141Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-06-22T01:22:21.144Z | Planning: Consolidating action changes ... Done |
193 | 2024-06-22T01:22:21.405Z | Planning: Evaluating mediators ... Done |
194 | 2024-06-22T01:22:21.460Z | Planning: Planning completed in 0.75 seconds |
195 | 2024-06-22T01:22:21.494Z | Packages to change: 1 |
196 | 2024-06-22T01:22:21.494Z | Mediators to change: 1 |
197 | 2024-06-22T01:22:21.497Z | Services to change: 1 |
198 | 2024-06-22T01:22:21.497Z | Create boot environment: No |
199 | 2024-06-22T01:22:21.497Z | Create backup boot environment: Yes |
200 | 2024-06-22T01:22:23.323Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-06-22T01:22:23.449Z | Actions: Completed 6 actions in 0.13 seconds. |
202 | 2024-06-22T01:22:23.452Z | Done |
203 | 2024-06-22T01:22:23.452Z | Done |
204 | 2024-06-22T01:22:23.517Z | Done |
205 | 2024-06-22T01:22:27.191Z | Done |
206 | 2024-06-22T01:22:27.279Z | Done |
207 | 2024-06-22T01:22:27.282Z | Done |
208 | 2024-06-22T01:22:27.385Z | Done |
209 | 2024-06-22T01:22:27.827Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-06-22T01:22:27.827Z | clang system 15 system |
211 | 2024-06-22T01:22:27.827Z | csh system system illumos |
212 | 2024-06-22T01:22:27.827Z | ctags system system illumos |
213 | 2024-06-22T01:22:27.827Z | gcc vendor 12 vendor |
214 | 2024-06-22T01:22:27.827Z | gcc system 10 system |
215 | 2024-06-22T01:22:27.827Z | gcc system 7 system |
216 | 2024-06-22T01:22:27.828Z | go system 1.20 system |
217 | 2024-06-22T01:22:27.828Z | go system 1.19 system |
218 | 2024-06-22T01:22:27.828Z | llvm system 15 system |
219 | 2024-06-22T01:22:27.828Z | llvm system 14 system |
220 | 2024-06-22T01:22:27.828Z | mariadb system 10.6 system |
221 | 2024-06-22T01:22:27.828Z | mta vendor vendor dma |
222 | 2024-06-22T01:22:27.828Z | openjdk system 17 system |
223 | 2024-06-22T01:22:27.828Z | openjdk system 11 system |
224 | 2024-06-22T01:22:27.828Z | openjdk system 1.8 system |
225 | 2024-06-22T01:22:27.828Z | openssl vendor 3 vendor |
226 | 2024-06-22T01:22:27.828Z | perl system 5.36 system |
227 | 2024-06-22T01:22:27.828Z | postgresql system 15 system |
228 | 2024-06-22T01:22:27.828Z | postgresql system 13 system |
229 | 2024-06-22T01:22:27.828Z | python vendor 3 vendor |
230 | 2024-06-22T01:22:27.828Z | python system 2 system |
231 | 2024-06-22T01:22:27.828Z | python3 system 3.11 system |
232 | 2024-06-22T01:22:27.828Z | ruby system 3.0 system |
233 | 2024-06-22T01:22:27.828Z | words vendor vendor american-english |
234 | 2024-06-22T01:22:27.828Z | words system system australian-english |
235 | 2024-06-22T01:22:27.828Z | words system system british-english |
236 | 2024-06-22T01:22:27.828Z | words system system canadian-english |
237 | 2024-06-22T01:22:27.828Z | words system system french |
238 | 2024-06-22T01:22:27.828Z | words system system italian |
239 | 2024-06-22T01:22:27.828Z | words system system ngerman |
240 | 2024-06-22T01:22:27.829Z | words system system ogerman |
241 | 2024-06-22T01:22:27.829Z | words system system spanish |
242 | 2024-06-22T01:22:28.159Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-06-22T01:22:28.159Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-06-22T01:22:29.648Z | FMRI IFO |
245 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-06-22T01:22:29.648Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-06-22T01:22:30.152Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-06-22T01:22:30.453Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-06-22T01:22:30.741Z | Updating crates.io index |
260 | 2024-06-22T01:22:30.743Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-06-22T01:22:31.540Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-06-22T01:22:32.383Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-06-22T01:22:32.664Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-06-22T01:22:34.583Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-06-22T01:22:35.096Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-06-22T01:22:35.359Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-06-22T01:22:36.579Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-06-22T01:22:38.585Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-06-22T01:22:39.720Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-06-22T01:22:40.604Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-06-22T01:22:41.153Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-06-22T01:22:41.678Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
273 | 2024-06-22T01:22:42.031Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-06-22T01:22:42.443Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-06-22T01:22:42.763Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
276 | 2024-06-22T01:22:43.066Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-06-22T01:22:43.310Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-06-22T01:22:43.616Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-06-22T01:22:44.025Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-06-22T01:22:44.335Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-06-22T01:22:44.646Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-06-22T01:22:45.079Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-06-22T01:22:45.763Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-06-22T01:22:46.057Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
285 | 2024-06-22T01:22:46.368Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-06-22T01:22:46.923Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-06-22T01:22:48.950Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-06-22T01:22:49.287Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-06-22T01:22:49.565Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-06-22T01:22:50.081Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-06-22T01:22:51.139Z | Downloading crates ... |
292 | 2024-06-22T01:22:51.238Z | Downloaded anstyle v1.0.7 |
293 | 2024-06-22T01:22:51.242Z | Downloaded autocfg v1.3.0 |
294 | 2024-06-22T01:22:51.245Z | Downloaded block-buffer v0.10.4 |
295 | 2024-06-22T01:22:51.250Z | Downloaded cfg-if v1.0.0 |
296 | 2024-06-22T01:22:51.253Z | Downloaded crypto-common v0.1.6 |
297 | 2024-06-22T01:22:51.253Z | Downloaded cpufeatures v0.2.12 |
298 | 2024-06-22T01:22:51.259Z | Downloaded fnv v1.0.7 |
299 | 2024-06-22T01:22:51.259Z | Downloaded form_urlencoded v1.2.1 |
300 | 2024-06-22T01:22:51.259Z | Downloaded futures-macro v0.3.30 |
301 | 2024-06-22T01:22:51.259Z | Downloaded generic-array v0.14.7 |
302 | 2024-06-22T01:22:51.262Z | Downloaded futures-io v0.3.30 |
303 | 2024-06-22T01:22:51.262Z | Downloaded equivalent v1.0.1 |
304 | 2024-06-22T01:22:51.262Z | Downloaded digest v0.10.7 |
305 | 2024-06-22T01:22:51.265Z | Downloaded h2 v0.3.26 |
306 | 2024-06-22T01:22:51.271Z | Downloaded is-terminal v0.4.12 |
307 | 2024-06-22T01:22:51.276Z | Downloaded httpdate v1.0.3 |
308 | 2024-06-22T01:22:51.276Z | Downloaded http-body v0.4.6 |
309 | 2024-06-22T01:22:51.281Z | Downloaded lock_api v0.4.12 |
310 | 2024-06-22T01:22:51.288Z | Downloaded itoa v1.0.11 |
311 | 2024-06-22T01:22:51.288Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2024-06-22T01:22:51.288Z | Downloaded pin-utils v0.1.0 |
313 | 2024-06-22T01:22:51.293Z | Downloaded anstream v0.6.14 |
314 | 2024-06-22T01:22:51.293Z | Downloaded anstyle-parse v0.2.4 |
315 | 2024-06-22T01:22:51.299Z | Downloaded scopeguard v1.2.0 |
316 | 2024-06-22T01:22:51.300Z | Downloaded sync_wrapper v0.1.2 |
317 | 2024-06-22T01:22:51.300Z | Downloaded serde_spanned v0.6.6 |
318 | 2024-06-22T01:22:51.300Z | Downloaded strum v0.26.2 |
319 | 2024-06-22T01:22:51.300Z | Downloaded time-core v0.1.2 |
320 | 2024-06-22T01:22:51.303Z | Downloaded tinyvec_macros v0.1.1 |
321 | 2024-06-22T01:22:51.303Z | Downloaded serde_urlencoded v0.7.1 |
322 | 2024-06-22T01:22:51.303Z | Downloaded futures-sink v0.3.30 |
323 | 2024-06-22T01:22:51.303Z | Downloaded strsim v0.11.1 |
324 | 2024-06-22T01:22:51.306Z | Downloaded slab v0.4.9 |
325 | 2024-06-22T01:22:51.307Z | Downloaded try-lock v0.2.5 |
326 | 2024-06-22T01:22:51.310Z | Downloaded tower-service v0.3.2 |
327 | 2024-06-22T01:22:51.310Z | Downloaded quote v1.0.36 |
328 | 2024-06-22T01:22:51.312Z | Downloaded version_check v0.9.4 |
329 | 2024-06-22T01:22:51.315Z | Downloaded smallvec v1.13.2 |
330 | 2024-06-22T01:22:51.319Z | Downloaded http v0.2.12 |
331 | 2024-06-22T01:22:51.322Z | Downloaded typenum v1.17.0 |
332 | 2024-06-22T01:22:51.325Z | Downloaded ryu v1.0.18 |
333 | 2024-06-22T01:22:51.328Z | Downloaded unicode-ident v1.0.12 |
334 | 2024-06-22T01:22:51.331Z | Downloaded tinyvec v1.6.0 |
335 | 2024-06-22T01:22:51.334Z | Downloaded unicode-bidi v0.3.15 |
336 | 2024-06-22T01:22:51.338Z | Downloaded serde v1.0.203 |
337 | 2024-06-22T01:22:51.341Z | Downloaded tracing-core v0.1.32 |
338 | 2024-06-22T01:22:51.347Z | Downloaded tracing v0.1.40 |
339 | 2024-06-22T01:22:51.350Z | Downloaded serde_derive v1.0.203 |
340 | 2024-06-22T01:22:51.353Z | Downloaded tokio-util v0.7.11 |
341 | 2024-06-22T01:22:51.360Z | Downloaded percent-encoding v2.3.1 |
342 | 2024-06-22T01:22:51.366Z | Downloaded serde_json v1.0.117 |
343 | 2024-06-22T01:22:51.370Z | Downloaded time v0.3.36 |
344 | 2024-06-22T01:22:51.375Z | Downloaded unicode-normalization v0.1.23 |
345 | 2024-06-22T01:22:51.382Z | Downloaded zerocopy v0.7.34 |
346 | 2024-06-22T01:22:51.398Z | Downloaded pin-project-lite v0.2.14 |
347 | 2024-06-22T01:22:51.401Z | Downloaded pest_meta v2.7.10 |
348 | 2024-06-22T01:22:51.404Z | Downloaded syn v1.0.109 |
349 | 2024-06-22T01:22:51.414Z | Downloaded thread-id v4.2.1 |
350 | 2024-06-22T01:22:51.417Z | Downloaded thread_local v1.1.8 |
351 | 2024-06-22T01:22:51.417Z | Downloaded libc v0.2.155 |
352 | 2024-06-22T01:22:51.445Z | Downloaded slog v2.7.0 |
353 | 2024-06-22T01:22:51.460Z | Downloaded vcpkg v0.2.15 |
354 | 2024-06-22T01:22:51.486Z | Downloaded toml_datetime v0.6.6 |
355 | 2024-06-22T01:22:51.490Z | Downloaded tokio-macros v2.2.0 |
356 | 2024-06-22T01:22:51.490Z | Downloaded terminal_size v0.3.0 |
357 | 2024-06-22T01:22:51.490Z | Downloaded term v0.7.0 |
358 | 2024-06-22T01:22:51.494Z | Downloaded reqwest v0.11.27 |
359 | 2024-06-22T01:22:51.502Z | Downloaded tar v0.4.40 |
360 | 2024-06-22T01:22:51.505Z | Downloaded xattr v1.3.1 |
361 | 2024-06-22T01:22:51.508Z | Downloaded proc-macro2 v1.0.82 |
362 | 2024-06-22T01:22:51.511Z | Downloaded clap v4.5.4 |
363 | 2024-06-22T01:22:51.519Z | Downloaded swrite v0.1.0 |
364 | 2024-06-22T01:22:51.523Z | Downloaded url v2.5.0 |
365 | 2024-06-22T01:22:51.523Z | Downloaded toml_edit v0.22.13 |
366 | 2024-06-22T01:22:51.547Z | Downloaded papergrid v0.11.0 |
367 | 2024-06-22T01:22:51.555Z | Downloaded winnow v0.6.8 |
368 | 2024-06-22T01:22:51.561Z | Downloaded thiserror v1.0.60 |
369 | 2024-06-22T01:22:51.566Z | Downloaded mime v0.3.17 |
370 | 2024-06-22T01:22:51.570Z | Downloaded zerocopy-derive v0.7.34 |
371 | 2024-06-22T01:22:51.574Z | Downloaded usdt-attr-macro v0.5.0 |
372 | 2024-06-22T01:22:51.574Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-06-22T01:22:51.576Z | Downloaded mio v0.8.11 |
374 | 2024-06-22T01:22:51.580Z | Downloaded num_cpus v1.16.0 |
375 | 2024-06-22T01:22:51.583Z | Downloaded tabled v0.15.0 |
376 | 2024-06-22T01:22:51.600Z | Downloaded pest_generator v2.7.10 |
377 | 2024-06-22T01:22:51.605Z | Downloaded usdt-macro v0.5.0 |
378 | 2024-06-22T01:22:51.605Z | Downloaded thiserror-impl v1.0.60 |
379 | 2024-06-22T01:22:51.605Z | Downloaded rustix v0.38.34 |
380 | 2024-06-22T01:22:51.626Z | Downloaded futures-util v0.3.30 |
381 | 2024-06-22T01:22:51.639Z | Downloaded syn v2.0.64 |
382 | 2024-06-22T01:22:51.651Z | Downloaded openssl v0.10.64 |
383 | 2024-06-22T01:22:51.659Z | Downloaded tokio v1.37.0 |
384 | 2024-06-22T01:22:51.694Z | Downloaded encoding_rs v0.8.34 |
385 | 2024-06-22T01:22:51.714Z | Downloaded pest_derive v2.7.10 |
386 | 2024-06-22T01:22:51.717Z | Downloaded pest v2.7.10 |
387 | 2024-06-22T01:22:51.720Z | Downloaded parking_lot v0.12.2 |
388 | 2024-06-22T01:22:51.724Z | Downloaded num_threads v0.1.7 |
389 | 2024-06-22T01:22:51.724Z | Downloaded memmap v0.7.0 |
390 | 2024-06-22T01:22:51.727Z | Downloaded goblin v0.8.2 |
391 | 2024-06-22T01:22:51.731Z | Downloaded openssl-sys v0.9.102 |
392 | 2024-06-22T01:22:51.734Z | Downloaded hostname v0.3.1 |
393 | 2024-06-22T01:22:51.738Z | Downloaded deranged v0.3.11 |
394 | 2024-06-22T01:22:51.738Z | Downloaded clap_derive v4.5.4 |
395 | 2024-06-22T01:22:51.741Z | Downloaded usdt v0.5.0 |
396 | 2024-06-22T01:22:51.741Z | Downloaded cargo-platform v0.1.8 |
397 | 2024-06-22T01:22:51.741Z | Downloaded camino v1.1.7 |
398 | 2024-06-22T01:22:51.741Z | Downloaded tabled_derive v0.7.0 |
399 | 2024-06-22T01:22:51.747Z | Downloaded num-conv v0.1.0 |
400 | 2024-06-22T01:22:51.747Z | Downloaded native-tls v0.2.11 |
401 | 2024-06-22T01:22:51.747Z | Downloaded miniz_oxide v0.7.2 |
402 | 2024-06-22T01:22:51.751Z | Downloaded hashbrown v0.14.5 |
403 | 2024-06-22T01:22:51.754Z | Downloaded foreign-types-shared v0.1.1 |
404 | 2024-06-22T01:22:51.754Z | Downloaded strum_macros v0.26.2 |
405 | 2024-06-22T01:22:51.757Z | Downloaded slog-bunyan v2.5.0 |
406 | 2024-06-22T01:22:51.757Z | Downloaded serde_tokenstream v0.2.0 |
407 | 2024-06-22T01:22:51.760Z | Downloaded scroll_derive v0.12.0 |
408 | 2024-06-22T01:22:51.760Z | Downloaded scroll v0.12.0 |
409 | 2024-06-22T01:22:51.760Z | Downloaded md5 v0.7.0 |
410 | 2024-06-22T01:22:51.763Z | Downloaded macaddr v1.0.1 |
411 | 2024-06-22T01:22:51.763Z | Downloaded fs-err v2.11.0 |
412 | 2024-06-22T01:22:51.766Z | Downloaded dtrace-parser v0.2.0 |
413 | 2024-06-22T01:22:51.766Z | Downloaded dof v0.3.0 |
414 | 2024-06-22T01:22:51.766Z | Downloaded crossbeam-channel v0.5.12 |
415 | 2024-06-22T01:22:51.769Z | Downloaded cc v1.0.97 |
416 | 2024-06-22T01:22:51.771Z | Downloaded cargo_toml v0.20.2 |
417 | 2024-06-22T01:22:51.774Z | Downloaded bytecount v0.6.8 |
418 | 2024-06-22T01:22:51.774Z | Downloaded anstyle-query v1.0.3 |
419 | 2024-06-22T01:22:51.777Z | Downloaded want v0.3.1 |
420 | 2024-06-22T01:22:51.777Z | Downloaded utf8parse v0.2.1 |
421 | 2024-06-22T01:22:51.777Z | Downloaded unicode-width v0.1.12 |
422 | 2024-06-22T01:22:51.780Z | Downloaded ucd-trie v0.1.6 |
423 | 2024-06-22T01:22:51.780Z | Downloaded toml v0.8.13 |
424 | 2024-06-22T01:22:51.783Z | Downloaded tokio-native-tls v0.3.1 |
425 | 2024-06-22T01:22:51.786Z | Downloaded pretty-hex v0.4.1 |
426 | 2024-06-22T01:22:51.786Z | Downloaded crc32fast v1.4.0 |
427 | 2024-06-22T01:22:51.792Z | Downloaded cargo_metadata v0.18.1 |
428 | 2024-06-22T01:22:51.792Z | Downloaded take_mut v0.2.2 |
429 | 2024-06-22T01:22:51.792Z | Downloaded slog-term v2.9.1 |
430 | 2024-06-22T01:22:51.792Z | Downloaded slog-json v2.6.1 |
431 | 2024-06-22T01:22:51.792Z | Downloaded slog-async v2.8.0 |
432 | 2024-06-22T01:22:51.795Z | Downloaded hyper v0.14.28 |
433 | 2024-06-22T01:22:51.800Z | Downloaded clap_builder v4.5.2 |
434 | 2024-06-22T01:22:51.806Z | Downloaded openssl-macros v0.1.1 |
435 | 2024-06-22T01:22:51.809Z | Downloaded once_cell v1.19.0 |
436 | 2024-06-22T01:22:51.809Z | Downloaded match_cfg v0.1.0 |
437 | 2024-06-22T01:22:51.812Z | Downloaded idna v0.5.0 |
438 | 2024-06-22T01:22:51.816Z | Downloaded hyper-tls v0.5.0 |
439 | 2024-06-22T01:22:51.819Z | Downloaded httparse v1.8.0 |
440 | 2024-06-22T01:22:51.823Z | Downloaded foreign-types v0.3.2 |
441 | 2024-06-22T01:22:51.823Z | Downloaded filetime v0.2.23 |
442 | 2024-06-22T01:22:51.823Z | Downloaded dirs-sys-next v0.1.2 |
443 | 2024-06-22T01:22:51.823Z | Downloaded dirs-next v2.0.0 |
444 | 2024-06-22T01:22:51.827Z | Downloaded crossbeam-utils v0.8.19 |
445 | 2024-06-22T01:22:51.827Z | Downloaded clap_lex v0.7.0 |
446 | 2024-06-22T01:22:51.828Z | Downloaded plain v0.2.3 |
447 | 2024-06-22T01:22:51.831Z | Downloaded memchr v2.7.2 |
448 | 2024-06-22T01:22:51.839Z | Downloaded parking_lot_core v0.9.10 |
449 | 2024-06-22T01:22:51.839Z | Downloaded openssl-probe v0.1.5 |
450 | 2024-06-22T01:22:51.840Z | Downloaded is_terminal_polyfill v1.70.0 |
451 | 2024-06-22T01:22:51.842Z | Downloaded ipnet v2.9.0 |
452 | 2024-06-22T01:22:51.842Z | Downloaded indexmap v2.2.6 |
453 | 2024-06-22T01:22:51.842Z | Downloaded socket2 v0.5.7 |
454 | 2024-06-22T01:22:51.842Z | Downloaded heck v0.5.0 |
455 | 2024-06-22T01:22:51.847Z | Downloaded heck v0.4.1 |
456 | 2024-06-22T01:22:51.847Z | Downloaded time-macros v0.2.18 |
457 | 2024-06-22T01:22:51.847Z | Downloaded semver v1.0.23 |
458 | 2024-06-22T01:22:51.850Z | Downloaded proc-macro-error v1.0.4 |
459 | 2024-06-22T01:22:51.852Z | Downloaded futures v0.3.30 |
460 | 2024-06-22T01:22:51.855Z | Downloaded flate2 v1.0.30 |
461 | 2024-06-22T01:22:51.860Z | Downloaded signal-hook-registry v1.4.2 |
462 | 2024-06-22T01:22:51.866Z | Downloaded sha2 v0.10.8 |
463 | 2024-06-22T01:22:51.869Z | Downloaded futures-task v0.3.30 |
464 | 2024-06-22T01:22:51.870Z | Downloaded futures-executor v0.3.30 |
465 | 2024-06-22T01:22:51.870Z | Downloaded futures-core v0.3.30 |
466 | 2024-06-22T01:22:51.870Z | Downloaded futures-channel v0.3.30 |
467 | 2024-06-22T01:22:51.870Z | Downloaded errno v0.3.9 |
468 | 2024-06-22T01:22:51.870Z | Downloaded rustversion v1.0.17 |
469 | 2024-06-22T01:22:51.873Z | Downloaded rustls-pemfile v1.0.4 |
470 | 2024-06-22T01:22:51.873Z | Downloaded base64 v0.21.7 |
471 | 2024-06-22T01:22:51.876Z | Downloaded powerfmt v0.2.0 |
472 | 2024-06-22T01:22:51.880Z | Downloaded pkg-config v0.3.30 |
473 | 2024-06-22T01:22:51.880Z | Downloaded colorchoice v1.0.1 |
474 | 2024-06-22T01:22:51.880Z | Downloaded bytes v1.6.0 |
475 | 2024-06-22T01:22:51.884Z | Downloaded byteorder v1.5.0 |
476 | 2024-06-22T01:22:51.887Z | Downloaded bitflags v2.5.0 |
477 | 2024-06-22T01:22:51.891Z | Downloaded anyhow v1.0.86 |
478 | 2024-06-22T01:22:51.892Z | Downloaded log v0.4.21 |
479 | 2024-06-22T01:22:51.895Z | Downloaded adler v1.0.2 |
480 | 2024-06-22T01:22:52.180Z | Compiling proc-macro2 v1.0.82 |
481 | 2024-06-22T01:22:52.180Z | Compiling unicode-ident v1.0.12 |
482 | 2024-06-22T01:22:52.183Z | Compiling libc v0.2.155 |
483 | 2024-06-22T01:22:52.183Z | Compiling version_check v0.9.4 |
484 | 2024-06-22T01:22:52.183Z | Compiling cfg-if v1.0.0 |
485 | 2024-06-22T01:22:52.183Z | Compiling once_cell v1.19.0 |
486 | 2024-06-22T01:22:52.216Z | Compiling itoa v1.0.11 |
487 | 2024-06-22T01:22:52.219Z | Compiling serde v1.0.203 |
488 | 2024-06-22T01:22:52.424Z | Compiling autocfg v1.3.0 |
489 | 2024-06-22T01:22:52.461Z | Compiling memchr v2.7.2 |
490 | 2024-06-22T01:22:52.517Z | Compiling thiserror v1.0.60 |
491 | 2024-06-22T01:22:52.754Z | Compiling ryu v1.0.18 |
492 | 2024-06-22T01:22:53.065Z | Compiling pin-project-lite v0.2.14 |
493 | 2024-06-22T01:22:53.081Z | Compiling bitflags v2.5.0 |
494 | 2024-06-22T01:22:53.162Z | Compiling parking_lot_core v0.9.10 |
495 | 2024-06-22T01:22:53.296Z | Compiling lock_api v0.4.12 |
496 | 2024-06-22T01:22:53.439Z | Compiling pkg-config v0.3.30 |
497 | 2024-06-22T01:22:53.857Z | Compiling vcpkg v0.2.15 |
498 | 2024-06-22T01:22:54.479Z | Compiling ucd-trie v0.1.6 |
499 | 2024-06-22T01:22:54.895Z | Compiling cc v1.0.97 |
500 | 2024-06-22T01:22:55.328Z | Compiling slab v0.4.9 |
501 | 2024-06-22T01:22:55.351Z | Compiling smallvec v1.13.2 |
502 | 2024-06-22T01:22:55.372Z | Compiling futures-core v0.3.30 |
503 | 2024-06-22T01:22:55.392Z | Compiling bytes v1.6.0 |
504 | 2024-06-22T01:22:55.444Z | Compiling futures-sink v0.3.30 |
505 | 2024-06-22T01:22:55.611Z | Compiling scopeguard v1.2.0 |
506 | 2024-06-22T01:22:55.750Z | Compiling hashbrown v0.14.5 |
507 | 2024-06-22T01:22:55.797Z | Compiling byteorder v1.5.0 |
508 | 2024-06-22T01:22:56.149Z | Compiling quote v1.0.36 |
509 | 2024-06-22T01:22:56.237Z | Compiling serde_json v1.0.117 |
510 | 2024-06-22T01:22:56.261Z | Compiling fnv v1.0.7 |
511 | 2024-06-22T01:22:56.424Z | Compiling equivalent v1.0.1 |
512 | 2024-06-22T01:22:56.517Z | Compiling log v0.4.21 |
513 | 2024-06-22T01:22:56.541Z | Compiling syn v2.0.64 |
514 | 2024-06-22T01:22:56.874Z | Compiling signal-hook-registry v1.4.2 |
515 | 2024-06-22T01:22:56.896Z | Compiling num_cpus v1.16.0 |
516 | 2024-06-22T01:22:56.919Z | Compiling socket2 v0.5.7 |
517 | 2024-06-22T01:22:57.013Z | Compiling parking_lot v0.12.2 |
518 | 2024-06-22T01:22:57.057Z | Compiling indexmap v2.2.6 |
519 | 2024-06-22T01:22:57.141Z | Compiling mio v0.8.11 |
520 | 2024-06-22T01:22:57.659Z | Compiling futures-channel v0.3.30 |
521 | 2024-06-22T01:22:57.681Z | Compiling futures-task v0.3.30 |
522 | 2024-06-22T01:22:57.961Z | Compiling futures-io v0.3.30 |
523 | 2024-06-22T01:22:57.988Z | Compiling pin-utils v0.1.0 |
524 | 2024-06-22T01:22:58.114Z | Compiling rustix v0.38.34 |
525 | 2024-06-22T01:22:58.291Z | Compiling typenum v1.17.0 |
526 | 2024-06-22T01:22:58.309Z | Compiling openssl-sys v0.9.102 |
527 | 2024-06-22T01:22:58.420Z | Compiling errno v0.3.9 |
528 | 2024-06-22T01:22:58.452Z | Compiling generic-array v0.14.7 |
529 | 2024-06-22T01:22:58.477Z | Compiling slog v2.7.0 |
530 | 2024-06-22T01:22:58.645Z | Compiling openssl v0.10.64 |
531 | 2024-06-22T01:22:58.744Z | Compiling foreign-types-shared v0.1.1 |
532 | 2024-06-22T01:22:58.867Z | Compiling foreign-types v0.3.2 |
533 | 2024-06-22T01:22:59.021Z | Compiling http v0.2.12 |
534 | 2024-06-22T01:22:59.044Z | Compiling usdt-impl v0.5.0 |
535 | 2024-06-22T01:22:59.056Z | Compiling proc-macro-error-attr v1.0.4 |
536 | 2024-06-22T01:23:02.704Z | Compiling tracing-core v0.1.32 |
537 | 2024-06-22T01:23:02.739Z | Compiling native-tls v0.2.11 |
538 | 2024-06-22T01:23:02.739Z | Compiling syn v1.0.109 |
539 | 2024-06-22T01:23:02.739Z | Compiling num-conv v0.1.0 |
540 | 2024-06-22T01:23:02.739Z | Compiling powerfmt v0.2.0 |
541 | 2024-06-22T01:23:02.739Z | Compiling tinyvec_macros v0.1.1 |
542 | 2024-06-22T01:23:02.739Z | Compiling httparse v1.8.0 |
543 | 2024-06-22T01:23:02.739Z | Compiling time-core v0.1.2 |
544 | 2024-06-22T01:23:02.739Z | Compiling deranged v0.3.11 |
545 | 2024-06-22T01:23:02.739Z | Compiling time-macros v0.2.18 |
546 | 2024-06-22T01:23:02.739Z | Compiling tinyvec v1.6.0 |
547 | 2024-06-22T01:23:02.739Z | Compiling tracing v0.1.40 |
548 | 2024-06-22T01:23:02.739Z | Compiling thread-id v4.2.1 |
549 | 2024-06-22T01:23:02.739Z | Compiling proc-macro-error v1.0.4 |
550 | 2024-06-22T01:23:02.740Z | Compiling plain v0.2.3 |
551 | 2024-06-22T01:23:02.740Z | Compiling heck v0.4.1 |
552 | 2024-06-22T01:23:02.740Z | Compiling openssl-probe v0.1.5 |
553 | 2024-06-22T01:23:02.740Z | Compiling try-lock v0.2.5 |
554 | 2024-06-22T01:23:02.740Z | Compiling utf8parse v0.2.1 |
555 | 2024-06-22T01:23:02.772Z | Compiling num_threads v0.1.7 |
556 | 2024-06-22T01:23:02.791Z | Compiling percent-encoding v2.3.1 |
557 | 2024-06-22T01:23:02.811Z | Compiling rustversion v1.0.17 |
558 | 2024-06-22T01:23:02.814Z | Compiling crossbeam-utils v0.8.19 |
559 | 2024-06-22T01:23:02.894Z | Compiling anstyle-parse v0.2.4 |
560 | 2024-06-22T01:23:02.897Z | Compiling want v0.3.1 |
561 | 2024-06-22T01:23:03.131Z | Compiling form_urlencoded v1.2.1 |
562 | 2024-06-22T01:23:03.205Z | Compiling unicode-normalization v0.1.23 |
563 | 2024-06-22T01:23:03.532Z | Compiling http-body v0.4.6 |
564 | 2024-06-22T01:23:03.981Z | Compiling dirs-sys-next v0.1.2 |
565 | 2024-06-22T01:23:04.125Z | Compiling camino v1.1.7 |
566 | 2024-06-22T01:23:04.221Z | Compiling time v0.3.36 |
567 | 2024-06-22T01:23:04.270Z | Compiling is_terminal_polyfill v1.70.0 |
568 | 2024-06-22T01:23:04.394Z | Compiling tower-service v0.3.2 |
569 | 2024-06-22T01:23:04.417Z | Compiling pretty-hex v0.4.1 |
570 | 2024-06-22T01:23:04.532Z | Compiling anstyle-query v1.0.3 |
571 | 2024-06-22T01:23:04.618Z | Compiling unicode-bidi v0.3.15 |
572 | 2024-06-22T01:23:04.639Z | Compiling semver v1.0.23 |
573 | 2024-06-22T01:23:04.667Z | Compiling colorchoice v1.0.1 |
574 | 2024-06-22T01:23:04.690Z | Compiling crc32fast v1.4.0 |
575 | 2024-06-22T01:23:04.833Z | Compiling anstyle v1.0.7 |
576 | 2024-06-22T01:23:05.110Z | Compiling httpdate v1.0.3 |
577 | 2024-06-22T01:23:05.197Z | Compiling winnow v0.6.8 |
578 | 2024-06-22T01:23:05.345Z | Compiling idna v0.5.0 |
579 | 2024-06-22T01:23:05.618Z | Compiling anstream v0.6.14 |
580 | 2024-06-22T01:23:05.937Z | Compiling dirs-next v2.0.0 |
581 | 2024-06-22T01:23:06.849Z | Compiling block-buffer v0.10.4 |
582 | 2024-06-22T01:23:06.939Z | Compiling crypto-common v0.1.6 |
583 | 2024-06-22T01:23:07.076Z | Compiling terminal_size v0.3.0 |
584 | 2024-06-22T01:23:07.273Z | Compiling fs-err v2.11.0 |
585 | 2024-06-22T01:23:07.295Z | Compiling thread_local v1.1.8 |
586 | 2024-06-22T01:23:07.606Z | Compiling strsim v0.11.1 |
587 | 2024-06-22T01:23:07.672Z | Compiling anyhow v1.0.86 |
588 | 2024-06-22T01:23:07.728Z | Compiling slog-async v2.8.0 |
589 | 2024-06-22T01:23:07.898Z | Compiling clap_lex v0.7.0 |
590 | 2024-06-22T01:23:08.124Z | Compiling heck v0.5.0 |
591 | 2024-06-22T01:23:08.230Z | Compiling base64 v0.21.7 |
592 | 2024-06-22T01:23:08.253Z | Compiling bytecount v0.6.8 |
593 | 2024-06-22T01:23:08.430Z | Compiling adler v1.0.2 |
594 | 2024-06-22T01:23:08.463Z | Compiling match_cfg v0.1.0 |
595 | 2024-06-22T01:23:08.538Z | Compiling unicode-width v0.1.12 |
596 | 2024-06-22T01:23:08.568Z | Compiling hostname v0.3.1 |
597 | 2024-06-22T01:23:08.622Z | Compiling miniz_oxide v0.7.2 |
598 | 2024-06-22T01:23:08.755Z | Compiling rustls-pemfile v1.0.4 |
599 | 2024-06-22T01:23:08.806Z | Compiling papergrid v0.11.0 |
600 | 2024-06-22T01:23:08.903Z | Compiling clap_builder v4.5.2 |
601 | 2024-06-22T01:23:08.999Z | Compiling serde_derive v1.0.203 |
602 | 2024-06-22T01:23:09.060Z | Compiling thiserror-impl v1.0.60 |
603 | 2024-06-22T01:23:09.113Z | Compiling zerocopy-derive v0.7.34 |
604 | 2024-06-22T01:23:09.190Z | Compiling tokio-macros v2.2.0 |
605 | 2024-06-22T01:23:10.082Z | Compiling futures-macro v0.3.30 |
606 | 2024-06-22T01:23:10.204Z | Compiling scroll_derive v0.12.0 |
607 | 2024-06-22T01:23:10.945Z | Compiling tokio v1.37.0 |
608 | 2024-06-22T01:23:11.505Z | Compiling zerocopy v0.7.34 |
609 | 2024-06-22T01:23:11.678Z | Compiling openssl-macros v0.1.1 |
610 | 2024-06-22T01:23:12.227Z | Compiling futures-util v0.3.30 |
611 | 2024-06-22T01:23:12.658Z | Compiling pest v2.7.10 |
612 | 2024-06-22T01:23:13.155Z | Compiling scroll v0.12.0 |
613 | 2024-06-22T01:23:13.179Z | Compiling tabled_derive v0.7.0 |
614 | 2024-06-22T01:23:13.737Z | Compiling goblin v0.8.2 |
615 | 2024-06-22T01:23:15.599Z | Compiling pest_meta v2.7.10 |
616 | 2024-06-22T01:23:15.756Z | Compiling strum_macros v0.26.2 |
617 | 2024-06-22T01:23:18.765Z | Compiling pest_generator v2.7.10 |
618 | 2024-06-22T01:23:20.896Z | Compiling tokio-util v0.7.11 |
619 | 2024-06-22T01:23:21.045Z | Compiling pest_derive v2.7.10 |
620 | 2024-06-22T01:23:21.303Z | Compiling futures-executor v0.3.30 |
621 | 2024-06-22T01:23:21.729Z | Compiling tokio-native-tls v0.3.1 |
622 | 2024-06-22T01:23:21.833Z | Compiling dtrace-parser v0.2.0 |
623 | 2024-06-22T01:23:21.872Z | Compiling h2 v0.3.26 |
624 | 2024-06-22T01:23:22.003Z | Compiling clap_derive v4.5.4 |
625 | 2024-06-22T01:23:22.189Z | Compiling digest v0.10.7 |
626 | 2024-06-22T01:23:22.626Z | Compiling crossbeam-channel v0.5.12 |
627 | 2024-06-22T01:23:23.744Z | Compiling url v2.5.0 |
628 | 2024-06-22T01:23:24.203Z | Compiling toml_datetime v0.6.6 |
629 | 2024-06-22T01:23:24.715Z | Compiling serde_tokenstream v0.2.0 |
630 | 2024-06-22T01:23:24.844Z | Compiling serde_spanned v0.6.6 |
631 | 2024-06-22T01:23:25.079Z | Compiling toml_edit v0.22.13 |
632 | 2024-06-22T01:23:25.240Z | Compiling cargo-platform v0.1.8 |
633 | 2024-06-22T01:23:25.856Z | Compiling dof v0.3.0 |
634 | 2024-06-22T01:23:26.168Z | Compiling slog-json v2.6.1 |
635 | 2024-06-22T01:23:26.554Z | Compiling hyper v0.14.28 |
636 | 2024-06-22T01:23:27.594Z | Compiling serde_urlencoded v0.7.1 |
637 | 2024-06-22T01:23:28.150Z | Compiling toml v0.8.13 |
638 | 2024-06-22T01:23:28.174Z | Compiling term v0.7.0 |
639 | 2024-06-22T01:23:28.680Z | Compiling xattr v1.3.1 |
640 | 2024-06-22T01:23:28.734Z | Compiling filetime v0.2.23 |
641 | 2024-06-22T01:23:28.941Z | Compiling usdt-attr-macro v0.5.0 |
642 | 2024-06-22T01:23:28.962Z | Compiling usdt-macro v0.5.0 |
643 | 2024-06-22T01:23:29.106Z | Compiling is-terminal v0.4.12 |
644 | 2024-06-22T01:23:29.230Z | Compiling memmap v0.7.0 |
645 | 2024-06-22T01:23:29.368Z | Compiling encoding_rs v0.8.34 |
646 | 2024-06-22T01:23:29.601Z | Compiling take_mut v0.2.2 |
647 | 2024-06-22T01:23:29.760Z | Compiling mime v0.3.17 |
648 | 2024-06-22T01:23:29.796Z | Compiling sync_wrapper v0.1.2 |
649 | 2024-06-22T01:23:29.926Z | Compiling cpufeatures v0.2.12 |
650 | 2024-06-22T01:23:29.976Z | Compiling ipnet v2.9.0 |
651 | 2024-06-22T01:23:30.037Z | Compiling sha2 v0.10.8 |
652 | 2024-06-22T01:23:30.275Z | Compiling hyper-tls v0.5.0 |
653 | 2024-06-22T01:23:30.413Z | Compiling usdt v0.5.0 |
654 | 2024-06-22T01:23:30.613Z | Compiling slog-term v2.9.1 |
655 | 2024-06-22T01:23:30.913Z | Compiling cargo_toml v0.20.2 |
656 | 2024-06-22T01:23:31.204Z | Compiling tar v0.4.40 |
657 | 2024-06-22T01:23:31.598Z | Compiling flate2 v1.0.30 |
658 | 2024-06-22T01:23:31.890Z | Compiling reqwest v0.11.27 |
659 | 2024-06-22T01:23:32.615Z | Compiling cargo_metadata v0.18.1 |
660 | 2024-06-22T01:23:32.729Z | Compiling clap v4.5.4 |
661 | 2024-06-22T01:23:32.849Z | Compiling slog-bunyan v2.5.0 |
662 | 2024-06-22T01:23:33.054Z | Compiling macaddr v1.0.1 |
663 | 2024-06-22T01:23:33.406Z | Compiling futures v0.3.30 |
664 | 2024-06-22T01:23:33.515Z | Compiling strum v0.26.2 |
665 | 2024-06-22T01:23:33.540Z | Compiling tabled v0.15.0 |
666 | 2024-06-22T01:23:33.765Z | Compiling swrite v0.1.0 |
667 | 2024-06-22T01:23:33.892Z | Compiling md5 v0.7.0 |
668 | 2024-06-22T01:23:38.537Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
669 | 2024-06-22T01:23:45.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
670 | 2024-06-22T01:23:46.069Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
671 | 2024-06-22T01:23:46.128Z | Jun 22 01:23:45.620 INFO Starting download, target: Clickhouse |
672 | 2024-06-22T01:23:46.129Z | Jun 22 01:23:45.620 INFO Starting download, target: Console |
673 | 2024-06-22T01:23:46.129Z | Jun 22 01:23:45.620 INFO Starting download, target: Cockroach |
674 | 2024-06-22T01:23:46.129Z | Jun 22 01:23:45.620 INFO Starting download, target: DendriteOpenapi |
675 | 2024-06-22T01:23:46.129Z | Jun 22 01:23:45.620 INFO Starting download, target: DendriteStub |
676 | 2024-06-22T01:23:46.129Z | Jun 22 01:23:45.620 INFO Starting download, target: MaghemiteMgd |
677 | 2024-06-22T01:23:46.149Z | Jun 22 01:23:45.620 INFO Starting download, target: TransceiverControl |
678 | 2024-06-22T01:23:46.150Z | Jun 22 01:23:45.621 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
679 | 2024-06-22T01:23:46.150Z | Jun 22 01:23:45.621 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi |
680 | 2024-06-22T01:23:46.150Z | Jun 22 01:23:45.621 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
681 | 2024-06-22T01:23:46.150Z | Jun 22 01:23:45.621 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
682 | 2024-06-22T01:23:46.150Z | Jun 22 01:23:45.621 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
683 | 2024-06-22T01:23:46.150Z | Jun 22 01:23:45.621 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
684 | 2024-06-22T01:23:46.151Z | Jun 22 01:23:45.621 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
685 | 2024-06-22T01:23:46.373Z | Jun 22 01:23:45.836 INFO Download complete, target: DendriteOpenapi |
686 | 2024-06-22T01:23:46.571Z | Jun 22 01:23:46.059 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-06-22T01:23:46.656Z | Jun 22 01:23:46.154 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
688 | 2024-06-22T01:23:47.033Z | Jun 22 01:23:46.519 INFO Download complete, target: Console |
689 | 2024-06-22T01:23:47.259Z | Jun 22 01:23:46.757 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
690 | 2024-06-22T01:23:47.282Z | Jun 22 01:23:46.781 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
691 | 2024-06-22T01:23:47.366Z | Jun 22 01:23:46.864 INFO Download complete, target: TransceiverControl |
692 | 2024-06-22T01:23:48.350Z | Jun 22 01:23:47.849 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
693 | 2024-06-22T01:23:50.329Z | Jun 22 01:23:49.827 INFO Download complete, target: DendriteStub |
694 | 2024-06-22T01:23:50.644Z | Jun 22 01:23:50.142 INFO Download complete, target: MaghemiteMgd |
695 | 2024-06-22T01:23:52.949Z | Jun 22 01:23:52.446 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
696 | 2024-06-22T01:23:52.949Z | Jun 22 01:23:52.447 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
697 | 2024-06-22T01:24:01.418Z | Jun 22 01:24:00.878 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
698 | 2024-06-22T01:24:01.734Z | Jun 22 01:24:01.200 INFO Checking that binary works, target: Cockroach |
699 | 2024-06-22T01:24:01.975Z | Jun 22 01:24:01.450 INFO Download complete, target: Cockroach |
700 | 2024-06-22T01:24:03.334Z | Jun 22 01:24:02.779 INFO Checking that binary works, target: Clickhouse |
701 | 2024-06-22T01:24:03.590Z | Jun 22 01:24:03.065 INFO Download complete, target: Clickhouse |
702 | 2024-06-22T01:24:03.973Z | All builder prerequisites installed successfully, and PATH looks valid |
703 | 2024-06-22T01:24:03.980Z | |
704 | 2024-06-22T01:24:03.980Z | real 3:05.807647732 |
705 | 2024-06-22T01:24:03.980Z | user 5:48.420188903 |
706 | 2024-06-22T01:24:03.981Z | sys 1:18.625053475 |
707 | 2024-06-22T01:24:03.981Z | trap 0.207312096 |
708 | 2024-06-22T01:24:03.981Z | tflt 4.606875179 |
709 | 2024-06-22T01:24:03.981Z | dflt 6.868201044 |
710 | 2024-06-22T01:24:03.981Z | kflt 0.292160636 |
711 | 2024-06-22T01:24:03.981Z | lock 13:08.549744310 |
712 | 2024-06-22T01:24:03.982Z | slp 18:47.454608488 |
713 | 2024-06-22T01:24:03.982Z | lat 19.299994703 |
714 | 2024-06-22T01:24:03.982Z | stop 1:02.226713301 |
715 | 2024-06-22T01:24:03.982Z | + banner clippy |
716 | 2024-06-22T01:24:03.982Z | |
717 | 2024-06-22T01:24:03.982Z | #### # # ##### ##### # # |
718 | 2024-06-22T01:24:03.982Z | # # # # # # # # # # |
719 | 2024-06-22T01:24:03.983Z | # # # # # # # # |
720 | 2024-06-22T01:24:03.983Z | # # # ##### ##### # |
721 | 2024-06-22T01:24:03.983Z | # # # # # # # |
722 | 2024-06-22T01:24:03.983Z | #### ###### # # # # |
723 | 2024-06-22T01:24:03.983Z | |
724 | 2024-06-22T01:24:03.983Z | + export CARGO_INCREMENTAL=0 |
725 | 2024-06-22T01:24:03.983Z | + CARGO_INCREMENTAL=0 |
726 | 2024-06-22T01:24:03.983Z | + ptime -m cargo xtask clippy |
727 | 2024-06-22T01:24:04.528Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
728 | 2024-06-22T01:24:11.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.33s |
729 | 2024-06-22T01:24:11.418Z | Running `target/debug/xtask clippy` |
730 | 2024-06-22T01:24:11.439Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
731 | 2024-06-22T01:24:12.054Z | Downloading crates ... |
732 | 2024-06-22T01:24:12.251Z | Downloaded aead v0.5.2 |
733 | 2024-06-22T01:24:12.255Z | Downloaded anes v0.1.6 |
734 | 2024-06-22T01:24:12.259Z | Downloaded addr2line v0.21.0 |
735 | 2024-06-22T01:24:12.263Z | Downloaded ciborium-io v0.2.2 |
736 | 2024-06-22T01:24:12.265Z | Downloaded bitstruct_derive v0.1.0 |
737 | 2024-06-22T01:24:12.274Z | Downloaded indoc v1.0.9 |
738 | 2024-06-22T01:24:12.277Z | Downloaded impl-trait-for-tuples v0.2.2 |
739 | 2024-06-22T01:24:12.281Z | Downloaded crucible-workspace-hack v0.1.0 |
740 | 2024-06-22T01:24:12.283Z | Downloaded atomicwrites v0.4.3 |
741 | 2024-06-22T01:24:12.283Z | Downloaded assert_matches v1.5.0 |
742 | 2024-06-22T01:24:12.287Z | Downloaded crunchy v0.2.2 |
743 | 2024-06-22T01:24:12.290Z | Downloaded is_ci v1.2.0 |
744 | 2024-06-22T01:24:12.290Z | Downloaded approx v0.5.1 |
745 | 2024-06-22T01:24:12.293Z | Downloaded ahash v0.8.11 |
746 | 2024-06-22T01:24:12.295Z | Downloaded cfg_aliases v0.1.1 |
747 | 2024-06-22T01:24:12.295Z | Downloaded bitstruct v0.1.1 |
748 | 2024-06-22T01:24:12.300Z | Downloaded matches v0.1.10 |
749 | 2024-06-22T01:24:12.302Z | Downloaded crossbeam-deque v0.8.5 |
750 | 2024-06-22T01:24:12.302Z | Downloaded cast v0.3.0 |
751 | 2024-06-22T01:24:12.303Z | Downloaded bitflags v1.3.2 |
752 | 2024-06-22T01:24:12.306Z | Downloaded option-ext v0.2.0 |
753 | 2024-06-22T01:24:12.309Z | Downloaded nested v0.1.1 |
754 | 2024-06-22T01:24:12.309Z | Downloaded cbc v0.1.2 |
755 | 2024-06-22T01:24:12.312Z | Downloaded convert_case v0.4.0 |
756 | 2024-06-22T01:24:12.312Z | Downloaded oso-derive v0.27.3 |
757 | 2024-06-22T01:24:12.314Z | Downloaded pathdiff v0.2.1 |
758 | 2024-06-22T01:24:12.314Z | Downloaded bb8 v0.8.3 |
759 | 2024-06-22T01:24:12.317Z | Downloaded base16ct v0.2.0 |
760 | 2024-06-22T01:24:12.317Z | Downloaded corncobs v0.1.3 |
761 | 2024-06-22T01:24:12.321Z | Downloaded ctr v0.9.2 |
762 | 2024-06-22T01:24:12.324Z | Downloaded chacha20 v0.9.1 |
763 | 2024-06-22T01:24:12.324Z | Downloaded indicatif v0.17.8 |
764 | 2024-06-22T01:24:12.327Z | Downloaded bit-vec v0.6.3 |
765 | 2024-06-22T01:24:12.330Z | Downloaded multimap v0.10.0 |
766 | 2024-06-22T01:24:12.333Z | Downloaded lazycell v1.3.0 |
767 | 2024-06-22T01:24:12.333Z | Downloaded olpc-cjson v0.1.3 |
768 | 2024-06-22T01:24:12.336Z | Downloaded allocator-api2 v0.2.18 |
769 | 2024-06-22T01:24:12.338Z | Downloaded memoffset v0.9.1 |
770 | 2024-06-22T01:24:12.341Z | Downloaded internet-checksum v0.2.1 |
771 | 2024-06-22T01:24:12.341Z | Downloaded inout v0.1.3 |
772 | 2024-06-22T01:24:12.344Z | Downloaded linear-map v1.2.0 |
773 | 2024-06-22T01:24:12.344Z | Downloaded atty v0.2.14 |
774 | 2024-06-22T01:24:12.346Z | Downloaded num_enum_derive v0.5.11 |
775 | 2024-06-22T01:24:12.346Z | Downloaded cstr-argument v0.1.2 |
776 | 2024-06-22T01:24:12.349Z | Downloaded num-integer v0.1.46 |
777 | 2024-06-22T01:24:12.349Z | Downloaded managed v0.8.0 |
778 | 2024-06-22T01:24:12.352Z | Downloaded pbkdf2 v0.12.2 |
779 | 2024-06-22T01:24:12.355Z | Downloaded serde-big-array v0.5.1 |
780 | 2024-06-22T01:24:12.355Z | Downloaded packed_struct v0.10.1 |
781 | 2024-06-22T01:24:12.357Z | Downloaded arrayvec v0.7.4 |
782 | 2024-06-22T01:24:12.360Z | Downloaded kstat-rs v0.2.3 |
783 | 2024-06-22T01:24:12.360Z | Downloaded new_debug_unreachable v1.0.6 |
784 | 2024-06-22T01:24:12.363Z | Downloaded instant v0.1.12 |
785 | 2024-06-22T01:24:12.363Z | Downloaded normalize-line-endings v0.3.0 |
786 | 2024-06-22T01:24:12.366Z | Downloaded number_prefix v0.4.0 |
787 | 2024-06-22T01:24:12.366Z | Downloaded darling_core v0.20.9 |
788 | 2024-06-22T01:24:12.370Z | Downloaded paste v1.0.15 |
789 | 2024-06-22T01:24:12.373Z | Downloaded newline-converter v0.3.0 |
790 | 2024-06-22T01:24:12.376Z | Downloaded path-slash v0.1.5 |
791 | 2024-06-22T01:24:12.376Z | Downloaded bzip2 v0.4.4 |
792 | 2024-06-22T01:24:12.379Z | Downloaded async-trait v0.1.80 |
793 | 2024-06-22T01:24:12.381Z | Downloaded peg-runtime v0.8.3 |
794 | 2024-06-22T01:24:12.384Z | Downloaded nu-ansi-term v0.50.0 |
795 | 2024-06-22T01:24:12.387Z | Downloaded bcs v0.1.6 |
796 | 2024-06-22T01:24:12.388Z | Downloaded nodrop v0.1.14 |
797 | 2024-06-22T01:24:12.391Z | Downloaded nanorand v0.7.0 |
798 | 2024-06-22T01:24:12.393Z | Downloaded mockall v0.12.1 |
799 | 2024-06-22T01:24:12.393Z | Downloaded num-complex v0.4.6 |
800 | 2024-06-22T01:24:12.396Z | Downloaded crc v3.2.1 |
801 | 2024-06-22T01:24:12.400Z | Downloaded indoc v2.0.5 |
802 | 2024-06-22T01:24:12.404Z | Downloaded peg-macros v0.8.3 |
803 | 2024-06-22T01:24:12.404Z | Downloaded num-iter v0.1.45 |
804 | 2024-06-22T01:24:12.404Z | Downloaded cookie v0.17.0 |
805 | 2024-06-22T01:24:12.407Z | Downloaded constant_time_eq v0.3.0 |
806 | 2024-06-22T01:24:12.413Z | Downloaded slog-envlogger v2.2.0 |
807 | 2024-06-22T01:24:12.413Z | Downloaded crc-catalog v2.4.0 |
808 | 2024-06-22T01:24:12.413Z | Downloaded num v0.4.3 |
809 | 2024-06-22T01:24:12.413Z | Downloaded maybe-uninit v2.0.0 |
810 | 2024-06-22T01:24:12.418Z | Downloaded maplit v1.0.2 |
811 | 2024-06-22T01:24:12.418Z | Downloaded keccak v0.1.5 |
812 | 2024-06-22T01:24:12.418Z | Downloaded libefi-sys v0.1.0 |
813 | 2024-06-22T01:24:12.418Z | Downloaded colored v2.1.0 |
814 | 2024-06-22T01:24:12.421Z | Downloaded oorandom v11.1.3 |
815 | 2024-06-22T01:24:12.421Z | Downloaded lru-cache v0.1.2 |
816 | 2024-06-22T01:24:12.424Z | Downloaded ipnetwork v0.20.0 |
817 | 2024-06-22T01:24:12.427Z | Downloaded pbkdf2 v0.11.0 |
818 | 2024-06-22T01:24:12.431Z | Downloaded nibble_vec v0.1.0 |
819 | 2024-06-22T01:24:12.432Z | Downloaded http-body v1.0.0 |
820 | 2024-06-22T01:24:12.434Z | Downloaded foreign-types v0.5.0 |
821 | 2024-06-22T01:24:12.434Z | Downloaded base64ct v1.6.0 |
822 | 2024-06-22T01:24:12.434Z | Downloaded ascii v1.1.0 |
823 | 2024-06-22T01:24:12.437Z | Downloaded portpicker v0.1.1 |
824 | 2024-06-22T01:24:12.439Z | Downloaded blake2 v0.10.6 |
825 | 2024-06-22T01:24:12.442Z | Downloaded peg v0.8.3 |
826 | 2024-06-22T01:24:12.444Z | Downloaded cookie v0.18.1 |
827 | 2024-06-22T01:24:12.447Z | Downloaded phf_shared v0.10.0 |
828 | 2024-06-22T01:24:12.450Z | Downloaded mockall_derive v0.12.1 |
829 | 2024-06-22T01:24:12.450Z | Downloaded fxhash v0.2.1 |
830 | 2024-06-22T01:24:12.452Z | Downloaded smf v0.2.3 |
831 | 2024-06-22T01:24:12.453Z | Downloaded crc-any v2.5.0 |
832 | 2024-06-22T01:24:12.455Z | Downloaded const-oid v0.9.6 |
833 | 2024-06-22T01:24:12.458Z | Downloaded cancel-safe-futures v0.1.5 |
834 | 2024-06-22T01:24:12.461Z | Downloaded russh-cryptovec v0.7.2 |
835 | 2024-06-22T01:24:12.463Z | Downloaded structmeta-derive v0.3.0 |
836 | 2024-06-22T01:24:12.463Z | Downloaded unicase v2.7.0 |
837 | 2024-06-22T01:24:12.473Z | Downloaded topological-sort v0.2.2 |
838 | 2024-06-22T01:24:12.473Z | Downloaded stability v0.2.0 |
839 | 2024-06-22T01:24:12.473Z | Downloaded mime_guess v2.0.4 |
840 | 2024-06-22T01:24:12.473Z | Downloaded blake2b_simd v1.0.2 |
841 | 2024-06-22T01:24:12.473Z | Downloaded atomic-waker v1.1.2 |
842 | 2024-06-22T01:24:12.473Z | Downloaded console v0.15.8 |
843 | 2024-06-22T01:24:12.476Z | Downloaded difflib v0.4.0 |
844 | 2024-06-22T01:24:12.479Z | Downloaded memmap2 v0.9.4 |
845 | 2024-06-22T01:24:12.479Z | Downloaded vte_generate_state_changes v0.1.1 |
846 | 2024-06-22T01:24:12.479Z | Downloaded sqlparser_derive v0.2.2 |
847 | 2024-06-22T01:24:12.482Z | Downloaded yansi v0.5.1 |
848 | 2024-06-22T01:24:12.482Z | Downloaded ed25519 v2.2.3 |
849 | 2024-06-22T01:24:12.485Z | Downloaded multer v3.1.0 |
850 | 2024-06-22T01:24:12.488Z | Downloaded hostname v0.4.0 |
851 | 2024-06-22T01:24:12.490Z | Downloaded tower-layer v0.3.2 |
852 | 2024-06-22T01:24:12.491Z | Downloaded futures-timer v3.0.3 |
853 | 2024-06-22T01:24:12.493Z | Downloaded ff v0.13.0 |
854 | 2024-06-22T01:24:12.496Z | Downloaded erased-serde v0.3.31 |
855 | 2024-06-22T01:24:12.499Z | Downloaded partial-io v0.5.4 |
856 | 2024-06-22T01:24:12.501Z | Downloaded compact_str v0.7.1 |
857 | 2024-06-22T01:24:12.504Z | Downloaded cfg-expr v0.15.8 |
858 | 2024-06-22T01:24:12.507Z | Downloaded zone_cfg_derive v0.1.2 |
859 | 2024-06-22T01:24:12.507Z | Downloaded p256 v0.13.2 |
860 | 2024-06-22T01:24:12.511Z | Downloaded polyval v0.6.2 |
861 | 2024-06-22T01:24:12.513Z | Downloaded escape8259 v0.5.2 |
862 | 2024-06-22T01:24:12.516Z | Downloaded foreign-types-shared v0.3.1 |
863 | 2024-06-22T01:24:12.516Z | Downloaded foreign-types-macros v0.2.3 |
864 | 2024-06-22T01:24:12.519Z | Downloaded ref-cast-impl v1.0.23 |
865 | 2024-06-22T01:24:12.519Z | Downloaded headers-core v0.2.0 |
866 | 2024-06-22T01:24:12.519Z | Downloaded crossbeam-epoch v0.9.18 |
867 | 2024-06-22T01:24:12.522Z | Downloaded clang-sys v1.7.0 |
868 | 2024-06-22T01:24:12.533Z | Downloaded serde_path_to_error v0.1.16 |
869 | 2024-06-22T01:24:12.535Z | Downloaded predicates-tree v1.0.9 |
870 | 2024-06-22T01:24:12.538Z | Downloaded ident_case v1.0.1 |
871 | 2024-06-22T01:24:12.538Z | Downloaded slog-dtrace v0.3.0 |
872 | 2024-06-22T01:24:12.541Z | Downloaded shlex v1.3.0 |
873 | 2024-06-22T01:24:12.541Z | Downloaded tiny-keccak v2.0.2 |
874 | 2024-06-22T01:24:12.544Z | Downloaded shell-words v1.1.0 |
875 | 2024-06-22T01:24:12.549Z | Downloaded strum_macros v0.25.3 |
876 | 2024-06-22T01:24:12.549Z | Downloaded strum_macros v0.24.3 |
877 | 2024-06-22T01:24:12.552Z | Downloaded derive_builder_core v0.20.0 |
878 | 2024-06-22T01:24:12.552Z | Downloaded env_logger v0.10.2 |
879 | 2024-06-22T01:24:12.555Z | Downloaded yasna v0.5.2 |
880 | 2024-06-22T01:24:12.558Z | Downloaded similar v2.5.0 |
881 | 2024-06-22T01:24:12.562Z | Downloaded tempfile v3.10.1 |
882 | 2024-06-22T01:24:12.565Z | Downloaded doc-comment v0.3.3 |
883 | 2024-06-22T01:24:12.568Z | Downloaded crypto-bigint v0.5.5 |
884 | 2024-06-22T01:24:12.573Z | Downloaded aes v0.8.4 |
885 | 2024-06-22T01:24:12.576Z | Downloaded poly1305 v0.8.0 |
886 | 2024-06-22T01:24:12.579Z | Downloaded enum-as-inner v0.5.1 |
887 | 2024-06-22T01:24:12.582Z | Downloaded hex-literal v0.4.1 |
888 | 2024-06-22T01:24:12.585Z | Downloaded defmt-macros v0.3.9 |
889 | 2024-06-22T01:24:12.588Z | Downloaded owo-colors v4.0.0 |
890 | 2024-06-22T01:24:12.591Z | Downloaded signal-hook-tokio v0.3.1 |
891 | 2024-06-22T01:24:12.591Z | Downloaded socket2 v0.4.10 |
892 | 2024-06-22T01:24:12.594Z | Downloaded glob v0.3.1 |
893 | 2024-06-22T01:24:12.594Z | Downloaded scheduled-thread-pool v0.2.7 |
894 | 2024-06-22T01:24:12.597Z | Downloaded zerocopy v0.6.6 |
895 | 2024-06-22T01:24:12.599Z | Downloaded backtrace v0.3.71 |
896 | 2024-06-22T01:24:12.603Z | Downloaded rustfmt-wrapper v0.2.1 |
897 | 2024-06-22T01:24:12.606Z | Downloaded darling_macro v0.20.9 |
898 | 2024-06-22T01:24:12.606Z | Downloaded ref-cast v1.0.23 |
899 | 2024-06-22T01:24:12.608Z | Downloaded psl-types v2.0.11 |
900 | 2024-06-22T01:24:12.611Z | Downloaded subtle v2.5.0 |
901 | 2024-06-22T01:24:12.611Z | Downloaded rusty-fork v0.3.0 |
902 | 2024-06-22T01:24:12.614Z | Downloaded wait-timeout v0.2.0 |
903 | 2024-06-22T01:24:12.617Z | Downloaded tabwriter v1.4.0 |
904 | 2024-06-22T01:24:12.617Z | Downloaded supports-color v3.0.0 |
905 | 2024-06-22T01:24:12.617Z | Downloaded const_format v0.2.32 |
906 | 2024-06-22T01:24:12.622Z | Downloaded diff v0.1.13 |
907 | 2024-06-22T01:24:12.626Z | Downloaded tls_codec v0.4.1 |
908 | 2024-06-22T01:24:12.628Z | Downloaded pkcs8 v0.10.2 |
909 | 2024-06-22T01:24:12.631Z | Downloaded hmac v0.12.1 |
910 | 2024-06-22T01:24:12.634Z | Downloaded waitgroup v0.1.2 |
911 | 2024-06-22T01:24:12.637Z | Downloaded defmt-parser v0.3.4 |
912 | 2024-06-22T01:24:12.637Z | Downloaded ghash v0.5.1 |
913 | 2024-06-22T01:24:12.637Z | Downloaded fd-lock v4.0.2 |
914 | 2024-06-22T01:24:12.640Z | Downloaded tracing-attributes v0.1.27 |
915 | 2024-06-22T01:24:12.643Z | Downloaded env_logger v0.9.3 |
916 | 2024-06-22T01:24:12.645Z | Downloaded half v2.4.1 |
917 | 2024-06-22T01:24:12.648Z | Downloaded pretty-hex v0.2.1 |
918 | 2024-06-22T01:24:12.651Z | Downloaded der_derive v0.7.2 |
919 | 2024-06-22T01:24:12.651Z | Downloaded num-bigint v0.4.5 |
920 | 2024-06-22T01:24:12.655Z | Downloaded oso v0.27.3 |
921 | 2024-06-22T01:24:12.659Z | Downloaded rpassword v7.3.1 |
922 | 2024-06-22T01:24:12.662Z | Downloaded schemars_derive v0.8.20 |
923 | 2024-06-22T01:24:12.665Z | Downloaded base64 v0.13.1 |
924 | 2024-06-22T01:24:12.668Z | Downloaded dyn-clone v1.0.17 |
925 | 2024-06-22T01:24:12.668Z | Downloaded dhcproto-macros v0.1.0 |
926 | 2024-06-22T01:24:12.670Z | Downloaded static_assertions v1.1.0 |
927 | 2024-06-22T01:24:12.671Z | Downloaded stable_deref_trait v1.2.0 |
928 | 2024-06-22T01:24:12.677Z | Downloaded rtoolbox v0.0.2 |
929 | 2024-06-22T01:24:12.677Z | Downloaded strip-ansi-escapes v0.2.0 |
930 | 2024-06-22T01:24:12.677Z | Downloaded stringprep v0.1.4 |
931 | 2024-06-22T01:24:12.677Z | Downloaded diesel_table_macro_syntax v0.1.0 |
932 | 2024-06-22T01:24:12.680Z | Downloaded zone v0.1.8 |
933 | 2024-06-22T01:24:12.680Z | Downloaded pem-rfc7468 v0.7.0 |
934 | 2024-06-22T01:24:12.683Z | Downloaded iana-time-zone v0.1.60 |
935 | 2024-06-22T01:24:12.687Z | Downloaded vsss-rs v3.3.4 |
936 | 2024-06-22T01:24:12.687Z | Downloaded rustls-pki-types v1.7.0 |
937 | 2024-06-22T01:24:12.694Z | Downloaded subprocess v0.2.9 |
938 | 2024-06-22T01:24:12.698Z | Downloaded base64 v0.22.1 |
939 | 2024-06-22T01:24:12.698Z | Downloaded rustls-pemfile v2.1.2 |
940 | 2024-06-22T01:24:12.703Z | Downloaded humantime v2.1.0 |
941 | 2024-06-22T01:24:12.703Z | Downloaded fastrand v2.1.0 |
942 | 2024-06-22T01:24:12.707Z | Downloaded postcard v1.0.8 |
943 | 2024-06-22T01:24:12.707Z | Downloaded minimal-lexical v0.2.1 |
944 | 2024-06-22T01:24:12.711Z | Downloaded proc-macro-crate v1.3.1 |
945 | 2024-06-22T01:24:12.711Z | Downloaded rfc6979 v0.4.0 |
946 | 2024-06-22T01:24:12.715Z | Downloaded platforms v3.4.0 |
947 | 2024-06-22T01:24:12.715Z | Downloaded derive-where v1.2.7 |
948 | 2024-06-22T01:24:12.718Z | Downloaded primeorder v0.13.6 |
949 | 2024-06-22T01:24:12.722Z | Downloaded endian-type v0.1.2 |
950 | 2024-06-22T01:24:12.722Z | Downloaded precomputed-hash v0.1.1 |
951 | 2024-06-22T01:24:12.722Z | Downloaded hyper-staticfile v0.9.5 |
952 | 2024-06-22T01:24:12.725Z | Downloaded group v0.13.0 |
953 | 2024-06-22T01:24:12.725Z | Downloaded unicode-xid v0.2.4 |
954 | 2024-06-22T01:24:12.728Z | Downloaded serde_arrays v0.1.0 |
955 | 2024-06-22T01:24:12.728Z | Downloaded serde_repr v0.1.19 |
956 | 2024-06-22T01:24:12.731Z | Downloaded signature v1.6.4 |
957 | 2024-06-22T01:24:12.735Z | Downloaded universal-hash v0.5.1 |
958 | 2024-06-22T01:24:12.735Z | Downloaded samael v0.0.15 |
959 | 2024-06-22T01:24:12.738Z | Downloaded highway v1.1.0 |
960 | 2024-06-22T01:24:12.742Z | Downloaded serde-big-array v0.4.1 |
961 | 2024-06-22T01:24:12.745Z | Downloaded hyper-rustls v0.24.2 |
962 | 2024-06-22T01:24:12.745Z | Downloaded fragile v2.0.0 |
963 | 2024-06-22T01:24:12.749Z | Downloaded rustls-native-certs v0.7.0 |
964 | 2024-06-22T01:24:12.752Z | Downloaded vte v0.11.1 |
965 | 2024-06-22T01:24:12.752Z | Downloaded trybuild v1.0.96 |
966 | 2024-06-22T01:24:12.756Z | Downloaded criterion v0.5.1 |
967 | 2024-06-22T01:24:12.763Z | Downloaded ecdsa v0.16.9 |
968 | 2024-06-22T01:24:12.767Z | Downloaded string_cache v0.8.7 |
969 | 2024-06-22T01:24:12.770Z | Downloaded predicates-core v1.0.6 |
970 | 2024-06-22T01:24:12.770Z | Downloaded predicates v3.1.0 |
971 | 2024-06-22T01:24:12.772Z | Downloaded plotters-backend v0.3.5 |
972 | 2024-06-22T01:24:12.773Z | Downloaded phf_shared v0.11.2 |
973 | 2024-06-22T01:24:12.776Z | Downloaded heck v0.3.3 |
974 | 2024-06-22T01:24:12.776Z | Downloaded hyper-rustls v0.26.0 |
975 | 2024-06-22T01:24:12.779Z | Downloaded globset v0.4.14 |
976 | 2024-06-22T01:24:12.782Z | Downloaded libxml v0.3.3 |
977 | 2024-06-22T01:24:12.787Z | Downloaded plotters-svg v0.3.5 |
978 | 2024-06-22T01:24:12.790Z | Downloaded guppy-workspace-hack v0.1.0 |
979 | 2024-06-22T01:24:12.790Z | Downloaded postgres-types v0.2.6 |
980 | 2024-06-22T01:24:12.790Z | Downloaded headers v0.3.9 |
981 | 2024-06-22T01:24:12.799Z | Downloaded display-error-chain v0.2.0 |
982 | 2024-06-22T01:24:12.802Z | Downloaded rand_xorshift v0.3.0 |
983 | 2024-06-22T01:24:12.802Z | Downloaded rand_seeder v0.2.3 |
984 | 2024-06-22T01:24:12.802Z | Downloaded ena v0.14.3 |
985 | 2024-06-22T01:24:12.803Z | Downloaded data-encoding v2.6.0 |
986 | 2024-06-22T01:24:12.803Z | Downloaded zeroize_derive v1.4.2 |
987 | 2024-06-22T01:24:12.806Z | Downloaded rustc-hash v1.1.0 |
988 | 2024-06-22T01:24:12.806Z | Downloaded signal-hook v0.3.17 |
989 | 2024-06-22T01:24:12.809Z | Downloaded rayon-core v1.12.1 |
990 | 2024-06-22T01:24:12.813Z | Downloaded hubpack_derive v0.1.1 |
991 | 2024-06-22T01:24:12.813Z | Downloaded termcolor v1.4.1 |
992 | 2024-06-22T01:24:12.816Z | Downloaded smallvec v0.6.14 |
993 | 2024-06-22T01:24:12.816Z | Downloaded rcgen v0.12.1 |
994 | 2024-06-22T01:24:12.819Z | Downloaded semver v0.1.20 |
995 | 2024-06-22T01:24:12.822Z | Downloaded serde_derive_internals v0.29.1 |
996 | 2024-06-22T01:24:12.822Z | Downloaded getrandom v0.2.14 |
997 | 2024-06-22T01:24:12.825Z | Downloaded uzers v0.11.3 |
998 | 2024-06-22T01:24:12.828Z | Downloaded fallible-iterator v0.2.0 |
999 | 2024-06-22T01:24:12.828Z | Downloaded embedded-io v0.4.0 |
1000 | 2024-06-22T01:24:12.831Z | Downloaded termios v0.3.3 |
1001 | 2024-06-22T01:24:12.834Z | Downloaded target-spec v3.1.0 |
1002 | 2024-06-22T01:24:12.834Z | Downloaded http-range v0.1.5 |
1003 | 2024-06-22T01:24:12.837Z | Downloaded http v1.1.0 |
1004 | 2024-06-22T01:24:12.840Z | Downloaded trust-dns-resolver v0.22.0 |
1005 | 2024-06-22T01:24:12.843Z | Downloaded rustc-demangle v0.1.24 |
1006 | 2024-06-22T01:24:12.846Z | Downloaded termtree v0.4.1 |
1007 | 2024-06-22T01:24:12.846Z | Downloaded sec1 v0.7.3 |
1008 | 2024-06-22T01:24:12.849Z | Downloaded funty v2.0.0 |
1009 | 2024-06-22T01:24:12.849Z | Downloaded rand v0.8.5 |
1010 | 2024-06-22T01:24:12.852Z | Downloaded der v0.7.9 |
1011 | 2024-06-22T01:24:12.858Z | Downloaded fatfs v0.3.6 |
1012 | 2024-06-22T01:24:12.861Z | Downloaded fixedbitset v0.4.2 |
1013 | 2024-06-22T01:24:12.864Z | Downloaded signature v2.2.0 |
1014 | 2024-06-22T01:24:12.867Z | Downloaded sigpipe v0.1.3 |
1015 | 2024-06-22T01:24:12.867Z | Downloaded relative-path v1.9.3 |
1016 | 2024-06-22T01:24:12.867Z | Downloaded serde-hex v0.1.0 |
1017 | 2024-06-22T01:24:12.870Z | Downloaded serde_with_macros v3.8.1 |
1018 | 2024-06-22T01:24:12.873Z | Downloaded zeroize v1.7.0 |
1019 | 2024-06-22T01:24:12.873Z | Downloaded secrecy v0.8.0 |
1020 | 2024-06-22T01:24:12.873Z | Downloaded rand_chacha v0.3.1 |
1021 | 2024-06-22T01:24:12.876Z | Downloaded whoami v1.5.1 |
1022 | 2024-06-22T01:24:12.876Z | Downloaded which v4.4.2 |
1023 | 2024-06-22T01:24:12.879Z | Downloaded untrusted v0.7.1 |
1024 | 2024-06-22T01:24:12.879Z | Downloaded schemars v0.8.20 |
1025 | 2024-06-22T01:24:12.890Z | Downloaded debug-ignore v1.0.5 |
1026 | 2024-06-22T01:24:12.893Z | Downloaded smawk v0.3.2 |
1027 | 2024-06-22T01:24:12.896Z | Downloaded pkcs1 v0.7.5 |
1028 | 2024-06-22T01:24:12.896Z | Downloaded walkdir v2.5.0 |
1029 | 2024-06-22T01:24:12.899Z | Downloaded zip v0.6.6 |
1030 | 2024-06-22T01:24:12.902Z | Downloaded x509-cert v0.2.5 |
1031 | 2024-06-22T01:24:12.908Z | Downloaded libm v0.2.8 |
1032 | 2024-06-22T01:24:12.916Z | Downloaded sct v0.7.1 |
1033 | 2024-06-22T01:24:12.919Z | Downloaded tap v1.0.1 |
1034 | 2024-06-22T01:24:12.922Z | Downloaded rand_core v0.6.4 |
1035 | 2024-06-22T01:24:12.922Z | Downloaded siphasher v0.3.11 |
1036 | 2024-06-22T01:24:12.925Z | Downloaded flagset v0.4.5 |
1037 | 2024-06-22T01:24:12.925Z | Downloaded resolv-conf v0.7.0 |
1038 | 2024-06-22T01:24:12.928Z | Downloaded nom v7.1.3 |
1039 | 2024-06-22T01:24:12.932Z | Downloaded either v1.12.0 |
1040 | 2024-06-22T01:24:12.935Z | Downloaded unicode-linebreak v0.1.5 |
1041 | 2024-06-22T01:24:12.935Z | Downloaded dirs-sys v0.4.1 |
1042 | 2024-06-22T01:24:12.938Z | Downloaded ppv-lite86 v0.2.17 |
1043 | 2024-06-22T01:24:12.938Z | Downloaded ron v0.8.1 |
1044 | 2024-06-22T01:24:12.943Z | Downloaded postgres-protocol v0.6.6 |
1045 | 2024-06-22T01:24:12.946Z | Downloaded ron v0.7.1 |
1046 | 2024-06-22T01:24:12.950Z | Downloaded float-cmp v0.9.0 |
1047 | 2024-06-22T01:24:12.953Z | Downloaded structmeta v0.2.0 |
1048 | 2024-06-22T01:24:12.953Z | Downloaded dirs v5.0.1 |
1049 | 2024-06-22T01:24:12.956Z | Downloaded similar-asserts v1.5.0 |
1050 | 2024-06-22T01:24:12.956Z | Downloaded p521 v0.13.3 |
1051 | 2024-06-22T01:24:12.960Z | Downloaded trust-dns-server v0.22.1 |
1052 | 2024-06-22T01:24:12.967Z | Downloaded itertools v0.10.5 |
1053 | 2024-06-22T01:24:12.971Z | Downloaded httptest v0.15.5 |
1054 | 2024-06-22T01:24:12.974Z | Downloaded prettyplease v0.2.20 |
1055 | 2024-06-22T01:24:12.977Z | Downloaded textwrap v0.16.1 |
1056 | 2024-06-22T01:24:12.980Z | Downloaded test-strategy v0.3.1 |
1057 | 2024-06-22T01:24:12.983Z | Downloaded publicsuffix v2.2.3 |
1058 | 2024-06-22T01:24:12.986Z | Downloaded pin-project v1.1.5 |
1059 | 2024-06-22T01:24:12.997Z | Downloaded salty v0.2.0 |
1060 | 2024-06-22T01:24:13.002Z | Downloaded target-lexicon v0.12.14 |
1061 | 2024-06-22T01:24:13.006Z | Downloaded heapless v0.8.0 |
1062 | 2024-06-22T01:24:13.009Z | Downloaded dhcproto v0.11.0 |
1063 | 2024-06-22T01:24:13.012Z | Downloaded elliptic-curve v0.13.8 |
1064 | 2024-06-22T01:24:13.015Z | Downloaded toml_edit v0.19.15 |
1065 | 2024-06-22T01:24:13.032Z | Downloaded unicode-segmentation v1.11.0 |
1066 | 2024-06-22T01:24:13.035Z | Downloaded derive_more v0.99.17 |
1067 | 2024-06-22T01:24:13.040Z | Downloaded toml v0.7.8 |
1068 | 2024-06-22T01:24:13.044Z | Downloaded unsafe-libyaml v0.2.11 |
1069 | 2024-06-22T01:24:13.047Z | Downloaded ed25519-dalek v2.1.1 |
1070 | 2024-06-22T01:24:13.050Z | Downloaded hyper-util v0.1.3 |
1071 | 2024-06-22T01:24:13.054Z | Downloaded rstest_macros v0.19.0 |
1072 | 2024-06-22T01:24:13.057Z | Downloaded diesel_derives v2.1.4 |
1073 | 2024-06-22T01:24:13.061Z | Downloaded pretty_assertions v1.4.0 |
1074 | 2024-06-22T01:24:13.064Z | Downloaded reedline v0.31.0 |
1075 | 2024-06-22T01:24:13.071Z | Downloaded snafu v0.8.2 |
1076 | 2024-06-22T01:24:13.076Z | Downloaded russh v0.43.0 |
1077 | 2024-06-22T01:24:13.082Z | Downloaded expectorate v1.1.0 |
1078 | 2024-06-22T01:24:13.085Z | Downloaded rsa v0.9.6 |
1079 | 2024-06-22T01:24:13.089Z | Downloaded fancy-regex v0.13.0 |
1080 | 2024-06-22T01:24:13.092Z | Downloaded portable-atomic v1.6.0 |
1081 | 2024-06-22T01:24:13.098Z | Downloaded tokio-postgres v0.7.10 |
1082 | 2024-06-22T01:24:13.103Z | Downloaded rayon v1.10.0 |
1083 | 2024-06-22T01:24:13.113Z | Downloaded chrono v0.4.38 |
1084 | 2024-06-22T01:24:13.121Z | Downloaded typed-path v0.7.1 |
1085 | 2024-06-22T01:24:13.127Z | Downloaded serde_with v3.8.1 |
1086 | 2024-06-22T01:24:13.135Z | Downloaded rustyline v14.0.0 |
1087 | 2024-06-22T01:24:13.140Z | Downloaded hyper v1.3.1 |
1088 | 2024-06-22T01:24:13.147Z | Downloaded bindgen v0.69.4 |
1089 | 2024-06-22T01:24:13.154Z | Downloaded regex-automata v0.1.10 |
1090 | 2024-06-22T01:24:13.160Z | Downloaded rustls-webpki v0.101.7 |
1091 | 2024-06-22T01:24:13.174Z | Downloaded lalrpop v0.19.12 |
1092 | 2024-06-22T01:24:13.185Z | Downloaded quick-xml v0.31.0 |
1093 | 2024-06-22T01:24:13.191Z | Downloaded guppy v0.17.5 |
1094 | 2024-06-22T01:24:13.197Z | Downloaded proptest v1.4.0 |
1095 | 2024-06-22T01:24:13.209Z | Downloaded object v0.30.4 |
1096 | 2024-06-22T01:24:13.217Z | Downloaded winnow v0.5.40 |
1097 | 2024-06-22T01:24:13.225Z | Downloaded hkdf v0.12.4 |
1098 | 2024-06-22T01:24:13.228Z | Downloaded polar-core v0.27.3 |
1099 | 2024-06-22T01:24:13.236Z | Downloaded curve25519-dalek v4.1.2 |
1100 | 2024-06-22T01:24:13.245Z | Downloaded plotters v0.3.5 |
1101 | 2024-06-22T01:24:13.254Z | Downloaded object v0.32.2 |
1102 | 2024-06-22T01:24:13.264Z | Downloaded nix v0.28.0 |
1103 | 2024-06-22T01:24:13.276Z | Downloaded regex v1.10.4 |
1104 | 2024-06-22T01:24:13.292Z | Downloaded radix_trie v0.2.1 |
1105 | 2024-06-22T01:24:13.295Z | Downloaded rustls v0.21.12 |
1106 | 2024-06-22T01:24:13.306Z | Downloaded regex-syntax v0.8.3 |
1107 | 2024-06-22T01:24:13.314Z | Downloaded regex-syntax v0.6.29 |
1108 | 2024-06-22T01:24:13.321Z | Downloaded webpki-roots v0.25.4 |
1109 | 2024-06-22T01:24:13.325Z | Downloaded diesel v2.1.6 |
1110 | 2024-06-22T01:24:13.343Z | Downloaded gimli v0.28.1 |
1111 | 2024-06-22T01:24:13.350Z | Downloaded regress v0.9.1 |
1112 | 2024-06-22T01:24:13.359Z | Downloaded smoltcp v0.11.0 |
1113 | 2024-06-22T01:24:13.373Z | Downloaded openapiv3 v2.0.0 |
1114 | 2024-06-22T01:24:13.384Z | Downloaded rustls v0.22.4 |
1115 | 2024-06-22T01:24:13.397Z | Downloaded trust-dns-proto v0.22.0 |
1116 | 2024-06-22T01:24:13.410Z | Downloaded bstr v1.9.1 |
1117 | 2024-06-22T01:24:13.420Z | Downloaded ratatui v0.26.2 |
1118 | 2024-06-22T01:24:13.443Z | Downloaded sled v0.34.7 |
1119 | 2024-06-22T01:24:13.448Z | Downloaded regex-automata v0.4.6 |
1120 | 2024-06-22T01:24:13.466Z | Downloaded zerocopy-derive v0.6.6 |
1121 | 2024-06-22T01:24:13.475Z | Downloaded finl_unicode v1.2.0 |
1122 | 2024-06-22T01:24:13.487Z | Downloaded sha3 v0.10.8 |
1123 | 2024-06-22T01:24:13.491Z | Downloaded csv v1.3.0 |
1124 | 2024-06-22T01:24:13.510Z | Downloaded petgraph v0.6.5 |
1125 | 2024-06-22T01:24:13.527Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1126 | 2024-06-22T01:24:13.539Z | Downloaded smoltcp v0.9.1 |
1127 | 2024-06-22T01:24:13.549Z | Downloaded bstr v0.2.17 |
1128 | 2024-06-22T01:24:13.558Z | Downloaded sqlparser v0.45.0 |
1129 | 2024-06-22T01:24:13.563Z | Downloaded rustls-webpki v0.102.4 |
1130 | 2024-06-22T01:24:13.581Z | Downloaded nix v0.27.1 |
1131 | 2024-06-22T01:24:13.591Z | Downloaded idna v0.3.0 |
1132 | 2024-06-22T01:24:13.597Z | Downloaded idna v0.2.3 |
1133 | 2024-06-22T01:24:13.603Z | Downloaded bitvec v1.0.1 |
1134 | 2024-06-22T01:24:13.617Z | Downloaded hashbrown v0.13.2 |
1135 | 2024-06-22T01:24:13.621Z | Downloaded hashbrown v0.12.3 |
1136 | 2024-06-22T01:24:13.625Z | Downloaded unicode_categories v0.1.1 |
1137 | 2024-06-22T01:24:13.628Z | Downloaded blake3 v1.5.1 |
1138 | 2024-06-22T01:24:13.634Z | Downloaded rand v0.7.3 |
1139 | 2024-06-22T01:24:13.638Z | Downloaded aho-corasick v1.1.3 |
1140 | 2024-06-22T01:24:13.644Z | Downloaded steno v0.4.0 |
1141 | 2024-06-22T01:24:13.648Z | Downloaded tough v0.17.1 |
1142 | 2024-06-22T01:24:13.655Z | Downloaded serde_yaml v0.9.34+deprecated |
1143 | 2024-06-22T01:24:13.659Z | Downloaded heapless v0.7.17 |
1144 | 2024-06-22T01:24:13.662Z | Downloaded pin-project-internal v1.1.5 |
1145 | 2024-06-22T01:24:13.665Z | Downloaded flume v0.11.0 |
1146 | 2024-06-22T01:24:13.668Z | Downloaded aes-gcm v0.10.3 |
1147 | 2024-06-22T01:24:13.671Z | Downloaded tungstenite v0.20.1 |
1148 | 2024-06-22T01:24:13.675Z | Downloaded num-bigint-dig v0.8.4 |
1149 | 2024-06-22T01:24:13.678Z | Downloaded slog-stdlog v4.1.1 |
1150 | 2024-06-22T01:24:13.681Z | Downloaded hubpack v0.1.2 |
1151 | 2024-06-22T01:24:13.681Z | Downloaded tungstenite v0.21.0 |
1152 | 2024-06-22T01:24:13.684Z | Downloaded datatest-stable v0.2.9 |
1153 | 2024-06-22T01:24:13.689Z | Downloaded getrandom v0.1.16 |
1154 | 2024-06-22T01:24:13.692Z | Downloaded tokio-rustls v0.25.0 |
1155 | 2024-06-22T01:24:13.692Z | Downloaded rand_core v0.5.1 |
1156 | 2024-06-22T01:24:13.692Z | Downloaded tokio-tungstenite v0.21.0 |
1157 | 2024-06-22T01:24:13.695Z | Downloaded tower v0.4.13 |
1158 | 2024-06-22T01:24:13.701Z | Downloaded hex v0.4.3 |
1159 | 2024-06-22T01:24:13.704Z | Downloaded tls_codec_derive v0.4.1 |
1160 | 2024-06-22T01:24:13.704Z | Downloaded getopts v0.2.21 |
1161 | 2024-06-22T01:24:13.709Z | Downloaded thiserror-impl-no-std v2.0.2 |
1162 | 2024-06-22T01:24:13.709Z | Downloaded tokio-stream v0.1.15 |
1163 | 2024-06-22T01:24:13.711Z | Downloaded tokio-rustls v0.24.1 |
1164 | 2024-06-22T01:24:13.716Z | Downloaded slog-scope v4.4.0 |
1165 | 2024-06-22T01:24:13.717Z | Downloaded rstest v0.19.0 |
1166 | 2024-06-22T01:24:13.719Z | Downloaded itertools v0.12.1 |
1167 | 2024-06-22T01:24:13.725Z | Downloaded sqlformat v0.2.3 |
1168 | 2024-06-22T01:24:13.729Z | Downloaded snafu-derive v0.8.2 |
1169 | 2024-06-22T01:24:13.729Z | Downloaded crossterm v0.27.0 |
1170 | 2024-06-22T01:24:13.733Z | Downloaded trust-dns-client v0.22.0 |
1171 | 2024-06-22T01:24:13.739Z | Downloaded toml v0.5.11 |
1172 | 2024-06-22T01:24:13.743Z | Downloaded rand_chacha v0.2.2 |
1173 | 2024-06-22T01:24:13.746Z | Downloaded radium v0.7.0 |
1174 | 2024-06-22T01:24:13.747Z | Downloaded phf v0.11.2 |
1175 | 2024-06-22T01:24:13.747Z | Downloaded pem v3.0.4 |
1176 | 2024-06-22T01:24:13.747Z | Downloaded spki v0.7.3 |
1177 | 2024-06-22T01:24:13.749Z | Downloaded defmt v0.3.8 |
1178 | 2024-06-22T01:24:13.752Z | Downloaded r2d2 v0.8.10 |
1179 | 2024-06-22T01:24:13.752Z | Downloaded quick-error v1.2.3 |
1180 | 2024-06-22T01:24:13.752Z | Downloaded chacha20poly1305 v0.10.1 |
1181 | 2024-06-22T01:24:13.756Z | Downloaded tinytemplate v1.2.1 |
1182 | 2024-06-22T01:24:13.756Z | Downloaded num-traits v0.2.19 |
1183 | 2024-06-22T01:24:13.759Z | Downloaded tui-tree-widget v0.19.0 |
1184 | 2024-06-22T01:24:13.759Z | Downloaded wyz v0.5.1 |
1185 | 2024-06-22T01:24:13.762Z | Downloaded toolchain_find v0.4.0 |
1186 | 2024-06-22T01:24:13.762Z | Downloaded rustc_version v0.4.0 |
1187 | 2024-06-22T01:24:13.762Z | Downloaded rustc_version v0.1.7 |
1188 | 2024-06-22T01:24:13.766Z | Downloaded arc-swap v1.7.1 |
1189 | 2024-06-22T01:24:13.766Z | Downloaded russh-keys v0.43.0 |
1190 | 2024-06-22T01:24:13.769Z | Downloaded downcast v0.11.0 |
1191 | 2024-06-22T01:24:13.769Z | Downloaded rust-argon2 v2.1.0 |
1192 | 2024-06-22T01:24:13.772Z | Downloaded uuid v1.8.0 |
1193 | 2024-06-22T01:24:13.776Z | Downloaded derive_builder v0.20.0 |
1194 | 2024-06-22T01:24:13.779Z | Downloaded same-file v1.0.6 |
1195 | 2024-06-22T01:24:13.779Z | Downloaded darling v0.20.9 |
1196 | 2024-06-22T01:24:13.782Z | Downloaded unarray v0.1.4 |
1197 | 2024-06-22T01:24:13.785Z | Downloaded threadpool v1.8.1 |
1198 | 2024-06-22T01:24:13.785Z | Downloaded spin v0.9.8 |
1199 | 2024-06-22T01:24:13.789Z | Downloaded tokio-tungstenite v0.20.1 |
1200 | 2024-06-22T01:24:13.789Z | Downloaded derive_builder_macro v0.20.0 |
1201 | 2024-06-22T01:24:13.789Z | Downloaded omicron-zone-package v0.11.0 |
1202 | 2024-06-22T01:24:13.792Z | Downloaded gethostname v0.4.3 |
1203 | 2024-06-22T01:24:13.792Z | Downloaded hash32 v0.3.1 |
1204 | 2024-06-22T01:24:13.796Z | Downloaded hash32 v0.2.1 |
1205 | 2024-06-22T01:24:13.796Z | Downloaded password-hash v0.5.0 |
1206 | 2024-06-22T01:24:13.796Z | Downloaded parking_lot_core v0.8.6 |
1207 | 2024-06-22T01:24:13.800Z | Downloaded ed25519 v1.5.3 |
1208 | 2024-06-22T01:24:13.800Z | Downloaded bitfield v0.14.0 |
1209 | 2024-06-22T01:24:13.803Z | Downloaded utf-8 v0.7.6 |
1210 | 2024-06-22T01:24:13.803Z | Downloaded untrusted v0.9.0 |
1211 | 2024-06-22T01:24:13.803Z | Downloaded linked-hash-map v0.5.6 |
1212 | 2024-06-22T01:24:13.806Z | Downloaded libtest-mimic v0.7.3 |
1213 | 2024-06-22T01:24:13.806Z | Downloaded cookie_store v0.20.0 |
1214 | 2024-06-22T01:24:13.811Z | Downloaded ciborium v0.2.2 |
1215 | 2024-06-22T01:24:13.811Z | Downloaded thiserror-no-std v2.0.2 |
1216 | 2024-06-22T01:24:13.815Z | Downloaded structmeta-derive v0.2.0 |
1217 | 2024-06-22T01:24:13.815Z | Downloaded structmeta v0.3.0 |
1218 | 2024-06-22T01:24:13.815Z | Downloaded spin v0.5.2 |
1219 | 2024-06-22T01:24:13.818Z | Downloaded parse-display-derive v0.9.0 |
1220 | 2024-06-22T01:24:13.818Z | Downloaded home v0.5.9 |
1221 | 2024-06-22T01:24:13.818Z | Downloaded argon2 v0.5.3 |
1222 | 2024-06-22T01:24:13.825Z | Downloaded signal-hook-mio v0.2.3 |
1223 | 2024-06-22T01:24:13.825Z | Downloaded sha1 v0.10.6 |
1224 | 2024-06-22T01:24:13.826Z | Downloaded serde_plain v1.0.2 |
1225 | 2024-06-22T01:24:13.829Z | Downloaded packed_struct_codegen v0.10.1 |
1226 | 2024-06-22T01:24:13.829Z | Downloaded num-derive v0.4.2 |
1227 | 2024-06-22T01:24:13.829Z | Downloaded lazy_static v1.4.0 |
1228 | 2024-06-22T01:24:13.829Z | Downloaded csv-core v0.1.11 |
1229 | 2024-06-22T01:24:13.829Z | Downloaded assert_cmd v2.0.14 |
1230 | 2024-06-22T01:24:13.833Z | Downloaded camino-tempfile v1.1.1 |
1231 | 2024-06-22T01:24:13.833Z | Downloaded buf-list v1.0.3 |
1232 | 2024-06-22T01:24:13.836Z | Downloaded block-padding v0.3.3 |
1233 | 2024-06-22T01:24:13.836Z | Downloaded cexpr v0.6.0 |
1234 | 2024-06-22T01:24:13.836Z | Downloaded cassowary v0.3.0 |
1235 | 2024-06-22T01:24:13.841Z | Downloaded arrayref v0.3.7 |
1236 | 2024-06-22T01:24:13.841Z | Downloaded bit-set v0.5.3 |
1237 | 2024-06-22T01:24:13.841Z | Downloaded castaway v0.2.2 |
1238 | 2024-06-22T01:24:13.844Z | Downloaded password-hash v0.4.2 |
1239 | 2024-06-22T01:24:13.844Z | Downloaded parking_lot v0.11.2 |
1240 | 2024-06-22T01:24:13.844Z | Downloaded num_enum v0.5.11 |
1241 | 2024-06-22T01:24:13.847Z | Downloaded indexmap v1.9.3 |
1242 | 2024-06-22T01:24:13.850Z | Downloaded criterion-plot v0.5.0 |
1243 | 2024-06-22T01:24:13.853Z | Downloaded num-rational v0.4.2 |
1244 | 2024-06-22T01:24:13.854Z | Downloaded libloading v0.8.3 |
1245 | 2024-06-22T01:24:13.856Z | Downloaded const_format_proc_macros v0.2.32 |
1246 | 2024-06-22T01:24:13.859Z | Downloaded parse-display v0.9.0 |
1247 | 2024-06-22T01:24:13.859Z | Downloaded libsw v3.3.1 |
1248 | 2024-06-22T01:24:13.862Z | Downloaded ciborium-ll v0.2.2 |
1249 | 2024-06-22T01:24:13.862Z | Downloaded bcrypt-pbkdf v0.10.0 |
1250 | 2024-06-22T01:24:13.862Z | Downloaded async-stream-impl v0.3.5 |
1251 | 2024-06-22T01:24:13.862Z | Downloaded async-recursion v1.1.1 |
1252 | 2024-06-22T01:24:13.865Z | Downloaded newtype-uuid v1.1.0 |
1253 | 2024-06-22T01:24:13.868Z | Downloaded md-5 v0.10.6 |
1254 | 2024-06-22T01:24:13.868Z | Downloaded lru v0.12.3 |
1255 | 2024-06-22T01:24:13.871Z | Downloaded lalrpop-util v0.19.12 |
1256 | 2024-06-22T01:24:13.871Z | Downloaded curve25519-dalek-derive v0.1.1 |
1257 | 2024-06-22T01:24:13.871Z | Downloaded ascii-canvas v3.0.0 |
1258 | 2024-06-22T01:24:13.871Z | Downloaded array-init v0.0.4 |
1259 | 2024-06-22T01:24:13.874Z | Downloaded parse-size v1.0.0 |
1260 | 2024-06-22T01:24:13.874Z | Downloaded opaque-debug v0.3.1 |
1261 | 2024-06-22T01:24:13.874Z | Downloaded cobs v0.2.3 |
1262 | 2024-06-22T01:24:13.877Z | Downloaded cipher v0.4.4 |
1263 | 2024-06-22T01:24:13.877Z | Downloaded backoff v0.4.0 |
1264 | 2024-06-22T01:24:13.880Z | Downloaded async-stream v0.3.5 |
1265 | 2024-06-22T01:24:13.880Z | Downloaded blowfish v0.9.1 |
1266 | 2024-06-22T01:24:13.883Z | Downloaded newtype_derive v0.1.6 |
1267 | 2024-06-22T01:24:14.011Z | Downloaded ring v0.17.8 |
1268 | 2024-06-22T01:24:14.126Z | Downloaded ring v0.16.20 |
1269 | 2024-06-22T01:24:14.801Z | Compiling serde v1.0.203 |
1270 | 2024-06-22T01:24:14.801Z | Checking cfg-if v1.0.0 |
1271 | 2024-06-22T01:24:14.868Z | Compiling libm v0.2.8 |
1272 | 2024-06-22T01:24:14.868Z | Compiling ahash v0.8.11 |
1273 | 2024-06-22T01:24:14.893Z | Checking libc v0.2.155 |
1274 | 2024-06-22T01:24:14.913Z | Compiling syn v2.0.64 |
1275 | 2024-06-22T01:24:14.932Z | Compiling num-traits v0.2.19 |
1276 | 2024-06-22T01:24:14.948Z | Compiling serde_json v1.0.117 |
1277 | 2024-06-22T01:24:14.951Z | Compiling getrandom v0.2.14 |
1278 | 2024-06-22T01:24:15.180Z | Compiling generic-array v0.14.7 |
1279 | 2024-06-22T01:24:15.223Z | Compiling log v0.4.21 |
1280 | 2024-06-22T01:24:15.361Z | Checking memchr v2.7.2 |
1281 | 2024-06-22T01:24:15.403Z | Checking itoa v1.0.11 |
1282 | 2024-06-22T01:24:15.425Z | Compiling syn v1.0.109 |
1283 | 2024-06-22T01:24:15.530Z | Checking byteorder v1.5.0 |
1284 | 2024-06-22T01:24:15.551Z | Checking scopeguard v1.2.0 |
1285 | 2024-06-22T01:24:15.728Z | Checking smallvec v1.13.2 |
1286 | 2024-06-22T01:24:15.752Z | Checking lock_api v0.4.12 |
1287 | 2024-06-22T01:24:15.755Z | Compiling allocator-api2 v0.2.18 |
1288 | 2024-06-22T01:24:15.959Z | Compiling schemars v0.8.20 |
1289 | 2024-06-22T01:24:16.044Z | Compiling ring v0.17.8 |
1290 | 2024-06-22T01:24:16.169Z | Checking once_cell v1.19.0 |
1291 | 2024-06-22T01:24:16.327Z | Compiling time-macros v0.2.18 |
1292 | 2024-06-22T01:24:16.350Z | Checking rand_core v0.6.4 |
1293 | 2024-06-22T01:24:16.381Z | Checking parking_lot_core v0.9.10 |
1294 | 2024-06-22T01:24:16.473Z | Checking pin-project-lite v0.2.14 |
1295 | 2024-06-22T01:24:16.598Z | Checking signal-hook-registry v1.4.2 |
1296 | 2024-06-22T01:24:16.663Z | Checking mio v0.8.11 |
1297 | 2024-06-22T01:24:16.744Z | Checking parking_lot v0.12.2 |
1298 | 2024-06-22T01:24:16.838Z | Compiling aho-corasick v1.1.3 |
1299 | 2024-06-22T01:24:17.293Z | Compiling regex-syntax v0.8.3 |
1300 | 2024-06-22T01:24:19.628Z | Checking num_cpus v1.16.0 |
1301 | 2024-06-22T01:24:19.747Z | Checking typenum v1.17.0 |
1302 | 2024-06-22T01:24:20.294Z | Checking futures-core v0.3.30 |
1303 | 2024-06-22T01:24:20.472Z | Compiling regex-automata v0.4.6 |
1304 | 2024-06-22T01:24:20.517Z | Compiling slog v2.7.0 |
1305 | 2024-06-22T01:24:21.103Z | Checking socket2 v0.5.7 |
1306 | 2024-06-22T01:24:21.549Z | Compiling crossbeam-utils v0.8.19 |
1307 | 2024-06-22T01:24:21.724Z | Checking ryu v1.0.18 |
1308 | 2024-06-22T01:24:22.156Z | Compiling serde_derive_internals v0.29.1 |
1309 | 2024-06-22T01:24:22.523Z | Checking subtle v2.5.0 |
1310 | 2024-06-22T01:24:22.782Z | Compiling rustls v0.21.12 |
1311 | 2024-06-22T01:24:22.909Z | Compiling cookie v0.17.0 |
1312 | 2024-06-22T01:24:23.015Z | Compiling iana-time-zone v0.1.60 |
1313 | 2024-06-22T01:24:23.232Z | Compiling backtrace v0.3.71 |
1314 | 2024-06-22T01:24:23.453Z | Compiling anyhow v1.0.86 |
1315 | 2024-06-22T01:24:23.667Z | Compiling dyn-clone v1.0.17 |
1316 | 2024-06-22T01:24:23.807Z | Checking futures-sink v0.3.30 |
1317 | 2024-06-22T01:24:23.953Z | Checking futures-channel v0.3.30 |
1318 | 2024-06-22T01:24:24.188Z | Checking slab v0.4.9 |
1319 | 2024-06-22T01:24:24.304Z | Checking futures-io v0.3.30 |
1320 | 2024-06-22T01:24:24.438Z | Checking futures-task v0.3.30 |
1321 | 2024-06-22T01:24:24.458Z | Checking pin-utils v0.1.0 |
1322 | 2024-06-22T01:24:24.486Z | Compiling unicode-normalization v0.1.23 |
1323 | 2024-06-22T01:24:24.549Z | Compiling either v1.12.0 |
1324 | 2024-06-22T01:24:24.669Z | Compiling unicode-bidi v0.3.15 |
1325 | 2024-06-22T01:24:24.947Z | Checking const-oid v0.9.6 |
1326 | 2024-06-22T01:24:24.994Z | Compiling spin v0.9.8 |
1327 | 2024-06-22T01:24:25.148Z | Compiling winnow v0.5.40 |
1328 | 2024-06-22T01:24:25.546Z | Compiling regex v1.10.4 |
1329 | 2024-06-22T01:24:26.704Z | Compiling untrusted v0.9.0 |
1330 | 2024-06-22T01:24:26.772Z | Compiling spin v0.5.2 |
1331 | 2024-06-22T01:24:27.055Z | Compiling signal-hook v0.3.17 |
1332 | 2024-06-22T01:24:27.278Z | Compiling siphasher v0.3.11 |
1333 | 2024-06-22T01:24:27.311Z | Compiling time v0.3.36 |
1334 | 2024-06-22T01:24:27.432Z | Compiling idna v0.5.0 |
1335 | 2024-06-22T01:24:27.656Z | Compiling idna v0.3.0 |
1336 | 2024-06-22T01:24:28.976Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-06-22T01:24:28.980Z | Compiling sct v0.7.1 |
1338 | 2024-06-22T01:24:29.308Z | Compiling url v2.5.0 |
1339 | 2024-06-22T01:24:29.713Z | Compiling serde_derive v1.0.203 |
1340 | 2024-06-22T01:24:30.636Z | Compiling zerocopy-derive v0.7.34 |
1341 | 2024-06-22T01:24:30.656Z | Compiling zeroize_derive v1.4.2 |
1342 | 2024-06-22T01:24:30.947Z | Compiling thiserror-impl v1.0.60 |
1343 | 2024-06-22T01:24:31.025Z | Compiling tokio-macros v2.2.0 |
1344 | 2024-06-22T01:24:31.252Z | Compiling futures-macro v0.3.30 |
1345 | 2024-06-22T01:24:32.306Z | Compiling tracing-attributes v0.1.27 |
1346 | 2024-06-22T01:24:32.753Z | Checking zeroize v1.7.0 |
1347 | 2024-06-22T01:24:32.785Z | Compiling schemars_derive v0.8.20 |
1348 | 2024-06-22T01:24:33.018Z | Compiling zerocopy v0.7.34 |
1349 | 2024-06-22T01:24:33.021Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-06-22T01:24:33.682Z | Compiling async-trait v0.1.80 |
1351 | 2024-06-22T01:24:34.317Z | Compiling thiserror v1.0.60 |
1352 | 2024-06-22T01:24:34.450Z | Checking crypto-common v0.1.6 |
1353 | 2024-06-22T01:24:34.624Z | Compiling der_derive v0.7.2 |
1354 | 2024-06-22T01:24:34.689Z | Compiling scroll_derive v0.12.0 |
1355 | 2024-06-22T01:24:35.208Z | Compiling hashbrown v0.14.5 |
1356 | 2024-06-22T01:24:35.299Z | Compiling pest v2.7.10 |
1357 | 2024-06-22T01:24:36.373Z | Compiling scroll v0.12.0 |
1358 | 2024-06-22T01:24:36.498Z | Checking futures-util v0.3.30 |
1359 | 2024-06-22T01:24:36.839Z | Compiling goblin v0.8.2 |
1360 | 2024-06-22T01:24:37.174Z | Compiling clap_derive v4.5.4 |
1361 | 2024-06-22T01:24:37.998Z | Compiling pest_meta v2.7.10 |
1362 | 2024-06-22T01:24:38.220Z | Compiling tracing v0.1.40 |
1363 | 2024-06-22T01:24:38.778Z | Checking block-buffer v0.10.4 |
1364 | 2024-06-22T01:24:39.006Z | Compiling zerocopy-derive v0.6.6 |
1365 | 2024-06-22T01:24:41.400Z | Compiling pest_generator v2.7.10 |
1366 | 2024-06-22T01:24:41.537Z | Checking digest v0.10.7 |
1367 | 2024-06-22T01:24:42.670Z | Compiling psl-types v2.0.11 |
1368 | 2024-06-22T01:24:42.870Z | Compiling ppv-lite86 v0.2.17 |
1369 | 2024-06-22T01:24:43.039Z | Checking fnv v1.0.7 |
1370 | 2024-06-22T01:24:43.171Z | Compiling publicsuffix v2.2.3 |
1371 | 2024-06-22T01:24:43.371Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-06-22T01:24:43.484Z | Compiling pest_derive v2.7.10 |
1373 | 2024-06-22T01:24:43.508Z | Checking bytes v1.6.0 |
1374 | 2024-06-22T01:24:44.135Z | Checking bitflags v2.5.0 |
1375 | 2024-06-22T01:24:44.302Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-06-22T01:24:44.412Z | Compiling semver v1.0.23 |
1377 | 2024-06-22T01:24:44.607Z | Compiling indexmap v2.2.6 |
1378 | 2024-06-22T01:24:45.171Z | Compiling serde_tokenstream v0.2.0 |
1379 | 2024-06-22T01:24:45.359Z | Checking tokio v1.37.0 |
1380 | 2024-06-22T01:24:46.068Z | Compiling uuid v1.8.0 |
1381 | 2024-06-22T01:24:46.091Z | Compiling chrono v0.4.38 |
1382 | 2024-06-22T01:24:46.163Z | Compiling http v0.2.12 |
1383 | 2024-06-22T01:24:46.561Z | Compiling rustc_version v0.4.0 |
1384 | 2024-06-22T01:24:47.364Z | Compiling serde_spanned v0.6.6 |
1385 | 2024-06-22T01:24:47.498Z | Compiling toml_datetime v0.6.6 |
1386 | 2024-06-22T01:24:47.572Z | Compiling dof v0.3.0 |
1387 | 2024-06-22T01:24:47.612Z | Compiling rustix v0.38.34 |
1388 | 2024-06-22T01:24:48.030Z | Compiling toml_edit v0.19.15 |
1389 | 2024-06-22T01:24:49.965Z | Compiling usdt-impl v0.5.0 |
1390 | 2024-06-22T01:24:50.017Z | Compiling openapiv3 v2.0.0 |
1391 | 2024-06-22T01:24:50.688Z | Compiling http-body v0.4.6 |
1392 | 2024-06-22T01:24:51.162Z | Compiling openssl v0.10.64 |
1393 | 2024-06-22T01:24:51.666Z | Compiling heapless v0.7.17 |
1394 | 2024-06-22T01:24:51.741Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-06-22T01:24:52.099Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-06-22T01:24:52.549Z | Compiling rand_chacha v0.3.1 |
1397 | 2024-06-22T01:24:52.784Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1398 | 2024-06-22T01:24:53.403Z | Compiling bit-vec v0.6.3 |
1399 | 2024-06-22T01:24:53.553Z | Compiling unicode-xid v0.2.4 |
1400 | 2024-06-22T01:24:53.871Z | Compiling rand v0.8.5 |
1401 | 2024-06-22T01:24:54.159Z | Compiling cookie_store v0.20.0 |
1402 | 2024-06-22T01:24:54.443Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2024-06-22T01:24:54.709Z | Compiling enum-as-inner v0.5.1 |
1404 | 2024-06-22T01:24:54.951Z | Compiling phf_shared v0.10.0 |
1405 | 2024-06-22T01:24:55.359Z | Compiling tokio-util v0.7.11 |
1406 | 2024-06-22T01:24:55.804Z | Compiling tokio-rustls v0.24.1 |
1407 | 2024-06-22T01:24:55.807Z | Compiling lazy_static v1.4.0 |
1408 | 2024-06-22T01:24:55.845Z | Compiling smoltcp v0.9.1 |
1409 | 2024-06-22T01:24:55.943Z | Compiling webpki-roots v0.25.4 |
1410 | 2024-06-22T01:24:55.986Z | Compiling fixedbitset v0.4.2 |
1411 | 2024-06-22T01:24:56.112Z | Compiling new_debug_unreachable v1.0.6 |
1412 | 2024-06-22T01:24:56.212Z | Compiling base64ct v1.6.0 |
1413 | 2024-06-22T01:24:56.233Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-06-22T01:24:56.344Z | Compiling gimli v0.28.1 |
1415 | 2024-06-22T01:24:56.429Z | Compiling h2 v0.3.26 |
1416 | 2024-06-22T01:24:56.557Z | Checking tinyvec_macros v0.1.1 |
1417 | 2024-06-22T01:24:56.647Z | Compiling precomputed-hash v0.1.1 |
1418 | 2024-06-22T01:24:56.706Z | Compiling pem-rfc7468 v0.7.0 |
1419 | 2024-06-22T01:24:56.763Z | Compiling string_cache v0.8.7 |
1420 | 2024-06-22T01:24:56.814Z | Checking tinyvec v1.6.0 |
1421 | 2024-06-22T01:24:56.833Z | Compiling nom v7.1.3 |
1422 | 2024-06-22T01:24:57.328Z | Compiling native-tls v0.2.11 |
1423 | 2024-06-22T01:24:57.527Z | Compiling petgraph v0.6.5 |
1424 | 2024-06-22T01:24:57.895Z | Compiling tokio-native-tls v0.3.1 |
1425 | 2024-06-22T01:24:58.091Z | Compiling bit-set v0.5.3 |
1426 | 2024-06-22T01:24:58.183Z | Compiling hmac v0.12.1 |
1427 | 2024-06-22T01:24:58.356Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-06-22T01:24:58.438Z | Compiling itertools v0.10.5 |
1429 | 2024-06-22T01:24:59.297Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2024-06-22T01:24:59.728Z | Compiling object v0.32.2 |
1431 | 2024-06-22T01:25:00.075Z | Compiling fs-err v2.11.0 |
1432 | 2024-06-22T01:25:00.346Z | Checking equivalent v1.0.1 |
1433 | 2024-06-22T01:25:00.458Z | Compiling lalrpop-util v0.19.12 |
1434 | 2024-06-22T01:25:00.532Z | Compiling addr2line v0.21.0 |
1435 | 2024-06-22T01:25:00.808Z | Compiling rustc-demangle v0.1.24 |
1436 | 2024-06-22T01:25:01.232Z | Compiling unicode-segmentation v1.11.0 |
1437 | 2024-06-22T01:25:01.294Z | Compiling flagset v0.4.5 |
1438 | 2024-06-22T01:25:01.362Z | Compiling toml_edit v0.22.13 |
1439 | 2024-06-22T01:25:01.483Z | Compiling der v0.7.9 |
1440 | 2024-06-22T01:25:01.932Z | Compiling diesel_derives v2.1.4 |
1441 | 2024-06-22T01:25:02.611Z | Compiling futures-executor v0.3.30 |
1442 | 2024-06-22T01:25:02.633Z | Compiling itertools v0.12.1 |
1443 | 2024-06-22T01:25:02.876Z | Checking cpufeatures v0.2.12 |
1444 | 2024-06-22T01:25:03.017Z | Compiling finl_unicode v1.2.0 |
1445 | 2024-06-22T01:25:03.193Z | Compiling hyper v0.14.28 |
1446 | 2024-06-22T01:25:04.342Z | Compiling sha2 v0.10.8 |
1447 | 2024-06-22T01:25:04.925Z | Compiling stringprep v0.1.4 |
1448 | 2024-06-22T01:25:05.671Z | Compiling spki v0.7.3 |
1449 | 2024-06-22T01:25:06.060Z | Compiling futures v0.3.30 |
1450 | 2024-06-22T01:25:06.200Z | Compiling toml v0.7.8 |
1451 | 2024-06-22T01:25:07.079Z | Compiling hex v0.4.3 |
1452 | 2024-06-22T01:25:07.144Z | Compiling md-5 v0.10.6 |
1453 | 2024-06-22T01:25:07.409Z | Compiling serde_repr v0.1.19 |
1454 | 2024-06-22T01:25:07.666Z | Compiling strum_macros v0.25.3 |
1455 | 2024-06-22T01:25:08.602Z | Compiling num-integer v0.1.46 |
1456 | 2024-06-22T01:25:08.738Z | Compiling hash32 v0.2.1 |
1457 | 2024-06-22T01:25:08.948Z | Compiling stable_deref_trait v1.2.0 |
1458 | 2024-06-22T01:25:09.059Z | Compiling fallible-iterator v0.2.0 |
1459 | 2024-06-22T01:25:09.367Z | Compiling pkcs8 v0.10.2 |
1460 | 2024-06-22T01:25:09.754Z | Compiling hyper-tls v0.5.0 |
1461 | 2024-06-22T01:25:09.945Z | Compiling hyper-rustls v0.24.2 |
1462 | 2024-06-22T01:25:09.948Z | Compiling postgres-protocol v0.6.6 |
1463 | 2024-06-22T01:25:10.110Z | Compiling terminal_size v0.3.0 |
1464 | 2024-06-22T01:25:10.270Z | Compiling reqwest v0.11.27 |
1465 | 2024-06-22T01:25:10.303Z | Compiling block-padding v0.3.3 |
1466 | 2024-06-22T01:25:10.322Z | Compiling phf_shared v0.11.2 |
1467 | 2024-06-22T01:25:10.716Z | Compiling ff v0.13.0 |
1468 | 2024-06-22T01:25:10.837Z | Compiling scheduled-thread-pool v0.2.7 |
1469 | 2024-06-22T01:25:10.954Z | Compiling managed v0.8.0 |
1470 | 2024-06-22T01:25:11.408Z | Compiling peg-runtime v0.8.3 |
1471 | 2024-06-22T01:25:11.411Z | Compiling bitflags v1.3.2 |
1472 | 2024-06-22T01:25:11.517Z | Compiling matches v0.1.10 |
1473 | 2024-06-22T01:25:11.596Z | Compiling base16ct v0.2.0 |
1474 | 2024-06-22T01:25:11.618Z | Compiling clap_builder v4.5.2 |
1475 | 2024-06-22T01:25:11.921Z | Compiling sec1 v0.7.3 |
1476 | 2024-06-22T01:25:12.053Z | Compiling idna v0.2.3 |
1477 | 2024-06-22T01:25:12.123Z | Compiling r2d2 v0.8.10 |
1478 | 2024-06-22T01:25:12.500Z | Compiling signal-hook-mio v0.2.3 |
1479 | 2024-06-22T01:25:12.521Z | Compiling group v0.13.0 |
1480 | 2024-06-22T01:25:12.663Z | Compiling postgres-types v0.2.6 |
1481 | 2024-06-22T01:25:12.837Z | Compiling phf v0.11.2 |
1482 | 2024-06-22T01:25:13.124Z | Compiling inout v0.1.3 |
1483 | 2024-06-22T01:25:13.144Z | Compiling num-bigint v0.4.5 |
1484 | 2024-06-22T01:25:13.658Z | Compiling hubpack v0.1.2 |
1485 | 2024-06-22T01:25:13.792Z | Compiling hkdf v0.12.4 |
1486 | 2024-06-22T01:25:14.126Z | Compiling ipnetwork v0.20.0 |
1487 | 2024-06-22T01:25:14.165Z | Compiling zerocopy v0.6.6 |
1488 | 2024-06-22T01:25:14.230Z | Compiling crypto-bigint v0.5.5 |
1489 | 2024-06-22T01:25:14.355Z | Compiling float-cmp v0.9.0 |
1490 | 2024-06-22T01:25:14.579Z | Checking tracing-core v0.1.32 |
1491 | 2024-06-22T01:25:15.070Z | Compiling difflib v0.4.0 |
1492 | 2024-06-22T01:25:15.070Z | Compiling predicates-core v1.0.6 |
1493 | 2024-06-22T01:25:15.247Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2024-06-22T01:25:15.379Z | Compiling data-encoding v2.6.0 |
1495 | 2024-06-22T01:25:15.464Z | Compiling static_assertions v1.1.0 |
1496 | 2024-06-22T01:25:15.570Z | Compiling whoami v1.5.1 |
1497 | 2024-06-22T01:25:16.230Z | Compiling yasna v0.5.2 |
1498 | 2024-06-22T01:25:16.793Z | Compiling trust-dns-proto v0.22.0 |
1499 | 2024-06-22T01:25:17.901Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-06-22T01:25:18.065Z | Compiling diesel v2.1.6 |
1501 | 2024-06-22T01:25:18.209Z | Compiling tokio-postgres v0.7.10 |
1502 | 2024-06-22T01:25:18.760Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1503 | 2024-06-22T01:25:20.290Z | Compiling predicates v3.1.0 |
1504 | 2024-06-22T01:25:21.770Z | Compiling clap v4.5.4 |
1505 | 2024-06-22T01:25:21.897Z | Compiling usdt v0.5.0 |
1506 | 2024-06-22T01:25:22.421Z | Compiling cipher v0.4.4 |
1507 | 2024-06-22T01:25:22.966Z | Compiling crossterm v0.27.0 |
1508 | 2024-06-22T01:25:23.352Z | Compiling num-iter v0.1.45 |
1509 | 2024-06-22T01:25:23.545Z | Compiling similar v2.5.0 |
1510 | 2024-06-22T01:25:23.969Z | Compiling console v0.15.8 |
1511 | 2024-06-22T01:25:24.358Z | Compiling tokio-stream v0.1.15 |
1512 | 2024-06-22T01:25:25.128Z | Compiling bstr v1.9.1 |
1513 | 2024-06-22T01:25:25.342Z | Checking percent-encoding v2.3.1 |
1514 | 2024-06-22T01:25:25.782Z | Checking form_urlencoded v1.2.1 |
1515 | 2024-06-22T01:25:25.982Z | Checking powerfmt v0.2.0 |
1516 | 2024-06-22T01:25:26.092Z | Checking num-conv v0.1.0 |
1517 | 2024-06-22T01:25:26.257Z | Checking deranged v0.3.11 |
1518 | 2024-06-22T01:25:26.344Z | Checking time-core v0.1.2 |
1519 | 2024-06-22T01:25:26.501Z | Checking num_threads v0.1.7 |
1520 | 2024-06-22T01:25:26.626Z | Checking unicode-ident v1.0.12 |
1521 | 2024-06-22T01:25:26.763Z | Checking httparse v1.8.0 |
1522 | 2024-06-22T01:25:27.181Z | Checking errno v0.3.9 |
1523 | 2024-06-22T01:25:27.220Z | Checking unicode-width v0.1.12 |
1524 | 2024-06-22T01:25:27.383Z | Checking proc-macro2 v1.0.82 |
1525 | 2024-06-22T01:25:28.024Z | Checking quote v1.0.36 |
1526 | 2024-06-22T01:25:28.256Z | Checking adler v1.0.2 |
1527 | 2024-06-22T01:25:28.373Z | Checking try-lock v0.2.5 |
1528 | 2024-06-22T01:25:28.408Z | Checking miniz_oxide v0.7.2 |
1529 | 2024-06-22T01:25:28.500Z | Checking base64 v0.21.7 |
1530 | 2024-06-22T01:25:28.952Z | Checking want v0.3.1 |
1531 | 2024-06-22T01:25:29.382Z | Checking tower-service v0.3.2 |
1532 | 2024-06-22T01:25:29.668Z | Checking httpdate v1.0.3 |
1533 | 2024-06-22T01:25:29.901Z | Checking openssl-probe v0.1.5 |
1534 | 2024-06-22T01:25:30.033Z | Checking foreign-types-shared v0.1.1 |
1535 | 2024-06-22T01:25:30.055Z | Checking openssl-sys v0.9.102 |
1536 | 2024-06-22T01:25:30.142Z | Checking foreign-types v0.3.2 |
1537 | 2024-06-22T01:25:30.224Z | Checking ipnet v2.9.0 |
1538 | 2024-06-22T01:25:30.464Z | Checking mime v0.3.17 |
1539 | 2024-06-22T01:25:30.807Z | Checking utf8parse v0.2.1 |
1540 | 2024-06-22T01:25:35.375Z | Checking encoding_rs v0.8.34 |
1541 | 2024-06-22T01:25:35.397Z | Checking anstyle v1.0.7 |
1542 | 2024-06-22T01:25:37.155Z | Checking rustls-pemfile v1.0.4 |
1543 | 2024-06-22T01:25:37.436Z | Checking sync_wrapper v0.1.2 |
1544 | 2024-06-22T01:25:37.459Z | Checking ucd-trie v0.1.6 |
1545 | 2024-06-22T01:25:37.519Z | Checking plain v0.2.3 |
1546 | 2024-06-22T01:25:37.632Z | Checking anstyle-parse v0.2.4 |
1547 | 2024-06-22T01:25:37.723Z | Checking colorchoice v1.0.1 |
1548 | 2024-06-22T01:25:37.784Z | Checking anstyle-query v1.0.3 |
1549 | 2024-06-22T01:25:37.845Z | Checking is_terminal_polyfill v1.70.0 |
1550 | 2024-06-22T01:25:37.883Z | Checking pretty-hex v0.4.1 |
1551 | 2024-06-22T01:25:37.952Z | Checking anstream v0.6.14 |
1552 | 2024-06-22T01:25:38.058Z | Checking thread-id v4.2.1 |
1553 | 2024-06-22T01:25:38.081Z | Checking clap_lex v0.7.0 |
1554 | 2024-06-22T01:25:38.172Z | Checking strsim v0.11.1 |
1555 | 2024-06-22T01:25:38.372Z | Checking memmap v0.7.0 |
1556 | 2024-06-22T01:25:38.571Z | Checking crc32fast v1.4.0 |
1557 | 2024-06-22T01:25:39.675Z | Checking flate2 v1.0.30 |
1558 | 2024-06-22T01:25:41.057Z | Checking winnow v0.6.8 |
1559 | 2024-06-22T01:25:49.178Z | Compiling regress v0.9.1 |
1560 | 2024-06-22T01:25:49.213Z | Compiling getopts v0.2.21 |
1561 | 2024-06-22T01:25:50.255Z | Compiling unsafe-libyaml v0.2.11 |
1562 | 2024-06-22T01:25:50.397Z | Checking heck v0.5.0 |
1563 | 2024-06-22T01:25:51.841Z | Compiling serde_yaml v0.9.34+deprecated |
1564 | 2024-06-22T01:25:51.875Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1565 | 2024-06-22T01:25:52.192Z | Checking camino v1.1.7 |
1566 | 2024-06-22T01:25:52.521Z | Checking is-terminal v0.4.12 |
1567 | 2024-06-22T01:25:52.636Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1568 | 2024-06-22T01:25:52.747Z | Checking base64 v0.22.1 |
1569 | 2024-06-22T01:25:53.204Z | Checking sha1 v0.10.6 |
1570 | 2024-06-22T01:25:53.472Z | Checking http v1.1.0 |
1571 | 2024-06-22T01:25:53.882Z | Compiling paste v1.0.15 |
1572 | 2024-06-22T01:25:54.290Z | Compiling strum_macros v0.26.2 |
1573 | 2024-06-22T01:25:54.459Z | Checking match_cfg v0.1.0 |
1574 | 2024-06-22T01:25:58.622Z | Checking hostname v0.3.1 |
1575 | 2024-06-22T01:25:58.656Z | Checking dirs-sys-next v0.1.2 |
1576 | 2024-06-22T01:25:58.656Z | Compiling ident_case v1.0.1 |
1577 | 2024-06-22T01:25:58.656Z | Compiling darling_core v0.20.9 |
1578 | 2024-06-22T01:25:58.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1579 | 2024-06-22T01:25:58.666Z | Checking dirs-next v2.0.0 |
1580 | 2024-06-22T01:25:58.666Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-06-22T01:25:58.666Z | Checking thread_local v1.1.8 |
1582 | 2024-06-22T01:25:58.666Z | Checking fastrand v2.1.0 |
1583 | 2024-06-22T01:25:58.666Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-06-22T01:25:58.666Z | Checking term v0.7.0 |
1585 | 2024-06-22T01:25:58.666Z | Checking tempfile v3.10.1 |
1586 | 2024-06-22T01:25:58.666Z | Checking quick-error v1.2.3 |
1587 | 2024-06-22T01:25:58.666Z | Checking take_mut v0.2.2 |
1588 | 2024-06-22T01:25:58.666Z | Checking toml v0.8.13 |
1589 | 2024-06-22T01:25:58.666Z | Checking slog-term v2.9.1 |
1590 | 2024-06-22T01:25:58.666Z | Compiling rustls v0.22.4 |
1591 | 2024-06-22T01:25:58.666Z | Checking slog-async v2.8.0 |
1592 | 2024-06-22T01:25:58.666Z | Checking rustls-webpki v0.102.4 |
1593 | 2024-06-22T01:25:58.666Z | Checking slog-json v2.6.1 |
1594 | 2024-06-22T01:25:58.666Z | Checking instant v0.1.12 |
1595 | 2024-06-22T01:25:58.666Z | Checking rustls-pemfile v2.1.2 |
1596 | 2024-06-22T01:25:58.667Z | Checking slog-bunyan v2.5.0 |
1597 | 2024-06-22T01:25:58.667Z | Compiling multer v3.1.0 |
1598 | 2024-06-22T01:25:58.667Z | Checking debug-ignore v1.0.5 |
1599 | 2024-06-22T01:25:58.667Z | Compiling async-stream-impl v0.3.5 |
1600 | 2024-06-22T01:25:58.667Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1601 | 2024-06-22T01:25:58.667Z | Checking atomic-waker v1.1.2 |
1602 | 2024-06-22T01:25:58.667Z | Checking waitgroup v0.1.2 |
1603 | 2024-06-22T01:25:58.667Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1604 | 2024-06-22T01:25:58.667Z | Checking serde_path_to_error v0.1.16 |
1605 | 2024-06-22T01:25:59.049Z | Checking hostname v0.4.0 |
1606 | 2024-06-22T01:25:59.071Z | Checking async-stream v0.3.5 |
1607 | 2024-06-22T01:25:59.182Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-06-22T01:25:59.261Z | Checking wait-timeout v0.2.0 |
1609 | 2024-06-22T01:25:59.429Z | Compiling structmeta-derive v0.3.0 |
1610 | 2024-06-22T01:25:59.449Z | Checking rusty-fork v0.3.0 |
1611 | 2024-06-22T01:25:59.715Z | Checking strum v0.26.2 |
1612 | 2024-06-22T01:25:59.746Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1613 | 2024-06-22T01:25:59.871Z | Checking macaddr v1.0.1 |
1614 | 2024-06-22T01:26:00.018Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1615 | 2024-06-22T01:26:00.194Z | Compiling structmeta-derive v0.2.0 |
1616 | 2024-06-22T01:26:00.373Z | Checking rand_xorshift v0.3.0 |
1617 | 2024-06-22T01:26:00.553Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1618 | 2024-06-22T01:26:00.851Z | Checking unarray v0.1.4 |
1619 | 2024-06-22T01:26:00.906Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1620 | 2024-06-22T01:26:01.009Z | Checking proptest v1.4.0 |
1621 | 2024-06-22T01:26:01.058Z | Checking backoff v0.4.0 |
1622 | 2024-06-22T01:26:01.360Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1623 | 2024-06-22T01:26:01.559Z | Checking tokio-rustls v0.25.0 |
1624 | 2024-06-22T01:26:02.128Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1625 | 2024-06-22T01:26:02.284Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1626 | 2024-06-22T01:26:02.595Z | Compiling darling_macro v0.20.9 |
1627 | 2024-06-22T01:26:02.617Z | Compiling proc-macro-error v1.0.4 |
1628 | 2024-06-22T01:26:02.620Z | Compiling structmeta v0.3.0 |
1629 | 2024-06-22T01:26:03.060Z | Compiling parse-display-derive v0.9.0 |
1630 | 2024-06-22T01:26:03.273Z | Compiling structmeta v0.2.0 |
1631 | 2024-06-22T01:26:03.349Z | Checking camino-tempfile v1.1.1 |
1632 | 2024-06-22T01:26:03.629Z | Compiling proc-macro-crate v1.3.1 |
1633 | 2024-06-22T01:26:03.651Z | Compiling darling v0.20.9 |
1634 | 2024-06-22T01:26:03.733Z | Compiling test-strategy v0.3.1 |
1635 | 2024-06-22T01:26:03.764Z | Compiling serde_with_macros v3.8.1 |
1636 | 2024-06-22T01:26:04.747Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1637 | 2024-06-22T01:26:05.107Z | Compiling num_enum_derive v0.5.11 |
1638 | 2024-06-22T01:26:05.509Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1639 | 2024-06-22T01:26:05.600Z | Compiling foreign-types-macros v0.2.3 |
1640 | 2024-06-22T01:26:05.834Z | Checking foreign-types-shared v0.3.1 |
1641 | 2024-06-22T01:26:05.952Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-06-22T01:26:06.572Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-06-22T01:26:06.931Z | Checking foreign-types v0.5.0 |
1644 | 2024-06-22T01:26:06.957Z | Checking serde_with v3.8.1 |
1645 | 2024-06-22T01:26:07.038Z | Checking cstr-argument v0.1.2 |
1646 | 2024-06-22T01:26:07.198Z | Checking pretty-hex v0.2.1 |
1647 | 2024-06-22T01:26:07.358Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1648 | 2024-06-22T01:26:07.557Z | Checking tabwriter v1.4.0 |
1649 | 2024-06-22T01:26:07.651Z | Checking colored v2.1.0 |
1650 | 2024-06-22T01:26:07.814Z | Checking socket2 v0.4.10 |
1651 | 2024-06-22T01:26:07.903Z | Checking smf v0.2.3 |
1652 | 2024-06-22T01:26:07.927Z | Checking num_enum v0.5.11 |
1653 | 2024-06-22T01:26:07.931Z | Checking parse-display v0.9.0 |
1654 | 2024-06-22T01:26:07.965Z | Checking humantime v2.1.0 |
1655 | 2024-06-22T01:26:08.086Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1656 | 2024-06-22T01:26:08.159Z | Checking termcolor v1.4.1 |
1657 | 2024-06-22T01:26:08.203Z | Checking arc-swap v1.7.1 |
1658 | 2024-06-22T01:26:08.250Z | Checking newline-converter v0.3.0 |
1659 | 2024-06-22T01:26:08.339Z | Checking xattr v1.3.1 |
1660 | 2024-06-22T01:26:08.360Z | Checking filetime v0.2.23 |
1661 | 2024-06-22T01:26:08.405Z | Checking same-file v1.0.6 |
1662 | 2024-06-22T01:26:08.544Z | Checking expectorate v1.1.0 |
1663 | 2024-06-22T01:26:08.566Z | Checking tar v0.4.40 |
1664 | 2024-06-22T01:26:08.585Z | Checking walkdir v2.5.0 |
1665 | 2024-06-22T01:26:08.588Z | Checking utf-8 v0.7.6 |
1666 | 2024-06-22T01:26:08.656Z | Checking slog-scope v4.4.0 |
1667 | 2024-06-22T01:26:08.702Z | Compiling heapless v0.8.0 |
1668 | 2024-06-22T01:26:08.816Z | Checking termtree v0.4.1 |
1669 | 2024-06-22T01:26:08.848Z | Checking slog-stdlog v4.1.1 |
1670 | 2024-06-22T01:26:08.856Z | Checking hash32 v0.3.1 |
1671 | 2024-06-22T01:26:09.017Z | Checking slog-envlogger v2.2.0 |
1672 | 2024-06-22T01:26:09.020Z | Checking predicates-tree v1.0.9 |
1673 | 2024-06-22T01:26:09.060Z | Compiling smoltcp v0.11.0 |
1674 | 2024-06-22T01:26:09.185Z | Checking embedded-io v0.4.0 |
1675 | 2024-06-22T01:26:09.255Z | Checking cobs v0.2.3 |
1676 | 2024-06-22T01:26:09.275Z | Compiling crucible-workspace-hack v0.1.0 |
1677 | 2024-06-22T01:26:09.393Z | Checking sigpipe v0.1.3 |
1678 | 2024-06-22T01:26:09.440Z | Checking postcard v1.0.8 |
1679 | 2024-06-22T01:26:09.494Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1680 | 2024-06-22T01:26:09.576Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1681 | 2024-06-22T01:26:09.804Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1682 | 2024-06-22T01:26:09.823Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1683 | 2024-06-22T01:26:09.840Z | Checking pem v3.0.4 |
1684 | 2024-06-22T01:26:10.085Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1685 | 2024-06-22T01:26:10.155Z | Checking tungstenite v0.20.1 |
1686 | 2024-06-22T01:26:10.286Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1687 | 2024-06-22T01:26:10.308Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1688 | 2024-06-22T01:26:10.702Z | Compiling derive-where v1.2.7 |
1689 | 2024-06-22T01:26:10.755Z | Compiling mockall_derive v0.12.1 |
1690 | 2024-06-22T01:26:11.091Z | Compiling num-derive v0.4.2 |
1691 | 2024-06-22T01:26:11.866Z | Checking atty v0.2.14 |
1692 | 2024-06-22T01:26:11.952Z | Checking downcast v0.11.0 |
1693 | 2024-06-22T01:26:11.991Z | Checking fragile v2.0.0 |
1694 | 2024-06-22T01:26:12.169Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1695 | 2024-06-22T01:26:12.254Z | Checking tokio-tungstenite v0.20.1 |
1696 | 2024-06-22T01:26:12.429Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1697 | 2024-06-22T01:26:12.737Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1698 | 2024-06-22T01:26:12.928Z | Checking tungstenite v0.21.0 |
1699 | 2024-06-22T01:26:12.973Z | Checking env_logger v0.9.3 |
1700 | 2024-06-22T01:26:13.416Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1701 | 2024-06-22T01:26:13.467Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1702 | 2024-06-22T01:26:13.530Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1703 | 2024-06-22T01:26:13.751Z | Checking tokio-tungstenite v0.21.0 |
1704 | 2024-06-22T01:26:13.782Z | Compiling bitstruct_derive v0.1.0 |
1705 | 2024-06-22T01:26:13.972Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-06-22T01:26:14.105Z | Checking ascii v1.1.0 |
1707 | 2024-06-22T01:26:14.199Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-06-22T01:26:14.309Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-06-22T01:26:14.366Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-06-22T01:26:14.498Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1711 | 2024-06-22T01:26:14.557Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-06-22T01:26:14.649Z | Checking serde_arrays v0.1.0 |
1713 | 2024-06-22T01:26:14.791Z | Checking erased-serde v0.3.31 |
1714 | 2024-06-22T01:26:14.809Z | Compiling heck v0.3.3 |
1715 | 2024-06-22T01:26:14.835Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1716 | 2024-06-22T01:26:15.114Z | Checking bitstruct v0.1.1 |
1717 | 2024-06-22T01:26:15.202Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1718 | 2024-06-22T01:26:15.235Z | Compiling zone_cfg_derive v0.1.2 |
1719 | 2024-06-22T01:26:15.365Z | Checking headers-core v0.2.0 |
1720 | 2024-06-22T01:26:15.499Z | Checking base64 v0.13.1 |
1721 | 2024-06-22T01:26:15.868Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1722 | 2024-06-22T01:26:15.966Z | Checking ron v0.7.1 |
1723 | 2024-06-22T01:26:16.425Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1724 | 2024-06-22T01:26:16.728Z | Checking headers v0.3.9 |
1725 | 2024-06-22T01:26:16.802Z | Checking zone v0.1.8 |
1726 | 2024-06-22T01:26:16.991Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1727 | 2024-06-22T01:26:17.134Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1728 | 2024-06-22T01:26:17.300Z | Checking portpicker v0.1.1 |
1729 | 2024-06-22T01:26:17.408Z | Checking rcgen v0.12.1 |
1730 | 2024-06-22T01:26:17.442Z | Checking atomicwrites v0.4.3 |
1731 | 2024-06-22T01:26:17.637Z | Checking subprocess v0.2.9 |
1732 | 2024-06-22T01:26:17.835Z | Compiling convert_case v0.4.0 |
1733 | 2024-06-22T01:26:18.026Z | Checking password-hash v0.5.0 |
1734 | 2024-06-22T01:26:18.159Z | Checking blake2 v0.10.6 |
1735 | 2024-06-22T01:26:18.462Z | Checking linked-hash-map v0.5.6 |
1736 | 2024-06-22T01:26:18.588Z | Checking argon2 v0.5.3 |
1737 | 2024-06-22T01:26:18.781Z | Checking lru-cache v0.1.2 |
1738 | 2024-06-22T01:26:18.827Z | Compiling derive_more v0.99.17 |
1739 | 2024-06-22T01:26:18.953Z | Checking swrite v0.1.0 |
1740 | 2024-06-22T01:26:19.067Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1741 | 2024-06-22T01:26:19.114Z | Compiling rayon-core v1.12.1 |
1742 | 2024-06-22T01:26:19.164Z | Checking mockall v0.12.1 |
1743 | 2024-06-22T01:26:19.230Z | Checking resolv-conf v0.7.0 |
1744 | 2024-06-22T01:26:19.381Z | Checking half v2.4.1 |
1745 | 2024-06-22T01:26:19.422Z | Compiling semver v0.1.20 |
1746 | 2024-06-22T01:26:19.441Z | Checking ciborium-io v0.2.2 |
1747 | 2024-06-22T01:26:19.563Z | Compiling cancel-safe-futures v0.1.5 |
1748 | 2024-06-22T01:26:19.581Z | Checking trust-dns-resolver v0.22.0 |
1749 | 2024-06-22T01:26:19.839Z | Checking ciborium-ll v0.2.2 |
1750 | 2024-06-22T01:26:19.896Z | Compiling rustc_version v0.1.7 |
1751 | 2024-06-22T01:26:20.133Z | Checking ciborium v0.2.2 |
1752 | 2024-06-22T01:26:20.330Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1753 | 2024-06-22T01:26:20.403Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1754 | 2024-06-22T01:26:20.500Z | Compiling newtype_derive v0.1.6 |
1755 | 2024-06-22T01:26:20.684Z | Compiling slog-dtrace v0.3.0 |
1756 | 2024-06-22T01:26:20.765Z | Checking signature v2.2.0 |
1757 | 2024-06-22T01:26:20.959Z | Checking libsw v3.3.1 |
1758 | 2024-06-22T01:26:20.993Z | Checking steno v0.4.0 |
1759 | 2024-06-22T01:26:21.088Z | Checking owo-colors v4.0.0 |
1760 | 2024-06-22T01:26:21.145Z | Checking linear-map v1.2.0 |
1761 | 2024-06-22T01:26:21.222Z | Checking num-rational v0.4.2 |
1762 | 2024-06-22T01:26:21.432Z | Checking num-complex v0.4.6 |
1763 | 2024-06-22T01:26:21.472Z | Checking nibble_vec v0.1.0 |
1764 | 2024-06-22T01:26:21.659Z | Checking endian-type v0.1.2 |
1765 | 2024-06-22T01:26:21.862Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1766 | 2024-06-22T01:26:21.883Z | Checking radix_trie v0.2.1 |
1767 | 2024-06-22T01:26:22.294Z | Checking fxhash v0.2.1 |
1768 | 2024-06-22T01:26:22.313Z | Checking num v0.4.3 |
1769 | 2024-06-22T01:26:22.419Z | Checking display-error-chain v0.2.0 |
1770 | 2024-06-22T01:26:22.471Z | Compiling home v0.5.9 |
1771 | 2024-06-22T01:26:22.559Z | Compiling radium v0.7.0 |
1772 | 2024-06-22T01:26:22.731Z | Checking tap v1.0.1 |
1773 | 2024-06-22T01:26:22.890Z | Compiling maybe-uninit v2.0.0 |
1774 | 2024-06-22T01:26:22.908Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1775 | 2024-06-22T01:26:23.093Z | Checking wyz v0.5.1 |
1776 | 2024-06-22T01:26:23.180Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1777 | 2024-06-22T01:26:23.378Z | Checking crc-catalog v2.4.0 |
1778 | 2024-06-22T01:26:23.461Z | Compiling packed_struct v0.10.1 |
1779 | 2024-06-22T01:26:23.488Z | Checking funty v2.0.0 |
1780 | 2024-06-22T01:26:23.515Z | Compiling num-bigint-dig v0.8.4 |
1781 | 2024-06-22T01:26:23.823Z | Checking crc v3.2.1 |
1782 | 2024-06-22T01:26:24.021Z | Compiling packed_struct_codegen v0.10.1 |
1783 | 2024-06-22T01:26:24.267Z | Compiling indexmap v1.9.3 |
1784 | 2024-06-22T01:26:24.390Z | Checking nodrop v0.1.14 |
1785 | 2024-06-22T01:26:24.444Z | Checking bitvec v1.0.1 |
1786 | 2024-06-22T01:26:24.510Z | Checking array-init v0.0.4 |
1787 | 2024-06-22T01:26:24.603Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1788 | 2024-06-22T01:26:24.705Z | Checking smallvec v0.6.14 |
1789 | 2024-06-22T01:26:24.886Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1790 | 2024-06-22T01:26:25.392Z | Checking pkcs1 v0.7.5 |
1791 | 2024-06-22T01:26:25.478Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1792 | 2024-06-22T01:26:25.500Z | Compiling ring v0.16.20 |
1793 | 2024-06-22T01:26:25.819Z | Compiling blake3 v1.5.1 |
1794 | 2024-06-22T01:26:26.442Z | Checking bitfield v0.14.0 |
1795 | 2024-06-22T01:26:26.665Z | Checking hashbrown v0.12.3 |
1796 | 2024-06-22T01:26:27.162Z | Checking rsa v0.9.6 |
1797 | 2024-06-22T01:26:27.260Z | Checking serde-hex v0.1.0 |
1798 | 2024-06-22T01:26:27.416Z | Checking bzip2 v0.4.4 |
1799 | 2024-06-22T01:26:27.437Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1800 | 2024-06-22T01:26:27.675Z | Checking env_logger v0.10.2 |
1801 | 2024-06-22T01:26:27.695Z | Checking x509-cert v0.2.5 |
1802 | 2024-06-22T01:26:28.110Z | Checking ron v0.8.1 |
1803 | 2024-06-22T01:26:28.201Z | Checking hashbrown v0.13.2 |
1804 | 2024-06-22T01:26:28.306Z | Checking crc-any v2.5.0 |
1805 | 2024-06-22T01:26:28.678Z | Checking zip v0.6.6 |
1806 | 2024-06-22T01:26:29.178Z | Checking object v0.30.4 |
1807 | 2024-06-22T01:26:29.218Z | Checking path-slash v0.1.5 |
1808 | 2024-06-22T01:26:29.336Z | Compiling async-recursion v1.1.1 |
1809 | 2024-06-22T01:26:29.357Z | Checking gethostname v0.4.3 |
1810 | 2024-06-22T01:26:29.361Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1811 | 2024-06-22T01:26:29.361Z | Checking maplit v1.0.2 |
1812 | 2024-06-22T01:26:29.481Z | Compiling parking_lot_core v0.8.6 |
1813 | 2024-06-22T01:26:29.500Z | Compiling libefi-sys v0.1.0 |
1814 | 2024-06-22T01:26:29.651Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1815 | 2024-06-22T01:26:30.109Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1816 | 2024-06-22T01:26:30.179Z | Compiling crossbeam-deque v0.8.5 |
1817 | 2024-06-22T01:26:30.515Z | Checking keccak v0.1.5 |
1818 | 2024-06-22T01:26:30.635Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1819 | 2024-06-22T01:26:30.790Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1820 | 2024-06-22T01:26:30.870Z | Checking sha3 v0.10.8 |
1821 | 2024-06-22T01:26:30.904Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1822 | 2024-06-22T01:26:31.249Z | Checking parking_lot v0.11.2 |
1823 | 2024-06-22T01:26:31.371Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-06-22T01:26:31.641Z | Checking trust-dns-client v0.22.0 |
1825 | 2024-06-22T01:26:31.650Z | Checking toml v0.5.11 |
1826 | 2024-06-22T01:26:31.742Z | Checking secrecy v0.8.0 |
1827 | 2024-06-22T01:26:31.913Z | Compiling rayon v1.10.0 |
1828 | 2024-06-22T01:26:31.943Z | Checking sled v0.34.7 |
1829 | 2024-06-22T01:26:33.009Z | Checking trust-dns-server v0.22.1 |
1830 | 2024-06-22T01:26:33.351Z | Compiling memmap2 v0.9.4 |
1831 | 2024-06-22T01:26:33.798Z | Compiling arrayref v0.3.7 |
1832 | 2024-06-22T01:26:33.817Z | Compiling untrusted v0.7.1 |
1833 | 2024-06-22T01:26:33.906Z | Compiling buf-list v1.0.3 |
1834 | 2024-06-22T01:26:33.991Z | Compiling constant_time_eq v0.3.0 |
1835 | 2024-06-22T01:26:34.185Z | Compiling arrayvec v0.7.4 |
1836 | 2024-06-22T01:26:35.212Z | Compiling toolchain_find v0.4.0 |
1837 | 2024-06-22T01:26:35.785Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1838 | 2024-06-22T01:26:35.955Z | Compiling topological-sort v0.2.2 |
1839 | 2024-06-22T01:26:36.164Z | Checking glob v0.3.1 |
1840 | 2024-06-22T01:26:36.410Z | Compiling rustfmt-wrapper v0.2.1 |
1841 | 2024-06-22T01:26:36.861Z | Compiling platforms v3.4.0 |
1842 | 2024-06-22T01:26:36.890Z | Checking universal-hash v0.5.1 |
1843 | 2024-06-22T01:26:36.990Z | Checking opaque-debug v0.3.1 |
1844 | 2024-06-22T01:26:37.075Z | Compiling omicron-zone-package v0.11.0 |
1845 | 2024-06-22T01:26:37.095Z | Compiling curve25519-dalek-derive v0.1.1 |
1846 | 2024-06-22T01:26:37.532Z | Compiling curve25519-dalek v4.1.2 |
1847 | 2024-06-22T01:26:38.218Z | Checking aead v0.5.2 |
1848 | 2024-06-22T01:26:38.222Z | Compiling pin-project-internal v1.1.5 |
1849 | 2024-06-22T01:26:38.275Z | Compiling vte_generate_state_changes v0.1.1 |
1850 | 2024-06-22T01:26:38.425Z | Compiling unicase v2.7.0 |
1851 | 2024-06-22T01:26:38.536Z | Checking poly1305 v0.8.0 |
1852 | 2024-06-22T01:26:38.895Z | Checking chacha20 v0.9.1 |
1853 | 2024-06-22T01:26:38.954Z | Checking vte v0.11.1 |
1854 | 2024-06-22T01:26:38.986Z | Checking fd-lock v4.0.2 |
1855 | 2024-06-22T01:26:39.179Z | Compiling thiserror-impl-no-std v2.0.2 |
1856 | 2024-06-22T01:26:39.233Z | Checking nanorand v0.7.0 |
1857 | 2024-06-22T01:26:39.606Z | Compiling prettyplease v0.2.20 |
1858 | 2024-06-22T01:26:39.918Z | Checking flume v0.11.0 |
1859 | 2024-06-22T01:26:40.297Z | Checking strip-ansi-escapes v0.2.0 |
1860 | 2024-06-22T01:26:40.403Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1861 | 2024-06-22T01:26:40.445Z | Checking kstat-rs v0.2.3 |
1862 | 2024-06-22T01:26:40.473Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1863 | 2024-06-22T01:26:40.724Z | Checking nu-ansi-term v0.50.0 |
1864 | 2024-06-22T01:26:40.847Z | Checking chacha20poly1305 v0.10.1 |
1865 | 2024-06-22T01:26:41.038Z | Compiling crunchy v0.2.2 |
1866 | 2024-06-22T01:26:41.113Z | Checking reedline v0.31.0 |
1867 | 2024-06-22T01:26:41.248Z | Compiling mime_guess v2.0.4 |
1868 | 2024-06-22T01:26:41.356Z | Checking pin-project v1.1.5 |
1869 | 2024-06-22T01:26:41.471Z | Compiling clang-sys v1.7.0 |
1870 | 2024-06-22T01:26:41.536Z | Compiling tiny-keccak v2.0.2 |
1871 | 2024-06-22T01:26:41.985Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1872 | 2024-06-22T01:26:42.197Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1873 | 2024-06-22T01:26:42.221Z | Compiling memoffset v0.9.1 |
1874 | 2024-06-22T01:26:42.456Z | Checking bytecount v0.6.8 |
1875 | 2024-06-22T01:26:42.516Z | Checking thiserror-no-std v2.0.2 |
1876 | 2024-06-22T01:26:42.536Z | Compiling ref-cast v1.0.23 |
1877 | 2024-06-22T01:26:42.599Z | Checking papergrid v0.11.0 |
1878 | 2024-06-22T01:26:42.641Z | Checking vsss-rs v3.3.4 |
1879 | 2024-06-22T01:26:43.243Z | Compiling ascii-canvas v3.0.0 |
1880 | 2024-06-22T01:26:43.628Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1881 | 2024-06-22T01:26:43.695Z | Compiling tabled_derive v0.7.0 |
1882 | 2024-06-22T01:26:43.890Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1883 | 2024-06-22T01:26:43.909Z | Compiling ref-cast-impl v1.0.23 |
1884 | 2024-06-22T01:26:43.995Z | Compiling snafu-derive v0.8.2 |
1885 | 2024-06-22T01:26:44.030Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1886 | 2024-06-22T01:26:44.103Z | Compiling ena v0.14.3 |
1887 | 2024-06-22T01:26:44.142Z | Compiling libloading v0.8.3 |
1888 | 2024-06-22T01:26:44.497Z | Compiling regex-syntax v0.6.29 |
1889 | 2024-06-22T01:26:44.575Z | Compiling diff v0.1.13 |
1890 | 2024-06-22T01:26:44.657Z | Checking http-range v0.1.5 |
1891 | 2024-06-22T01:26:44.680Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1892 | 2024-06-22T01:26:45.077Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-06-22T01:26:45.095Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1894 | 2024-06-22T01:26:45.254Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1895 | 2024-06-22T01:26:45.846Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1896 | 2024-06-22T01:26:46.318Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1897 | 2024-06-22T01:26:47.487Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1898 | 2024-06-22T01:26:48.185Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1899 | 2024-06-22T01:26:48.547Z | Compiling bindgen v0.69.4 |
1900 | 2024-06-22T01:26:49.220Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1901 | 2024-06-22T01:26:49.282Z | Compiling lalrpop v0.19.12 |
1902 | 2024-06-22T01:26:49.587Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1903 | 2024-06-22T01:26:49.938Z | Checking snafu v0.8.2 |
1904 | 2024-06-22T01:26:50.421Z | Checking tabled v0.15.0 |
1905 | 2024-06-22T01:26:50.715Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1906 | 2024-06-22T01:26:51.378Z | Checking hyper-staticfile v0.9.5 |
1907 | 2024-06-22T01:26:52.472Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1908 | 2024-06-22T01:26:53.496Z | Compiling which v4.4.2 |
1909 | 2024-06-22T01:26:54.134Z | Checking globset v0.4.14 |
1910 | 2024-06-22T01:26:54.633Z | Checking olpc-cjson v0.1.3 |
1911 | 2024-06-22T01:26:54.752Z | Compiling cexpr v0.6.0 |
1912 | 2024-06-22T01:26:54.857Z | Checking serde_plain v1.0.2 |
1913 | 2024-06-22T01:26:55.113Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1914 | 2024-06-22T01:26:55.400Z | Compiling lazycell v1.3.0 |
1915 | 2024-06-22T01:26:55.589Z | Checking typed-path v0.7.1 |
1916 | 2024-06-22T01:26:55.611Z | Compiling salty v0.2.0 |
1917 | 2024-06-22T01:26:56.129Z | Compiling rustc-hash v1.1.0 |
1918 | 2024-06-22T01:26:56.291Z | Compiling shlex v1.3.0 |
1919 | 2024-06-22T01:26:56.646Z | Compiling cfg_aliases v0.1.1 |
1920 | 2024-06-22T01:26:56.735Z | Checking signature v1.6.4 |
1921 | 2024-06-22T01:26:56.759Z | Compiling nix v0.28.0 |
1922 | 2024-06-22T01:26:56.875Z | Checking ed25519 v1.5.3 |
1923 | 2024-06-22T01:26:57.144Z | Checking nix v0.27.1 |
1924 | 2024-06-22T01:26:57.461Z | Checking tough v0.17.1 |
1925 | 2024-06-22T01:26:58.440Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1926 | 2024-06-22T01:26:58.701Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1927 | 2024-06-22T01:26:58.984Z | Compiling derive_builder_core v0.20.0 |
1928 | 2024-06-22T01:27:01.396Z | Checking serde-big-array v0.5.1 |
1929 | 2024-06-22T01:27:01.585Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1930 | 2024-06-22T01:27:01.626Z | Compiling libxml v0.3.3 |
1931 | 2024-06-22T01:27:01.971Z | Checking parse-size v1.0.0 |
1932 | 2024-06-22T01:27:02.148Z | Compiling derive_builder_macro v0.20.0 |
1933 | 2024-06-22T01:27:02.473Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-06-22T01:27:02.801Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1935 | 2024-06-22T01:27:02.827Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1936 | 2024-06-22T01:27:03.014Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1937 | 2024-06-22T01:27:04.073Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1938 | 2024-06-22T01:27:04.948Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1939 | 2024-06-22T01:27:05.734Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1940 | 2024-06-22T01:27:05.988Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1941 | 2024-06-22T01:27:06.721Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1942 | 2024-06-22T01:27:07.591Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1943 | 2024-06-22T01:27:08.055Z | Checking signal-hook-tokio v0.3.1 |
1944 | 2024-06-22T01:27:08.242Z | Checking serde-big-array v0.4.1 |
1945 | 2024-06-22T01:27:08.293Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1946 | 2024-06-22T01:27:08.412Z | Compiling strum_macros v0.24.3 |
1947 | 2024-06-22T01:27:08.631Z | Compiling cookie v0.18.1 |
1948 | 2024-06-22T01:27:08.923Z | Compiling indoc v1.0.9 |
1949 | 2024-06-22T01:27:09.922Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1950 | 2024-06-22T01:27:10.965Z | Checking derive_builder v0.20.0 |
1951 | 2024-06-22T01:27:11.128Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1952 | 2024-06-22T01:27:12.560Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1953 | 2024-06-22T01:27:12.842Z | Compiling peg-macros v0.8.3 |
1954 | 2024-06-22T01:27:13.565Z | Checking quick-xml v0.31.0 |
1955 | 2024-06-22T01:27:14.236Z | Compiling oso-derive v0.27.3 |
1956 | 2024-06-22T01:27:14.925Z | Compiling impl-trait-for-tuples v0.2.2 |
1957 | 2024-06-22T01:27:15.305Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1958 | 2024-06-22T01:27:15.333Z | Compiling sqlparser_derive v0.2.2 |
1959 | 2024-06-22T01:27:15.721Z | Checking corncobs v0.1.3 |
1960 | 2024-06-22T01:27:15.922Z | Checking unicode_categories v0.1.1 |
1961 | 2024-06-22T01:27:16.206Z | Checking heck v0.4.1 |
1962 | 2024-06-22T01:27:16.404Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1963 | 2024-06-22T01:27:16.433Z | Checking sqlparser v0.45.0 |
1964 | 2024-06-22T01:27:16.727Z | Checking peg v0.8.3 |
1965 | 2024-06-22T01:27:16.809Z | Checking sqlformat v0.2.3 |
1966 | 2024-06-22T01:27:16.837Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1967 | 2024-06-22T01:27:17.028Z | Checking rustyline v14.0.0 |
1968 | 2024-06-22T01:27:19.153Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1969 | 2024-06-22T01:27:19.901Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1970 | 2024-06-22T01:27:20.771Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1971 | 2024-06-22T01:27:21.042Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1972 | 2024-06-22T01:27:21.316Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1973 | 2024-06-22T01:27:22.153Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1974 | 2024-06-22T01:27:22.751Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1975 | 2024-06-22T01:27:25.612Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1976 | 2024-06-22T01:27:25.824Z | Checking bcs v0.1.6 |
1977 | 2024-06-22T01:27:25.857Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1978 | 2024-06-22T01:27:25.876Z | Checking highway v1.1.0 |
1979 | 2024-06-22T01:27:26.220Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1980 | 2024-06-22T01:27:26.278Z | Compiling const_format_proc_macros v0.2.32 |
1981 | 2024-06-22T01:27:26.310Z | Checking bb8 v0.8.3 |
1982 | 2024-06-22T01:27:26.405Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1983 | 2024-06-22T01:27:26.759Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1984 | 2024-06-22T01:27:26.912Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1985 | 2024-06-22T01:27:27.323Z | Checking assert_matches v1.5.0 |
1986 | 2024-06-22T01:27:27.433Z | Compiling portable-atomic v1.6.0 |
1987 | 2024-06-22T01:27:28.220Z | Checking rand_seeder v0.2.3 |
1988 | 2024-06-22T01:27:28.462Z | Checking number_prefix v0.4.0 |
1989 | 2024-06-22T01:27:28.634Z | Checking const_format v0.2.32 |
1990 | 2024-06-22T01:27:28.652Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1991 | 2024-06-22T01:27:28.886Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1992 | 2024-06-22T01:27:29.137Z | Checking castaway v0.2.2 |
1993 | 2024-06-22T01:27:29.316Z | Checking compact_str v0.7.1 |
1994 | 2024-06-22T01:27:29.554Z | Checking indicatif v0.17.8 |
1995 | 2024-06-22T01:27:30.050Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1996 | 2024-06-22T01:27:30.323Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1997 | 2024-06-22T01:27:30.342Z | Checking lru v0.12.3 |
1998 | 2024-06-22T01:27:30.347Z | Compiling stability v0.2.0 |
1999 | 2024-06-22T01:27:30.598Z | Checking cassowary v0.3.0 |
2000 | 2024-06-22T01:27:30.645Z | Compiling indoc v2.0.5 |
2001 | 2024-06-22T01:27:31.095Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2002 | 2024-06-22T01:27:31.474Z | Checking smawk v0.3.2 |
2003 | 2024-06-22T01:27:31.684Z | Checking unicode-linebreak v0.1.5 |
2004 | 2024-06-22T01:27:31.776Z | Checking ratatui v0.26.2 |
2005 | 2024-06-22T01:27:32.104Z | Checking textwrap v0.16.1 |
2006 | 2024-06-22T01:27:32.526Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2007 | 2024-06-22T01:27:32.817Z | Checking is_ci v1.2.0 |
2008 | 2024-06-22T01:27:32.954Z | Checking supports-color v3.0.0 |
2009 | 2024-06-22T01:27:33.165Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2010 | 2024-06-22T01:27:33.296Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2011 | 2024-06-22T01:27:33.856Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2012 | 2024-06-22T01:27:34.003Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2013 | 2024-06-22T01:27:34.807Z | Checking fatfs v0.3.6 |
2014 | 2024-06-22T01:27:35.547Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2015 | 2024-06-22T01:27:35.871Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2016 | 2024-06-22T01:27:36.200Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2017 | 2024-06-22T01:27:36.302Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2018 | 2024-06-22T01:27:37.125Z | Checking shell-words v1.1.0 |
2019 | 2024-06-22T01:27:37.295Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2020 | 2024-06-22T01:27:37.479Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2021 | 2024-06-22T01:27:37.941Z | Checking rtoolbox v0.0.2 |
2022 | 2024-06-22T01:27:38.145Z | Compiling getrandom v0.1.16 |
2023 | 2024-06-22T01:27:38.965Z | Checking rpassword v7.3.1 |
2024 | 2024-06-22T01:27:39.067Z | Checking tui-tree-widget v0.19.0 |
2025 | 2024-06-22T01:27:39.385Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2026 | 2024-06-22T01:27:39.401Z | Checking rfc6979 v0.4.0 |
2027 | 2024-06-22T01:27:40.212Z | Checking ecdsa v0.16.9 |
2028 | 2024-06-22T01:27:40.566Z | Checking rand_core v0.5.1 |
2029 | 2024-06-22T01:27:40.883Z | Checking primeorder v0.13.6 |
2030 | 2024-06-22T01:27:40.960Z | Checking option-ext v0.2.0 |
2031 | 2024-06-22T01:27:41.095Z | Checking md5 v0.7.0 |
2032 | 2024-06-22T01:27:41.382Z | Checking yansi v0.5.1 |
2033 | 2024-06-22T01:27:41.565Z | Checking dirs-sys v0.4.1 |
2034 | 2024-06-22T01:27:41.668Z | Checking pretty_assertions v1.4.0 |
2035 | 2024-06-22T01:27:45.864Z | Checking rand_chacha v0.2.2 |
2036 | 2024-06-22T01:27:45.940Z | Checking polyval v0.6.2 |
2037 | 2024-06-22T01:27:45.940Z | Checking ed25519 v2.2.3 |
2038 | 2024-06-22T01:27:45.941Z | Checking aes v0.8.4 |
2039 | 2024-06-22T01:27:45.941Z | Checking ctr v0.9.2 |
2040 | 2024-06-22T01:27:45.941Z | Checking blowfish v0.9.1 |
2041 | 2024-06-22T01:27:45.941Z | Checking password-hash v0.4.2 |
2042 | 2024-06-22T01:27:45.941Z | Checking cargo-platform v0.1.8 |
2043 | 2024-06-22T01:27:45.941Z | Checking pbkdf2 v0.12.2 |
2044 | 2024-06-22T01:27:45.941Z | Checking hex-literal v0.4.1 |
2045 | 2024-06-22T01:27:45.941Z | Checking plotters-backend v0.3.5 |
2046 | 2024-06-22T01:27:45.941Z | Checking bcrypt-pbkdf v0.10.0 |
2047 | 2024-06-22T01:27:45.941Z | Checking cargo_metadata v0.18.1 |
2048 | 2024-06-22T01:27:45.941Z | Checking plotters-svg v0.3.5 |
2049 | 2024-06-22T01:27:45.941Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2050 | 2024-06-22T01:27:45.941Z | Checking pbkdf2 v0.11.0 |
2051 | 2024-06-22T01:27:45.941Z | Checking ed25519-dalek v2.1.1 |
2052 | 2024-06-22T01:27:45.941Z | Checking ghash v0.5.1 |
2053 | 2024-06-22T01:27:45.941Z | Checking rand v0.7.3 |
2054 | 2024-06-22T01:27:45.973Z | Checking dirs v5.0.1 |
2055 | 2024-06-22T01:27:45.973Z | Checking p256 v0.13.2 |
2056 | 2024-06-22T01:27:46.111Z | Checking p521 v0.13.3 |
2057 | 2024-06-22T01:27:46.292Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2058 | 2024-06-22T01:27:47.568Z | Checking cbc v0.1.2 |
2059 | 2024-06-22T01:27:47.769Z | Checking russh-cryptovec v0.7.2 |
2060 | 2024-06-22T01:27:47.832Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2061 | 2024-06-22T01:27:47.850Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2062 | 2024-06-22T01:27:47.963Z | Checking cast v0.3.0 |
2063 | 2024-06-22T01:27:48.260Z | Compiling doc-comment v0.3.3 |
2064 | 2024-06-22T01:27:48.849Z | Compiling target-lexicon v0.12.14 |
2065 | 2024-06-22T01:27:48.945Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2066 | 2024-06-22T01:27:50.048Z | Checking criterion-plot v0.5.0 |
2067 | 2024-06-22T01:27:50.374Z | Checking russh-keys v0.43.0 |
2068 | 2024-06-22T01:27:50.562Z | Checking aes-gcm v0.10.3 |
2069 | 2024-06-22T01:27:50.685Z | Checking plotters v0.3.5 |
2070 | 2024-06-22T01:27:50.847Z | Checking http-body v1.0.0 |
2071 | 2024-06-22T01:27:51.080Z | Checking tinytemplate v1.2.1 |
2072 | 2024-06-22T01:27:51.493Z | Checking csv-core v0.1.11 |
2073 | 2024-06-22T01:27:51.629Z | Compiling assert_cmd v2.0.14 |
2074 | 2024-06-22T01:27:51.812Z | Checking tower-layer v0.3.2 |
2075 | 2024-06-22T01:27:52.003Z | Compiling guppy-workspace-hack v0.1.0 |
2076 | 2024-06-22T01:27:52.091Z | Checking anes v0.1.6 |
2077 | 2024-06-22T01:27:52.266Z | Checking regex-automata v0.1.10 |
2078 | 2024-06-22T01:27:52.398Z | Compiling dhcproto-macros v0.1.0 |
2079 | 2024-06-22T01:27:52.458Z | Checking oorandom v11.1.3 |
2080 | 2024-06-22T01:27:52.628Z | Checking criterion v0.5.1 |
2081 | 2024-06-22T01:27:52.676Z | Checking bstr v0.2.17 |
2082 | 2024-06-22T01:27:53.385Z | Checking dhcproto v0.11.0 |
2083 | 2024-06-22T01:27:53.497Z | Checking tower v0.4.13 |
2084 | 2024-06-22T01:27:54.319Z | Checking csv v1.3.0 |
2085 | 2024-06-22T01:27:54.838Z | Checking russh v0.43.0 |
2086 | 2024-06-22T01:27:55.237Z | Checking hyper v1.3.1 |
2087 | 2024-06-22T01:27:56.016Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2088 | 2024-06-22T01:27:56.444Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2089 | 2024-06-22T01:27:57.124Z | Checking internet-checksum v0.2.1 |
2090 | 2024-06-22T01:27:57.197Z | Compiling target-spec v3.1.0 |
2091 | 2024-06-22T01:27:58.336Z | Checking hyper-util v0.1.3 |
2092 | 2024-06-22T01:27:58.831Z | Checking cfg-expr v0.15.8 |
2093 | 2024-06-22T01:27:59.594Z | Checking httptest v0.15.5 |
2094 | 2024-06-22T01:27:59.613Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2095 | 2024-06-22T01:27:59.931Z | Checking rustls-native-certs v0.7.0 |
2096 | 2024-06-22T01:28:00.357Z | Checking hyper-rustls v0.26.0 |
2097 | 2024-06-22T01:28:01.077Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2098 | 2024-06-22T01:28:01.386Z | Checking pathdiff v0.2.1 |
2099 | 2024-06-22T01:28:01.549Z | Checking escape8259 v0.5.2 |
2100 | 2024-06-22T01:28:01.741Z | Checking threadpool v1.8.1 |
2101 | 2024-06-22T01:28:01.948Z | Checking nested v0.1.1 |
2102 | 2024-06-22T01:28:02.045Z | Checking libtest-mimic v0.7.3 |
2103 | 2024-06-22T01:28:02.172Z | Checking guppy v0.17.5 |
2104 | 2024-06-22T01:28:02.519Z | Checking similar-asserts v1.5.0 |
2105 | 2024-06-22T01:28:02.771Z | Checking fancy-regex v0.13.0 |
2106 | 2024-06-22T01:28:03.561Z | Compiling rstest_macros v0.19.0 |
2107 | 2024-06-22T01:28:04.177Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2108 | 2024-06-22T01:28:04.209Z | Checking datatest-stable v0.2.9 |
2109 | 2024-06-22T01:28:04.252Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2110 | 2024-06-22T01:28:04.473Z | Checking blake2b_simd v1.0.2 |
2111 | 2024-06-22T01:28:05.494Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2112 | 2024-06-22T01:28:05.561Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2113 | 2024-06-22T01:28:05.782Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2114 | 2024-06-22T01:28:06.072Z | Compiling relative-path v1.9.3 |
2115 | 2024-06-22T01:28:06.235Z | Compiling trybuild v1.0.96 |
2116 | 2024-06-22T01:28:06.840Z | Checking rust-argon2 v2.1.0 |
2117 | 2024-06-22T01:28:07.283Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2118 | 2024-06-22T01:28:08.623Z | Checking multimap v0.10.0 |
2119 | 2024-06-22T01:28:08.935Z | Checking futures-timer v3.0.3 |
2120 | 2024-06-22T01:28:10.619Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2121 | 2024-06-22T01:28:11.534Z | Checking partial-io v0.5.4 |
2122 | 2024-06-22T01:28:13.013Z | Checking cargo_toml v0.20.2 |
2123 | 2024-06-22T01:28:15.010Z | Checking approx v0.5.1 |
2124 | 2024-06-22T01:28:15.243Z | Checking termios v0.3.3 |
2125 | 2024-06-22T01:28:15.450Z | Checking uzers v0.11.3 |
2126 | 2024-06-22T01:28:15.793Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2127 | 2024-06-22T01:28:16.443Z | Checking rstest v0.19.0 |
2128 | 2024-06-22T01:28:18.099Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2129 | 2024-06-22T01:28:18.852Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2130 | 2024-06-22T01:28:22.101Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2131 | 2024-06-22T01:28:29.308Z | Compiling samael v0.0.15 |
2132 | 2024-06-22T01:28:30.126Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2133 | 2024-06-22T01:29:00.511Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2134 | 2024-06-22T01:29:01.711Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2135 | 2024-06-22T01:29:06.252Z | Compiling polar-core v0.27.3 |
2136 | 2024-06-22T01:29:17.302Z | Checking oso v0.27.3 |
2137 | 2024-06-22T01:29:48.102Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2138 | 2024-06-22T01:29:48.105Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2139 | 2024-06-22T01:29:48.105Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2140 | 2024-06-22T01:30:57.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2141 | 2024-06-22T01:30:58.042Z | |
2142 | 2024-06-22T01:30:58.042Z | real 6:53.963549022 |
2143 | 2024-06-22T01:30:58.043Z | user 37:43.317706007 |
2144 | 2024-06-22T01:30:58.043Z | sys 6:35.160283321 |
2145 | 2024-06-22T01:30:58.043Z | trap 1.003238921 |
2146 | 2024-06-22T01:30:58.043Z | tflt 2.270490868 |
2147 | 2024-06-22T01:30:58.043Z | dflt 1.391078989 |
2148 | 2024-06-22T01:30:58.043Z | kflt 0.002388818 |
2149 | 2024-06-22T01:30:58.046Z | lock 1:50:49.849637365 |
2150 | 2024-06-22T01:30:58.046Z | slp 2:00:16.535775676 |
2151 | 2024-06-22T01:30:58.046Z | lat 1:49.217124944 |
2152 | 2024-06-22T01:30:58.046Z | stop 5:51.947865259 |
2153 | 2024-06-22T01:30:58.046Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2154 | 2024-06-22T01:30:58.046Z | + ptime -m cargo doc --workspace --no-deps |
2155 | 2024-06-22T01:30:59.081Z | warning: output filename collision. |
2156 | 2024-06-22T01:30:59.081Z | 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)`. |
2157 | 2024-06-22T01:30:59.081Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2158 | 2024-06-22T01:30:59.081Z | The targets should have unique names. |
2159 | 2024-06-22T01:30:59.081Z | This is a known bug where multiple crates with the same name use |
2160 | 2024-06-22T01:30:59.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2161 | 2024-06-22T01:30:59.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2162 | 2024-06-22T01:30:59.609Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2024-06-22T01:30:59.630Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2164 | 2024-06-22T01:30:59.648Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2165 | 2024-06-22T01:30:59.664Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2166 | 2024-06-22T01:30:59.664Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-06-22T01:30:59.817Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-06-22T01:30:59.881Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2169 | 2024-06-22T01:30:59.896Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2170 | 2024-06-22T01:30:59.912Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2171 | 2024-06-22T01:30:59.940Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2172 | 2024-06-22T01:31:00.109Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2024-06-22T01:31:00.183Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2174 | 2024-06-22T01:31:00.327Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2175 | 2024-06-22T01:31:00.587Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2176 | 2024-06-22T01:31:00.629Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2024-06-22T01:31:01.124Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2178 | 2024-06-22T01:31:01.737Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2179 | 2024-06-22T01:31:02.039Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2180 | 2024-06-22T01:31:03.965Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2181 | 2024-06-22T01:31:04.255Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2182 | 2024-06-22T01:31:04.314Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2183 | 2024-06-22T01:31:04.544Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2184 | 2024-06-22T01:31:04.830Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2185 | 2024-06-22T01:31:05.039Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2186 | 2024-06-22T01:31:05.367Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2187 | 2024-06-22T01:31:05.523Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2188 | 2024-06-22T01:31:05.558Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2189 | 2024-06-22T01:31:05.724Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2190 | 2024-06-22T01:31:05.840Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2191 | 2024-06-22T01:31:05.883Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2192 | 2024-06-22T01:31:06.038Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2193 | 2024-06-22T01:31:06.131Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2194 | 2024-06-22T01:31:06.232Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2195 | 2024-06-22T01:31:06.347Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2196 | 2024-06-22T01:31:06.800Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2197 | 2024-06-22T01:31:09.061Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2198 | 2024-06-22T01:31:11.553Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2199 | 2024-06-22T01:31:12.259Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2200 | 2024-06-22T01:31:12.431Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2201 | 2024-06-22T01:31:13.500Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2202 | 2024-06-22T01:31:14.014Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2203 | 2024-06-22T01:31:14.149Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2204 | 2024-06-22T01:31:14.409Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2205 | 2024-06-22T01:31:14.823Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2206 | 2024-06-22T01:31:15.213Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2207 | 2024-06-22T01:31:15.305Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2208 | 2024-06-22T01:31:15.383Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2209 | 2024-06-22T01:31:15.961Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2210 | 2024-06-22T01:31:16.556Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2211 | 2024-06-22T01:31:16.613Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2212 | 2024-06-22T01:31:17.248Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2213 | 2024-06-22T01:31:17.324Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2214 | 2024-06-22T01:31:18.602Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2215 | 2024-06-22T01:31:19.446Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2024-06-22T01:31:19.830Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2217 | 2024-06-22T01:31:20.236Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2218 | 2024-06-22T01:31:20.810Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2219 | 2024-06-22T01:31:20.948Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2220 | 2024-06-22T01:31:21.868Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-06-22T01:31:22.119Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2222 | 2024-06-22T01:31:24.627Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2223 | 2024-06-22T01:31:24.921Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2224 | 2024-06-22T01:31:25.405Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2225 | 2024-06-22T01:31:26.294Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2226 | 2024-06-22T01:31:28.141Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2227 | 2024-06-22T01:31:28.323Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2228 | 2024-06-22T01:31:28.469Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2229 | 2024-06-22T01:31:29.045Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2230 | 2024-06-22T01:31:29.061Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2231 | 2024-06-22T01:31:32.476Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2232 | 2024-06-22T01:31:33.293Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2233 | 2024-06-22T01:31:34.144Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2234 | 2024-06-22T01:31:34.586Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2235 | 2024-06-22T01:31:35.752Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2236 | 2024-06-22T01:31:40.521Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2237 | 2024-06-22T01:31:41.045Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2238 | 2024-06-22T01:31:41.413Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2239 | 2024-06-22T01:31:41.431Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2240 | 2024-06-22T01:31:44.855Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2241 | 2024-06-22T01:31:48.634Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-06-22T01:32:03.138Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2243 | 2024-06-22T01:32:04.375Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2244 | 2024-06-22T01:32:06.407Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2245 | 2024-06-22T01:32:11.449Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2246 | 2024-06-22T01:32:14.118Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2247 | 2024-06-22T01:32:20.630Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2248 | 2024-06-22T01:32:23.769Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2249 | 2024-06-22T01:32:24.491Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2250 | 2024-06-22T01:32:33.583Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2251 | 2024-06-22T01:32:37.535Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2252 | 2024-06-22T01:32:40.660Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2253 | 2024-06-22T01:33:01.563Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2254 | 2024-06-22T01:33:05.288Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2255 | 2024-06-22T01:33:05.431Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2256 | 2024-06-22T01:33:07.029Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2257 | 2024-06-22T01:33:09.979Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2258 | 2024-06-22T01:33:11.702Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2259 | 2024-06-22T01:33:16.756Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2260 | 2024-06-22T01:33:25.294Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2261 | 2024-06-22T01:33:26.274Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2262 | 2024-06-22T01:33:40.138Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2263 | 2024-06-22T01:33:52.210Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2264 | 2024-06-22T01:33:53.744Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2265 | 2024-06-22T01:34:04.003Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2266 | 2024-06-22T01:34:08.693Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2267 | 2024-06-22T01:34:10.999Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2268 | 2024-06-22T01:34:13.952Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2269 | 2024-06-22T01:34:15.519Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2270 | 2024-06-22T01:34:19.289Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2271 | 2024-06-22T01:34:22.992Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2272 | 2024-06-22T01:34:27.490Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2273 | 2024-06-22T01:34:30.009Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2274 | 2024-06-22T01:34:32.121Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2275 | 2024-06-22T01:34:41.503Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2276 | 2024-06-22T01:34:41.575Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2277 | 2024-06-22T01:34:41.575Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2278 | 2024-06-22T01:34:41.586Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2279 | 2024-06-22T01:34:42.499Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2280 | 2024-06-22T01:34:44.327Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2281 | 2024-06-22T01:34:44.696Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2282 | 2024-06-22T01:34:52.270Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2283 | 2024-06-22T01:34:52.904Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2284 | 2024-06-22T01:34:53.925Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2285 | 2024-06-22T01:34:54.210Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2286 | 2024-06-22T01:34:56.649Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2287 | 2024-06-22T01:34:57.378Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2288 | 2024-06-22T01:35:01.564Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2289 | 2024-06-22T01:35:06.160Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2290 | 2024-06-22T01:35:07.134Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2291 | 2024-06-22T01:35:07.739Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2292 | 2024-06-22T01:35:08.599Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2293 | 2024-06-22T01:35:11.166Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2294 | 2024-06-22T01:35:13.588Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2295 | 2024-06-22T01:35:13.845Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2296 | 2024-06-22T01:35:19.510Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2297 | 2024-06-22T01:35:19.644Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2298 | 2024-06-22T01:35:20.735Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2299 | 2024-06-22T01:35:21.218Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2300 | 2024-06-22T01:35:21.397Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2301 | 2024-06-22T01:35:24.755Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2302 | 2024-06-22T01:35:26.278Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2303 | 2024-06-22T01:35:26.329Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2304 | 2024-06-22T01:35:28.097Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2305 | 2024-06-22T01:35:31.014Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2306 | 2024-06-22T01:35:31.738Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2307 | 2024-06-22T01:35:34.756Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2308 | 2024-06-22T01:35:35.657Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2309 | 2024-06-22T01:35:35.786Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2310 | 2024-06-22T01:35:36.666Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2311 | 2024-06-22T01:35:57.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 59s |
2312 | 2024-06-22T01:35:57.766Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 94 other files |
2313 | 2024-06-22T01:35:57.809Z | |
2314 | 2024-06-22T01:35:57.814Z | real 4:59.660728998 |
2315 | 2024-06-22T01:35:57.814Z | user 16:55.996661401 |
2316 | 2024-06-22T01:35:57.814Z | sys 20:20.514946813 |
2317 | 2024-06-22T01:35:57.814Z | trap 0.300390728 |
2318 | 2024-06-22T01:35:57.814Z | tflt 0.053273132 |
2319 | 2024-06-22T01:35:57.814Z | dflt 0.132785770 |
2320 | 2024-06-22T01:35:57.814Z | kflt 0.000007178 |
2321 | 2024-06-22T01:35:57.814Z | lock 47:20.821894280 |
2322 | 2024-06-22T01:35:57.814Z | slp 1:19:20.453224326 |
2323 | 2024-06-22T01:35:57.814Z | lat 49.924161835 |
2324 | 2024-06-22T01:35:57.814Z | stop 39.847790843 |
2325 | 2024-06-22T01:35:57.814Z | process exited: duration 899650 ms, exit code 0 |
|
2326 | 2024-06-22T01:35:57.821Z | found 0 output files |