|
|
|
1 | 2024-12-20T22:32:12.732Z | job assigned to worker 01JFK34KWAJTRKJJ07NPZV9PQ0 [factory aws, i-080b223f424e96284] (queued for 1 m 0 s) |
|
2 | 2024-12-20T22:32:19.985Z | starting task 0: "setup" |
3 | 2024-12-20T22:32:19.994Z | ++ uname -s |
4 | 2024-12-20T22:32:19.996Z | + kern=SunOS |
5 | 2024-12-20T22:32:19.996Z | + case "$kern" in |
6 | 2024-12-20T22:32:19.996Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:32:19.998Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:32:22.007Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:32:22.194Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:32:22.197Z | + home_fs=zfs |
11 | 2024-12-20T22:32:22.197Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:32:22.197Z | + mkdir -p /home/build |
13 | 2024-12-20T22:32:22.197Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:32:23.199Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:32:23.202Z | process exited: duration 3217 ms, exit code 0 |
|
16 | 2024-12-20T22:32:23.212Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:32:23.214Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:32:23.214Z | * toolchain channel = "1.81.0" |
19 | 2024-12-20T22:32:23.214Z | * toolchain profile = "default" |
20 | 2024-12-20T22:32:23.214Z | ' 1.81.0 |
21 | 2024-12-20T22:32:23.214Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T22:32:23.214Z | ' default |
23 | 2024-12-20T22:32:23.216Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:32:23.216Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:32:23.332Z | info: downloading installer |
26 | 2024-12-20T22:32:24.767Z | info: profile set to 'default' |
27 | 2024-12-20T22:32:24.767Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:32:24.770Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:32:24.908Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:32:24.908Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:32:25.622Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:32:25.888Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:32:26.901Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:32:28.467Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:32:34.070Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:32:34.280Z | info: installing component 'cargo' |
37 | 2024-12-20T22:32:35.076Z | info: installing component 'clippy' |
38 | 2024-12-20T22:32:35.432Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:32:37.055Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:32:38.751Z | info: installing component 'rustc' |
41 | 2024-12-20T22:32:44.430Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:32:44.777Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:32:44.777Z | |
44 | 2024-12-20T22:32:45.116Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:32:45.117Z | |
46 | 2024-12-20T22:32:45.122Z | |
47 | 2024-12-20T22:32:45.122Z | Rust is installed now. Great! |
48 | 2024-12-20T22:32:45.122Z | |
49 | 2024-12-20T22:32:45.122Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:32:45.122Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:32:45.122Z | |
52 | 2024-12-20T22:32:45.122Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:32:45.122Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:32:45.122Z | |
55 | 2024-12-20T22:32:45.122Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:32:45.122Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:32:45.122Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:32:45.171Z | + rustc --version |
59 | 2024-12-20T22:32:45.237Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:32:45.240Z | process exited: duration 22025 ms, exit code 0 |
|
61 | 2024-12-20T22:32:45.248Z | starting task 2: "authentication" |
62 | 2024-12-20T22:32:45.269Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T22:32:45.281Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:32:45.286Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:32:45.290Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:32:45.393Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:32:52.496Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:32:52.776Z | + git fetch origin 50917c7c01171c46ff066305594e819bed771774 |
69 | 2024-12-20T22:32:53.072Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:32:53.072Z | * branch 50917c7c01171c46ff066305594e819bed771774 -> FETCH_HEAD |
71 | 2024-12-20T22:32:53.072Z | + [[ -n support-bundles-crdb ]] |
72 | 2024-12-20T22:32:53.072Z | ++ git branch --show-current |
73 | 2024-12-20T22:32:53.073Z | + current=main |
74 | 2024-12-20T22:32:53.073Z | + [[ main != support-bundles-crdb ]] |
75 | 2024-12-20T22:32:53.073Z | + git branch -f support-bundles-crdb 50917c7c01171c46ff066305594e819bed771774 |
76 | 2024-12-20T22:32:53.073Z | + git checkout -f support-bundles-crdb |
77 | 2024-12-20T22:32:53.258Z | Switched to branch 'support-bundles-crdb' |
78 | 2024-12-20T22:32:53.259Z | + git reset --hard 50917c7c01171c46ff066305594e819bed771774 |
79 | 2024-12-20T22:32:53.259Z | HEAD is now at 50917c7c0 Merge branch 'nexus-support-bundles-api' into support-bundles-crdb |
80 | 2024-12-20T22:32:53.259Z | process exited: duration 7697 ms, exit code 0 |
|
81 | 2024-12-20T22:32:53.704Z | starting task 4: "build" |
82 | 2024-12-20T22:32:53.949Z | + source ./env.sh |
83 | 2024-12-20T22:32:53.949Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-20T22:32:53.949Z | ++ set -o xtrace |
85 | 2024-12-20T22:32:53.949Z | ++++ dirname ./env.sh |
86 | 2024-12-20T22:32:53.949Z | +++ readlink -f . |
87 | 2024-12-20T22:32:53.949Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-20T22:32:53.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-20T22:32:53.949Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-20T22:32:53.949Z | ++ 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 |
91 | 2024-12-20T22:32:53.949Z | ++ 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 |
92 | 2024-12-20T22:32:53.949Z | ++ 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 |
93 | 2024-12-20T22:32:53.949Z | ++ 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 |
94 | 2024-12-20T22:32:53.949Z | ++ 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 |
95 | 2024-12-20T22:32:53.949Z | ++ 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 |
96 | 2024-12-20T22:32:53.949Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-20T22:32:53.950Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-20T22:32:53.950Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-20T22:32:53.950Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-20T22:32:53.950Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-20T22:32:53.950Z | + cargo --version |
102 | 2024-12-20T22:32:53.950Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-20T22:32:53.950Z | + rustc --version |
104 | 2024-12-20T22:32:53.950Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-20T22:32:53.950Z | + banner prerequisites |
106 | 2024-12-20T22:32:53.950Z | |
107 | 2024-12-20T22:32:53.950Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-20T22:32:53.950Z | # # # # # # # # # # # # # # # |
109 | 2024-12-20T22:32:53.950Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-20T22:32:53.950Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-20T22:32:53.950Z | # # # # # # # # # # # # # # # |
112 | 2024-12-20T22:32:53.950Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-20T22:32:53.950Z | |
114 | 2024-12-20T22:32:53.950Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-20T22:33:05.800Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-20T22:33:09.502Z | Startup: Caching catalogs ... Done |
117 | 2024-12-20T22:33:20.042Z | Planning: Solver setup ... Done (9.814s) |
118 | 2024-12-20T22:33:20.272Z | Planning: Running solver ... Done (0.134s) |
119 | 2024-12-20T22:33:20.358Z | Planning: Finding local manifests ... Done (0.040s) |
120 | 2024-12-20T22:33:20.379Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-20T22:33:21.123Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-20T22:33:21.300Z | Planning: Package planning ... Done (0.138s) |
123 | 2024-12-20T22:33:22.513Z | Planning: Merging actions ... Done (0.220s) |
124 | 2024-12-20T22:33:24.149Z | Planning: Checking for conflicting actions ... Done (0.331s) |
125 | 2024-12-20T22:33:26.112Z | Planning: Consolidating action changes ... Done (3.205s) |
126 | 2024-12-20T22:33:28.775Z | Planning: Evaluating mediators ... Done (0.412s) |
127 | 2024-12-20T22:33:28.775Z | Planning: Planning completed in 16.16 seconds |
128 | 2024-12-20T22:33:28.775Z | Packages to install: 4 |
129 | 2024-12-20T22:33:28.775Z | Packages to update: 1 |
130 | 2024-12-20T22:33:28.775Z | Mediators to change: 2 |
131 | 2024-12-20T22:33:28.775Z | Services to change: 1 |
132 | 2024-12-20T22:33:28.775Z | Estimated space available: 155.63 GB |
133 | 2024-12-20T22:33:28.775Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-20T22:33:28.775Z | Create boot environment: No |
135 | 2024-12-20T22:33:28.775Z | Create backup boot environment: Yes |
136 | 2024-12-20T22:33:28.775Z | Rebuild boot archive: No |
137 | 2024-12-20T22:33:28.775Z | |
138 | 2024-12-20T22:33:28.775Z | Changed mediators: |
139 | 2024-12-20T22:33:28.775Z | mediator clang: |
140 | 2024-12-20T22:33:28.775Z | version: None -> 15 (system default) |
141 | 2024-12-20T22:33:28.775Z | |
142 | 2024-12-20T22:33:28.775Z | mediator llvm: |
143 | 2024-12-20T22:33:28.776Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-20T22:33:28.776Z | |
145 | 2024-12-20T22:33:28.776Z | Changed packages: |
146 | 2024-12-20T22:33:28.776Z | helios-dev |
147 | 2024-12-20T22:33:28.776Z | developer/build-essential |
148 | 2024-12-20T22:33:28.776Z | None -> 11-2.0 |
149 | 2024-12-20T22:33:28.776Z | library/libxmlsec1 |
150 | 2024-12-20T22:33:28.776Z | None -> 1.2.35-2.0 |
151 | 2024-12-20T22:33:28.776Z | ooce/developer/clang-15 |
152 | 2024-12-20T22:33:28.776Z | None -> 15.0.7-2.0 |
153 | 2024-12-20T22:33:28.776Z | ooce/developer/llvm-15 |
154 | 2024-12-20T22:33:28.776Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T22:33:28.776Z | package/pkg |
156 | 2024-12-20T22:33:28.776Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-20T22:33:28.776Z | |
158 | 2024-12-20T22:33:28.776Z | Services: |
159 | 2024-12-20T22:33:28.776Z | restart_fmri: |
160 | 2024-12-20T22:33:28.776Z | svc:/system/update-man-index:default |
161 | 2024-12-20T22:33:28.776Z | |
162 | 2024-12-20T22:33:28.776Z | Editable files to change: |
163 | 2024-12-20T22:33:28.776Z | Update: |
164 | 2024-12-20T22:33:28.776Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-20T22:33:28.776Z | |
166 | 2024-12-20T22:33:28.776Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-20T22:33:33.156Z | Download: 203/4281 items 1.3/220.6MB 0% complete (455k/s) |
168 | 2024-12-20T22:33:39.914Z | Download: 211/4281 items 1.3/220.6MB 0% complete (381k/s) |
169 | 2024-12-20T22:33:43.831Z | Download: 414/4281 items 17.0/220.6MB 7% complete (2.5M/s) |
170 | 2024-12-20T22:33:48.827Z | Download: 660/4281 items 18.0/220.6MB 8% complete (1.8M/s) |
171 | 2024-12-20T22:33:54.152Z | Download: 831/4281 items 18.7/220.6MB 8% complete (195k/s) |
172 | 2024-12-20T22:33:59.044Z | Download: 998/4281 items 19.4/220.6MB 8% complete (141k/s) |
173 | 2024-12-20T22:34:03.939Z | Download: 1137/4281 items 70.9/220.6MB 32% complete (5.2M/s) |
174 | 2024-12-20T22:34:11.714Z | Download: 1191/4281 items 83.4/220.6MB 37% complete (6.4M/s) |
175 | 2024-12-20T22:34:17.624Z | Download: 1192/4281 items 83.4/220.6MB 37% complete |
176 | 2024-12-20T22:34:23.395Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (5.1M/s) |
177 | 2024-12-20T22:34:30.731Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (4.7M/s) |
178 | 2024-12-20T22:34:35.766Z | Download: 1429/4281 items 116.8/220.6MB 52% complete (3.9M/s) |
179 | 2024-12-20T22:34:40.777Z | Download: 1571/4281 items 117.3/220.6MB 53% complete (3.6M/s) |
180 | 2024-12-20T22:34:45.803Z | Download: 1834/4281 items 118.4/220.6MB 53% complete (172k/s) |
181 | 2024-12-20T22:34:50.822Z | Download: 2003/4281 items 118.6/220.6MB 53% complete (137k/s) |
182 | 2024-12-20T22:34:56.034Z | Download: 2138/4281 items 118.9/220.6MB 53% complete (67.1k/s) |
183 | 2024-12-20T22:35:01.099Z | Download: 2214/4281 items 119.2/220.6MB 54% complete (59.2k/s) |
184 | 2024-12-20T22:35:06.557Z | Download: 2218/4281 items 119.2/220.6MB 54% complete (55.8k/s) |
185 | 2024-12-20T22:35:14.859Z | Download: 2221/4281 items 119.2/220.6MB 54% complete |
186 | 2024-12-20T22:35:19.929Z | Download: 2324/4281 items 119.8/220.6MB 54% complete (56.2k/s) |
187 | 2024-12-20T22:35:25.040Z | Download: 2506/4281 items 120.2/220.6MB 54% complete (108k/s) |
188 | 2024-12-20T22:35:30.073Z | Download: 2666/4281 items 120.7/220.6MB 54% complete (98.0k/s) |
189 | 2024-12-20T22:35:35.237Z | Download: 2946/4281 items 121.2/220.6MB 54% complete (98.2k/s) |
190 | 2024-12-20T22:35:40.254Z | Download: 3092/4281 items 122.2/220.6MB 55% complete (101k/s) |
191 | 2024-12-20T22:35:45.306Z | Download: 3196/4281 items 187.4/220.6MB 84% complete (6.6M/s) |
192 | 2024-12-20T22:35:50.310Z | Download: 3244/4281 items 203.1/220.6MB 92% complete (8.1M/s) |
193 | 2024-12-20T22:35:55.755Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (7.7M/s) |
194 | 2024-12-20T22:36:01.209Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
195 | 2024-12-20T22:36:15.172Z | Download: 3282/4281 items 210.2/220.6MB 95% complete |
196 | 2024-12-20T22:36:32.721Z | Download: 3288/4281 items 212.3/220.6MB 96% complete |
197 | 2024-12-20T22:36:37.808Z | Download: 3504/4281 items 215.5/220.6MB 97% complete (676k/s) |
198 | 2024-12-20T22:36:42.818Z | Download: 3798/4281 items 217.3/220.6MB 98% complete (521k/s) |
199 | 2024-12-20T22:36:47.821Z | Download: 4176/4281 items 220.0/220.6MB 99% complete (439k/s) |
200 | 2024-12-20T22:36:58.293Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (473k/s) |
201 | 2024-12-20T22:36:58.400Z | Download: Completed 220.60 MB in 212.74 seconds (1.0M/s) |
202 | 2024-12-20T22:37:00.555Z | Actions: 1/5063 actions (Removing old actions) |
203 | 2024-12-20T22:37:00.572Z | Actions: 194/5063 actions (Installing new actions) |
204 | 2024-12-20T22:37:05.229Z | Actions: 4226/5063 actions (Updating modified actions) |
205 | 2024-12-20T22:37:05.542Z | Actions: Completed 5063 actions in 4.99 seconds. |
206 | 2024-12-20T22:37:05.958Z | Done (0.409s) |
207 | 2024-12-20T22:37:05.961Z | Done (0.000s) |
208 | 2024-12-20T22:37:06.547Z | Done (0.587s) |
209 | 2024-12-20T22:37:10.789Z | Done (4.019s) |
210 | 2024-12-20T22:37:10.872Z | Done (0.018s) |
211 | 2024-12-20T22:37:10.874Z | Done (0.000s) |
212 | 2024-12-20T22:37:11.037Z | Done (0.000s) |
213 | 2024-12-20T22:37:11.716Z | Planning: Evaluating mediator changes ... Done |
214 | 2024-12-20T22:37:11.873Z | Planning: Checking for conflicting actions ... Done |
215 | 2024-12-20T22:37:11.875Z | Planning: Consolidating action changes ... Done |
216 | 2024-12-20T22:37:12.135Z | Planning: Evaluating mediators ... Done |
217 | 2024-12-20T22:37:12.139Z | Planning: Planning completed in 0.42 seconds |
218 | 2024-12-20T22:37:12.175Z | Mediators to change: 2 |
219 | 2024-12-20T22:37:12.175Z | Create boot environment: No |
220 | 2024-12-20T22:37:12.179Z | Create backup boot environment: No |
221 | 2024-12-20T22:37:12.270Z | Done |
222 | 2024-12-20T22:37:12.270Z | Done |
223 | 2024-12-20T22:37:12.629Z | Done |
224 | 2024-12-20T22:37:16.195Z | Done |
225 | 2024-12-20T22:37:16.286Z | Done |
226 | 2024-12-20T22:37:16.289Z | Done |
227 | 2024-12-20T22:37:16.417Z | Done |
228 | 2024-12-20T22:37:17.017Z | Planning: Evaluating mediator changes ... Done |
229 | 2024-12-20T22:37:17.019Z | Planning: Merging actions ... Done |
230 | 2024-12-20T22:37:17.206Z | Planning: Checking for conflicting actions ... Done |
231 | 2024-12-20T22:37:17.211Z | Planning: Consolidating action changes ... Done |
232 | 2024-12-20T22:37:17.466Z | Planning: Evaluating mediators ... Done |
233 | 2024-12-20T22:37:17.520Z | Planning: Planning completed in 0.74 seconds |
234 | 2024-12-20T22:37:17.559Z | Packages to change: 1 |
235 | 2024-12-20T22:37:17.559Z | Mediators to change: 1 |
236 | 2024-12-20T22:37:17.562Z | Services to change: 1 |
237 | 2024-12-20T22:37:17.562Z | Create boot environment: No |
238 | 2024-12-20T22:37:17.562Z | Create backup boot environment: Yes |
239 | 2024-12-20T22:37:19.748Z | Actions: 1/6 actions (Updating modified actions) |
240 | 2024-12-20T22:37:19.750Z | Actions: Completed 6 actions in 0.00 seconds. |
241 | 2024-12-20T22:37:19.750Z | Done |
242 | 2024-12-20T22:37:19.750Z | Done |
243 | 2024-12-20T22:37:19.863Z | Done |
244 | 2024-12-20T22:37:23.465Z | Done |
245 | 2024-12-20T22:37:23.555Z | Done |
246 | 2024-12-20T22:37:23.557Z | Done |
247 | 2024-12-20T22:37:23.779Z | Done |
248 | 2024-12-20T22:37:24.205Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
249 | 2024-12-20T22:37:24.205Z | clang system 15 system |
250 | 2024-12-20T22:37:24.205Z | csh system system illumos |
251 | 2024-12-20T22:37:24.205Z | ctags system system illumos |
252 | 2024-12-20T22:37:24.205Z | gcc vendor 12 vendor |
253 | 2024-12-20T22:37:24.205Z | gcc system 10 system |
254 | 2024-12-20T22:37:24.205Z | gcc system 7 system |
255 | 2024-12-20T22:37:24.205Z | go system 1.20 system |
256 | 2024-12-20T22:37:24.205Z | go system 1.19 system |
257 | 2024-12-20T22:37:24.205Z | llvm system 15 system |
258 | 2024-12-20T22:37:24.205Z | llvm system 14 system |
259 | 2024-12-20T22:37:24.205Z | mariadb system 10.6 system |
260 | 2024-12-20T22:37:24.205Z | mta vendor vendor dma |
261 | 2024-12-20T22:37:24.205Z | openjdk system 17 system |
262 | 2024-12-20T22:37:24.205Z | openjdk system 11 system |
263 | 2024-12-20T22:37:24.205Z | openjdk system 1.8 system |
264 | 2024-12-20T22:37:24.205Z | openssl vendor 3 vendor |
265 | 2024-12-20T22:37:24.205Z | perl system 5.36 system |
266 | 2024-12-20T22:37:24.206Z | postgresql system 15 system |
267 | 2024-12-20T22:37:24.206Z | postgresql system 13 system |
268 | 2024-12-20T22:37:24.206Z | python vendor 3 vendor |
269 | 2024-12-20T22:37:24.206Z | python system 2 system |
270 | 2024-12-20T22:37:24.206Z | python3 system 3.11 system |
271 | 2024-12-20T22:37:24.206Z | ruby system 3.0 system |
272 | 2024-12-20T22:37:24.206Z | words vendor vendor american-english |
273 | 2024-12-20T22:37:24.206Z | words system system australian-english |
274 | 2024-12-20T22:37:24.206Z | words system system british-english |
275 | 2024-12-20T22:37:24.206Z | words system system canadian-english |
276 | 2024-12-20T22:37:24.206Z | words system system french |
277 | 2024-12-20T22:37:24.206Z | words system system italian |
278 | 2024-12-20T22:37:24.206Z | words system system ngerman |
279 | 2024-12-20T22:37:24.206Z | words system system ogerman |
280 | 2024-12-20T22:37:24.206Z | words system system spanish |
281 | 2024-12-20T22:37:24.528Z | PUBLISHER TYPE STATUS P LOCATION |
282 | 2024-12-20T22:37:24.528Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
283 | 2024-12-20T22:37:27.269Z | FMRI IFO |
284 | 2024-12-20T22:37:27.269Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
285 | 2024-12-20T22:37:27.269Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
286 | 2024-12-20T22:37:27.269Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
287 | 2024-12-20T22:37:27.269Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
288 | 2024-12-20T22:37:27.269Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
289 | 2024-12-20T22:37:27.269Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
290 | 2024-12-20T22:37:27.269Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
291 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
292 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
293 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
294 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
295 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
296 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
297 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
298 | 2024-12-20T22:37:27.270Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
299 | 2024-12-20T22:37:28.027Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
300 | 2024-12-20T22:37:28.324Z | Updating crates.io index |
301 | 2024-12-20T22:37:28.370Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
302 | 2024-12-20T22:37:28.870Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
303 | 2024-12-20T22:37:29.092Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
304 | 2024-12-20T22:37:29.369Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
305 | 2024-12-20T22:37:29.686Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
306 | 2024-12-20T22:37:30.503Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
307 | 2024-12-20T22:37:32.057Z | Updating git repository `https://github.com/oxidecomputer/opte` |
308 | 2024-12-20T22:37:32.655Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
309 | 2024-12-20T22:37:33.389Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
310 | 2024-12-20T22:37:33.668Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
311 | 2024-12-20T22:37:33.988Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
312 | 2024-12-20T22:37:34.513Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
313 | 2024-12-20T22:37:34.810Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
314 | 2024-12-20T22:37:35.143Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
315 | 2024-12-20T22:37:35.450Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
316 | 2024-12-20T22:37:35.683Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
317 | 2024-12-20T22:37:36.000Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
318 | 2024-12-20T22:37:36.294Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
319 | 2024-12-20T22:37:36.733Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
320 | 2024-12-20T22:37:37.018Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
321 | 2024-12-20T22:37:37.357Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
322 | 2024-12-20T22:37:37.838Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
323 | 2024-12-20T22:37:38.138Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
324 | 2024-12-20T22:37:38.509Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
325 | 2024-12-20T22:37:38.891Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
326 | 2024-12-20T22:37:39.163Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
327 | 2024-12-20T22:37:39.425Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
328 | 2024-12-20T22:37:39.724Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
329 | 2024-12-20T22:37:41.068Z | Downloading crates ... |
330 | 2024-12-20T22:37:41.159Z | Downloaded anstyle-parse v0.2.5 |
331 | 2024-12-20T22:37:41.162Z | Downloaded autocfg v1.4.0 |
332 | 2024-12-20T22:37:41.169Z | Downloaded anyhow v1.0.93 |
333 | 2024-12-20T22:37:41.172Z | Downloaded block-buffer v0.10.4 |
334 | 2024-12-20T22:37:41.175Z | Downloaded anstyle v1.0.10 |
335 | 2024-12-20T22:37:41.177Z | Downloaded bitflags v2.6.0 |
336 | 2024-12-20T22:37:41.180Z | Downloaded anstyle-query v1.1.1 |
337 | 2024-12-20T22:37:41.182Z | Downloaded anstream v0.6.15 |
338 | 2024-12-20T22:37:41.187Z | Downloaded cfg-if v1.0.0 |
339 | 2024-12-20T22:37:41.190Z | Downloaded clap v4.5.21 |
340 | 2024-12-20T22:37:41.197Z | Downloaded colorchoice v1.0.2 |
341 | 2024-12-20T22:37:41.201Z | Downloaded cargo_toml v0.20.5 |
342 | 2024-12-20T22:37:41.203Z | Downloaded cargo_metadata v0.18.1 |
343 | 2024-12-20T22:37:41.206Z | Downloaded camino v1.1.9 |
344 | 2024-12-20T22:37:41.206Z | Downloaded camino-tempfile v1.1.1 |
345 | 2024-12-20T22:37:41.206Z | Downloaded equivalent v1.0.1 |
346 | 2024-12-20T22:37:41.209Z | Downloaded dof v0.3.0 |
347 | 2024-12-20T22:37:41.209Z | Downloaded byteorder v1.5.0 |
348 | 2024-12-20T22:37:41.212Z | Downloaded digest v0.10.7 |
349 | 2024-12-20T22:37:41.212Z | Downloaded crypto-common v0.1.6 |
350 | 2024-12-20T22:37:41.212Z | Downloaded clap_lex v0.7.2 |
351 | 2024-12-20T22:37:41.214Z | Downloaded cargo-platform v0.1.8 |
352 | 2024-12-20T22:37:41.214Z | Downloaded clap_derive v4.5.18 |
353 | 2024-12-20T22:37:41.218Z | Downloaded dtrace-parser v0.2.0 |
354 | 2024-12-20T22:37:41.221Z | Downloaded cpufeatures v0.2.14 |
355 | 2024-12-20T22:37:41.224Z | Downloaded heck v0.4.1 |
356 | 2024-12-20T22:37:41.226Z | Downloaded fastrand v2.1.1 |
357 | 2024-12-20T22:37:41.226Z | Downloaded generic-array v0.14.7 |
358 | 2024-12-20T22:37:41.229Z | Downloaded fs-err v2.11.0 |
359 | 2024-12-20T22:37:41.229Z | Downloaded clap_builder v4.5.21 |
360 | 2024-12-20T22:37:41.235Z | Downloaded bytecount v0.6.8 |
361 | 2024-12-20T22:37:41.240Z | Downloaded heck v0.5.0 |
362 | 2024-12-20T22:37:41.243Z | Downloaded fnv v1.0.7 |
363 | 2024-12-20T22:37:41.249Z | Downloaded pretty-hex v0.4.1 |
364 | 2024-12-20T22:37:41.265Z | Downloaded swrite v0.1.0 |
365 | 2024-12-20T22:37:41.268Z | Downloaded usdt-macro v0.5.0 |
366 | 2024-12-20T22:37:41.275Z | Downloaded memmap v0.7.0 |
367 | 2024-12-20T22:37:41.280Z | Downloaded scroll_derive v0.12.0 |
368 | 2024-12-20T22:37:41.280Z | Downloaded itoa v1.0.11 |
369 | 2024-12-20T22:37:41.282Z | Downloaded is_terminal_polyfill v1.70.1 |
370 | 2024-12-20T22:37:41.282Z | Downloaded errno v0.3.9 |
371 | 2024-12-20T22:37:41.285Z | Downloaded macaddr v1.0.1 |
372 | 2024-12-20T22:37:41.294Z | Downloaded proc-macro-error-attr v1.0.4 |
373 | 2024-12-20T22:37:41.297Z | Downloaded usdt v0.5.0 |
374 | 2024-12-20T22:37:41.297Z | Downloaded tabled_derive v0.7.0 |
375 | 2024-12-20T22:37:41.297Z | Downloaded plain v0.2.3 |
376 | 2024-12-20T22:37:41.297Z | Downloaded pest_generator v2.7.14 |
377 | 2024-12-20T22:37:41.301Z | Downloaded thread-id v4.2.2 |
378 | 2024-12-20T22:37:41.305Z | Downloaded utf8parse v0.2.2 |
379 | 2024-12-20T22:37:41.306Z | Downloaded usdt-attr-macro v0.5.0 |
380 | 2024-12-20T22:37:41.306Z | Downloaded toml_datetime v0.6.8 |
381 | 2024-12-20T22:37:41.309Z | Downloaded smawk v0.3.2 |
382 | 2024-12-20T22:37:41.309Z | Downloaded strsim v0.11.1 |
383 | 2024-12-20T22:37:41.315Z | Downloaded unicode-linebreak v0.1.5 |
384 | 2024-12-20T22:37:41.315Z | Downloaded terminal_size v0.4.0 |
385 | 2024-12-20T22:37:41.315Z | Downloaded thiserror-impl v1.0.69 |
386 | 2024-12-20T22:37:41.319Z | Downloaded thiserror v1.0.69 |
387 | 2024-12-20T22:37:41.320Z | Downloaded version_check v0.9.5 |
388 | 2024-12-20T22:37:41.324Z | Downloaded pest_derive v2.7.14 |
389 | 2024-12-20T22:37:41.329Z | Downloaded quote v1.0.37 |
390 | 2024-12-20T22:37:41.332Z | Downloaded once_cell v1.20.2 |
391 | 2024-12-20T22:37:41.336Z | Downloaded tempfile v3.13.0 |
392 | 2024-12-20T22:37:41.338Z | Downloaded serde_tokenstream v0.2.2 |
393 | 2024-12-20T22:37:41.342Z | Downloaded serde_spanned v0.6.8 |
394 | 2024-12-20T22:37:41.342Z | Downloaded semver v1.0.23 |
395 | 2024-12-20T22:37:41.346Z | Downloaded scroll v0.12.0 |
396 | 2024-12-20T22:37:41.346Z | Downloaded proc-macro-error v1.0.4 |
397 | 2024-12-20T22:37:41.348Z | Downloaded sha2 v0.10.8 |
398 | 2024-12-20T22:37:41.356Z | Downloaded zerocopy-derive v0.7.35 |
399 | 2024-12-20T22:37:41.359Z | Downloaded usdt-impl v0.5.0 |
400 | 2024-12-20T22:37:41.359Z | Downloaded log v0.4.22 |
401 | 2024-12-20T22:37:41.362Z | Downloaded unicode-ident v1.0.13 |
402 | 2024-12-20T22:37:41.365Z | Downloaded ryu v1.0.18 |
403 | 2024-12-20T22:37:41.368Z | Downloaded typenum v1.17.0 |
404 | 2024-12-20T22:37:41.372Z | Downloaded ucd-trie v0.1.7 |
405 | 2024-12-20T22:37:41.374Z | Downloaded textwrap v0.16.1 |
406 | 2024-12-20T22:37:41.380Z | Downloaded toml v0.8.19 |
407 | 2024-12-20T22:37:41.384Z | Downloaded hashbrown v0.15.1 |
408 | 2024-12-20T22:37:41.386Z | Downloaded serde_derive v1.0.215 |
409 | 2024-12-20T22:37:41.386Z | Downloaded proc-macro2 v1.0.89 |
410 | 2024-12-20T22:37:41.389Z | Downloaded pest_meta v2.7.14 |
411 | 2024-12-20T22:37:41.392Z | Downloaded papergrid v0.11.0 |
412 | 2024-12-20T22:37:41.398Z | Downloaded serde v1.0.215 |
413 | 2024-12-20T22:37:41.406Z | Downloaded indexmap v2.6.0 |
414 | 2024-12-20T22:37:41.410Z | Downloaded memchr v2.7.4 |
415 | 2024-12-20T22:37:41.423Z | Downloaded goblin v0.8.2 |
416 | 2024-12-20T22:37:41.429Z | Downloaded toml_edit v0.22.22 |
417 | 2024-12-20T22:37:41.450Z | Downloaded pest v2.7.14 |
418 | 2024-12-20T22:37:41.467Z | Downloaded zerocopy v0.7.35 |
419 | 2024-12-20T22:37:41.482Z | Downloaded winnow v0.6.20 |
420 | 2024-12-20T22:37:41.490Z | Downloaded serde_json v1.0.132 |
421 | 2024-12-20T22:37:41.497Z | Downloaded tabled v0.15.0 |
422 | 2024-12-20T22:37:41.512Z | Downloaded syn v1.0.109 |
423 | 2024-12-20T22:37:41.521Z | Downloaded unicode-width v0.1.14 |
424 | 2024-12-20T22:37:41.535Z | Downloaded syn v2.0.87 |
425 | 2024-12-20T22:37:41.546Z | Downloaded rustix v0.38.37 |
426 | 2024-12-20T22:37:41.585Z | Downloaded libc v0.2.162 |
427 | 2024-12-20T22:37:41.898Z | Compiling proc-macro2 v1.0.89 |
428 | 2024-12-20T22:37:41.899Z | Compiling unicode-ident v1.0.13 |
429 | 2024-12-20T22:37:41.899Z | Compiling serde v1.0.215 |
430 | 2024-12-20T22:37:41.901Z | Compiling version_check v0.9.5 |
431 | 2024-12-20T22:37:41.901Z | Compiling memchr v2.7.4 |
432 | 2024-12-20T22:37:41.901Z | Compiling thiserror v1.0.69 |
433 | 2024-12-20T22:37:41.901Z | Compiling libc v0.2.162 |
434 | 2024-12-20T22:37:41.901Z | Compiling ryu v1.0.18 |
435 | 2024-12-20T22:37:42.175Z | Compiling ucd-trie v0.1.7 |
436 | 2024-12-20T22:37:42.425Z | Compiling itoa v1.0.11 |
437 | 2024-12-20T22:37:42.709Z | Compiling once_cell v1.20.2 |
438 | 2024-12-20T22:37:42.802Z | Compiling byteorder v1.5.0 |
439 | 2024-12-20T22:37:42.968Z | Compiling rustix v0.38.37 |
440 | 2024-12-20T22:37:43.114Z | Compiling serde_json v1.0.132 |
441 | 2024-12-20T22:37:43.276Z | Compiling bitflags v2.6.0 |
442 | 2024-12-20T22:37:43.469Z | Compiling usdt-impl v0.5.0 |
443 | 2024-12-20T22:37:43.583Z | Compiling proc-macro-error-attr v1.0.4 |
444 | 2024-12-20T22:37:43.722Z | Compiling syn v1.0.109 |
445 | 2024-12-20T22:37:43.773Z | Compiling proc-macro-error v1.0.4 |
446 | 2024-12-20T22:37:43.849Z | Compiling quote v1.0.37 |
447 | 2024-12-20T22:37:43.961Z | Compiling camino v1.1.9 |
448 | 2024-12-20T22:37:44.052Z | Compiling equivalent v1.0.1 |
449 | 2024-12-20T22:37:44.097Z | Compiling utf8parse v0.2.2 |
450 | 2024-12-20T22:37:44.182Z | Compiling log v0.4.22 |
451 | 2024-12-20T22:37:44.278Z | Compiling syn v2.0.87 |
452 | 2024-12-20T22:37:44.354Z | Compiling errno v0.3.9 |
453 | 2024-12-20T22:37:44.597Z | Compiling thread-id v4.2.2 |
454 | 2024-12-20T22:37:44.644Z | Compiling plain v0.2.3 |
455 | 2024-12-20T22:37:44.646Z | Compiling hashbrown v0.15.1 |
456 | 2024-12-20T22:37:44.743Z | Compiling anstyle-parse v0.2.5 |
457 | 2024-12-20T22:37:44.943Z | Compiling anstyle-query v1.1.1 |
458 | 2024-12-20T22:37:45.078Z | Compiling winnow v0.6.20 |
459 | 2024-12-20T22:37:45.126Z | Compiling unicode-width v0.1.14 |
460 | 2024-12-20T22:37:45.152Z | Compiling colorchoice v1.0.2 |
461 | 2024-12-20T22:37:45.329Z | Compiling is_terminal_polyfill v1.70.1 |
462 | 2024-12-20T22:37:45.472Z | Compiling semver v1.0.23 |
463 | 2024-12-20T22:37:45.660Z | Compiling autocfg v1.4.0 |
464 | 2024-12-20T22:37:45.687Z | Compiling anstyle v1.0.10 |
465 | 2024-12-20T22:37:45.915Z | Compiling indexmap v2.6.0 |
466 | 2024-12-20T22:37:45.981Z | Compiling pretty-hex v0.4.1 |
467 | 2024-12-20T22:37:46.161Z | Compiling anstream v0.6.15 |
468 | 2024-12-20T22:37:46.575Z | Compiling clap_lex v0.7.2 |
469 | 2024-12-20T22:37:46.898Z | Compiling fs-err v2.11.0 |
470 | 2024-12-20T22:37:46.961Z | Compiling terminal_size v0.4.0 |
471 | 2024-12-20T22:37:47.119Z | Compiling strsim v0.11.1 |
472 | 2024-12-20T22:37:47.178Z | Compiling fnv v1.0.7 |
473 | 2024-12-20T22:37:47.205Z | Compiling heck v0.5.0 |
474 | 2024-12-20T22:37:47.322Z | Compiling heck v0.4.1 |
475 | 2024-12-20T22:37:47.445Z | Compiling anyhow v1.0.93 |
476 | 2024-12-20T22:37:47.782Z | Compiling fastrand v2.1.1 |
477 | 2024-12-20T22:37:47.839Z | Compiling cfg-if v1.0.0 |
478 | 2024-12-20T22:37:47.942Z | Compiling bytecount v0.6.8 |
479 | 2024-12-20T22:37:48.035Z | Compiling clap_builder v4.5.21 |
480 | 2024-12-20T22:37:48.176Z | Compiling tempfile v3.13.0 |
481 | 2024-12-20T22:37:48.334Z | Compiling papergrid v0.11.0 |
482 | 2024-12-20T22:37:48.473Z | Compiling memmap v0.7.0 |
483 | 2024-12-20T22:37:48.614Z | Compiling unicode-linebreak v0.1.5 |
484 | 2024-12-20T22:37:48.889Z | Compiling smawk v0.3.2 |
485 | 2024-12-20T22:37:49.127Z | Compiling textwrap v0.16.1 |
486 | 2024-12-20T22:37:49.154Z | Compiling swrite v0.1.0 |
487 | 2024-12-20T22:37:50.358Z | Compiling tabled_derive v0.7.0 |
488 | 2024-12-20T22:37:51.977Z | Compiling tabled v0.15.0 |
489 | 2024-12-20T22:37:53.311Z | Compiling serde_derive v1.0.215 |
490 | 2024-12-20T22:37:53.316Z | Compiling thiserror-impl v1.0.69 |
491 | 2024-12-20T22:37:53.355Z | Compiling zerocopy-derive v0.7.35 |
492 | 2024-12-20T22:37:53.439Z | Compiling scroll_derive v0.12.0 |
493 | 2024-12-20T22:37:53.670Z | Compiling clap_derive v4.5.18 |
494 | 2024-12-20T22:37:54.730Z | Compiling scroll v0.12.0 |
495 | 2024-12-20T22:37:55.111Z | Compiling zerocopy v0.7.35 |
496 | 2024-12-20T22:37:55.276Z | Compiling goblin v0.8.2 |
497 | 2024-12-20T22:37:56.066Z | Compiling pest v2.7.14 |
498 | 2024-12-20T22:37:57.366Z | Compiling clap v4.5.21 |
499 | 2024-12-20T22:37:58.412Z | Compiling pest_meta v2.7.14 |
500 | 2024-12-20T22:37:59.295Z | Compiling pest_generator v2.7.14 |
501 | 2024-12-20T22:38:01.294Z | Compiling pest_derive v2.7.14 |
502 | 2024-12-20T22:38:02.003Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-12-20T22:38:03.485Z | Compiling serde_tokenstream v0.2.2 |
504 | 2024-12-20T22:38:03.707Z | Compiling toml_datetime v0.6.8 |
505 | 2024-12-20T22:38:03.707Z | Compiling serde_spanned v0.6.8 |
506 | 2024-12-20T22:38:03.958Z | Compiling cargo-platform v0.1.8 |
507 | 2024-12-20T22:38:04.094Z | Compiling toml_edit v0.22.22 |
508 | 2024-12-20T22:38:04.127Z | Compiling macaddr v1.0.1 |
509 | 2024-12-20T22:38:04.428Z | Compiling camino-tempfile v1.1.1 |
510 | 2024-12-20T22:38:04.993Z | Compiling dof v0.3.0 |
511 | 2024-12-20T22:38:05.317Z | Compiling cargo_metadata v0.18.1 |
512 | 2024-12-20T22:38:06.641Z | Compiling usdt-attr-macro v0.5.0 |
513 | 2024-12-20T22:38:06.644Z | Compiling usdt-macro v0.5.0 |
514 | 2024-12-20T22:38:06.937Z | Compiling toml v0.8.19 |
515 | 2024-12-20T22:38:07.781Z | Compiling cargo_toml v0.20.5 |
516 | 2024-12-20T22:38:07.964Z | Compiling usdt v0.5.0 |
517 | 2024-12-20T22:38:11.317Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
518 | 2024-12-20T22:38:15.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.62s |
519 | 2024-12-20T22:38:15.691Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
520 | 2024-12-20T22:38:16.213Z | Downloading crates ... |
521 | 2024-12-20T22:38:16.342Z | Downloaded aead v0.5.2 |
522 | 2024-12-20T22:38:16.346Z | Downloaded adler2 v2.0.0 |
523 | 2024-12-20T22:38:16.351Z | Downloaded hex v0.4.3 |
524 | 2024-12-20T22:38:16.354Z | Downloaded addr2line v0.24.2 |
525 | 2024-12-20T22:38:16.358Z | Downloaded async-stream-impl v0.3.6 |
526 | 2024-12-20T22:38:16.361Z | Downloaded atomicwrites v0.4.4 |
527 | 2024-12-20T22:38:16.364Z | Downloaded darling v0.20.10 |
528 | 2024-12-20T22:38:16.371Z | Downloaded ident_case v1.0.1 |
529 | 2024-12-20T22:38:16.375Z | Downloaded headers-core v0.3.0 |
530 | 2024-12-20T22:38:16.378Z | Downloaded md5 v0.7.0 |
531 | 2024-12-20T22:38:16.380Z | Downloaded atty v0.2.14 |
532 | 2024-12-20T22:38:16.384Z | Downloaded http-range v0.1.5 |
533 | 2024-12-20T22:38:16.384Z | Downloaded cfg_aliases v0.1.1 |
534 | 2024-12-20T22:38:16.389Z | Downloaded ciborium-io v0.2.2 |
535 | 2024-12-20T22:38:16.389Z | Downloaded icu_provider_macros v1.5.0 |
536 | 2024-12-20T22:38:16.392Z | Downloaded crunchy v0.2.2 |
537 | 2024-12-20T22:38:16.392Z | Downloaded instant v0.1.13 |
538 | 2024-12-20T22:38:16.392Z | Downloaded hubpack_derive v0.1.1 |
539 | 2024-12-20T22:38:16.395Z | Downloaded cstr-argument v0.1.2 |
540 | 2024-12-20T22:38:16.395Z | Downloaded http-body v1.0.1 |
541 | 2024-12-20T22:38:16.395Z | Downloaded crucible-workspace-hack v0.1.0 |
542 | 2024-12-20T22:38:16.400Z | Downloaded match_cfg v0.1.0 |
543 | 2024-12-20T22:38:16.403Z | Downloaded is_ci v1.2.0 |
544 | 2024-12-20T22:38:16.403Z | Downloaded matches v0.1.10 |
545 | 2024-12-20T22:38:16.407Z | Downloaded heck v0.3.3 |
546 | 2024-12-20T22:38:16.408Z | Downloaded bb8 v0.8.5 |
547 | 2024-12-20T22:38:16.410Z | Downloaded async-stream v0.3.6 |
548 | 2024-12-20T22:38:16.410Z | Downloaded hex-literal v0.4.1 |
549 | 2024-12-20T22:38:16.410Z | Downloaded block-padding v0.3.3 |
550 | 2024-12-20T22:38:16.413Z | Downloaded bitfield v0.14.0 |
551 | 2024-12-20T22:38:16.413Z | Downloaded humantime v2.1.0 |
552 | 2024-12-20T22:38:16.416Z | Downloaded http-body-util v0.1.2 |
553 | 2024-12-20T22:38:16.419Z | Downloaded assert_matches v1.5.0 |
554 | 2024-12-20T22:38:16.419Z | Downloaded convert_case v0.4.0 |
555 | 2024-12-20T22:38:16.423Z | Downloaded hostname v0.4.0 |
556 | 2024-12-20T22:38:16.423Z | Downloaded bcrypt-pbkdf v0.10.0 |
557 | 2024-12-20T22:38:16.423Z | Downloaded indent_write v2.2.0 |
558 | 2024-12-20T22:38:16.426Z | Downloaded hyper-tls v0.6.0 |
559 | 2024-12-20T22:38:16.426Z | Downloaded crc v3.2.1 |
560 | 2024-12-20T22:38:16.428Z | Downloaded managed v0.8.0 |
561 | 2024-12-20T22:38:16.432Z | Downloaded libefi-sys v0.1.0 |
562 | 2024-12-20T22:38:16.432Z | Downloaded crc-catalog v2.4.0 |
563 | 2024-12-20T22:38:16.435Z | Downloaded colored v2.1.0 |
564 | 2024-12-20T22:38:16.435Z | Downloaded lockfree-object-pool v0.1.6 |
565 | 2024-12-20T22:38:16.438Z | Downloaded ipnetwork v0.20.0 |
566 | 2024-12-20T22:38:16.441Z | Downloaded cipher v0.4.4 |
567 | 2024-12-20T22:38:16.445Z | Downloaded maybe-uninit v2.0.0 |
568 | 2024-12-20T22:38:16.445Z | Downloaded home v0.5.9 |
569 | 2024-12-20T22:38:16.448Z | Downloaded memoffset v0.9.1 |
570 | 2024-12-20T22:38:16.448Z | Downloaded constant_time_eq v0.3.1 |
571 | 2024-12-20T22:38:16.448Z | Downloaded internet-checksum v0.2.1 |
572 | 2024-12-20T22:38:16.448Z | Downloaded mime v0.3.17 |
573 | 2024-12-20T22:38:16.451Z | Downloaded maplit v1.0.2 |
574 | 2024-12-20T22:38:16.451Z | Downloaded lru-cache v0.1.2 |
575 | 2024-12-20T22:38:16.454Z | Downloaded progenitor-client v0.8.0 |
576 | 2024-12-20T22:38:16.454Z | Downloaded linear-map v1.2.0 |
577 | 2024-12-20T22:38:16.461Z | Downloaded hickory-resolver v0.24.1 |
578 | 2024-12-20T22:38:16.465Z | Downloaded rustc_version v0.4.1 |
579 | 2024-12-20T22:38:16.465Z | Downloaded castaway v0.2.3 |
580 | 2024-12-20T22:38:16.465Z | Downloaded lazycell v1.3.0 |
581 | 2024-12-20T22:38:16.465Z | Downloaded idna_adapter v1.2.0 |
582 | 2024-12-20T22:38:16.465Z | Downloaded curve25519-dalek-derive v0.1.1 |
583 | 2024-12-20T22:38:16.467Z | Downloaded hickory-client v0.24.1 |
584 | 2024-12-20T22:38:16.470Z | Downloaded iana-time-zone v0.1.61 |
585 | 2024-12-20T22:38:16.473Z | Downloaded rand_chacha v0.3.1 |
586 | 2024-12-20T22:38:16.473Z | Downloaded highway v1.2.0 |
587 | 2024-12-20T22:38:16.476Z | Downloaded httparse v1.9.5 |
588 | 2024-12-20T22:38:16.479Z | Downloaded icu_locid_transform v1.5.0 |
589 | 2024-12-20T22:38:16.482Z | Downloaded ipnet v2.10.1 |
590 | 2024-12-20T22:38:16.484Z | Downloaded libloading v0.8.5 |
591 | 2024-12-20T22:38:16.487Z | Downloaded hyper-rustls v0.27.3 |
592 | 2024-12-20T22:38:16.493Z | Downloaded instability v0.3.2 |
593 | 2024-12-20T22:38:16.495Z | Downloaded litemap v0.7.3 |
594 | 2024-12-20T22:38:16.495Z | Downloaded const_format_proc_macros v0.2.33 |
595 | 2024-12-20T22:38:16.496Z | Downloaded mime_guess v2.0.5 |
596 | 2024-12-20T22:38:16.498Z | Downloaded take_mut v0.2.2 |
597 | 2024-12-20T22:38:16.498Z | Downloaded ref-cast-impl v1.0.23 |
598 | 2024-12-20T22:38:16.502Z | Downloaded rfc6979 v0.4.0 |
599 | 2024-12-20T22:38:16.503Z | Downloaded semver v0.1.20 |
600 | 2024-12-20T22:38:16.505Z | Downloaded vte_generate_state_changes v0.1.2 |
601 | 2024-12-20T22:38:16.505Z | Downloaded secrecy v0.8.0 |
602 | 2024-12-20T22:38:16.505Z | Downloaded bitflags v1.3.2 |
603 | 2024-12-20T22:38:16.510Z | Downloaded ctr v0.9.2 |
604 | 2024-12-20T22:38:16.513Z | Downloaded cancel-safe-futures v0.1.5 |
605 | 2024-12-20T22:38:16.514Z | Downloaded bzip2 v0.4.4 |
606 | 2024-12-20T22:38:16.521Z | Downloaded hmac v0.12.1 |
607 | 2024-12-20T22:38:16.524Z | Downloaded csv-core v0.1.11 |
608 | 2024-12-20T22:38:16.524Z | Downloaded console v0.15.8 |
609 | 2024-12-20T22:38:16.524Z | Downloaded structmeta-derive v0.2.0 |
610 | 2024-12-20T22:38:16.524Z | Downloaded icu_normalizer v1.5.0 |
611 | 2024-12-20T22:38:16.527Z | Downloaded icu_locid v1.5.0 |
612 | 2024-12-20T22:38:16.532Z | Downloaded structmeta v0.3.0 |
613 | 2024-12-20T22:38:16.535Z | Downloaded kstat-rs v0.2.4 |
614 | 2024-12-20T22:38:16.535Z | Downloaded smallvec v0.6.14 |
615 | 2024-12-20T22:38:16.538Z | Downloaded write16 v1.0.0 |
616 | 2024-12-20T22:38:16.538Z | Downloaded jobserver v0.1.32 |
617 | 2024-12-20T22:38:16.541Z | Downloaded icu_locid_transform_data v1.5.0 |
618 | 2024-12-20T22:38:16.544Z | Downloaded lru v0.12.5 |
619 | 2024-12-20T22:38:16.544Z | Downloaded indexmap v1.9.3 |
620 | 2024-12-20T22:38:16.546Z | Downloaded number_prefix v0.4.0 |
621 | 2024-12-20T22:38:16.549Z | Downloaded num_threads v0.1.7 |
622 | 2024-12-20T22:38:16.549Z | Downloaded tap v1.0.1 |
623 | 2024-12-20T22:38:16.552Z | Downloaded tls_codec v0.4.1 |
624 | 2024-12-20T22:38:16.552Z | Downloaded schemars_derive v0.8.21 |
625 | 2024-12-20T22:38:16.556Z | Downloaded sha1 v0.10.6 |
626 | 2024-12-20T22:38:16.560Z | Downloaded zone v0.3.0 |
627 | 2024-12-20T22:38:16.560Z | Downloaded crc32fast v1.4.2 |
628 | 2024-12-20T22:38:16.560Z | Downloaded dyn-clone v1.0.17 |
629 | 2024-12-20T22:38:16.562Z | Downloaded dunce v1.0.5 |
630 | 2024-12-20T22:38:16.562Z | Downloaded pretty-hex v0.2.1 |
631 | 2024-12-20T22:38:16.562Z | Downloaded pbkdf2 v0.11.0 |
632 | 2024-12-20T22:38:16.565Z | Downloaded dsl_auto_type v0.1.2 |
633 | 2024-12-20T22:38:16.568Z | Downloaded blake2 v0.10.6 |
634 | 2024-12-20T22:38:16.570Z | Downloaded futures-executor v0.3.31 |
635 | 2024-12-20T22:38:16.574Z | Downloaded hash32 v0.3.1 |
636 | 2024-12-20T22:38:16.574Z | Downloaded futures-macro v0.3.31 |
637 | 2024-12-20T22:38:16.576Z | Downloaded futures-io v0.3.31 |
638 | 2024-12-20T22:38:16.576Z | Downloaded clang-sys v1.8.1 |
639 | 2024-12-20T22:38:16.579Z | Downloaded spki v0.7.3 |
640 | 2024-12-20T22:38:16.582Z | Downloaded crossbeam-utils v0.8.20 |
641 | 2024-12-20T22:38:16.585Z | Downloaded crc-any v2.5.0 |
642 | 2024-12-20T22:38:16.587Z | Downloaded hyper-util v0.1.10 |
643 | 2024-12-20T22:38:16.589Z | Downloaded const-oid v0.9.6 |
644 | 2024-12-20T22:38:16.593Z | Downloaded predicates-core v1.0.8 |
645 | 2024-12-20T22:38:16.596Z | Downloaded phf_shared v0.10.0 |
646 | 2024-12-20T22:38:16.596Z | Downloaded path-slash v0.1.5 |
647 | 2024-12-20T22:38:16.596Z | Downloaded structmeta v0.2.0 |
648 | 2024-12-20T22:38:16.599Z | Downloaded heapless v0.8.0 |
649 | 2024-12-20T22:38:16.604Z | Downloaded termtree v0.4.1 |
650 | 2024-12-20T22:38:16.606Z | Downloaded thread_local v1.1.8 |
651 | 2024-12-20T22:38:16.606Z | Downloaded indicatif v0.17.9 |
652 | 2024-12-20T22:38:16.609Z | Downloaded ecdsa v0.16.9 |
653 | 2024-12-20T22:38:16.611Z | Downloaded der_derive v0.7.3 |
654 | 2024-12-20T22:38:16.613Z | Downloaded dirs-sys-next v0.1.2 |
655 | 2024-12-20T22:38:16.614Z | Downloaded defmt-parser v0.3.4 |
656 | 2024-12-20T22:38:16.618Z | Downloaded sync_wrapper v1.0.1 |
657 | 2024-12-20T22:38:16.618Z | Downloaded rtoolbox v0.0.2 |
658 | 2024-12-20T22:38:16.618Z | Downloaded primeorder v0.13.6 |
659 | 2024-12-20T22:38:16.621Z | Downloaded derive_builder_macro v0.20.2 |
660 | 2024-12-20T22:38:16.621Z | Downloaded heapless v0.7.17 |
661 | 2024-12-20T22:38:16.624Z | Downloaded shell-words v1.1.0 |
662 | 2024-12-20T22:38:16.627Z | Downloaded slog-stdlog v4.1.1 |
663 | 2024-12-20T22:38:16.627Z | Downloaded globset v0.4.15 |
664 | 2024-12-20T22:38:16.629Z | Downloaded crossbeam-epoch v0.9.18 |
665 | 2024-12-20T22:38:16.633Z | Downloaded scheduled-thread-pool v0.2.7 |
666 | 2024-12-20T22:38:16.637Z | Downloaded slog v2.7.0 |
667 | 2024-12-20T22:38:16.637Z | Downloaded same-file v1.0.6 |
668 | 2024-12-20T22:38:16.641Z | Downloaded salsa20 v0.10.2 |
669 | 2024-12-20T22:38:16.641Z | Downloaded foldhash v0.1.3 |
670 | 2024-12-20T22:38:16.641Z | Downloaded ahash v0.8.11 |
671 | 2024-12-20T22:38:16.644Z | Downloaded bytes v1.8.0 |
672 | 2024-12-20T22:38:16.646Z | Downloaded base64 v0.13.1 |
673 | 2024-12-20T22:38:16.651Z | Downloaded defmt-macros v0.3.9 |
674 | 2024-12-20T22:38:16.653Z | Downloaded foreign-types-shared v0.3.1 |
675 | 2024-12-20T22:38:16.654Z | Downloaded writeable v0.5.5 |
676 | 2024-12-20T22:38:16.656Z | Downloaded normalize-line-endings v0.3.0 |
677 | 2024-12-20T22:38:16.656Z | Downloaded parse-display-derive v0.10.0 |
678 | 2024-12-20T22:38:16.659Z | Downloaded wyz v0.5.1 |
679 | 2024-12-20T22:38:16.659Z | Downloaded num-complex v0.4.6 |
680 | 2024-12-20T22:38:16.662Z | Downloaded samael v0.0.17 |
681 | 2024-12-20T22:38:16.666Z | Downloaded predicates-tree v1.0.11 |
682 | 2024-12-20T22:38:16.669Z | Downloaded phf_shared v0.11.2 |
683 | 2024-12-20T22:38:16.669Z | Downloaded vte v0.11.1 |
684 | 2024-12-20T22:38:16.673Z | Downloaded foreign-types-shared v0.1.1 |
685 | 2024-12-20T22:38:16.676Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2024-12-20T22:38:16.676Z | Downloaded wait-timeout v0.2.0 |
687 | 2024-12-20T22:38:16.676Z | Downloaded rand_seeder v0.3.0 |
688 | 2024-12-20T22:38:16.682Z | Downloaded xz2 v0.1.7 |
689 | 2024-12-20T22:38:16.682Z | Downloaded xattr v1.3.1 |
690 | 2024-12-20T22:38:16.685Z | Downloaded tokio-rustls v0.26.0 |
691 | 2024-12-20T22:38:16.685Z | Downloaded smallvec v1.13.2 |
692 | 2024-12-20T22:38:16.685Z | Downloaded nodrop v0.1.14 |
693 | 2024-12-20T22:38:16.687Z | Downloaded oso-derive v0.27.3 |
694 | 2024-12-20T22:38:16.687Z | Downloaded dropshot_endpoint v0.13.0 |
695 | 2024-12-20T22:38:16.691Z | Downloaded russh-keys v0.45.0 |
696 | 2024-12-20T22:38:16.696Z | Downloaded http v1.1.0 |
697 | 2024-12-20T22:38:16.699Z | Downloaded tinystr v0.7.6 |
698 | 2024-12-20T22:38:16.702Z | Downloaded termios v0.3.3 |
699 | 2024-12-20T22:38:16.702Z | Downloaded native-tls v0.2.12 |
700 | 2024-12-20T22:38:16.705Z | Downloaded fs_extra v1.3.0 |
701 | 2024-12-20T22:38:16.708Z | Downloaded prettyplease v0.2.25 |
702 | 2024-12-20T22:38:16.711Z | Downloaded fragile v2.0.0 |
703 | 2024-12-20T22:38:16.711Z | Downloaded group v0.13.0 |
704 | 2024-12-20T22:38:16.714Z | Downloaded tinyvec_macros v0.1.1 |
705 | 2024-12-20T22:38:16.714Z | Downloaded form_urlencoded v1.2.1 |
706 | 2024-12-20T22:38:16.717Z | Downloaded env_filter v0.1.2 |
707 | 2024-12-20T22:38:16.717Z | Downloaded rsa v0.9.6 |
708 | 2024-12-20T22:38:16.722Z | Downloaded multimap v0.10.0 |
709 | 2024-12-20T22:38:16.725Z | Downloaded aes v0.8.4 |
710 | 2024-12-20T22:38:16.728Z | Downloaded sqlformat v0.2.6 |
711 | 2024-12-20T22:38:16.731Z | Downloaded uzers v0.12.1 |
712 | 2024-12-20T22:38:16.733Z | Downloaded sync-ptr v0.1.1 |
713 | 2024-12-20T22:38:16.734Z | Downloaded sqlparser_derive v0.2.2 |
714 | 2024-12-20T22:38:16.737Z | Downloaded whoami v1.5.2 |
715 | 2024-12-20T22:38:16.737Z | Downloaded ena v0.14.3 |
716 | 2024-12-20T22:38:16.739Z | Downloaded postgres-types v0.2.8 |
717 | 2024-12-20T22:38:16.742Z | Downloaded zerovec-derive v0.10.3 |
718 | 2024-12-20T22:38:16.743Z | Downloaded pem v3.0.4 |
719 | 2024-12-20T22:38:16.745Z | Downloaded rpassword v7.3.1 |
720 | 2024-12-20T22:38:16.745Z | Downloaded rusty-fork v0.3.0 |
721 | 2024-12-20T22:38:16.748Z | Downloaded spin v0.9.8 |
722 | 2024-12-20T22:38:16.751Z | Downloaded defmt v0.3.8 |
723 | 2024-12-20T22:38:16.763Z | Downloaded endian-type v0.1.2 |
724 | 2024-12-20T22:38:16.769Z | Downloaded serde_with_macros v3.11.0 |
725 | 2024-12-20T22:38:16.772Z | Downloaded dhcproto-macros v0.1.0 |
726 | 2024-12-20T22:38:16.772Z | Downloaded strip-ansi-escapes v0.2.0 |
727 | 2024-12-20T22:38:16.772Z | Downloaded shlex v1.3.0 |
728 | 2024-12-20T22:38:16.772Z | Downloaded openssl-macros v0.1.1 |
729 | 2024-12-20T22:38:16.772Z | Downloaded rustversion v1.0.17 |
730 | 2024-12-20T22:38:16.774Z | Downloaded thiserror-impl-no-std v2.0.2 |
731 | 2024-12-20T22:38:16.777Z | Downloaded base64 v0.21.7 |
732 | 2024-12-20T22:38:16.780Z | Downloaded unarray v0.1.4 |
733 | 2024-12-20T22:38:16.783Z | Downloaded typify-macro v0.2.0 |
734 | 2024-12-20T22:38:16.783Z | Downloaded tokio-native-tls v0.3.1 |
735 | 2024-12-20T22:38:16.786Z | Downloaded foreign-types v0.5.0 |
736 | 2024-12-20T22:38:16.789Z | Downloaded unicode-xid v0.2.6 |
737 | 2024-12-20T22:38:16.789Z | Downloaded toml v0.7.8 |
738 | 2024-12-20T22:38:16.793Z | Downloaded crossbeam-channel v0.5.13 |
739 | 2024-12-20T22:38:16.796Z | Downloaded bumpalo v3.16.0 |
740 | 2024-12-20T22:38:16.798Z | Downloaded strum v0.26.3 |
741 | 2024-12-20T22:38:16.800Z | Downloaded display-error-chain v0.2.2 |
742 | 2024-12-20T22:38:16.802Z | Downloaded slog-async v2.8.0 |
743 | 2024-12-20T22:38:16.802Z | Downloaded siphasher v0.3.11 |
744 | 2024-12-20T22:38:16.805Z | Downloaded diff v0.1.13 |
745 | 2024-12-20T22:38:16.809Z | Downloaded toolchain_find v0.4.0 |
746 | 2024-12-20T22:38:16.814Z | Downloaded derive_builder_core v0.20.2 |
747 | 2024-12-20T22:38:16.814Z | Downloaded tokio-stream v0.1.16 |
748 | 2024-12-20T22:38:16.816Z | Downloaded slab v0.4.9 |
749 | 2024-12-20T22:38:16.818Z | Downloaded russh-cryptovec v0.7.3 |
750 | 2024-12-20T22:38:16.818Z | Downloaded serde-big-array v0.5.1 |
751 | 2024-12-20T22:38:16.820Z | Downloaded waitgroup v0.1.2 |
752 | 2024-12-20T22:38:16.821Z | Downloaded num-integer v0.1.46 |
753 | 2024-12-20T22:38:16.823Z | Downloaded num-derive v0.4.2 |
754 | 2024-12-20T22:38:16.825Z | Downloaded yoke-derive v0.7.4 |
755 | 2024-12-20T22:38:16.827Z | Downloaded mirai-annotations v1.12.0 |
756 | 2024-12-20T22:38:16.827Z | Downloaded enum-as-inner v0.5.1 |
757 | 2024-12-20T22:38:16.830Z | Downloaded dropshot_endpoint v0.12.0 |
758 | 2024-12-20T22:38:16.832Z | Downloaded postcard v1.0.10 |
759 | 2024-12-20T22:38:16.834Z | Downloaded tungstenite v0.21.0 |
760 | 2024-12-20T22:38:16.837Z | Downloaded der v0.7.9 |
761 | 2024-12-20T22:38:16.843Z | Downloaded rcgen v0.12.1 |
762 | 2024-12-20T22:38:16.846Z | Downloaded parse-size v1.1.0 |
763 | 2024-12-20T22:38:16.850Z | Downloaded ssh-cipher v0.2.0 |
764 | 2024-12-20T22:38:16.850Z | Downloaded serde_repr v0.1.19 |
765 | 2024-12-20T22:38:16.853Z | Downloaded serde_plain v1.0.2 |
766 | 2024-12-20T22:38:16.853Z | Downloaded displaydoc v0.2.5 |
767 | 2024-12-20T22:38:16.856Z | Downloaded hashbrown v0.13.2 |
768 | 2024-12-20T22:38:16.860Z | Downloaded time-core v0.1.2 |
769 | 2024-12-20T22:38:16.863Z | Downloaded percent-encoding v2.3.1 |
770 | 2024-12-20T22:38:16.863Z | Downloaded opaque-debug v0.3.1 |
771 | 2024-12-20T22:38:16.863Z | Downloaded utf16_iter v1.0.5 |
772 | 2024-12-20T22:38:16.865Z | Downloaded hashbrown v0.12.3 |
773 | 2024-12-20T22:38:16.868Z | Downloaded openssl-probe v0.1.5 |
774 | 2024-12-20T22:38:16.870Z | Downloaded itertools v0.12.1 |
775 | 2024-12-20T22:38:16.877Z | Downloaded itertools v0.10.5 |
776 | 2024-12-20T22:38:16.883Z | Downloaded gethostname v0.5.0 |
777 | 2024-12-20T22:38:16.885Z | Downloaded ff v0.13.0 |
778 | 2024-12-20T22:38:16.888Z | Downloaded tiny-keccak v2.0.2 |
779 | 2024-12-20T22:38:16.891Z | Downloaded zerofrom v0.1.4 |
780 | 2024-12-20T22:38:16.891Z | Downloaded unicode-segmentation v1.12.0 |
781 | 2024-12-20T22:38:16.894Z | Downloaded utf8_iter v1.0.4 |
782 | 2024-12-20T22:38:16.896Z | Downloaded packed_struct_codegen v0.10.1 |
783 | 2024-12-20T22:38:16.897Z | Downloaded dirs-next v2.0.0 |
784 | 2024-12-20T22:38:16.900Z | Downloaded tabwriter v1.4.0 |
785 | 2024-12-20T22:38:16.900Z | Downloaded vsss-rs v3.3.4 |
786 | 2024-12-20T22:38:16.902Z | Downloaded debug-ignore v1.0.5 |
787 | 2024-12-20T22:38:16.905Z | Downloaded data-encoding v2.6.0 |
788 | 2024-12-20T22:38:16.907Z | Downloaded phf v0.11.2 |
789 | 2024-12-20T22:38:16.907Z | Downloaded aes-gcm v0.10.3 |
790 | 2024-12-20T22:38:16.912Z | Downloaded idna v1.0.3 |
791 | 2024-12-20T22:38:16.916Z | Downloaded darling_macro v0.20.10 |
792 | 2024-12-20T22:38:16.919Z | Downloaded topological-sort v0.2.2 |
793 | 2024-12-20T22:38:16.919Z | Downloaded thiserror-no-std v2.0.2 |
794 | 2024-12-20T22:38:16.922Z | Downloaded difflib v0.4.0 |
795 | 2024-12-20T22:38:16.922Z | Downloaded tokio-tungstenite v0.24.0 |
796 | 2024-12-20T22:38:16.925Z | Downloaded num-conv v0.1.0 |
797 | 2024-12-20T22:38:16.926Z | Downloaded aho-corasick v1.1.3 |
798 | 2024-12-20T22:38:16.931Z | Downloaded newtype_derive v0.1.6 |
799 | 2024-12-20T22:38:16.933Z | Downloaded quick-error v1.2.3 |
800 | 2024-12-20T22:38:16.937Z | Downloaded zeroize v1.8.1 |
801 | 2024-12-20T22:38:16.937Z | Downloaded glob v0.3.1 |
802 | 2024-12-20T22:38:16.940Z | Downloaded fallible-streaming-iterator v0.1.9 |
803 | 2024-12-20T22:38:16.940Z | Downloaded progenitor-impl v0.8.0 |
804 | 2024-12-20T22:38:16.947Z | Downloaded want v0.3.1 |
805 | 2024-12-20T22:38:16.947Z | Downloaded toml_edit v0.19.15 |
806 | 2024-12-20T22:38:16.958Z | Downloaded precomputed-hash v0.1.1 |
807 | 2024-12-20T22:38:16.960Z | Downloaded nibble_vec v0.1.0 |
808 | 2024-12-20T22:38:16.960Z | Downloaded pbkdf2 v0.12.2 |
809 | 2024-12-20T22:38:16.962Z | Downloaded parking_lot_core v0.9.10 |
810 | 2024-12-20T22:38:16.965Z | Downloaded parking_lot_core v0.8.6 |
811 | 2024-12-20T22:38:16.967Z | Downloaded zerofrom-derive v0.1.4 |
812 | 2024-12-20T22:38:16.967Z | Downloaded yoke v0.7.4 |
813 | 2024-12-20T22:38:16.970Z | Downloaded yasna v0.5.2 |
814 | 2024-12-20T22:38:16.973Z | Downloaded resolv-conf v0.7.0 |
815 | 2024-12-20T22:38:16.979Z | Downloaded thiserror v2.0.3 |
816 | 2024-12-20T22:38:16.981Z | Downloaded rayon-core v1.12.1 |
817 | 2024-12-20T22:38:16.983Z | Downloaded slog-dtrace v0.3.0 |
818 | 2024-12-20T22:38:16.986Z | Downloaded fallible-iterator v0.3.0 |
819 | 2024-12-20T22:38:16.989Z | Downloaded num-iter v0.1.45 |
820 | 2024-12-20T22:38:16.989Z | Downloaded flagset v0.4.6 |
821 | 2024-12-20T22:38:16.992Z | Downloaded filetime v0.2.25 |
822 | 2024-12-20T22:38:16.992Z | Downloaded fallible-iterator v0.2.0 |
823 | 2024-12-20T22:38:16.996Z | Downloaded progenitor v0.8.0 |
824 | 2024-12-20T22:38:16.996Z | Downloaded crossterm v0.28.1 |
825 | 2024-12-20T22:38:17.002Z | Downloaded structmeta-derive v0.3.0 |
826 | 2024-12-20T22:38:17.005Z | Downloaded proc-macro-crate v1.3.1 |
827 | 2024-12-20T22:38:17.005Z | Downloaded pkg-config v0.3.31 |
828 | 2024-12-20T22:38:17.007Z | Downloaded rand v0.8.5 |
829 | 2024-12-20T22:38:17.015Z | Downloaded zopfli v0.8.1 |
830 | 2024-12-20T22:38:17.019Z | Downloaded olpc-cjson v0.1.4 |
831 | 2024-12-20T22:38:17.019Z | Downloaded tower-service v0.3.3 |
832 | 2024-12-20T22:38:17.019Z | Downloaded foreign-types v0.3.2 |
833 | 2024-12-20T22:38:17.019Z | Downloaded zerocopy v0.6.6 |
834 | 2024-12-20T22:38:17.019Z | Downloaded parking_lot v0.11.2 |
835 | 2024-12-20T22:38:17.024Z | Downloaded untrusted v0.9.0 |
836 | 2024-12-20T22:38:17.024Z | Downloaded either v1.13.0 |
837 | 2024-12-20T22:38:17.027Z | Downloaded untrusted v0.7.1 |
838 | 2024-12-20T22:38:17.027Z | Downloaded universal-hash v0.5.1 |
839 | 2024-12-20T22:38:17.027Z | Downloaded unicase v2.7.0 |
840 | 2024-12-20T22:38:17.027Z | Downloaded term v0.7.0 |
841 | 2024-12-20T22:38:17.042Z | Downloaded test-strategy v0.3.1 |
842 | 2024-12-20T22:38:17.042Z | Downloaded tar v0.4.42 |
843 | 2024-12-20T22:38:17.042Z | Downloaded ppv-lite86 v0.2.20 |
844 | 2024-12-20T22:38:17.042Z | Downloaded fd-lock v4.0.2 |
845 | 2024-12-20T22:38:17.046Z | Downloaded new_debug_unreachable v1.0.6 |
846 | 2024-12-20T22:38:17.046Z | Downloaded newline-converter v0.3.0 |
847 | 2024-12-20T22:38:17.046Z | Downloaded strum_macros v0.26.4 |
848 | 2024-12-20T22:38:17.050Z | Downloaded ron v0.8.1 |
849 | 2024-12-20T22:38:17.055Z | Downloaded zone_cfg_derive v0.3.0 |
850 | 2024-12-20T22:38:17.055Z | Downloaded predicates v3.1.2 |
851 | 2024-12-20T22:38:17.059Z | Downloaded scrypt v0.11.0 |
852 | 2024-12-20T22:38:17.059Z | Downloaded tokio-util v0.7.12 |
853 | 2024-12-20T22:38:17.065Z | Downloaded serde_urlencoded v0.7.1 |
854 | 2024-12-20T22:38:17.068Z | Downloaded rustls-pemfile v1.0.4 |
855 | 2024-12-20T22:38:17.068Z | Downloaded sct v0.7.1 |
856 | 2024-12-20T22:38:17.072Z | Downloaded ghash v0.5.1 |
857 | 2024-12-20T22:38:17.077Z | Downloaded parking_lot v0.12.3 |
858 | 2024-12-20T22:38:17.077Z | Downloaded ed25519 v2.2.3 |
859 | 2024-12-20T22:38:17.080Z | Downloaded peg-runtime v0.8.3 |
860 | 2024-12-20T22:38:17.080Z | Downloaded password-hash v0.5.0 |
861 | 2024-12-20T22:38:17.080Z | Downloaded rustls-pemfile v2.2.0 |
862 | 2024-12-20T22:38:17.083Z | Downloaded oso v0.27.3 |
863 | 2024-12-20T22:38:17.086Z | Downloaded ron v0.7.1 |
864 | 2024-12-20T22:38:17.089Z | Downloaded ref-cast v1.0.23 |
865 | 2024-12-20T22:38:17.092Z | Downloaded time v0.3.36 |
866 | 2024-12-20T22:38:17.098Z | Downloaded nanorand v0.7.0 |
867 | 2024-12-20T22:38:17.102Z | Downloaded subtle v2.6.1 |
868 | 2024-12-20T22:38:17.105Z | Downloaded newtype-uuid v1.1.3 |
869 | 2024-12-20T22:38:17.105Z | Downloaded mockall v0.13.0 |
870 | 2024-12-20T22:38:17.108Z | Downloaded uuid v1.11.0 |
871 | 2024-12-20T22:38:17.111Z | Downloaded which v4.4.2 |
872 | 2024-12-20T22:38:17.111Z | Downloaded fatfs v0.3.6 |
873 | 2024-12-20T22:38:17.114Z | Downloaded dhcproto v0.12.0 |
874 | 2024-12-20T22:38:17.116Z | Downloaded sigpipe v0.1.3 |
875 | 2024-12-20T22:38:17.119Z | Downloaded walkdir v2.5.0 |
876 | 2024-12-20T22:38:17.119Z | Downloaded rustc-demangle v0.1.24 |
877 | 2024-12-20T22:38:17.133Z | Downloaded diesel_derives v2.2.3 |
878 | 2024-12-20T22:38:17.136Z | Downloaded rustc_version v0.1.7 |
879 | 2024-12-20T22:38:17.136Z | Downloaded rustc-hash v2.0.0 |
880 | 2024-12-20T22:38:17.136Z | Downloaded rustc-hash v1.1.0 |
881 | 2024-12-20T22:38:17.136Z | Downloaded pin-utils v0.1.0 |
882 | 2024-12-20T22:38:17.137Z | Downloaded try-lock v0.2.5 |
883 | 2024-12-20T22:38:17.137Z | Downloaded num_enum v0.5.11 |
884 | 2024-12-20T22:38:17.137Z | Downloaded tracing-attributes v0.1.27 |
885 | 2024-12-20T22:38:17.144Z | Downloaded peg v0.8.4 |
886 | 2024-12-20T22:38:17.147Z | Downloaded funty v2.0.0 |
887 | 2024-12-20T22:38:17.147Z | Downloaded zeroize_derive v1.4.2 |
888 | 2024-12-20T22:38:17.147Z | Downloaded sec1 v0.7.3 |
889 | 2024-12-20T22:38:17.147Z | Downloaded float-ord v0.3.2 |
890 | 2024-12-20T22:38:17.147Z | Downloaded nom v7.1.3 |
891 | 2024-12-20T22:38:17.151Z | Downloaded zone_cfg_derive v0.1.2 |
892 | 2024-12-20T22:38:17.159Z | Downloaded embedded-io v0.4.0 |
893 | 2024-12-20T22:38:17.159Z | Downloaded subprocess v0.2.9 |
894 | 2024-12-20T22:38:17.161Z | Downloaded num_enum_derive v0.5.11 |
895 | 2024-12-20T22:38:17.161Z | Downloaded ssh-encoding v0.2.0 |
896 | 2024-12-20T22:38:17.161Z | Downloaded radium v0.7.0 |
897 | 2024-12-20T22:38:17.161Z | Downloaded peg-macros v0.8.4 |
898 | 2024-12-20T22:38:17.161Z | Downloaded embedded-io v0.6.1 |
899 | 2024-12-20T22:38:17.163Z | Downloaded tui-tree-widget v0.22.0 |
900 | 2024-12-20T22:38:17.166Z | Downloaded signature v2.2.0 |
901 | 2024-12-20T22:38:17.166Z | Downloaded unsafe-libyaml v0.2.11 |
902 | 2024-12-20T22:38:17.171Z | Downloaded unicode-normalization v0.1.24 |
903 | 2024-12-20T22:38:17.174Z | Downloaded simd-adler32 v0.3.7 |
904 | 2024-12-20T22:38:17.180Z | Downloaded utf-8 v0.7.6 |
905 | 2024-12-20T22:38:17.180Z | Downloaded steno v0.4.1 |
906 | 2024-12-20T22:38:17.184Z | Downloaded stable_deref_trait v1.2.0 |
907 | 2024-12-20T22:38:17.184Z | Downloaded smf v0.2.3 |
908 | 2024-12-20T22:38:17.184Z | Downloaded hash32 v0.2.1 |
909 | 2024-12-20T22:38:17.184Z | Downloaded diesel-dtrace v0.4.2 |
910 | 2024-12-20T22:38:17.188Z | Downloaded salty v0.3.0 |
911 | 2024-12-20T22:38:17.191Z | Downloaded psl-types v2.0.11 |
912 | 2024-12-20T22:38:17.194Z | Downloaded spin v0.5.2 |
913 | 2024-12-20T22:38:17.194Z | Downloaded elliptic-curve v0.13.8 |
914 | 2024-12-20T22:38:17.200Z | Downloaded pkcs5 v0.7.1 |
915 | 2024-12-20T22:38:17.203Z | Downloaded futures-channel v0.3.31 |
916 | 2024-12-20T22:38:17.205Z | Downloaded num-rational v0.4.2 |
917 | 2024-12-20T22:38:17.205Z | Downloaded lalrpop v0.19.12 |
918 | 2024-12-20T22:38:17.216Z | Downloaded deranged v0.3.11 |
919 | 2024-12-20T22:38:17.219Z | Downloaded progenitor-macro v0.8.0 |
920 | 2024-12-20T22:38:17.219Z | Downloaded signal-hook v0.3.17 |
921 | 2024-12-20T22:38:17.222Z | Downloaded tokio-postgres v0.7.12 |
922 | 2024-12-20T22:38:17.225Z | Downloaded winnow v0.5.40 |
923 | 2024-12-20T22:38:17.234Z | Downloaded poly1305 v0.8.0 |
924 | 2024-12-20T22:38:17.237Z | Downloaded num-bigint-dig v0.8.4 |
925 | 2024-12-20T22:38:17.241Z | Downloaded derive_builder v0.20.2 |
926 | 2024-12-20T22:38:17.248Z | Downloaded getrandom v0.2.15 |
927 | 2024-12-20T22:38:17.250Z | Downloaded aws-lc-rs v1.10.0 |
928 | 2024-12-20T22:38:17.258Z | Downloaded snafu-derive v0.8.5 |
929 | 2024-12-20T22:38:17.260Z | Downloaded futures v0.3.31 |
930 | 2024-12-20T22:38:17.264Z | Downloaded tracing-core v0.1.32 |
931 | 2024-12-20T22:38:17.268Z | Downloaded similar v2.6.0 |
932 | 2024-12-20T22:38:17.272Z | Downloaded value-bag v1.9.0 |
933 | 2024-12-20T22:38:17.274Z | Downloaded twox-hash v1.6.3 |
934 | 2024-12-20T22:38:17.277Z | Downloaded derive_more v0.99.18 |
935 | 2024-12-20T22:38:17.281Z | Downloaded vergen v8.3.2 |
936 | 2024-12-20T22:38:17.285Z | Downloaded url v2.5.3 |
937 | 2024-12-20T22:38:17.287Z | Downloaded snafu v0.8.5 |
938 | 2024-12-20T22:38:17.292Z | Downloaded h2 v0.4.6 |
939 | 2024-12-20T22:38:17.299Z | Downloaded flate2 v1.0.34 |
940 | 2024-12-20T22:38:17.305Z | Downloaded tungstenite v0.24.0 |
941 | 2024-12-20T22:38:17.308Z | Downloaded rustls-webpki v0.101.7 |
942 | 2024-12-20T22:38:17.324Z | Downloaded idna v0.3.0 |
943 | 2024-12-20T22:38:17.328Z | Downloaded chrono v0.4.38 |
944 | 2024-12-20T22:38:17.336Z | Downloaded hashbrown v0.14.5 |
945 | 2024-12-20T22:38:17.341Z | Downloaded russh v0.45.0 |
946 | 2024-12-20T22:38:17.346Z | Downloaded sqlparser v0.45.0 |
947 | 2024-12-20T22:38:17.352Z | Downloaded idna v0.4.0 |
948 | 2024-12-20T22:38:17.359Z | Downloaded p384 v0.13.0 |
949 | 2024-12-20T22:38:17.365Z | Downloaded parse-zoneinfo v0.3.1 |
950 | 2024-12-20T22:38:17.368Z | Downloaded zip v2.1.3 |
951 | 2024-12-20T22:38:17.372Z | Downloaded portable-atomic v1.9.0 |
952 | 2024-12-20T22:38:17.380Z | Downloaded rustyline v14.0.0 |
953 | 2024-12-20T22:38:17.383Z | Downloaded bindgen v0.69.5 |
954 | 2024-12-20T22:38:17.391Z | Downloaded typed-path v0.9.3 |
955 | 2024-12-20T22:38:17.396Z | Downloaded serde_with v3.11.0 |
956 | 2024-12-20T22:38:17.404Z | Downloaded quinn-proto v0.11.8 |
957 | 2024-12-20T22:38:17.411Z | Downloaded ssh-key v0.6.6 |
958 | 2024-12-20T22:38:17.418Z | Downloaded unicode-width v0.2.0 |
959 | 2024-12-20T22:38:17.425Z | Downloaded bitvec v1.0.1 |
960 | 2024-12-20T22:38:17.440Z | Downloaded quick-xml v0.33.0 |
961 | 2024-12-20T22:38:17.444Z | Downloaded nix v0.27.1 |
962 | 2024-12-20T22:38:17.455Z | Downloaded reedline v0.35.0 |
963 | 2024-12-20T22:38:17.462Z | Downloaded zerocopy v0.8.10 |
964 | 2024-12-20T22:38:17.487Z | Downloaded petname v2.0.2 |
965 | 2024-12-20T22:38:17.491Z | Downloaded object v0.30.4 |
966 | 2024-12-20T22:38:17.500Z | Downloaded curve25519-dalek v4.1.3 |
967 | 2024-12-20T22:38:17.509Z | Downloaded futures-util v0.3.31 |
968 | 2024-12-20T22:38:17.521Z | Downloaded git2 v0.19.0 |
969 | 2024-12-20T22:38:17.529Z | Downloaded hickory-proto v0.24.1 |
970 | 2024-12-20T22:38:17.544Z | Downloaded proptest v1.5.0 |
971 | 2024-12-20T22:38:17.553Z | Downloaded dropshot v0.13.0 |
972 | 2024-12-20T22:38:17.573Z | Downloaded rustls v0.23.19 |
973 | 2024-12-20T22:38:17.585Z | Downloaded regex v1.11.1 |
974 | 2024-12-20T22:38:17.598Z | Downloaded radix_trie v0.2.1 |
975 | 2024-12-20T22:38:17.603Z | Downloaded dropshot v0.12.0 |
976 | 2024-12-20T22:38:17.622Z | Downloaded webpki-roots v0.26.6 |
977 | 2024-12-20T22:38:17.626Z | Downloaded object v0.36.5 |
978 | 2024-12-20T22:38:17.637Z | Downloaded nix v0.29.0 |
979 | 2024-12-20T22:38:17.649Z | Downloaded vcpkg v0.2.15 |
980 | 2024-12-20T22:38:17.685Z | Downloaded rustls v0.22.4 |
981 | 2024-12-20T22:38:17.697Z | Downloaded gimli v0.31.1 |
982 | 2024-12-20T22:38:17.706Z | Downloaded smoltcp v0.9.1 |
983 | 2024-12-20T22:38:17.716Z | Downloaded regex-syntax v0.6.29 |
984 | 2024-12-20T22:38:17.723Z | Downloaded typify-impl v0.2.0 |
985 | 2024-12-20T22:38:17.738Z | Downloaded regress v0.9.1 |
986 | 2024-12-20T22:38:17.747Z | Downloaded polar-core v0.27.3 |
987 | 2024-12-20T22:38:17.754Z | Downloaded regress v0.10.1 |
988 | 2024-12-20T22:38:17.763Z | Downloaded openapiv3 v2.0.0 |
989 | 2024-12-20T22:38:17.775Z | Downloaded trust-dns-proto v0.22.0 |
990 | 2024-12-20T22:38:17.787Z | Downloaded sled v0.34.7 |
991 | 2024-12-20T22:38:17.796Z | Downloaded smoltcp v0.11.0 |
992 | 2024-12-20T22:38:17.810Z | Downloaded diesel v2.2.6 |
993 | 2024-12-20T22:38:17.827Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2024-12-20T22:38:17.838Z | Downloaded ratatui v0.28.1 |
995 | 2024-12-20T22:38:17.859Z | Downloaded regex-syntax v0.8.5 |
996 | 2024-12-20T22:38:17.865Z | Downloaded chrono-tz v0.10.0 |
997 | 2024-12-20T22:38:17.876Z | Downloaded bstr v1.10.0 |
998 | 2024-12-20T22:38:17.888Z | Downloaded openssl v0.10.66 |
999 | 2024-12-20T22:38:17.896Z | Downloaded rustls v0.21.12 |
1000 | 2024-12-20T22:38:17.902Z | Downloaded nix v0.28.0 |
1001 | 2024-12-20T22:38:17.913Z | Downloaded idna v0.2.3 |
1002 | 2024-12-20T22:38:17.919Z | Downloaded idna v0.5.0 |
1003 | 2024-12-20T22:38:17.926Z | Downloaded expectorate v1.1.0 |
1004 | 2024-12-20T22:38:17.929Z | Downloaded publicsuffix v2.2.3 |
1005 | 2024-12-20T22:38:17.932Z | Downloaded csv v1.3.0 |
1006 | 2024-12-20T22:38:17.949Z | Downloaded reqwest v0.12.9 |
1007 | 2024-12-20T22:38:17.957Z | Downloaded zerovec v0.10.4 |
1008 | 2024-12-20T22:38:17.967Z | Downloaded rustls-webpki v0.102.8 |
1009 | 2024-12-20T22:38:17.980Z | Downloaded zerocopy-derive v0.6.6 |
1010 | 2024-12-20T22:38:17.989Z | Downloaded rayon v1.10.0 |
1011 | 2024-12-20T22:38:18.000Z | Downloaded tough v0.19.0 |
1012 | 2024-12-20T22:38:18.006Z | Downloaded tracing v0.1.40 |
1013 | 2024-12-20T22:38:18.014Z | Downloaded darling_core v0.20.10 |
1014 | 2024-12-20T22:38:18.023Z | Downloaded regex-automata v0.4.8 |
1015 | 2024-12-20T22:38:18.030Z | Downloaded lzma-sys v0.1.20 |
1016 | 2024-12-20T22:38:18.057Z | Downloaded petgraph v0.6.5 |
1017 | 2024-12-20T22:38:18.076Z | Downloaded num-bigint v0.4.6 |
1018 | 2024-12-20T22:38:18.079Z | Downloaded mio v1.0.2 |
1019 | 2024-12-20T22:38:18.083Z | Downloaded blake3 v1.5.4 |
1020 | 2024-12-20T22:38:18.094Z | Downloaded libz-sys v1.1.20 |
1021 | 2024-12-20T22:38:18.114Z | Downloaded tokio v1.40.0 |
1022 | 2024-12-20T22:38:18.160Z | Downloaded zerocopy-derive v0.8.10 |
1023 | 2024-12-20T22:38:18.169Z | Downloaded unicode-bidi v0.3.17 |
1024 | 2024-12-20T22:38:18.169Z | Downloaded powerfmt v0.2.0 |
1025 | 2024-12-20T22:38:18.169Z | Downloaded mockall_derive v0.13.0 |
1026 | 2024-12-20T22:38:18.169Z | Downloaded num-traits v0.2.19 |
1027 | 2024-12-20T22:38:18.169Z | Downloaded openssl-sys v0.9.103 |
1028 | 2024-12-20T22:38:18.173Z | Downloaded socket2 v0.5.7 |
1029 | 2024-12-20T22:38:18.173Z | Downloaded tungstenite v0.23.0 |
1030 | 2024-12-20T22:38:18.174Z | Downloaded pkcs1 v0.7.5 |
1031 | 2024-12-20T22:38:18.178Z | Downloaded sha3 v0.10.8 |
1032 | 2024-12-20T22:38:18.180Z | Downloaded icu_properties_data v1.5.0 |
1033 | 2024-12-20T22:38:18.188Z | Downloaded signal-hook-registry v1.4.2 |
1034 | 2024-12-20T22:38:18.191Z | Downloaded rustfmt-wrapper v0.2.1 |
1035 | 2024-12-20T22:38:18.191Z | Downloaded r2d2 v0.8.10 |
1036 | 2024-12-20T22:38:18.191Z | Downloaded rusqlite v0.32.1 |
1037 | 2024-12-20T22:38:18.197Z | Downloaded pkcs8 v0.10.2 |
1038 | 2024-12-20T22:38:18.199Z | Downloaded des v0.8.1 |
1039 | 2024-12-20T22:38:18.203Z | Downloaded p256 v0.13.2 |
1040 | 2024-12-20T22:38:18.207Z | Downloaded quinn v0.11.5 |
1041 | 2024-12-20T22:38:18.210Z | Downloaded schemars v0.8.21 |
1042 | 2024-12-20T22:38:18.219Z | Downloaded omicron-zone-package v0.11.1 |
1043 | 2024-12-20T22:38:18.222Z | Downloaded miniz_oxide v0.8.0 |
1044 | 2024-12-20T22:38:18.225Z | Downloaded headers v0.4.0 |
1045 | 2024-12-20T22:38:18.228Z | Downloaded encoding_rs v0.8.34 |
1046 | 2024-12-20T22:38:18.250Z | Downloaded p521 v0.13.3 |
1047 | 2024-12-20T22:38:18.253Z | Downloaded scopeguard v1.2.0 |
1048 | 2024-12-20T22:38:18.253Z | Downloaded half v2.4.1 |
1049 | 2024-12-20T22:38:18.256Z | Downloaded hkdf v0.12.4 |
1050 | 2024-12-20T22:38:18.262Z | Downloaded strum_macros v0.25.3 |
1051 | 2024-12-20T22:38:18.266Z | Downloaded strum_macros v0.24.3 |
1052 | 2024-12-20T22:38:18.266Z | Downloaded supports-color v3.0.1 |
1053 | 2024-12-20T22:38:18.266Z | Downloaded ed25519-dalek v2.1.1 |
1054 | 2024-12-20T22:38:18.270Z | Downloaded packed_struct v0.10.1 |
1055 | 2024-12-20T22:38:18.270Z | Downloaded time-macros v0.2.18 |
1056 | 2024-12-20T22:38:18.270Z | Downloaded serde_derive_internals v0.29.1 |
1057 | 2024-12-20T22:38:18.274Z | Downloaded serde-hex v0.1.0 |
1058 | 2024-12-20T22:38:18.274Z | Downloaded quinn-udp v0.5.5 |
1059 | 2024-12-20T22:38:18.275Z | Downloaded unicode_categories v0.1.1 |
1060 | 2024-12-20T22:38:18.281Z | Downloaded x509-cert v0.2.5 |
1061 | 2024-12-20T22:38:18.287Z | Downloaded pem-rfc7468 v0.7.0 |
1062 | 2024-12-20T22:38:18.287Z | Downloaded password-hash v0.4.2 |
1063 | 2024-12-20T22:38:18.287Z | Downloaded termcolor v1.4.1 |
1064 | 2024-12-20T22:38:18.287Z | Downloaded num v0.4.3 |
1065 | 2024-12-20T22:38:18.292Z | Downloaded hashlink v0.9.1 |
1066 | 2024-12-20T22:38:18.292Z | Downloaded rustls-pki-types v1.10.0 |
1067 | 2024-12-20T22:38:18.292Z | Downloaded itertools v0.13.0 |
1068 | 2024-12-20T22:38:18.298Z | Downloaded hyper v1.5.0 |
1069 | 2024-12-20T22:38:18.303Z | Downloaded thiserror-impl v2.0.3 |
1070 | 2024-12-20T22:38:18.308Z | Downloaded slog-scope v4.4.0 |
1071 | 2024-12-20T22:38:18.308Z | Downloaded slog-json v2.6.1 |
1072 | 2024-12-20T22:38:18.308Z | Downloaded slog-envlogger v2.2.0 |
1073 | 2024-12-20T22:38:18.312Z | Downloaded signal-hook-mio v0.2.4 |
1074 | 2024-12-20T22:38:18.312Z | Downloaded serde_path_to_error v0.1.16 |
1075 | 2024-12-20T22:38:18.312Z | Downloaded fxhash v0.2.1 |
1076 | 2024-12-20T22:38:18.312Z | Downloaded foreign-types-macros v0.2.3 |
1077 | 2024-12-20T22:38:18.316Z | Downloaded downcast v0.11.0 |
1078 | 2024-12-20T22:38:18.316Z | Downloaded derive-where v1.2.7 |
1079 | 2024-12-20T22:38:18.328Z | Downloaded zip v0.6.6 |
1080 | 2024-12-20T22:38:18.333Z | Downloaded tinyvec v1.8.0 |
1081 | 2024-12-20T22:38:18.333Z | Downloaded futures-task v0.3.31 |
1082 | 2024-12-20T22:38:18.333Z | Downloaded futures-sink v0.3.31 |
1083 | 2024-12-20T22:38:18.333Z | Downloaded futures-core v0.3.31 |
1084 | 2024-12-20T22:38:18.333Z | Downloaded enum-as-inner v0.6.1 |
1085 | 2024-12-20T22:38:18.333Z | Downloaded env_logger v0.10.2 |
1086 | 2024-12-20T22:38:18.333Z | Downloaded libxml v0.3.3 |
1087 | 2024-12-20T22:38:18.337Z | Downloaded libm v0.2.8 |
1088 | 2024-12-20T22:38:18.344Z | Downloaded postgres-protocol v0.6.7 |
1089 | 2024-12-20T22:38:18.347Z | Downloaded pin-project v1.1.6 |
1090 | 2024-12-20T22:38:18.357Z | Downloaded tokio-macros v2.4.0 |
1091 | 2024-12-20T22:38:18.361Z | Downloaded tls_codec_derive v0.4.1 |
1092 | 2024-12-20T22:38:18.361Z | Downloaded owo-colors v4.1.0 |
1093 | 2024-12-20T22:38:18.367Z | Downloaded nu-ansi-term v0.50.1 |
1094 | 2024-12-20T22:38:18.367Z | Downloaded multer v3.1.0 |
1095 | 2024-12-20T22:38:18.372Z | Downloaded synstructure v0.13.1 |
1096 | 2024-12-20T22:38:18.372Z | Downloaded static_assertions v1.1.0 |
1097 | 2024-12-20T22:38:18.372Z | Downloaded serde_yaml v0.9.34+deprecated |
1098 | 2024-12-20T22:38:18.376Z | Downloaded polyval v0.6.2 |
1099 | 2024-12-20T22:38:18.376Z | Downloaded phf_generator v0.11.2 |
1100 | 2024-12-20T22:38:18.376Z | Downloaded phf_codegen v0.11.2 |
1101 | 2024-12-20T22:38:18.376Z | Downloaded paste v1.0.15 |
1102 | 2024-12-20T22:38:18.380Z | Downloaded parse-display v0.10.0 |
1103 | 2024-12-20T22:38:18.380Z | Downloaded env_logger v0.11.5 |
1104 | 2024-12-20T22:38:18.383Z | Downloaded rand_core v0.6.4 |
1105 | 2024-12-20T22:38:18.383Z | Downloaded minimal-lexical v0.2.1 |
1106 | 2024-12-20T22:38:18.387Z | Downloaded hickory-server v0.24.1 |
1107 | 2024-12-20T22:38:18.391Z | Downloaded unicode-properties v0.1.3 |
1108 | 2024-12-20T22:38:18.394Z | Downloaded float-cmp v0.9.0 |
1109 | 2024-12-20T22:38:18.395Z | Downloaded rand_xorshift v0.3.0 |
1110 | 2024-12-20T22:38:18.398Z | Downloaded pin-project-internal v1.1.6 |
1111 | 2024-12-20T22:38:18.398Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1112 | 2024-12-20T22:38:18.453Z | Downloaded typify v0.2.0 |
1113 | 2024-12-20T22:38:18.457Z | Downloaded flume v0.11.1 |
1114 | 2024-12-20T22:38:18.459Z | Downloaded slog-bunyan v2.5.0 |
1115 | 2024-12-20T22:38:18.459Z | Downloaded crypto-bigint v0.5.5 |
1116 | 2024-12-20T22:38:18.464Z | Downloaded chacha20poly1305 v0.10.1 |
1117 | 2024-12-20T22:38:18.468Z | Downloaded backtrace v0.3.74 |
1118 | 2024-12-20T22:38:18.472Z | Downloaded cc v1.1.30 |
1119 | 2024-12-20T22:38:18.475Z | Downloaded const_format v0.2.33 |
1120 | 2024-12-20T22:38:18.480Z | Downloaded compact_str v0.8.0 |
1121 | 2024-12-20T22:38:18.484Z | Downloaded base64 v0.22.1 |
1122 | 2024-12-20T22:38:18.487Z | Downloaded stringprep v0.1.5 |
1123 | 2024-12-20T22:38:18.489Z | Downloaded string_cache v0.8.7 |
1124 | 2024-12-20T22:38:18.489Z | Downloaded qorb v0.2.1 |
1125 | 2024-12-20T22:38:18.493Z | Downloaded icu_collections v1.5.0 |
1126 | 2024-12-20T22:38:18.498Z | Downloaded arc-swap v1.7.1 |
1127 | 2024-12-20T22:38:18.504Z | Downloaded tokio-rustls v0.25.0 |
1128 | 2024-12-20T22:38:18.508Z | Downloaded tokio-rustls v0.24.1 |
1129 | 2024-12-20T22:38:18.508Z | Downloaded pin-project-lite v0.2.14 |
1130 | 2024-12-20T22:38:18.510Z | Downloaded tokio-tungstenite v0.23.1 |
1131 | 2024-12-20T22:38:18.513Z | Downloaded tokio-tungstenite v0.21.0 |
1132 | 2024-12-20T22:38:18.516Z | Downloaded icu_properties v1.5.1 |
1133 | 2024-12-20T22:38:18.519Z | Downloaded icu_normalizer_data v1.5.0 |
1134 | 2024-12-20T22:38:18.519Z | Downloaded allocator-api2 v0.2.18 |
1135 | 2024-12-20T22:38:18.521Z | Downloaded slog-term v2.9.1 |
1136 | 2024-12-20T22:38:18.527Z | Downloaded cookie v0.18.1 |
1137 | 2024-12-20T22:38:18.531Z | Downloaded fixedbitset v0.4.2 |
1138 | 2024-12-20T22:38:18.531Z | Downloaded zone v0.1.8 |
1139 | 2024-12-20T22:38:18.531Z | Downloaded unicode-truncate v1.1.0 |
1140 | 2024-12-20T22:38:18.531Z | Downloaded signal-hook-tokio v0.3.1 |
1141 | 2024-12-20T22:38:18.531Z | Downloaded backoff v0.4.0 |
1142 | 2024-12-20T22:38:18.534Z | Downloaded cookie_store v0.21.0 |
1143 | 2024-12-20T22:38:18.534Z | Downloaded icu_provider v1.5.0 |
1144 | 2024-12-20T22:38:18.537Z | Downloaded base64ct v1.6.0 |
1145 | 2024-12-20T22:38:18.539Z | Downloaded argon2 v0.5.3 |
1146 | 2024-12-20T22:38:18.539Z | Downloaded memmap2 v0.9.5 |
1147 | 2024-12-20T22:38:18.543Z | Downloaded lock_api v0.4.12 |
1148 | 2024-12-20T22:38:18.544Z | Downloaded keccak v0.1.5 |
1149 | 2024-12-20T22:38:18.544Z | Downloaded arrayvec v0.7.6 |
1150 | 2024-12-20T22:38:18.546Z | Downloaded hyper-staticfile v0.10.1 |
1151 | 2024-12-20T22:38:18.551Z | Downloaded ciborium v0.2.2 |
1152 | 2024-12-20T22:38:18.551Z | Downloaded bcs v0.1.6 |
1153 | 2024-12-20T22:38:18.554Z | Downloaded async-bb8-diesel v0.2.1 |
1154 | 2024-12-20T22:38:18.554Z | Downloaded arrayref v0.3.9 |
1155 | 2024-12-20T22:38:18.555Z | Downloaded async-trait v0.1.83 |
1156 | 2024-12-20T22:38:18.558Z | Downloaded async-recursion v1.1.1 |
1157 | 2024-12-20T22:38:18.561Z | Downloaded crossbeam-deque v0.8.5 |
1158 | 2024-12-20T22:38:18.563Z | Downloaded chrono-tz-build v0.4.0 |
1159 | 2024-12-20T22:38:18.563Z | Downloaded atomic-waker v1.1.2 |
1160 | 2024-12-20T22:38:18.563Z | Downloaded array-init v0.0.4 |
1161 | 2024-12-20T22:38:18.566Z | Downloaded bit-vec v0.6.3 |
1162 | 2024-12-20T22:38:18.566Z | Downloaded inout v0.1.3 |
1163 | 2024-12-20T22:38:18.569Z | Downloaded impl-trait-for-tuples v0.2.2 |
1164 | 2024-12-20T22:38:18.569Z | Downloaded md-5 v0.10.6 |
1165 | 2024-12-20T22:38:18.573Z | Downloaded linked-hash-map v0.5.6 |
1166 | 2024-12-20T22:38:18.573Z | Downloaded libsw v3.3.1 |
1167 | 2024-12-20T22:38:18.577Z | Downloaded lazy_static v1.5.0 |
1168 | 2024-12-20T22:38:18.577Z | Downloaded lalrpop-util v0.19.12 |
1169 | 2024-12-20T22:38:18.577Z | Downloaded cobs v0.2.3 |
1170 | 2024-12-20T22:38:18.581Z | Downloaded cbc v0.1.2 |
1171 | 2024-12-20T22:38:18.581Z | Downloaded indoc v1.0.9 |
1172 | 2024-12-20T22:38:18.581Z | Downloaded ciborium-ll v0.2.2 |
1173 | 2024-12-20T22:38:18.581Z | Downloaded cassowary v0.3.0 |
1174 | 2024-12-20T22:38:18.584Z | Downloaded blowfish v0.9.1 |
1175 | 2024-12-20T22:38:18.584Z | Downloaded hubpack v0.1.2 |
1176 | 2024-12-20T22:38:18.584Z | Downloaded chacha20 v0.9.1 |
1177 | 2024-12-20T22:38:18.586Z | Downloaded bitfield-struct v0.6.2 |
1178 | 2024-12-20T22:38:18.587Z | Downloaded ascii-canvas v3.0.0 |
1179 | 2024-12-20T22:38:18.589Z | Downloaded httpdate v1.0.3 |
1180 | 2024-12-20T22:38:18.589Z | Downloaded is-terminal v0.4.13 |
1181 | 2024-12-20T22:38:18.589Z | Downloaded hostname v0.3.1 |
1182 | 2024-12-20T22:38:18.592Z | Downloaded cexpr v0.6.0 |
1183 | 2024-12-20T22:38:18.592Z | Downloaded buf-list v1.0.3 |
1184 | 2024-12-20T22:38:18.599Z | Downloaded cmake v0.1.51 |
1185 | 2024-12-20T22:38:18.599Z | Downloaded cfg_aliases v0.2.1 |
1186 | 2024-12-20T22:38:18.603Z | Downloaded bit-set v0.5.3 |
1187 | 2024-12-20T22:38:18.603Z | Downloaded base16ct v0.2.0 |
1188 | 2024-12-20T22:38:18.872Z | Downloaded ring v0.17.8 |
1189 | 2024-12-20T22:38:18.951Z | Downloaded aws-lc-sys v0.22.0 |
1190 | 2024-12-20T22:38:19.206Z | Downloaded libsqlite3-sys v0.30.1 |
1191 | 2024-12-20T22:38:19.281Z | Downloaded ring v0.16.20 |
1192 | 2024-12-20T22:38:19.460Z | Compiling serde v1.0.215 |
1193 | 2024-12-20T22:38:19.463Z | Compiling lock_api v0.4.12 |
1194 | 2024-12-20T22:38:19.463Z | Compiling scopeguard v1.2.0 |
1195 | 2024-12-20T22:38:19.463Z | Compiling value-bag v1.9.0 |
1196 | 2024-12-20T22:38:19.463Z | Compiling typenum v1.17.0 |
1197 | 2024-12-20T22:38:19.463Z | Compiling generic-array v0.14.7 |
1198 | 2024-12-20T22:38:19.688Z | Compiling syn v2.0.87 |
1199 | 2024-12-20T22:38:19.705Z | Compiling getrandom v0.2.15 |
1200 | 2024-12-20T22:38:19.847Z | Compiling subtle v2.6.1 |
1201 | 2024-12-20T22:38:19.945Z | Compiling rand_core v0.6.4 |
1202 | 2024-12-20T22:38:20.082Z | Compiling log v0.4.22 |
1203 | 2024-12-20T22:38:20.222Z | Compiling shlex v1.3.0 |
1204 | 2024-12-20T22:38:20.256Z | Compiling jobserver v0.1.32 |
1205 | 2024-12-20T22:38:20.274Z | Compiling const-oid v0.9.6 |
1206 | 2024-12-20T22:38:20.600Z | Compiling smallvec v1.13.2 |
1207 | 2024-12-20T22:38:20.689Z | Compiling spin v0.9.8 |
1208 | 2024-12-20T22:38:20.695Z | Compiling cc v1.1.30 |
1209 | 2024-12-20T22:38:20.912Z | Compiling pin-project-lite v0.2.14 |
1210 | 2024-12-20T22:38:20.943Z | Compiling rustix v0.38.37 |
1211 | 2024-12-20T22:38:21.002Z | Compiling parking_lot_core v0.9.10 |
1212 | 2024-12-20T22:38:21.044Z | Compiling futures-core v0.3.31 |
1213 | 2024-12-20T22:38:21.252Z | Compiling signal-hook-registry v1.4.2 |
1214 | 2024-12-20T22:38:21.336Z | Compiling mio v1.0.2 |
1215 | 2024-12-20T22:38:21.894Z | Compiling aho-corasick v1.1.3 |
1216 | 2024-12-20T22:38:22.118Z | Compiling parking_lot v0.12.3 |
1217 | 2024-12-20T22:38:22.178Z | Compiling regex-syntax v0.8.5 |
1218 | 2024-12-20T22:38:22.307Z | Compiling cpufeatures v0.2.14 |
1219 | 2024-12-20T22:38:22.413Z | Compiling lazy_static v1.5.0 |
1220 | 2024-12-20T22:38:22.445Z | Compiling glob v0.3.1 |
1221 | 2024-12-20T22:38:22.534Z | Compiling futures-sink v0.3.31 |
1222 | 2024-12-20T22:38:22.555Z | Compiling stable_deref_trait v1.2.0 |
1223 | 2024-12-20T22:38:22.674Z | Compiling either v1.13.0 |
1224 | 2024-12-20T22:38:22.694Z | Compiling socket2 v0.5.7 |
1225 | 2024-12-20T22:38:23.047Z | Compiling slab v0.4.9 |
1226 | 2024-12-20T22:38:23.080Z | Compiling prettyplease v0.2.25 |
1227 | 2024-12-20T22:38:23.413Z | Compiling minimal-lexical v0.2.1 |
1228 | 2024-12-20T22:38:23.458Z | Compiling clang-sys v1.8.1 |
1229 | 2024-12-20T22:38:23.744Z | Compiling libloading v0.8.5 |
1230 | 2024-12-20T22:38:23.830Z | Compiling bindgen v0.69.5 |
1231 | 2024-12-20T22:38:23.996Z | Compiling nom v7.1.3 |
1232 | 2024-12-20T22:38:24.156Z | Compiling serde_json v1.0.132 |
1233 | 2024-12-20T22:38:24.210Z | Compiling home v0.5.9 |
1234 | 2024-12-20T22:38:24.529Z | Compiling itertools v0.10.5 |
1235 | 2024-12-20T22:38:24.651Z | Compiling futures-channel v0.3.31 |
1236 | 2024-12-20T22:38:25.007Z | Compiling rustc-hash v1.1.0 |
1237 | 2024-12-20T22:38:25.083Z | Compiling foldhash v0.1.3 |
1238 | 2024-12-20T22:38:25.163Z | Compiling allocator-api2 v0.2.18 |
1239 | 2024-12-20T22:38:25.388Z | Compiling pin-utils v0.1.0 |
1240 | 2024-12-20T22:38:25.494Z | Compiling futures-io v0.3.31 |
1241 | 2024-12-20T22:38:25.847Z | Compiling regex-automata v0.4.8 |
1242 | 2024-12-20T22:38:25.956Z | Compiling lazycell v1.3.0 |
1243 | 2024-12-20T22:38:26.128Z | Compiling futures-task v0.3.31 |
1244 | 2024-12-20T22:38:26.431Z | Compiling hashbrown v0.15.1 |
1245 | 2024-12-20T22:38:27.377Z | Compiling synstructure v0.13.1 |
1246 | 2024-12-20T22:38:27.669Z | Compiling cexpr v0.6.0 |
1247 | 2024-12-20T22:38:27.798Z | Compiling cmake v0.1.51 |
1248 | 2024-12-20T22:38:28.906Z | Compiling libm v0.2.8 |
1249 | 2024-12-20T22:38:29.040Z | Compiling tinyvec_macros v0.1.1 |
1250 | 2024-12-20T22:38:29.094Z | Compiling dunce v1.0.5 |
1251 | 2024-12-20T22:38:29.145Z | Compiling pkg-config v0.3.31 |
1252 | 2024-12-20T22:38:29.204Z | Compiling fs_extra v1.3.0 |
1253 | 2024-12-20T22:38:29.261Z | Compiling tinyvec v1.8.0 |
1254 | 2024-12-20T22:38:29.535Z | Compiling num-traits v0.2.19 |
1255 | 2024-12-20T22:38:30.046Z | Compiling ring v0.17.8 |
1256 | 2024-12-20T22:38:30.708Z | Compiling writeable v0.5.5 |
1257 | 2024-12-20T22:38:30.756Z | Compiling unicode-normalization v0.1.24 |
1258 | 2024-12-20T22:38:30.777Z | Compiling base64ct v1.6.0 |
1259 | 2024-12-20T22:38:31.158Z | Compiling unicode-bidi v0.3.17 |
1260 | 2024-12-20T22:38:31.178Z | Compiling litemap v0.7.3 |
1261 | 2024-12-20T22:38:31.257Z | Compiling paste v1.0.15 |
1262 | 2024-12-20T22:38:31.371Z | Compiling regex v1.11.1 |
1263 | 2024-12-20T22:38:31.573Z | Compiling pem-rfc7468 v0.7.0 |
1264 | 2024-12-20T22:38:32.274Z | Compiling httparse v1.9.5 |
1265 | 2024-12-20T22:38:32.478Z | Compiling aws-lc-rs v1.10.0 |
1266 | 2024-12-20T22:38:32.591Z | Compiling flagset v0.4.6 |
1267 | 2024-12-20T22:38:32.872Z | Compiling tracing-core v0.1.32 |
1268 | 2024-12-20T22:38:33.089Z | Compiling crossbeam-utils v0.8.20 |
1269 | 2024-12-20T22:38:33.672Z | Compiling icu_locid_transform_data v1.5.0 |
1270 | 2024-12-20T22:38:33.775Z | Compiling percent-encoding v2.3.1 |
1271 | 2024-12-20T22:38:33.805Z | Compiling rustls-pki-types v1.10.0 |
1272 | 2024-12-20T22:38:34.118Z | Compiling icu_properties_data v1.5.0 |
1273 | 2024-12-20T22:38:34.239Z | Compiling time-core v0.1.2 |
1274 | 2024-12-20T22:38:34.383Z | Compiling mirai-annotations v1.12.0 |
1275 | 2024-12-20T22:38:34.403Z | Compiling untrusted v0.7.1 |
1276 | 2024-12-20T22:38:34.422Z | Compiling serde_derive v1.0.215 |
1277 | 2024-12-20T22:38:34.578Z | Compiling zeroize_derive v1.4.2 |
1278 | 2024-12-20T22:38:34.580Z | Compiling zerocopy-derive v0.7.35 |
1279 | 2024-12-20T22:38:34.704Z | Compiling tokio-macros v2.4.0 |
1280 | 2024-12-20T22:38:34.871Z | Compiling zerofrom-derive v0.1.4 |
1281 | 2024-12-20T22:38:36.170Z | Compiling zeroize v1.8.1 |
1282 | 2024-12-20T22:38:36.302Z | Compiling thiserror-impl v1.0.69 |
1283 | 2024-12-20T22:38:36.645Z | Compiling yoke-derive v0.7.4 |
1284 | 2024-12-20T22:38:36.901Z | Compiling zerocopy v0.7.35 |
1285 | 2024-12-20T22:38:37.780Z | Compiling futures-macro v0.3.31 |
1286 | 2024-12-20T22:38:37.956Z | Compiling crypto-common v0.1.6 |
1287 | 2024-12-20T22:38:38.207Z | Compiling block-buffer v0.10.4 |
1288 | 2024-12-20T22:38:38.478Z | Compiling digest v0.10.7 |
1289 | 2024-12-20T22:38:38.543Z | Compiling zerovec-derive v0.10.3 |
1290 | 2024-12-20T22:38:38.858Z | Compiling block-padding v0.3.3 |
1291 | 2024-12-20T22:38:38.912Z | Compiling zerofrom v0.1.4 |
1292 | 2024-12-20T22:38:39.009Z | Compiling hmac v0.12.1 |
1293 | 2024-12-20T22:38:39.125Z | Compiling displaydoc v0.2.5 |
1294 | 2024-12-20T22:38:39.164Z | Compiling inout v0.1.3 |
1295 | 2024-12-20T22:38:39.268Z | Compiling sha2 v0.10.8 |
1296 | 2024-12-20T22:38:39.440Z | Compiling cipher v0.4.4 |
1297 | 2024-12-20T22:38:39.772Z | Compiling yoke v0.7.4 |
1298 | 2024-12-20T22:38:39.794Z | Compiling thiserror v1.0.69 |
1299 | 2024-12-20T22:38:39.797Z | Compiling futures-util v0.3.31 |
1300 | 2024-12-20T22:38:39.940Z | Compiling ppv-lite86 v0.2.20 |
1301 | 2024-12-20T22:38:39.973Z | Compiling icu_provider_macros v1.5.0 |
1302 | 2024-12-20T22:38:40.149Z | Compiling der_derive v0.7.3 |
1303 | 2024-12-20T22:38:40.779Z | Compiling rand_chacha v0.3.1 |
1304 | 2024-12-20T22:38:40.829Z | Compiling tracing-attributes v0.1.27 |
1305 | 2024-12-20T22:38:41.166Z | Compiling rand v0.8.5 |
1306 | 2024-12-20T22:38:41.290Z | Compiling zerovec v0.10.4 |
1307 | 2024-12-20T22:38:42.731Z | Compiling der v0.7.9 |
1308 | 2024-12-20T22:38:42.866Z | Compiling pest v2.7.14 |
1309 | 2024-12-20T22:38:43.071Z | Compiling salsa20 v0.10.2 |
1310 | 2024-12-20T22:38:43.326Z | Compiling tinystr v0.7.6 |
1311 | 2024-12-20T22:38:43.348Z | Compiling icu_collections v1.5.0 |
1312 | 2024-12-20T22:38:43.565Z | Compiling pbkdf2 v0.12.2 |
1313 | 2024-12-20T22:38:43.804Z | Compiling icu_locid v1.5.0 |
1314 | 2024-12-20T22:38:43.825Z | Compiling untrusted v0.9.0 |
1315 | 2024-12-20T22:38:44.012Z | Compiling powerfmt v0.2.0 |
1316 | 2024-12-20T22:38:44.393Z | Compiling vcpkg v0.2.15 |
1317 | 2024-12-20T22:38:44.681Z | Compiling tracing v0.1.40 |
1318 | 2024-12-20T22:38:44.888Z | Compiling spki v0.7.3 |
1319 | 2024-12-20T22:38:45.211Z | Compiling icu_provider v1.5.0 |
1320 | 2024-12-20T22:38:45.273Z | Compiling num-conv v0.1.0 |
1321 | 2024-12-20T22:38:45.560Z | Compiling time-macros v0.2.18 |
1322 | 2024-12-20T22:38:45.966Z | Compiling icu_locid_transform v1.5.0 |
1323 | 2024-12-20T22:38:45.998Z | Compiling pest_meta v2.7.14 |
1324 | 2024-12-20T22:38:46.087Z | Compiling deranged v0.3.11 |
1325 | 2024-12-20T22:38:46.289Z | Compiling scrypt v0.11.0 |
1326 | 2024-12-20T22:38:46.620Z | Compiling openssl-sys v0.9.103 |
1327 | 2024-12-20T22:38:46.891Z | Compiling aes v0.8.4 |
1328 | 2024-12-20T22:38:47.734Z | Compiling icu_properties v1.5.1 |
1329 | 2024-12-20T22:38:48.058Z | Compiling cbc v0.1.2 |
1330 | 2024-12-20T22:38:48.296Z | Compiling scroll_derive v0.12.0 |
1331 | 2024-12-20T22:38:48.640Z | Compiling bitflags v2.6.0 |
1332 | 2024-12-20T22:38:48.806Z | Compiling bytes v1.8.0 |
1333 | 2024-12-20T22:38:49.752Z | Compiling tokio v1.40.0 |
1334 | 2024-12-20T22:38:49.842Z | Compiling indexmap v2.6.0 |
1335 | 2024-12-20T22:38:49.905Z | Compiling http v1.1.0 |
1336 | 2024-12-20T22:38:50.112Z | Compiling semver v1.0.23 |
1337 | 2024-12-20T22:38:50.899Z | Compiling rustc_version v0.4.1 |
1338 | 2024-12-20T22:38:51.277Z | Compiling icu_normalizer_data v1.5.0 |
1339 | 2024-12-20T22:38:51.390Z | Compiling utf8_iter v1.0.4 |
1340 | 2024-12-20T22:38:51.641Z | Compiling num_threads v0.1.7 |
1341 | 2024-12-20T22:38:51.669Z | Compiling write16 v1.0.0 |
1342 | 2024-12-20T22:38:51.778Z | Compiling utf16_iter v1.0.5 |
1343 | 2024-12-20T22:38:51.808Z | Compiling atomic-waker v1.1.2 |
1344 | 2024-12-20T22:38:51.981Z | Compiling icu_normalizer v1.5.0 |
1345 | 2024-12-20T22:38:52.002Z | Compiling time v0.3.36 |
1346 | 2024-12-20T22:38:52.367Z | Compiling http-body v1.0.1 |
1347 | 2024-12-20T22:38:52.368Z | Compiling scroll v0.12.0 |
1348 | 2024-12-20T22:38:52.497Z | Compiling pkcs5 v0.7.1 |
1349 | 2024-12-20T22:38:52.583Z | Compiling pest_generator v2.7.14 |
1350 | 2024-12-20T22:38:52.680Z | Compiling form_urlencoded v1.2.1 |
1351 | 2024-12-20T22:38:52.945Z | Compiling which v4.4.2 |
1352 | 2024-12-20T22:38:53.022Z | Compiling slog v2.7.0 |
1353 | 2024-12-20T22:38:53.583Z | Compiling try-lock v0.2.5 |
1354 | 2024-12-20T22:38:53.769Z | Compiling want v0.3.1 |
1355 | 2024-12-20T22:38:53.791Z | Compiling pkcs8 v0.10.2 |
1356 | 2024-12-20T22:38:54.056Z | Compiling goblin v0.8.2 |
1357 | 2024-12-20T22:38:54.097Z | Compiling idna_adapter v1.2.0 |
1358 | 2024-12-20T22:38:54.309Z | Compiling httpdate v1.0.3 |
1359 | 2024-12-20T22:38:54.330Z | Compiling idna v1.0.3 |
1360 | 2024-12-20T22:38:54.658Z | Compiling pest_derive v2.7.14 |
1361 | 2024-12-20T22:38:54.773Z | Compiling uuid v1.11.0 |
1362 | 2024-12-20T22:38:55.347Z | Compiling serde_spanned v0.6.8 |
1363 | 2024-12-20T22:38:55.477Z | Compiling dtrace-parser v0.2.0 |
1364 | 2024-12-20T22:38:55.583Z | Compiling toml_datetime v0.6.8 |
1365 | 2024-12-20T22:38:56.112Z | Compiling serde_tokenstream v0.2.2 |
1366 | 2024-12-20T22:38:56.182Z | Compiling iana-time-zone v0.1.61 |
1367 | 2024-12-20T22:38:56.225Z | Compiling match_cfg v0.1.0 |
1368 | 2024-12-20T22:38:56.305Z | Compiling tower-service v0.3.3 |
1369 | 2024-12-20T22:38:56.442Z | Compiling adler2 v2.0.0 |
1370 | 2024-12-20T22:38:56.654Z | Compiling openssl v0.10.66 |
1371 | 2024-12-20T22:38:56.654Z | Compiling rustversion v1.0.17 |
1372 | 2024-12-20T22:38:56.701Z | Compiling foreign-types-shared v0.1.1 |
1373 | 2024-12-20T22:38:56.814Z | Compiling base64 v0.22.1 |
1374 | 2024-12-20T22:38:57.123Z | Compiling foreign-types v0.3.2 |
1375 | 2024-12-20T22:38:57.222Z | Compiling miniz_oxide v0.8.0 |
1376 | 2024-12-20T22:38:57.376Z | Compiling chrono v0.4.38 |
1377 | 2024-12-20T22:38:57.410Z | Compiling hostname v0.3.1 |
1378 | 2024-12-20T22:38:57.549Z | Compiling url v2.5.3 |
1379 | 2024-12-20T22:38:57.665Z | Compiling openssl-macros v0.1.1 |
1380 | 2024-12-20T22:38:58.424Z | Compiling tokio-util v0.7.12 |
1381 | 2024-12-20T22:38:58.773Z | Compiling async-trait v0.1.83 |
1382 | 2024-12-20T22:38:58.995Z | Compiling dirs-sys-next v0.1.2 |
1383 | 2024-12-20T22:38:59.642Z | Compiling h2 v0.4.6 |
1384 | 2024-12-20T22:38:59.664Z | Compiling dof v0.3.0 |
1385 | 2024-12-20T22:38:59.886Z | Compiling syn v1.0.109 |
1386 | 2024-12-20T22:39:00.514Z | Compiling usdt-impl v0.5.0 |
1387 | 2024-12-20T22:39:01.183Z | Compiling rustls v0.23.19 |
1388 | 2024-12-20T22:39:01.464Z | Compiling native-tls v0.2.12 |
1389 | 2024-12-20T22:39:01.523Z | Compiling rustls v0.22.4 |
1390 | 2024-12-20T22:39:01.783Z | Compiling data-encoding v2.6.0 |
1391 | 2024-12-20T22:39:01.804Z | Compiling siphasher v0.3.11 |
1392 | 2024-12-20T22:39:01.957Z | Compiling dirs-next v2.0.0 |
1393 | 2024-12-20T22:39:02.184Z | Compiling http-body-util v0.1.2 |
1394 | 2024-12-20T22:39:02.719Z | Compiling crossbeam-epoch v0.9.18 |
1395 | 2024-12-20T22:39:03.536Z | Compiling heapless v0.7.17 |
1396 | 2024-12-20T22:39:03.575Z | Compiling sha1 v0.10.6 |
1397 | 2024-12-20T22:39:04.020Z | Compiling signature v2.2.0 |
1398 | 2024-12-20T22:39:04.042Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1399 | 2024-12-20T22:39:04.288Z | Compiling serde_derive_internals v0.29.1 |
1400 | 2024-12-20T22:39:04.338Z | Compiling thread_local v1.1.8 |
1401 | 2024-12-20T22:39:04.413Z | Compiling multer v3.1.0 |
1402 | 2024-12-20T22:39:04.555Z | Compiling encoding_rs v0.8.34 |
1403 | 2024-12-20T22:39:04.710Z | Compiling cookie v0.18.1 |
1404 | 2024-12-20T22:39:04.933Z | Compiling signal-hook v0.3.17 |
1405 | 2024-12-20T22:39:05.001Z | Compiling mime v0.3.17 |
1406 | 2024-12-20T22:39:05.197Z | Compiling schemars v0.8.21 |
1407 | 2024-12-20T22:39:05.449Z | Compiling openssl-probe v0.1.5 |
1408 | 2024-12-20T22:39:05.538Z | Compiling slog-async v2.8.0 |
1409 | 2024-12-20T22:39:05.618Z | Compiling unicode-properties v0.1.3 |
1410 | 2024-12-20T22:39:05.789Z | Compiling rayon-core v1.12.1 |
1411 | 2024-12-20T22:39:06.037Z | Compiling gimli v0.31.1 |
1412 | 2024-12-20T22:39:06.060Z | Compiling ipnet v2.10.1 |
1413 | 2024-12-20T22:39:06.190Z | Compiling stringprep v0.1.5 |
1414 | 2024-12-20T22:39:07.190Z | Compiling hyper v1.5.0 |
1415 | 2024-12-20T22:39:07.413Z | Compiling schemars_derive v0.8.21 |
1416 | 2024-12-20T22:39:07.530Z | Compiling toml_edit v0.22.22 |
1417 | 2024-12-20T22:39:09.732Z | Compiling hyper-util v0.1.10 |
1418 | 2024-12-20T22:39:10.600Z | Compiling addr2line v0.24.2 |
1419 | 2024-12-20T22:39:11.059Z | Compiling usdt-attr-macro v0.5.0 |
1420 | 2024-12-20T22:39:11.266Z | Compiling usdt-macro v0.5.0 |
1421 | 2024-12-20T22:39:11.383Z | Compiling crossbeam-deque v0.8.5 |
1422 | 2024-12-20T22:39:11.404Z | Compiling term v0.7.0 |
1423 | 2024-12-20T22:39:12.016Z | Compiling slog-json v2.6.1 |
1424 | 2024-12-20T22:39:12.407Z | Compiling serde_urlencoded v0.7.1 |
1425 | 2024-12-20T22:39:12.692Z | Compiling crossbeam-channel v0.5.13 |
1426 | 2024-12-20T22:39:12.764Z | Compiling curve25519-dalek v4.1.3 |
1427 | 2024-12-20T22:39:12.853Z | Compiling futures-executor v0.3.31 |
1428 | 2024-12-20T22:39:12.903Z | Compiling enum-as-inner v0.6.1 |
1429 | 2024-12-20T22:39:12.936Z | Compiling md-5 v0.10.6 |
1430 | 2024-12-20T22:39:13.191Z | Compiling async-stream-impl v0.3.6 |
1431 | 2024-12-20T22:39:13.380Z | Compiling rustls-pemfile v2.2.0 |
1432 | 2024-12-20T22:39:13.432Z | Compiling num-integer v0.1.46 |
1433 | 2024-12-20T22:39:13.780Z | Compiling idna v0.4.0 |
1434 | 2024-12-20T22:39:13.801Z | Compiling idna v0.3.0 |
1435 | 2024-12-20T22:39:14.004Z | Compiling hash32 v0.2.1 |
1436 | 2024-12-20T22:39:14.234Z | Compiling ff v0.13.0 |
1437 | 2024-12-20T22:39:14.379Z | Compiling is-terminal v0.4.13 |
1438 | 2024-12-20T22:39:14.460Z | Compiling dropshot v0.12.0 |
1439 | 2024-12-20T22:39:14.515Z | Compiling object v0.36.5 |
1440 | 2024-12-20T22:39:14.610Z | Compiling psl-types v2.0.11 |
1441 | 2024-12-20T22:39:14.736Z | Compiling quick-error v1.2.3 |
1442 | 2024-12-20T22:39:14.814Z | Compiling take_mut v0.2.2 |
1443 | 2024-12-20T22:39:14.881Z | Compiling anyhow v1.0.93 |
1444 | 2024-12-20T22:39:14.967Z | Compiling dyn-clone v1.0.17 |
1445 | 2024-12-20T22:39:15.190Z | Compiling portable-atomic v1.9.0 |
1446 | 2024-12-20T22:39:15.477Z | Compiling fallible-iterator v0.2.0 |
1447 | 2024-12-20T22:39:15.498Z | Compiling linked-hash-map v0.5.6 |
1448 | 2024-12-20T22:39:15.500Z | Compiling num-bigint-dig v0.8.4 |
1449 | 2024-12-20T22:39:15.805Z | Compiling utf-8 v0.7.6 |
1450 | 2024-12-20T22:39:15.882Z | Compiling rustc-demangle v0.1.24 |
1451 | 2024-12-20T22:39:15.990Z | Compiling smoltcp v0.9.1 |
1452 | 2024-12-20T22:39:16.140Z | Compiling base16ct v0.2.0 |
1453 | 2024-12-20T22:39:16.163Z | Compiling postgres-protocol v0.6.7 |
1454 | 2024-12-20T22:39:16.329Z | Compiling sec1 v0.7.3 |
1455 | 2024-12-20T22:39:16.454Z | Compiling tungstenite v0.24.0 |
1456 | 2024-12-20T22:39:16.747Z | Compiling lru-cache v0.1.2 |
1457 | 2024-12-20T22:39:17.228Z | Compiling resolv-conf v0.7.0 |
1458 | 2024-12-20T22:39:17.528Z | Compiling publicsuffix v2.2.3 |
1459 | 2024-12-20T22:39:17.862Z | Compiling hickory-proto v0.24.1 |
1460 | 2024-12-20T22:39:18.044Z | Compiling async-stream v0.3.6 |
1461 | 2024-12-20T22:39:18.200Z | Compiling slog-term v2.9.1 |
1462 | 2024-12-20T22:39:18.355Z | Compiling usdt v0.5.0 |
1463 | 2024-12-20T22:39:18.907Z | Compiling group v0.13.0 |
1464 | 2024-12-20T22:39:19.254Z | Compiling num-iter v0.1.45 |
1465 | 2024-12-20T22:39:19.483Z | Compiling futures v0.3.31 |
1466 | 2024-12-20T22:39:19.570Z | Compiling slog-bunyan v2.5.0 |
1467 | 2024-12-20T22:39:19.789Z | Compiling toml v0.8.19 |
1468 | 2024-12-20T22:39:21.267Z | Compiling tokio-native-tls v0.3.1 |
1469 | 2024-12-20T22:39:21.555Z | Compiling camino v1.1.9 |
1470 | 2024-12-20T22:39:21.607Z | Compiling phf_shared v0.11.2 |
1471 | 2024-12-20T22:39:21.817Z | Compiling dropshot_endpoint v0.12.0 |
1472 | 2024-12-20T22:39:22.002Z | Compiling backtrace v0.3.74 |
1473 | 2024-12-20T22:39:22.521Z | Compiling terminal_size v0.4.0 |
1474 | 2024-12-20T22:39:22.524Z | Compiling waitgroup v0.1.2 |
1475 | 2024-12-20T22:39:22.652Z | Compiling openapiv3 v2.0.0 |
1476 | 2024-12-20T22:39:22.748Z | Compiling serde_path_to_error v0.1.16 |
1477 | 2024-12-20T22:39:22.768Z | Compiling hkdf v0.12.4 |
1478 | 2024-12-20T22:39:23.037Z | Compiling crypto-bigint v0.5.5 |
1479 | 2024-12-20T22:39:23.612Z | Compiling curve25519-dalek-derive v0.1.1 |
1480 | 2024-12-20T22:39:25.200Z | Compiling zerocopy-derive v0.6.6 |
1481 | 2024-12-20T22:39:25.775Z | Compiling webpki-roots v0.26.6 |
1482 | 2024-12-20T22:39:25.881Z | Compiling hubpack_derive v0.1.1 |
1483 | 2024-12-20T22:39:25.998Z | Compiling idna v0.5.0 |
1484 | 2024-12-20T22:39:26.596Z | Compiling hostname v0.4.0 |
1485 | 2024-12-20T22:39:26.786Z | Compiling ahash v0.8.11 |
1486 | 2024-12-20T22:39:26.839Z | Compiling crc32fast v1.4.2 |
1487 | 2024-12-20T22:39:27.115Z | Compiling fs-err v2.11.0 |
1488 | 2024-12-20T22:39:27.156Z | Compiling bitflags v1.3.2 |
1489 | 2024-12-20T22:39:27.180Z | Compiling managed v0.8.0 |
1490 | 2024-12-20T22:39:27.261Z | Compiling winnow v0.5.40 |
1491 | 2024-12-20T22:39:27.385Z | Compiling debug-ignore v1.0.5 |
1492 | 2024-12-20T22:39:27.407Z | Compiling strum_macros v0.25.3 |
1493 | 2024-12-20T22:39:27.604Z | Compiling clap_builder v4.5.21 |
1494 | 2024-12-20T22:39:27.719Z | Compiling console v0.15.8 |
1495 | 2024-12-20T22:39:28.746Z | Compiling zerocopy v0.6.6 |
1496 | 2024-12-20T22:39:29.249Z | Compiling flate2 v1.0.34 |
1497 | 2024-12-20T22:39:29.383Z | Compiling cookie_store v0.21.0 |
1498 | 2024-12-20T22:39:29.671Z | Compiling hubpack v0.1.2 |
1499 | 2024-12-20T22:39:29.729Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-12-20T22:39:30.225Z | Compiling hickory-resolver v0.24.1 |
1501 | 2024-12-20T22:39:30.973Z | Compiling toml_edit v0.19.15 |
1502 | 2024-12-20T22:39:31.147Z | Compiling phf v0.11.2 |
1503 | 2024-12-20T22:39:31.438Z | Compiling signal-hook-mio v0.2.4 |
1504 | 2024-12-20T22:39:31.485Z | Compiling hyper-tls v0.6.0 |
1505 | 2024-12-20T22:39:31.612Z | Compiling rayon v1.10.0 |
1506 | 2024-12-20T22:39:31.654Z | Compiling bzip2 v0.4.4 |
1507 | 2024-12-20T22:39:32.051Z | Compiling tokio-tungstenite v0.24.0 |
1508 | 2024-12-20T22:39:32.595Z | Compiling postgres-types v0.2.8 |
1509 | 2024-12-20T22:39:35.492Z | Compiling ed25519 v2.2.3 |
1510 | 2024-12-20T22:39:36.490Z | Compiling phf_shared v0.10.0 |
1511 | 2024-12-20T22:39:36.911Z | Compiling tokio-stream v0.1.16 |
1512 | 2024-12-20T22:39:37.098Z | Compiling pkcs1 v0.7.5 |
1513 | 2024-12-20T22:39:37.100Z | Compiling serde-big-array v0.5.1 |
1514 | 2024-12-20T22:39:37.356Z | Compiling clap_derive v4.5.18 |
1515 | 2024-12-20T22:39:37.384Z | Compiling rfc6979 v0.4.0 |
1516 | 2024-12-20T22:39:37.583Z | Compiling serde_repr v0.1.19 |
1517 | 2024-12-20T22:39:37.989Z | Compiling derive-where v1.2.7 |
1518 | 2024-12-20T22:39:38.096Z | Compiling float-cmp v0.9.0 |
1519 | 2024-12-20T22:39:38.128Z | Compiling bstr v1.10.0 |
1520 | 2024-12-20T22:39:38.320Z | Compiling sync_wrapper v1.0.1 |
1521 | 2024-12-20T22:39:38.483Z | Compiling new_debug_unreachable v1.0.6 |
1522 | 2024-12-20T22:39:38.628Z | Compiling difflib v0.4.0 |
1523 | 2024-12-20T22:39:38.782Z | Compiling unicode-width v0.2.0 |
1524 | 2024-12-20T22:39:39.065Z | Compiling number_prefix v0.4.0 |
1525 | 2024-12-20T22:39:39.297Z | Compiling predicates-core v1.0.8 |
1526 | 2024-12-20T22:39:39.316Z | Compiling unicode-segmentation v1.12.0 |
1527 | 2024-12-20T22:39:39.671Z | Compiling fixedbitset v0.4.2 |
1528 | 2024-12-20T22:39:39.906Z | Compiling whoami v1.5.2 |
1529 | 2024-12-20T22:39:40.145Z | Compiling precomputed-hash v0.1.1 |
1530 | 2024-12-20T22:39:40.209Z | Compiling bit-vec v0.6.3 |
1531 | 2024-12-20T22:39:40.271Z | Compiling static_assertions v1.1.0 |
1532 | 2024-12-20T22:39:40.293Z | Compiling normalize-line-endings v0.3.0 |
1533 | 2024-12-20T22:39:40.378Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1534 | 2024-12-20T22:39:40.426Z | Compiling predicates v3.1.2 |
1535 | 2024-12-20T22:39:40.540Z | Compiling string_cache v0.8.7 |
1536 | 2024-12-20T22:39:40.671Z | Compiling bit-set v0.5.3 |
1537 | 2024-12-20T22:39:40.963Z | Compiling tokio-postgres v0.7.12 |
1538 | 2024-12-20T22:39:41.019Z | Compiling similar v2.6.0 |
1539 | 2024-12-20T22:39:41.650Z | Compiling petgraph v0.6.5 |
1540 | 2024-12-20T22:39:42.225Z | Compiling indicatif v0.17.9 |
1541 | 2024-12-20T22:39:42.455Z | Compiling clap v4.5.21 |
1542 | 2024-12-20T22:39:42.587Z | Compiling rsa v0.9.6 |
1543 | 2024-12-20T22:39:43.474Z | Compiling ecdsa v0.16.9 |
1544 | 2024-12-20T22:39:44.381Z | Compiling ed25519-dalek v2.1.1 |
1545 | 2024-12-20T22:39:44.484Z | Compiling toml v0.7.8 |
1546 | 2024-12-20T22:39:45.723Z | Compiling zip v0.6.6 |
1547 | 2024-12-20T22:39:45.815Z | Compiling crossterm v0.28.1 |
1548 | 2024-12-20T22:39:46.695Z | Compiling hex v0.4.3 |
1549 | 2024-12-20T22:39:46.905Z | Compiling x509-cert v0.2.5 |
1550 | 2024-12-20T22:39:47.156Z | Compiling lalrpop-util v0.19.12 |
1551 | 2024-12-20T22:39:47.331Z | Compiling unicode-xid v0.2.6 |
1552 | 2024-12-20T22:39:47.353Z | Compiling peg-runtime v0.8.3 |
1553 | 2024-12-20T22:39:47.445Z | Compiling strum_macros v0.26.4 |
1554 | 2024-12-20T22:39:47.506Z | Compiling xattr v1.3.1 |
1555 | 2024-12-20T22:39:47.528Z | Compiling filetime v0.2.25 |
1556 | 2024-12-20T22:39:47.805Z | Compiling tar v0.4.42 |
1557 | 2024-12-20T22:39:52.597Z | Compiling strum v0.26.3 |
1558 | 2024-12-20T22:39:55.569Z | Compiling aws-lc-sys v0.22.0 |
1559 | 2024-12-20T22:40:23.062Z | Compiling rustls-webpki v0.102.8 |
1560 | 2024-12-20T22:40:26.484Z | Compiling tokio-rustls v0.25.0 |
1561 | 2024-12-20T22:40:28.085Z | Compiling tokio-rustls v0.26.0 |
1562 | 2024-12-20T22:40:28.497Z | Compiling hyper-rustls v0.27.3 |
1563 | 2024-12-20T22:40:28.852Z | Compiling reqwest v0.12.9 |
1564 | 2024-12-20T22:40:30.016Z | Compiling qorb v0.2.1 |
1565 | 2024-12-20T22:40:34.904Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1566 | 2024-12-20T22:40:35.137Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1567 | 2024-12-20T22:40:41.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1568 | 2024-12-20T22:40:41.258Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1569 | 2024-12-20T22:40:41.286Z | Dec 20 22:40:40.064 INFO Starting download, target: Cockroach |
1570 | 2024-12-20T22:40:41.286Z | Dec 20 22:40:40.065 INFO Starting download, target: Clickhouse |
1571 | 2024-12-20T22:40:41.302Z | Dec 20 22:40:40.065 INFO Starting download, target: Console |
1572 | 2024-12-20T22:40:41.302Z | Dec 20 22:40:40.065 INFO Starting download, target: DendriteOpenapi |
1573 | 2024-12-20T22:40:41.302Z | Dec 20 22:40:40.065 INFO Starting download, target: DendriteStub |
1574 | 2024-12-20T22:40:41.303Z | Dec 20 22:40:40.065 INFO Starting download, target: MaghemiteMgd |
1575 | 2024-12-20T22:40:41.303Z | Dec 20 22:40:40.065 INFO Starting download, target: TransceiverControl |
1576 | 2024-12-20T22:40:41.303Z | Dec 20 22:40:40.065 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1577 | 2024-12-20T22:40:41.304Z | Dec 20 22:40:40.065 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1578 | 2024-12-20T22:40:41.304Z | Dec 20 22:40:40.066 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1579 | 2024-12-20T22:40:41.304Z | Dec 20 22:40:40.066 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1580 | 2024-12-20T22:40:41.304Z | Dec 20 22:40:40.066 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1581 | 2024-12-20T22:40:41.304Z | Dec 20 22:40:40.066 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1582 | 2024-12-20T22:40:41.304Z | Dec 20 22:40:40.066 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1583 | 2024-12-20T22:40:41.593Z | Dec 20 22:40:40.339 INFO Download complete, target: DendriteOpenapi |
1584 | 2024-12-20T22:40:41.758Z | Dec 20 22:40:40.537 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1585 | 2024-12-20T22:40:42.016Z | Dec 20 22:40:40.769 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1586 | 2024-12-20T22:40:42.057Z | Dec 20 22:40:40.830 INFO Download complete, target: Console |
1587 | 2024-12-20T22:40:42.604Z | Dec 20 22:40:41.377 INFO Download complete, target: TransceiverControl |
1588 | 2024-12-20T22:40:43.660Z | Dec 20 22:40:42.085 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1589 | 2024-12-20T22:40:43.661Z | Dec 20 22:40:42.332 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1590 | 2024-12-20T22:40:43.661Z | Dec 20 22:40:42.361 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1591 | 2024-12-20T22:40:44.601Z | Dec 20 22:40:43.377 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1592 | 2024-12-20T22:40:44.601Z | Dec 20 22:40:43.377 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1593 | 2024-12-20T22:40:46.520Z | Dec 20 22:40:45.291 INFO Download complete, target: DendriteStub |
1594 | 2024-12-20T22:40:46.639Z | Dec 20 22:40:45.382 INFO Download complete, target: MaghemiteMgd |
1595 | 2024-12-20T22:40:52.043Z | Dec 20 22:40:50.826 INFO Checking that binary works, target: Cockroach |
1596 | 2024-12-20T22:40:52.205Z | Dec 20 22:40:50.986 INFO Download complete, target: Cockroach |
1597 | 2024-12-20T22:40:56.208Z | Dec 20 22:40:54.877 INFO Checking that binary works, target: Clickhouse |
1598 | 2024-12-20T22:40:56.382Z | Dec 20 22:40:55.042 INFO Download complete, target: Clickhouse |
1599 | 2024-12-20T22:40:56.382Z | All builder prerequisites installed successfully, and PATH looks valid |
1600 | 2024-12-20T22:40:56.382Z | |
1601 | 2024-12-20T22:40:56.382Z | real 8:02.484655796 |
1602 | 2024-12-20T22:40:56.382Z | user 16:31.854395589 |
1603 | 2024-12-20T22:40:56.382Z | sys 3:15.884265613 |
1604 | 2024-12-20T22:40:56.382Z | trap 0.554671334 |
1605 | 2024-12-20T22:40:56.383Z | tflt 1.642323502 |
1606 | 2024-12-20T22:40:56.383Z | dflt 2.215283023 |
1607 | 2024-12-20T22:40:56.383Z | kflt 0.021228939 |
1608 | 2024-12-20T22:40:56.383Z | lock 29:21.176602970 |
1609 | 2024-12-20T22:40:56.384Z | slp 1:07:32.353560560 |
1610 | 2024-12-20T22:40:56.384Z | lat 56.771106825 |
1611 | 2024-12-20T22:40:56.384Z | stop 2:22.132794608 |
1612 | 2024-12-20T22:40:56.384Z | + banner clippy |
1613 | 2024-12-20T22:40:56.384Z | |
1614 | 2024-12-20T22:40:56.384Z | #### # # ##### ##### # # |
1615 | 2024-12-20T22:40:56.384Z | # # # # # # # # # # |
1616 | 2024-12-20T22:40:56.385Z | # # # # # # # # |
1617 | 2024-12-20T22:40:56.385Z | # # # ##### ##### # |
1618 | 2024-12-20T22:40:56.385Z | # # # # # # # |
1619 | 2024-12-20T22:40:56.385Z | #### ###### # # # # |
1620 | 2024-12-20T22:40:56.385Z | |
1621 | 2024-12-20T22:40:56.385Z | + export CARGO_INCREMENTAL=0 |
1622 | 2024-12-20T22:40:56.385Z | + CARGO_INCREMENTAL=0 |
1623 | 2024-12-20T22:40:56.386Z | + ptime -m cargo xtask clippy |
1624 | 2024-12-20T22:40:56.865Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1625 | 2024-12-20T22:41:00.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
1626 | 2024-12-20T22:41:00.446Z | Running `target/debug/xtask clippy` |
1627 | 2024-12-20T22:41:00.482Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1628 | 2024-12-20T22:41:01.090Z | Downloading crates ... |
1629 | 2024-12-20T22:41:01.427Z | Downloaded anes v0.1.6 |
1630 | 2024-12-20T22:41:01.458Z | Downloaded assert-json-diff v2.0.2 |
1631 | 2024-12-20T22:41:01.461Z | Downloaded assert_cmd v2.0.16 |
1632 | 2024-12-20T22:41:01.471Z | Downloaded async-signal v0.2.10 |
1633 | 2024-12-20T22:41:01.478Z | Downloaded async-global-executor v2.4.1 |
1634 | 2024-12-20T22:41:01.478Z | Downloaded blocking v1.6.1 |
1635 | 2024-12-20T22:41:01.478Z | Downloaded async-channel v1.9.0 |
1636 | 2024-12-20T22:41:01.478Z | Downloaded async-executor v1.13.1 |
1637 | 2024-12-20T22:41:01.478Z | Downloaded async-object-pool v0.1.5 |
1638 | 2024-12-20T22:41:01.486Z | Downloaded escape8259 v0.5.3 |
1639 | 2024-12-20T22:41:01.490Z | Downloaded doc-comment v0.3.3 |
1640 | 2024-12-20T22:41:01.490Z | Downloaded pathdiff v0.2.2 |
1641 | 2024-12-20T22:41:01.490Z | Downloaded nested v0.1.1 |
1642 | 2024-12-20T22:41:01.490Z | Downloaded guppy-workspace-hack v0.1.0 |
1643 | 2024-12-20T22:41:01.499Z | Downloaded plotters-svg v0.3.7 |
1644 | 2024-12-20T22:41:01.504Z | Downloaded target-triple v0.1.3 |
1645 | 2024-12-20T22:41:01.511Z | Downloaded async-channel v2.3.1 |
1646 | 2024-12-20T22:41:01.514Z | Downloaded datatest-stable v0.2.9 |
1647 | 2024-12-20T22:41:01.524Z | Downloaded cast v0.3.0 |
1648 | 2024-12-20T22:41:01.524Z | Downloaded async-attributes v1.1.2 |
1649 | 2024-12-20T22:41:01.524Z | Downloaded concurrent-queue v2.5.0 |
1650 | 2024-12-20T22:41:01.524Z | Downloaded event-listener-strategy v0.5.2 |
1651 | 2024-12-20T22:41:01.529Z | Downloaded approx v0.5.1 |
1652 | 2024-12-20T22:41:01.538Z | Downloaded threadpool v1.8.1 |
1653 | 2024-12-20T22:41:01.542Z | Downloaded similar-asserts v1.6.0 |
1654 | 2024-12-20T22:41:01.542Z | Downloaded target-spec v3.2.2 |
1655 | 2024-12-20T22:41:01.545Z | Downloaded piper v0.2.4 |
1656 | 2024-12-20T22:41:01.545Z | Downloaded oorandom v11.1.4 |
1657 | 2024-12-20T22:41:01.545Z | Downloaded kv-log-macro v1.0.7 |
1658 | 2024-12-20T22:41:01.547Z | Downloaded indoc v2.0.5 |
1659 | 2024-12-20T22:41:01.551Z | Downloaded proc-macro-crate v3.2.0 |
1660 | 2024-12-20T22:41:01.551Z | Downloaded async-lock v3.4.0 |
1661 | 2024-12-20T22:41:01.554Z | Downloaded plotters-backend v0.3.7 |
1662 | 2024-12-20T22:41:01.554Z | Downloaded parking v2.2.1 |
1663 | 2024-12-20T22:41:01.556Z | Downloaded async-task v4.7.1 |
1664 | 2024-12-20T22:41:01.560Z | Downloaded stringmetrics v2.2.2 |
1665 | 2024-12-20T22:41:01.561Z | Downloaded futures-lite v2.3.0 |
1666 | 2024-12-20T22:41:01.561Z | Downloaded serde_regex v1.1.0 |
1667 | 2024-12-20T22:41:01.564Z | Downloaded relative-path v1.9.3 |
1668 | 2024-12-20T22:41:01.564Z | Downloaded path-tree v0.8.1 |
1669 | 2024-12-20T22:41:01.567Z | Downloaded futures-timer v3.0.3 |
1670 | 2024-12-20T22:41:01.567Z | Downloaded event-listener v2.5.3 |
1671 | 2024-12-20T22:41:01.567Z | Downloaded rustls-native-certs v0.7.3 |
1672 | 2024-12-20T22:41:01.571Z | Downloaded rust-argon2 v2.1.0 |
1673 | 2024-12-20T22:41:01.573Z | Downloaded num_cpus v1.16.0 |
1674 | 2024-12-20T22:41:01.573Z | Downloaded hyper-rustls v0.26.0 |
1675 | 2024-12-20T22:41:01.581Z | Downloaded tinytemplate v1.2.1 |
1676 | 2024-12-20T22:41:01.584Z | Downloaded async-process v2.3.0 |
1677 | 2024-12-20T22:41:01.584Z | Downloaded libtest-mimic v0.7.3 |
1678 | 2024-12-20T22:41:01.584Z | Downloaded httptest v0.16.1 |
1679 | 2024-12-20T22:41:01.584Z | Downloaded async-io v2.3.4 |
1680 | 2024-12-20T22:41:01.588Z | Downloaded partial-io v0.5.4 |
1681 | 2024-12-20T22:41:01.588Z | Downloaded event-listener v5.3.1 |
1682 | 2024-12-20T22:41:01.591Z | Downloaded cfg-expr v0.17.0 |
1683 | 2024-12-20T22:41:01.597Z | Downloaded trybuild v1.0.101 |
1684 | 2024-12-20T22:41:01.600Z | Downloaded target-lexicon v0.12.16 |
1685 | 2024-12-20T22:41:01.600Z | Downloaded rstest v0.23.0 |
1686 | 2024-12-20T22:41:01.605Z | Downloaded blake2b_simd v1.0.2 |
1687 | 2024-12-20T22:41:01.609Z | Downloaded criterion-plot v0.5.0 |
1688 | 2024-12-20T22:41:01.609Z | Downloaded rstest_macros v0.23.0 |
1689 | 2024-12-20T22:41:01.611Z | Downloaded yansi v1.0.1 |
1690 | 2024-12-20T22:41:01.613Z | Downloaded rand_distr v0.4.3 |
1691 | 2024-12-20T22:41:01.616Z | Downloaded pretty_assertions v1.4.1 |
1692 | 2024-12-20T22:41:01.619Z | Downloaded polling v3.7.3 |
1693 | 2024-12-20T22:41:01.622Z | Downloaded fancy-regex v0.13.0 |
1694 | 2024-12-20T22:41:01.624Z | Downloaded criterion v0.5.1 |
1695 | 2024-12-20T22:41:01.631Z | Downloaded guppy v0.17.8 |
1696 | 2024-12-20T22:41:01.637Z | Downloaded plotters v0.3.7 |
1697 | 2024-12-20T22:41:01.645Z | Downloaded async-std v1.13.0 |
1698 | 2024-12-20T22:41:01.727Z | Downloaded httpmock v0.8.0-alpha.1 |
1699 | 2024-12-20T22:41:02.489Z | Checking cfg-if v1.0.0 |
1700 | 2024-12-20T22:41:02.565Z | Checking libc v0.2.162 |
1701 | 2024-12-20T22:41:02.584Z | Checking serde v1.0.215 |
1702 | 2024-12-20T22:41:02.606Z | Checking memchr v2.7.4 |
1703 | 2024-12-20T22:41:02.624Z | Checking value-bag v1.9.0 |
1704 | 2024-12-20T22:41:02.650Z | Checking scopeguard v1.2.0 |
1705 | 2024-12-20T22:41:02.681Z | Checking zeroize v1.8.1 |
1706 | 2024-12-20T22:41:02.704Z | Checking smallvec v1.13.2 |
1707 | 2024-12-20T22:41:02.733Z | Checking itoa v1.0.11 |
1708 | 2024-12-20T22:41:02.799Z | Checking lock_api v0.4.12 |
1709 | 2024-12-20T22:41:02.953Z | Checking byteorder v1.5.0 |
1710 | 2024-12-20T22:41:02.987Z | Checking pin-project-lite v0.2.14 |
1711 | 2024-12-20T22:41:03.037Z | Checking log v0.4.22 |
1712 | 2024-12-20T22:41:03.094Z | Checking subtle v2.6.1 |
1713 | 2024-12-20T22:41:03.147Z | Checking once_cell v1.20.2 |
1714 | 2024-12-20T22:41:03.296Z | Checking typenum v1.17.0 |
1715 | 2024-12-20T22:41:03.374Z | Checking futures-core v0.3.31 |
1716 | 2024-12-20T22:41:03.402Z | Checking thiserror v1.0.69 |
1717 | 2024-12-20T22:41:03.435Z | Checking libm v0.2.8 |
1718 | 2024-12-20T22:41:03.465Z | Checking zerocopy v0.7.35 |
1719 | 2024-12-20T22:41:03.544Z | Checking ryu v1.0.18 |
1720 | 2024-12-20T22:41:03.580Z | Checking spin v0.9.8 |
1721 | 2024-12-20T22:41:03.609Z | Checking const-oid v0.9.6 |
1722 | 2024-12-20T22:41:03.718Z | Checking getrandom v0.2.15 |
1723 | 2024-12-20T22:41:03.786Z | Checking parking_lot_core v0.9.10 |
1724 | 2024-12-20T22:41:03.939Z | Checking signal-hook-registry v1.4.2 |
1725 | 2024-12-20T22:41:03.966Z | Checking rand_core v0.6.4 |
1726 | 2024-12-20T22:41:04.147Z | Checking parking_lot v0.12.3 |
1727 | 2024-12-20T22:41:04.200Z | Checking mio v1.0.2 |
1728 | 2024-12-20T22:41:04.262Z | Checking socket2 v0.5.7 |
1729 | 2024-12-20T22:41:04.330Z | Checking num-traits v0.2.19 |
1730 | 2024-12-20T22:41:04.493Z | Checking futures-io v0.3.31 |
1731 | 2024-12-20T22:41:04.633Z | Checking generic-array v0.14.7 |
1732 | 2024-12-20T22:41:04.694Z | Checking slab v0.4.9 |
1733 | 2024-12-20T22:41:04.745Z | Checking allocator-api2 v0.2.18 |
1734 | 2024-12-20T22:41:04.781Z | Checking cpufeatures v0.2.14 |
1735 | 2024-12-20T22:41:04.886Z | Checking futures-sink v0.3.31 |
1736 | 2024-12-20T22:41:04.933Z | Checking pin-utils v0.1.0 |
1737 | 2024-12-20T22:41:04.964Z | Checking foldhash v0.1.3 |
1738 | 2024-12-20T22:41:05.032Z | Checking equivalent v1.0.1 |
1739 | 2024-12-20T22:41:05.032Z | Checking futures-channel v0.3.31 |
1740 | 2024-12-20T22:41:05.155Z | Checking futures-task v0.3.31 |
1741 | 2024-12-20T22:41:05.192Z | Checking stable_deref_trait v1.2.0 |
1742 | 2024-12-20T22:41:05.314Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1743 | 2024-12-20T22:41:05.392Z | Checking fnv v1.0.7 |
1744 | 2024-12-20T22:41:05.440Z | Checking iana-time-zone v0.1.61 |
1745 | 2024-12-20T22:41:05.491Z | Checking hashbrown v0.15.1 |
1746 | 2024-12-20T22:41:05.492Z | Checking futures-util v0.3.31 |
1747 | 2024-12-20T22:41:05.542Z | Checking ppv-lite86 v0.2.20 |
1748 | 2024-12-20T22:41:05.587Z | Checking tracing-core v0.1.32 |
1749 | 2024-12-20T22:41:05.670Z | Checking errno v0.3.9 |
1750 | 2024-12-20T22:41:05.796Z | Checking crypto-common v0.1.6 |
1751 | 2024-12-20T22:41:05.910Z | Checking block-buffer v0.10.4 |
1752 | 2024-12-20T22:41:05.962Z | Checking zerofrom v0.1.4 |
1753 | 2024-12-20T22:41:06.052Z | Checking dyn-clone v1.0.17 |
1754 | 2024-12-20T22:41:06.091Z | Checking digest v0.10.7 |
1755 | 2024-12-20T22:41:06.232Z | Checking block-padding v0.3.3 |
1756 | 2024-12-20T22:41:06.363Z | Checking yoke v0.7.4 |
1757 | 2024-12-20T22:41:06.363Z | Checking tracing v0.1.40 |
1758 | 2024-12-20T22:41:06.426Z | Checking rand_chacha v0.3.1 |
1759 | 2024-12-20T22:41:06.426Z | Checking inout v0.1.3 |
1760 | 2024-12-20T22:41:06.454Z | Checking crossbeam-utils v0.8.20 |
1761 | 2024-12-20T22:41:06.563Z | Checking zerovec v0.10.4 |
1762 | 2024-12-20T22:41:06.616Z | Checking percent-encoding v2.3.1 |
1763 | 2024-12-20T22:41:06.667Z | Checking litemap v0.7.3 |
1764 | 2024-12-20T22:41:06.668Z | Checking cipher v0.4.4 |
1765 | 2024-12-20T22:41:06.901Z | Checking rand v0.8.5 |
1766 | 2024-12-20T22:41:07.221Z | Checking writeable v0.5.5 |
1767 | 2024-12-20T22:41:07.488Z | Checking tinyvec_macros v0.1.1 |
1768 | 2024-12-20T22:41:07.488Z | Checking form_urlencoded v1.2.1 |
1769 | 2024-12-20T22:41:07.488Z | Checking tinyvec v1.8.0 |
1770 | 2024-12-20T22:41:07.488Z | Checking httparse v1.9.5 |
1771 | 2024-12-20T22:41:07.489Z | Checking atomic-waker v1.1.2 |
1772 | 2024-12-20T22:41:07.489Z | Checking regex-syntax v0.8.5 |
1773 | 2024-12-20T22:41:07.489Z | Checking icu_locid_transform_data v1.5.0 |
1774 | 2024-12-20T22:41:07.756Z | Checking base64ct v1.6.0 |
1775 | 2024-12-20T22:41:07.756Z | Checking bytes v1.8.0 |
1776 | 2024-12-20T22:41:07.756Z | Checking bitflags v2.6.0 |
1777 | 2024-12-20T22:41:08.370Z | Checking serde_json v1.0.132 |
1778 | 2024-12-20T22:41:08.370Z | Checking indexmap v2.6.0 |
1779 | 2024-12-20T22:41:08.583Z | Checking chrono v0.4.38 |
1780 | 2024-12-20T22:41:08.583Z | Checking rustix v0.38.37 |
1781 | 2024-12-20T22:41:08.583Z | Checking tokio v1.40.0 |
1782 | 2024-12-20T22:41:08.584Z | Checking uuid v1.11.0 |
1783 | 2024-12-20T22:41:09.221Z | Checking http v1.1.0 |
1784 | 2024-12-20T22:41:09.446Z | Checking tinystr v0.7.6 |
1785 | 2024-12-20T22:41:09.720Z | Checking icu_locid v1.5.0 |
1786 | 2024-12-20T22:41:09.987Z | Checking unicode-normalization v0.1.24 |
1787 | 2024-12-20T22:41:10.199Z | Checking schemars v0.8.21 |
1788 | 2024-12-20T22:41:10.566Z | Checking icu_collections v1.5.0 |
1789 | 2024-12-20T22:41:10.719Z | Checking hmac v0.12.1 |
1790 | 2024-12-20T22:41:10.719Z | Checking icu_properties_data v1.5.0 |
1791 | 2024-12-20T22:41:10.719Z | Checking untrusted v0.9.0 |
1792 | 2024-12-20T22:41:10.719Z | Checking icu_provider v1.5.0 |
1793 | 2024-12-20T22:41:10.862Z | Checking ring v0.17.8 |
1794 | 2024-12-20T22:41:10.994Z | Checking sha2 v0.10.8 |
1795 | 2024-12-20T22:41:10.994Z | Checking aho-corasick v1.1.3 |
1796 | 2024-12-20T22:41:11.180Z | Checking unicode-ident v1.0.13 |
1797 | 2024-12-20T22:41:11.309Z | Checking icu_locid_transform v1.5.0 |
1798 | 2024-12-20T22:41:11.346Z | Checking utf8_iter v1.0.4 |
1799 | 2024-12-20T22:41:11.372Z | Checking icu_normalizer_data v1.5.0 |
1800 | 2024-12-20T22:41:11.472Z | Checking utf16_iter v1.0.5 |
1801 | 2024-12-20T22:41:11.540Z | Checking unicode-bidi v0.3.17 |
1802 | 2024-12-20T22:41:11.567Z | Checking write16 v1.0.0 |
1803 | 2024-12-20T22:41:11.569Z | Checking lazy_static v1.5.0 |
1804 | 2024-12-20T22:41:11.626Z | Checking powerfmt v0.2.0 |
1805 | 2024-12-20T22:41:11.713Z | Checking adler2 v2.0.0 |
1806 | 2024-12-20T22:41:11.722Z | Checking time-core v0.1.2 |
1807 | 2024-12-20T22:41:11.843Z | Checking miniz_oxide v0.8.0 |
1808 | 2024-12-20T22:41:11.881Z | Checking rustls-pki-types v1.10.0 |
1809 | 2024-12-20T22:41:11.906Z | Checking deranged v0.3.11 |
1810 | 2024-12-20T22:41:12.192Z | Checking num-conv v0.1.0 |
1811 | 2024-12-20T22:41:12.263Z | Checking icu_properties v1.5.1 |
1812 | 2024-12-20T22:41:12.441Z | Checking num_threads v0.1.7 |
1813 | 2024-12-20T22:41:12.467Z | Checking proc-macro2 v1.0.89 |
1814 | 2024-12-20T22:41:12.494Z | Checking regex-automata v0.4.8 |
1815 | 2024-12-20T22:41:12.552Z | Checking pem-rfc7468 v0.7.0 |
1816 | 2024-12-20T22:41:12.597Z | Checking untrusted v0.7.1 |
1817 | 2024-12-20T22:41:12.619Z | Checking http-body v1.0.1 |
1818 | 2024-12-20T22:41:12.761Z | Checking aws-lc-sys v0.22.0 |
1819 | 2024-12-20T22:41:12.827Z | Checking base64 v0.22.1 |
1820 | 2024-12-20T22:41:12.831Z | Checking mirai-annotations v1.12.0 |
1821 | 2024-12-20T22:41:13.045Z | Checking httpdate v1.0.3 |
1822 | 2024-12-20T22:41:13.110Z | Checking quote v1.0.37 |
1823 | 2024-12-20T22:41:13.310Z | Checking try-lock v0.2.5 |
1824 | 2024-12-20T22:41:13.329Z | Checking flagset v0.4.6 |
1825 | 2024-12-20T22:41:13.463Z | Checking want v0.3.1 |
1826 | 2024-12-20T22:41:13.531Z | Checking syn v2.0.87 |
1827 | 2024-12-20T22:41:13.568Z | Checking der v0.7.9 |
1828 | 2024-12-20T22:41:13.670Z | Checking time v0.3.36 |
1829 | 2024-12-20T22:41:13.703Z | Checking pbkdf2 v0.12.2 |
1830 | 2024-12-20T22:41:13.859Z | Checking aes v0.8.4 |
1831 | 2024-12-20T22:41:14.681Z | Checking salsa20 v0.10.2 |
1832 | 2024-12-20T22:41:14.903Z | Checking cbc v0.1.2 |
1833 | 2024-12-20T22:41:15.125Z | Checking ahash v0.8.11 |
1834 | 2024-12-20T22:41:15.373Z | Checking spki v0.7.3 |
1835 | 2024-12-20T22:41:15.440Z | Checking aws-lc-rs v1.10.0 |
1836 | 2024-12-20T22:41:15.628Z | Checking icu_normalizer v1.5.0 |
1837 | 2024-12-20T22:41:15.668Z | Checking slog v2.7.0 |
1838 | 2024-12-20T22:41:15.692Z | Checking tokio-util v0.7.12 |
1839 | 2024-12-20T22:41:15.719Z | Checking tower-service v0.3.3 |
1840 | 2024-12-20T22:41:15.853Z | Checking scrypt v0.11.0 |
1841 | 2024-12-20T22:41:16.094Z | Checking mime v0.3.17 |
1842 | 2024-12-20T22:41:16.144Z | Checking gimli v0.31.1 |
1843 | 2024-12-20T22:41:16.178Z | Checking pkcs5 v0.7.1 |
1844 | 2024-12-20T22:41:16.408Z | Checking idna_adapter v1.2.0 |
1845 | 2024-12-20T22:41:16.433Z | Checking object v0.36.5 |
1846 | 2024-12-20T22:41:16.597Z | Checking idna v1.0.3 |
1847 | 2024-12-20T22:41:16.625Z | Checking h2 v0.4.6 |
1848 | 2024-12-20T22:41:16.722Z | Checking utf8parse v0.2.2 |
1849 | 2024-12-20T22:41:16.871Z | Checking rustc-demangle v0.1.24 |
1850 | 2024-12-20T22:41:17.078Z | Checking url v2.5.3 |
1851 | 2024-12-20T22:41:17.219Z | Checking regex v1.11.1 |
1852 | 2024-12-20T22:41:17.301Z | Checking rustls-webpki v0.102.8 |
1853 | 2024-12-20T22:41:17.324Z | Checking pkcs8 v0.10.2 |
1854 | 2024-12-20T22:41:17.654Z | Checking http-body-util v0.1.2 |
1855 | 2024-12-20T22:41:17.845Z | Checking futures-executor v0.3.31 |
1856 | 2024-12-20T22:41:17.883Z | Checking serde_spanned v0.6.8 |
1857 | 2024-12-20T22:41:18.091Z | Checking toml_datetime v0.6.8 |
1858 | 2024-12-20T22:41:18.094Z | Checking ipnet v2.10.1 |
1859 | 2024-12-20T22:41:18.141Z | Checking data-encoding v2.6.0 |
1860 | 2024-12-20T22:41:18.167Z | Checking unicode-width v0.1.14 |
1861 | 2024-12-20T22:41:18.388Z | Checking futures v0.3.31 |
1862 | 2024-12-20T22:41:18.508Z | Checking rustls-pemfile v2.2.0 |
1863 | 2024-12-20T22:41:18.590Z | Checking openssl-probe v0.1.5 |
1864 | 2024-12-20T22:41:18.634Z | Checking anstyle v1.0.10 |
1865 | 2024-12-20T22:41:18.729Z | Checking foreign-types-shared v0.1.1 |
1866 | 2024-12-20T22:41:18.754Z | Checking serde_urlencoded v0.7.1 |
1867 | 2024-12-20T22:41:18.756Z | Checking semver v1.0.23 |
1868 | 2024-12-20T22:41:18.831Z | Checking foreign-types v0.3.2 |
1869 | 2024-12-20T22:41:18.941Z | Checking sha1 v0.10.6 |
1870 | 2024-12-20T22:41:19.020Z | Checking openssl-sys v0.9.103 |
1871 | 2024-12-20T22:41:19.176Z | Checking encoding_rs v0.8.34 |
1872 | 2024-12-20T22:41:19.233Z | Checking rustls v0.23.19 |
1873 | 2024-12-20T22:41:19.263Z | Checking anstyle-parse v0.2.5 |
1874 | 2024-12-20T22:41:19.528Z | Checking camino v1.1.9 |
1875 | 2024-12-20T22:41:19.835Z | Checking anstyle-query v1.1.1 |
1876 | 2024-12-20T22:41:19.905Z | Checking colorchoice v1.0.2 |
1877 | 2024-12-20T22:41:20.051Z | Checking winnow v0.6.20 |
1878 | 2024-12-20T22:41:20.119Z | Checking either v1.13.0 |
1879 | 2024-12-20T22:41:20.180Z | Checking addr2line v0.24.2 |
1880 | 2024-12-20T22:41:20.246Z | Checking openssl v0.10.66 |
1881 | 2024-12-20T22:41:20.528Z | Checking is_terminal_polyfill v1.70.1 |
1882 | 2024-12-20T22:41:20.656Z | Checking anstream v0.6.15 |
1883 | 2024-12-20T22:41:20.695Z | Checking idna v0.3.0 |
1884 | 2024-12-20T22:41:21.024Z | Checking terminal_size v0.4.0 |
1885 | 2024-12-20T22:41:21.202Z | Checking openapiv3 v2.0.0 |
1886 | 2024-12-20T22:41:21.500Z | Checking signature v2.2.0 |
1887 | 2024-12-20T22:41:21.593Z | Checking clap_lex v0.7.2 |
1888 | 2024-12-20T22:41:21.714Z | Checking strsim v0.11.1 |
1889 | 2024-12-20T22:41:21.854Z | Checking psl-types v2.0.11 |
1890 | 2024-12-20T22:41:22.012Z | Checking clap_builder v4.5.21 |
1891 | 2024-12-20T22:41:22.040Z | Checking publicsuffix v2.2.3 |
1892 | 2024-12-20T22:41:22.268Z | Checking cookie v0.18.1 |
1893 | 2024-12-20T22:41:22.725Z | Checking webpki-roots v0.26.6 |
1894 | 2024-12-20T22:41:22.739Z | Checking hyper v1.5.0 |
1895 | 2024-12-20T22:41:22.823Z | Checking backtrace v0.3.74 |
1896 | 2024-12-20T22:41:22.924Z | Checking idna v0.5.0 |
1897 | 2024-12-20T22:41:22.949Z | Checking is-terminal v0.4.13 |
1898 | 2024-12-20T22:41:23.086Z | Checking scroll v0.12.0 |
1899 | 2024-12-20T22:41:23.408Z | Checking anyhow v1.0.93 |
1900 | 2024-12-20T22:41:23.581Z | Checking ucd-trie v0.1.7 |
1901 | 2024-12-20T22:41:23.785Z | Checking plain v0.2.3 |
1902 | 2024-12-20T22:41:23.803Z | Checking pest v2.7.14 |
1903 | 2024-12-20T22:41:23.830Z | Checking cookie_store v0.21.0 |
1904 | 2024-12-20T22:41:23.951Z | Checking goblin v0.8.2 |
1905 | 2024-12-20T22:41:24.558Z | Checking sync_wrapper v1.0.1 |
1906 | 2024-12-20T22:41:24.608Z | Checking pretty-hex v0.4.1 |
1907 | 2024-12-20T22:41:24.693Z | Checking base16ct v0.2.0 |
1908 | 2024-12-20T22:41:24.727Z | Checking num-integer v0.1.46 |
1909 | 2024-12-20T22:41:24.778Z | Checking tokio-rustls v0.26.0 |
1910 | 2024-12-20T22:41:24.858Z | Checking hyper-util v0.1.10 |
1911 | 2024-12-20T22:41:24.888Z | Checking sec1 v0.7.3 |
1912 | 2024-12-20T22:41:24.970Z | Checking clap v4.5.21 |
1913 | 2024-12-20T22:41:25.138Z | Checking ff v0.13.0 |
1914 | 2024-12-20T22:41:25.224Z | Checking thread-id v4.2.2 |
1915 | 2024-12-20T22:41:25.245Z | Checking toml_edit v0.22.22 |
1916 | 2024-12-20T22:41:25.266Z | Checking hkdf v0.12.4 |
1917 | 2024-12-20T22:41:25.336Z | Checking crypto-bigint v0.5.5 |
1918 | 2024-12-20T22:41:25.367Z | Checking group v0.13.0 |
1919 | 2024-12-20T22:41:25.489Z | Checking dirs-sys-next v0.1.2 |
1920 | 2024-12-20T22:41:25.603Z | Checking memmap v0.7.0 |
1921 | 2024-12-20T22:41:25.679Z | Checking crc32fast v1.4.2 |
1922 | 2024-12-20T22:41:25.782Z | Checking static_assertions v1.1.0 |
1923 | 2024-12-20T22:41:25.829Z | Checking native-tls v0.2.12 |
1924 | 2024-12-20T22:41:25.900Z | Checking bitflags v1.3.2 |
1925 | 2024-12-20T22:41:25.947Z | Checking utf-8 v0.7.6 |
1926 | 2024-12-20T22:41:26.066Z | Checking dirs-next v2.0.0 |
1927 | 2024-12-20T22:41:26.134Z | Checking tokio-native-tls v0.3.1 |
1928 | 2024-12-20T22:41:26.179Z | Checking crossbeam-channel v0.5.13 |
1929 | 2024-12-20T22:41:26.198Z | Checking thread_local v1.1.8 |
1930 | 2024-12-20T22:41:26.266Z | Checking dtrace-parser v0.2.0 |
1931 | 2024-12-20T22:41:26.398Z | Checking unicode-segmentation v1.12.0 |
1932 | 2024-12-20T22:41:26.468Z | Checking term v0.7.0 |
1933 | 2024-12-20T22:41:26.780Z | Checking num-iter v0.1.45 |
1934 | 2024-12-20T22:41:26.900Z | Checking crossbeam-epoch v0.9.18 |
1935 | 2024-12-20T22:41:26.928Z | Checking match_cfg v0.1.0 |
1936 | 2024-12-20T22:41:26.936Z | Checking hyper-tls v0.6.0 |
1937 | 2024-12-20T22:41:26.973Z | Checking hyper-rustls v0.27.3 |
1938 | 2024-12-20T22:41:27.029Z | Checking take_mut v0.2.2 |
1939 | 2024-12-20T22:41:27.108Z | Checking hostname v0.3.1 |
1940 | 2024-12-20T22:41:27.175Z | Checking slog-async v2.8.0 |
1941 | 2024-12-20T22:41:27.245Z | Checking slog-term v2.9.1 |
1942 | 2024-12-20T22:41:27.270Z | Checking bstr v1.10.0 |
1943 | 2024-12-20T22:41:27.305Z | Checking rfc6979 v0.4.0 |
1944 | 2024-12-20T22:41:27.330Z | Checking reqwest v0.12.9 |
1945 | 2024-12-20T22:41:27.453Z | Checking hex v0.4.3 |
1946 | 2024-12-20T22:41:27.485Z | Checking winnow v0.5.40 |
1947 | 2024-12-20T22:41:27.755Z | Checking managed v0.8.0 |
1948 | 2024-12-20T22:41:27.781Z | Checking toml v0.8.19 |
1949 | 2024-12-20T22:41:27.975Z | Checking crossbeam-deque v0.8.5 |
1950 | 2024-12-20T22:41:28.034Z | Checking elliptic-curve v0.13.8 |
1951 | 2024-12-20T22:41:28.160Z | Checking num-bigint-dig v0.8.4 |
1952 | 2024-12-20T22:41:28.211Z | Checking flate2 v1.0.34 |
1953 | 2024-12-20T22:41:28.318Z | Checking rustls v0.22.4 |
1954 | 2024-12-20T22:41:28.520Z | Checking pkcs1 v0.7.5 |
1955 | 2024-12-20T22:41:28.684Z | Checking ecdsa v0.16.9 |
1956 | 2024-12-20T22:41:28.825Z | Checking curve25519-dalek v4.1.3 |
1957 | 2024-12-20T22:41:28.852Z | Checking dof v0.3.0 |
1958 | 2024-12-20T22:41:28.932Z | Checking zerocopy v0.6.6 |
1959 | 2024-12-20T22:41:29.179Z | Checking siphasher v0.3.11 |
1960 | 2024-12-20T22:41:29.422Z | Checking rayon-core v1.12.1 |
1961 | 2024-12-20T22:41:29.460Z | Checking usdt-impl v0.5.0 |
1962 | 2024-12-20T22:41:29.503Z | Checking ed25519 v2.2.3 |
1963 | 2024-12-20T22:41:29.749Z | Checking slog-json v2.6.1 |
1964 | 2024-12-20T22:41:29.809Z | Checking signal-hook v0.3.17 |
1965 | 2024-12-20T22:41:30.007Z | Checking usdt v0.5.0 |
1966 | 2024-12-20T22:41:30.039Z | Checking quick-error v1.2.3 |
1967 | 2024-12-20T22:41:30.125Z | Checking debug-ignore v1.0.5 |
1968 | 2024-12-20T22:41:30.156Z | Checking slog-bunyan v2.5.0 |
1969 | 2024-12-20T22:41:30.185Z | Checking multer v3.1.0 |
1970 | 2024-12-20T22:41:30.261Z | Checking itertools v0.10.5 |
1971 | 2024-12-20T22:41:30.266Z | Checking x509-cert v0.2.5 |
1972 | 2024-12-20T22:41:30.309Z | Checking rsa v0.9.6 |
1973 | 2024-12-20T22:41:30.332Z | Checking idna v0.4.0 |
1974 | 2024-12-20T22:41:30.508Z | Checking toml_edit v0.19.15 |
1975 | 2024-12-20T22:41:30.566Z | Checking serde_path_to_error v0.1.16 |
1976 | 2024-12-20T22:41:31.013Z | Checking ed25519-dalek v2.1.1 |
1977 | 2024-12-20T22:41:31.133Z | Checking hubpack v0.1.2 |
1978 | 2024-12-20T22:41:31.186Z | Checking waitgroup v0.1.2 |
1979 | 2024-12-20T22:41:31.214Z | Checking bzip2-sys v0.1.11+1.0.8 |
1980 | 2024-12-20T22:41:31.333Z | Checking async-stream v0.3.6 |
1981 | 2024-12-20T22:41:31.362Z | Checking hostname v0.4.0 |
1982 | 2024-12-20T22:41:31.388Z | Checking bit-vec v0.6.3 |
1983 | 2024-12-20T22:41:31.431Z | Checking bzip2 v0.4.4 |
1984 | 2024-12-20T22:41:31.498Z | Checking hickory-proto v0.24.1 |
1985 | 2024-12-20T22:41:31.534Z | Checking signal-hook-mio v0.2.4 |
1986 | 2024-12-20T22:41:31.685Z | Checking console v0.15.8 |
1987 | 2024-12-20T22:41:31.710Z | Checking bit-set v0.5.3 |
1988 | 2024-12-20T22:41:31.731Z | Checking hash32 v0.2.1 |
1989 | 2024-12-20T22:41:32.010Z | Checking predicates-core v1.0.8 |
1990 | 2024-12-20T22:41:32.061Z | Checking unicode-properties v0.1.3 |
1991 | 2024-12-20T22:41:32.064Z | Checking tokio-rustls v0.25.0 |
1992 | 2024-12-20T22:41:32.183Z | Checking linked-hash-map v0.5.6 |
1993 | 2024-12-20T22:41:32.259Z | Checking heapless v0.7.17 |
1994 | 2024-12-20T22:41:32.393Z | Checking stringprep v0.1.5 |
1995 | 2024-12-20T22:41:32.429Z | Checking crossterm v0.28.1 |
1996 | 2024-12-20T22:41:32.433Z | Checking dropshot v0.12.0 |
1997 | 2024-12-20T22:41:32.473Z | Checking rayon v1.10.0 |
1998 | 2024-12-20T22:41:32.503Z | Checking lru-cache v0.1.2 |
1999 | 2024-12-20T22:41:32.660Z | Checking phf_shared v0.11.2 |
2000 | 2024-12-20T22:41:32.692Z | Checking similar v2.6.0 |
2001 | 2024-12-20T22:41:32.918Z | Checking toml v0.7.8 |
2002 | 2024-12-20T22:41:32.950Z | Checking tokio-stream v0.1.16 |
2003 | 2024-12-20T22:41:33.259Z | Checking md-5 v0.10.6 |
2004 | 2024-12-20T22:41:33.486Z | Checking float-cmp v0.9.0 |
2005 | 2024-12-20T22:41:33.563Z | Checking normalize-line-endings v0.3.0 |
2006 | 2024-12-20T22:41:33.676Z | Checking fixedbitset v0.4.2 |
2007 | 2024-12-20T22:41:33.701Z | Checking difflib v0.4.0 |
2008 | 2024-12-20T22:41:33.704Z | Checking fallible-iterator v0.2.0 |
2009 | 2024-12-20T22:41:33.819Z | Checking smoltcp v0.9.1 |
2010 | 2024-12-20T22:41:33.937Z | Checking petgraph v0.6.5 |
2011 | 2024-12-20T22:41:34.031Z | Checking predicates v3.1.2 |
2012 | 2024-12-20T22:41:34.239Z | Checking phf v0.11.2 |
2013 | 2024-12-20T22:41:34.356Z | Checking postgres-protocol v0.6.7 |
2014 | 2024-12-20T22:41:34.529Z | Checking zip v0.6.6 |
2015 | 2024-12-20T22:41:34.708Z | Checking resolv-conf v0.7.0 |
2016 | 2024-12-20T22:41:35.046Z | Checking phf_shared v0.10.0 |
2017 | 2024-12-20T22:41:35.071Z | Checking tungstenite v0.24.0 |
2018 | 2024-12-20T22:41:35.247Z | Checking fs-err v2.11.0 |
2019 | 2024-12-20T22:41:35.315Z | Checking serde-big-array v0.5.1 |
2020 | 2024-12-20T22:41:35.393Z | Checking portable-atomic v1.9.0 |
2021 | 2024-12-20T22:41:35.538Z | Checking number_prefix v0.4.0 |
2022 | 2024-12-20T22:41:35.733Z | Checking precomputed-hash v0.1.1 |
2023 | 2024-12-20T22:41:36.333Z | Checking new_debug_unreachable v1.0.6 |
2024 | 2024-12-20T22:41:36.437Z | Checking unicode-width v0.2.0 |
2025 | 2024-12-20T22:41:36.437Z | Checking minimal-lexical v0.2.1 |
2026 | 2024-12-20T22:41:36.437Z | Checking lalrpop-util v0.19.12 |
2027 | 2024-12-20T22:41:36.437Z | Checking tokio-tungstenite v0.24.0 |
2028 | 2024-12-20T22:41:36.437Z | Checking string_cache v0.8.7 |
2029 | 2024-12-20T22:41:36.437Z | Checking hickory-resolver v0.24.1 |
2030 | 2024-12-20T22:41:36.437Z | Checking nom v7.1.3 |
2031 | 2024-12-20T22:41:36.477Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2032 | 2024-12-20T22:41:36.477Z | Checking postgres-types v0.2.8 |
2033 | 2024-12-20T22:41:36.478Z | Checking indicatif v0.17.9 |
2034 | 2024-12-20T22:41:36.506Z | Checking heck v0.4.1 |
2035 | 2024-12-20T22:41:36.790Z | Checking peg-runtime v0.8.3 |
2036 | 2024-12-20T22:41:37.102Z | Checking whoami v1.5.2 |
2037 | 2024-12-20T22:41:37.448Z | Compiling hashbrown v0.14.5 |
2038 | 2024-12-20T22:41:37.448Z | Compiling ident_case v1.0.1 |
2039 | 2024-12-20T22:41:37.448Z | Checking tokio-postgres v0.7.12 |
2040 | 2024-12-20T22:41:37.593Z | Compiling darling_core v0.20.10 |
2041 | 2024-12-20T22:41:37.593Z | Compiling unsafe-libyaml v0.2.11 |
2042 | 2024-12-20T22:41:37.915Z | Checking qorb v0.2.1 |
2043 | 2024-12-20T22:41:38.321Z | Compiling regress v0.10.1 |
2044 | 2024-12-20T22:41:38.425Z | Checking heck v0.5.0 |
2045 | 2024-12-20T22:41:38.667Z | Compiling serde_yaml v0.9.34+deprecated |
2046 | 2024-12-20T22:41:39.205Z | Checking progenitor-client v0.8.0 |
2047 | 2024-12-20T22:41:39.573Z | Checking fastrand v2.1.1 |
2048 | 2024-12-20T22:41:39.935Z | Compiling newtype-uuid v1.1.3 |
2049 | 2024-12-20T22:41:40.184Z | Checking ipnetwork v0.20.0 |
2050 | 2024-12-20T22:41:40.302Z | Compiling structmeta-derive v0.3.0 |
2051 | 2024-12-20T22:41:40.610Z | Checking strum v0.26.3 |
2052 | 2024-12-20T22:41:40.707Z | Compiling dropshot v0.13.0 |
2053 | 2024-12-20T22:41:40.812Z | Checking macaddr v1.0.1 |
2054 | 2024-12-20T22:41:41.000Z | Compiling dropshot_endpoint v0.13.0 |
2055 | 2024-12-20T22:41:41.121Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-12-20T22:41:45.428Z | Compiling typify-impl v0.2.0 |
2057 | 2024-12-20T22:41:45.575Z | Checking tempfile v3.13.0 |
2058 | 2024-12-20T22:41:45.575Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2059 | 2024-12-20T22:41:45.575Z | Checking instant v0.1.13 |
2060 | 2024-12-20T22:41:45.576Z | Checking regress v0.9.1 |
2061 | 2024-12-20T22:41:45.576Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2024-12-20T22:41:45.576Z | Compiling structmeta v0.3.0 |
2063 | 2024-12-20T22:41:45.576Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-20T22:41:45.576Z | Compiling parse-display-derive v0.10.0 |
2065 | 2024-12-20T22:41:45.576Z | Checking backoff v0.4.0 |
2066 | 2024-12-20T22:41:45.576Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2067 | 2024-12-20T22:41:45.576Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-12-20T22:41:45.576Z | Checking wait-timeout v0.2.0 |
2069 | 2024-12-20T22:41:45.576Z | Checking rand_xorshift v0.3.0 |
2070 | 2024-12-20T22:41:45.576Z | Checking rusty-fork v0.3.0 |
2071 | 2024-12-20T22:41:45.576Z | Checking unarray v0.1.4 |
2072 | 2024-12-20T22:41:45.576Z | Compiling darling_macro v0.20.10 |
2073 | 2024-12-20T22:41:45.576Z | Compiling structmeta-derive v0.2.0 |
2074 | 2024-12-20T22:41:45.576Z | Checking proptest v1.5.0 |
2075 | 2024-12-20T22:41:45.576Z | Compiling darling v0.20.10 |
2076 | 2024-12-20T22:41:45.576Z | Checking camino-tempfile v1.1.1 |
2077 | 2024-12-20T22:41:45.576Z | Compiling serde_with_macros v3.11.0 |
2078 | 2024-12-20T22:41:45.624Z | Compiling proc-macro-error v1.0.4 |
2079 | 2024-12-20T22:41:46.243Z | Compiling proc-macro-crate v1.3.1 |
2080 | 2024-12-20T22:41:46.420Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2024-12-20T22:41:46.805Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2024-12-20T22:41:47.125Z | Compiling foreign-types-macros v0.2.3 |
2083 | 2024-12-20T22:41:47.305Z | Compiling structmeta v0.2.0 |
2084 | 2024-12-20T22:41:47.361Z | Compiling num_enum_derive v0.5.11 |
2085 | 2024-12-20T22:41:47.753Z | Compiling test-strategy v0.3.1 |
2086 | 2024-12-20T22:41:48.206Z | Checking parse-display v0.10.0 |
2087 | 2024-12-20T22:41:48.250Z | Checking serde_with v3.11.0 |
2088 | 2024-12-20T22:41:48.460Z | Checking foreign-types-shared v0.3.1 |
2089 | 2024-12-20T22:41:48.589Z | Checking foreign-types v0.5.0 |
2090 | 2024-12-20T22:41:48.705Z | Checking tabwriter v1.4.0 |
2091 | 2024-12-20T22:41:48.830Z | Checking cstr-argument v0.1.2 |
2092 | 2024-12-20T22:41:48.949Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2093 | 2024-12-20T22:41:49.005Z | Checking pretty-hex v0.2.1 |
2094 | 2024-12-20T22:41:49.129Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2095 | 2024-12-20T22:41:49.169Z | Checking colored v2.1.0 |
2096 | 2024-12-20T22:41:49.450Z | Checking smf v0.2.3 |
2097 | 2024-12-20T22:41:49.476Z | Checking itertools v0.13.0 |
2098 | 2024-12-20T22:41:49.732Z | Checking base64 v0.21.7 |
2099 | 2024-12-20T22:41:49.771Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2100 | 2024-12-20T22:41:49.877Z | Checking num_enum v0.5.11 |
2101 | 2024-12-20T22:41:49.905Z | Compiling zerocopy v0.8.10 |
2102 | 2024-12-20T22:41:49.934Z | Compiling crucible-workspace-hack v0.1.0 |
2103 | 2024-12-20T22:41:50.036Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2104 | 2024-12-20T22:41:50.208Z | Checking atomicwrites v0.4.4 |
2105 | 2024-12-20T22:41:50.326Z | Compiling zerocopy-derive v0.8.10 |
2106 | 2024-12-20T22:41:50.429Z | Compiling heapless v0.8.0 |
2107 | 2024-12-20T22:41:50.845Z | Checking termtree v0.4.1 |
2108 | 2024-12-20T22:41:51.053Z | Checking predicates-tree v1.0.11 |
2109 | 2024-12-20T22:41:51.299Z | Checking hash32 v0.3.1 |
2110 | 2024-12-20T22:41:51.322Z | Compiling smoltcp v0.11.0 |
2111 | 2024-12-20T22:41:51.817Z | Checking cobs v0.2.3 |
2112 | 2024-12-20T22:41:51.842Z | Checking sigpipe v0.1.3 |
2113 | 2024-12-20T22:41:51.961Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2114 | 2024-12-20T22:41:52.006Z | Checking postcard v1.0.10 |
2115 | 2024-12-20T22:41:52.052Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2116 | 2024-12-20T22:41:52.083Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2117 | 2024-12-20T22:41:52.199Z | Compiling mockall_derive v0.13.0 |
2118 | 2024-12-20T22:41:52.332Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2119 | 2024-12-20T22:41:52.492Z | Compiling thiserror v2.0.3 |
2120 | 2024-12-20T22:41:52.641Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2024-12-20T22:41:52.665Z | Compiling thiserror-impl v2.0.3 |
2122 | 2024-12-20T22:41:52.949Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2123 | 2024-12-20T22:41:53.475Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2124 | 2024-12-20T22:41:53.511Z | Compiling zone_cfg_derive v0.3.0 |
2125 | 2024-12-20T22:41:55.007Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2126 | 2024-12-20T22:41:55.032Z | Compiling num-derive v0.4.2 |
2127 | 2024-12-20T22:41:55.360Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2128 | 2024-12-20T22:41:55.576Z | Checking downcast v0.11.0 |
2129 | 2024-12-20T22:41:55.653Z | Checking fragile v2.0.0 |
2130 | 2024-12-20T22:41:55.816Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2131 | 2024-12-20T22:41:55.922Z | Checking zone v0.3.0 |
2132 | 2024-12-20T22:41:56.062Z | Compiling convert_case v0.4.0 |
2133 | 2024-12-20T22:41:56.500Z | Checking newline-converter v0.3.0 |
2134 | 2024-12-20T22:41:56.671Z | Checking expectorate v1.1.0 |
2135 | 2024-12-20T22:41:56.692Z | Checking tungstenite v0.21.0 |
2136 | 2024-12-20T22:41:56.718Z | Checking same-file v1.0.6 |
2137 | 2024-12-20T22:41:56.846Z | Checking arc-swap v1.7.1 |
2138 | 2024-12-20T22:41:56.912Z | Checking walkdir v2.5.0 |
2139 | 2024-12-20T22:41:57.019Z | Compiling derive_more v0.99.18 |
2140 | 2024-12-20T22:41:57.192Z | Checking xattr v1.3.1 |
2141 | 2024-12-20T22:41:57.265Z | Checking slog-scope v4.4.0 |
2142 | 2024-12-20T22:41:57.387Z | Checking filetime v0.2.25 |
2143 | 2024-12-20T22:41:57.424Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2144 | 2024-12-20T22:41:57.459Z | Checking slog-stdlog v4.1.1 |
2145 | 2024-12-20T22:41:57.602Z | Checking tar v0.4.42 |
2146 | 2024-12-20T22:41:57.625Z | Checking tokio-tungstenite v0.21.0 |
2147 | 2024-12-20T22:41:57.646Z | Checking slog-envlogger v2.2.0 |
2148 | 2024-12-20T22:41:57.862Z | Checking num-rational v0.4.2 |
2149 | 2024-12-20T22:41:57.895Z | Checking num-complex v0.4.6 |
2150 | 2024-12-20T22:41:58.189Z | Checking float-ord v0.3.2 |
2151 | 2024-12-20T22:41:58.346Z | Compiling cancel-safe-futures v0.1.5 |
2152 | 2024-12-20T22:41:58.411Z | Checking swrite v0.1.0 |
2153 | 2024-12-20T22:41:58.539Z | Compiling owo-colors v4.1.0 |
2154 | 2024-12-20T22:41:58.604Z | Checking libsw v3.3.1 |
2155 | 2024-12-20T22:41:58.879Z | Checking pem v3.0.4 |
2156 | 2024-12-20T22:41:58.928Z | Checking num v0.4.3 |
2157 | 2024-12-20T22:41:59.045Z | Checking password-hash v0.5.0 |
2158 | 2024-12-20T22:41:59.159Z | Checking blake2 v0.10.6 |
2159 | 2024-12-20T22:41:59.184Z | Checking linear-map v1.2.0 |
2160 | 2024-12-20T22:41:59.517Z | Checking indent_write v2.2.0 |
2161 | 2024-12-20T22:41:59.542Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2162 | 2024-12-20T22:41:59.651Z | Checking argon2 v0.5.3 |
2163 | 2024-12-20T22:41:59.893Z | Compiling lzma-sys v0.1.20 |
2164 | 2024-12-20T22:42:00.170Z | Compiling typify-macro v0.2.0 |
2165 | 2024-12-20T22:42:00.259Z | Checking headers-core v0.3.0 |
2166 | 2024-12-20T22:42:00.342Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2167 | 2024-12-20T22:42:00.407Z | Compiling heck v0.3.3 |
2168 | 2024-12-20T22:42:00.684Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2169 | 2024-12-20T22:42:00.721Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2170 | 2024-12-20T22:42:00.741Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2171 | 2024-12-20T22:42:00.831Z | Compiling zone_cfg_derive v0.1.2 |
2172 | 2024-12-20T22:42:00.933Z | Checking headers v0.4.0 |
2173 | 2024-12-20T22:42:00.996Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2174 | 2024-12-20T22:42:01.282Z | Checking mockall v0.13.0 |
2175 | 2024-12-20T22:42:01.307Z | Checking yasna v0.5.2 |
2176 | 2024-12-20T22:42:01.468Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2177 | 2024-12-20T22:42:01.520Z | Checking highway v1.2.0 |
2178 | 2024-12-20T22:42:01.959Z | Checking base64 v0.13.1 |
2179 | 2024-12-20T22:42:02.026Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2024-12-20T22:42:02.205Z | Checking rcgen v0.12.1 |
2181 | 2024-12-20T22:42:02.358Z | Checking ron v0.7.1 |
2182 | 2024-12-20T22:42:02.361Z | Checking zone v0.1.8 |
2183 | 2024-12-20T22:42:02.910Z | Checking xz2 v0.1.7 |
2184 | 2024-12-20T22:42:03.096Z | Checking subprocess v0.2.9 |
2185 | 2024-12-20T22:42:03.272Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2186 | 2024-12-20T22:42:03.584Z | Checking humantime v2.1.0 |
2187 | 2024-12-20T22:42:03.658Z | Compiling semver v0.1.20 |
2188 | 2024-12-20T22:42:03.819Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2189 | 2024-12-20T22:42:03.882Z | Checking half v2.4.1 |
2190 | 2024-12-20T22:42:04.182Z | Compiling rustc_version v0.1.7 |
2191 | 2024-12-20T22:42:04.296Z | Checking ciborium-io v0.2.2 |
2192 | 2024-12-20T22:42:04.353Z | Checking prettyplease v0.2.25 |
2193 | 2024-12-20T22:42:04.416Z | Checking ciborium-ll v0.2.2 |
2194 | 2024-12-20T22:42:04.453Z | Compiling typify v0.2.0 |
2195 | 2024-12-20T22:42:04.612Z | Compiling progenitor-impl v0.8.0 |
2196 | 2024-12-20T22:42:04.692Z | Compiling newtype_derive v0.1.6 |
2197 | 2024-12-20T22:42:04.738Z | Checking ciborium v0.2.2 |
2198 | 2024-12-20T22:42:05.245Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2199 | 2024-12-20T22:42:07.047Z | Checking steno v0.4.1 |
2200 | 2024-12-20T22:42:07.082Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2201 | 2024-12-20T22:42:07.445Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2202 | 2024-12-20T22:42:07.702Z | Compiling slog-dtrace v0.3.0 |
2203 | 2024-12-20T22:42:08.268Z | Checking display-error-chain v0.2.2 |
2204 | 2024-12-20T22:42:08.451Z | Checking gethostname v0.5.0 |
2205 | 2024-12-20T22:42:08.590Z | Checking nibble_vec v0.1.0 |
2206 | 2024-12-20T22:42:08.701Z | Compiling blake3 v1.5.4 |
2207 | 2024-12-20T22:42:08.770Z | Compiling ring v0.16.20 |
2208 | 2024-12-20T22:42:08.803Z | Checking keccak v0.1.5 |
2209 | 2024-12-20T22:42:09.138Z | Checking endian-type v0.1.2 |
2210 | 2024-12-20T22:42:09.326Z | Checking sha3 v0.10.8 |
2211 | 2024-12-20T22:42:09.358Z | Checking radix_trie v0.2.1 |
2212 | 2024-12-20T22:42:09.737Z | Checking universal-hash v0.5.1 |
2213 | 2024-12-20T22:42:09.777Z | Checking secrecy v0.8.0 |
2214 | 2024-12-20T22:42:09.803Z | Checking opaque-debug v0.3.1 |
2215 | 2024-12-20T22:42:09.899Z | Checking aead v0.5.2 |
2216 | 2024-12-20T22:42:09.932Z | Checking poly1305 v0.8.0 |
2217 | 2024-12-20T22:42:09.993Z | Checking chacha20 v0.9.1 |
2218 | 2024-12-20T22:42:10.371Z | Compiling memmap2 v0.9.5 |
2219 | 2024-12-20T22:42:10.451Z | Compiling spin v0.5.2 |
2220 | 2024-12-20T22:42:10.708Z | Compiling arrayref v0.3.9 |
2221 | 2024-12-20T22:42:10.823Z | Compiling constant_time_eq v0.3.1 |
2222 | 2024-12-20T22:42:10.847Z | Compiling arrayvec v0.7.6 |
2223 | 2024-12-20T22:42:11.020Z | Compiling toolchain_find v0.4.0 |
2224 | 2024-12-20T22:42:11.114Z | Compiling thiserror-impl-no-std v2.0.2 |
2225 | 2024-12-20T22:42:11.522Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2226 | 2024-12-20T22:42:11.602Z | Compiling topological-sort v0.2.2 |
2227 | 2024-12-20T22:42:11.750Z | Compiling rustfmt-wrapper v0.2.1 |
2228 | 2024-12-20T22:42:11.841Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2229 | 2024-12-20T22:42:12.087Z | Checking chacha20poly1305 v0.10.1 |
2230 | 2024-12-20T22:42:12.193Z | Compiling async-recursion v1.1.1 |
2231 | 2024-12-20T22:42:12.276Z | Checking fxhash v0.2.1 |
2232 | 2024-12-20T22:42:12.310Z | Checking bumpalo v3.16.0 |
2233 | 2024-12-20T22:42:12.466Z | Checking lockfree-object-pool v0.1.6 |
2234 | 2024-12-20T22:42:12.533Z | Compiling zip v2.1.3 |
2235 | 2024-12-20T22:42:12.659Z | Checking simd-adler32 v0.3.7 |
2236 | 2024-12-20T22:42:12.730Z | Checking termcolor v1.4.1 |
2237 | 2024-12-20T22:42:12.808Z | Compiling progenitor-macro v0.8.0 |
2238 | 2024-12-20T22:42:12.878Z | Compiling radium v0.7.0 |
2239 | 2024-12-20T22:42:13.049Z | Checking zopfli v0.8.1 |
2240 | 2024-12-20T22:42:13.211Z | Checking maplit v1.0.2 |
2241 | 2024-12-20T22:42:13.336Z | Checking tap v1.0.1 |
2242 | 2024-12-20T22:42:13.415Z | Compiling maybe-uninit v2.0.0 |
2243 | 2024-12-20T22:42:13.503Z | Checking wyz v0.5.1 |
2244 | 2024-12-20T22:42:13.942Z | Checking funty v2.0.0 |
2245 | 2024-12-20T22:42:14.044Z | Checking home v0.5.9 |
2246 | 2024-12-20T22:42:14.207Z | Compiling packed_struct v0.10.1 |
2247 | 2024-12-20T22:42:14.351Z | Checking crc-catalog v2.4.0 |
2248 | 2024-12-20T22:42:14.432Z | Checking thiserror-no-std v2.0.2 |
2249 | 2024-12-20T22:42:14.495Z | Compiling omicron-zone-package v0.11.1 |
2250 | 2024-12-20T22:42:14.551Z | Checking vsss-rs v3.3.4 |
2251 | 2024-12-20T22:42:14.710Z | Checking crc v3.2.1 |
2252 | 2024-12-20T22:42:14.890Z | Checking bitvec v1.0.1 |
2253 | 2024-12-20T22:42:14.972Z | Compiling const_format_proc_macros v0.2.33 |
2254 | 2024-12-20T22:42:15.142Z | Checking kstat-rs v0.2.4 |
2255 | 2024-12-20T22:42:15.482Z | Compiling packed_struct_codegen v0.10.1 |
2256 | 2024-12-20T22:42:15.512Z | Compiling vte_generate_state_changes v0.1.2 |
2257 | 2024-12-20T22:42:16.183Z | Compiling indexmap v1.9.3 |
2258 | 2024-12-20T22:42:16.209Z | Compiling libefi-sys v0.1.0 |
2259 | 2024-12-20T22:42:16.466Z | Checking nodrop v0.1.14 |
2260 | 2024-12-20T22:42:16.555Z | Checking vte v0.11.1 |
2261 | 2024-12-20T22:42:16.604Z | Checking array-init v0.0.4 |
2262 | 2024-12-20T22:42:17.160Z | Checking const_format v0.2.33 |
2263 | 2024-12-20T22:42:17.652Z | Checking smallvec v0.6.14 |
2264 | 2024-12-20T22:42:17.681Z | Checking fd-lock v4.0.2 |
2265 | 2024-12-20T22:42:17.841Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2266 | 2024-12-20T22:42:17.868Z | Compiling bitfield-struct v0.6.2 |
2267 | 2024-12-20T22:42:17.889Z | Checking hashbrown v0.12.3 |
2268 | 2024-12-20T22:42:18.412Z | Checking bitfield v0.14.0 |
2269 | 2024-12-20T22:42:18.460Z | Checking serde-hex v0.1.0 |
2270 | 2024-12-20T22:42:18.460Z | Checking strip-ansi-escapes v0.2.0 |
2271 | 2024-12-20T22:42:18.552Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2272 | 2024-12-20T22:42:18.821Z | Checking env_logger v0.10.2 |
2273 | 2024-12-20T22:42:18.851Z | Checking ron v0.8.1 |
2274 | 2024-12-20T22:42:19.236Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2275 | 2024-12-20T22:42:19.350Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2276 | 2024-12-20T22:42:19.551Z | Checking itertools v0.12.1 |
2277 | 2024-12-20T22:42:19.671Z | Checking hashbrown v0.13.2 |
2278 | 2024-12-20T22:42:19.970Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2279 | 2024-12-20T22:42:20.092Z | Checking nu-ansi-term v0.50.1 |
2280 | 2024-12-20T22:42:20.129Z | Checking crc-any v2.5.0 |
2281 | 2024-12-20T22:42:20.527Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2282 | 2024-12-20T22:42:20.530Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2283 | 2024-12-20T22:42:20.759Z | Checking object v0.30.4 |
2284 | 2024-12-20T22:42:21.021Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2285 | 2024-12-20T22:42:21.075Z | Checking path-slash v0.1.5 |
2286 | 2024-12-20T22:42:21.113Z | Compiling parking_lot_core v0.8.6 |
2287 | 2024-12-20T22:42:21.222Z | Compiling phf_generator v0.11.2 |
2288 | 2024-12-20T22:42:21.279Z | Checking bytecount v0.6.8 |
2289 | 2024-12-20T22:42:21.418Z | Checking glob v0.3.1 |
2290 | 2024-12-20T22:42:21.445Z | Checking papergrid v0.11.0 |
2291 | 2024-12-20T22:42:21.650Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2292 | 2024-12-20T22:42:21.751Z | Compiling phf_codegen v0.11.2 |
2293 | 2024-12-20T22:42:21.949Z | Checking parking_lot v0.11.2 |
2294 | 2024-12-20T22:42:21.982Z | Compiling tabled_derive v0.7.0 |
2295 | 2024-12-20T22:42:22.139Z | Checking reedline v0.35.0 |
2296 | 2024-12-20T22:42:22.299Z | Compiling parse-zoneinfo v0.3.1 |
2297 | 2024-12-20T22:42:22.346Z | Compiling cfg_aliases v0.1.1 |
2298 | 2024-12-20T22:42:22.460Z | Compiling nix v0.28.0 |
2299 | 2024-12-20T22:42:23.011Z | Compiling chrono-tz-build v0.4.0 |
2300 | 2024-12-20T22:42:23.316Z | Checking sled v0.34.7 |
2301 | 2024-12-20T22:42:24.384Z | Checking hickory-client v0.24.1 |
2302 | 2024-12-20T22:42:24.578Z | Checking hickory-server v0.24.1 |
2303 | 2024-12-20T22:42:24.652Z | Checking tabled v0.15.0 |
2304 | 2024-12-20T22:42:25.052Z | Compiling chrono-tz v0.10.0 |
2305 | 2024-12-20T22:42:25.110Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2306 | 2024-12-20T22:42:25.717Z | Compiling buf-list v1.0.3 |
2307 | 2024-12-20T22:42:26.480Z | Compiling peg-macros v0.8.4 |
2308 | 2024-12-20T22:42:27.017Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2309 | 2024-12-20T22:42:27.255Z | Compiling sqlparser_derive v0.2.2 |
2310 | 2024-12-20T22:42:27.426Z | Checking unicode_categories v0.1.1 |
2311 | 2024-12-20T22:42:27.728Z | Checking sqlformat v0.2.6 |
2312 | 2024-12-20T22:42:28.271Z | Checking progenitor v0.8.0 |
2313 | 2024-12-20T22:42:28.425Z | Checking sqlparser v0.45.0 |
2314 | 2024-12-20T22:42:28.530Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2315 | 2024-12-20T22:42:28.572Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2024-12-20T22:42:28.721Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2317 | 2024-12-20T22:42:32.436Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2318 | 2024-12-20T22:42:33.045Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2319 | 2024-12-20T22:42:33.187Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2320 | 2024-12-20T22:42:33.371Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2321 | 2024-12-20T22:42:35.474Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2322 | 2024-12-20T22:42:35.671Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2323 | 2024-12-20T22:42:37.607Z | Checking peg v0.8.4 |
2324 | 2024-12-20T22:42:37.730Z | Checking rustyline v14.0.0 |
2325 | 2024-12-20T22:42:37.820Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2326 | 2024-12-20T22:42:38.378Z | Checking bcs v0.1.6 |
2327 | 2024-12-20T22:42:38.507Z | Checking primeorder v0.13.6 |
2328 | 2024-12-20T22:42:38.602Z | Compiling unicase v2.7.0 |
2329 | 2024-12-20T22:42:38.774Z | Checking nanorand v0.7.0 |
2330 | 2024-12-20T22:42:38.831Z | Checking atty v0.2.14 |
2331 | 2024-12-20T22:42:38.964Z | Compiling salty v0.3.0 |
2332 | 2024-12-20T22:42:38.987Z | Checking p384 v0.13.0 |
2333 | 2024-12-20T22:42:39.149Z | Checking flume v0.11.1 |
2334 | 2024-12-20T22:42:39.363Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2335 | 2024-12-20T22:42:39.504Z | Compiling mime_guess v2.0.5 |
2336 | 2024-12-20T22:42:39.621Z | Checking env_filter v0.1.2 |
2337 | 2024-12-20T22:42:39.880Z | Checking http-range v0.1.5 |
2338 | 2024-12-20T22:42:39.975Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2339 | 2024-12-20T22:42:40.083Z | Checking env_logger v0.11.5 |
2340 | 2024-12-20T22:42:40.397Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2341 | 2024-12-20T22:42:40.435Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2342 | 2024-12-20T22:42:40.461Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2343 | 2024-12-20T22:42:40.606Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2344 | 2024-12-20T22:42:40.763Z | Compiling dsl_auto_type v0.1.2 |
2345 | 2024-12-20T22:42:40.822Z | Checking scheduled-thread-pool v0.2.7 |
2346 | 2024-12-20T22:42:40.904Z | Compiling diesel_table_macro_syntax v0.2.0 |
2347 | 2024-12-20T22:42:41.043Z | Compiling crunchy v0.2.2 |
2348 | 2024-12-20T22:42:41.066Z | Checking r2d2 v0.8.10 |
2349 | 2024-12-20T22:42:41.349Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2350 | 2024-12-20T22:42:41.572Z | Checking hyper-staticfile v0.10.1 |
2351 | 2024-12-20T22:42:41.604Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2352 | 2024-12-20T22:42:42.084Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2353 | 2024-12-20T22:42:42.116Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2354 | 2024-12-20T22:42:42.444Z | Compiling diesel_derives v2.2.3 |
2355 | 2024-12-20T22:42:42.609Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2356 | 2024-12-20T22:42:42.724Z | Compiling tiny-keccak v2.0.2 |
2357 | 2024-12-20T22:42:43.080Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2358 | 2024-12-20T22:42:43.147Z | Compiling pin-project-internal v1.1.6 |
2359 | 2024-12-20T22:42:43.372Z | Compiling ref-cast v1.0.23 |
2360 | 2024-12-20T22:42:44.039Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2361 | 2024-12-20T22:42:44.309Z | Compiling ascii-canvas v3.0.0 |
2362 | 2024-12-20T22:42:44.682Z | Compiling ena v0.14.3 |
2363 | 2024-12-20T22:42:44.883Z | Compiling ref-cast-impl v1.0.23 |
2364 | 2024-12-20T22:42:45.106Z | Compiling diff v0.1.13 |
2365 | 2024-12-20T22:42:45.799Z | Compiling regex-syntax v0.6.29 |
2366 | 2024-12-20T22:42:46.045Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2367 | 2024-12-20T22:42:46.228Z | Checking signal-hook-tokio v0.3.1 |
2368 | 2024-12-20T22:42:46.366Z | Checking pin-project v1.1.6 |
2369 | 2024-12-20T22:42:46.422Z | Compiling snafu-derive v0.8.5 |
2370 | 2024-12-20T22:42:46.506Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2371 | 2024-12-20T22:42:46.808Z | Compiling derive_builder_core v0.20.2 |
2372 | 2024-12-20T22:42:49.369Z | Compiling lalrpop v0.19.12 |
2373 | 2024-12-20T22:42:50.255Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2374 | 2024-12-20T22:42:51.777Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2375 | 2024-12-20T22:42:52.113Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2376 | 2024-12-20T22:42:53.932Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2377 | 2024-12-20T22:42:55.050Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2378 | 2024-12-20T22:42:56.022Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2379 | 2024-12-20T22:42:56.913Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2380 | 2024-12-20T22:42:57.063Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2381 | 2024-12-20T22:42:57.163Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2382 | 2024-12-20T22:42:57.404Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2383 | 2024-12-20T22:42:58.356Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2384 | 2024-12-20T22:42:58.712Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2385 | 2024-12-20T22:42:59.182Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2386 | 2024-12-20T22:42:59.502Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2387 | 2024-12-20T22:42:59.891Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2388 | 2024-12-20T22:42:59.946Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2389 | 2024-12-20T22:43:00.130Z | Checking diesel v2.2.6 |
2390 | 2024-12-20T22:43:00.262Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2391 | 2024-12-20T22:43:00.530Z | Checking snafu v0.8.5 |
2392 | 2024-12-20T22:43:00.996Z | Checking globset v0.4.15 |
2393 | 2024-12-20T22:43:01.545Z | Checking olpc-cjson v0.1.4 |
2394 | 2024-12-20T22:43:01.790Z | Checking serde_plain v1.0.2 |
2395 | 2024-12-20T22:43:02.062Z | Compiling libxml v0.3.3 |
2396 | 2024-12-20T22:43:02.439Z | Compiling memoffset v0.9.1 |
2397 | 2024-12-20T22:43:02.766Z | Checking typed-path v0.9.3 |
2398 | 2024-12-20T22:43:04.080Z | Compiling derive_builder_macro v0.20.2 |
2399 | 2024-12-20T22:43:04.344Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2400 | 2024-12-20T22:43:04.563Z | Checking tungstenite v0.23.0 |
2401 | 2024-12-20T22:43:04.846Z | Checking tough v0.19.0 |
2402 | 2024-12-20T22:43:04.904Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2403 | 2024-12-20T22:43:04.940Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2404 | 2024-12-20T22:43:05.849Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2405 | 2024-12-20T22:43:05.881Z | Compiling strum_macros v0.24.3 |
2406 | 2024-12-20T22:43:05.881Z | Compiling samael v0.0.17 |
2407 | 2024-12-20T22:43:05.898Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2408 | 2024-12-20T22:43:07.485Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2409 | 2024-12-20T22:43:08.364Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2410 | 2024-12-20T22:43:09.088Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2411 | 2024-12-20T22:43:09.612Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2412 | 2024-12-20T22:43:09.711Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2413 | 2024-12-20T22:43:10.109Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2414 | 2024-12-20T22:43:10.570Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2415 | 2024-12-20T22:43:10.671Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2416 | 2024-12-20T22:43:11.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2417 | 2024-12-20T22:43:13.576Z | Compiling indoc v1.0.9 |
2418 | 2024-12-20T22:43:14.250Z | Checking parse-size v1.1.0 |
2419 | 2024-12-20T22:43:14.588Z | Checking tokio-tungstenite v0.23.1 |
2420 | 2024-12-20T22:43:15.097Z | Checking derive_builder v0.20.2 |
2421 | 2024-12-20T22:43:15.697Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2422 | 2024-12-20T22:43:16.632Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2423 | 2024-12-20T22:43:17.019Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2424 | 2024-12-20T22:43:17.144Z | Checking quick-xml v0.33.0 |
2425 | 2024-12-20T22:43:17.328Z | Compiling oso-derive v0.27.3 |
2426 | 2024-12-20T22:43:18.493Z | Compiling impl-trait-for-tuples v0.2.2 |
2427 | 2024-12-20T22:43:18.706Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2428 | 2024-12-20T22:43:19.131Z | Checking nix v0.27.1 |
2429 | 2024-12-20T22:43:20.497Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2430 | 2024-12-20T22:43:22.183Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2431 | 2024-12-20T22:43:22.527Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2432 | 2024-12-20T22:43:22.809Z | Compiling diesel-dtrace v0.4.2 |
2433 | 2024-12-20T22:43:23.237Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2434 | 2024-12-20T22:43:24.031Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2435 | 2024-12-20T22:43:24.331Z | Checking bb8 v0.8.5 |
2436 | 2024-12-20T22:43:24.844Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2437 | 2024-12-20T22:43:25.463Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2438 | 2024-12-20T22:43:25.611Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2439 | 2024-12-20T22:43:26.457Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2440 | 2024-12-20T22:43:26.541Z | Checking rand_seeder v0.3.0 |
2441 | 2024-12-20T22:43:26.615Z | Checking assert_matches v1.5.0 |
2442 | 2024-12-20T22:43:26.712Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2443 | 2024-12-20T22:43:26.736Z | Compiling libz-sys v1.1.20 |
2444 | 2024-12-20T22:43:26.779Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2445 | 2024-12-20T22:43:26.846Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2446 | 2024-12-20T22:43:27.030Z | Checking castaway v0.2.3 |
2447 | 2024-12-20T22:43:27.205Z | Checking is_ci v1.2.0 |
2448 | 2024-12-20T22:43:27.364Z | Checking supports-color v3.0.1 |
2449 | 2024-12-20T22:43:27.549Z | Checking compact_str v0.8.0 |
2450 | 2024-12-20T22:43:27.552Z | Checking unicode-truncate v1.1.0 |
2451 | 2024-12-20T22:43:27.596Z | Checking lru v0.12.5 |
2452 | 2024-12-20T22:43:27.807Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2453 | 2024-12-20T22:43:27.919Z | Compiling instability v0.3.2 |
2454 | 2024-12-20T22:43:28.512Z | Checking cassowary v0.3.0 |
2455 | 2024-12-20T22:43:29.024Z | Checking ratatui v0.28.1 |
2456 | 2024-12-20T22:43:29.095Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2457 | 2024-12-20T22:43:29.222Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2024-12-20T22:43:29.352Z | Compiling vergen v8.3.2 |
2459 | 2024-12-20T22:43:29.638Z | Compiling cargo-platform v0.1.8 |
2460 | 2024-12-20T22:43:30.233Z | Checking unicode-linebreak v0.1.5 |
2461 | 2024-12-20T22:43:30.355Z | Checking smawk v0.3.2 |
2462 | 2024-12-20T22:43:30.560Z | Compiling cargo_metadata v0.18.1 |
2463 | 2024-12-20T22:43:30.668Z | Checking textwrap v0.16.1 |
2464 | 2024-12-20T22:43:30.746Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2465 | 2024-12-20T22:43:31.062Z | Compiling libsqlite3-sys v0.30.1 |
2466 | 2024-12-20T22:43:31.302Z | Compiling cfg_aliases v0.2.1 |
2467 | 2024-12-20T22:43:31.422Z | Compiling rustls v0.21.12 |
2468 | 2024-12-20T22:43:31.636Z | Compiling nix v0.29.0 |
2469 | 2024-12-20T22:43:31.968Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2470 | 2024-12-20T22:43:32.259Z | Checking sct v0.7.1 |
2471 | 2024-12-20T22:43:32.452Z | Checking rustls-webpki v0.101.7 |
2472 | 2024-12-20T22:43:33.062Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2473 | 2024-12-20T22:43:33.351Z | Checking hashlink v0.9.1 |
2474 | 2024-12-20T22:43:33.379Z | Checking concurrent-queue v2.5.0 |
2475 | 2024-12-20T22:43:33.727Z | Checking parking v2.2.1 |
2476 | 2024-12-20T22:43:33.891Z | Checking plotters-backend v0.3.7 |
2477 | 2024-12-20T22:43:33.972Z | Checking fallible-iterator v0.3.0 |
2478 | 2024-12-20T22:43:33.993Z | Checking fallible-streaming-iterator v0.1.9 |
2479 | 2024-12-20T22:43:34.265Z | Checking plotters-svg v0.3.7 |
2480 | 2024-12-20T22:43:34.486Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2481 | 2024-12-20T22:43:34.594Z | Checking rusqlite v0.32.1 |
2482 | 2024-12-20T22:43:34.801Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2483 | 2024-12-20T22:43:35.346Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2484 | 2024-12-20T22:43:35.524Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2485 | 2024-12-20T22:43:35.832Z | Checking async-bb8-diesel v0.2.1 |
2486 | 2024-12-20T22:43:36.114Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2487 | 2024-12-20T22:43:36.177Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2488 | 2024-12-20T22:43:36.366Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2489 | 2024-12-20T22:43:36.533Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2490 | 2024-12-20T22:43:36.693Z | Checking tokio-rustls v0.24.1 |
2491 | 2024-12-20T22:43:37.080Z | Checking rustls-pemfile v1.0.4 |
2492 | 2024-12-20T22:43:37.282Z | Checking twox-hash v1.6.3 |
2493 | 2024-12-20T22:43:37.400Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2494 | 2024-12-20T22:43:37.754Z | Checking cast v0.3.0 |
2495 | 2024-12-20T22:43:38.063Z | Checking criterion-plot v0.5.0 |
2496 | 2024-12-20T22:43:38.171Z | Checking plotters v0.3.7 |
2497 | 2024-12-20T22:43:38.568Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2498 | 2024-12-20T22:43:39.124Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2499 | 2024-12-20T22:43:40.019Z | Checking fatfs v0.3.6 |
2500 | 2024-12-20T22:43:40.187Z | Checking tinytemplate v1.2.1 |
2501 | 2024-12-20T22:43:40.610Z | Checking csv-core v0.1.11 |
2502 | 2024-12-20T22:43:40.743Z | Checking hex-literal v0.4.1 |
2503 | 2024-12-20T22:43:40.887Z | Checking shell-words v1.1.0 |
2504 | 2024-12-20T22:43:40.938Z | Checking anes v0.1.6 |
2505 | 2024-12-20T22:43:40.943Z | Checking oorandom v11.1.4 |
2506 | 2024-12-20T22:43:41.081Z | Checking csv v1.3.0 |
2507 | 2024-12-20T22:43:41.137Z | Checking event-listener v5.3.1 |
2508 | 2024-12-20T22:43:41.331Z | Checking criterion v0.5.1 |
2509 | 2024-12-20T22:43:41.575Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2510 | 2024-12-20T22:43:41.913Z | Checking rtoolbox v0.0.2 |
2511 | 2024-12-20T22:43:42.108Z | Checking rpassword v7.3.1 |
2512 | 2024-12-20T22:43:42.277Z | Checking event-listener-strategy v0.5.2 |
2513 | 2024-12-20T22:43:42.496Z | Checking tui-tree-widget v0.22.0 |
2514 | 2024-12-20T22:43:42.838Z | Checking polyval v0.6.2 |
2515 | 2024-12-20T22:43:43.124Z | Checking ghash v0.5.1 |
2516 | 2024-12-20T22:43:43.311Z | Checking futures-lite v2.3.0 |
2517 | 2024-12-20T22:43:44.141Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2518 | 2024-12-20T22:43:44.789Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2519 | 2024-12-20T22:43:45.311Z | Checking ctr v0.9.2 |
2520 | 2024-12-20T22:43:45.439Z | Checking yansi v1.0.1 |
2521 | 2024-12-20T22:43:46.115Z | Checking aes-gcm v0.10.3 |
2522 | 2024-12-20T22:43:46.223Z | Checking pretty_assertions v1.4.1 |
2523 | 2024-12-20T22:43:46.357Z | Checking ssh-encoding v0.2.0 |
2524 | 2024-12-20T22:43:46.432Z | Checking blowfish v0.9.1 |
2525 | 2024-12-20T22:43:46.664Z | Checking bcrypt-pbkdf v0.10.0 |
2526 | 2024-12-20T22:43:46.717Z | Checking ssh-cipher v0.2.0 |
2527 | 2024-12-20T22:43:46.928Z | Checking async-lock v3.4.0 |
2528 | 2024-12-20T22:43:46.997Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2529 | 2024-12-20T22:43:47.727Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2530 | 2024-12-20T22:43:47.968Z | Checking polling v3.7.3 |
2531 | 2024-12-20T22:43:48.366Z | Checking password-hash v0.4.2 |
2532 | 2024-12-20T22:43:48.489Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2533 | 2024-12-20T22:43:48.778Z | Checking matches v0.1.10 |
2534 | 2024-12-20T22:43:48.861Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2535 | 2024-12-20T22:43:48.886Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2536 | 2024-12-20T22:43:49.149Z | Checking idna v0.2.3 |
2537 | 2024-12-20T22:43:50.048Z | Checking pbkdf2 v0.11.0 |
2538 | 2024-12-20T22:43:50.208Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2024-12-20T22:43:50.347Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2540 | 2024-12-20T22:43:52.125Z | Checking async-io v2.3.4 |
2541 | 2024-12-20T22:43:53.025Z | Checking ssh-key v0.6.6 |
2542 | 2024-12-20T22:43:54.706Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2543 | 2024-12-20T22:43:55.308Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2544 | 2024-12-20T22:43:55.507Z | Checking p256 v0.13.2 |
2545 | 2024-12-20T22:43:55.909Z | Checking p521 v0.13.3 |
2546 | 2024-12-20T22:43:55.998Z | Checking russh-cryptovec v0.7.3 |
2547 | 2024-12-20T22:43:56.213Z | Compiling enum-as-inner v0.5.1 |
2548 | 2024-12-20T22:43:56.537Z | Checking async-task v4.7.1 |
2549 | 2024-12-20T22:43:56.914Z | Compiling target-lexicon v0.12.16 |
2550 | 2024-12-20T22:43:57.220Z | Compiling doc-comment v0.3.3 |
2551 | 2024-12-20T22:43:57.285Z | Checking md5 v0.7.0 |
2552 | 2024-12-20T22:43:57.590Z | Checking russh-keys v0.45.0 |
2553 | 2024-12-20T22:43:57.950Z | Checking trust-dns-proto v0.22.0 |
2554 | 2024-12-20T22:43:57.972Z | Checking async-channel v2.3.1 |
2555 | 2024-12-20T22:43:58.339Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2556 | 2024-12-20T22:43:59.031Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2557 | 2024-12-20T22:43:59.996Z | Checking piper v0.2.4 |
2558 | 2024-12-20T22:44:00.155Z | Checking num-bigint v0.4.6 |
2559 | 2024-12-20T22:44:00.243Z | Checking des v0.8.1 |
2560 | 2024-12-20T22:44:00.514Z | Compiling dhcproto-macros v0.1.0 |
2561 | 2024-12-20T22:44:01.511Z | Compiling guppy-workspace-hack v0.1.0 |
2562 | 2024-12-20T22:44:01.777Z | Checking futures-timer v3.0.3 |
2563 | 2024-12-20T22:44:01.802Z | Compiling assert_cmd v2.0.16 |
2564 | 2024-12-20T22:44:02.135Z | Checking dhcproto v0.12.0 |
2565 | 2024-12-20T22:44:02.285Z | Checking blocking v1.6.1 |
2566 | 2024-12-20T22:44:02.797Z | Checking russh v0.45.0 |
2567 | 2024-12-20T22:44:03.255Z | Checking async-executor v1.13.1 |
2568 | 2024-12-20T22:44:03.550Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2569 | 2024-12-20T22:44:03.805Z | Checking async-signal v0.2.10 |
2570 | 2024-12-20T22:44:04.107Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2571 | 2024-12-20T22:44:04.474Z | Compiling target-spec v3.2.2 |
2572 | 2024-12-20T22:44:04.496Z | Checking internet-checksum v0.2.1 |
2573 | 2024-12-20T22:44:04.689Z | Checking event-listener v2.5.3 |
2574 | 2024-12-20T22:44:05.087Z | Checking async-channel v1.9.0 |
2575 | 2024-12-20T22:44:05.972Z | Checking async-process v2.3.0 |
2576 | 2024-12-20T22:44:06.375Z | Checking async-global-executor v2.4.1 |
2577 | 2024-12-20T22:44:06.660Z | Checking cfg-expr v0.17.0 |
2578 | 2024-12-20T22:44:07.309Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2579 | 2024-12-20T22:44:07.378Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2580 | 2024-12-20T22:44:07.489Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2581 | 2024-12-20T22:44:07.897Z | Checking httptest v0.16.1 |
2582 | 2024-12-20T22:44:08.662Z | Checking rustls-native-certs v0.7.3 |
2583 | 2024-12-20T22:44:08.849Z | Compiling petname v2.0.2 |
2584 | 2024-12-20T22:44:08.933Z | Checking num_cpus v1.16.0 |
2585 | 2024-12-20T22:44:09.079Z | Checking kv-log-macro v1.0.7 |
2586 | 2024-12-20T22:44:09.193Z | Compiling async-attributes v1.1.2 |
2587 | 2024-12-20T22:44:10.350Z | Checking async-std v1.13.0 |
2588 | 2024-12-20T22:44:11.908Z | Checking threadpool v1.8.1 |
2589 | 2024-12-20T22:44:12.046Z | Checking hyper-rustls v0.26.0 |
2590 | 2024-12-20T22:44:12.428Z | Checking pathdiff v0.2.2 |
2591 | 2024-12-20T22:44:12.475Z | Compiling rstest_macros v0.23.0 |
2592 | 2024-12-20T22:44:12.574Z | Compiling target-triple v0.1.3 |
2593 | 2024-12-20T22:44:12.952Z | Checking nested v0.1.1 |
2594 | 2024-12-20T22:44:13.096Z | Checking escape8259 v0.5.3 |
2595 | 2024-12-20T22:44:13.179Z | Checking guppy v0.17.8 |
2596 | 2024-12-20T22:44:13.303Z | Checking libtest-mimic v0.7.3 |
2597 | 2024-12-20T22:44:13.958Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2598 | 2024-12-20T22:44:14.099Z | Checking async-object-pool v0.1.5 |
2599 | 2024-12-20T22:44:14.972Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2600 | 2024-12-20T22:44:15.266Z | Checking similar-asserts v1.6.0 |
2601 | 2024-12-20T22:44:15.290Z | Checking fancy-regex v0.13.0 |
2602 | 2024-12-20T22:44:15.517Z | Checking serde_regex v1.1.0 |
2603 | 2024-12-20T22:44:15.800Z | Checking assert-json-diff v2.0.2 |
2604 | 2024-12-20T22:44:16.026Z | Compiling proc-macro-crate v3.2.0 |
2605 | 2024-12-20T22:44:16.088Z | Checking path-tree v0.8.1 |
2606 | 2024-12-20T22:44:16.441Z | Checking sync-ptr v0.1.1 |
2607 | 2024-12-20T22:44:16.670Z | Checking stringmetrics v2.2.2 |
2608 | 2024-12-20T22:44:16.906Z | Compiling relative-path v1.9.3 |
2609 | 2024-12-20T22:44:17.140Z | Checking httpmock v0.8.0-alpha.1 |
2610 | 2024-12-20T22:44:17.524Z | Checking datatest-stable v0.2.9 |
2611 | 2024-12-20T22:44:17.988Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2612 | 2024-12-20T22:44:19.485Z | Checking blake2b_simd v1.0.2 |
2613 | 2024-12-20T22:44:20.251Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2614 | 2024-12-20T22:44:20.792Z | Compiling git2 v0.19.0 |
2615 | 2024-12-20T22:44:20.875Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2616 | 2024-12-20T22:44:21.183Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2617 | 2024-12-20T22:44:21.476Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2618 | 2024-12-20T22:44:21.784Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2619 | 2024-12-20T22:44:22.314Z | Checking serde_tokenstream v0.2.2 |
2620 | 2024-12-20T22:44:22.523Z | Checking uzers v0.12.1 |
2621 | 2024-12-20T22:44:22.863Z | Checking rust-argon2 v2.1.0 |
2622 | 2024-12-20T22:44:22.941Z | Checking trybuild v1.0.101 |
2623 | 2024-12-20T22:44:23.328Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2624 | 2024-12-20T22:44:24.297Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2625 | 2024-12-20T22:44:24.709Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2626 | 2024-12-20T22:44:26.097Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2627 | 2024-12-20T22:44:28.216Z | Checking rstest v0.23.0 |
2628 | 2024-12-20T22:44:28.457Z | Checking rand_distr v0.4.3 |
2629 | 2024-12-20T22:44:28.480Z | Checking multimap v0.10.0 |
2630 | 2024-12-20T22:44:28.822Z | Checking approx v0.5.1 |
2631 | 2024-12-20T22:44:29.109Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2632 | 2024-12-20T22:44:29.855Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2633 | 2024-12-20T22:44:29.970Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2634 | 2024-12-20T22:44:30.357Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2635 | 2024-12-20T22:44:30.718Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2636 | 2024-12-20T22:44:30.841Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2637 | 2024-12-20T22:44:31.579Z | Checking partial-io v0.5.4 |
2638 | 2024-12-20T22:44:31.698Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2639 | 2024-12-20T22:44:31.814Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2640 | 2024-12-20T22:44:31.937Z | Checking cargo_toml v0.20.5 |
2641 | 2024-12-20T22:44:31.959Z | Checking termios v0.3.3 |
2642 | 2024-12-20T22:44:31.981Z | Compiling indoc v2.0.5 |
2643 | 2024-12-20T22:44:32.198Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2644 | 2024-12-20T22:44:32.994Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2645 | 2024-12-20T22:44:33.912Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2646 | 2024-12-20T22:44:53.087Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2647 | 2024-12-20T22:44:56.179Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2648 | 2024-12-20T22:44:57.956Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2649 | 2024-12-20T22:45:18.124Z | Compiling polar-core v0.27.3 |
2650 | 2024-12-20T22:45:29.545Z | Checking oso v0.27.3 |
2651 | 2024-12-20T22:45:33.663Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2652 | 2024-12-20T22:45:34.190Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2653 | 2024-12-20T22:45:35.605Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2654 | 2024-12-20T22:46:18.721Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2655 | 2024-12-20T22:46:18.721Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2656 | 2024-12-20T22:46:18.724Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2657 | 2024-12-20T22:47:42.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
2658 | 2024-12-20T22:47:42.639Z | |
2659 | 2024-12-20T22:47:42.642Z | real 6:46.284585519 |
2660 | 2024-12-20T22:47:42.642Z | user 36:14.409442765 |
2661 | 2024-12-20T22:47:42.643Z | sys 6:43.338746494 |
2662 | 2024-12-20T22:47:42.643Z | trap 0.989514743 |
2663 | 2024-12-20T22:47:42.643Z | tflt 2.289955016 |
2664 | 2024-12-20T22:47:42.643Z | dflt 0.758422919 |
2665 | 2024-12-20T22:47:42.643Z | kflt 0.000954834 |
2666 | 2024-12-20T22:47:42.643Z | lock 52:34.120859587 |
2667 | 2024-12-20T22:47:42.643Z | slp 2:05:17.522022946 |
2668 | 2024-12-20T22:47:42.643Z | lat 1:40.509144859 |
2669 | 2024-12-20T22:47:42.643Z | stop 6:21.230837330 |
2670 | 2024-12-20T22:47:42.643Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2671 | 2024-12-20T22:47:42.643Z | + ptime -m cargo doc --workspace --no-deps |
2672 | 2024-12-20T22:47:43.830Z | warning: output filename collision. |
2673 | 2024-12-20T22:47:43.830Z | 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)`. |
2674 | 2024-12-20T22:47:43.830Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2675 | 2024-12-20T22:47:43.830Z | The targets should have unique names. |
2676 | 2024-12-20T22:47:43.830Z | This is a known bug where multiple crates with the same name use |
2677 | 2024-12-20T22:47:43.830Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2678 | 2024-12-20T22:47:44.281Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2679 | 2024-12-20T22:47:44.350Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2680 | 2024-12-20T22:47:44.369Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2681 | 2024-12-20T22:47:44.410Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2682 | 2024-12-20T22:47:44.431Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2683 | 2024-12-20T22:47:44.461Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2684 | 2024-12-20T22:47:44.461Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2685 | 2024-12-20T22:47:44.663Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2686 | 2024-12-20T22:47:44.710Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2687 | 2024-12-20T22:47:44.730Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2688 | 2024-12-20T22:47:44.752Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2689 | 2024-12-20T22:47:44.986Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2690 | 2024-12-20T22:47:45.033Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2691 | 2024-12-20T22:47:45.270Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2692 | 2024-12-20T22:47:45.482Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2693 | 2024-12-20T22:47:48.119Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2694 | 2024-12-20T22:47:49.316Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2695 | 2024-12-20T22:47:49.648Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2696 | 2024-12-20T22:47:49.887Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2697 | 2024-12-20T22:47:49.905Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2698 | 2024-12-20T22:47:49.933Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2699 | 2024-12-20T22:47:50.209Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2700 | 2024-12-20T22:47:50.748Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2701 | 2024-12-20T22:47:50.784Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2702 | 2024-12-20T22:47:50.873Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2703 | 2024-12-20T22:47:51.047Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2704 | 2024-12-20T22:47:51.178Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2705 | 2024-12-20T22:47:51.508Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2706 | 2024-12-20T22:47:51.713Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2707 | 2024-12-20T22:47:51.740Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2708 | 2024-12-20T22:47:51.941Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2709 | 2024-12-20T22:47:51.985Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2710 | 2024-12-20T22:47:52.074Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2711 | 2024-12-20T22:47:52.130Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2712 | 2024-12-20T22:47:52.251Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2713 | 2024-12-20T22:47:52.477Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2714 | 2024-12-20T22:47:52.798Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2715 | 2024-12-20T22:47:53.077Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2716 | 2024-12-20T22:47:53.098Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2717 | 2024-12-20T22:47:53.470Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2718 | 2024-12-20T22:47:53.489Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2719 | 2024-12-20T22:47:53.544Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2720 | 2024-12-20T22:47:54.413Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2721 | 2024-12-20T22:47:55.080Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2722 | 2024-12-20T22:47:56.439Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2723 | 2024-12-20T22:47:58.789Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2724 | 2024-12-20T22:47:59.584Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2725 | 2024-12-20T22:47:59.661Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2726 | 2024-12-20T22:48:00.157Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2727 | 2024-12-20T22:48:00.545Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2728 | 2024-12-20T22:48:01.254Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2729 | 2024-12-20T22:48:01.352Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2730 | 2024-12-20T22:48:02.078Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2731 | 2024-12-20T22:48:02.173Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2732 | 2024-12-20T22:48:02.385Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2733 | 2024-12-20T22:48:04.063Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2024-12-20T22:48:08.745Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2735 | 2024-12-20T22:48:10.039Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2736 | 2024-12-20T22:48:10.141Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2737 | 2024-12-20T22:48:10.733Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2738 | 2024-12-20T22:48:11.214Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2739 | 2024-12-20T22:48:11.243Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2740 | 2024-12-20T22:48:11.528Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2741 | 2024-12-20T22:48:12.010Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2742 | 2024-12-20T22:48:12.064Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2743 | 2024-12-20T22:48:13.504Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2744 | 2024-12-20T22:48:13.642Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2745 | 2024-12-20T22:48:14.115Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2746 | 2024-12-20T22:48:14.333Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2747 | 2024-12-20T22:48:15.055Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2748 | 2024-12-20T22:48:15.076Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2749 | 2024-12-20T22:48:15.163Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2750 | 2024-12-20T22:48:15.268Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2751 | 2024-12-20T22:48:15.366Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2752 | 2024-12-20T22:48:15.502Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2753 | 2024-12-20T22:48:15.943Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2754 | 2024-12-20T22:48:16.545Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2755 | 2024-12-20T22:48:16.722Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2756 | 2024-12-20T22:48:17.026Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2757 | 2024-12-20T22:48:17.334Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2758 | 2024-12-20T22:48:18.024Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2759 | 2024-12-20T22:48:18.284Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2760 | 2024-12-20T22:48:18.497Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2761 | 2024-12-20T22:48:19.212Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2762 | 2024-12-20T22:48:19.328Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2763 | 2024-12-20T22:48:19.635Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2764 | 2024-12-20T22:48:19.701Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2765 | 2024-12-20T22:48:19.956Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2766 | 2024-12-20T22:48:20.067Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2767 | 2024-12-20T22:48:20.148Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2768 | 2024-12-20T22:48:20.529Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2769 | 2024-12-20T22:48:21.301Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2770 | 2024-12-20T22:48:21.526Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2771 | 2024-12-20T22:48:21.660Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2772 | 2024-12-20T22:48:21.857Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2773 | 2024-12-20T22:48:21.903Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2774 | 2024-12-20T22:48:22.427Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2775 | 2024-12-20T22:48:23.377Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2776 | 2024-12-20T22:48:23.581Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2777 | 2024-12-20T22:48:23.633Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2778 | 2024-12-20T22:48:24.710Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2779 | 2024-12-20T22:48:25.046Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2780 | 2024-12-20T22:48:25.475Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2781 | 2024-12-20T22:48:26.317Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2782 | 2024-12-20T22:48:26.689Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2783 | 2024-12-20T22:48:27.213Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2784 | 2024-12-20T22:48:29.482Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2785 | 2024-12-20T22:48:30.262Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2786 | 2024-12-20T22:48:30.706Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2787 | 2024-12-20T22:48:31.666Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2788 | 2024-12-20T22:48:32.783Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2789 | 2024-12-20T22:48:35.359Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2790 | 2024-12-20T22:48:36.392Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2791 | 2024-12-20T22:48:39.354Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2792 | 2024-12-20T22:48:40.571Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2793 | 2024-12-20T22:48:42.028Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2794 | 2024-12-20T22:48:42.518Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2795 | 2024-12-20T22:48:51.711Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2796 | 2024-12-20T22:48:54.021Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2797 | 2024-12-20T22:49:43.411Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2798 | 2024-12-20T22:49:45.845Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2799 | 2024-12-20T22:49:47.920Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2800 | 2024-12-20T22:49:58.860Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2801 | 2024-12-20T22:50:22.551Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2802 | 2024-12-20T22:50:23.040Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2803 | 2024-12-20T22:50:25.725Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2804 | 2024-12-20T22:50:26.823Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2805 | 2024-12-20T22:50:28.845Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2806 | 2024-12-20T22:50:28.889Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2807 | 2024-12-20T22:50:29.960Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2808 | 2024-12-20T22:50:34.378Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2809 | 2024-12-20T22:50:44.586Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2810 | 2024-12-20T22:51:02.567Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2811 | 2024-12-20T22:51:26.254Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2812 | 2024-12-20T22:51:27.520Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2813 | 2024-12-20T22:51:30.617Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2814 | 2024-12-20T22:51:32.177Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2815 | 2024-12-20T22:51:54.463Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2816 | 2024-12-20T22:51:58.778Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2817 | 2024-12-20T22:52:00.189Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2818 | 2024-12-20T22:52:10.685Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2819 | 2024-12-20T22:52:11.648Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2820 | 2024-12-20T22:52:15.067Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2821 | 2024-12-20T22:52:29.832Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2822 | 2024-12-20T22:52:31.116Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2823 | 2024-12-20T22:52:37.237Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2824 | 2024-12-20T22:52:47.029Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2825 | 2024-12-20T22:52:48.492Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2826 | 2024-12-20T22:52:48.515Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2827 | 2024-12-20T22:52:48.743Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2828 | 2024-12-20T22:52:53.382Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2829 | 2024-12-20T22:52:56.500Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2830 | 2024-12-20T22:52:57.007Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2831 | 2024-12-20T22:53:08.717Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2024-12-20T22:53:14.598Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2833 | 2024-12-20T22:53:16.706Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2834 | 2024-12-20T22:53:21.772Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2835 | 2024-12-20T22:53:23.413Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2836 | 2024-12-20T22:53:24.988Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2837 | 2024-12-20T22:53:26.953Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2838 | 2024-12-20T22:53:30.138Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2839 | 2024-12-20T22:53:35.441Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2840 | 2024-12-20T22:53:39.942Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2841 | 2024-12-20T22:53:40.657Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2842 | 2024-12-20T22:53:44.242Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2843 | 2024-12-20T22:53:46.175Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2844 | 2024-12-20T22:53:48.136Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2845 | 2024-12-20T22:53:48.917Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2846 | 2024-12-20T22:53:59.441Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2847 | 2024-12-20T22:54:03.831Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2848 | 2024-12-20T22:54:04.347Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2849 | 2024-12-20T22:54:04.416Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2850 | 2024-12-20T22:54:06.097Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2851 | 2024-12-20T22:54:08.098Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2852 | 2024-12-20T22:54:10.987Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2853 | 2024-12-20T22:54:21.704Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2854 | 2024-12-20T22:54:23.177Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2855 | 2024-12-20T22:54:24.619Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2856 | 2024-12-20T22:54:26.599Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2857 | 2024-12-20T22:54:28.057Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2858 | 2024-12-20T22:54:29.996Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2859 | 2024-12-20T22:54:31.925Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2860 | 2024-12-20T22:54:36.090Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2861 | 2024-12-20T22:54:37.763Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2862 | 2024-12-20T22:54:40.098Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2863 | 2024-12-20T22:54:41.071Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2864 | 2024-12-20T22:54:41.838Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2865 | 2024-12-20T22:54:51.131Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2866 | 2024-12-20T22:54:51.330Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2867 | 2024-12-20T22:54:54.962Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2868 | 2024-12-20T22:54:56.837Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2869 | 2024-12-20T22:55:00.496Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2870 | 2024-12-20T22:55:00.653Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2871 | 2024-12-20T22:55:03.831Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2872 | 2024-12-20T22:55:05.449Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2873 | 2024-12-20T22:55:08.716Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2874 | 2024-12-20T22:55:10.607Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2875 | 2024-12-20T22:55:11.466Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2876 | 2024-12-20T22:55:12.339Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2877 | 2024-12-20T22:55:17.863Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2878 | 2024-12-20T22:55:20.322Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2879 | 2024-12-20T22:55:26.126Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2880 | 2024-12-20T22:55:28.227Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2881 | 2024-12-20T22:55:29.239Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2882 | 2024-12-20T22:55:34.320Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2883 | 2024-12-20T22:55:34.649Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2884 | 2024-12-20T22:55:35.545Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2885 | 2024-12-20T22:55:37.488Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2886 | 2024-12-20T22:55:40.150Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2887 | 2024-12-20T22:55:40.591Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2888 | 2024-12-20T22:55:41.741Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2889 | 2024-12-20T22:55:43.061Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2890 | 2024-12-20T22:55:48.271Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-12-20T22:55:51.566Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2892 | 2024-12-20T22:55:56.084Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2893 | 2024-12-20T22:55:56.972Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2894 | 2024-12-20T22:55:57.031Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2895 | 2024-12-20T22:55:57.068Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2896 | 2024-12-20T22:55:58.944Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2897 | 2024-12-20T22:56:00.525Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2898 | 2024-12-20T22:56:01.259Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2899 | 2024-12-20T22:56:01.792Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2900 | 2024-12-20T22:56:02.196Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2901 | 2024-12-20T22:56:02.512Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2902 | 2024-12-20T22:56:03.646Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2903 | 2024-12-20T22:56:03.968Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2904 | 2024-12-20T22:56:06.676Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2905 | 2024-12-20T22:56:06.868Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2906 | 2024-12-20T22:56:07.446Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2907 | 2024-12-20T22:56:08.094Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2908 | 2024-12-20T22:56:10.085Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2909 | 2024-12-20T22:56:15.152Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2910 | 2024-12-20T22:56:46.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 03s |
2911 | 2024-12-20T22:56:46.537Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 142 other files |
2912 | 2024-12-20T22:56:46.603Z | |
2913 | 2024-12-20T22:56:46.605Z | real 9:03.829107422 |
2914 | 2024-12-20T22:56:46.605Z | user 26:44.806533368 |
2915 | 2024-12-20T22:56:46.605Z | sys 41:31.692267090 |
2916 | 2024-12-20T22:56:46.605Z | trap 0.414484098 |
2917 | 2024-12-20T22:56:46.605Z | tflt 0.292000999 |
2918 | 2024-12-20T22:56:46.605Z | dflt 0.133066282 |
2919 | 2024-12-20T22:56:46.605Z | kflt 0.000000000 |
2920 | 2024-12-20T22:56:46.605Z | lock 1:30:20.467111104 |
2921 | 2024-12-20T22:56:46.605Z | slp 2:33:30.779987438 |
2922 | 2024-12-20T22:56:46.605Z | lat 1:14.425590038 |
2923 | 2024-12-20T22:56:46.605Z | stop 1:09.625329660 |
2924 | 2024-12-20T22:56:46.605Z | process exited: duration 1432824 ms, exit code 0 |
|
2925 | 2024-12-20T22:56:46.610Z | found 0 output files |