|
|
|
1 | 2024-08-07T07:30:53.280Z | job assigned to worker 01J4NVX3ZP6G502GJVEPYNJVEB (queued for 1 m 2 s) |
|
2 | 2024-08-07T07:31:01.384Z | starting task 0: "setup" |
3 | 2024-08-07T07:31:01.445Z | ++ uname -s |
4 | 2024-08-07T07:31:01.448Z | + kern=SunOS |
5 | 2024-08-07T07:31:01.448Z | + case "$kern" in |
6 | 2024-08-07T07:31:01.448Z | + groupadd -g 12345 build |
7 | 2024-08-07T07:31:01.451Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T07:31:03.459Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T07:31:03.587Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T07:31:03.590Z | + home_fs=zfs |
11 | 2024-08-07T07:31:03.590Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T07:31:03.590Z | + mkdir -p /home/build |
13 | 2024-08-07T07:31:03.594Z | + chown build:build /home/build /work |
14 | 2024-08-07T07:31:05.595Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T07:31:05.598Z | process exited: duration 4214 ms, exit code 0 |
|
16 | 2024-08-07T07:31:05.604Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T07:31:05.610Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T07:31:05.610Z | * toolchain channel = "1.80.0" |
19 | 2024-08-07T07:31:05.610Z | * toolchain profile = "default" |
20 | 2024-08-07T07:31:05.610Z | ' 1.80.0 |
21 | 2024-08-07T07:31:05.610Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-07T07:31:05.610Z | ' default |
23 | 2024-08-07T07:31:05.613Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T07:31:05.613Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T07:31:05.728Z | info: downloading installer |
26 | 2024-08-07T07:31:07.275Z | info: profile set to 'default' |
27 | 2024-08-07T07:31:07.275Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T07:31:07.278Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T07:31:07.429Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T07:31:07.429Z | info: downloading component 'cargo' |
31 | 2024-08-07T07:31:08.281Z | info: downloading component 'clippy' |
32 | 2024-08-07T07:31:08.579Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T07:31:09.749Z | info: downloading component 'rust-std' |
34 | 2024-08-07T07:31:11.390Z | info: downloading component 'rustc' |
35 | 2024-08-07T07:31:15.991Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T07:31:16.235Z | info: installing component 'cargo' |
37 | 2024-08-07T07:31:17.105Z | info: installing component 'clippy' |
38 | 2024-08-07T07:31:17.517Z | info: installing component 'rust-docs' |
39 | 2024-08-07T07:31:19.135Z | info: installing component 'rust-std' |
40 | 2024-08-07T07:31:20.868Z | info: installing component 'rustc' |
41 | 2024-08-07T07:31:25.643Z | info: installing component 'rustfmt' |
42 | 2024-08-07T07:31:25.996Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T07:31:25.996Z | |
44 | 2024-08-07T07:31:26.264Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T07:31:26.265Z | |
46 | 2024-08-07T07:31:26.267Z | |
47 | 2024-08-07T07:31:26.268Z | Rust is installed now. Great! |
48 | 2024-08-07T07:31:26.268Z | |
49 | 2024-08-07T07:31:26.268Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T07:31:26.268Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T07:31:26.268Z | |
52 | 2024-08-07T07:31:26.268Z | To configure your current shell, you need to source |
53 | 2024-08-07T07:31:26.268Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T07:31:26.268Z | |
55 | 2024-08-07T07:31:26.268Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T07:31:26.268Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T07:31:26.268Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T07:31:26.330Z | + rustc --version |
59 | 2024-08-07T07:31:26.395Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T07:31:26.398Z | process exited: duration 20790 ms, exit code 0 |
|
61 | 2024-08-07T07:31:26.404Z | starting task 2: "authentication" |
62 | 2024-08-07T07:31:26.426Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-07T07:31:26.432Z | starting task 3: "clone repository" |
64 | 2024-08-07T07:31:26.437Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T07:31:26.440Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T07:31:26.600Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T07:31:32.497Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T07:31:32.497Z | + git fetch origin 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
69 | 2024-08-07T07:31:32.765Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T07:31:32.765Z | * branch 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 -> FETCH_HEAD |
71 | 2024-08-07T07:31:32.775Z | + [[ -n renovate/itertools-0.x ]] |
72 | 2024-08-07T07:31:32.778Z | ++ git branch --show-current |
73 | 2024-08-07T07:31:32.781Z | + current=main |
74 | 2024-08-07T07:31:32.781Z | + [[ main != renovate/itertools-0.x ]] |
75 | 2024-08-07T07:31:32.781Z | + git branch -f renovate/itertools-0.x 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
76 | 2024-08-07T07:31:32.783Z | + git checkout -f renovate/itertools-0.x |
77 | 2024-08-07T07:31:32.924Z | Switched to branch 'renovate/itertools-0.x' |
78 | 2024-08-07T07:31:32.927Z | + git reset --hard 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
79 | 2024-08-07T07:31:33.064Z | HEAD is now at 567bd95af Update Rust crate itertools to 0.13.0 |
80 | 2024-08-07T07:31:33.066Z | process exited: duration 6632 ms, exit code 0 |
|
81 | 2024-08-07T07:31:33.072Z | starting task 4: "build" |
82 | 2024-08-07T07:31:33.078Z | + cargo --version |
83 | 2024-08-07T07:31:33.134Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T07:31:33.137Z | + rustc --version |
85 | 2024-08-07T07:31:33.194Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T07:31:33.196Z | + source ./env.sh |
87 | 2024-08-07T07:31:33.196Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-07T07:31:33.197Z | ++ set -o xtrace |
89 | 2024-08-07T07:31:33.199Z | ++++ dirname ./env.sh |
90 | 2024-08-07T07:31:33.202Z | +++ readlink -f . |
91 | 2024-08-07T07:31:33.283Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-07T07:31:33.286Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-07T07:31:33.286Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-07T07:31:33.286Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-07T07:31:33.286Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-07T07:31:33.286Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-07T07:31:33.286Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-07T07:31:33.286Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-07T07:31:33.286Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-07T07:31:33.286Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-07T07:31:33.286Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-07T07:31:33.287Z | + banner prerequisites |
103 | 2024-08-07T07:31:33.338Z | |
104 | 2024-08-07T07:31:33.338Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-07T07:31:33.338Z | # # # # # # # # # # # # # # # |
106 | 2024-08-07T07:31:33.338Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-07T07:31:33.338Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-07T07:31:33.338Z | # # # # # # # # # # # # # # # |
109 | 2024-08-07T07:31:33.338Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-07T07:31:33.338Z | |
111 | 2024-08-07T07:31:33.341Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-07T07:31:51.094Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-07T07:31:53.548Z | Startup: Caching catalogs ... Done |
114 | 2024-08-07T07:31:57.414Z | Planning: Solver setup ... Done (3.284s) |
115 | 2024-08-07T07:31:57.474Z | Planning: Running solver ... Done (0.061s) |
116 | 2024-08-07T07:31:57.529Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-08-07T07:31:57.560Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-07T07:31:57.951Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-07T07:31:58.000Z | Planning: Package planning ... Done (0.049s) |
120 | 2024-08-07T07:31:58.052Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-08-07T07:31:59.681Z | Planning: Checking for conflicting actions ... Done (1.630s) |
122 | 2024-08-07T07:31:59.693Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-07T07:32:06.414Z | Planning: Evaluating mediators ... Done (6.720s) |
124 | 2024-08-07T07:32:06.423Z | Planning: Planning completed in 12.80 seconds |
125 | 2024-08-07T07:32:07.366Z | Packages to install: 4 |
126 | 2024-08-07T07:32:07.366Z | Mediators to change: 2 |
127 | 2024-08-07T07:32:07.366Z | Services to change: 1 |
128 | 2024-08-07T07:32:07.366Z | Estimated space available: 155.75 GB |
129 | 2024-08-07T07:32:07.416Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-07T07:32:07.416Z | Create boot environment: No |
131 | 2024-08-07T07:32:07.417Z | Create backup boot environment: No |
132 | 2024-08-07T07:32:07.417Z | Rebuild boot archive: No |
133 | 2024-08-07T07:32:07.417Z | |
134 | 2024-08-07T07:32:07.417Z | Changed mediators: |
135 | 2024-08-07T07:32:07.417Z | mediator clang: |
136 | 2024-08-07T07:32:07.417Z | version: None -> 15 (system default) |
137 | 2024-08-07T07:32:07.417Z | |
138 | 2024-08-07T07:32:07.417Z | mediator llvm: |
139 | 2024-08-07T07:32:07.417Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-07T07:32:07.418Z | |
141 | 2024-08-07T07:32:07.418Z | Changed packages: |
142 | 2024-08-07T07:32:07.418Z | helios-dev |
143 | 2024-08-07T07:32:07.418Z | developer/build-essential |
144 | 2024-08-07T07:32:07.418Z | None -> 11-2.0 |
145 | 2024-08-07T07:32:07.418Z | library/libxmlsec1 |
146 | 2024-08-07T07:32:07.418Z | None -> 1.2.35-2.0 |
147 | 2024-08-07T07:32:07.418Z | ooce/developer/clang-15 |
148 | 2024-08-07T07:32:07.418Z | None -> 15.0.7-2.0 |
149 | 2024-08-07T07:32:07.419Z | ooce/developer/llvm-15 |
150 | 2024-08-07T07:32:07.419Z | None -> 15.0.7-2.0 |
151 | 2024-08-07T07:32:07.419Z | |
152 | 2024-08-07T07:32:07.419Z | Services: |
153 | 2024-08-07T07:32:07.419Z | restart_fmri: |
154 | 2024-08-07T07:32:07.419Z | svc:/system/update-man-index:default |
155 | 2024-08-07T07:32:07.497Z | |
156 | 2024-08-07T07:32:07.497Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-07T07:32:12.532Z | Download: 386/3290 items 4.3/212.6MB 2% complete (875k/s) |
158 | 2024-08-07T07:32:17.507Z | Download: 1113/3290 items 36.4/212.6MB 17% complete (3.6M/s) |
159 | 2024-08-07T07:32:22.708Z | Download: 1416/3290 items 117.1/212.6MB 55% complete (11.4M/s) |
160 | 2024-08-07T07:32:27.767Z | Download: 1911/3290 items 118.6/212.6MB 55% complete (8.5M/s) |
161 | 2024-08-07T07:32:32.872Z | Download: 2218/3290 items 119.2/212.6MB 56% complete (232k/s) |
162 | 2024-08-07T07:32:38.865Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (221k/s) |
163 | 2024-08-07T07:32:43.871Z | Download: 2567/3290 items 120.4/212.6MB 56% complete (122k/s) |
164 | 2024-08-07T07:32:48.879Z | Download: 3017/3290 items 121.3/212.6MB 57% complete (216k/s) |
165 | 2024-08-07T07:32:54.811Z | Download: 3247/3290 items 202.7/212.6MB 95% complete (8.2M/s) |
166 | 2024-08-07T07:33:02.217Z | Download: 3248/3290 items 202.8/212.6MB 95% complete (8.0M/s) |
167 | 2024-08-07T07:33:03.780Z | Download: Completed 212.60 MB in 56.28 seconds (3.8M/s) |
168 | 2024-08-07T07:33:04.003Z | Actions: 1/3689 actions (Installing new actions) |
169 | 2024-08-07T07:33:09.300Z | Actions: 3541/3689 actions (Installing new actions) |
170 | 2024-08-07T07:33:09.754Z | Actions: Completed 3689 actions in 5.75 seconds. |
171 | 2024-08-07T07:33:10.016Z | Done (0.257s) |
172 | 2024-08-07T07:33:10.017Z | Done (0.000s) |
173 | 2024-08-07T07:33:10.372Z | Done (0.354s) |
174 | 2024-08-07T07:33:16.712Z | Done (6.178s) |
175 | 2024-08-07T07:33:16.986Z | Done (0.210s) |
176 | 2024-08-07T07:33:16.989Z | Done (0.000s) |
177 | 2024-08-07T07:33:17.196Z | Done (0.000s) |
178 | 2024-08-07T07:33:17.782Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-08-07T07:33:17.943Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-08-07T07:33:17.946Z | Planning: Consolidating action changes ... Done |
181 | 2024-08-07T07:33:18.219Z | Planning: Evaluating mediators ... Done |
182 | 2024-08-07T07:33:18.222Z | Planning: Planning completed in 0.44 seconds |
183 | 2024-08-07T07:33:18.253Z | Mediators to change: 2 |
184 | 2024-08-07T07:33:18.253Z | Create boot environment: No |
185 | 2024-08-07T07:33:18.255Z | Create backup boot environment: No |
186 | 2024-08-07T07:33:18.319Z | Done |
187 | 2024-08-07T07:33:18.319Z | Done |
188 | 2024-08-07T07:33:18.539Z | Done |
189 | 2024-08-07T07:33:22.108Z | Done |
190 | 2024-08-07T07:33:22.189Z | Done |
191 | 2024-08-07T07:33:22.192Z | Done |
192 | 2024-08-07T07:33:22.365Z | Done |
193 | 2024-08-07T07:33:22.982Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-08-07T07:33:22.985Z | Planning: Merging actions ... Done |
195 | 2024-08-07T07:33:23.178Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-08-07T07:33:23.181Z | Planning: Consolidating action changes ... Done |
197 | 2024-08-07T07:33:23.447Z | Planning: Evaluating mediators ... Done |
198 | 2024-08-07T07:33:23.503Z | Planning: Planning completed in 0.77 seconds |
199 | 2024-08-07T07:33:23.537Z | Packages to change: 1 |
200 | 2024-08-07T07:33:23.537Z | Mediators to change: 1 |
201 | 2024-08-07T07:33:23.540Z | Services to change: 1 |
202 | 2024-08-07T07:33:23.540Z | Create boot environment: No |
203 | 2024-08-07T07:33:23.540Z | Create backup boot environment: Yes |
204 | 2024-08-07T07:33:25.550Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-08-07T07:33:25.699Z | Actions: Completed 6 actions in 0.15 seconds. |
206 | 2024-08-07T07:33:25.702Z | Done |
207 | 2024-08-07T07:33:25.702Z | Done |
208 | 2024-08-07T07:33:25.775Z | Done |
209 | 2024-08-07T07:33:29.467Z | Done |
210 | 2024-08-07T07:33:29.558Z | Done |
211 | 2024-08-07T07:33:29.560Z | Done |
212 | 2024-08-07T07:33:29.733Z | Done |
213 | 2024-08-07T07:33:30.169Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-08-07T07:33:30.169Z | clang system 15 system |
215 | 2024-08-07T07:33:30.169Z | csh system system illumos |
216 | 2024-08-07T07:33:30.169Z | ctags system system illumos |
217 | 2024-08-07T07:33:30.169Z | gcc vendor 12 vendor |
218 | 2024-08-07T07:33:30.169Z | gcc system 10 system |
219 | 2024-08-07T07:33:30.169Z | gcc system 7 system |
220 | 2024-08-07T07:33:30.169Z | go system 1.20 system |
221 | 2024-08-07T07:33:30.169Z | go system 1.19 system |
222 | 2024-08-07T07:33:30.169Z | llvm system 15 system |
223 | 2024-08-07T07:33:30.169Z | llvm system 14 system |
224 | 2024-08-07T07:33:30.169Z | mariadb system 10.6 system |
225 | 2024-08-07T07:33:30.169Z | mta vendor vendor dma |
226 | 2024-08-07T07:33:30.169Z | openjdk system 17 system |
227 | 2024-08-07T07:33:30.169Z | openjdk system 11 system |
228 | 2024-08-07T07:33:30.169Z | openjdk system 1.8 system |
229 | 2024-08-07T07:33:30.169Z | openssl vendor 3 vendor |
230 | 2024-08-07T07:33:30.169Z | perl system 5.36 system |
231 | 2024-08-07T07:33:30.169Z | postgresql system 15 system |
232 | 2024-08-07T07:33:30.169Z | postgresql system 13 system |
233 | 2024-08-07T07:33:30.169Z | python vendor 3 vendor |
234 | 2024-08-07T07:33:30.169Z | python system 2 system |
235 | 2024-08-07T07:33:30.169Z | python3 system 3.11 system |
236 | 2024-08-07T07:33:30.169Z | ruby system 3.0 system |
237 | 2024-08-07T07:33:30.169Z | words vendor vendor american-english |
238 | 2024-08-07T07:33:30.170Z | words system system australian-english |
239 | 2024-08-07T07:33:30.170Z | words system system british-english |
240 | 2024-08-07T07:33:30.170Z | words system system canadian-english |
241 | 2024-08-07T07:33:30.170Z | words system system french |
242 | 2024-08-07T07:33:30.170Z | words system system italian |
243 | 2024-08-07T07:33:30.170Z | words system system ngerman |
244 | 2024-08-07T07:33:30.170Z | words system system ogerman |
245 | 2024-08-07T07:33:30.170Z | words system system spanish |
246 | 2024-08-07T07:33:30.496Z | PUBLISHER TYPE STATUS P LOCATION |
247 | 2024-08-07T07:33:30.497Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
248 | 2024-08-07T07:33:32.169Z | FMRI IFO |
249 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
253 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
254 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
257 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
260 | 2024-08-07T07:33:32.169Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
261 | 2024-08-07T07:33:32.760Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
262 | 2024-08-07T07:33:33.026Z | Updating git repository `https://github.com/oxidecomputer/zone` |
263 | 2024-08-07T07:33:33.304Z | Updating crates.io index |
264 | 2024-08-07T07:33:33.362Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
265 | 2024-08-07T07:33:34.037Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
266 | 2024-08-07T07:33:34.809Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
267 | 2024-08-07T07:33:35.062Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
268 | 2024-08-07T07:33:36.509Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
269 | 2024-08-07T07:33:36.775Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
270 | 2024-08-07T07:33:37.019Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
271 | 2024-08-07T07:33:38.034Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2024-08-07T07:33:39.812Z | Updating git repository `https://github.com/oxidecomputer/opte` |
273 | 2024-08-07T07:33:40.830Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
274 | 2024-08-07T07:33:41.476Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2024-08-07T07:33:41.997Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
276 | 2024-08-07T07:33:42.296Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
277 | 2024-08-07T07:33:42.566Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
278 | 2024-08-07T07:33:42.833Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2024-08-07T07:33:43.123Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2024-08-07T07:33:43.372Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2024-08-07T07:33:43.613Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2024-08-07T07:33:43.892Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-08-07T07:33:44.150Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
284 | 2024-08-07T07:33:44.397Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2024-08-07T07:33:44.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
286 | 2024-08-07T07:33:45.084Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
287 | 2024-08-07T07:33:45.534Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2024-08-07T07:33:45.889Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
289 | 2024-08-07T07:33:46.255Z | Updating git repository `https://github.com/oxidecomputer/typify` |
290 | 2024-08-07T07:33:48.520Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
291 | 2024-08-07T07:33:48.740Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
292 | 2024-08-07T07:33:48.991Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
293 | 2024-08-07T07:33:49.409Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
294 | 2024-08-07T07:33:50.400Z | Downloading crates ... |
295 | 2024-08-07T07:33:50.507Z | Downloaded anstyle-query v1.0.3 |
296 | 2024-08-07T07:33:50.512Z | Downloaded anstyle v1.0.8 |
297 | 2024-08-07T07:33:50.516Z | Downloaded anstyle-parse v0.2.4 |
298 | 2024-08-07T07:33:50.519Z | Downloaded errno v0.3.9 |
299 | 2024-08-07T07:33:50.524Z | Downloaded autocfg v1.3.0 |
300 | 2024-08-07T07:33:50.524Z | Downloaded cpufeatures v0.2.12 |
301 | 2024-08-07T07:33:50.527Z | Downloaded clap_lex v0.7.0 |
302 | 2024-08-07T07:33:50.527Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-08-07T07:33:50.530Z | Downloaded pretty-hex v0.4.1 |
304 | 2024-08-07T07:33:50.548Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-08-07T07:33:50.551Z | Downloaded heck v0.4.1 |
306 | 2024-08-07T07:33:50.551Z | Downloaded equivalent v1.0.1 |
307 | 2024-08-07T07:33:50.551Z | Downloaded digest v0.10.7 |
308 | 2024-08-07T07:33:50.554Z | Downloaded itoa v1.0.11 |
309 | 2024-08-07T07:33:50.554Z | Downloaded cfg-if v1.0.0 |
310 | 2024-08-07T07:33:50.557Z | Downloaded cargo_metadata v0.18.1 |
311 | 2024-08-07T07:33:50.560Z | Downloaded colorchoice v1.0.1 |
312 | 2024-08-07T07:33:50.563Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-08-07T07:33:50.568Z | Downloaded usdt-macro v0.5.0 |
314 | 2024-08-07T07:33:50.573Z | Downloaded scroll_derive v0.12.0 |
315 | 2024-08-07T07:33:50.581Z | Downloaded memmap v0.7.0 |
316 | 2024-08-07T07:33:50.584Z | Downloaded fs-err v2.11.0 |
317 | 2024-08-07T07:33:50.587Z | Downloaded usdt v0.5.0 |
318 | 2024-08-07T07:33:50.587Z | Downloaded macaddr v1.0.1 |
319 | 2024-08-07T07:33:50.593Z | Downloaded usdt-impl v0.5.0 |
320 | 2024-08-07T07:33:50.597Z | Downloaded thiserror v1.0.63 |
321 | 2024-08-07T07:33:50.600Z | Downloaded thread-id v4.2.1 |
322 | 2024-08-07T07:33:50.603Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2024-08-07T07:33:50.603Z | Downloaded utf8parse v0.2.1 |
324 | 2024-08-07T07:33:50.603Z | Downloaded tabled_derive v0.7.0 |
325 | 2024-08-07T07:33:50.603Z | Downloaded swrite v0.1.0 |
326 | 2024-08-07T07:33:50.606Z | Downloaded serde_spanned v0.6.7 |
327 | 2024-08-07T07:33:50.606Z | Downloaded dof v0.3.0 |
328 | 2024-08-07T07:33:50.606Z | Downloaded generic-array v0.14.7 |
329 | 2024-08-07T07:33:50.609Z | Downloaded fnv v1.0.7 |
330 | 2024-08-07T07:33:50.609Z | Downloaded crypto-common v0.1.6 |
331 | 2024-08-07T07:33:50.612Z | Downloaded camino v1.1.7 |
332 | 2024-08-07T07:33:50.615Z | Downloaded block-buffer v0.10.4 |
333 | 2024-08-07T07:33:50.615Z | Downloaded byteorder v1.5.0 |
334 | 2024-08-07T07:33:50.618Z | Downloaded heck v0.5.0 |
335 | 2024-08-07T07:33:50.622Z | Downloaded cargo-platform v0.1.8 |
336 | 2024-08-07T07:33:50.626Z | Downloaded clap_derive v4.5.13 |
337 | 2024-08-07T07:33:50.630Z | Downloaded version_check v0.9.5 |
338 | 2024-08-07T07:33:50.630Z | Downloaded thiserror-impl v1.0.63 |
339 | 2024-08-07T07:33:50.633Z | Downloaded strsim v0.11.1 |
340 | 2024-08-07T07:33:50.633Z | Downloaded terminal_size v0.3.0 |
341 | 2024-08-07T07:33:50.636Z | Downloaded scroll v0.12.0 |
342 | 2024-08-07T07:33:50.640Z | Downloaded serde_tokenstream v0.2.1 |
343 | 2024-08-07T07:33:50.644Z | Downloaded bytecount v0.6.8 |
344 | 2024-08-07T07:33:50.649Z | Downloaded pest_generator v2.7.10 |
345 | 2024-08-07T07:33:50.654Z | Downloaded semver v1.0.23 |
346 | 2024-08-07T07:33:50.657Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-08-07T07:33:50.660Z | Downloaded sha2 v0.10.8 |
348 | 2024-08-07T07:33:50.665Z | Downloaded quote v1.0.36 |
349 | 2024-08-07T07:33:50.669Z | Downloaded zerocopy-derive v0.7.34 |
350 | 2024-08-07T07:33:50.672Z | Downloaded cargo_toml v0.20.4 |
351 | 2024-08-07T07:33:50.672Z | Downloaded plain v0.2.3 |
352 | 2024-08-07T07:33:50.672Z | Downloaded bitflags v2.6.0 |
353 | 2024-08-07T07:33:50.679Z | Downloaded once_cell v1.19.0 |
354 | 2024-08-07T07:33:50.682Z | Downloaded proc-macro-error v1.0.4 |
355 | 2024-08-07T07:33:50.686Z | Downloaded anstream v0.6.14 |
356 | 2024-08-07T07:33:50.697Z | Downloaded serde_derive v1.0.204 |
357 | 2024-08-07T07:33:50.700Z | Downloaded unicode-ident v1.0.12 |
358 | 2024-08-07T07:33:50.703Z | Downloaded typenum v1.17.0 |
359 | 2024-08-07T07:33:50.706Z | Downloaded log v0.4.21 |
360 | 2024-08-07T07:33:50.709Z | Downloaded clap v4.5.13 |
361 | 2024-08-07T07:33:50.715Z | Downloaded anyhow v1.0.86 |
362 | 2024-08-07T07:33:50.718Z | Downloaded ucd-trie v0.1.6 |
363 | 2024-08-07T07:33:50.722Z | Downloaded toml v0.8.19 |
364 | 2024-08-07T07:33:50.725Z | Downloaded pest_meta v2.7.10 |
365 | 2024-08-07T07:33:50.725Z | Downloaded ryu v1.0.18 |
366 | 2024-08-07T07:33:50.728Z | Downloaded papergrid v0.11.0 |
367 | 2024-08-07T07:33:50.733Z | Downloaded pest_derive v2.7.10 |
368 | 2024-08-07T07:33:50.736Z | Downloaded proc-macro2 v1.0.86 |
369 | 2024-08-07T07:33:50.754Z | Downloaded serde v1.0.204 |
370 | 2024-08-07T07:33:50.760Z | Downloaded indexmap v2.3.0 |
371 | 2024-08-07T07:33:50.764Z | Downloaded memchr v2.7.2 |
372 | 2024-08-07T07:33:50.802Z | Downloaded toml_edit v0.22.20 |
373 | 2024-08-07T07:33:50.823Z | Downloaded pest v2.7.10 |
374 | 2024-08-07T07:33:50.834Z | Downloaded hashbrown v0.14.5 |
375 | 2024-08-07T07:33:50.844Z | Downloaded winnow v0.6.18 |
376 | 2024-08-07T07:33:50.854Z | Downloaded serde_json v1.0.122 |
377 | 2024-08-07T07:33:50.861Z | Downloaded goblin v0.8.2 |
378 | 2024-08-07T07:33:50.866Z | Downloaded zerocopy v0.7.34 |
379 | 2024-08-07T07:33:50.881Z | Downloaded clap_builder v4.5.13 |
380 | 2024-08-07T07:33:50.887Z | Downloaded tabled v0.15.0 |
381 | 2024-08-07T07:33:50.902Z | Downloaded syn v2.0.72 |
382 | 2024-08-07T07:33:50.912Z | Downloaded syn v1.0.109 |
383 | 2024-08-07T07:33:50.928Z | Downloaded rustix v0.38.34 |
384 | 2024-08-07T07:33:50.952Z | Downloaded unicode-width v0.1.13 |
385 | 2024-08-07T07:33:50.961Z | Downloaded libc v0.2.155 |
386 | 2024-08-07T07:33:51.258Z | Compiling proc-macro2 v1.0.86 |
387 | 2024-08-07T07:33:51.258Z | Compiling unicode-ident v1.0.12 |
388 | 2024-08-07T07:33:51.262Z | Compiling version_check v0.9.5 |
389 | 2024-08-07T07:33:51.262Z | Compiling serde v1.0.204 |
390 | 2024-08-07T07:33:51.262Z | Compiling memchr v2.7.2 |
391 | 2024-08-07T07:33:51.262Z | Compiling thiserror v1.0.63 |
392 | 2024-08-07T07:33:51.262Z | Compiling libc v0.2.155 |
393 | 2024-08-07T07:33:51.292Z | Compiling itoa v1.0.11 |
394 | 2024-08-07T07:33:51.498Z | Compiling ucd-trie v0.1.6 |
395 | 2024-08-07T07:33:51.591Z | Compiling ryu v1.0.18 |
396 | 2024-08-07T07:33:52.058Z | Compiling once_cell v1.19.0 |
397 | 2024-08-07T07:33:52.077Z | Compiling byteorder v1.5.0 |
398 | 2024-08-07T07:33:52.361Z | Compiling serde_json v1.0.122 |
399 | 2024-08-07T07:33:55.037Z | Compiling usdt-impl v0.5.0 |
400 | 2024-08-07T07:33:55.056Z | Compiling proc-macro-error-attr v1.0.4 |
401 | 2024-08-07T07:33:55.081Z | Compiling rustix v0.38.34 |
402 | 2024-08-07T07:33:55.084Z | Compiling syn v1.0.109 |
403 | 2024-08-07T07:33:55.164Z | Compiling proc-macro-error v1.0.4 |
404 | 2024-08-07T07:33:55.389Z | Compiling utf8parse v0.2.1 |
405 | 2024-08-07T07:33:55.453Z | Compiling log v0.4.21 |
406 | 2024-08-07T07:33:55.492Z | Compiling plain v0.2.3 |
407 | 2024-08-07T07:33:55.552Z | Compiling bitflags v2.6.0 |
408 | 2024-08-07T07:33:55.632Z | Compiling equivalent v1.0.1 |
409 | 2024-08-07T07:33:55.745Z | Compiling thread-id v4.2.1 |
410 | 2024-08-07T07:33:55.792Z | Compiling hashbrown v0.14.5 |
411 | 2024-08-07T07:33:55.818Z | Compiling anstyle-parse v0.2.4 |
412 | 2024-08-07T07:33:55.950Z | Compiling quote v1.0.36 |
413 | 2024-08-07T07:33:55.978Z | Compiling colorchoice v1.0.1 |
414 | 2024-08-07T07:33:56.003Z | Compiling anstyle v1.0.8 |
415 | 2024-08-07T07:33:56.120Z | Compiling winnow v0.6.18 |
416 | 2024-08-07T07:33:56.150Z | Compiling semver v1.0.23 |
417 | 2024-08-07T07:33:56.200Z | Compiling autocfg v1.3.0 |
418 | 2024-08-07T07:33:56.440Z | Compiling syn v2.0.72 |
419 | 2024-08-07T07:33:56.632Z | Compiling errno v0.3.9 |
420 | 2024-08-07T07:33:56.704Z | Compiling anstyle-query v1.0.3 |
421 | 2024-08-07T07:33:56.862Z | Compiling pretty-hex v0.4.1 |
422 | 2024-08-07T07:33:57.066Z | Compiling is_terminal_polyfill v1.70.0 |
423 | 2024-08-07T07:33:57.131Z | Compiling indexmap v2.3.0 |
424 | 2024-08-07T07:33:57.184Z | Compiling camino v1.1.7 |
425 | 2024-08-07T07:33:57.210Z | Compiling anstream v0.6.14 |
426 | 2024-08-07T07:33:57.852Z | Compiling terminal_size v0.3.0 |
427 | 2024-08-07T07:33:57.947Z | Compiling fs-err v2.11.0 |
428 | 2024-08-07T07:33:58.194Z | Compiling strsim v0.11.1 |
429 | 2024-08-07T07:33:58.237Z | Compiling bytecount v0.6.8 |
430 | 2024-08-07T07:33:58.261Z | Compiling anyhow v1.0.86 |
431 | 2024-08-07T07:33:58.298Z | Compiling fnv v1.0.7 |
432 | 2024-08-07T07:33:58.428Z | Compiling heck v0.4.1 |
433 | 2024-08-07T07:33:58.453Z | Compiling unicode-width v0.1.13 |
434 | 2024-08-07T07:33:58.456Z | Compiling clap_lex v0.7.0 |
435 | 2024-08-07T07:33:58.690Z | Compiling heck v0.5.0 |
436 | 2024-08-07T07:33:58.928Z | Compiling clap_builder v4.5.13 |
437 | 2024-08-07T07:33:58.979Z | Compiling papergrid v0.11.0 |
438 | 2024-08-07T07:33:59.101Z | Compiling memmap v0.7.0 |
439 | 2024-08-07T07:33:59.431Z | Compiling swrite v0.1.0 |
440 | 2024-08-07T07:34:01.550Z | Compiling tabled_derive v0.7.0 |
441 | 2024-08-07T07:34:02.945Z | Compiling tabled v0.15.0 |
442 | 2024-08-07T07:34:04.763Z | Compiling serde_derive v1.0.204 |
443 | 2024-08-07T07:34:04.767Z | Compiling thiserror-impl v1.0.63 |
444 | 2024-08-07T07:34:04.767Z | Compiling zerocopy-derive v0.7.34 |
445 | 2024-08-07T07:34:04.767Z | Compiling scroll_derive v0.12.0 |
446 | 2024-08-07T07:34:04.825Z | Compiling clap_derive v4.5.13 |
447 | 2024-08-07T07:34:06.148Z | Compiling scroll v0.12.0 |
448 | 2024-08-07T07:34:06.539Z | Compiling zerocopy v0.7.34 |
449 | 2024-08-07T07:34:06.715Z | Compiling goblin v0.8.2 |
450 | 2024-08-07T07:34:07.731Z | Compiling pest v2.7.10 |
451 | 2024-08-07T07:34:08.700Z | Compiling clap v4.5.13 |
452 | 2024-08-07T07:34:09.779Z | Compiling pest_meta v2.7.10 |
453 | 2024-08-07T07:34:10.642Z | Compiling pest_generator v2.7.10 |
454 | 2024-08-07T07:34:12.369Z | Compiling pest_derive v2.7.10 |
455 | 2024-08-07T07:34:13.064Z | Compiling dtrace-parser v0.2.0 |
456 | 2024-08-07T07:34:14.673Z | Compiling serde_spanned v0.6.7 |
457 | 2024-08-07T07:34:14.673Z | Compiling toml_datetime v0.6.8 |
458 | 2024-08-07T07:34:14.677Z | Compiling cargo-platform v0.1.8 |
459 | 2024-08-07T07:34:15.056Z | Compiling serde_tokenstream v0.2.1 |
460 | 2024-08-07T07:34:15.056Z | Compiling toml_edit v0.22.20 |
461 | 2024-08-07T07:34:15.199Z | Compiling macaddr v1.0.1 |
462 | 2024-08-07T07:34:16.068Z | Compiling dof v0.3.0 |
463 | 2024-08-07T07:34:16.068Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-08-07T07:34:17.943Z | Compiling toml v0.8.19 |
465 | 2024-08-07T07:34:18.006Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-08-07T07:34:18.006Z | Compiling usdt-macro v0.5.0 |
467 | 2024-08-07T07:34:18.783Z | Compiling cargo_toml v0.20.4 |
468 | 2024-08-07T07:34:19.421Z | Compiling usdt v0.5.0 |
469 | 2024-08-07T07:34:22.525Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-08-07T07:34:26.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.83s |
471 | 2024-08-07T07:34:26.618Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-08-07T07:34:27.157Z | Downloading crates ... |
473 | 2024-08-07T07:34:27.276Z | Downloaded aead v0.5.2 |
474 | 2024-08-07T07:34:27.280Z | Downloaded adler v1.0.2 |
475 | 2024-08-07T07:34:27.285Z | Downloaded addr2line v0.21.0 |
476 | 2024-08-07T07:34:27.288Z | Downloaded atomicwrites v0.4.3 |
477 | 2024-08-07T07:34:27.291Z | Downloaded bitstruct v0.1.1 |
478 | 2024-08-07T07:34:27.294Z | Downloaded async-stream-impl v0.3.5 |
479 | 2024-08-07T07:34:27.296Z | Downloaded cfg_aliases v0.1.1 |
480 | 2024-08-07T07:34:27.302Z | Downloaded is-terminal v0.4.12 |
481 | 2024-08-07T07:34:27.304Z | Downloaded matches v0.1.10 |
482 | 2024-08-07T07:34:27.315Z | Downloaded bitstruct_derive v0.1.0 |
483 | 2024-08-07T07:34:27.318Z | Downloaded bit-vec v0.6.3 |
484 | 2024-08-07T07:34:27.320Z | Downloaded array-init v0.0.4 |
485 | 2024-08-07T07:34:27.324Z | Downloaded lru v0.12.3 |
486 | 2024-08-07T07:34:27.327Z | Downloaded atomic-waker v1.1.2 |
487 | 2024-08-07T07:34:27.327Z | Downloaded maplit v1.0.2 |
488 | 2024-08-07T07:34:27.330Z | Downloaded backoff v0.4.0 |
489 | 2024-08-07T07:34:27.332Z | Downloaded ascii-canvas v3.0.0 |
490 | 2024-08-07T07:34:27.332Z | Downloaded atty v0.2.14 |
491 | 2024-08-07T07:34:27.335Z | Downloaded ciborium-io v0.2.2 |
492 | 2024-08-07T07:34:27.335Z | Downloaded normalize-line-endings v0.3.0 |
493 | 2024-08-07T07:34:27.335Z | Downloaded bit-set v0.5.3 |
494 | 2024-08-07T07:34:27.338Z | Downloaded num-conv v0.1.0 |
495 | 2024-08-07T07:34:27.338Z | Downloaded number_prefix v0.4.0 |
496 | 2024-08-07T07:34:27.338Z | Downloaded oso-derive v0.27.3 |
497 | 2024-08-07T07:34:27.341Z | Downloaded nodrop v0.1.14 |
498 | 2024-08-07T07:34:27.341Z | Downloaded bitfield-struct v0.6.1 |
499 | 2024-08-07T07:34:27.344Z | Downloaded openssl-macros v0.1.1 |
500 | 2024-08-07T07:34:27.344Z | Downloaded parse-size v1.0.0 |
501 | 2024-08-07T07:34:27.344Z | Downloaded newtype_derive v0.1.6 |
502 | 2024-08-07T07:34:27.347Z | Downloaded constant_time_eq v0.3.0 |
503 | 2024-08-07T07:34:27.347Z | Downloaded newline-converter v0.3.0 |
504 | 2024-08-07T07:34:27.350Z | Downloaded base16ct v0.2.0 |
505 | 2024-08-07T07:34:27.350Z | Downloaded bb8 v0.8.5 |
506 | 2024-08-07T07:34:27.350Z | Downloaded async-recursion v1.1.1 |
507 | 2024-08-07T07:34:27.356Z | Downloaded maybe-uninit v2.0.0 |
508 | 2024-08-07T07:34:27.358Z | Downloaded ciborium-ll v0.2.2 |
509 | 2024-08-07T07:34:27.358Z | Downloaded md-5 v0.10.6 |
510 | 2024-08-07T07:34:27.361Z | Downloaded linked-hash-map v0.5.6 |
511 | 2024-08-07T07:34:27.362Z | Downloaded async-stream v0.3.5 |
512 | 2024-08-07T07:34:27.365Z | Downloaded cassowary v0.3.0 |
513 | 2024-08-07T07:34:27.370Z | Downloaded is_ci v1.2.0 |
514 | 2024-08-07T07:34:27.370Z | Downloaded buf-list v1.0.3 |
515 | 2024-08-07T07:34:27.374Z | Downloaded match_cfg v0.1.0 |
516 | 2024-08-07T07:34:27.374Z | Downloaded memoffset v0.9.1 |
517 | 2024-08-07T07:34:27.374Z | Downloaded cstr-argument v0.1.2 |
518 | 2024-08-07T07:34:27.374Z | Downloaded darling_macro v0.20.9 |
519 | 2024-08-07T07:34:27.374Z | Downloaded crunchy v0.2.2 |
520 | 2024-08-07T07:34:27.377Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2024-08-07T07:34:27.378Z | Downloaded num v0.4.3 |
522 | 2024-08-07T07:34:27.378Z | Downloaded multimap v0.10.0 |
523 | 2024-08-07T07:34:27.378Z | Downloaded defmt-parser v0.3.4 |
524 | 2024-08-07T07:34:27.381Z | Downloaded data-encoding v2.6.0 |
525 | 2024-08-07T07:34:27.381Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2024-08-07T07:34:27.384Z | Downloaded camino-tempfile v1.1.1 |
527 | 2024-08-07T07:34:27.384Z | Downloaded bitfield v0.14.0 |
528 | 2024-08-07T07:34:27.387Z | Downloaded libefi-sys v0.1.0 |
529 | 2024-08-07T07:34:27.387Z | Downloaded parse-display v0.9.1 |
530 | 2024-08-07T07:34:27.388Z | Downloaded num_enum_derive v0.5.11 |
531 | 2024-08-07T07:34:27.390Z | Downloaded packed_struct v0.10.1 |
532 | 2024-08-07T07:34:27.391Z | Downloaded num_cpus v1.16.0 |
533 | 2024-08-07T07:34:27.393Z | Downloaded lalrpop-util v0.19.12 |
534 | 2024-08-07T07:34:27.396Z | Downloaded kstat-rs v0.2.4 |
535 | 2024-08-07T07:34:27.396Z | Downloaded block-padding v0.3.3 |
536 | 2024-08-07T07:34:27.399Z | Downloaded arrayref v0.3.7 |
537 | 2024-08-07T07:34:27.399Z | Downloaded castaway v0.2.2 |
538 | 2024-08-07T07:34:27.403Z | Downloaded peg v0.8.4 |
539 | 2024-08-07T07:34:27.406Z | Downloaded assert_matches v1.5.0 |
540 | 2024-08-07T07:34:27.406Z | Downloaded crc v3.2.1 |
541 | 2024-08-07T07:34:27.409Z | Downloaded new_debug_unreachable v1.0.6 |
542 | 2024-08-07T07:34:27.409Z | Downloaded arrayvec v0.7.4 |
543 | 2024-08-07T07:34:27.412Z | Downloaded memmap2 v0.9.4 |
544 | 2024-08-07T07:34:27.415Z | Downloaded libsw v3.3.1 |
545 | 2024-08-07T07:34:27.415Z | Downloaded cobs v0.2.3 |
546 | 2024-08-07T07:34:27.418Z | Downloaded mime v0.3.17 |
547 | 2024-08-07T07:34:27.418Z | Downloaded lru-cache v0.1.2 |
548 | 2024-08-07T07:34:27.422Z | Downloaded num_threads v0.1.7 |
549 | 2024-08-07T07:34:27.422Z | Downloaded lazycell v1.3.0 |
550 | 2024-08-07T07:34:27.425Z | Downloaded colored v2.1.0 |
551 | 2024-08-07T07:34:27.425Z | Downloaded cookie_store v0.20.0 |
552 | 2024-08-07T07:34:27.428Z | Downloaded crc32fast v1.4.0 |
553 | 2024-08-07T07:34:27.428Z | Downloaded openssl-probe v0.1.5 |
554 | 2024-08-07T07:34:27.431Z | Downloaded cookie v0.17.0 |
555 | 2024-08-07T07:34:27.434Z | Downloaded path-slash v0.1.5 |
556 | 2024-08-07T07:34:27.434Z | Downloaded opaque-debug v0.3.1 |
557 | 2024-08-07T07:34:27.434Z | Downloaded tower-service v0.3.2 |
558 | 2024-08-07T07:34:27.437Z | Downloaded chacha20 v0.9.1 |
559 | 2024-08-07T07:34:27.437Z | Downloaded console v0.15.8 |
560 | 2024-08-07T07:34:27.439Z | Downloaded sync_wrapper v0.1.2 |
561 | 2024-08-07T07:34:27.442Z | Downloaded const_format_proc_macros v0.2.32 |
562 | 2024-08-07T07:34:27.446Z | Downloaded cipher v0.4.4 |
563 | 2024-08-07T07:34:27.446Z | Downloaded parking_lot_core v0.8.6 |
564 | 2024-08-07T07:34:27.449Z | Downloaded inout v0.1.3 |
565 | 2024-08-07T07:34:27.449Z | Downloaded parking_lot v0.11.2 |
566 | 2024-08-07T07:34:27.453Z | Downloaded num-integer v0.1.46 |
567 | 2024-08-07T07:34:27.456Z | Downloaded managed v0.8.0 |
568 | 2024-08-07T07:34:27.456Z | Downloaded bcs v0.1.6 |
569 | 2024-08-07T07:34:27.457Z | Downloaded slog-dtrace v0.3.0 |
570 | 2024-08-07T07:34:27.460Z | Downloaded pem-rfc7468 v0.7.0 |
571 | 2024-08-07T07:34:27.463Z | Downloaded diesel_table_macro_syntax v0.1.0 |
572 | 2024-08-07T07:34:27.464Z | Downloaded bzip2 v0.4.4 |
573 | 2024-08-07T07:34:27.464Z | Downloaded argon2 v0.5.3 |
574 | 2024-08-07T07:34:27.466Z | Downloaded ascii v1.1.0 |
575 | 2024-08-07T07:34:27.469Z | Downloaded endian-type v0.1.2 |
576 | 2024-08-07T07:34:27.469Z | Downloaded futures-macro v0.3.30 |
577 | 2024-08-07T07:34:27.469Z | Downloaded phf_shared v0.10.0 |
578 | 2024-08-07T07:34:27.472Z | Downloaded peg-macros v0.8.4 |
579 | 2024-08-07T07:34:27.472Z | Downloaded crossbeam-deque v0.8.5 |
580 | 2024-08-07T07:34:27.475Z | Downloaded crc-catalog v2.4.0 |
581 | 2024-08-07T07:34:27.475Z | Downloaded waitgroup v0.1.2 |
582 | 2024-08-07T07:34:27.478Z | Downloaded bitflags v1.3.2 |
583 | 2024-08-07T07:34:27.481Z | Downloaded paste v1.0.15 |
584 | 2024-08-07T07:34:27.485Z | Downloaded slog-stdlog v4.1.1 |
585 | 2024-08-07T07:34:27.485Z | Downloaded libloading v0.8.3 |
586 | 2024-08-07T07:34:27.489Z | Downloaded crossbeam-epoch v0.9.18 |
587 | 2024-08-07T07:34:27.492Z | Downloaded lock_api v0.4.12 |
588 | 2024-08-07T07:34:27.492Z | Downloaded num_enum v0.5.11 |
589 | 2024-08-07T07:34:27.495Z | Downloaded nanorand v0.7.0 |
590 | 2024-08-07T07:34:27.498Z | Downloaded structmeta v0.3.0 |
591 | 2024-08-07T07:34:27.501Z | Downloaded packed_struct_codegen v0.10.1 |
592 | 2024-08-07T07:34:27.501Z | Downloaded olpc-cjson v0.1.3 |
593 | 2024-08-07T07:34:27.504Z | Downloaded tokio-macros v2.3.0 |
594 | 2024-08-07T07:34:27.507Z | Downloaded phf v0.11.2 |
595 | 2024-08-07T07:34:27.507Z | Downloaded async-trait v0.1.81 |
596 | 2024-08-07T07:34:27.511Z | Downloaded percent-encoding v2.3.1 |
597 | 2024-08-07T07:34:27.511Z | Downloaded parse-display-derive v0.9.1 |
598 | 2024-08-07T07:34:27.516Z | Downloaded nu-ansi-term v0.50.0 |
599 | 2024-08-07T07:34:27.516Z | Downloaded bytes v1.7.1 |
600 | 2024-08-07T07:34:27.520Z | Downloaded pem v3.0.4 |
601 | 2024-08-07T07:34:27.522Z | Downloaded deranged v0.3.11 |
602 | 2024-08-07T07:34:27.522Z | Downloaded wait-timeout v0.2.0 |
603 | 2024-08-07T07:34:27.525Z | Downloaded utf-8 v0.7.6 |
604 | 2024-08-07T07:34:27.525Z | Downloaded omicron-zone-package v0.11.0 |
605 | 2024-08-07T07:34:27.528Z | Downloaded num-rational v0.4.2 |
606 | 2024-08-07T07:34:27.531Z | Downloaded native-tls v0.2.11 |
607 | 2024-08-07T07:34:27.531Z | Downloaded arc-swap v1.7.1 |
608 | 2024-08-07T07:34:27.537Z | Downloaded futures-sink v0.3.30 |
609 | 2024-08-07T07:34:27.540Z | Downloaded unicode-truncate v1.0.0 |
610 | 2024-08-07T07:34:27.540Z | Downloaded phf_shared v0.11.2 |
611 | 2024-08-07T07:34:27.540Z | Downloaded sigpipe v0.1.3 |
612 | 2024-08-07T07:34:27.540Z | Downloaded stability v0.2.0 |
613 | 2024-08-07T07:34:27.543Z | Downloaded sqlparser_derive v0.2.2 |
614 | 2024-08-07T07:34:27.543Z | Downloaded mime_guess v2.0.4 |
615 | 2024-08-07T07:34:27.546Z | Downloaded http-body v0.4.6 |
616 | 2024-08-07T07:34:27.546Z | Downloaded mockall_derive v0.12.1 |
617 | 2024-08-07T07:34:27.549Z | Downloaded fallible-iterator v0.2.0 |
618 | 2024-08-07T07:34:27.549Z | Downloaded crc-any v2.5.0 |
619 | 2024-08-07T07:34:27.552Z | Downloaded powerfmt v0.2.0 |
620 | 2024-08-07T07:34:27.555Z | Downloaded fd-lock v4.0.2 |
621 | 2024-08-07T07:34:27.555Z | Downloaded foreign-types v0.3.2 |
622 | 2024-08-07T07:34:27.558Z | Downloaded derive_builder_macro v0.20.0 |
623 | 2024-08-07T07:34:27.558Z | Downloaded fastrand v2.1.0 |
624 | 2024-08-07T07:34:27.561Z | Downloaded foreign-types v0.5.0 |
625 | 2024-08-07T07:34:27.561Z | Downloaded rtoolbox v0.0.2 |
626 | 2024-08-07T07:34:27.561Z | Downloaded multer v3.1.0 |
627 | 2024-08-07T07:34:27.564Z | Downloaded term v0.7.0 |
628 | 2024-08-07T07:34:27.567Z | Downloaded hash32 v0.3.1 |
629 | 2024-08-07T07:34:27.570Z | Downloaded newtype-uuid v1.1.0 |
630 | 2024-08-07T07:34:27.570Z | Downloaded mockall v0.12.1 |
631 | 2024-08-07T07:34:27.573Z | Downloaded allocator-api2 v0.2.18 |
632 | 2024-08-07T07:34:27.581Z | Downloaded tempfile v3.10.1 |
633 | 2024-08-07T07:34:27.581Z | Downloaded der_derive v0.7.2 |
634 | 2024-08-07T07:34:27.584Z | Downloaded base64 v0.13.1 |
635 | 2024-08-07T07:34:27.584Z | Downloaded cookie v0.18.1 |
636 | 2024-08-07T07:34:27.587Z | Downloaded spin v0.5.2 |
637 | 2024-08-07T07:34:27.587Z | Downloaded rpassword v7.3.1 |
638 | 2024-08-07T07:34:27.590Z | Downloaded precomputed-hash v0.1.1 |
639 | 2024-08-07T07:34:27.590Z | Downloaded tls_codec v0.4.1 |
640 | 2024-08-07T07:34:27.593Z | Downloaded sqlformat v0.2.4 |
641 | 2024-08-07T07:34:27.593Z | Downloaded password-hash v0.5.0 |
642 | 2024-08-07T07:34:27.596Z | Downloaded unicode-linebreak v0.1.5 |
643 | 2024-08-07T07:34:27.596Z | Downloaded openssl-sys v0.9.103 |
644 | 2024-08-07T07:34:27.600Z | Downloaded base64 v0.22.1 |
645 | 2024-08-07T07:34:27.605Z | Downloaded serde_arrays v0.1.0 |
646 | 2024-08-07T07:34:27.608Z | Downloaded slab v0.4.9 |
647 | 2024-08-07T07:34:27.608Z | Downloaded cc v1.0.97 |
648 | 2024-08-07T07:34:27.611Z | Downloaded const_format v0.2.32 |
649 | 2024-08-07T07:34:27.615Z | Downloaded termtree v0.4.1 |
650 | 2024-08-07T07:34:27.619Z | Downloaded walkdir v2.5.0 |
651 | 2024-08-07T07:34:27.623Z | Downloaded itertools v0.10.5 |
652 | 2024-08-07T07:34:27.625Z | Downloaded crossbeam-utils v0.8.19 |
653 | 2024-08-07T07:34:27.628Z | Downloaded thread_local v1.1.8 |
654 | 2024-08-07T07:34:27.631Z | Downloaded glob v0.3.1 |
655 | 2024-08-07T07:34:27.631Z | Downloaded tokio-stream v0.1.15 |
656 | 2024-08-07T07:34:27.636Z | Downloaded foreign-types-shared v0.1.1 |
657 | 2024-08-07T07:34:27.639Z | Downloaded foreign-types-shared v0.3.1 |
658 | 2024-08-07T07:34:27.639Z | Downloaded zone_cfg_derive v0.1.2 |
659 | 2024-08-07T07:34:27.639Z | Downloaded instant v0.1.12 |
660 | 2024-08-07T07:34:27.642Z | Downloaded socket2 v0.5.7 |
661 | 2024-08-07T07:34:27.642Z | Downloaded float-ord v0.3.2 |
662 | 2024-08-07T07:34:27.645Z | Downloaded group v0.13.0 |
663 | 2024-08-07T07:34:27.645Z | Downloaded ipnetwork v0.20.0 |
664 | 2024-08-07T07:34:27.648Z | Downloaded humantime v2.1.0 |
665 | 2024-08-07T07:34:27.651Z | Downloaded ref-cast-impl v1.0.23 |
666 | 2024-08-07T07:34:27.651Z | Downloaded rand_chacha v0.3.1 |
667 | 2024-08-07T07:34:27.651Z | Downloaded predicates-core v1.0.6 |
668 | 2024-08-07T07:34:27.654Z | Downloaded darling_core v0.20.9 |
669 | 2024-08-07T07:34:27.657Z | Downloaded spin v0.9.8 |
670 | 2024-08-07T07:34:27.659Z | Downloaded home v0.5.9 |
671 | 2024-08-07T07:34:27.662Z | Downloaded tokio-rustls v0.25.0 |
672 | 2024-08-07T07:34:27.662Z | Downloaded slog-scope v4.4.0 |
673 | 2024-08-07T07:34:27.665Z | Downloaded pretty-hex v0.2.1 |
674 | 2024-08-07T07:34:27.665Z | Downloaded slog-json v2.6.1 |
675 | 2024-08-07T07:34:27.668Z | Downloaded futures v0.3.30 |
676 | 2024-08-07T07:34:27.672Z | Downloaded der v0.7.9 |
677 | 2024-08-07T07:34:27.685Z | Downloaded pin-project v1.1.5 |
678 | 2024-08-07T07:34:27.697Z | Downloaded unicode-xid v0.2.4 |
679 | 2024-08-07T07:34:27.701Z | Downloaded untrusted v0.7.1 |
680 | 2024-08-07T07:34:27.703Z | Downloaded difflib v0.4.0 |
681 | 2024-08-07T07:34:27.704Z | Downloaded secrecy v0.8.0 |
682 | 2024-08-07T07:34:27.704Z | Downloaded rustfmt-wrapper v0.2.1 |
683 | 2024-08-07T07:34:27.707Z | Downloaded derive_builder v0.20.0 |
684 | 2024-08-07T07:34:27.709Z | Downloaded want v0.3.1 |
685 | 2024-08-07T07:34:27.712Z | Downloaded indoc v1.0.9 |
686 | 2024-08-07T07:34:27.716Z | Downloaded hubpack v0.1.2 |
687 | 2024-08-07T07:34:27.716Z | Downloaded hostname v0.3.1 |
688 | 2024-08-07T07:34:27.719Z | Downloaded flagset v0.4.5 |
689 | 2024-08-07T07:34:27.719Z | Downloaded static_assertions v1.1.0 |
690 | 2024-08-07T07:34:27.719Z | Downloaded float-cmp v0.9.0 |
691 | 2024-08-07T07:34:27.722Z | Downloaded dirs-next v2.0.0 |
692 | 2024-08-07T07:34:27.722Z | Downloaded uzers v0.11.3 |
693 | 2024-08-07T07:34:27.725Z | Downloaded ipnet v2.9.0 |
694 | 2024-08-07T07:34:27.728Z | Downloaded globset v0.4.14 |
695 | 2024-08-07T07:34:27.728Z | Downloaded slog-bunyan v2.5.0 |
696 | 2024-08-07T07:34:27.731Z | Downloaded slog-async v2.8.0 |
697 | 2024-08-07T07:34:27.731Z | Downloaded rustc-hash v1.1.0 |
698 | 2024-08-07T07:34:27.731Z | Downloaded vsss-rs v3.3.4 |
699 | 2024-08-07T07:34:27.734Z | Downloaded vte_generate_state_changes v0.1.1 |
700 | 2024-08-07T07:34:27.737Z | Downloaded crossbeam-channel v0.5.12 |
701 | 2024-08-07T07:34:27.740Z | Downloaded downcast v0.11.0 |
702 | 2024-08-07T07:34:27.740Z | Downloaded mio v0.8.11 |
703 | 2024-08-07T07:34:27.745Z | Downloaded hyper-rustls v0.24.2 |
704 | 2024-08-07T07:34:27.748Z | Downloaded tui-tree-widget v0.21.0 |
705 | 2024-08-07T07:34:27.751Z | Downloaded termios v0.3.3 |
706 | 2024-08-07T07:34:27.754Z | Downloaded toml v0.7.8 |
707 | 2024-08-07T07:34:27.757Z | Downloaded derive-where v1.2.7 |
708 | 2024-08-07T07:34:27.760Z | Downloaded time-core v0.1.2 |
709 | 2024-08-07T07:34:27.763Z | Downloaded serde_plain v1.0.2 |
710 | 2024-08-07T07:34:27.763Z | Downloaded fixedbitset v0.4.2 |
711 | 2024-08-07T07:34:27.771Z | Downloaded rustc_version v0.1.7 |
712 | 2024-08-07T07:34:27.771Z | Downloaded libxml v0.3.3 |
713 | 2024-08-07T07:34:27.771Z | Downloaded slog-envlogger v2.2.0 |
714 | 2024-08-07T07:34:27.775Z | Downloaded httpdate v1.0.3 |
715 | 2024-08-07T07:34:27.775Z | Downloaded ff v0.13.0 |
716 | 2024-08-07T07:34:27.775Z | Downloaded enum-as-inner v0.5.1 |
717 | 2024-08-07T07:34:27.778Z | Downloaded thiserror-impl-no-std v2.0.2 |
718 | 2024-08-07T07:34:27.782Z | Downloaded similar v2.5.0 |
719 | 2024-08-07T07:34:27.786Z | Downloaded url v2.5.2 |
720 | 2024-08-07T07:34:27.791Z | Downloaded resolv-conf v0.7.0 |
721 | 2024-08-07T07:34:27.791Z | Downloaded same-file v1.0.6 |
722 | 2024-08-07T07:34:27.794Z | Downloaded stringprep v0.1.4 |
723 | 2024-08-07T07:34:27.794Z | Downloaded hex v0.4.3 |
724 | 2024-08-07T07:34:27.794Z | Downloaded untrusted v0.9.0 |
725 | 2024-08-07T07:34:27.797Z | Downloaded tokio-tungstenite v0.20.1 |
726 | 2024-08-07T07:34:27.797Z | Downloaded heapless v0.7.17 |
727 | 2024-08-07T07:34:27.801Z | Downloaded vte v0.11.1 |
728 | 2024-08-07T07:34:27.805Z | Downloaded tokio-tungstenite v0.21.0 |
729 | 2024-08-07T07:34:27.808Z | Downloaded portpicker v0.1.1 |
730 | 2024-08-07T07:34:27.808Z | Downloaded derive_more v0.99.18 |
731 | 2024-08-07T07:34:27.811Z | Downloaded which v4.4.2 |
732 | 2024-08-07T07:34:27.814Z | Downloaded fxhash v0.2.1 |
733 | 2024-08-07T07:34:27.814Z | Downloaded futures-io v0.3.30 |
734 | 2024-08-07T07:34:27.817Z | Downloaded futures-core v0.3.30 |
735 | 2024-08-07T07:34:27.817Z | Downloaded dyn-clone v1.0.17 |
736 | 2024-08-07T07:34:27.820Z | Downloaded pkg-config v0.3.30 |
737 | 2024-08-07T07:34:27.820Z | Downloaded scheduled-thread-pool v0.2.7 |
738 | 2024-08-07T07:34:27.824Z | Downloaded radium v0.7.0 |
739 | 2024-08-07T07:34:27.824Z | Downloaded try-lock v0.2.5 |
740 | 2024-08-07T07:34:27.824Z | Downloaded hyper-staticfile v0.9.5 |
741 | 2024-08-07T07:34:27.828Z | Downloaded futures-executor v0.3.30 |
742 | 2024-08-07T07:34:27.828Z | Downloaded futures-channel v0.3.30 |
743 | 2024-08-07T07:34:27.832Z | Downloaded rayon-core v1.12.1 |
744 | 2024-08-07T07:34:27.836Z | Downloaded rustc_version v0.4.0 |
745 | 2024-08-07T07:34:27.836Z | Downloaded toolchain_find v0.4.0 |
746 | 2024-08-07T07:34:27.836Z | Downloaded take_mut v0.2.2 |
747 | 2024-08-07T07:34:27.839Z | Downloaded signal-hook-registry v1.4.2 |
748 | 2024-08-07T07:34:27.839Z | Downloaded signal-hook-mio v0.2.3 |
749 | 2024-08-07T07:34:27.839Z | Downloaded strip-ansi-escapes v0.2.0 |
750 | 2024-08-07T07:34:27.842Z | Downloaded signature v2.2.0 |
751 | 2024-08-07T07:34:27.842Z | Downloaded tinyvec_macros v0.1.1 |
752 | 2024-08-07T07:34:27.847Z | Downloaded serde_with_macros v3.8.3 |
753 | 2024-08-07T07:34:27.847Z | Downloaded strum v0.26.3 |
754 | 2024-08-07T07:34:27.851Z | Downloaded hubpack_derive v0.1.1 |
755 | 2024-08-07T07:34:27.851Z | Downloaded httparse v1.8.0 |
756 | 2024-08-07T07:34:27.851Z | Downloaded erased-serde v0.3.31 |
757 | 2024-08-07T07:34:27.854Z | Downloaded time-macros v0.2.18 |
758 | 2024-08-07T07:34:27.854Z | Downloaded http-range v0.1.5 |
759 | 2024-08-07T07:34:27.857Z | Downloaded slog-term v2.9.1 |
760 | 2024-08-07T07:34:27.860Z | Downloaded http v0.2.12 |
761 | 2024-08-07T07:34:27.865Z | Downloaded futures-task v0.3.30 |
762 | 2024-08-07T07:34:27.865Z | Downloaded tabwriter v1.4.0 |
763 | 2024-08-07T07:34:27.867Z | Downloaded socket2 v0.4.10 |
764 | 2024-08-07T07:34:27.867Z | Downloaded supports-color v3.0.0 |
765 | 2024-08-07T07:34:27.868Z | Downloaded fragile v2.0.0 |
766 | 2024-08-07T07:34:27.872Z | Downloaded form_urlencoded v1.2.1 |
767 | 2024-08-07T07:34:27.872Z | Downloaded tracing-core v0.1.32 |
768 | 2024-08-07T07:34:27.876Z | Downloaded diesel_derives v2.1.4 |
769 | 2024-08-07T07:34:27.879Z | Downloaded heapless v0.8.0 |
770 | 2024-08-07T07:34:27.882Z | Downloaded tar v0.4.41 |
771 | 2024-08-07T07:34:27.887Z | Downloaded num-bigint v0.4.5 |
772 | 2024-08-07T07:34:27.890Z | Downloaded funty v2.0.0 |
773 | 2024-08-07T07:34:27.890Z | Downloaded semver v0.1.20 |
774 | 2024-08-07T07:34:27.893Z | Downloaded ref-cast v1.0.23 |
775 | 2024-08-07T07:34:27.893Z | Downloaded ppv-lite86 v0.2.17 |
776 | 2024-08-07T07:34:27.897Z | Downloaded unicase v2.7.0 |
777 | 2024-08-07T07:34:27.897Z | Downloaded unarray v0.1.4 |
778 | 2024-08-07T07:34:27.901Z | Downloaded publicsuffix v2.2.3 |
779 | 2024-08-07T07:34:27.901Z | Downloaded pin-project-internal v1.1.5 |
780 | 2024-08-07T07:34:27.906Z | Downloaded tracing-attributes v0.1.27 |
781 | 2024-08-07T07:34:27.906Z | Downloaded display-error-chain v0.2.0 |
782 | 2024-08-07T07:34:27.906Z | Downloaded snafu-derive v0.8.2 |
783 | 2024-08-07T07:34:27.909Z | Downloaded tap v1.0.1 |
784 | 2024-08-07T07:34:27.909Z | Downloaded subprocess v0.2.9 |
785 | 2024-08-07T07:34:27.913Z | Downloaded poly1305 v0.8.0 |
786 | 2024-08-07T07:34:27.913Z | Downloaded num-bigint-dig v0.8.4 |
787 | 2024-08-07T07:34:27.916Z | Downloaded serde_yaml v0.9.34+deprecated |
788 | 2024-08-07T07:34:27.920Z | Downloaded test-strategy v0.3.1 |
789 | 2024-08-07T07:34:27.924Z | Downloaded embedded-io v0.4.0 |
790 | 2024-08-07T07:34:27.929Z | Downloaded either v1.13.0 |
791 | 2024-08-07T07:34:27.929Z | Downloaded hostname v0.4.0 |
792 | 2024-08-07T07:34:27.929Z | Downloaded http v1.1.0 |
793 | 2024-08-07T07:34:27.932Z | Downloaded zerocopy v0.6.6 |
794 | 2024-08-07T07:34:27.936Z | Downloaded tls_codec_derive v0.4.1 |
795 | 2024-08-07T07:34:27.936Z | Downloaded xattr v1.3.1 |
796 | 2024-08-07T07:34:27.940Z | Downloaded scopeguard v1.2.0 |
797 | 2024-08-07T07:34:27.940Z | Downloaded pkcs8 v0.10.2 |
798 | 2024-08-07T07:34:27.943Z | Downloaded rustversion v1.0.17 |
799 | 2024-08-07T07:34:27.946Z | Downloaded trust-dns-client v0.22.0 |
800 | 2024-08-07T07:34:27.949Z | Downloaded expectorate v1.1.0 |
801 | 2024-08-07T07:34:27.952Z | Downloaded shell-words v1.1.0 |
802 | 2024-08-07T07:34:27.952Z | Downloaded indent_write v2.2.0 |
803 | 2024-08-07T07:34:27.955Z | Downloaded zeroize v1.7.0 |
804 | 2024-08-07T07:34:27.955Z | Downloaded serde-big-array v0.5.1 |
805 | 2024-08-07T07:34:27.958Z | Downloaded unsafe-libyaml v0.2.11 |
806 | 2024-08-07T07:34:27.961Z | Downloaded schemars_derive v0.8.21 |
807 | 2024-08-07T07:34:27.961Z | Downloaded rustls-pki-types v1.7.0 |
808 | 2024-08-07T07:34:27.964Z | Downloaded sha1 v0.10.6 |
809 | 2024-08-07T07:34:27.964Z | Downloaded structmeta-derive v0.2.0 |
810 | 2024-08-07T07:34:27.967Z | Downloaded heck v0.3.3 |
811 | 2024-08-07T07:34:27.967Z | Downloaded prettyplease v0.2.20 |
812 | 2024-08-07T07:34:27.970Z | Downloaded headers-core v0.2.0 |
813 | 2024-08-07T07:34:27.971Z | Downloaded x509-cert v0.2.5 |
814 | 2024-08-07T07:34:27.976Z | Downloaded structmeta v0.2.0 |
815 | 2024-08-07T07:34:27.979Z | Downloaded gethostname v0.5.0 |
816 | 2024-08-07T07:34:27.979Z | Downloaded pin-utils v0.1.0 |
817 | 2024-08-07T07:34:27.979Z | Downloaded textwrap v0.16.1 |
818 | 2024-08-07T07:34:27.982Z | Downloaded itertools v0.13.0 |
819 | 2024-08-07T07:34:27.988Z | Downloaded smallvec v0.6.14 |
820 | 2024-08-07T07:34:27.991Z | Downloaded serde_repr v0.1.19 |
821 | 2024-08-07T07:34:27.997Z | Downloaded postcard v1.0.8 |
822 | 2024-08-07T07:34:27.997Z | Downloaded structmeta-derive v0.3.0 |
823 | 2024-08-07T07:34:28.000Z | Downloaded smawk v0.3.2 |
824 | 2024-08-07T07:34:28.000Z | Downloaded whoami v1.5.1 |
825 | 2024-08-07T07:34:28.000Z | Downloaded ena v0.14.3 |
826 | 2024-08-07T07:34:28.005Z | Downloaded highway v1.2.0 |
827 | 2024-08-07T07:34:28.005Z | Downloaded indicatif v0.17.8 |
828 | 2024-08-07T07:34:28.008Z | Downloaded tokio-postgres v0.7.11 |
829 | 2024-08-07T07:34:28.011Z | Downloaded iana-time-zone v0.1.60 |
830 | 2024-08-07T07:34:28.014Z | Downloaded dirs-sys-next v0.1.2 |
831 | 2024-08-07T07:34:28.017Z | Downloaded zone v0.1.8 |
832 | 2024-08-07T07:34:28.017Z | Downloaded strum_macros v0.24.3 |
833 | 2024-08-07T07:34:28.020Z | Downloaded hyper-tls v0.5.0 |
834 | 2024-08-07T07:34:28.020Z | Downloaded schemars v0.8.21 |
835 | 2024-08-07T07:34:28.030Z | Downloaded indexmap v1.9.3 |
836 | 2024-08-07T07:34:28.033Z | Downloaded pin-project-lite v0.2.14 |
837 | 2024-08-07T07:34:28.037Z | Downloaded unicode-normalization v0.1.23 |
838 | 2024-08-07T07:34:28.041Z | Downloaded toml_edit v0.19.15 |
839 | 2024-08-07T07:34:28.058Z | Downloaded getrandom v0.2.14 |
840 | 2024-08-07T07:34:28.061Z | Downloaded strum_macros v0.26.4 |
841 | 2024-08-07T07:34:28.064Z | Downloaded yasna v0.5.2 |
842 | 2024-08-07T07:34:28.066Z | Downloaded nom v7.1.3 |
843 | 2024-08-07T07:34:28.069Z | Downloaded unicode-bidi v0.3.15 |
844 | 2024-08-07T07:34:28.072Z | Downloaded sct v0.7.1 |
845 | 2024-08-07T07:34:28.075Z | Downloaded tinyvec v1.6.0 |
846 | 2024-08-07T07:34:28.078Z | Downloaded smallvec v1.13.2 |
847 | 2024-08-07T07:34:28.081Z | Downloaded rustyline v14.0.0 |
848 | 2024-08-07T07:34:28.085Z | Downloaded ron v0.7.1 |
849 | 2024-08-07T07:34:28.089Z | Downloaded signal-hook v0.3.17 |
850 | 2024-08-07T07:34:28.093Z | Downloaded half v2.4.1 |
851 | 2024-08-07T07:34:28.096Z | Downloaded rand v0.8.5 |
852 | 2024-08-07T07:34:28.099Z | Downloaded tracing v0.1.40 |
853 | 2024-08-07T07:34:28.103Z | Downloaded trust-dns-server v0.22.1 |
854 | 2024-08-07T07:34:28.108Z | Downloaded trust-dns-resolver v0.22.0 |
855 | 2024-08-07T07:34:28.112Z | Downloaded itertools v0.12.1 |
856 | 2024-08-07T07:34:28.120Z | Downloaded toml v0.5.11 |
857 | 2024-08-07T07:34:28.124Z | Downloaded ron v0.8.1 |
858 | 2024-08-07T07:34:28.127Z | Downloaded headers v0.3.9 |
859 | 2024-08-07T07:34:28.131Z | Downloaded portable-atomic v1.6.0 |
860 | 2024-08-07T07:34:28.137Z | Downloaded flate2 v1.0.31 |
861 | 2024-08-07T07:34:28.142Z | Downloaded rcgen v0.12.1 |
862 | 2024-08-07T07:34:28.145Z | Downloaded sqlparser v0.45.0 |
863 | 2024-08-07T07:34:28.150Z | Downloaded pkcs1 v0.7.5 |
864 | 2024-08-07T07:34:28.153Z | Downloaded typed-path v0.7.1 |
865 | 2024-08-07T07:34:28.158Z | Downloaded blake3 v1.5.1 |
866 | 2024-08-07T07:34:28.165Z | Downloaded aho-corasick v1.1.3 |
867 | 2024-08-07T07:34:28.170Z | Downloaded unicode-segmentation v1.11.0 |
868 | 2024-08-07T07:34:28.178Z | Downloaded regex-automata v0.1.10 |
869 | 2024-08-07T07:34:28.181Z | Downloaded bitvec v1.0.1 |
870 | 2024-08-07T07:34:28.193Z | Downloaded bindgen v0.69.4 |
871 | 2024-08-07T07:34:28.200Z | Downloaded hashbrown v0.13.2 |
872 | 2024-08-07T07:34:28.204Z | Downloaded hashbrown v0.12.3 |
873 | 2024-08-07T07:34:28.208Z | Downloaded unicode_categories v0.1.1 |
874 | 2024-08-07T07:34:28.211Z | Downloaded zip v0.6.6 |
875 | 2024-08-07T07:34:28.214Z | Downloaded rustls-webpki v0.101.7 |
876 | 2024-08-07T07:34:28.228Z | Downloaded h2 v0.3.26 |
877 | 2024-08-07T07:34:28.240Z | Downloaded tough v0.17.1 |
878 | 2024-08-07T07:34:28.248Z | Downloaded reedline v0.31.0 |
879 | 2024-08-07T07:34:28.251Z | Downloaded tokio-util v0.7.11 |
880 | 2024-08-07T07:34:28.256Z | Downloaded chrono v0.4.38 |
881 | 2024-08-07T07:34:28.263Z | Downloaded hash32 v0.2.1 |
882 | 2024-08-07T07:34:28.267Z | Downloaded getopts v0.2.21 |
883 | 2024-08-07T07:34:28.267Z | Downloaded serde_urlencoded v0.7.1 |
884 | 2024-08-07T07:34:28.270Z | Downloaded rustls-webpki v0.102.4 |
885 | 2024-08-07T07:34:28.285Z | Downloaded snafu v0.8.2 |
886 | 2024-08-07T07:34:28.290Z | Downloaded serde_with v3.8.3 |
887 | 2024-08-07T07:34:28.298Z | Downloaded rustls-pemfile v2.1.3 |
888 | 2024-08-07T07:34:28.301Z | Downloaded serde_path_to_error v0.1.16 |
889 | 2024-08-07T07:34:28.305Z | Downloaded postgres-protocol v0.6.7 |
890 | 2024-08-07T07:34:28.305Z | Downloaded subtle v2.5.0 |
891 | 2024-08-07T07:34:28.307Z | Downloaded smoltcp v0.9.1 |
892 | 2024-08-07T07:34:28.315Z | Downloaded rand_xorshift v0.3.0 |
893 | 2024-08-07T07:34:28.318Z | Downloaded time v0.3.36 |
894 | 2024-08-07T07:34:28.323Z | Downloaded rand_seeder v0.3.0 |
895 | 2024-08-07T07:34:28.326Z | Downloaded reqwest v0.11.27 |
896 | 2024-08-07T07:34:28.331Z | Downloaded futures-util v0.3.30 |
897 | 2024-08-07T07:34:28.343Z | Downloaded winnow v0.5.40 |
898 | 2024-08-07T07:34:28.351Z | Downloaded quick-xml v0.31.0 |
899 | 2024-08-07T07:34:28.357Z | Downloaded hkdf v0.12.4 |
900 | 2024-08-07T07:34:28.361Z | Downloaded curve25519-dalek v4.1.3 |
901 | 2024-08-07T07:34:28.367Z | Downloaded bstr v0.2.17 |
902 | 2024-08-07T07:34:28.379Z | Downloaded regex v1.10.6 |
903 | 2024-08-07T07:34:28.390Z | Downloaded proptest v1.4.0 |
904 | 2024-08-07T07:34:28.398Z | Downloaded rayon v1.10.0 |
905 | 2024-08-07T07:34:28.409Z | Downloaded regex-syntax v0.8.3 |
906 | 2024-08-07T07:34:28.417Z | Downloaded object v0.32.2 |
907 | 2024-08-07T07:34:28.426Z | Downloaded nix v0.27.1 |
908 | 2024-08-07T07:34:28.436Z | Downloaded diesel v2.1.6 |
909 | 2024-08-07T07:34:28.454Z | Downloaded rustls v0.21.12 |
910 | 2024-08-07T07:34:28.466Z | Downloaded radix_trie v0.2.1 |
911 | 2024-08-07T07:34:28.471Z | Downloaded regress v0.9.1 |
912 | 2024-08-07T07:34:28.481Z | Downloaded polar-core v0.27.3 |
913 | 2024-08-07T07:34:28.491Z | Downloaded smoltcp v0.11.0 |
914 | 2024-08-07T07:34:28.506Z | Downloaded idna v0.5.0 |
915 | 2024-08-07T07:34:28.510Z | Downloaded webpki-roots v0.25.4 |
916 | 2024-08-07T07:34:28.514Z | Downloaded gimli v0.28.1 |
917 | 2024-08-07T07:34:28.522Z | Downloaded openapiv3 v2.0.0 |
918 | 2024-08-07T07:34:28.534Z | Downloaded idna v0.3.0 |
919 | 2024-08-07T07:34:28.542Z | Downloaded rustls v0.22.4 |
920 | 2024-08-07T07:34:28.553Z | Downloaded trust-dns-proto v0.22.0 |
921 | 2024-08-07T07:34:28.565Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
922 | 2024-08-07T07:34:28.578Z | Downloaded ratatui v0.27.0 |
923 | 2024-08-07T07:34:28.596Z | Downloaded sled v0.34.7 |
924 | 2024-08-07T07:34:28.606Z | Downloaded petgraph v0.6.5 |
925 | 2024-08-07T07:34:28.624Z | Downloaded zerocopy-derive v0.6.6 |
926 | 2024-08-07T07:34:28.635Z | Downloaded nix v0.28.0 |
927 | 2024-08-07T07:34:28.645Z | Downloaded idna v0.2.3 |
928 | 2024-08-07T07:34:28.651Z | Downloaded regex-automata v0.4.6 |
929 | 2024-08-07T07:34:28.668Z | Downloaded finl_unicode v1.2.0 |
930 | 2024-08-07T07:34:28.681Z | Downloaded openssl v0.10.66 |
931 | 2024-08-07T07:34:28.691Z | Downloaded bstr v1.9.1 |
932 | 2024-08-07T07:34:28.702Z | Downloaded csv v1.3.0 |
933 | 2024-08-07T07:34:28.723Z | Downloaded regex-syntax v0.6.29 |
934 | 2024-08-07T07:34:28.730Z | Downloaded tokio v1.38.1 |
935 | 2024-08-07T07:34:28.767Z | Downloaded sha3 v0.10.8 |
936 | 2024-08-07T07:34:28.772Z | Downloaded lalrpop v0.19.12 |
937 | 2024-08-07T07:34:28.783Z | Downloaded hyper v0.14.30 |
938 | 2024-08-07T07:34:28.791Z | Downloaded vcpkg v0.2.15 |
939 | 2024-08-07T07:34:28.829Z | Downloaded object v0.30.4 |
940 | 2024-08-07T07:34:28.840Z | Downloaded proc-macro-crate v1.3.1 |
941 | 2024-08-07T07:34:28.842Z | Downloaded slog v2.7.0 |
942 | 2024-08-07T07:34:28.842Z | Downloaded steno v0.4.1 |
943 | 2024-08-07T07:34:28.846Z | Downloaded r2d2 v0.8.10 |
944 | 2024-08-07T07:34:28.850Z | Downloaded samael v0.0.15 |
945 | 2024-08-07T07:34:28.853Z | Downloaded encoding_rs v0.8.34 |
946 | 2024-08-07T07:34:28.876Z | Downloaded filetime v0.2.23 |
947 | 2024-08-07T07:34:28.879Z | Downloaded env_logger v0.10.2 |
948 | 2024-08-07T07:34:28.882Z | Downloaded env_logger v0.9.3 |
949 | 2024-08-07T07:34:28.887Z | Downloaded backtrace v0.3.71 |
950 | 2024-08-07T07:34:28.890Z | Downloaded minimal-lexical v0.2.1 |
951 | 2024-08-07T07:34:28.893Z | Downloaded zeroize_derive v1.4.2 |
952 | 2024-08-07T07:34:28.893Z | Downloaded diff v0.1.13 |
953 | 2024-08-07T07:34:28.896Z | Downloaded uuid v1.10.0 |
954 | 2024-08-07T07:34:28.899Z | Downloaded flume v0.11.0 |
955 | 2024-08-07T07:34:28.901Z | Downloaded rsa v0.9.6 |
956 | 2024-08-07T07:34:28.907Z | Downloaded hmac v0.12.1 |
957 | 2024-08-07T07:34:28.910Z | Downloaded topological-sort v0.2.2 |
958 | 2024-08-07T07:34:28.910Z | Downloaded crossterm v0.27.0 |
959 | 2024-08-07T07:34:28.915Z | Downloaded tokio-rustls v0.24.1 |
960 | 2024-08-07T07:34:28.919Z | Downloaded string_cache v0.8.7 |
961 | 2024-08-07T07:34:28.922Z | Downloaded rustc-demangle v0.1.24 |
962 | 2024-08-07T07:34:28.922Z | Downloaded universal-hash v0.5.1 |
963 | 2024-08-07T07:34:28.922Z | Downloaded fatfs v0.3.6 |
964 | 2024-08-07T07:34:28.925Z | Downloaded elliptic-curve v0.13.8 |
965 | 2024-08-07T07:34:28.928Z | Downloaded libm v0.2.8 |
966 | 2024-08-07T07:34:28.935Z | Downloaded stable_deref_trait v1.2.0 |
967 | 2024-08-07T07:34:28.938Z | Downloaded tungstenite v0.21.0 |
968 | 2024-08-07T07:34:28.941Z | Downloaded tungstenite v0.20.1 |
969 | 2024-08-07T07:34:28.944Z | Downloaded tokio-native-tls v0.3.1 |
970 | 2024-08-07T07:34:28.944Z | Downloaded termcolor v1.4.1 |
971 | 2024-08-07T07:34:28.947Z | Downloaded rand_core v0.6.4 |
972 | 2024-08-07T07:34:28.947Z | Downloaded derive_builder_core v0.20.0 |
973 | 2024-08-07T07:34:28.949Z | Downloaded serde_derive_internals v0.29.1 |
974 | 2024-08-07T07:34:28.949Z | Downloaded rustls-pemfile v1.0.4 |
975 | 2024-08-07T07:34:28.953Z | Downloaded crypto-bigint v0.5.5 |
976 | 2024-08-07T07:34:28.958Z | Downloaded predicates-tree v1.0.9 |
977 | 2024-08-07T07:34:28.961Z | Downloaded ring v0.17.8 |
978 | 2024-08-07T07:34:29.029Z | Downloaded ident_case v1.0.1 |
979 | 2024-08-07T07:34:29.033Z | Downloaded sec1 v0.7.3 |
980 | 2024-08-07T07:34:29.033Z | Downloaded wyz v0.5.1 |
981 | 2024-08-07T07:34:29.033Z | Downloaded parking_lot v0.12.2 |
982 | 2024-08-07T07:34:29.036Z | Downloaded owo-colors v4.0.0 |
983 | 2024-08-07T07:34:29.038Z | Downloaded oso v0.27.3 |
984 | 2024-08-07T07:34:29.041Z | Downloaded num-traits v0.2.19 |
985 | 2024-08-07T07:34:29.044Z | Downloaded num-complex v0.4.6 |
986 | 2024-08-07T07:34:29.047Z | Downloaded miniz_oxide v0.7.2 |
987 | 2024-08-07T07:34:29.050Z | Downloaded smf v0.2.3 |
988 | 2024-08-07T07:34:29.050Z | Downloaded predicates v3.1.2 |
989 | 2024-08-07T07:34:29.053Z | Downloaded foreign-types-macros v0.2.3 |
990 | 2024-08-07T07:34:29.053Z | Downloaded chacha20poly1305 v0.10.1 |
991 | 2024-08-07T07:34:29.053Z | Downloaded base64 v0.21.7 |
992 | 2024-08-07T07:34:29.056Z | Downloaded postgres-types v0.2.7 |
993 | 2024-08-07T07:34:29.059Z | Downloaded serde-hex v0.1.0 |
994 | 2024-08-07T07:34:29.061Z | Downloaded spki v0.7.3 |
995 | 2024-08-07T07:34:29.064Z | Downloaded compact_str v0.7.1 |
996 | 2024-08-07T07:34:29.068Z | Downloaded shlex v1.3.0 |
997 | 2024-08-07T07:34:29.068Z | Downloaded rusty-fork v0.3.0 |
998 | 2024-08-07T07:34:29.068Z | Downloaded quick-error v1.2.3 |
999 | 2024-08-07T07:34:29.071Z | Downloaded psl-types v2.0.11 |
1000 | 2024-08-07T07:34:29.071Z | Downloaded parking_lot_core v0.9.10 |
1001 | 2024-08-07T07:34:29.071Z | Downloaded const-oid v0.9.6 |
1002 | 2024-08-07T07:34:29.073Z | Downloaded blake2 v0.10.6 |
1003 | 2024-08-07T07:34:29.076Z | Downloaded thiserror-no-std v2.0.2 |
1004 | 2024-08-07T07:34:29.079Z | Downloaded csv-core v0.1.11 |
1005 | 2024-08-07T07:34:29.082Z | Downloaded ahash v0.8.11 |
1006 | 2024-08-07T07:34:29.082Z | Downloaded tiny-keccak v2.0.2 |
1007 | 2024-08-07T07:34:29.084Z | Downloaded strum_macros v0.25.3 |
1008 | 2024-08-07T07:34:29.087Z | Downloaded num-iter v0.1.45 |
1009 | 2024-08-07T07:34:29.087Z | Downloaded num-derive v0.4.2 |
1010 | 2024-08-07T07:34:29.090Z | Downloaded darling v0.20.9 |
1011 | 2024-08-07T07:34:29.092Z | Downloaded nibble_vec v0.1.0 |
1012 | 2024-08-07T07:34:29.095Z | Downloaded clang-sys v1.7.0 |
1013 | 2024-08-07T07:34:29.097Z | Downloaded cancel-safe-futures v0.1.5 |
1014 | 2024-08-07T07:34:29.101Z | Downloaded siphasher v0.3.11 |
1015 | 2024-08-07T07:34:29.101Z | Downloaded signal-hook-tokio v0.3.1 |
1016 | 2024-08-07T07:34:29.101Z | Downloaded impl-trait-for-tuples v0.2.2 |
1017 | 2024-08-07T07:34:29.104Z | Downloaded defmt-macros v0.3.9 |
1018 | 2024-08-07T07:34:29.107Z | Downloaded defmt v0.3.8 |
1019 | 2024-08-07T07:34:29.110Z | Downloaded debug-ignore v1.0.5 |
1020 | 2024-08-07T07:34:29.110Z | Downloaded base64ct v1.6.0 |
1021 | 2024-08-07T07:34:29.113Z | Downloaded peg-runtime v0.8.3 |
1022 | 2024-08-07T07:34:29.113Z | Downloaded ciborium v0.2.2 |
1023 | 2024-08-07T07:34:29.116Z | Downloaded keccak v0.1.5 |
1024 | 2024-08-07T07:34:29.116Z | Downloaded linear-map v1.2.0 |
1025 | 2024-08-07T07:34:29.119Z | Downloaded lazy_static v1.5.0 |
1026 | 2024-08-07T07:34:29.119Z | Downloaded convert_case v0.4.0 |
1027 | 2024-08-07T07:34:29.122Z | Downloaded cexpr v0.6.0 |
1028 | 2024-08-07T07:34:29.175Z | Downloaded ring v0.16.20 |
1029 | 2024-08-07T07:34:29.346Z | Compiling cfg-if v1.0.0 |
1030 | 2024-08-07T07:34:29.346Z | Compiling serde v1.0.204 |
1031 | 2024-08-07T07:34:29.349Z | Compiling lock_api v0.4.12 |
1032 | 2024-08-07T07:34:29.349Z | Compiling scopeguard v1.2.0 |
1033 | 2024-08-07T07:34:29.349Z | Compiling log v0.4.21 |
1034 | 2024-08-07T07:34:29.489Z | Compiling syn v2.0.72 |
1035 | 2024-08-07T07:34:29.492Z | Compiling cc v1.0.97 |
1036 | 2024-08-07T07:34:29.492Z | Compiling parking_lot_core v0.9.10 |
1037 | 2024-08-07T07:34:29.567Z | Compiling getrandom v0.2.14 |
1038 | 2024-08-07T07:34:29.741Z | Compiling smallvec v1.13.2 |
1039 | 2024-08-07T07:34:30.078Z | Compiling rand_core v0.6.4 |
1040 | 2024-08-07T07:34:30.133Z | Compiling typenum v1.17.0 |
1041 | 2024-08-07T07:34:30.157Z | Compiling generic-array v0.14.7 |
1042 | 2024-08-07T07:34:30.160Z | Compiling pin-project-lite v0.2.14 |
1043 | 2024-08-07T07:34:30.304Z | Compiling signal-hook-registry v1.4.2 |
1044 | 2024-08-07T07:34:30.445Z | Compiling spin v0.9.8 |
1045 | 2024-08-07T07:34:30.553Z | Compiling parking_lot v0.12.2 |
1046 | 2024-08-07T07:34:30.635Z | Compiling mio v0.8.11 |
1047 | 2024-08-07T07:34:30.798Z | Compiling libm v0.2.8 |
1048 | 2024-08-07T07:34:30.906Z | Compiling serde_json v1.0.122 |
1049 | 2024-08-07T07:34:31.141Z | Compiling ahash v0.8.11 |
1050 | 2024-08-07T07:34:31.245Z | Compiling num-traits v0.2.19 |
1051 | 2024-08-07T07:34:31.302Z | Compiling tinyvec_macros v0.1.1 |
1052 | 2024-08-07T07:34:31.398Z | Compiling futures-core v0.3.30 |
1053 | 2024-08-07T07:34:31.518Z | Compiling tinyvec v1.6.0 |
1054 | 2024-08-07T07:34:31.648Z | Compiling num_cpus v1.16.0 |
1055 | 2024-08-07T07:34:31.765Z | Compiling socket2 v0.5.7 |
1056 | 2024-08-07T07:34:31.782Z | Compiling const-oid v0.9.6 |
1057 | 2024-08-07T07:34:31.988Z | Compiling subtle v2.5.0 |
1058 | 2024-08-07T07:34:32.352Z | Compiling slab v0.4.9 |
1059 | 2024-08-07T07:34:32.812Z | Compiling unicode-bidi v0.3.15 |
1060 | 2024-08-07T07:34:32.888Z | Compiling allocator-api2 v0.2.18 |
1061 | 2024-08-07T07:34:33.046Z | Compiling unicode-normalization v0.1.23 |
1062 | 2024-08-07T07:34:33.063Z | Compiling futures-sink v0.3.30 |
1063 | 2024-08-07T07:34:33.224Z | Compiling futures-channel v0.3.30 |
1064 | 2024-08-07T07:34:33.640Z | Compiling pkg-config v0.3.30 |
1065 | 2024-08-07T07:34:33.650Z | Compiling pin-utils v0.1.0 |
1066 | 2024-08-07T07:34:33.656Z | Compiling futures-io v0.3.30 |
1067 | 2024-08-07T07:34:33.725Z | Compiling futures-task v0.3.30 |
1068 | 2024-08-07T07:34:33.771Z | Compiling vcpkg v0.2.15 |
1069 | 2024-08-07T07:34:33.956Z | Compiling ring v0.17.8 |
1070 | 2024-08-07T07:34:34.018Z | Compiling percent-encoding v2.3.1 |
1071 | 2024-08-07T07:34:34.162Z | Compiling ppv-lite86 v0.2.17 |
1072 | 2024-08-07T07:34:34.274Z | Compiling tracing-core v0.1.32 |
1073 | 2024-08-07T07:34:34.360Z | Compiling time-core v0.1.2 |
1074 | 2024-08-07T07:34:34.537Z | Compiling syn v1.0.109 |
1075 | 2024-08-07T07:34:34.617Z | Compiling untrusted v0.9.0 |
1076 | 2024-08-07T07:34:34.814Z | Compiling rustix v0.38.34 |
1077 | 2024-08-07T07:34:34.931Z | Compiling rand_chacha v0.3.1 |
1078 | 2024-08-07T07:34:35.176Z | Compiling num-conv v0.1.0 |
1079 | 2024-08-07T07:34:35.205Z | Compiling powerfmt v0.2.0 |
1080 | 2024-08-07T07:34:35.411Z | Compiling time-macros v0.2.18 |
1081 | 2024-08-07T07:34:35.582Z | Compiling deranged v0.3.11 |
1082 | 2024-08-07T07:34:35.634Z | Compiling rand v0.8.5 |
1083 | 2024-08-07T07:34:35.712Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-07T07:34:35.818Z | Compiling openssl v0.10.66 |
1085 | 2024-08-07T07:34:35.903Z | Compiling openssl-sys v0.9.103 |
1086 | 2024-08-07T07:34:36.194Z | Compiling rustversion v1.0.17 |
1087 | 2024-08-07T07:34:36.931Z | Compiling httparse v1.8.0 |
1088 | 2024-08-07T07:34:37.107Z | Compiling iana-time-zone v0.1.60 |
1089 | 2024-08-07T07:34:37.324Z | Compiling base64ct v1.6.0 |
1090 | 2024-08-07T07:34:37.350Z | Compiling foreign-types-shared v0.1.1 |
1091 | 2024-08-07T07:34:37.452Z | Compiling foreign-types v0.3.2 |
1092 | 2024-08-07T07:34:37.536Z | Compiling form_urlencoded v1.2.1 |
1093 | 2024-08-07T07:34:37.557Z | Compiling rustls v0.21.12 |
1094 | 2024-08-07T07:34:37.791Z | Compiling pem-rfc7468 v0.7.0 |
1095 | 2024-08-07T07:34:37.807Z | Compiling crossbeam-utils v0.8.19 |
1096 | 2024-08-07T07:34:37.823Z | Compiling flagset v0.4.5 |
1097 | 2024-08-07T07:34:38.027Z | Compiling native-tls v0.2.11 |
1098 | 2024-08-07T07:34:38.263Z | Compiling time v0.3.36 |
1099 | 2024-08-07T07:34:38.331Z | Compiling try-lock v0.2.5 |
1100 | 2024-08-07T07:34:38.350Z | Compiling siphasher v0.3.11 |
1101 | 2024-08-07T07:34:38.467Z | Compiling want v0.3.1 |
1102 | 2024-08-07T07:34:38.691Z | Compiling serde_derive_internals v0.29.1 |
1103 | 2024-08-07T07:34:39.327Z | Compiling idna v0.5.0 |
1104 | 2024-08-07T07:34:39.772Z | Compiling lazy_static v1.5.0 |
1105 | 2024-08-07T07:34:39.882Z | Compiling cookie v0.17.0 |
1106 | 2024-08-07T07:34:40.165Z | Compiling aho-corasick v1.1.3 |
1107 | 2024-08-07T07:34:40.616Z | Compiling schemars v0.8.21 |
1108 | 2024-08-07T07:34:40.902Z | Compiling openssl-probe v0.1.5 |
1109 | 2024-08-07T07:34:41.139Z | Compiling regex-syntax v0.8.3 |
1110 | 2024-08-07T07:34:41.200Z | Compiling finl_unicode v1.2.0 |
1111 | 2024-08-07T07:34:41.714Z | Compiling slog v2.7.0 |
1112 | 2024-08-07T07:34:42.186Z | Compiling signal-hook v0.3.17 |
1113 | 2024-08-07T07:34:42.452Z | Compiling httpdate v1.0.3 |
1114 | 2024-08-07T07:34:42.893Z | Compiling adler v1.0.2 |
1115 | 2024-08-07T07:34:42.913Z | Compiling tower-service v0.3.2 |
1116 | 2024-08-07T07:34:42.925Z | Compiling cpufeatures v0.2.12 |
1117 | 2024-08-07T07:34:43.001Z | Compiling serde_derive v1.0.204 |
1118 | 2024-08-07T07:34:43.021Z | Compiling zeroize_derive v1.4.2 |
1119 | 2024-08-07T07:34:43.024Z | Compiling zerocopy-derive v0.7.34 |
1120 | 2024-08-07T07:34:43.104Z | Compiling tokio-macros v2.3.0 |
1121 | 2024-08-07T07:34:44.578Z | Compiling zeroize v1.7.0 |
1122 | 2024-08-07T07:34:44.728Z | Compiling thiserror-impl v1.0.63 |
1123 | 2024-08-07T07:34:45.101Z | Compiling futures-macro v0.3.30 |
1124 | 2024-08-07T07:34:45.174Z | Compiling zerocopy v0.7.34 |
1125 | 2024-08-07T07:34:46.407Z | Compiling crypto-common v0.1.6 |
1126 | 2024-08-07T07:34:46.749Z | Compiling block-buffer v0.10.4 |
1127 | 2024-08-07T07:34:47.014Z | Compiling digest v0.10.7 |
1128 | 2024-08-07T07:34:47.109Z | Compiling futures-util v0.3.30 |
1129 | 2024-08-07T07:34:47.251Z | Compiling hashbrown v0.14.5 |
1130 | 2024-08-07T07:34:47.482Z | Compiling scroll_derive v0.12.0 |
1131 | 2024-08-07T07:34:47.499Z | Compiling tracing-attributes v0.1.27 |
1132 | 2024-08-07T07:34:47.987Z | Compiling thiserror v1.0.63 |
1133 | 2024-08-07T07:34:48.130Z | Compiling pest v2.7.10 |
1134 | 2024-08-07T07:34:48.650Z | Compiling hmac v0.12.1 |
1135 | 2024-08-07T07:34:48.907Z | Compiling openssl-macros v0.1.1 |
1136 | 2024-08-07T07:34:48.962Z | Compiling scroll v0.12.0 |
1137 | 2024-08-07T07:34:49.530Z | Compiling goblin v0.8.2 |
1138 | 2024-08-07T07:34:49.732Z | Compiling der_derive v0.7.2 |
1139 | 2024-08-07T07:34:50.701Z | Compiling pest_meta v2.7.10 |
1140 | 2024-08-07T07:34:51.197Z | Compiling rustls-webpki v0.101.7 |
1141 | 2024-08-07T07:34:51.356Z | Compiling tracing v0.1.40 |
1142 | 2024-08-07T07:34:51.418Z | Compiling sct v0.7.1 |
1143 | 2024-08-07T07:34:51.748Z | Compiling md-5 v0.10.6 |
1144 | 2024-08-07T07:34:51.840Z | Compiling sha2 v0.10.8 |
1145 | 2024-08-07T07:34:51.997Z | Compiling pest_generator v2.7.10 |
1146 | 2024-08-07T07:34:52.186Z | Compiling der v0.7.9 |
1147 | 2024-08-07T07:34:53.230Z | Compiling regex-automata v0.4.6 |
1148 | 2024-08-07T07:34:54.074Z | Compiling miniz_oxide v0.7.2 |
1149 | 2024-08-07T07:34:55.516Z | Compiling spki v0.7.3 |
1150 | 2024-08-07T07:34:55.596Z | Compiling schemars_derive v0.8.21 |
1151 | 2024-08-07T07:34:55.775Z | Compiling stringprep v0.1.4 |
1152 | 2024-08-07T07:34:55.837Z | Compiling pest_derive v2.7.10 |
1153 | 2024-08-07T07:34:55.981Z | Compiling url v2.5.2 |
1154 | 2024-08-07T07:34:56.637Z | Compiling dtrace-parser v0.2.0 |
1155 | 2024-08-07T07:34:57.597Z | Compiling bytes v1.7.1 |
1156 | 2024-08-07T07:34:57.842Z | Compiling bitflags v2.6.0 |
1157 | 2024-08-07T07:34:58.297Z | Compiling indexmap v2.3.0 |
1158 | 2024-08-07T07:34:58.822Z | Compiling tokio v1.38.1 |
1159 | 2024-08-07T07:34:58.879Z | Compiling http v0.2.12 |
1160 | 2024-08-07T07:34:58.921Z | Compiling semver v1.0.23 |
1161 | 2024-08-07T07:34:59.686Z | Compiling uuid v1.10.0 |
1162 | 2024-08-07T07:34:59.765Z | Compiling rustc_version v0.4.0 |
1163 | 2024-08-07T07:35:00.560Z | Compiling chrono v0.4.38 |
1164 | 2024-08-07T07:35:01.128Z | Compiling heapless v0.7.17 |
1165 | 2024-08-07T07:35:01.245Z | Compiling http-body v0.4.6 |
1166 | 2024-08-07T07:35:01.477Z | Compiling dof v0.3.0 |
1167 | 2024-08-07T07:35:01.783Z | Compiling serde_spanned v0.6.7 |
1168 | 2024-08-07T07:35:02.020Z | Compiling toml_datetime v0.6.8 |
1169 | 2024-08-07T07:35:02.207Z | Compiling usdt-impl v0.5.0 |
1170 | 2024-08-07T07:35:02.558Z | Compiling serde_tokenstream v0.2.1 |
1171 | 2024-08-07T07:35:02.878Z | Compiling num-integer v0.1.46 |
1172 | 2024-08-07T07:35:03.089Z | Compiling idna v0.3.0 |
1173 | 2024-08-07T07:35:03.649Z | Compiling backtrace v0.3.71 |
1174 | 2024-08-07T07:35:03.667Z | Compiling hash32 v0.2.1 |
1175 | 2024-08-07T07:35:03.843Z | Compiling fallible-iterator v0.2.0 |
1176 | 2024-08-07T07:35:04.035Z | Compiling stable_deref_trait v1.2.0 |
1177 | 2024-08-07T07:35:04.091Z | Compiling psl-types v2.0.11 |
1178 | 2024-08-07T07:35:04.130Z | Compiling gimli v0.28.1 |
1179 | 2024-08-07T07:35:04.281Z | Compiling crc32fast v1.4.0 |
1180 | 2024-08-07T07:35:04.333Z | Compiling dyn-clone v1.0.17 |
1181 | 2024-08-07T07:35:04.549Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1182 | 2024-08-07T07:35:04.567Z | Compiling smoltcp v0.9.1 |
1183 | 2024-08-07T07:35:04.741Z | Compiling base64 v0.22.1 |
1184 | 2024-08-07T07:35:05.320Z | Compiling postgres-protocol v0.6.7 |
1185 | 2024-08-07T07:35:05.530Z | Compiling publicsuffix v2.2.3 |
1186 | 2024-08-07T07:35:06.127Z | Compiling terminal_size v0.3.0 |
1187 | 2024-08-07T07:35:06.385Z | Compiling pkcs8 v0.10.2 |
1188 | 2024-08-07T07:35:06.934Z | Compiling tokio-util v0.7.11 |
1189 | 2024-08-07T07:35:07.409Z | Compiling tokio-rustls v0.24.1 |
1190 | 2024-08-07T07:35:07.434Z | Compiling hubpack_derive v0.1.1 |
1191 | 2024-08-07T07:35:07.874Z | Compiling block-padding v0.3.3 |
1192 | 2024-08-07T07:35:08.127Z | Compiling h2 v0.3.26 |
1193 | 2024-08-07T07:35:08.327Z | Compiling tokio-native-tls v0.3.1 |
1194 | 2024-08-07T07:35:08.358Z | Compiling async-trait v0.1.81 |
1195 | 2024-08-07T07:35:08.422Z | Compiling zerocopy-derive v0.6.6 |
1196 | 2024-08-07T07:35:08.591Z | Compiling addr2line v0.21.0 |
1197 | 2024-08-07T07:35:08.726Z | Compiling phf_shared v0.11.2 |
1198 | 2024-08-07T07:35:09.116Z | Compiling diesel_table_macro_syntax v0.1.0 |
1199 | 2024-08-07T07:35:09.226Z | Compiling ff v0.13.0 |
1200 | 2024-08-07T07:35:09.255Z | Compiling scheduled-thread-pool v0.2.7 |
1201 | 2024-08-07T07:35:09.452Z | Compiling fs-err v2.11.0 |
1202 | 2024-08-07T07:35:09.535Z | Compiling object v0.32.2 |
1203 | 2024-08-07T07:35:09.776Z | Compiling bit-vec v0.6.3 |
1204 | 2024-08-07T07:35:09.865Z | Compiling regex-automata v0.1.10 |
1205 | 2024-08-07T07:35:10.228Z | Compiling either v1.13.0 |
1206 | 2024-08-07T07:35:10.266Z | Compiling rustc-demangle v0.1.24 |
1207 | 2024-08-07T07:35:10.374Z | Compiling base64 v0.21.7 |
1208 | 2024-08-07T07:35:10.625Z | Compiling managed v0.8.0 |
1209 | 2024-08-07T07:35:10.629Z | Compiling matches v0.1.10 |
1210 | 2024-08-07T07:35:10.726Z | Compiling base16ct v0.2.0 |
1211 | 2024-08-07T07:35:11.039Z | Compiling anyhow v1.0.86 |
1212 | 2024-08-07T07:35:11.056Z | Compiling winnow v0.5.40 |
1213 | 2024-08-07T07:35:11.138Z | Compiling ipnet v2.9.0 |
1214 | 2024-08-07T07:35:11.208Z | Compiling bitflags v1.3.2 |
1215 | 2024-08-07T07:35:11.225Z | Compiling clap_builder v4.5.13 |
1216 | 2024-08-07T07:35:11.821Z | Compiling sec1 v0.7.3 |
1217 | 2024-08-07T07:35:12.356Z | Compiling rustls-pemfile v1.0.4 |
1218 | 2024-08-07T07:35:12.419Z | Compiling idna v0.2.3 |
1219 | 2024-08-07T07:35:12.761Z | Compiling zerocopy v0.6.6 |
1220 | 2024-08-07T07:35:13.417Z | Compiling bstr v0.2.17 |
1221 | 2024-08-07T07:35:13.783Z | Compiling diesel_derives v2.1.4 |
1222 | 2024-08-07T07:35:14.046Z | Compiling r2d2 v0.8.10 |
1223 | 2024-08-07T07:35:14.067Z | Compiling group v0.13.0 |
1224 | 2024-08-07T07:35:14.374Z | Compiling phf v0.11.2 |
1225 | 2024-08-07T07:35:14.391Z | Compiling hubpack v0.1.2 |
1226 | 2024-08-07T07:35:14.689Z | Compiling toml_edit v0.19.15 |
1227 | 2024-08-07T07:35:14.851Z | Compiling inout v0.1.3 |
1228 | 2024-08-07T07:35:14.870Z | Compiling signal-hook-mio v0.2.3 |
1229 | 2024-08-07T07:35:14.949Z | Compiling ipnetwork v0.20.0 |
1230 | 2024-08-07T07:35:15.025Z | Compiling cookie_store v0.20.0 |
1231 | 2024-08-07T07:35:15.127Z | Compiling hyper v0.14.30 |
1232 | 2024-08-07T07:35:16.108Z | Compiling postgres-types v0.2.7 |
1233 | 2024-08-07T07:35:17.279Z | Compiling usdt-macro v0.5.0 |
1234 | 2024-08-07T07:35:17.641Z | Compiling usdt-attr-macro v0.5.0 |
1235 | 2024-08-07T07:35:18.731Z | Compiling num-bigint v0.4.5 |
1236 | 2024-08-07T07:35:18.771Z | Compiling regex v1.10.6 |
1237 | 2024-08-07T07:35:19.290Z | Compiling serde_urlencoded v0.7.1 |
1238 | 2024-08-07T07:35:19.846Z | Compiling futures-executor v0.3.30 |
1239 | 2024-08-07T07:35:19.897Z | Compiling enum-as-inner v0.5.1 |
1240 | 2024-08-07T07:35:20.103Z | Compiling hkdf v0.12.4 |
1241 | 2024-08-07T07:35:20.355Z | Compiling crypto-bigint v0.5.5 |
1242 | 2024-08-07T07:35:20.409Z | Compiling strum_macros v0.25.3 |
1243 | 2024-08-07T07:35:20.530Z | Compiling serde_repr v0.1.19 |
1244 | 2024-08-07T07:35:20.959Z | Compiling clap_derive v4.5.13 |
1245 | 2024-08-07T07:35:21.680Z | Compiling phf_shared v0.10.0 |
1246 | 2024-08-07T07:35:22.089Z | Compiling hyper-tls v0.5.0 |
1247 | 2024-08-07T07:35:22.459Z | Compiling hyper-rustls v0.24.2 |
1248 | 2024-08-07T07:35:22.566Z | Compiling float-cmp v0.9.0 |
1249 | 2024-08-07T07:35:22.789Z | Compiling encoding_rs v0.8.34 |
1250 | 2024-08-07T07:35:22.805Z | Compiling predicates-core v1.0.6 |
1251 | 2024-08-07T07:35:23.159Z | Compiling unicode-segmentation v1.11.0 |
1252 | 2024-08-07T07:35:24.027Z | Compiling precomputed-hash v0.1.1 |
1253 | 2024-08-07T07:35:24.146Z | Compiling mime v0.3.17 |
1254 | 2024-08-07T07:35:24.528Z | Compiling new_debug_unreachable v1.0.6 |
1255 | 2024-08-07T07:35:24.657Z | Compiling difflib v0.4.0 |
1256 | 2024-08-07T07:35:24.779Z | Compiling static_assertions v1.1.0 |
1257 | 2024-08-07T07:35:24.883Z | Compiling fixedbitset v0.4.2 |
1258 | 2024-08-07T07:35:25.098Z | Compiling webpki-roots v0.25.4 |
1259 | 2024-08-07T07:35:25.284Z | Compiling minimal-lexical v0.2.1 |
1260 | 2024-08-07T07:35:25.375Z | Compiling normalize-line-endings v0.3.0 |
1261 | 2024-08-07T07:35:25.487Z | Compiling data-encoding v2.6.0 |
1262 | 2024-08-07T07:35:25.800Z | Compiling sync_wrapper v0.1.2 |
1263 | 2024-08-07T07:35:25.926Z | Compiling whoami v1.5.1 |
1264 | 2024-08-07T07:35:25.959Z | Compiling clap v4.5.13 |
1265 | 2024-08-07T07:35:26.074Z | Compiling console v0.15.8 |
1266 | 2024-08-07T07:35:26.233Z | Compiling diesel v2.1.6 |
1267 | 2024-08-07T07:35:26.247Z | Compiling trust-dns-proto v0.22.0 |
1268 | 2024-08-07T07:35:26.339Z | Compiling tokio-postgres v0.7.11 |
1269 | 2024-08-07T07:35:26.592Z | Compiling reqwest v0.11.27 |
1270 | 2024-08-07T07:35:27.198Z | Compiling nom v7.1.3 |
1271 | 2024-08-07T07:35:27.614Z | Compiling predicates v3.1.2 |
1272 | 2024-08-07T07:35:27.794Z | Compiling petgraph v0.6.5 |
1273 | 2024-08-07T07:35:29.311Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1274 | 2024-08-07T07:35:29.827Z | Compiling string_cache v0.8.7 |
1275 | 2024-08-07T07:35:30.285Z | Compiling similar v2.5.0 |
1276 | 2024-08-07T07:35:30.833Z | Compiling elliptic-curve v0.13.8 |
1277 | 2024-08-07T07:35:31.690Z | Compiling toml_edit v0.22.20 |
1278 | 2024-08-07T07:35:31.853Z | Compiling usdt v0.5.0 |
1279 | 2024-08-07T07:35:32.018Z | Compiling yasna v0.5.2 |
1280 | 2024-08-07T07:35:32.350Z | Compiling futures v0.3.30 |
1281 | 2024-08-07T07:35:32.473Z | Compiling toml v0.7.8 |
1282 | 2024-08-07T07:35:33.753Z | Compiling flate2 v1.0.31 |
1283 | 2024-08-07T07:35:33.856Z | Compiling cipher v0.4.4 |
1284 | 2024-08-07T07:35:34.190Z | Compiling crossterm v0.27.0 |
1285 | 2024-08-07T07:35:34.586Z | Compiling itertools v0.10.5 |
1286 | 2024-08-07T07:35:34.708Z | Compiling itertools v0.12.1 |
1287 | 2024-08-07T07:35:35.220Z | Compiling bit-set v0.5.3 |
1288 | 2024-08-07T07:35:35.493Z | Compiling tokio-stream v0.1.15 |
1289 | 2024-08-07T07:35:35.705Z | Compiling num-iter v0.1.45 |
1290 | 2024-08-07T07:35:35.902Z | Compiling openapiv3 v2.0.0 |
1291 | 2024-08-07T07:35:36.427Z | Compiling bstr v1.9.1 |
1292 | 2024-08-07T07:35:37.443Z | Compiling crossbeam-epoch v0.9.18 |
1293 | 2024-08-07T07:35:38.041Z | Compiling hex v0.4.3 |
1294 | 2024-08-07T07:35:38.046Z | Compiling dirs-sys-next v0.1.2 |
1295 | 2024-08-07T07:35:38.196Z | Compiling peg-runtime v0.8.3 |
1296 | 2024-08-07T07:35:38.214Z | Compiling lalrpop-util v0.19.12 |
1297 | 2024-08-07T07:35:38.513Z | Compiling unicode-xid v0.2.4 |
1298 | 2024-08-07T07:35:38.569Z | Compiling dirs-next v2.0.0 |
1299 | 2024-08-07T07:35:38.572Z | Compiling thread_local v1.1.8 |
1300 | 2024-08-07T07:35:38.679Z | Compiling slog-async v2.8.0 |
1301 | 2024-08-07T07:35:38.756Z | Compiling term v0.7.0 |
1302 | 2024-08-07T07:35:38.855Z | Compiling xattr v1.3.1 |
1303 | 2024-08-07T07:35:39.102Z | Compiling crossbeam-channel v0.5.12 |
1304 | 2024-08-07T07:35:39.133Z | Compiling strum_macros v0.26.4 |
1305 | 2024-08-07T07:35:39.290Z | Compiling filetime v0.2.23 |
1306 | 2024-08-07T07:35:39.594Z | Compiling is-terminal v0.4.12 |
1307 | 2024-08-07T07:35:39.743Z | Compiling take_mut v0.2.2 |
1308 | 2024-08-07T07:35:39.913Z | Compiling slog-term v2.9.1 |
1309 | 2024-08-07T07:35:40.235Z | Compiling tar v0.4.41 |
1310 | 2024-08-07T07:35:40.291Z | Compiling camino v1.1.7 |
1311 | 2024-08-07T07:35:42.429Z | Compiling strum v0.26.3 |
1312 | 2024-08-07T07:35:53.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1313 | 2024-08-07T07:35:53.277Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1314 | 2024-08-07T07:35:58.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1315 | 2024-08-07T07:35:58.680Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1316 | 2024-08-07T07:35:58.729Z | Aug 07 07:35:57.429 INFO Starting download, target: Clickhouse |
1317 | 2024-08-07T07:35:58.729Z | Aug 07 07:35:57.429 INFO Starting download, target: Cockroach |
1318 | 2024-08-07T07:35:58.730Z | Aug 07 07:35:57.429 INFO Starting download, target: Console |
1319 | 2024-08-07T07:35:58.730Z | Aug 07 07:35:57.429 INFO Starting download, target: DendriteOpenapi |
1320 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.429 INFO Starting download, target: DendriteStub |
1321 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.429 INFO Starting download, target: MaghemiteMgd |
1322 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.430 INFO Starting download, target: TransceiverControl |
1323 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.430 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1324 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.430 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1325 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.430 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1326 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.430 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1327 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.431 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1328 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.431 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1329 | 2024-08-07T07:35:58.741Z | Aug 07 07:35:57.431 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1330 | 2024-08-07T07:35:58.885Z | Aug 07 07:35:57.590 INFO Download complete, target: DendriteOpenapi |
1331 | 2024-08-07T07:35:59.027Z | Aug 07 07:35:57.713 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1332 | 2024-08-07T07:35:59.374Z | Aug 07 07:35:58.081 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1333 | 2024-08-07T07:35:59.495Z | Aug 07 07:35:58.202 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1334 | 2024-08-07T07:35:59.538Z | Aug 07 07:35:58.246 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1335 | 2024-08-07T07:35:59.762Z | Aug 07 07:35:58.469 INFO Download complete, target: Console |
1336 | 2024-08-07T07:35:59.786Z | Aug 07 07:35:58.493 INFO Download complete, target: TransceiverControl |
1337 | 2024-08-07T07:36:01.057Z | Aug 07 07:35:59.764 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1338 | 2024-08-07T07:36:02.707Z | Aug 07 07:36:01.411 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1339 | 2024-08-07T07:36:02.707Z | Aug 07 07:36:01.412 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1340 | 2024-08-07T07:36:02.845Z | Aug 07 07:36:01.552 INFO Download complete, target: DendriteStub |
1341 | 2024-08-07T07:36:02.939Z | Aug 07 07:36:01.645 INFO Download complete, target: MaghemiteMgd |
1342 | 2024-08-07T07:36:11.264Z | Aug 07 07:36:09.970 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1343 | 2024-08-07T07:36:11.585Z | Aug 07 07:36:10.290 INFO Checking that binary works, target: Cockroach |
1344 | 2024-08-07T07:36:11.810Z | Aug 07 07:36:10.516 INFO Download complete, target: Cockroach |
1345 | 2024-08-07T07:36:15.944Z | Aug 07 07:36:14.650 INFO Checking that binary works, target: Clickhouse |
1346 | 2024-08-07T07:36:16.633Z | Aug 07 07:36:15.338 INFO Download complete, target: Clickhouse |
1347 | 2024-08-07T07:36:16.652Z | All builder prerequisites installed successfully, and PATH looks valid |
1348 | 2024-08-07T07:36:16.657Z | |
1349 | 2024-08-07T07:36:16.657Z | real 4:43.232676776 |
1350 | 2024-08-07T07:36:16.657Z | user 11:36.657161456 |
1351 | 2024-08-07T07:36:16.657Z | sys 2:25.095185979 |
1352 | 2024-08-07T07:36:16.657Z | trap 0.403543851 |
1353 | 2024-08-07T07:36:16.657Z | tflt 11.146721454 |
1354 | 2024-08-07T07:36:16.657Z | dflt 11.506122745 |
1355 | 2024-08-07T07:36:16.657Z | kflt 0.396651649 |
1356 | 2024-08-07T07:36:16.657Z | lock 22:42.702218585 |
1357 | 2024-08-07T07:36:16.658Z | slp 48:30.150285252 |
1358 | 2024-08-07T07:36:16.658Z | lat 37.804880388 |
1359 | 2024-08-07T07:36:16.658Z | stop 1:36.019839342 |
1360 | 2024-08-07T07:36:16.658Z | + banner clippy |
1361 | 2024-08-07T07:36:16.658Z | |
1362 | 2024-08-07T07:36:16.658Z | #### # # ##### ##### # # |
1363 | 2024-08-07T07:36:16.658Z | # # # # # # # # # # |
1364 | 2024-08-07T07:36:16.658Z | # # # # # # # # |
1365 | 2024-08-07T07:36:16.658Z | # # # ##### ##### # |
1366 | 2024-08-07T07:36:16.658Z | # # # # # # # |
1367 | 2024-08-07T07:36:16.658Z | #### ###### # # # # |
1368 | 2024-08-07T07:36:16.658Z | |
1369 | 2024-08-07T07:36:16.658Z | + export CARGO_INCREMENTAL=0 |
1370 | 2024-08-07T07:36:16.658Z | + CARGO_INCREMENTAL=0 |
1371 | 2024-08-07T07:36:16.658Z | + ptime -m cargo xtask clippy |
1372 | 2024-08-07T07:36:17.204Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1373 | 2024-08-07T07:36:20.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
1374 | 2024-08-07T07:36:20.640Z | Running `target/debug/xtask clippy` |
1375 | 2024-08-07T07:36:20.659Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1376 | 2024-08-07T07:36:21.329Z | Downloading crates ... |
1377 | 2024-08-07T07:36:21.628Z | Downloaded cast v0.3.0 |
1378 | 2024-08-07T07:36:21.633Z | Downloaded criterion-plot v0.5.0 |
1379 | 2024-08-07T07:36:21.642Z | Downloaded plotters-svg v0.3.5 |
1380 | 2024-08-07T07:36:21.645Z | Downloaded guppy-workspace-hack v0.1.0 |
1381 | 2024-08-07T07:36:21.645Z | Downloaded http-body v1.0.0 |
1382 | 2024-08-07T07:36:21.648Z | Downloaded dhcproto-macros v0.1.0 |
1383 | 2024-08-07T07:36:21.650Z | Downloaded option-ext v0.2.0 |
1384 | 2024-08-07T07:36:21.654Z | Downloaded russh-cryptovec v0.7.2 |
1385 | 2024-08-07T07:36:21.654Z | Downloaded nested v0.1.1 |
1386 | 2024-08-07T07:36:21.657Z | Downloaded escape8259 v0.5.2 |
1387 | 2024-08-07T07:36:21.660Z | Downloaded cfg-expr v0.16.0 |
1388 | 2024-08-07T07:36:21.663Z | Downloaded anes v0.1.6 |
1389 | 2024-08-07T07:36:21.666Z | Downloaded doc-comment v0.3.3 |
1390 | 2024-08-07T07:36:21.666Z | Downloaded ctr v0.9.2 |
1391 | 2024-08-07T07:36:21.669Z | Downloaded pathdiff v0.2.1 |
1392 | 2024-08-07T07:36:21.676Z | Downloaded tower-layer v0.3.2 |
1393 | 2024-08-07T07:36:21.679Z | Downloaded dirs v5.0.1 |
1394 | 2024-08-07T07:36:21.679Z | Downloaded pbkdf2 v0.11.0 |
1395 | 2024-08-07T07:36:21.682Z | Downloaded approx v0.5.1 |
1396 | 2024-08-07T07:36:21.685Z | Downloaded cbc v0.1.2 |
1397 | 2024-08-07T07:36:21.685Z | Downloaded blowfish v0.9.1 |
1398 | 2024-08-07T07:36:21.688Z | Downloaded rfc6979 v0.4.0 |
1399 | 2024-08-07T07:36:21.691Z | Downloaded dirs-sys v0.4.1 |
1400 | 2024-08-07T07:36:21.691Z | Downloaded primeorder v0.13.6 |
1401 | 2024-08-07T07:36:21.691Z | Downloaded datatest-stable v0.2.9 |
1402 | 2024-08-07T07:36:21.694Z | Downloaded ghash v0.5.1 |
1403 | 2024-08-07T07:36:21.697Z | Downloaded futures-timer v3.0.3 |
1404 | 2024-08-07T07:36:21.697Z | Downloaded rand_chacha v0.2.2 |
1405 | 2024-08-07T07:36:21.701Z | Downloaded blake2b_simd v1.0.2 |
1406 | 2024-08-07T07:36:21.704Z | Downloaded similar-asserts v1.5.0 |
1407 | 2024-08-07T07:36:21.707Z | Downloaded rand_core v0.5.1 |
1408 | 2024-08-07T07:36:21.711Z | Downloaded threadpool v1.8.1 |
1409 | 2024-08-07T07:36:21.714Z | Downloaded polyval v0.6.2 |
1410 | 2024-08-07T07:36:21.714Z | Downloaded oorandom v11.1.3 |
1411 | 2024-08-07T07:36:21.717Z | Downloaded pbkdf2 v0.12.2 |
1412 | 2024-08-07T07:36:21.717Z | Downloaded ed25519 v2.2.3 |
1413 | 2024-08-07T07:36:21.722Z | Downloaded plotters-backend v0.3.5 |
1414 | 2024-08-07T07:36:21.722Z | Downloaded md5 v0.7.0 |
1415 | 2024-08-07T07:36:21.722Z | Downloaded yansi v0.5.1 |
1416 | 2024-08-07T07:36:21.725Z | Downloaded partial-io v0.5.4 |
1417 | 2024-08-07T07:36:21.725Z | Downloaded httptest v0.15.5 |
1418 | 2024-08-07T07:36:21.728Z | Downloaded internet-checksum v0.2.1 |
1419 | 2024-08-07T07:36:21.728Z | Downloaded hex-literal v0.4.1 |
1420 | 2024-08-07T07:36:21.728Z | Downloaded bcrypt-pbkdf v0.10.0 |
1421 | 2024-08-07T07:36:21.731Z | Downloaded assert_cmd v2.0.15 |
1422 | 2024-08-07T07:36:21.731Z | Downloaded target-spec v3.2.1 |
1423 | 2024-08-07T07:36:21.734Z | Downloaded libtest-mimic v0.7.3 |
1424 | 2024-08-07T07:36:21.737Z | Downloaded ecdsa v0.16.9 |
1425 | 2024-08-07T07:36:21.737Z | Downloaded rstest v0.19.0 |
1426 | 2024-08-07T07:36:21.755Z | Downloaded password-hash v0.4.2 |
1427 | 2024-08-07T07:36:21.758Z | Downloaded tinytemplate v1.2.1 |
1428 | 2024-08-07T07:36:21.761Z | Downloaded target-lexicon v0.12.16 |
1429 | 2024-08-07T07:36:21.761Z | Downloaded rustls-native-certs v0.7.0 |
1430 | 2024-08-07T07:36:21.764Z | Downloaded rust-argon2 v2.1.0 |
1431 | 2024-08-07T07:36:21.767Z | Downloaded russh-keys v0.43.0 |
1432 | 2024-08-07T07:36:21.767Z | Downloaded trybuild v1.0.99 |
1433 | 2024-08-07T07:36:21.770Z | Downloaded dhcproto v0.12.0 |
1434 | 2024-08-07T07:36:21.774Z | Downloaded relative-path v1.9.3 |
1435 | 2024-08-07T07:36:21.777Z | Downloaded rstest_macros v0.19.0 |
1436 | 2024-08-07T07:36:21.777Z | Downloaded rand_distr v0.4.3 |
1437 | 2024-08-07T07:36:21.780Z | Downloaded hyper-util v0.1.3 |
1438 | 2024-08-07T07:36:21.783Z | Downloaded hyper-rustls v0.26.0 |
1439 | 2024-08-07T07:36:21.786Z | Downloaded p256 v0.13.2 |
1440 | 2024-08-07T07:36:21.789Z | Downloaded getrandom v0.1.16 |
1441 | 2024-08-07T07:36:21.799Z | Downloaded fancy-regex v0.13.0 |
1442 | 2024-08-07T07:36:21.803Z | Downloaded ed25519-dalek v2.1.1 |
1443 | 2024-08-07T07:36:21.808Z | Downloaded pretty_assertions v1.4.0 |
1444 | 2024-08-07T07:36:21.816Z | Downloaded aes-gcm v0.10.3 |
1445 | 2024-08-07T07:36:21.819Z | Downloaded tower v0.4.13 |
1446 | 2024-08-07T07:36:21.828Z | Downloaded criterion v0.5.1 |
1447 | 2024-08-07T07:36:21.834Z | Downloaded russh v0.43.0 |
1448 | 2024-08-07T07:36:21.839Z | Downloaded rand v0.7.3 |
1449 | 2024-08-07T07:36:21.843Z | Downloaded plotters v0.3.5 |
1450 | 2024-08-07T07:36:21.851Z | Downloaded p521 v0.13.3 |
1451 | 2024-08-07T07:36:21.854Z | Downloaded hyper v1.3.1 |
1452 | 2024-08-07T07:36:21.860Z | Downloaded guppy v0.17.7 |
1453 | 2024-08-07T07:36:21.866Z | Downloaded aes v0.8.4 |
1454 | 2024-08-07T07:36:22.470Z | Checking cfg-if v1.0.0 |
1455 | 2024-08-07T07:36:22.533Z | Checking libc v0.2.155 |
1456 | 2024-08-07T07:36:22.550Z | Checking serde v1.0.204 |
1457 | 2024-08-07T07:36:22.564Z | Checking memchr v2.7.2 |
1458 | 2024-08-07T07:36:22.585Z | Checking scopeguard v1.2.0 |
1459 | 2024-08-07T07:36:22.601Z | Checking log v0.4.21 |
1460 | 2024-08-07T07:36:22.623Z | Checking itoa v1.0.11 |
1461 | 2024-08-07T07:36:22.645Z | Checking byteorder v1.5.0 |
1462 | 2024-08-07T07:36:22.665Z | Checking smallvec v1.13.2 |
1463 | 2024-08-07T07:36:22.714Z | Checking lock_api v0.4.12 |
1464 | 2024-08-07T07:36:22.830Z | Checking once_cell v1.19.0 |
1465 | 2024-08-07T07:36:22.886Z | Checking pin-project-lite v0.2.14 |
1466 | 2024-08-07T07:36:22.993Z | Checking zeroize v1.7.0 |
1467 | 2024-08-07T07:36:23.019Z | Checking libm v0.2.8 |
1468 | 2024-08-07T07:36:23.050Z | Checking ryu v1.0.18 |
1469 | 2024-08-07T07:36:23.137Z | Checking typenum v1.17.0 |
1470 | 2024-08-07T07:36:23.161Z | Checking spin v0.9.8 |
1471 | 2024-08-07T07:36:23.264Z | Checking futures-core v0.3.30 |
1472 | 2024-08-07T07:36:23.287Z | Checking thiserror v1.0.63 |
1473 | 2024-08-07T07:36:23.408Z | Checking zerocopy v0.7.34 |
1474 | 2024-08-07T07:36:23.411Z | Checking subtle v2.5.0 |
1475 | 2024-08-07T07:36:23.462Z | Checking futures-sink v0.3.30 |
1476 | 2024-08-07T07:36:23.488Z | Checking slab v0.4.9 |
1477 | 2024-08-07T07:36:23.608Z | Checking futures-channel v0.3.30 |
1478 | 2024-08-07T07:36:23.633Z | Checking getrandom v0.2.14 |
1479 | 2024-08-07T07:36:23.683Z | Checking parking_lot_core v0.9.10 |
1480 | 2024-08-07T07:36:23.758Z | Checking signal-hook-registry v1.4.2 |
1481 | 2024-08-07T07:36:23.879Z | Checking rand_core v0.6.4 |
1482 | 2024-08-07T07:36:23.911Z | Checking mio v0.8.11 |
1483 | 2024-08-07T07:36:23.952Z | Checking num-traits v0.2.19 |
1484 | 2024-08-07T07:36:24.019Z | Checking num_cpus v1.16.0 |
1485 | 2024-08-07T07:36:24.022Z | Checking parking_lot v0.12.2 |
1486 | 2024-08-07T07:36:24.134Z | Checking socket2 v0.5.7 |
1487 | 2024-08-07T07:36:24.183Z | Checking pin-utils v0.1.0 |
1488 | 2024-08-07T07:36:24.279Z | Checking futures-io v0.3.30 |
1489 | 2024-08-07T07:36:24.376Z | Checking generic-array v0.14.7 |
1490 | 2024-08-07T07:36:24.379Z | Checking futures-task v0.3.30 |
1491 | 2024-08-07T07:36:24.468Z | Checking const-oid v0.9.6 |
1492 | 2024-08-07T07:36:24.504Z | Checking allocator-api2 v0.2.18 |
1493 | 2024-08-07T07:36:24.621Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-08-07T07:36:24.646Z | Checking futures-util v0.3.30 |
1495 | 2024-08-07T07:36:24.776Z | Checking ahash v0.8.11 |
1496 | 2024-08-07T07:36:24.918Z | Checking fnv v1.0.7 |
1497 | 2024-08-07T07:36:25.185Z | Checking iana-time-zone v0.1.60 |
1498 | 2024-08-07T07:36:25.193Z | Checking equivalent v1.0.1 |
1499 | 2024-08-07T07:36:25.228Z | Checking ppv-lite86 v0.2.17 |
1500 | 2024-08-07T07:36:25.272Z | Checking tinyvec_macros v0.1.1 |
1501 | 2024-08-07T07:36:25.313Z | Checking hashbrown v0.14.5 |
1502 | 2024-08-07T07:36:25.360Z | Checking tinyvec v1.6.0 |
1503 | 2024-08-07T07:36:25.553Z | Checking crypto-common v0.1.6 |
1504 | 2024-08-07T07:36:25.614Z | Checking block-buffer v0.10.4 |
1505 | 2024-08-07T07:36:25.744Z | Checking cpufeatures v0.2.12 |
1506 | 2024-08-07T07:36:25.842Z | Checking lazy_static v1.5.0 |
1507 | 2024-08-07T07:36:25.845Z | Checking unicode-bidi v0.3.15 |
1508 | 2024-08-07T07:36:25.920Z | Checking rand_chacha v0.3.1 |
1509 | 2024-08-07T07:36:25.984Z | Checking tracing-core v0.1.32 |
1510 | 2024-08-07T07:36:26.221Z | Checking digest v0.10.7 |
1511 | 2024-08-07T07:36:26.299Z | Checking rand v0.8.5 |
1512 | 2024-08-07T07:36:26.453Z | Checking dyn-clone v1.0.17 |
1513 | 2024-08-07T07:36:26.539Z | Checking regex-syntax v0.8.3 |
1514 | 2024-08-07T07:36:26.603Z | Checking percent-encoding v2.3.1 |
1515 | 2024-08-07T07:36:26.625Z | Checking errno v0.3.9 |
1516 | 2024-08-07T07:36:26.655Z | Checking unicode-normalization v0.1.23 |
1517 | 2024-08-07T07:36:26.675Z | Checking tracing v0.1.40 |
1518 | 2024-08-07T07:36:26.791Z | Checking aho-corasick v1.1.3 |
1519 | 2024-08-07T07:36:26.816Z | Checking unicode-ident v1.0.12 |
1520 | 2024-08-07T07:36:26.990Z | Checking form_urlencoded v1.2.1 |
1521 | 2024-08-07T07:36:27.032Z | Checking unicode-width v0.1.13 |
1522 | 2024-08-07T07:36:27.203Z | Checking powerfmt v0.2.0 |
1523 | 2024-08-07T07:36:27.227Z | Checking num_threads v0.1.7 |
1524 | 2024-08-07T07:36:27.341Z | Checking time-core v0.1.2 |
1525 | 2024-08-07T07:36:27.477Z | Checking deranged v0.3.11 |
1526 | 2024-08-07T07:36:27.510Z | Checking num-conv v0.1.0 |
1527 | 2024-08-07T07:36:27.556Z | Checking proc-macro2 v1.0.86 |
1528 | 2024-08-07T07:36:27.588Z | Checking httparse v1.8.0 |
1529 | 2024-08-07T07:36:27.621Z | Checking bytes v1.7.1 |
1530 | 2024-08-07T07:36:27.758Z | Checking bitflags v2.6.0 |
1531 | 2024-08-07T07:36:27.997Z | Checking serde_json v1.0.122 |
1532 | 2024-08-07T07:36:28.054Z | Checking chrono v0.4.38 |
1533 | 2024-08-07T07:36:28.216Z | Checking uuid v1.10.0 |
1534 | 2024-08-07T07:36:28.428Z | Checking indexmap v2.3.0 |
1535 | 2024-08-07T07:36:28.464Z | Checking tokio v1.38.1 |
1536 | 2024-08-07T07:36:28.816Z | Checking rustix v0.38.34 |
1537 | 2024-08-07T07:36:29.215Z | Checking time v0.3.36 |
1538 | 2024-08-07T07:36:29.617Z | Checking adler v1.0.2 |
1539 | 2024-08-07T07:36:29.675Z | Checking regex-automata v0.4.6 |
1540 | 2024-08-07T07:36:29.724Z | Checking http v0.2.12 |
1541 | 2024-08-07T07:36:29.783Z | Checking miniz_oxide v0.7.2 |
1542 | 2024-08-07T07:36:29.845Z | Checking quote v1.0.36 |
1543 | 2024-08-07T07:36:30.146Z | Checking schemars v0.8.21 |
1544 | 2024-08-07T07:36:30.182Z | Checking idna v0.5.0 |
1545 | 2024-08-07T07:36:30.527Z | Checking syn v2.0.72 |
1546 | 2024-08-07T07:36:30.816Z | Checking untrusted v0.9.0 |
1547 | 2024-08-07T07:36:30.974Z | Checking ring v0.17.8 |
1548 | 2024-08-07T07:36:31.074Z | Checking url v2.5.2 |
1549 | 2024-08-07T07:36:31.133Z | Checking try-lock v0.2.5 |
1550 | 2024-08-07T07:36:31.263Z | Checking base64ct v1.6.0 |
1551 | 2024-08-07T07:36:31.613Z | Checking want v0.3.1 |
1552 | 2024-08-07T07:36:31.709Z | Checking slog v2.7.0 |
1553 | 2024-08-07T07:36:31.802Z | Checking tower-service v0.3.2 |
1554 | 2024-08-07T07:36:31.825Z | Checking futures-executor v0.3.30 |
1555 | 2024-08-07T07:36:31.885Z | Checking gimli v0.28.1 |
1556 | 2024-08-07T07:36:31.921Z | Checking object v0.32.2 |
1557 | 2024-08-07T07:36:32.048Z | Checking httpdate v1.0.3 |
1558 | 2024-08-07T07:36:32.190Z | Checking utf8parse v0.2.1 |
1559 | 2024-08-07T07:36:32.297Z | Checking base64 v0.21.7 |
1560 | 2024-08-07T07:36:32.344Z | Checking rustc-demangle v0.1.24 |
1561 | 2024-08-07T07:36:32.772Z | Checking futures v0.3.30 |
1562 | 2024-08-07T07:36:32.793Z | Checking http-body v0.4.6 |
1563 | 2024-08-07T07:36:32.867Z | Checking openssl-probe v0.1.5 |
1564 | 2024-08-07T07:36:32.891Z | Checking foreign-types-shared v0.1.1 |
1565 | 2024-08-07T07:36:32.999Z | Checking foreign-types v0.3.2 |
1566 | 2024-08-07T07:36:33.025Z | Checking pem-rfc7468 v0.7.0 |
1567 | 2024-08-07T07:36:33.095Z | Checking openssl-sys v0.9.103 |
1568 | 2024-08-07T07:36:33.205Z | Checking mime v0.3.17 |
1569 | 2024-08-07T07:36:33.285Z | Checking ipnet v2.9.0 |
1570 | 2024-08-07T07:36:33.525Z | Checking anstyle v1.0.8 |
1571 | 2024-08-07T07:36:33.765Z | Checking flagset v0.4.5 |
1572 | 2024-08-07T07:36:33.854Z | Checking semver v1.0.23 |
1573 | 2024-08-07T07:36:33.965Z | Checking der v0.7.9 |
1574 | 2024-08-07T07:36:34.259Z | Checking regex v1.10.6 |
1575 | 2024-08-07T07:36:34.298Z | Checking either v1.13.0 |
1576 | 2024-08-07T07:36:34.426Z | Checking openssl v0.10.66 |
1577 | 2024-08-07T07:36:34.684Z | Checking sct v0.7.1 |
1578 | 2024-08-07T07:36:34.849Z | Checking rustls-webpki v0.101.7 |
1579 | 2024-08-07T07:36:34.896Z | Checking toml_datetime v0.6.8 |
1580 | 2024-08-07T07:36:35.185Z | Checking serde_spanned v0.6.7 |
1581 | 2024-08-07T07:36:35.378Z | Checking crossbeam-utils v0.8.19 |
1582 | 2024-08-07T07:36:35.465Z | Checking tokio-util v0.7.11 |
1583 | 2024-08-07T07:36:35.531Z | Checking data-encoding v2.6.0 |
1584 | 2024-08-07T07:36:35.764Z | Checking spki v0.7.3 |
1585 | 2024-08-07T07:36:35.837Z | Checking addr2line v0.21.0 |
1586 | 2024-08-07T07:36:36.052Z | Checking rustls v0.21.12 |
1587 | 2024-08-07T07:36:36.055Z | Checking anstyle-parse v0.2.4 |
1588 | 2024-08-07T07:36:36.169Z | Checking serde_urlencoded v0.7.1 |
1589 | 2024-08-07T07:36:36.325Z | Checking h2 v0.3.26 |
1590 | 2024-08-07T07:36:36.350Z | Checking idna v0.3.0 |
1591 | 2024-08-07T07:36:36.372Z | Checking scroll v0.12.0 |
1592 | 2024-08-07T07:36:36.590Z | Checking encoding_rs v0.8.34 |
1593 | 2024-08-07T07:36:36.836Z | Checking psl-types v2.0.11 |
1594 | 2024-08-07T07:36:36.965Z | Checking bitflags v1.3.2 |
1595 | 2024-08-07T07:36:37.030Z | Checking ucd-trie v0.1.6 |
1596 | 2024-08-07T07:36:37.064Z | Checking is_terminal_polyfill v1.70.0 |
1597 | 2024-08-07T07:36:37.176Z | Checking plain v0.2.3 |
1598 | 2024-08-07T07:36:37.200Z | Checking anstyle-query v1.0.3 |
1599 | 2024-08-07T07:36:37.222Z | Checking colorchoice v1.0.1 |
1600 | 2024-08-07T07:36:37.317Z | Checking goblin v0.8.2 |
1601 | 2024-08-07T07:36:37.320Z | Checking pest v2.7.10 |
1602 | 2024-08-07T07:36:37.359Z | Checking anstream v0.6.14 |
1603 | 2024-08-07T07:36:37.728Z | Checking publicsuffix v2.2.3 |
1604 | 2024-08-07T07:36:37.971Z | Checking pkcs8 v0.10.2 |
1605 | 2024-08-07T07:36:37.997Z | Checking backtrace v0.3.71 |
1606 | 2024-08-07T07:36:38.230Z | Checking cookie v0.17.0 |
1607 | 2024-08-07T07:36:38.593Z | Checking anyhow v1.0.86 |
1608 | 2024-08-07T07:36:38.639Z | Checking terminal_size v0.3.0 |
1609 | 2024-08-07T07:36:38.798Z | Checking sha2 v0.10.8 |
1610 | 2024-08-07T07:36:38.907Z | Checking hmac v0.12.1 |
1611 | 2024-08-07T07:36:38.984Z | Checking clap_lex v0.7.0 |
1612 | 2024-08-07T07:36:39.113Z | Checking strsim v0.11.1 |
1613 | 2024-08-07T07:36:39.191Z | Checking tokio-rustls v0.24.1 |
1614 | 2024-08-07T07:36:39.242Z | Checking pretty-hex v0.4.1 |
1615 | 2024-08-07T07:36:39.358Z | Checking cookie_store v0.20.0 |
1616 | 2024-08-07T07:36:39.398Z | Checking clap_builder v4.5.13 |
1617 | 2024-08-07T07:36:39.422Z | Checking rustls-pemfile v1.0.4 |
1618 | 2024-08-07T07:36:39.551Z | Checking num-integer v0.1.46 |
1619 | 2024-08-07T07:36:39.613Z | Checking thread-id v4.2.1 |
1620 | 2024-08-07T07:36:39.732Z | Checking sync_wrapper v0.1.2 |
1621 | 2024-08-07T07:36:39.822Z | Checking dtrace-parser v0.2.0 |
1622 | 2024-08-07T07:36:39.861Z | Checking webpki-roots v0.25.4 |
1623 | 2024-08-07T07:36:39.888Z | Checking native-tls v0.2.11 |
1624 | 2024-08-07T07:36:39.952Z | Checking openapiv3 v2.0.0 |
1625 | 2024-08-07T07:36:40.019Z | Checking block-padding v0.3.3 |
1626 | 2024-08-07T07:36:40.022Z | Checking memmap v0.7.0 |
1627 | 2024-08-07T07:36:40.194Z | Checking tokio-native-tls v0.3.1 |
1628 | 2024-08-07T07:36:40.240Z | Checking base64 v0.22.1 |
1629 | 2024-08-07T07:36:40.264Z | Checking inout v0.1.3 |
1630 | 2024-08-07T07:36:40.304Z | Checking stable_deref_trait v1.2.0 |
1631 | 2024-08-07T07:36:40.406Z | Checking ipnetwork v0.20.0 |
1632 | 2024-08-07T07:36:40.431Z | Checking ff v0.13.0 |
1633 | 2024-08-07T07:36:40.489Z | Checking cipher v0.4.4 |
1634 | 2024-08-07T07:36:40.649Z | Checking crc32fast v1.4.0 |
1635 | 2024-08-07T07:36:40.735Z | Checking bit-vec v0.6.3 |
1636 | 2024-08-07T07:36:40.765Z | Checking base16ct v0.2.0 |
1637 | 2024-08-07T07:36:40.878Z | Checking group v0.13.0 |
1638 | 2024-08-07T07:36:40.881Z | Checking hkdf v0.12.4 |
1639 | 2024-08-07T07:36:40.947Z | Checking sec1 v0.7.3 |
1640 | 2024-08-07T07:36:41.077Z | Checking crossbeam-epoch v0.9.18 |
1641 | 2024-08-07T07:36:41.118Z | Checking hex v0.4.3 |
1642 | 2024-08-07T07:36:41.141Z | Checking crypto-bigint v0.5.5 |
1643 | 2024-08-07T07:36:41.325Z | Checking unicode-segmentation v1.11.0 |
1644 | 2024-08-07T07:36:41.479Z | Checking winnow v0.6.18 |
1645 | 2024-08-07T07:36:41.630Z | Checking winnow v0.5.40 |
1646 | 2024-08-07T07:36:41.977Z | Checking managed v0.8.0 |
1647 | 2024-08-07T07:36:42.327Z | Checking dof v0.3.0 |
1648 | 2024-08-07T07:36:42.350Z | Checking zerocopy v0.6.6 |
1649 | 2024-08-07T07:36:42.480Z | Checking clap v4.5.13 |
1650 | 2024-08-07T07:36:42.607Z | Checking flate2 v1.0.31 |
1651 | 2024-08-07T07:36:42.705Z | Checking hyper v0.14.30 |
1652 | 2024-08-07T07:36:42.918Z | Checking usdt-impl v0.5.0 |
1653 | 2024-08-07T07:36:43.139Z | Checking num-iter v0.1.45 |
1654 | 2024-08-07T07:36:43.241Z | Checking signal-hook v0.3.17 |
1655 | 2024-08-07T07:36:43.316Z | Checking matches v0.1.10 |
1656 | 2024-08-07T07:36:43.416Z | Checking static_assertions v1.1.0 |
1657 | 2024-08-07T07:36:43.483Z | Checking usdt v0.5.0 |
1658 | 2024-08-07T07:36:43.509Z | Checking siphasher v0.3.11 |
1659 | 2024-08-07T07:36:43.540Z | Checking idna v0.2.3 |
1660 | 2024-08-07T07:36:43.565Z | Checking itertools v0.10.5 |
1661 | 2024-08-07T07:36:43.735Z | Checking regex-automata v0.1.10 |
1662 | 2024-08-07T07:36:43.822Z | Checking signal-hook-mio v0.2.3 |
1663 | 2024-08-07T07:36:43.912Z | Checking elliptic-curve v0.13.8 |
1664 | 2024-08-07T07:36:43.966Z | Checking bit-set v0.5.3 |
1665 | 2024-08-07T07:36:44.123Z | Checking bstr v0.2.17 |
1666 | 2024-08-07T07:36:44.229Z | Checking num-bigint v0.4.5 |
1667 | 2024-08-07T07:36:44.354Z | Checking toml_edit v0.22.20 |
1668 | 2024-08-07T07:36:44.383Z | Checking trust-dns-proto v0.22.0 |
1669 | 2024-08-07T07:36:44.582Z | Checking itertools v0.12.1 |
1670 | 2024-08-07T07:36:44.608Z | Checking toml_edit v0.19.15 |
1671 | 2024-08-07T07:36:44.938Z | Checking scheduled-thread-pool v0.2.7 |
1672 | 2024-08-07T07:36:45.166Z | Checking hash32 v0.2.1 |
1673 | 2024-08-07T07:36:45.467Z | Checking predicates-core v1.0.6 |
1674 | 2024-08-07T07:36:45.662Z | Checking finl_unicode v1.2.0 |
1675 | 2024-08-07T07:36:45.858Z | Checking heapless v0.7.17 |
1676 | 2024-08-07T07:36:46.258Z | Checking stringprep v0.1.4 |
1677 | 2024-08-07T07:36:46.526Z | Checking r2d2 v0.8.10 |
1678 | 2024-08-07T07:36:46.804Z | Checking yasna v0.5.2 |
1679 | 2024-08-07T07:36:46.842Z | Checking crossterm v0.27.0 |
1680 | 2024-08-07T07:36:46.893Z | Checking bstr v1.9.1 |
1681 | 2024-08-07T07:36:46.993Z | Checking console v0.15.8 |
1682 | 2024-08-07T07:36:47.133Z | Checking toml v0.7.8 |
1683 | 2024-08-07T07:36:47.174Z | Checking md-5 v0.10.6 |
1684 | 2024-08-07T07:36:47.396Z | Checking float-cmp v0.9.0 |
1685 | 2024-08-07T07:36:47.584Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1686 | 2024-08-07T07:36:47.608Z | Checking normalize-line-endings v0.3.0 |
1687 | 2024-08-07T07:36:47.676Z | Checking fixedbitset v0.4.2 |
1688 | 2024-08-07T07:36:47.734Z | Checking difflib v0.4.0 |
1689 | 2024-08-07T07:36:47.797Z | Checking fallible-iterator v0.2.0 |
1690 | 2024-08-07T07:36:47.827Z | Checking diesel v2.1.6 |
1691 | 2024-08-07T07:36:47.866Z | Checking smoltcp v0.9.1 |
1692 | 2024-08-07T07:36:47.941Z | Checking petgraph v0.6.5 |
1693 | 2024-08-07T07:36:48.060Z | Checking predicates v3.1.2 |
1694 | 2024-08-07T07:36:48.392Z | Checking similar v2.5.0 |
1695 | 2024-08-07T07:36:48.418Z | Checking postgres-protocol v0.6.7 |
1696 | 2024-08-07T07:36:48.611Z | Checking phf_shared v0.10.0 |
1697 | 2024-08-07T07:36:48.711Z | Checking phf_shared v0.11.2 |
1698 | 2024-08-07T07:36:48.873Z | Checking tokio-stream v0.1.15 |
1699 | 2024-08-07T07:36:48.934Z | Checking hyper-rustls v0.24.2 |
1700 | 2024-08-07T07:36:48.998Z | Checking hyper-tls v0.5.0 |
1701 | 2024-08-07T07:36:49.080Z | Checking fs-err v2.11.0 |
1702 | 2024-08-07T07:36:49.205Z | Checking hubpack v0.1.2 |
1703 | 2024-08-07T07:36:49.229Z | Checking minimal-lexical v0.2.1 |
1704 | 2024-08-07T07:36:49.268Z | Checking reqwest v0.11.27 |
1705 | 2024-08-07T07:36:49.376Z | Checking new_debug_unreachable v1.0.6 |
1706 | 2024-08-07T07:36:49.474Z | Checking precomputed-hash v0.1.1 |
1707 | 2024-08-07T07:36:49.527Z | Checking lalrpop-util v0.19.12 |
1708 | 2024-08-07T07:36:49.590Z | Checking string_cache v0.8.7 |
1709 | 2024-08-07T07:36:49.613Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1710 | 2024-08-07T07:36:49.633Z | Checking nom v7.1.3 |
1711 | 2024-08-07T07:36:49.655Z | Checking postgres-types v0.2.7 |
1712 | 2024-08-07T07:36:49.797Z | Checking phf v0.11.2 |
1713 | 2024-08-07T07:36:49.868Z | Checking peg-runtime v0.8.3 |
1714 | 2024-08-07T07:36:50.067Z | Checking whoami v1.5.1 |
1715 | 2024-08-07T07:36:50.219Z | Compiling regress v0.9.1 |
1716 | 2024-08-07T07:36:50.364Z | Compiling getopts v0.2.21 |
1717 | 2024-08-07T07:36:50.388Z | Checking tokio-postgres v0.7.11 |
1718 | 2024-08-07T07:36:50.988Z | Compiling unsafe-libyaml v0.2.11 |
1719 | 2024-08-07T07:36:51.154Z | Checking heck v0.5.0 |
1720 | 2024-08-07T07:36:51.288Z | Checking camino v1.1.7 |
1721 | 2024-08-07T07:36:51.886Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1722 | 2024-08-07T07:36:52.238Z | Checking is-terminal v0.4.12 |
1723 | 2024-08-07T07:36:52.374Z | Compiling serde_yaml v0.9.34+deprecated |
1724 | 2024-08-07T07:36:52.775Z | Compiling paste v1.0.15 |
1725 | 2024-08-07T07:36:52.927Z | Checking sha1 v0.10.6 |
1726 | 2024-08-07T07:36:53.210Z | Compiling rustls v0.22.4 |
1727 | 2024-08-07T07:36:53.378Z | Compiling ident_case v1.0.1 |
1728 | 2024-08-07T07:36:53.537Z | Compiling darling_core v0.20.9 |
1729 | 2024-08-07T07:36:53.559Z | Checking http v1.1.0 |
1730 | 2024-08-07T07:36:54.644Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1731 | 2024-08-07T07:36:54.668Z | Checking dirs-sys-next v0.1.2 |
1732 | 2024-08-07T07:36:54.850Z | Checking dirs-next v2.0.0 |
1733 | 2024-08-07T07:36:54.931Z | Checking strum v0.26.3 |
1734 | 2024-08-07T07:36:54.983Z | Checking crossbeam-channel v0.5.12 |
1735 | 2024-08-07T07:36:55.094Z | Checking thread_local v1.1.8 |
1736 | 2024-08-07T07:36:55.376Z | Checking term v0.7.0 |
1737 | 2024-08-07T07:36:55.440Z | Compiling multer v3.1.0 |
1738 | 2024-08-07T07:36:55.712Z | Checking take_mut v0.2.2 |
1739 | 2024-08-07T07:36:55.809Z | Checking slog-term v2.9.1 |
1740 | 2024-08-07T07:36:55.832Z | Compiling async-stream-impl v0.3.5 |
1741 | 2024-08-07T07:36:55.858Z | Checking slog-async v2.8.0 |
1742 | 2024-08-07T07:36:56.159Z | Checking rustls-pki-types v1.7.0 |
1743 | 2024-08-07T07:36:56.315Z | Checking match_cfg v0.1.0 |
1744 | 2024-08-07T07:36:56.415Z | Checking hostname v0.3.1 |
1745 | 2024-08-07T07:36:56.551Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1746 | 2024-08-07T07:36:56.628Z | Checking toml v0.8.19 |
1747 | 2024-08-07T07:36:56.653Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1748 | 2024-08-07T07:36:56.942Z | Checking rustls-webpki v0.102.4 |
1749 | 2024-08-07T07:36:57.267Z | Checking rustls-pemfile v2.1.3 |
1750 | 2024-08-07T07:36:57.289Z | Checking debug-ignore v1.0.5 |
1751 | 2024-08-07T07:36:57.341Z | Checking slog-json v2.6.1 |
1752 | 2024-08-07T07:36:57.422Z | Checking instant v0.1.12 |
1753 | 2024-08-07T07:36:57.508Z | Checking atomic-waker v1.1.2 |
1754 | 2024-08-07T07:36:57.536Z | Checking async-stream v0.3.5 |
1755 | 2024-08-07T07:36:57.596Z | Checking slog-bunyan v2.5.0 |
1756 | 2024-08-07T07:36:57.644Z | Checking waitgroup v0.1.2 |
1757 | 2024-08-07T07:36:57.758Z | Checking serde_path_to_error v0.1.16 |
1758 | 2024-08-07T07:36:57.781Z | Checking hostname v0.4.0 |
1759 | 2024-08-07T07:36:57.925Z | Checking fastrand v2.1.0 |
1760 | 2024-08-07T07:36:58.113Z | Compiling structmeta-derive v0.3.0 |
1761 | 2024-08-07T07:36:58.255Z | Checking tempfile v3.10.1 |
1762 | 2024-08-07T07:36:58.377Z | Checking quick-error v1.2.3 |
1763 | 2024-08-07T07:36:58.527Z | Checking newtype-uuid v1.1.0 |
1764 | 2024-08-07T07:36:58.614Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1765 | 2024-08-07T07:36:58.789Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1766 | 2024-08-07T07:36:59.398Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1767 | 2024-08-07T07:36:59.592Z | Checking macaddr v1.0.1 |
1768 | 2024-08-07T07:36:59.697Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1769 | 2024-08-07T07:36:59.844Z | Checking backoff v0.4.0 |
1770 | 2024-08-07T07:36:59.940Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1771 | 2024-08-07T07:37:00.135Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1772 | 2024-08-07T07:37:00.290Z | Checking wait-timeout v0.2.0 |
1773 | 2024-08-07T07:37:00.312Z | Checking rand_xorshift v0.3.0 |
1774 | 2024-08-07T07:37:00.472Z | Checking rusty-fork v0.3.0 |
1775 | 2024-08-07T07:37:00.495Z | Compiling structmeta-derive v0.2.0 |
1776 | 2024-08-07T07:37:00.606Z | Compiling darling_macro v0.20.9 |
1777 | 2024-08-07T07:37:00.740Z | Checking unarray v0.1.4 |
1778 | 2024-08-07T07:37:00.776Z | Compiling proc-macro-error v1.0.4 |
1779 | 2024-08-07T07:37:00.885Z | Checking proptest v1.4.0 |
1780 | 2024-08-07T07:37:01.152Z | Compiling structmeta v0.3.0 |
1781 | 2024-08-07T07:37:01.428Z | Checking tokio-rustls v0.25.0 |
1782 | 2024-08-07T07:37:01.465Z | Checking camino-tempfile v1.1.1 |
1783 | 2024-08-07T07:37:01.560Z | Compiling darling v0.20.9 |
1784 | 2024-08-07T07:37:01.655Z | Compiling parse-display-derive v0.9.1 |
1785 | 2024-08-07T07:37:01.731Z | Compiling serde_with_macros v3.8.3 |
1786 | 2024-08-07T07:37:01.790Z | Compiling proc-macro-crate v1.3.1 |
1787 | 2024-08-07T07:37:02.890Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1788 | 2024-08-07T07:37:03.284Z | Compiling num_enum_derive v0.5.11 |
1789 | 2024-08-07T07:37:03.498Z | Compiling structmeta v0.2.0 |
1790 | 2024-08-07T07:37:03.937Z | Compiling test-strategy v0.3.1 |
1791 | 2024-08-07T07:37:04.742Z | Checking serde_with v3.8.3 |
1792 | 2024-08-07T07:37:05.633Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1793 | 2024-08-07T07:37:05.779Z | Compiling foreign-types-macros v0.2.3 |
1794 | 2024-08-07T07:37:05.955Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1795 | 2024-08-07T07:37:05.998Z | Checking num_enum v0.5.11 |
1796 | 2024-08-07T07:37:06.145Z | Checking foreign-types-shared v0.3.1 |
1797 | 2024-08-07T07:37:06.428Z | Checking cstr-argument v0.1.2 |
1798 | 2024-08-07T07:37:06.459Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1799 | 2024-08-07T07:37:06.480Z | Checking parse-display v0.9.1 |
1800 | 2024-08-07T07:37:06.631Z | Checking pretty-hex v0.2.1 |
1801 | 2024-08-07T07:37:06.714Z | Checking tabwriter v1.4.0 |
1802 | 2024-08-07T07:37:06.798Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1803 | 2024-08-07T07:37:06.952Z | Checking colored v2.1.0 |
1804 | 2024-08-07T07:37:07.087Z | Checking socket2 v0.4.10 |
1805 | 2024-08-07T07:37:07.115Z | Checking foreign-types v0.5.0 |
1806 | 2024-08-07T07:37:07.222Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1807 | 2024-08-07T07:37:07.265Z | Checking smf v0.2.3 |
1808 | 2024-08-07T07:37:07.517Z | Checking termtree v0.4.1 |
1809 | 2024-08-07T07:37:07.539Z | Compiling heapless v0.8.0 |
1810 | 2024-08-07T07:37:07.542Z | Checking hash32 v0.3.1 |
1811 | 2024-08-07T07:37:07.709Z | Compiling smoltcp v0.11.0 |
1812 | 2024-08-07T07:37:07.712Z | Checking predicates-tree v1.0.9 |
1813 | 2024-08-07T07:37:07.746Z | Checking embedded-io v0.4.0 |
1814 | 2024-08-07T07:37:07.853Z | Compiling crucible-workspace-hack v0.1.0 |
1815 | 2024-08-07T07:37:07.943Z | Checking cobs v0.2.3 |
1816 | 2024-08-07T07:37:07.988Z | Checking sigpipe v0.1.3 |
1817 | 2024-08-07T07:37:08.013Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1818 | 2024-08-07T07:37:08.102Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1819 | 2024-08-07T07:37:08.123Z | Checking postcard v1.0.8 |
1820 | 2024-08-07T07:37:08.192Z | Checking humantime v2.1.0 |
1821 | 2024-08-07T07:37:08.359Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1822 | 2024-08-07T07:37:08.397Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1823 | 2024-08-07T07:37:08.468Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1824 | 2024-08-07T07:37:08.502Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1825 | 2024-08-07T07:37:08.718Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1826 | 2024-08-07T07:37:08.770Z | Compiling num-derive v0.4.2 |
1827 | 2024-08-07T07:37:09.081Z | Compiling mockall_derive v0.12.1 |
1828 | 2024-08-07T07:37:09.261Z | Checking fragile v2.0.0 |
1829 | 2024-08-07T07:37:09.529Z | Checking downcast v0.11.0 |
1830 | 2024-08-07T07:37:09.732Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1831 | 2024-08-07T07:37:10.031Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1832 | 2024-08-07T07:37:10.076Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1833 | 2024-08-07T07:37:10.327Z | Checking arc-swap v1.7.1 |
1834 | 2024-08-07T07:37:10.439Z | Checking xattr v1.3.1 |
1835 | 2024-08-07T07:37:10.644Z | Checking filetime v0.2.23 |
1836 | 2024-08-07T07:37:10.760Z | Checking slog-scope v4.4.0 |
1837 | 2024-08-07T07:37:10.784Z | Checking termcolor v1.4.1 |
1838 | 2024-08-07T07:37:10.862Z | Checking tar v0.4.41 |
1839 | 2024-08-07T07:37:10.955Z | Checking slog-stdlog v4.1.1 |
1840 | 2024-08-07T07:37:11.121Z | Checking slog-envlogger v2.2.0 |
1841 | 2024-08-07T07:37:11.193Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1842 | 2024-08-07T07:37:11.227Z | Checking same-file v1.0.6 |
1843 | 2024-08-07T07:37:11.345Z | Checking newline-converter v0.3.0 |
1844 | 2024-08-07T07:37:11.400Z | Checking walkdir v2.5.0 |
1845 | 2024-08-07T07:37:11.511Z | Checking expectorate v1.1.0 |
1846 | 2024-08-07T07:37:11.648Z | Checking utf-8 v0.7.6 |
1847 | 2024-08-07T07:37:11.670Z | Checking atty v0.2.14 |
1848 | 2024-08-07T07:37:11.713Z | Compiling derive-where v1.2.7 |
1849 | 2024-08-07T07:37:11.731Z | Checking pem v3.0.4 |
1850 | 2024-08-07T07:37:11.794Z | Checking password-hash v0.5.0 |
1851 | 2024-08-07T07:37:11.861Z | Checking tungstenite v0.21.0 |
1852 | 2024-08-07T07:37:12.005Z | Checking blake2 v0.10.6 |
1853 | 2024-08-07T07:37:12.346Z | Checking tungstenite v0.20.1 |
1854 | 2024-08-07T07:37:12.422Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1855 | 2024-08-07T07:37:12.464Z | Checking argon2 v0.5.3 |
1856 | 2024-08-07T07:37:12.737Z | Checking tokio-tungstenite v0.21.0 |
1857 | 2024-08-07T07:37:13.151Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1858 | 2024-08-07T07:37:13.174Z | Checking env_logger v0.9.3 |
1859 | 2024-08-07T07:37:13.177Z | Checking tokio-tungstenite v0.20.1 |
1860 | 2024-08-07T07:37:13.219Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-08-07T07:37:13.572Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-08-07T07:37:13.629Z | Compiling bitstruct_derive v0.1.0 |
1863 | 2024-08-07T07:37:13.657Z | Checking ascii v1.1.0 |
1864 | 2024-08-07T07:37:13.699Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-08-07T07:37:13.851Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1866 | 2024-08-07T07:37:13.855Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-07T07:37:14.055Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1868 | 2024-08-07T07:37:14.127Z | Checking atomicwrites v0.4.3 |
1869 | 2024-08-07T07:37:14.328Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1870 | 2024-08-07T07:37:14.619Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-08-07T07:37:14.892Z | Checking serde_arrays v0.1.0 |
1872 | 2024-08-07T07:37:14.944Z | Checking erased-serde v0.3.31 |
1873 | 2024-08-07T07:37:14.988Z | Checking bitstruct v0.1.1 |
1874 | 2024-08-07T07:37:15.039Z | Compiling heck v0.3.3 |
1875 | 2024-08-07T07:37:15.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1876 | 2024-08-07T07:37:15.213Z | Checking headers-core v0.2.0 |
1877 | 2024-08-07T07:37:15.500Z | Compiling zone_cfg_derive v0.1.2 |
1878 | 2024-08-07T07:37:15.585Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1879 | 2024-08-07T07:37:15.869Z | Checking base64 v0.13.1 |
1880 | 2024-08-07T07:37:15.967Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-07T07:37:16.292Z | Checking ron v0.7.1 |
1882 | 2024-08-07T07:37:17.068Z | Checking zone v0.1.8 |
1883 | 2024-08-07T07:37:17.156Z | Checking headers v0.3.9 |
1884 | 2024-08-07T07:37:17.334Z | Checking mockall v0.12.1 |
1885 | 2024-08-07T07:37:17.452Z | Checking rcgen v0.12.1 |
1886 | 2024-08-07T07:37:17.559Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1887 | 2024-08-07T07:37:17.595Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1888 | 2024-08-07T07:37:17.671Z | Checking portpicker v0.1.1 |
1889 | 2024-08-07T07:37:17.734Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1890 | 2024-08-07T07:37:17.802Z | Compiling convert_case v0.4.0 |
1891 | 2024-08-07T07:37:17.881Z | Checking subprocess v0.2.9 |
1892 | 2024-08-07T07:37:18.145Z | Checking half v2.4.1 |
1893 | 2024-08-07T07:37:18.236Z | Checking ciborium-io v0.2.2 |
1894 | 2024-08-07T07:37:18.367Z | Compiling rayon-core v1.12.1 |
1895 | 2024-08-07T07:37:18.424Z | Compiling prettyplease v0.2.20 |
1896 | 2024-08-07T07:37:18.586Z | Checking ciborium-ll v0.2.2 |
1897 | 2024-08-07T07:37:18.692Z | Checking swrite v0.1.0 |
1898 | 2024-08-07T07:37:18.754Z | Compiling home v0.5.9 |
1899 | 2024-08-07T07:37:18.775Z | Compiling derive_more v0.99.18 |
1900 | 2024-08-07T07:37:18.805Z | Checking linked-hash-map v0.5.6 |
1901 | 2024-08-07T07:37:18.891Z | Checking ciborium v0.2.2 |
1902 | 2024-08-07T07:37:19.009Z | Compiling semver v0.1.20 |
1903 | 2024-08-07T07:37:19.144Z | Checking lru-cache v0.1.2 |
1904 | 2024-08-07T07:37:19.331Z | Compiling rustc_version v0.1.7 |
1905 | 2024-08-07T07:37:19.653Z | Compiling ring v0.16.20 |
1906 | 2024-08-07T07:37:19.687Z | Compiling blake3 v1.5.1 |
1907 | 2024-08-07T07:37:19.825Z | Compiling cancel-safe-futures v0.1.5 |
1908 | 2024-08-07T07:37:19.847Z | Compiling newtype_derive v0.1.6 |
1909 | 2024-08-07T07:37:20.266Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1910 | 2024-08-07T07:37:20.310Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1911 | 2024-08-07T07:37:20.352Z | Checking steno v0.4.1 |
1912 | 2024-08-07T07:37:20.665Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1913 | 2024-08-07T07:37:21.439Z | Checking num-rational v0.4.2 |
1914 | 2024-08-07T07:37:22.004Z | Checking itertools v0.13.0 |
1915 | 2024-08-07T07:37:22.189Z | Checking num-complex v0.4.6 |
1916 | 2024-08-07T07:37:22.660Z | Compiling slog-dtrace v0.3.0 |
1917 | 2024-08-07T07:37:23.126Z | Checking num v0.4.3 |
1918 | 2024-08-07T07:37:23.316Z | Checking float-ord v0.3.2 |
1919 | 2024-08-07T07:37:23.782Z | Checking resolv-conf v0.7.0 |
1920 | 2024-08-07T07:37:24.152Z | Checking trust-dns-resolver v0.22.0 |
1921 | 2024-08-07T07:37:24.250Z | Checking libsw v3.3.1 |
1922 | 2024-08-07T07:37:24.896Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1923 | 2024-08-07T07:37:25.074Z | Checking owo-colors v4.0.0 |
1924 | 2024-08-07T07:37:25.204Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-08-07T07:37:25.572Z | Checking linear-map v1.2.0 |
1926 | 2024-08-07T07:37:25.868Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1927 | 2024-08-07T07:37:26.932Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1928 | 2024-08-07T07:37:27.597Z | Compiling crossbeam-deque v0.8.5 |
1929 | 2024-08-07T07:37:29.700Z | Compiling memmap2 v0.9.4 |
1930 | 2024-08-07T07:37:29.932Z | Compiling arrayref v0.3.7 |
1931 | 2024-08-07T07:37:30.042Z | Compiling rayon v1.10.0 |
1932 | 2024-08-07T07:37:30.176Z | Compiling arrayvec v0.7.4 |
1933 | 2024-08-07T07:37:30.606Z | Compiling constant_time_eq v0.3.0 |
1934 | 2024-08-07T07:37:30.798Z | Compiling spin v0.5.2 |
1935 | 2024-08-07T07:37:31.039Z | Compiling untrusted v0.7.1 |
1936 | 2024-08-07T07:37:31.194Z | Compiling toolchain_find v0.4.0 |
1937 | 2024-08-07T07:37:31.296Z | Compiling topological-sort v0.2.2 |
1938 | 2024-08-07T07:37:31.508Z | Compiling rustfmt-wrapper v0.2.1 |
1939 | 2024-08-07T07:37:31.529Z | Checking signature v2.2.0 |
1940 | 2024-08-07T07:37:31.735Z | Checking display-error-chain v0.2.0 |
1941 | 2024-08-07T07:37:31.878Z | Checking nibble_vec v0.1.0 |
1942 | 2024-08-07T07:37:31.899Z | Checking endian-type v0.1.2 |
1943 | 2024-08-07T07:37:32.086Z | Checking gethostname v0.5.0 |
1944 | 2024-08-07T07:37:32.107Z | Checking radix_trie v0.2.1 |
1945 | 2024-08-07T07:37:32.127Z | Checking fxhash v0.2.1 |
1946 | 2024-08-07T07:37:32.222Z | Compiling libefi-sys v0.1.0 |
1947 | 2024-08-07T07:37:32.318Z | Compiling bitfield-struct v0.6.1 |
1948 | 2024-08-07T07:37:32.515Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1949 | 2024-08-07T07:37:32.957Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1950 | 2024-08-07T07:37:33.031Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1951 | 2024-08-07T07:37:33.159Z | Checking keccak v0.1.5 |
1952 | 2024-08-07T07:37:33.469Z | Checking sha3 v0.10.8 |
1953 | 2024-08-07T07:37:33.527Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1954 | 2024-08-07T07:37:33.782Z | Checking secrecy v0.8.0 |
1955 | 2024-08-07T07:37:33.785Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1956 | 2024-08-07T07:37:33.877Z | Checking glob v0.3.1 |
1957 | 2024-08-07T07:37:33.999Z | Checking maplit v1.0.2 |
1958 | 2024-08-07T07:37:34.113Z | Compiling radium v0.7.0 |
1959 | 2024-08-07T07:37:34.206Z | Compiling maybe-uninit v2.0.0 |
1960 | 2024-08-07T07:37:34.496Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1961 | 2024-08-07T07:37:34.617Z | Checking tap v1.0.1 |
1962 | 2024-08-07T07:37:34.775Z | Checking wyz v0.5.1 |
1963 | 2024-08-07T07:37:34.811Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1964 | 2024-08-07T07:37:34.828Z | Checking crc-catalog v2.4.0 |
1965 | 2024-08-07T07:37:34.964Z | Compiling omicron-zone-package v0.11.0 |
1966 | 2024-08-07T07:37:34.983Z | Compiling num-bigint-dig v0.8.4 |
1967 | 2024-08-07T07:37:35.149Z | Checking funty v2.0.0 |
1968 | 2024-08-07T07:37:35.171Z | Compiling packed_struct v0.10.1 |
1969 | 2024-08-07T07:37:35.338Z | Checking crc v3.2.1 |
1970 | 2024-08-07T07:37:35.689Z | Checking universal-hash v0.5.1 |
1971 | 2024-08-07T07:37:35.710Z | Compiling curve25519-dalek v4.1.3 |
1972 | 2024-08-07T07:37:35.767Z | Compiling packed_struct_codegen v0.10.1 |
1973 | 2024-08-07T07:37:35.871Z | Compiling indexmap v1.9.3 |
1974 | 2024-08-07T07:37:36.065Z | Checking nodrop v0.1.14 |
1975 | 2024-08-07T07:37:36.093Z | Checking bitvec v1.0.1 |
1976 | 2024-08-07T07:37:36.187Z | Checking opaque-debug v0.3.1 |
1977 | 2024-08-07T07:37:36.238Z | Checking array-init v0.0.4 |
1978 | 2024-08-07T07:37:36.418Z | Checking smallvec v0.6.14 |
1979 | 2024-08-07T07:37:36.872Z | Checking pkcs1 v0.7.5 |
1980 | 2024-08-07T07:37:37.274Z | Compiling curve25519-dalek-derive v0.1.1 |
1981 | 2024-08-07T07:37:37.290Z | Checking bitfield v0.14.0 |
1982 | 2024-08-07T07:37:37.581Z | Checking hashbrown v0.12.3 |
1983 | 2024-08-07T07:37:38.008Z | Checking serde-hex v0.1.0 |
1984 | 2024-08-07T07:37:38.662Z | Checking bzip2 v0.4.4 |
1985 | 2024-08-07T07:37:38.743Z | Checking rsa v0.9.6 |
1986 | 2024-08-07T07:37:38.957Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1987 | 2024-08-07T07:37:39.222Z | Checking env_logger v0.10.2 |
1988 | 2024-08-07T07:37:39.263Z | Checking x509-cert v0.2.5 |
1989 | 2024-08-07T07:37:39.641Z | Checking ron v0.8.1 |
1990 | 2024-08-07T07:37:39.734Z | Checking hashbrown v0.13.2 |
1991 | 2024-08-07T07:37:40.666Z | Compiling async-recursion v1.1.1 |
1992 | 2024-08-07T07:37:40.815Z | Checking crc-any v2.5.0 |
1993 | 2024-08-07T07:37:40.915Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1994 | 2024-08-07T07:37:40.963Z | Checking object v0.30.4 |
1995 | 2024-08-07T07:37:41.183Z | Checking zip v0.6.6 |
1996 | 2024-08-07T07:37:41.204Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1997 | 2024-08-07T07:37:41.366Z | Checking aead v0.5.2 |
1998 | 2024-08-07T07:37:41.580Z | Compiling parking_lot_core v0.8.6 |
1999 | 2024-08-07T07:37:41.921Z | Checking path-slash v0.1.5 |
2000 | 2024-08-07T07:37:41.992Z | Checking poly1305 v0.8.0 |
2001 | 2024-08-07T07:37:42.014Z | Checking chacha20 v0.9.1 |
2002 | 2024-08-07T07:37:42.054Z | Compiling thiserror-impl-no-std v2.0.2 |
2003 | 2024-08-07T07:37:42.339Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2004 | 2024-08-07T07:37:42.381Z | Checking trust-dns-client v0.22.0 |
2005 | 2024-08-07T07:37:42.471Z | Checking chacha20poly1305 v0.10.1 |
2006 | 2024-08-07T07:37:42.492Z | Checking parking_lot v0.11.2 |
2007 | 2024-08-07T07:37:42.651Z | Checking toml v0.5.11 |
2008 | 2024-08-07T07:37:42.704Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2009 | 2024-08-07T07:37:42.777Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2010 | 2024-08-07T07:37:42.808Z | Checking sled v0.34.7 |
2011 | 2024-08-07T07:37:43.069Z | Compiling buf-list v1.0.3 |
2012 | 2024-08-07T07:37:43.549Z | Compiling unicase v2.7.0 |
2013 | 2024-08-07T07:37:43.965Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2014 | 2024-08-07T07:37:44.155Z | Checking trust-dns-server v0.22.1 |
2015 | 2024-08-07T07:37:44.177Z | Checking nanorand v0.7.0 |
2016 | 2024-08-07T07:37:44.196Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2017 | 2024-08-07T07:37:44.244Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2018 | 2024-08-07T07:37:44.535Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2019 | 2024-08-07T07:37:45.256Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2020 | 2024-08-07T07:37:46.533Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2021 | 2024-08-07T07:37:46.812Z | Checking thiserror-no-std v2.0.2 |
2022 | 2024-08-07T07:37:46.939Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2023 | 2024-08-07T07:37:46.957Z | Checking vsss-rs v3.3.4 |
2024 | 2024-08-07T07:37:48.108Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2025 | 2024-08-07T07:37:48.731Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2026 | 2024-08-07T07:37:49.025Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2027 | 2024-08-07T07:37:50.229Z | Checking flume v0.11.0 |
2028 | 2024-08-07T07:37:50.585Z | Checking kstat-rs v0.2.4 |
2029 | 2024-08-07T07:37:50.721Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2030 | 2024-08-07T07:37:51.025Z | Compiling vte_generate_state_changes v0.1.1 |
2031 | 2024-08-07T07:37:51.286Z | Compiling mime_guess v2.0.4 |
2032 | 2024-08-07T07:37:51.709Z | Checking vte v0.11.1 |
2033 | 2024-08-07T07:37:51.800Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2034 | 2024-08-07T07:37:52.659Z | Checking fd-lock v4.0.2 |
2035 | 2024-08-07T07:37:52.852Z | Compiling pin-project-internal v1.1.5 |
2036 | 2024-08-07T07:37:53.201Z | Checking strip-ansi-escapes v0.2.0 |
2037 | 2024-08-07T07:37:53.385Z | Checking nu-ansi-term v0.50.0 |
2038 | 2024-08-07T07:37:53.779Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2039 | 2024-08-07T07:37:53.800Z | Checking reedline v0.31.0 |
2040 | 2024-08-07T07:37:54.308Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2041 | 2024-08-07T07:37:54.578Z | Compiling crunchy v0.2.2 |
2042 | 2024-08-07T07:37:55.141Z | Checking http-range v0.1.5 |
2043 | 2024-08-07T07:37:55.326Z | Checking hyper-staticfile v0.9.5 |
2044 | 2024-08-07T07:37:55.787Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2045 | 2024-08-07T07:37:56.002Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2046 | 2024-08-07T07:37:56.113Z | Compiling clang-sys v1.7.0 |
2047 | 2024-08-07T07:37:56.130Z | Checking pin-project v1.1.5 |
2048 | 2024-08-07T07:37:56.577Z | Compiling tiny-keccak v2.0.2 |
2049 | 2024-08-07T07:37:56.781Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2050 | 2024-08-07T07:37:56.847Z | Compiling ref-cast v1.0.23 |
2051 | 2024-08-07T07:37:56.914Z | Checking bytecount v0.6.8 |
2052 | 2024-08-07T07:37:57.070Z | Checking papergrid v0.11.0 |
2053 | 2024-08-07T07:37:57.450Z | Compiling ascii-canvas v3.0.0 |
2054 | 2024-08-07T07:37:57.679Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2055 | 2024-08-07T07:37:57.986Z | Compiling tabled_derive v0.7.0 |
2056 | 2024-08-07T07:37:58.005Z | Compiling ena v0.14.3 |
2057 | 2024-08-07T07:37:58.373Z | Compiling ref-cast-impl v1.0.23 |
2058 | 2024-08-07T07:37:58.575Z | Compiling libloading v0.8.3 |
2059 | 2024-08-07T07:37:58.997Z | Compiling cfg_aliases v0.1.1 |
2060 | 2024-08-07T07:37:59.112Z | Compiling bindgen v0.69.4 |
2061 | 2024-08-07T07:37:59.593Z | Compiling regex-syntax v0.6.29 |
2062 | 2024-08-07T07:37:59.940Z | Compiling diff v0.1.13 |
2063 | 2024-08-07T07:38:00.155Z | Compiling nix v0.28.0 |
2064 | 2024-08-07T07:38:00.551Z | Checking tabled v0.15.0 |
2065 | 2024-08-07T07:38:01.009Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2066 | 2024-08-07T07:38:01.114Z | Compiling which v4.4.2 |
2067 | 2024-08-07T07:38:01.851Z | Checking signal-hook-tokio v0.3.1 |
2068 | 2024-08-07T07:38:02.033Z | Compiling cexpr v0.6.0 |
2069 | 2024-08-07T07:38:03.588Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2070 | 2024-08-07T07:38:03.862Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2071 | 2024-08-07T07:38:05.312Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2072 | 2024-08-07T07:38:06.326Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2073 | 2024-08-07T07:38:06.950Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2074 | 2024-08-07T07:38:07.763Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2075 | 2024-08-07T07:38:08.975Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2076 | 2024-08-07T07:38:09.545Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2077 | 2024-08-07T07:38:09.968Z | Compiling lalrpop v0.19.12 |
2078 | 2024-08-07T07:38:10.111Z | Compiling snafu-derive v0.8.2 |
2079 | 2024-08-07T07:38:10.792Z | Compiling shlex v1.3.0 |
2080 | 2024-08-07T07:38:11.237Z | Compiling lazycell v1.3.0 |
2081 | 2024-08-07T07:38:11.423Z | Compiling rustc-hash v1.1.0 |
2082 | 2024-08-07T07:38:12.342Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2083 | 2024-08-07T07:38:12.993Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2084 | 2024-08-07T07:38:13.317Z | Compiling derive_builder_core v0.20.0 |
2085 | 2024-08-07T07:38:13.652Z | Checking globset v0.4.14 |
2086 | 2024-08-07T07:38:14.148Z | Checking olpc-cjson v0.1.3 |
2087 | 2024-08-07T07:38:14.378Z | Checking serde_plain v1.0.2 |
2088 | 2024-08-07T07:38:14.623Z | Compiling libxml v0.3.3 |
2089 | 2024-08-07T07:38:15.009Z | Compiling memoffset v0.9.1 |
2090 | 2024-08-07T07:38:15.329Z | Checking typed-path v0.7.1 |
2091 | 2024-08-07T07:38:15.807Z | Compiling derive_builder_macro v0.20.0 |
2092 | 2024-08-07T07:38:15.828Z | Checking snafu v0.8.2 |
2093 | 2024-08-07T07:38:16.300Z | Compiling peg-macros v0.8.4 |
2094 | 2024-08-07T07:38:16.718Z | Compiling strum_macros v0.24.3 |
2095 | 2024-08-07T07:38:17.322Z | Checking tough v0.17.1 |
2096 | 2024-08-07T07:38:18.676Z | Compiling sqlparser_derive v0.2.2 |
2097 | 2024-08-07T07:38:19.224Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2098 | 2024-08-07T07:38:19.798Z | Compiling cookie v0.18.1 |
2099 | 2024-08-07T07:38:20.077Z | Checking unicode_categories v0.1.1 |
2100 | 2024-08-07T07:38:20.105Z | Compiling indoc v1.0.9 |
2101 | 2024-08-07T07:38:20.416Z | Checking parse-size v1.0.0 |
2102 | 2024-08-07T07:38:20.512Z | Checking rustyline v14.0.0 |
2103 | 2024-08-07T07:38:20.589Z | Checking sqlformat v0.2.4 |
2104 | 2024-08-07T07:38:21.210Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2105 | 2024-08-07T07:38:21.214Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2106 | 2024-08-07T07:38:22.110Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2107 | 2024-08-07T07:38:22.146Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2108 | 2024-08-07T07:38:22.232Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2109 | 2024-08-07T07:38:23.883Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2110 | 2024-08-07T07:38:23.959Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2111 | 2024-08-07T07:38:24.028Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2112 | 2024-08-07T07:38:24.369Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2113 | 2024-08-07T07:38:25.464Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2114 | 2024-08-07T07:38:25.942Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2115 | 2024-08-07T07:38:26.295Z | Checking peg v0.8.4 |
2116 | 2024-08-07T07:38:26.403Z | Checking sqlparser v0.45.0 |
2117 | 2024-08-07T07:38:26.423Z | Checking derive_builder v0.20.0 |
2118 | 2024-08-07T07:38:27.551Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2119 | 2024-08-07T07:38:27.967Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2120 | 2024-08-07T07:38:28.547Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2121 | 2024-08-07T07:38:28.567Z | Checking bcs v0.1.6 |
2122 | 2024-08-07T07:38:28.873Z | Checking quick-xml v0.31.0 |
2123 | 2024-08-07T07:38:29.046Z | Compiling oso-derive v0.27.3 |
2124 | 2024-08-07T07:38:30.114Z | Compiling impl-trait-for-tuples v0.2.2 |
2125 | 2024-08-07T07:38:30.153Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2126 | 2024-08-07T07:38:30.484Z | Checking highway v1.2.0 |
2127 | 2024-08-07T07:38:30.952Z | Checking nix v0.27.1 |
2128 | 2024-08-07T07:38:30.970Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2129 | 2024-08-07T07:38:32.782Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2130 | 2024-08-07T07:38:33.511Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2131 | 2024-08-07T07:38:33.788Z | Checking serde-big-array v0.5.1 |
2132 | 2024-08-07T07:38:34.023Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2133 | 2024-08-07T07:38:34.691Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2134 | 2024-08-07T07:38:35.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2135 | 2024-08-07T07:38:35.546Z | Checking bb8 v0.8.5 |
2136 | 2024-08-07T07:38:35.841Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2137 | 2024-08-07T07:38:36.049Z | Compiling const_format_proc_macros v0.2.32 |
2138 | 2024-08-07T07:38:36.683Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2139 | 2024-08-07T07:38:37.693Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2140 | 2024-08-07T07:38:38.261Z | Checking const_format v0.2.32 |
2141 | 2024-08-07T07:38:38.418Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2142 | 2024-08-07T07:38:38.690Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2143 | 2024-08-07T07:38:38.785Z | Checking heck v0.4.1 |
2144 | 2024-08-07T07:38:39.002Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2145 | 2024-08-07T07:38:39.435Z | Checking assert_matches v1.5.0 |
2146 | 2024-08-07T07:38:39.452Z | Compiling portable-atomic v1.6.0 |
2147 | 2024-08-07T07:38:39.532Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2148 | 2024-08-07T07:38:39.658Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2149 | 2024-08-07T07:38:39.717Z | Checking rand_seeder v0.3.0 |
2150 | 2024-08-07T07:38:39.956Z | Checking number_prefix v0.4.0 |
2151 | 2024-08-07T07:38:40.161Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2152 | 2024-08-07T07:38:40.390Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2153 | 2024-08-07T07:38:40.533Z | Checking is_ci v1.2.0 |
2154 | 2024-08-07T07:38:40.676Z | Checking supports-color v3.0.0 |
2155 | 2024-08-07T07:38:40.880Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2156 | 2024-08-07T07:38:41.207Z | Checking castaway v0.2.2 |
2157 | 2024-08-07T07:38:41.379Z | Checking compact_str v0.7.1 |
2158 | 2024-08-07T07:38:41.603Z | Checking indicatif v0.17.8 |
2159 | 2024-08-07T07:38:41.846Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2160 | 2024-08-07T07:38:42.130Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2161 | 2024-08-07T07:38:42.169Z | Checking unicode-truncate v1.0.0 |
2162 | 2024-08-07T07:38:42.378Z | Checking lru v0.12.3 |
2163 | 2024-08-07T07:38:42.410Z | Compiling stability v0.2.0 |
2164 | 2024-08-07T07:38:42.436Z | Checking cassowary v0.3.0 |
2165 | 2024-08-07T07:38:42.762Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2166 | 2024-08-07T07:38:42.848Z | Checking unicode-linebreak v0.1.5 |
2167 | 2024-08-07T07:38:43.024Z | Checking smawk v0.3.2 |
2168 | 2024-08-07T07:38:43.237Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2169 | 2024-08-07T07:38:43.258Z | Checking textwrap v0.16.1 |
2170 | 2024-08-07T07:38:43.415Z | Checking ratatui v0.27.0 |
2171 | 2024-08-07T07:38:43.570Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2172 | 2024-08-07T07:38:43.656Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2173 | 2024-08-07T07:38:43.950Z | Checking fatfs v0.3.6 |
2174 | 2024-08-07T07:38:44.979Z | Checking csv-core v0.1.11 |
2175 | 2024-08-07T07:38:45.335Z | Checking shell-words v1.1.0 |
2176 | 2024-08-07T07:38:45.421Z | Checking csv v1.3.0 |
2177 | 2024-08-07T07:38:45.476Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2178 | 2024-08-07T07:38:46.228Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2179 | 2024-08-07T07:38:46.380Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2180 | 2024-08-07T07:38:46.794Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2181 | 2024-08-07T07:38:47.983Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2182 | 2024-08-07T07:38:48.089Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2183 | 2024-08-07T07:38:49.135Z | Checking cargo-platform v0.1.8 |
2184 | 2024-08-07T07:38:49.432Z | Checking rtoolbox v0.0.2 |
2185 | 2024-08-07T07:38:49.641Z | Compiling getrandom v0.1.16 |
2186 | 2024-08-07T07:38:49.812Z | Checking rpassword v7.3.1 |
2187 | 2024-08-07T07:38:49.969Z | Checking cargo_metadata v0.18.1 |
2188 | 2024-08-07T07:38:50.435Z | Checking tui-tree-widget v0.21.0 |
2189 | 2024-08-07T07:38:50.798Z | Checking plotters-backend v0.3.5 |
2190 | 2024-08-07T07:38:51.152Z | Checking plotters-svg v0.3.5 |
2191 | 2024-08-07T07:38:51.658Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2192 | 2024-08-07T07:38:51.678Z | Checking rfc6979 v0.4.0 |
2193 | 2024-08-07T07:38:51.994Z | Checking yansi v0.5.1 |
2194 | 2024-08-07T07:38:52.804Z | Checking cast v0.3.0 |
2195 | 2024-08-07T07:38:53.057Z | Checking pretty_assertions v1.4.0 |
2196 | 2024-08-07T07:38:53.093Z | Checking criterion-plot v0.5.0 |
2197 | 2024-08-07T07:38:53.243Z | Checking ecdsa v0.16.9 |
2198 | 2024-08-07T07:38:53.354Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2199 | 2024-08-07T07:38:53.594Z | Checking rand_core v0.5.1 |
2200 | 2024-08-07T07:38:53.914Z | Checking plotters v0.3.5 |
2201 | 2024-08-07T07:38:54.001Z | Checking primeorder v0.13.6 |
2202 | 2024-08-07T07:38:54.497Z | Checking tinytemplate v1.2.1 |
2203 | 2024-08-07T07:38:54.914Z | Checking oorandom v11.1.3 |
2204 | 2024-08-07T07:38:55.070Z | Checking option-ext v0.2.0 |
2205 | 2024-08-07T07:38:55.204Z | Checking anes v0.1.6 |
2206 | 2024-08-07T07:38:55.596Z | Checking dirs-sys v0.4.1 |
2207 | 2024-08-07T07:38:55.708Z | Checking criterion v0.5.1 |
2208 | 2024-08-07T07:38:55.779Z | Checking rand_chacha v0.2.2 |
2209 | 2024-08-07T07:38:56.118Z | Checking polyval v0.6.2 |
2210 | 2024-08-07T07:38:56.385Z | Checking ed25519 v2.2.3 |
2211 | 2024-08-07T07:38:56.639Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2212 | 2024-08-07T07:38:58.083Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2213 | 2024-08-07T07:38:58.233Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2214 | 2024-08-07T07:38:58.653Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2215 | 2024-08-07T07:38:59.046Z | Checking aes v0.8.4 |
2216 | 2024-08-07T07:38:59.314Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2217 | 2024-08-07T07:38:59.996Z | Checking blowfish v0.9.1 |
2218 | 2024-08-07T07:39:00.252Z | Checking ctr v0.9.2 |
2219 | 2024-08-07T07:39:00.499Z | Checking password-hash v0.4.2 |
2220 | 2024-08-07T07:39:00.519Z | Checking pbkdf2 v0.12.2 |
2221 | 2024-08-07T07:39:00.693Z | Checking hex-literal v0.4.1 |
2222 | 2024-08-07T07:39:00.835Z | Checking bcrypt-pbkdf v0.10.0 |
2223 | 2024-08-07T07:39:00.926Z | Checking pbkdf2 v0.11.0 |
2224 | 2024-08-07T07:39:01.106Z | Checking ed25519-dalek v2.1.1 |
2225 | 2024-08-07T07:39:01.208Z | Checking ghash v0.5.1 |
2226 | 2024-08-07T07:39:01.258Z | Checking rand v0.7.3 |
2227 | 2024-08-07T07:39:01.376Z | Checking dirs v5.0.1 |
2228 | 2024-08-07T07:39:01.448Z | Checking p521 v0.13.3 |
2229 | 2024-08-07T07:39:01.512Z | Checking p256 v0.13.2 |
2230 | 2024-08-07T07:39:02.031Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2231 | 2024-08-07T07:39:02.755Z | Checking cbc v0.1.2 |
2232 | 2024-08-07T07:39:02.915Z | Checking russh-cryptovec v0.7.2 |
2233 | 2024-08-07T07:39:02.935Z | Compiling target-lexicon v0.12.16 |
2234 | 2024-08-07T07:39:02.970Z | Checking md5 v0.7.0 |
2235 | 2024-08-07T07:39:03.127Z | Compiling doc-comment v0.3.3 |
2236 | 2024-08-07T07:39:03.267Z | Checking russh-keys v0.43.0 |
2237 | 2024-08-07T07:39:03.921Z | Checking aes-gcm v0.10.3 |
2238 | 2024-08-07T07:39:04.091Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2239 | 2024-08-07T07:39:04.167Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2240 | 2024-08-07T07:39:04.495Z | Checking http-body v1.0.0 |
2241 | 2024-08-07T07:39:04.715Z | Compiling assert_cmd v2.0.15 |
2242 | 2024-08-07T07:39:04.991Z | Checking tower-layer v0.3.2 |
2243 | 2024-08-07T07:39:05.175Z | Compiling dhcproto-macros v0.1.0 |
2244 | 2024-08-07T07:39:05.267Z | Compiling guppy-workspace-hack v0.1.0 |
2245 | 2024-08-07T07:39:05.619Z | Checking tower v0.4.13 |
2246 | 2024-08-07T07:39:05.862Z | Checking hyper v1.3.1 |
2247 | 2024-08-07T07:39:06.207Z | Checking dhcproto v0.12.0 |
2248 | 2024-08-07T07:39:06.362Z | Checking russh v0.43.0 |
2249 | 2024-08-07T07:39:07.809Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2250 | 2024-08-07T07:39:07.878Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2251 | 2024-08-07T07:39:08.586Z | Compiling target-spec v3.2.1 |
2252 | 2024-08-07T07:39:08.638Z | Checking internet-checksum v0.2.1 |
2253 | 2024-08-07T07:39:10.338Z | Checking cfg-expr v0.16.0 |
2254 | 2024-08-07T07:39:10.477Z | Checking hyper-util v0.1.3 |
2255 | 2024-08-07T07:39:10.945Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2256 | 2024-08-07T07:39:11.191Z | Checking rustls-native-certs v0.7.0 |
2257 | 2024-08-07T07:39:11.351Z | Checking httptest v0.15.5 |
2258 | 2024-08-07T07:39:12.123Z | Checking hyper-rustls v0.26.0 |
2259 | 2024-08-07T07:39:12.860Z | Checking pathdiff v0.2.1 |
2260 | 2024-08-07T07:39:13.027Z | Checking threadpool v1.8.1 |
2261 | 2024-08-07T07:39:13.242Z | Compiling rstest_macros v0.19.0 |
2262 | 2024-08-07T07:39:13.809Z | Checking escape8259 v0.5.2 |
2263 | 2024-08-07T07:39:14.013Z | Checking nested v0.1.1 |
2264 | 2024-08-07T07:39:14.164Z | Checking libtest-mimic v0.7.3 |
2265 | 2024-08-07T07:39:14.236Z | Checking guppy v0.17.7 |
2266 | 2024-08-07T07:39:14.739Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2267 | 2024-08-07T07:39:15.058Z | Checking similar-asserts v1.5.0 |
2268 | 2024-08-07T07:39:15.288Z | Checking fancy-regex v0.13.0 |
2269 | 2024-08-07T07:39:15.627Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2270 | 2024-08-07T07:39:16.090Z | Compiling trybuild v1.0.99 |
2271 | 2024-08-07T07:39:16.414Z | Compiling relative-path v1.9.3 |
2272 | 2024-08-07T07:39:16.637Z | Checking datatest-stable v0.2.9 |
2273 | 2024-08-07T07:39:16.959Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2274 | 2024-08-07T07:39:18.382Z | Checking blake2b_simd v1.0.2 |
2275 | 2024-08-07T07:39:18.711Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2276 | 2024-08-07T07:39:19.228Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2277 | 2024-08-07T07:39:19.370Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2278 | 2024-08-07T07:39:19.552Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2279 | 2024-08-07T07:39:19.686Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2280 | 2024-08-07T07:39:19.873Z | Checking serde_tokenstream v0.2.1 |
2281 | 2024-08-07T07:39:20.004Z | Checking uzers v0.11.3 |
2282 | 2024-08-07T07:39:20.263Z | Checking indent_write v2.2.0 |
2283 | 2024-08-07T07:39:20.339Z | Checking futures-timer v3.0.3 |
2284 | 2024-08-07T07:39:20.610Z | Checking rust-argon2 v2.1.0 |
2285 | 2024-08-07T07:39:21.037Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2286 | 2024-08-07T07:39:26.424Z | Checking rstest v0.19.0 |
2287 | 2024-08-07T07:39:26.656Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2288 | 2024-08-07T07:39:26.982Z | Checking multimap v0.10.0 |
2289 | 2024-08-07T07:39:27.305Z | Checking rand_distr v0.4.3 |
2290 | 2024-08-07T07:39:27.829Z | Checking approx v0.5.1 |
2291 | 2024-08-07T07:39:28.090Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2292 | 2024-08-07T07:39:29.231Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2293 | 2024-08-07T07:39:29.533Z | Checking partial-io v0.5.4 |
2294 | 2024-08-07T07:39:29.914Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2295 | 2024-08-07T07:39:30.206Z | Checking cargo_toml v0.20.4 |
2296 | 2024-08-07T07:39:31.270Z | Checking termios v0.3.3 |
2297 | 2024-08-07T07:39:31.485Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2298 | 2024-08-07T07:39:31.871Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2299 | 2024-08-07T07:39:32.265Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2300 | 2024-08-07T07:39:33.466Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2301 | 2024-08-07T07:39:46.515Z | Compiling samael v0.0.15 |
2302 | 2024-08-07T07:39:48.849Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2303 | 2024-08-07T07:40:05.178Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2304 | 2024-08-07T07:40:24.823Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2305 | 2024-08-07T07:40:24.976Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2306 | 2024-08-07T07:40:26.323Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2307 | 2024-08-07T07:40:33.871Z | Compiling polar-core v0.27.3 |
2308 | 2024-08-07T07:40:44.081Z | Checking oso v0.27.3 |
2309 | 2024-08-07T07:41:16.853Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2310 | 2024-08-07T07:41:16.853Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2311 | 2024-08-07T07:41:16.856Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2312 | 2024-08-07T07:42:38.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s |
2313 | 2024-08-07T07:42:38.803Z | |
2314 | 2024-08-07T07:42:38.803Z | real 6:22.092461082 |
2315 | 2024-08-07T07:42:38.803Z | user 33:24.445735476 |
2316 | 2024-08-07T07:42:38.804Z | sys 5:38.436388288 |
2317 | 2024-08-07T07:42:38.804Z | trap 0.819887311 |
2318 | 2024-08-07T07:42:38.804Z | tflt 1.613733902 |
2319 | 2024-08-07T07:42:38.806Z | dflt 0.386587832 |
2320 | 2024-08-07T07:42:38.806Z | kflt 0.000959330 |
2321 | 2024-08-07T07:42:38.806Z | lock 53:13.117657812 |
2322 | 2024-08-07T07:42:38.806Z | slp 1:56:06.172380631 |
2323 | 2024-08-07T07:42:38.806Z | lat 1:31.201348436 |
2324 | 2024-08-07T07:42:38.806Z | stop 5:22.631523108 |
2325 | 2024-08-07T07:42:38.806Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2326 | 2024-08-07T07:42:38.806Z | + ptime -m cargo doc --workspace --no-deps |
2327 | 2024-08-07T07:42:39.935Z | warning: output filename collision. |
2328 | 2024-08-07T07:42:39.935Z | 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)`. |
2329 | 2024-08-07T07:42:39.935Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2330 | 2024-08-07T07:42:39.935Z | The targets should have unique names. |
2331 | 2024-08-07T07:42:39.935Z | This is a known bug where multiple crates with the same name use |
2332 | 2024-08-07T07:42:39.935Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2333 | 2024-08-07T07:42:40.275Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2334 | 2024-08-07T07:42:40.333Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2335 | 2024-08-07T07:42:40.349Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2336 | 2024-08-07T07:42:40.384Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2337 | 2024-08-07T07:42:40.407Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2338 | 2024-08-07T07:42:40.433Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2339 | 2024-08-07T07:42:40.433Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2340 | 2024-08-07T07:42:40.644Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2341 | 2024-08-07T07:42:40.662Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2342 | 2024-08-07T07:42:40.686Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2343 | 2024-08-07T07:42:40.689Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2344 | 2024-08-07T07:42:40.723Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2345 | 2024-08-07T07:42:40.899Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2346 | 2024-08-07T07:42:40.951Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2347 | 2024-08-07T07:42:40.970Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2348 | 2024-08-07T07:42:41.163Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2349 | 2024-08-07T07:42:41.421Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2350 | 2024-08-07T07:42:42.334Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2351 | 2024-08-07T07:42:45.331Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2352 | 2024-08-07T07:42:45.410Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2353 | 2024-08-07T07:42:45.650Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2354 | 2024-08-07T07:42:45.980Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2355 | 2024-08-07T07:42:46.076Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2356 | 2024-08-07T07:42:46.316Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2357 | 2024-08-07T07:42:46.426Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2358 | 2024-08-07T07:42:46.804Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2359 | 2024-08-07T07:42:46.954Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2360 | 2024-08-07T07:42:47.155Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2361 | 2024-08-07T07:42:47.457Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2362 | 2024-08-07T07:42:47.475Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2363 | 2024-08-07T07:42:47.747Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2364 | 2024-08-07T07:42:48.105Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2365 | 2024-08-07T07:42:48.127Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2366 | 2024-08-07T07:42:48.426Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2367 | 2024-08-07T07:42:48.695Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2368 | 2024-08-07T07:42:48.879Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2369 | 2024-08-07T07:42:48.979Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2370 | 2024-08-07T07:42:49.025Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2371 | 2024-08-07T07:42:49.267Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2372 | 2024-08-07T07:42:49.536Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2373 | 2024-08-07T07:42:49.596Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2374 | 2024-08-07T07:42:50.504Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2375 | 2024-08-07T07:42:53.416Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2024-08-07T07:42:53.688Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2377 | 2024-08-07T07:42:54.074Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2378 | 2024-08-07T07:42:55.398Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2379 | 2024-08-07T07:42:55.751Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2380 | 2024-08-07T07:42:56.121Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2381 | 2024-08-07T07:42:59.976Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2382 | 2024-08-07T07:43:00.824Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2383 | 2024-08-07T07:43:02.136Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2384 | 2024-08-07T07:43:02.663Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2385 | 2024-08-07T07:43:03.069Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2386 | 2024-08-07T07:43:03.919Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2387 | 2024-08-07T07:43:04.534Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2388 | 2024-08-07T07:43:04.563Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2389 | 2024-08-07T07:43:06.569Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2390 | 2024-08-07T07:43:07.867Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2391 | 2024-08-07T07:43:08.002Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2024-08-07T07:43:08.324Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2393 | 2024-08-07T07:43:08.603Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2394 | 2024-08-07T07:43:08.715Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2395 | 2024-08-07T07:43:09.040Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2396 | 2024-08-07T07:43:09.704Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2397 | 2024-08-07T07:43:10.352Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2398 | 2024-08-07T07:43:11.348Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2399 | 2024-08-07T07:43:12.107Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2400 | 2024-08-07T07:43:12.217Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2401 | 2024-08-07T07:43:12.358Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2402 | 2024-08-07T07:43:12.489Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2403 | 2024-08-07T07:43:12.714Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2404 | 2024-08-07T07:43:12.939Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2405 | 2024-08-07T07:43:13.676Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-08-07T07:43:14.353Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2407 | 2024-08-07T07:43:14.469Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2408 | 2024-08-07T07:43:14.882Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2409 | 2024-08-07T07:43:14.997Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2410 | 2024-08-07T07:43:15.283Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2411 | 2024-08-07T07:43:15.472Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2412 | 2024-08-07T07:43:15.992Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2413 | 2024-08-07T07:43:16.058Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2414 | 2024-08-07T07:43:16.498Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2415 | 2024-08-07T07:43:16.818Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2416 | 2024-08-07T07:43:17.251Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2417 | 2024-08-07T07:43:17.415Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2418 | 2024-08-07T07:43:17.533Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2419 | 2024-08-07T07:43:17.876Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2420 | 2024-08-07T07:43:18.360Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2421 | 2024-08-07T07:43:18.741Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2422 | 2024-08-07T07:43:18.893Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2423 | 2024-08-07T07:43:18.973Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2424 | 2024-08-07T07:43:22.280Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2425 | 2024-08-07T07:43:23.118Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2426 | 2024-08-07T07:43:24.301Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2427 | 2024-08-07T07:43:37.856Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2428 | 2024-08-07T07:43:38.111Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2429 | 2024-08-07T07:43:39.880Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2430 | 2024-08-07T07:43:41.017Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2431 | 2024-08-07T07:43:41.207Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2432 | 2024-08-07T07:44:11.802Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2433 | 2024-08-07T07:44:13.927Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2434 | 2024-08-07T07:44:15.645Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2435 | 2024-08-07T07:44:24.250Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2436 | 2024-08-07T07:44:39.337Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2437 | 2024-08-07T07:44:43.676Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2438 | 2024-08-07T07:44:45.561Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2439 | 2024-08-07T07:44:48.232Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2440 | 2024-08-07T07:44:50.427Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2441 | 2024-08-07T07:44:50.779Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2442 | 2024-08-07T07:44:51.163Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2443 | 2024-08-07T07:44:51.540Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2444 | 2024-08-07T07:44:53.506Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2445 | 2024-08-07T07:45:05.327Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2446 | 2024-08-07T07:45:13.096Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2447 | 2024-08-07T07:45:16.715Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2448 | 2024-08-07T07:45:33.292Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2449 | 2024-08-07T07:45:33.569Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2450 | 2024-08-07T07:45:33.900Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2451 | 2024-08-07T07:45:38.464Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2452 | 2024-08-07T07:45:49.414Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2453 | 2024-08-07T07:45:50.354Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2454 | 2024-08-07T07:45:58.559Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2455 | 2024-08-07T07:45:59.638Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2456 | 2024-08-07T07:46:00.062Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2457 | 2024-08-07T07:46:00.915Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2458 | 2024-08-07T07:46:06.332Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2459 | 2024-08-07T07:46:08.198Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2460 | 2024-08-07T07:46:14.061Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2461 | 2024-08-07T07:46:25.601Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2462 | 2024-08-07T07:46:26.861Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2463 | 2024-08-07T07:46:29.603Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2464 | 2024-08-07T07:46:30.137Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2465 | 2024-08-07T07:46:33.012Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2466 | 2024-08-07T07:46:33.063Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2467 | 2024-08-07T07:46:44.153Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2468 | 2024-08-07T07:46:45.982Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2469 | 2024-08-07T07:46:46.199Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2470 | 2024-08-07T07:46:50.414Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2471 | 2024-08-07T07:46:50.983Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2472 | 2024-08-07T07:46:51.853Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2473 | 2024-08-07T07:47:03.028Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2474 | 2024-08-07T07:47:08.180Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2475 | 2024-08-07T07:47:08.548Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2476 | 2024-08-07T07:47:09.763Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2477 | 2024-08-07T07:47:10.035Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2478 | 2024-08-07T07:47:16.993Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2479 | 2024-08-07T07:47:19.520Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2480 | 2024-08-07T07:47:22.899Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2481 | 2024-08-07T07:47:25.309Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2482 | 2024-08-07T07:47:27.600Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2483 | 2024-08-07T07:47:29.060Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2484 | 2024-08-07T07:47:30.308Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2485 | 2024-08-07T07:47:32.539Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2486 | 2024-08-07T07:47:32.569Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2487 | 2024-08-07T07:47:41.791Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2488 | 2024-08-07T07:47:42.381Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2489 | 2024-08-07T07:47:42.681Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2490 | 2024-08-07T07:47:42.964Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2491 | 2024-08-07T07:47:45.648Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2492 | 2024-08-07T07:47:55.306Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2493 | 2024-08-07T07:47:57.267Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2494 | 2024-08-07T07:48:01.741Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2495 | 2024-08-07T07:48:01.998Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2496 | 2024-08-07T07:48:02.220Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2497 | 2024-08-07T07:48:04.142Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2498 | 2024-08-07T07:48:08.018Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2499 | 2024-08-07T07:48:08.767Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2500 | 2024-08-07T07:48:14.212Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2501 | 2024-08-07T07:48:14.407Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2502 | 2024-08-07T07:48:15.101Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2503 | 2024-08-07T07:48:17.424Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2504 | 2024-08-07T07:48:20.838Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2505 | 2024-08-07T07:48:21.983Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2506 | 2024-08-07T07:48:22.962Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2507 | 2024-08-07T07:48:23.361Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2508 | 2024-08-07T07:48:26.961Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2509 | 2024-08-07T07:48:27.041Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2510 | 2024-08-07T07:48:29.039Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2511 | 2024-08-07T07:48:31.198Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2512 | 2024-08-07T07:48:32.825Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2513 | 2024-08-07T07:48:33.498Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2514 | 2024-08-07T07:48:35.768Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2515 | 2024-08-07T07:48:35.878Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2516 | 2024-08-07T07:48:36.735Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2517 | 2024-08-07T07:48:37.658Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2518 | 2024-08-07T07:48:39.785Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2519 | 2024-08-07T07:48:40.908Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2520 | 2024-08-07T07:48:41.289Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2521 | 2024-08-07T07:48:41.545Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2522 | 2024-08-07T07:48:46.389Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2523 | 2024-08-07T07:49:14.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 35s |
2524 | 2024-08-07T07:49:14.649Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
2525 | 2024-08-07T07:49:14.704Z | |
2526 | 2024-08-07T07:49:14.707Z | real 6:35.808958881 |
2527 | 2024-08-07T07:49:14.707Z | user 20:16.542498594 |
2528 | 2024-08-07T07:49:14.707Z | sys 28:43.356998291 |
2529 | 2024-08-07T07:49:14.707Z | trap 0.336038785 |
2530 | 2024-08-07T07:49:14.707Z | tflt 0.162466345 |
2531 | 2024-08-07T07:49:14.707Z | dflt 0.094726482 |
2532 | 2024-08-07T07:49:14.707Z | kflt 0.000021967 |
2533 | 2024-08-07T07:49:14.708Z | lock 1:04:13.186074056 |
2534 | 2024-08-07T07:49:14.708Z | slp 1:51:29.977134140 |
2535 | 2024-08-07T07:49:14.708Z | lat 1:03.366284115 |
2536 | 2024-08-07T07:49:14.708Z | stop 53.361822667 |
2537 | 2024-08-07T07:49:14.708Z | process exited: duration 1061486 ms, exit code 0 |
|
2538 | 2024-08-07T07:49:14.714Z | found 0 output files |