|
|
|
1 | 2024-11-26T04:37:22.369Z | job assigned to worker 01JDKC3AQ5AFXF24VPEQVBP0YV [factory aws, i-01234f83a1e0e1f38] (queued for 58 s) |
|
2 | 2024-11-26T04:37:30.682Z | starting task 0: "setup" |
3 | 2024-11-26T04:37:30.689Z | ++ uname -s |
4 | 2024-11-26T04:37:30.692Z | + kern=SunOS |
5 | 2024-11-26T04:37:30.692Z | + case "$kern" in |
6 | 2024-11-26T04:37:30.692Z | + groupadd -g 12345 build |
7 | 2024-11-26T04:37:30.694Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T04:37:32.700Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T04:37:32.816Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T04:37:32.818Z | + home_fs=zfs |
11 | 2024-11-26T04:37:32.818Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T04:37:32.818Z | + mkdir -p /home/build |
13 | 2024-11-26T04:37:32.820Z | + chown build:build /home/build /work |
14 | 2024-11-26T04:37:34.823Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T04:37:34.825Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-11-26T04:37:34.830Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T04:37:34.836Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T04:37:34.836Z | ' 1.81.0 |
19 | 2024-11-26T04:37:34.836Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-26T04:37:34.836Z | ' default |
21 | 2024-11-26T04:37:34.836Z | * toolchain channel = "1.81.0" |
22 | 2024-11-26T04:37:34.836Z | * toolchain profile = "default" |
23 | 2024-11-26T04:37:34.839Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T04:37:34.839Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-26T04:37:35.150Z | info: downloading installer |
26 | 2024-11-26T04:37:36.667Z | info: profile set to 'default' |
27 | 2024-11-26T04:37:36.667Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T04:37:36.670Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-26T04:37:36.838Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-26T04:37:36.838Z | info: downloading component 'cargo' |
31 | 2024-11-26T04:37:37.843Z | info: downloading component 'clippy' |
32 | 2024-11-26T04:37:38.217Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T04:37:39.604Z | info: downloading component 'rust-std' |
34 | 2024-11-26T04:37:41.760Z | info: downloading component 'rustc' |
35 | 2024-11-26T04:37:49.517Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T04:37:49.808Z | info: installing component 'cargo' |
37 | 2024-11-26T04:37:50.606Z | info: installing component 'clippy' |
38 | 2024-11-26T04:37:50.963Z | info: installing component 'rust-docs' |
39 | 2024-11-26T04:37:52.583Z | info: installing component 'rust-std' |
40 | 2024-11-26T04:37:54.263Z | info: installing component 'rustc' |
41 | 2024-11-26T04:38:00.041Z | info: installing component 'rustfmt' |
42 | 2024-11-26T04:38:00.274Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-26T04:38:00.274Z | |
44 | 2024-11-26T04:38:00.640Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-26T04:38:00.640Z | |
46 | 2024-11-26T04:38:00.643Z | |
47 | 2024-11-26T04:38:00.643Z | Rust is installed now. Great! |
48 | 2024-11-26T04:38:00.643Z | |
49 | 2024-11-26T04:38:00.643Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T04:38:00.643Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T04:38:00.643Z | |
52 | 2024-11-26T04:38:00.643Z | To configure your current shell, you need to source |
53 | 2024-11-26T04:38:00.643Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T04:38:00.643Z | |
55 | 2024-11-26T04:38:00.644Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T04:38:00.644Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T04:38:00.644Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T04:38:00.714Z | + rustc --version |
59 | 2024-11-26T04:38:00.779Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-26T04:38:00.783Z | process exited: duration 25950 ms, exit code 0 |
|
61 | 2024-11-26T04:38:00.788Z | starting task 2: "authentication" |
62 | 2024-11-26T04:38:00.809Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T04:38:00.815Z | starting task 3: "clone repository" |
64 | 2024-11-26T04:38:00.820Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-26T04:38:00.823Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-26T04:38:02.665Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-26T04:38:08.829Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-26T04:38:08.829Z | + git fetch origin 73f89b3221c75d4cb24f5b5d77de796008e031ec |
69 | 2024-11-26T04:38:09.162Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-26T04:38:09.162Z | * branch 73f89b3221c75d4cb24f5b5d77de796008e031ec -> FETCH_HEAD |
71 | 2024-11-26T04:38:09.173Z | + [[ -n disk-generation-in-inventory ]] |
72 | 2024-11-26T04:38:09.175Z | ++ git branch --show-current |
73 | 2024-11-26T04:38:09.177Z | + current=main |
74 | 2024-11-26T04:38:09.177Z | + [[ main != disk-generation-in-inventory ]] |
75 | 2024-11-26T04:38:09.177Z | + git branch -f disk-generation-in-inventory 73f89b3221c75d4cb24f5b5d77de796008e031ec |
76 | 2024-11-26T04:38:09.180Z | + git checkout -f disk-generation-in-inventory |
77 | 2024-11-26T04:38:09.358Z | Switched to branch 'disk-generation-in-inventory' |
78 | 2024-11-26T04:38:09.361Z | + git reset --hard 73f89b3221c75d4cb24f5b5d77de796008e031ec |
79 | 2024-11-26T04:38:09.534Z | HEAD is now at 73f89b322 openapi |
80 | 2024-11-26T04:38:09.536Z | process exited: duration 8720 ms, exit code 0 |
|
81 | 2024-11-26T04:38:09.541Z | starting task 4: "build" |
82 | 2024-11-26T04:38:09.546Z | + source ./env.sh |
83 | 2024-11-26T04:38:09.546Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-26T04:38:09.548Z | ++ set -o xtrace |
85 | 2024-11-26T04:38:09.550Z | ++++ dirname ./env.sh |
86 | 2024-11-26T04:38:09.550Z | +++ readlink -f . |
87 | 2024-11-26T04:38:09.606Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ 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-11-26T04:38:09.609Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-26T04:38:09.609Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-26T04:38:09.609Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-26T04:38:09.609Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-26T04:38:09.609Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-26T04:38:09.609Z | + cargo --version |
102 | 2024-11-26T04:38:09.664Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-26T04:38:09.666Z | + rustc --version |
104 | 2024-11-26T04:38:09.737Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-26T04:38:09.739Z | + banner prerequisites |
106 | 2024-11-26T04:38:09.783Z | |
107 | 2024-11-26T04:38:09.783Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-26T04:38:09.783Z | # # # # # # # # # # # # # # # |
109 | 2024-11-26T04:38:09.783Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-26T04:38:09.783Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-26T04:38:09.783Z | # # # # # # # # # # # # # # # |
112 | 2024-11-26T04:38:09.783Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-26T04:38:09.783Z | |
114 | 2024-11-26T04:38:09.786Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-26T04:38:21.715Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-26T04:38:25.667Z | Startup: Caching catalogs ... Done |
117 | 2024-11-26T04:38:34.668Z | Planning: Solver setup ... Done (8.258s) |
118 | 2024-11-26T04:38:34.780Z | Planning: Running solver ... Done (0.112s) |
119 | 2024-11-26T04:38:34.947Z | Planning: Finding local manifests ... Done (0.075s) |
120 | 2024-11-26T04:38:34.959Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-26T04:38:35.191Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-26T04:38:35.454Z | Planning: Package planning ... Done (0.263s) |
123 | 2024-11-26T04:38:35.510Z | Planning: Merging actions ... Done (0.055s) |
124 | 2024-11-26T04:38:36.550Z | Planning: Checking for conflicting actions ... Done (1.040s) |
125 | 2024-11-26T04:38:43.219Z | Planning: Consolidating action changes ... Done (6.668s) |
126 | 2024-11-26T04:38:43.587Z | Planning: Evaluating mediators ... Done (0.368s) |
127 | 2024-11-26T04:38:43.667Z | Planning: Planning completed in 17.91 seconds |
128 | 2024-11-26T04:38:44.576Z | Packages to install: 4 |
129 | 2024-11-26T04:38:44.576Z | Packages to update: 1 |
130 | 2024-11-26T04:38:44.576Z | Mediators to change: 2 |
131 | 2024-11-26T04:38:44.578Z | Services to change: 1 |
132 | 2024-11-26T04:38:44.578Z | Estimated space available: 155.64 GB |
133 | 2024-11-26T04:38:44.578Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-26T04:38:44.578Z | Create boot environment: No |
135 | 2024-11-26T04:38:44.578Z | Create backup boot environment: Yes |
136 | 2024-11-26T04:38:44.578Z | Rebuild boot archive: No |
137 | 2024-11-26T04:38:44.578Z | |
138 | 2024-11-26T04:38:44.578Z | Changed mediators: |
139 | 2024-11-26T04:38:44.578Z | mediator clang: |
140 | 2024-11-26T04:38:44.578Z | version: None -> 15 (system default) |
141 | 2024-11-26T04:38:44.578Z | |
142 | 2024-11-26T04:38:44.578Z | mediator llvm: |
143 | 2024-11-26T04:38:44.578Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-26T04:38:44.579Z | |
145 | 2024-11-26T04:38:44.579Z | Changed packages: |
146 | 2024-11-26T04:38:44.579Z | helios-dev |
147 | 2024-11-26T04:38:44.579Z | developer/build-essential |
148 | 2024-11-26T04:38:44.579Z | None -> 11-2.0 |
149 | 2024-11-26T04:38:44.579Z | library/libxmlsec1 |
150 | 2024-11-26T04:38:44.579Z | None -> 1.2.35-2.0 |
151 | 2024-11-26T04:38:44.579Z | ooce/developer/clang-15 |
152 | 2024-11-26T04:38:44.579Z | None -> 15.0.7-2.0 |
153 | 2024-11-26T04:38:44.579Z | ooce/developer/llvm-15 |
154 | 2024-11-26T04:38:44.579Z | None -> 15.0.7-2.0 |
155 | 2024-11-26T04:38:44.579Z | package/pkg |
156 | 2024-11-26T04:38:44.579Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-26T04:38:44.579Z | |
158 | 2024-11-26T04:38:44.579Z | Services: |
159 | 2024-11-26T04:38:44.579Z | restart_fmri: |
160 | 2024-11-26T04:38:44.579Z | svc:/system/update-man-index:default |
161 | 2024-11-26T04:38:44.579Z | |
162 | 2024-11-26T04:38:44.579Z | Editable files to change: |
163 | 2024-11-26T04:38:44.579Z | Update: |
164 | 2024-11-26T04:38:44.579Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-26T04:38:45.073Z | |
166 | 2024-11-26T04:38:45.073Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-26T04:38:50.078Z | Download: 1092/4281 items 19.8/220.6MB 8% complete (4.1M/s) |
168 | 2024-11-26T04:38:55.140Z | Download: 1247/4281 items 102.3/220.6MB 46% complete (10.2M/s) |
169 | 2024-11-26T04:39:00.141Z | Download: 2158/4281 items 119.0/220.6MB 53% complete (9.9M/s) |
170 | 2024-11-26T04:39:12.609Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
171 | 2024-11-26T04:39:18.864Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (17.2M/s) |
172 | 2024-11-26T04:39:22.983Z | Download: Completed 220.60 MB in 37.89 seconds (5.8M/s) |
173 | 2024-11-26T04:39:24.784Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-11-26T04:39:24.801Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-11-26T04:39:29.955Z | Actions: 4132/5063 actions (Installing new actions) |
176 | 2024-11-26T04:39:29.961Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-26T04:39:30.311Z | Actions: Completed 5063 actions in 5.52 seconds. |
178 | 2024-11-26T04:39:30.680Z | Done (0.363s) |
179 | 2024-11-26T04:39:30.684Z | Done (0.000s) |
180 | 2024-11-26T04:39:31.211Z | Done (0.531s) |
181 | 2024-11-26T04:39:36.548Z | Done (5.116s) |
182 | 2024-11-26T04:39:36.780Z | Done (0.179s) |
183 | 2024-11-26T04:39:36.782Z | Done (0.000s) |
184 | 2024-11-26T04:39:36.962Z | Done (0.000s) |
185 | 2024-11-26T04:39:37.643Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-26T04:39:37.802Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-26T04:39:37.805Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-26T04:39:38.072Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-26T04:39:38.074Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-11-26T04:39:38.111Z | Mediators to change: 2 |
191 | 2024-11-26T04:39:38.111Z | Create boot environment: No |
192 | 2024-11-26T04:39:38.113Z | Create backup boot environment: No |
193 | 2024-11-26T04:39:38.215Z | Done |
194 | 2024-11-26T04:39:38.215Z | Done |
195 | 2024-11-26T04:39:38.602Z | Done |
196 | 2024-11-26T04:39:42.365Z | Done |
197 | 2024-11-26T04:39:42.456Z | Done |
198 | 2024-11-26T04:39:42.458Z | Done |
199 | 2024-11-26T04:39:42.858Z | Done |
200 | 2024-11-26T04:39:43.477Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-26T04:39:43.480Z | Planning: Merging actions ... Done |
202 | 2024-11-26T04:39:43.665Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-26T04:39:43.667Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-26T04:39:43.941Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-26T04:39:43.997Z | Planning: Planning completed in 0.76 seconds |
206 | 2024-11-26T04:39:44.037Z | Packages to change: 1 |
207 | 2024-11-26T04:39:44.037Z | Mediators to change: 1 |
208 | 2024-11-26T04:39:44.040Z | Services to change: 1 |
209 | 2024-11-26T04:39:44.040Z | Create boot environment: No |
210 | 2024-11-26T04:39:44.040Z | Create backup boot environment: Yes |
211 | 2024-11-26T04:39:45.979Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-26T04:39:46.016Z | Actions: Completed 6 actions in 0.04 seconds. |
213 | 2024-11-26T04:39:46.019Z | Done |
214 | 2024-11-26T04:39:46.019Z | Done |
215 | 2024-11-26T04:39:46.124Z | Done |
216 | 2024-11-26T04:39:49.869Z | Done |
217 | 2024-11-26T04:39:49.960Z | Done |
218 | 2024-11-26T04:39:49.963Z | Done |
219 | 2024-11-26T04:39:50.078Z | Done |
220 | 2024-11-26T04:39:50.510Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-26T04:39:50.510Z | clang system 15 system |
222 | 2024-11-26T04:39:50.510Z | csh system system illumos |
223 | 2024-11-26T04:39:50.510Z | ctags system system illumos |
224 | 2024-11-26T04:39:50.510Z | gcc vendor 12 vendor |
225 | 2024-11-26T04:39:50.510Z | gcc system 10 system |
226 | 2024-11-26T04:39:50.510Z | gcc system 7 system |
227 | 2024-11-26T04:39:50.510Z | go system 1.20 system |
228 | 2024-11-26T04:39:50.510Z | go system 1.19 system |
229 | 2024-11-26T04:39:50.510Z | llvm system 15 system |
230 | 2024-11-26T04:39:50.510Z | llvm system 14 system |
231 | 2024-11-26T04:39:50.510Z | mariadb system 10.6 system |
232 | 2024-11-26T04:39:50.510Z | mta vendor vendor dma |
233 | 2024-11-26T04:39:50.510Z | openjdk system 17 system |
234 | 2024-11-26T04:39:50.511Z | openjdk system 11 system |
235 | 2024-11-26T04:39:50.511Z | openjdk system 1.8 system |
236 | 2024-11-26T04:39:50.511Z | openssl vendor 3 vendor |
237 | 2024-11-26T04:39:50.511Z | perl system 5.36 system |
238 | 2024-11-26T04:39:50.511Z | postgresql system 15 system |
239 | 2024-11-26T04:39:50.511Z | postgresql system 13 system |
240 | 2024-11-26T04:39:50.511Z | python vendor 3 vendor |
241 | 2024-11-26T04:39:50.511Z | python system 2 system |
242 | 2024-11-26T04:39:50.511Z | python3 system 3.11 system |
243 | 2024-11-26T04:39:50.511Z | ruby system 3.0 system |
244 | 2024-11-26T04:39:50.511Z | words vendor vendor american-english |
245 | 2024-11-26T04:39:50.511Z | words system system australian-english |
246 | 2024-11-26T04:39:50.511Z | words system system british-english |
247 | 2024-11-26T04:39:50.511Z | words system system canadian-english |
248 | 2024-11-26T04:39:50.511Z | words system system french |
249 | 2024-11-26T04:39:50.511Z | words system system italian |
250 | 2024-11-26T04:39:50.511Z | words system system ngerman |
251 | 2024-11-26T04:39:50.511Z | words system system ogerman |
252 | 2024-11-26T04:39:50.511Z | words system system spanish |
253 | 2024-11-26T04:39:50.840Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-26T04:39:50.841Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-26T04:39:53.395Z | FMRI IFO |
256 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-26T04:39:53.395Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-26T04:39:53.396Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-26T04:39:53.396Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-26T04:39:53.396Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-26T04:39:54.135Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-26T04:39:54.391Z | Updating crates.io index |
273 | 2024-11-26T04:39:54.393Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-26T04:39:55.224Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-26T04:39:55.432Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-26T04:39:55.709Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-26T04:39:55.960Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-26T04:39:56.750Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-26T04:39:59.031Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-26T04:40:00.220Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-26T04:40:00.955Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-26T04:40:01.210Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-26T04:40:01.464Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-26T04:40:02.046Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-26T04:40:02.362Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-26T04:40:02.691Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-26T04:40:02.931Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-26T04:40:03.144Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-26T04:40:03.386Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-26T04:40:03.690Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-26T04:40:03.966Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-26T04:40:04.372Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-26T04:40:04.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-26T04:40:05.172Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-26T04:40:05.418Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-11-26T04:40:06.101Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-11-26T04:40:06.432Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-11-26T04:40:06.765Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-11-26T04:40:07.184Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-11-26T04:40:07.404Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-11-26T04:40:07.662Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-11-26T04:40:09.005Z | Downloading crates ... |
303 | 2024-11-26T04:40:09.126Z | Downloaded tabled_derive v0.7.0 |
304 | 2024-11-26T04:40:09.151Z | Downloaded thread-id v4.2.2 |
305 | 2024-11-26T04:40:09.197Z | Downloaded block-buffer v0.10.4 |
306 | 2024-11-26T04:40:09.212Z | Downloaded anstream v0.6.15 |
307 | 2024-11-26T04:40:09.213Z | Downloaded autocfg v1.4.0 |
308 | 2024-11-26T04:40:09.226Z | Downloaded bytecount v0.6.8 |
309 | 2024-11-26T04:40:09.226Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-11-26T04:40:09.227Z | Downloaded byteorder v1.5.0 |
311 | 2024-11-26T04:40:09.227Z | Downloaded anstyle-query v1.1.1 |
312 | 2024-11-26T04:40:09.227Z | Downloaded anyhow v1.0.93 |
313 | 2024-11-26T04:40:09.244Z | Downloaded equivalent v1.0.1 |
314 | 2024-11-26T04:40:09.244Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-11-26T04:40:09.249Z | Downloaded cfg-if v1.0.0 |
316 | 2024-11-26T04:40:09.249Z | Downloaded crypto-common v0.1.6 |
317 | 2024-11-26T04:40:09.250Z | Downloaded scroll_derive v0.12.0 |
318 | 2024-11-26T04:40:09.250Z | Downloaded clap_lex v0.7.2 |
319 | 2024-11-26T04:40:09.282Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-11-26T04:40:09.282Z | Downloaded heck v0.5.0 |
321 | 2024-11-26T04:40:09.282Z | Downloaded itoa v1.0.11 |
322 | 2024-11-26T04:40:09.282Z | Downloaded anstyle v1.0.10 |
323 | 2024-11-26T04:40:09.282Z | Downloaded camino-tempfile v1.1.1 |
324 | 2024-11-26T04:40:09.282Z | Downloaded digest v0.10.7 |
325 | 2024-11-26T04:40:09.282Z | Downloaded colorchoice v1.0.2 |
326 | 2024-11-26T04:40:09.283Z | Downloaded anstyle-parse v0.2.5 |
327 | 2024-11-26T04:40:09.283Z | Downloaded heck v0.4.1 |
328 | 2024-11-26T04:40:09.303Z | Downloaded cpufeatures v0.2.14 |
329 | 2024-11-26T04:40:09.303Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-11-26T04:40:09.303Z | Downloaded clap_derive v4.5.18 |
331 | 2024-11-26T04:40:09.304Z | Downloaded swrite v0.1.0 |
332 | 2024-11-26T04:40:09.304Z | Downloaded usdt v0.5.0 |
333 | 2024-11-26T04:40:09.304Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2024-11-26T04:40:09.304Z | Downloaded errno v0.3.9 |
335 | 2024-11-26T04:40:09.305Z | Downloaded is_terminal_polyfill v1.70.1 |
336 | 2024-11-26T04:40:09.305Z | Downloaded generic-array v0.14.7 |
337 | 2024-11-26T04:40:09.305Z | Downloaded pest_generator v2.7.14 |
338 | 2024-11-26T04:40:09.305Z | Downloaded smawk v0.3.2 |
339 | 2024-11-26T04:40:09.305Z | Downloaded fastrand v2.1.1 |
340 | 2024-11-26T04:40:09.305Z | Downloaded dof v0.3.0 |
341 | 2024-11-26T04:40:09.306Z | Downloaded strsim v0.11.1 |
342 | 2024-11-26T04:40:09.306Z | Downloaded macaddr v1.0.1 |
343 | 2024-11-26T04:40:09.306Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2024-11-26T04:40:09.306Z | Downloaded plain v0.2.3 |
345 | 2024-11-26T04:40:09.306Z | Downloaded fnv v1.0.7 |
346 | 2024-11-26T04:40:09.308Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-11-26T04:40:09.308Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2024-11-26T04:40:09.308Z | Downloaded thiserror v1.0.69 |
349 | 2024-11-26T04:40:09.308Z | Downloaded terminal_size v0.4.0 |
350 | 2024-11-26T04:40:09.316Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-11-26T04:40:09.316Z | Downloaded cargo_toml v0.20.5 |
352 | 2024-11-26T04:40:09.317Z | Downloaded scroll v0.12.0 |
353 | 2024-11-26T04:40:09.317Z | Downloaded fs-err v2.11.0 |
354 | 2024-11-26T04:40:09.317Z | Downloaded cargo_metadata v0.18.1 |
355 | 2024-11-26T04:40:09.317Z | Downloaded version_check v0.9.5 |
356 | 2024-11-26T04:40:09.317Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-11-26T04:40:09.317Z | Downloaded utf8parse v0.2.2 |
358 | 2024-11-26T04:40:09.317Z | Downloaded thiserror-impl v1.0.69 |
359 | 2024-11-26T04:40:09.317Z | Downloaded semver v1.0.23 |
360 | 2024-11-26T04:40:09.323Z | Downloaded memmap v0.7.0 |
361 | 2024-11-26T04:40:09.323Z | Downloaded camino v1.1.9 |
362 | 2024-11-26T04:40:09.323Z | Downloaded quote v1.0.37 |
363 | 2024-11-26T04:40:09.327Z | Downloaded zerocopy-derive v0.7.35 |
364 | 2024-11-26T04:40:09.331Z | Downloaded serde_spanned v0.6.8 |
365 | 2024-11-26T04:40:09.331Z | Downloaded once_cell v1.20.2 |
366 | 2024-11-26T04:40:09.337Z | Downloaded sha2 v0.10.8 |
367 | 2024-11-26T04:40:09.337Z | Downloaded pest_derive v2.7.14 |
368 | 2024-11-26T04:40:09.338Z | Downloaded bitflags v2.6.0 |
369 | 2024-11-26T04:40:09.346Z | Downloaded log v0.4.22 |
370 | 2024-11-26T04:40:09.355Z | Downloaded tempfile v3.13.0 |
371 | 2024-11-26T04:40:09.355Z | Downloaded unicode-ident v1.0.13 |
372 | 2024-11-26T04:40:09.363Z | Downloaded typenum v1.17.0 |
373 | 2024-11-26T04:40:09.363Z | Downloaded serde_derive v1.0.215 |
374 | 2024-11-26T04:40:09.363Z | Downloaded papergrid v0.11.0 |
375 | 2024-11-26T04:40:09.369Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-11-26T04:40:09.369Z | Downloaded ryu v1.0.18 |
377 | 2024-11-26T04:40:09.369Z | Downloaded textwrap v0.16.1 |
378 | 2024-11-26T04:40:09.376Z | Downloaded proc-macro-error v1.0.4 |
379 | 2024-11-26T04:40:09.376Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-11-26T04:40:09.383Z | Downloaded clap v4.5.21 |
381 | 2024-11-26T04:40:09.387Z | Downloaded toml v0.8.19 |
382 | 2024-11-26T04:40:09.395Z | Downloaded serde v1.0.215 |
383 | 2024-11-26T04:40:09.401Z | Downloaded indexmap v2.6.0 |
384 | 2024-11-26T04:40:09.401Z | Downloaded memchr v2.7.4 |
385 | 2024-11-26T04:40:09.401Z | Downloaded pest_meta v2.7.14 |
386 | 2024-11-26T04:40:09.413Z | Downloaded toml_edit v0.22.22 |
387 | 2024-11-26T04:40:09.450Z | Downloaded pest v2.7.14 |
388 | 2024-11-26T04:40:09.456Z | Downloaded hashbrown v0.15.0 |
389 | 2024-11-26T04:40:09.463Z | Downloaded serde_json v1.0.132 |
390 | 2024-11-26T04:40:09.471Z | Downloaded zerocopy v0.7.35 |
391 | 2024-11-26T04:40:09.489Z | Downloaded winnow v0.6.20 |
392 | 2024-11-26T04:40:09.496Z | Downloaded clap_builder v4.5.21 |
393 | 2024-11-26T04:40:09.504Z | Downloaded tabled v0.15.0 |
394 | 2024-11-26T04:40:09.522Z | Downloaded syn v1.0.109 |
395 | 2024-11-26T04:40:09.526Z | Downloaded goblin v0.8.2 |
396 | 2024-11-26T04:40:09.531Z | Downloaded unicode-width v0.1.14 |
397 | 2024-11-26T04:40:09.535Z | Downloaded syn v2.0.87 |
398 | 2024-11-26T04:40:09.550Z | Downloaded rustix v0.38.37 |
399 | 2024-11-26T04:40:09.582Z | Downloaded libc v0.2.162 |
400 | 2024-11-26T04:40:09.891Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-11-26T04:40:09.891Z | Compiling unicode-ident v1.0.13 |
402 | 2024-11-26T04:40:09.895Z | Compiling serde v1.0.215 |
403 | 2024-11-26T04:40:09.895Z | Compiling version_check v0.9.5 |
404 | 2024-11-26T04:40:09.895Z | Compiling thiserror v1.0.69 |
405 | 2024-11-26T04:40:09.895Z | Compiling memchr v2.7.4 |
406 | 2024-11-26T04:40:09.895Z | Compiling libc v0.2.162 |
407 | 2024-11-26T04:40:09.895Z | Compiling ryu v1.0.18 |
408 | 2024-11-26T04:40:10.156Z | Compiling itoa v1.0.11 |
409 | 2024-11-26T04:40:10.387Z | Compiling ucd-trie v0.1.7 |
410 | 2024-11-26T04:40:10.410Z | Compiling once_cell v1.20.2 |
411 | 2024-11-26T04:40:10.799Z | Compiling byteorder v1.5.0 |
412 | 2024-11-26T04:40:11.213Z | Compiling rustix v0.38.37 |
413 | 2024-11-26T04:40:11.261Z | Compiling serde_json v1.0.132 |
414 | 2024-11-26T04:40:11.311Z | Compiling bitflags v2.6.0 |
415 | 2024-11-26T04:40:11.520Z | Compiling usdt-impl v0.5.0 |
416 | 2024-11-26T04:40:11.673Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-11-26T04:40:11.739Z | Compiling syn v1.0.109 |
418 | 2024-11-26T04:40:11.803Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-11-26T04:40:12.003Z | Compiling camino v1.1.9 |
420 | 2024-11-26T04:40:12.028Z | Compiling hashbrown v0.15.0 |
421 | 2024-11-26T04:40:12.087Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-26T04:40:12.112Z | Compiling equivalent v1.0.1 |
423 | 2024-11-26T04:40:12.230Z | Compiling quote v1.0.37 |
424 | 2024-11-26T04:40:12.255Z | Compiling plain v0.2.3 |
425 | 2024-11-26T04:40:12.393Z | Compiling errno v0.3.9 |
426 | 2024-11-26T04:40:12.420Z | Compiling thread-id v4.2.2 |
427 | 2024-11-26T04:40:12.482Z | Compiling log v0.4.22 |
428 | 2024-11-26T04:40:12.542Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-26T04:40:12.618Z | Compiling syn v2.0.87 |
430 | 2024-11-26T04:40:12.991Z | Compiling autocfg v1.4.0 |
431 | 2024-11-26T04:40:13.016Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-11-26T04:40:13.167Z | Compiling indexmap v2.6.0 |
433 | 2024-11-26T04:40:13.211Z | Compiling unicode-width v0.1.14 |
434 | 2024-11-26T04:40:13.248Z | Compiling pretty-hex v0.4.1 |
435 | 2024-11-26T04:40:13.455Z | Compiling anstyle-query v1.1.1 |
436 | 2024-11-26T04:40:13.607Z | Compiling winnow v0.6.20 |
437 | 2024-11-26T04:40:13.714Z | Compiling semver v1.0.23 |
438 | 2024-11-26T04:40:14.215Z | Compiling anstyle v1.0.10 |
439 | 2024-11-26T04:40:14.218Z | Compiling colorchoice v1.0.2 |
440 | 2024-11-26T04:40:14.364Z | Compiling fs-err v2.11.0 |
441 | 2024-11-26T04:40:14.575Z | Compiling anstream v0.6.15 |
442 | 2024-11-26T04:40:14.633Z | Compiling anyhow v1.0.93 |
443 | 2024-11-26T04:40:14.660Z | Compiling fnv v1.0.7 |
444 | 2024-11-26T04:40:14.683Z | Compiling bytecount v0.6.8 |
445 | 2024-11-26T04:40:14.805Z | Compiling clap_lex v0.7.2 |
446 | 2024-11-26T04:40:14.907Z | Compiling terminal_size v0.4.0 |
447 | 2024-11-26T04:40:15.166Z | Compiling cfg-if v1.0.0 |
448 | 2024-11-26T04:40:15.259Z | Compiling strsim v0.11.1 |
449 | 2024-11-26T04:40:15.280Z | Compiling fastrand v2.1.1 |
450 | 2024-11-26T04:40:15.413Z | Compiling heck v0.4.1 |
451 | 2024-11-26T04:40:15.817Z | Compiling heck v0.5.0 |
452 | 2024-11-26T04:40:15.849Z | Compiling tempfile v3.13.0 |
453 | 2024-11-26T04:40:15.912Z | Compiling clap_builder v4.5.21 |
454 | 2024-11-26T04:40:16.357Z | Compiling papergrid v0.11.0 |
455 | 2024-11-26T04:40:16.529Z | Compiling memmap v0.7.0 |
456 | 2024-11-26T04:40:16.564Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-11-26T04:40:16.710Z | Compiling smawk v0.3.2 |
458 | 2024-11-26T04:40:17.051Z | Compiling textwrap v0.16.1 |
459 | 2024-11-26T04:40:17.479Z | Compiling swrite v0.1.0 |
460 | 2024-11-26T04:40:18.435Z | Compiling tabled_derive v0.7.0 |
461 | 2024-11-26T04:40:20.088Z | Compiling tabled v0.15.0 |
462 | 2024-11-26T04:40:21.454Z | Compiling serde_derive v1.0.215 |
463 | 2024-11-26T04:40:21.454Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-11-26T04:40:21.478Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-11-26T04:40:21.480Z | Compiling scroll_derive v0.12.0 |
466 | 2024-11-26T04:40:21.749Z | Compiling clap_derive v4.5.18 |
467 | 2024-11-26T04:40:22.742Z | Compiling scroll v0.12.0 |
468 | 2024-11-26T04:40:23.225Z | Compiling goblin v0.8.2 |
469 | 2024-11-26T04:40:23.402Z | Compiling zerocopy v0.7.35 |
470 | 2024-11-26T04:40:25.434Z | Compiling clap v4.5.21 |
471 | 2024-11-26T04:40:26.839Z | Compiling pest v2.7.14 |
472 | 2024-11-26T04:40:28.556Z | Compiling pest_meta v2.7.14 |
473 | 2024-11-26T04:40:29.592Z | Compiling pest_generator v2.7.14 |
474 | 2024-11-26T04:40:31.133Z | Compiling pest_derive v2.7.14 |
475 | 2024-11-26T04:40:31.360Z | Compiling serde_spanned v0.6.8 |
476 | 2024-11-26T04:40:31.363Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-26T04:40:31.363Z | Compiling cargo-platform v0.1.8 |
478 | 2024-11-26T04:40:31.760Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-11-26T04:40:31.786Z | Compiling dtrace-parser v0.2.0 |
480 | 2024-11-26T04:40:31.904Z | Compiling toml_edit v0.22.22 |
481 | 2024-11-26T04:40:31.969Z | Compiling macaddr v1.0.1 |
482 | 2024-11-26T04:40:32.425Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-11-26T04:40:33.068Z | Compiling dof v0.3.0 |
484 | 2024-11-26T04:40:33.068Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-11-26T04:40:34.893Z | Compiling toml v0.8.19 |
486 | 2024-11-26T04:40:34.958Z | Compiling usdt-macro v0.5.0 |
487 | 2024-11-26T04:40:34.960Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-11-26T04:40:35.750Z | Compiling cargo_toml v0.20.5 |
489 | 2024-11-26T04:40:36.307Z | Compiling usdt v0.5.0 |
490 | 2024-11-26T04:40:39.315Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-11-26T04:40:43.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.60s |
492 | 2024-11-26T04:40:43.770Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-11-26T04:40:44.303Z | Downloading crates ... |
494 | 2024-11-26T04:40:44.448Z | Downloaded headers-core v0.3.0 |
495 | 2024-11-26T04:40:44.461Z | Downloaded heapless v0.8.0 |
496 | 2024-11-26T04:40:44.470Z | Downloaded lazy_static v1.5.0 |
497 | 2024-11-26T04:40:44.488Z | Downloaded idna v0.4.0 |
498 | 2024-11-26T04:40:44.544Z | Downloaded ascii-canvas v3.0.0 |
499 | 2024-11-26T04:40:44.550Z | Downloaded arrayvec v0.7.6 |
500 | 2024-11-26T04:40:44.558Z | Downloaded base64 v0.22.1 |
501 | 2024-11-26T04:40:44.562Z | Downloaded base64 v0.13.1 |
502 | 2024-11-26T04:40:44.565Z | Downloaded async-stream-impl v0.3.6 |
503 | 2024-11-26T04:40:44.568Z | Downloaded darling v0.20.10 |
504 | 2024-11-26T04:40:44.570Z | Downloaded async-stream v0.3.6 |
505 | 2024-11-26T04:40:44.573Z | Downloaded bcrypt-pbkdf v0.10.0 |
506 | 2024-11-26T04:40:44.575Z | Downloaded bb8 v0.8.5 |
507 | 2024-11-26T04:40:44.577Z | Downloaded backoff v0.4.0 |
508 | 2024-11-26T04:40:44.579Z | Downloaded base64 v0.21.7 |
509 | 2024-11-26T04:40:44.583Z | Downloaded assert_matches v1.5.0 |
510 | 2024-11-26T04:40:44.583Z | Downloaded allocator-api2 v0.2.18 |
511 | 2024-11-26T04:40:44.586Z | Downloaded async-bb8-diesel v0.2.1 |
512 | 2024-11-26T04:40:44.589Z | Downloaded atomicwrites v0.4.4 |
513 | 2024-11-26T04:40:44.591Z | Downloaded aead v0.5.2 |
514 | 2024-11-26T04:40:44.591Z | Downloaded home v0.5.9 |
515 | 2024-11-26T04:40:44.594Z | Downloaded base16ct v0.2.0 |
516 | 2024-11-26T04:40:44.596Z | Downloaded adler2 v2.0.0 |
517 | 2024-11-26T04:40:44.600Z | Downloaded hkdf v0.12.4 |
518 | 2024-11-26T04:40:44.605Z | Downloaded argon2 v0.5.3 |
519 | 2024-11-26T04:40:44.608Z | Downloaded addr2line v0.24.2 |
520 | 2024-11-26T04:40:44.611Z | Downloaded httparse v1.9.5 |
521 | 2024-11-26T04:40:44.614Z | Downloaded hickory-server v0.24.1 |
522 | 2024-11-26T04:40:44.620Z | Downloaded hickory-resolver v0.24.1 |
523 | 2024-11-26T04:40:44.625Z | Downloaded httpdate v1.0.3 |
524 | 2024-11-26T04:40:44.627Z | Downloaded heapless v0.7.17 |
525 | 2024-11-26T04:40:44.630Z | Downloaded mime v0.3.17 |
526 | 2024-11-26T04:40:44.633Z | Downloaded crucible-workspace-hack v0.1.0 |
527 | 2024-11-26T04:40:44.633Z | Downloaded bcs v0.1.6 |
528 | 2024-11-26T04:40:44.635Z | Downloaded atty v0.2.14 |
529 | 2024-11-26T04:40:44.637Z | Downloaded blowfish v0.9.1 |
530 | 2024-11-26T04:40:44.637Z | Downloaded base64ct v1.6.0 |
531 | 2024-11-26T04:40:44.639Z | Downloaded cstr-argument v0.1.2 |
532 | 2024-11-26T04:40:44.642Z | Downloaded async-trait v0.1.83 |
533 | 2024-11-26T04:40:44.644Z | Downloaded idna v1.0.3 |
534 | 2024-11-26T04:40:44.648Z | Downloaded curve25519-dalek-derive v0.1.1 |
535 | 2024-11-26T04:40:44.650Z | Downloaded ident_case v1.0.1 |
536 | 2024-11-26T04:40:44.653Z | Downloaded hubpack_derive v0.1.1 |
537 | 2024-11-26T04:40:44.653Z | Downloaded ciborium-io v0.2.2 |
538 | 2024-11-26T04:40:44.653Z | Downloaded cexpr v0.6.0 |
539 | 2024-11-26T04:40:44.656Z | Downloaded cfg_aliases v0.2.1 |
540 | 2024-11-26T04:40:44.656Z | Downloaded cfg_aliases v0.1.1 |
541 | 2024-11-26T04:40:44.658Z | Downloaded bitflags v1.3.2 |
542 | 2024-11-26T04:40:44.661Z | Downloaded async-recursion v1.1.1 |
543 | 2024-11-26T04:40:44.664Z | Downloaded is_ci v1.2.0 |
544 | 2024-11-26T04:40:44.666Z | Downloaded block-padding v0.3.3 |
545 | 2024-11-26T04:40:44.666Z | Downloaded instant v0.1.13 |
546 | 2024-11-26T04:40:44.669Z | Downloaded crunchy v0.2.2 |
547 | 2024-11-26T04:40:44.670Z | Downloaded constant_time_eq v0.3.1 |
548 | 2024-11-26T04:40:44.672Z | Downloaded hyper-tls v0.6.0 |
549 | 2024-11-26T04:40:44.675Z | Downloaded indent_write v2.2.0 |
550 | 2024-11-26T04:40:44.677Z | Downloaded hex-literal v0.4.1 |
551 | 2024-11-26T04:40:44.677Z | Downloaded bitfield-struct v0.6.2 |
552 | 2024-11-26T04:40:44.679Z | Downloaded hubpack v0.1.2 |
553 | 2024-11-26T04:40:44.679Z | Downloaded cobs v0.2.3 |
554 | 2024-11-26T04:40:44.681Z | Downloaded indoc v1.0.9 |
555 | 2024-11-26T04:40:44.684Z | Downloaded bit-vec v0.6.3 |
556 | 2024-11-26T04:40:44.687Z | Downloaded icu_provider_macros v1.5.0 |
557 | 2024-11-26T04:40:44.687Z | Downloaded hex v0.4.3 |
558 | 2024-11-26T04:40:44.689Z | Downloaded ref-cast-impl v1.0.23 |
559 | 2024-11-26T04:40:44.692Z | Downloaded crc-catalog v2.4.0 |
560 | 2024-11-26T04:40:44.694Z | Downloaded md5 v0.7.0 |
561 | 2024-11-26T04:40:44.694Z | Downloaded bit-set v0.5.3 |
562 | 2024-11-26T04:40:44.697Z | Downloaded crossbeam-deque v0.8.5 |
563 | 2024-11-26T04:40:44.697Z | Downloaded ciborium-ll v0.2.2 |
564 | 2024-11-26T04:40:44.699Z | Downloaded convert_case v0.4.0 |
565 | 2024-11-26T04:40:44.702Z | Downloaded colored v2.1.0 |
566 | 2024-11-26T04:40:44.705Z | Downloaded linked-hash-map v0.5.6 |
567 | 2024-11-26T04:40:44.705Z | Downloaded is-terminal v0.4.13 |
568 | 2024-11-26T04:40:44.707Z | Downloaded inout v0.1.3 |
569 | 2024-11-26T04:40:44.707Z | Downloaded ctr v0.9.2 |
570 | 2024-11-26T04:40:44.710Z | Downloaded cookie_store v0.21.0 |
571 | 2024-11-26T04:40:44.713Z | Downloaded memoffset v0.9.1 |
572 | 2024-11-26T04:40:44.715Z | Downloaded heck v0.3.3 |
573 | 2024-11-26T04:40:44.717Z | Downloaded icu_locid_transform v1.5.0 |
574 | 2024-11-26T04:40:44.720Z | Downloaded hickory-client v0.24.1 |
575 | 2024-11-26T04:40:44.723Z | Downloaded http-body-util v0.1.2 |
576 | 2024-11-26T04:40:44.725Z | Downloaded hostname v0.3.1 |
577 | 2024-11-26T04:40:44.728Z | Downloaded chrono-tz-build v0.4.0 |
578 | 2024-11-26T04:40:44.730Z | Downloaded crc v3.2.1 |
579 | 2024-11-26T04:40:44.732Z | Downloaded maybe-uninit v2.0.0 |
580 | 2024-11-26T04:40:44.735Z | Downloaded bzip2 v0.4.4 |
581 | 2024-11-26T04:40:44.738Z | Downloaded managed v0.8.0 |
582 | 2024-11-26T04:40:44.738Z | Downloaded crc32fast v1.4.2 |
583 | 2024-11-26T04:40:44.740Z | Downloaded buf-list v1.0.3 |
584 | 2024-11-26T04:40:44.743Z | Downloaded hyper-staticfile v0.10.1 |
585 | 2024-11-26T04:40:44.745Z | Downloaded keccak v0.1.5 |
586 | 2024-11-26T04:40:44.748Z | Downloaded highway v1.2.0 |
587 | 2024-11-26T04:40:44.751Z | Downloaded try-lock v0.2.5 |
588 | 2024-11-26T04:40:44.751Z | Downloaded matches v0.1.10 |
589 | 2024-11-26T04:40:44.754Z | Downloaded match_cfg v0.1.0 |
590 | 2024-11-26T04:40:44.754Z | Downloaded humantime v2.1.0 |
591 | 2024-11-26T04:40:44.756Z | Downloaded rustc_version v0.4.1 |
592 | 2024-11-26T04:40:44.756Z | Downloaded rustc_version v0.1.7 |
593 | 2024-11-26T04:40:44.758Z | Downloaded md-5 v0.10.6 |
594 | 2024-11-26T04:40:44.760Z | Downloaded sec1 v0.7.3 |
595 | 2024-11-26T04:40:44.763Z | Downloaded atomic-waker v1.1.2 |
596 | 2024-11-26T04:40:44.763Z | Downloaded cancel-safe-futures v0.1.5 |
597 | 2024-11-26T04:40:44.767Z | Downloaded strum v0.26.3 |
598 | 2024-11-26T04:40:44.770Z | Downloaded csv-core v0.1.11 |
599 | 2024-11-26T04:40:44.773Z | Downloaded crossbeam-epoch v0.9.18 |
600 | 2024-11-26T04:40:44.775Z | Downloaded libsw v3.3.1 |
601 | 2024-11-26T04:40:44.777Z | Downloaded mime_guess v2.0.5 |
602 | 2024-11-26T04:40:44.780Z | Downloaded hmac v0.12.1 |
603 | 2024-11-26T04:40:44.784Z | Downloaded indexmap v1.9.3 |
604 | 2024-11-26T04:40:44.787Z | Downloaded ssh-encoding v0.2.0 |
605 | 2024-11-26T04:40:44.787Z | Downloaded ssh-cipher v0.2.0 |
606 | 2024-11-26T04:40:44.790Z | Downloaded spki v0.7.3 |
607 | 2024-11-26T04:40:44.792Z | Downloaded shell-words v1.1.0 |
608 | 2024-11-26T04:40:44.792Z | Downloaded lru-cache v0.1.2 |
609 | 2024-11-26T04:40:44.795Z | Downloaded lru v0.12.5 |
610 | 2024-11-26T04:40:44.797Z | Downloaded lockfree-object-pool v0.1.6 |
611 | 2024-11-26T04:40:44.800Z | Downloaded termcolor v1.4.1 |
612 | 2024-11-26T04:40:44.800Z | Downloaded structmeta-derive v0.3.0 |
613 | 2024-11-26T04:40:44.803Z | Downloaded structmeta-derive v0.2.0 |
614 | 2024-11-26T04:40:44.803Z | Downloaded diesel_table_macro_syntax v0.2.0 |
615 | 2024-11-26T04:40:44.805Z | Downloaded tokio-macros v2.4.0 |
616 | 2024-11-26T04:40:44.805Z | Downloaded maplit v1.0.2 |
617 | 2024-11-26T04:40:44.808Z | Downloaded rand_chacha v0.3.1 |
618 | 2024-11-26T04:40:44.808Z | Downloaded quinn-udp v0.5.5 |
619 | 2024-11-26T04:40:44.812Z | Downloaded foreign-types v0.5.0 |
620 | 2024-11-26T04:40:44.814Z | Downloaded foreign-types v0.3.2 |
621 | 2024-11-26T04:40:44.814Z | Downloaded ipnet v2.10.1 |
622 | 2024-11-26T04:40:44.817Z | Downloaded openssl-macros v0.1.1 |
623 | 2024-11-26T04:40:44.817Z | Downloaded opaque-debug v0.3.1 |
624 | 2024-11-26T04:40:44.817Z | Downloaded fxhash v0.2.1 |
625 | 2024-11-26T04:40:44.819Z | Downloaded float-ord v0.3.2 |
626 | 2024-11-26T04:40:44.819Z | Downloaded icu_normalizer v1.5.0 |
627 | 2024-11-26T04:40:44.823Z | Downloaded topological-sort v0.2.2 |
628 | 2024-11-26T04:40:44.826Z | Downloaded nodrop v0.1.14 |
629 | 2024-11-26T04:40:44.828Z | Downloaded iana-time-zone v0.1.61 |
630 | 2024-11-26T04:40:44.831Z | Downloaded clang-sys v1.8.1 |
631 | 2024-11-26T04:40:44.843Z | Downloaded normalize-line-endings v0.3.0 |
632 | 2024-11-26T04:40:44.846Z | Downloaded parse-size v1.1.0 |
633 | 2024-11-26T04:40:44.848Z | Downloaded whoami v1.5.2 |
634 | 2024-11-26T04:40:44.850Z | Downloaded lock_api v0.4.12 |
635 | 2024-11-26T04:40:44.853Z | Downloaded litemap v0.7.3 |
636 | 2024-11-26T04:40:44.855Z | Downloaded defmt-parser v0.3.4 |
637 | 2024-11-26T04:40:44.855Z | Downloaded tui-tree-widget v0.22.0 |
638 | 2024-11-26T04:40:44.857Z | Downloaded icu_locid_transform_data v1.5.0 |
639 | 2024-11-26T04:40:44.861Z | Downloaded cookie v0.18.1 |
640 | 2024-11-26T04:40:44.864Z | Downloaded tokio-native-tls v0.3.1 |
641 | 2024-11-26T04:40:44.864Z | Downloaded enum-as-inner v0.6.1 |
642 | 2024-11-26T04:40:44.867Z | Downloaded precomputed-hash v0.1.1 |
643 | 2024-11-26T04:40:44.867Z | Downloaded enum-as-inner v0.5.1 |
644 | 2024-11-26T04:40:44.873Z | Downloaded term v0.7.0 |
645 | 2024-11-26T04:40:44.876Z | Downloaded filetime v0.2.25 |
646 | 2024-11-26T04:40:44.876Z | Downloaded icu_locid v1.5.0 |
647 | 2024-11-26T04:40:44.880Z | Downloaded gethostname v0.5.0 |
648 | 2024-11-26T04:40:44.883Z | Downloaded crc-any v2.5.0 |
649 | 2024-11-26T04:40:44.885Z | Downloaded arc-swap v1.7.1 |
650 | 2024-11-26T04:40:44.888Z | Downloaded parse-display v0.10.0 |
651 | 2024-11-26T04:40:44.891Z | Downloaded termios v0.3.3 |
652 | 2024-11-26T04:40:44.894Z | Downloaded smallvec v0.6.14 |
653 | 2024-11-26T04:40:44.894Z | Downloaded signature v2.2.0 |
654 | 2024-11-26T04:40:44.896Z | Downloaded nu-ansi-term v0.50.1 |
655 | 2024-11-26T04:40:44.899Z | Downloaded libefi-sys v0.1.0 |
656 | 2024-11-26T04:40:44.901Z | Downloaded jobserver v0.1.32 |
657 | 2024-11-26T04:40:44.903Z | Downloaded icu_normalizer_data v1.5.0 |
658 | 2024-11-26T04:40:44.906Z | Downloaded phf_shared v0.10.0 |
659 | 2024-11-26T04:40:44.908Z | Downloaded compact_str v0.8.0 |
660 | 2024-11-26T04:40:44.911Z | Downloaded crossbeam-utils v0.8.20 |
661 | 2024-11-26T04:40:44.913Z | Downloaded which v4.4.2 |
662 | 2024-11-26T04:40:44.917Z | Downloaded rand_xorshift v0.3.0 |
663 | 2024-11-26T04:40:44.919Z | Downloaded parse-display-derive v0.10.0 |
664 | 2024-11-26T04:40:44.919Z | Downloaded der_derive v0.7.3 |
665 | 2024-11-26T04:40:44.921Z | Downloaded slog v2.7.0 |
666 | 2024-11-26T04:40:44.924Z | Downloaded uzers v0.12.1 |
667 | 2024-11-26T04:40:44.927Z | Downloaded time-core v0.1.2 |
668 | 2024-11-26T04:40:44.929Z | Downloaded prettyplease v0.2.25 |
669 | 2024-11-26T04:40:44.932Z | Downloaded rustfmt-wrapper v0.2.1 |
670 | 2024-11-26T04:40:44.935Z | Downloaded quick-error v1.2.3 |
671 | 2024-11-26T04:40:44.937Z | Downloaded resolv-conf v0.7.0 |
672 | 2024-11-26T04:40:44.940Z | Downloaded scopeguard v1.2.0 |
673 | 2024-11-26T04:40:44.940Z | Downloaded static_assertions v1.1.0 |
674 | 2024-11-26T04:40:44.943Z | Downloaded slog-envlogger v2.2.0 |
675 | 2024-11-26T04:40:44.945Z | Downloaded same-file v1.0.6 |
676 | 2024-11-26T04:40:44.945Z | Downloaded indicatif v0.17.9 |
677 | 2024-11-26T04:40:44.949Z | Downloaded openssl-probe v0.1.5 |
678 | 2024-11-26T04:40:44.952Z | Downloaded string_cache v0.8.7 |
679 | 2024-11-26T04:40:44.954Z | Downloaded stringprep v0.1.5 |
680 | 2024-11-26T04:40:44.956Z | Downloaded slog-dtrace v0.3.0 |
681 | 2024-11-26T04:40:44.956Z | Downloaded scrypt v0.11.0 |
682 | 2024-11-26T04:40:44.959Z | Downloaded hashlink v0.9.1 |
683 | 2024-11-26T04:40:44.961Z | Downloaded icu_provider v1.5.0 |
684 | 2024-11-26T04:40:44.964Z | Downloaded foldhash v0.1.3 |
685 | 2024-11-26T04:40:44.966Z | Downloaded unicode-properties v0.1.3 |
686 | 2024-11-26T04:40:44.970Z | Downloaded tinyvec v1.8.0 |
687 | 2024-11-26T04:40:44.972Z | Downloaded samael v0.0.17 |
688 | 2024-11-26T04:40:44.978Z | Downloaded pkcs1 v0.7.5 |
689 | 2024-11-26T04:40:44.981Z | Downloaded password-hash v0.4.2 |
690 | 2024-11-26T04:40:44.983Z | Downloaded postcard v1.0.10 |
691 | 2024-11-26T04:40:44.987Z | Downloaded darling_macro v0.20.10 |
692 | 2024-11-26T04:40:44.990Z | Downloaded zone_cfg_derive v0.3.0 |
693 | 2024-11-26T04:40:44.990Z | Downloaded zone_cfg_derive v0.1.2 |
694 | 2024-11-26T04:40:44.990Z | Downloaded universal-hash v0.5.1 |
695 | 2024-11-26T04:40:44.993Z | Downloaded writeable v0.5.5 |
696 | 2024-11-26T04:40:45.000Z | Downloaded sigpipe v0.1.3 |
697 | 2024-11-26T04:40:45.004Z | Downloaded dyn-clone v1.0.17 |
698 | 2024-11-26T04:40:45.006Z | Downloaded crossbeam-channel v0.5.13 |
699 | 2024-11-26T04:40:45.010Z | Downloaded take_mut v0.2.2 |
700 | 2024-11-26T04:40:45.013Z | Downloaded hash32 v0.3.1 |
701 | 2024-11-26T04:40:45.015Z | Downloaded futures-io v0.3.31 |
702 | 2024-11-26T04:40:45.017Z | Downloaded time-macros v0.2.18 |
703 | 2024-11-26T04:40:45.020Z | Downloaded dunce v1.0.5 |
704 | 2024-11-26T04:40:45.023Z | Downloaded miniz_oxide v0.8.0 |
705 | 2024-11-26T04:40:45.026Z | Downloaded newtype_derive v0.1.6 |
706 | 2024-11-26T04:40:45.028Z | Downloaded http v1.1.0 |
707 | 2024-11-26T04:40:45.031Z | Downloaded unicode-bidi v0.3.17 |
708 | 2024-11-26T04:40:45.033Z | Downloaded fallible-streaming-iterator v0.1.9 |
709 | 2024-11-26T04:40:45.036Z | Downloaded untrusted v0.9.0 |
710 | 2024-11-26T04:40:45.038Z | Downloaded peg v0.8.4 |
711 | 2024-11-26T04:40:45.041Z | Downloaded aes v0.8.4 |
712 | 2024-11-26T04:40:45.044Z | Downloaded rustc-hash v1.1.0 |
713 | 2024-11-26T04:40:45.047Z | Downloaded darling_core v0.20.10 |
714 | 2024-11-26T04:40:45.050Z | Downloaded percent-encoding v2.3.1 |
715 | 2024-11-26T04:40:45.053Z | Downloaded crypto-bigint v0.5.5 |
716 | 2024-11-26T04:40:45.059Z | Downloaded strum_macros v0.24.3 |
717 | 2024-11-26T04:40:45.062Z | Downloaded simd-adler32 v0.3.7 |
718 | 2024-11-26T04:40:45.066Z | Downloaded num_threads v0.1.7 |
719 | 2024-11-26T04:40:45.066Z | Downloaded mirai-annotations v1.12.0 |
720 | 2024-11-26T04:40:45.070Z | Downloaded number_prefix v0.4.0 |
721 | 2024-11-26T04:40:45.070Z | Downloaded dhcproto-macros v0.1.0 |
722 | 2024-11-26T04:40:45.070Z | Downloaded socket2 v0.5.7 |
723 | 2024-11-26T04:40:45.073Z | Downloaded pretty-hex v0.2.1 |
724 | 2024-11-26T04:40:45.073Z | Downloaded tls_codec_derive v0.4.1 |
725 | 2024-11-26T04:40:45.076Z | Downloaded endian-type v0.1.2 |
726 | 2024-11-26T04:40:45.076Z | Downloaded path-slash v0.1.5 |
727 | 2024-11-26T04:40:45.078Z | Downloaded icu_collections v1.5.0 |
728 | 2024-11-26T04:40:45.083Z | Downloaded num-complex v0.4.6 |
729 | 2024-11-26T04:40:45.085Z | Downloaded ghash v0.5.1 |
730 | 2024-11-26T04:40:45.087Z | Downloaded funty v2.0.0 |
731 | 2024-11-26T04:40:45.088Z | Downloaded fd-lock v4.0.2 |
732 | 2024-11-26T04:40:45.090Z | Downloaded headers v0.4.0 |
733 | 2024-11-26T04:40:45.096Z | Downloaded serde-hex v0.1.0 |
734 | 2024-11-26T04:40:45.098Z | Downloaded sync_wrapper v1.0.1 |
735 | 2024-11-26T04:40:45.101Z | Downloaded sqlparser_derive v0.2.2 |
736 | 2024-11-26T04:40:45.101Z | Downloaded phf_shared v0.11.2 |
737 | 2024-11-26T04:40:45.103Z | Downloaded packed_struct_codegen v0.10.1 |
738 | 2024-11-26T04:40:45.103Z | Downloaded tokio-tungstenite v0.24.0 |
739 | 2024-11-26T04:40:45.106Z | Downloaded ecdsa v0.16.9 |
740 | 2024-11-26T04:40:45.108Z | Downloaded zeroize v1.8.1 |
741 | 2024-11-26T04:40:45.111Z | Downloaded phf_codegen v0.11.2 |
742 | 2024-11-26T04:40:45.111Z | Downloaded debug-ignore v1.0.5 |
743 | 2024-11-26T04:40:45.114Z | Downloaded der v0.7.9 |
744 | 2024-11-26T04:40:45.118Z | Downloaded tower-service v0.3.3 |
745 | 2024-11-26T04:40:45.120Z | Downloaded phf_generator v0.11.2 |
746 | 2024-11-26T04:40:45.120Z | Downloaded sync-ptr v0.1.1 |
747 | 2024-11-26T04:40:45.123Z | Downloaded serde-big-array v0.5.1 |
748 | 2024-11-26T04:40:45.125Z | Downloaded want v0.3.1 |
749 | 2024-11-26T04:40:45.125Z | Downloaded write16 v1.0.0 |
750 | 2024-11-26T04:40:45.128Z | Downloaded toolchain_find v0.4.0 |
751 | 2024-11-26T04:40:45.128Z | Downloaded tap v1.0.1 |
752 | 2024-11-26T04:40:45.130Z | Downloaded diesel_derives v2.2.3 |
753 | 2024-11-26T04:40:45.134Z | Downloaded hash32 v0.2.1 |
754 | 2024-11-26T04:40:45.136Z | Downloaded diesel-dtrace v0.3.0 |
755 | 2024-11-26T04:40:45.139Z | Downloaded typify v0.2.0 |
756 | 2024-11-26T04:40:45.141Z | Downloaded predicates-tree v1.0.11 |
757 | 2024-11-26T04:40:45.144Z | Downloaded fatfs v0.3.6 |
758 | 2024-11-26T04:40:45.146Z | Downloaded schemars v0.8.21 |
759 | 2024-11-26T04:40:45.159Z | Downloaded newline-converter v0.3.0 |
760 | 2024-11-26T04:40:45.162Z | Downloaded new_debug_unreachable v1.0.6 |
761 | 2024-11-26T04:40:45.162Z | Downloaded yoke-derive v0.7.4 |
762 | 2024-11-26T04:40:45.165Z | Downloaded form_urlencoded v1.2.1 |
763 | 2024-11-26T04:40:45.165Z | Downloaded env_filter v0.1.2 |
764 | 2024-11-26T04:40:45.167Z | Downloaded parking_lot v0.11.2 |
765 | 2024-11-26T04:40:45.170Z | Downloaded getrandom v0.2.15 |
766 | 2024-11-26T04:40:45.172Z | Downloaded num-iter v0.1.45 |
767 | 2024-11-26T04:40:45.172Z | Downloaded fragile v2.0.0 |
768 | 2024-11-26T04:40:45.175Z | Downloaded supports-color v3.0.1 |
769 | 2024-11-26T04:40:45.177Z | Downloaded synstructure v0.13.1 |
770 | 2024-11-26T04:40:45.177Z | Downloaded primeorder v0.13.6 |
771 | 2024-11-26T04:40:45.180Z | Downloaded value-bag v1.9.0 |
772 | 2024-11-26T04:40:45.182Z | Downloaded pin-project-internal v1.1.6 |
773 | 2024-11-26T04:40:45.186Z | Downloaded zerocopy-derive v0.8.10 |
774 | 2024-11-26T04:40:45.190Z | Downloaded pin-utils v0.1.0 |
775 | 2024-11-26T04:40:45.192Z | Downloaded rand_core v0.6.4 |
776 | 2024-11-26T04:40:45.195Z | Downloaded pin-project-lite v0.2.14 |
777 | 2024-11-26T04:40:45.198Z | Downloaded tinyvec_macros v0.1.1 |
778 | 2024-11-26T04:40:45.201Z | Downloaded progenitor-client v0.8.0 |
779 | 2024-11-26T04:40:45.201Z | Downloaded tabwriter v1.4.0 |
780 | 2024-11-26T04:40:45.203Z | Downloaded mockall v0.13.0 |
781 | 2024-11-26T04:40:45.205Z | Downloaded serde_urlencoded v0.7.1 |
782 | 2024-11-26T04:40:45.205Z | Downloaded serde_repr v0.1.19 |
783 | 2024-11-26T04:40:45.208Z | Downloaded rustls-pemfile v2.2.0 |
784 | 2024-11-26T04:40:45.210Z | Downloaded serde_with_macros v3.11.0 |
785 | 2024-11-26T04:40:45.213Z | Downloaded fixedbitset v0.4.2 |
786 | 2024-11-26T04:40:45.215Z | Downloaded ff v0.13.0 |
787 | 2024-11-26T04:40:45.218Z | Downloaded pem-rfc7468 v0.7.0 |
788 | 2024-11-26T04:40:45.218Z | Downloaded zopfli v0.8.1 |
789 | 2024-11-26T04:40:45.221Z | Downloaded tokio-tungstenite v0.23.1 |
790 | 2024-11-26T04:40:45.223Z | Downloaded flume v0.11.1 |
791 | 2024-11-26T04:40:45.227Z | Downloaded unicode-segmentation v1.12.0 |
792 | 2024-11-26T04:40:45.231Z | Downloaded foreign-types-shared v0.1.1 |
793 | 2024-11-26T04:40:45.234Z | Downloaded num_enum_derive v0.5.11 |
794 | 2024-11-26T04:40:45.234Z | Downloaded aws-lc-rs v1.10.0 |
795 | 2024-11-26T04:40:45.243Z | Downloaded foreign-types-shared v0.3.1 |
796 | 2024-11-26T04:40:45.245Z | Downloaded derive_builder_macro v0.20.2 |
797 | 2024-11-26T04:40:45.245Z | Downloaded pem v3.0.4 |
798 | 2024-11-26T04:40:45.248Z | Downloaded secrecy v0.8.0 |
799 | 2024-11-26T04:40:45.248Z | Downloaded newtype-uuid v1.1.3 |
800 | 2024-11-26T04:40:45.250Z | Downloaded flagset v0.4.6 |
801 | 2024-11-26T04:40:45.253Z | Downloaded unsafe-libyaml v0.2.11 |
802 | 2024-11-26T04:40:45.255Z | Downloaded unicode_categories v0.1.1 |
803 | 2024-11-26T04:40:45.258Z | Downloaded aho-corasick v1.1.3 |
804 | 2024-11-26T04:40:45.264Z | Downloaded ppv-lite86 v0.2.20 |
805 | 2024-11-26T04:40:45.266Z | Downloaded rand_seeder v0.3.0 |
806 | 2024-11-26T04:40:45.269Z | Downloaded parse-zoneinfo v0.3.1 |
807 | 2024-11-26T04:40:45.271Z | Downloaded progenitor v0.8.0 |
808 | 2024-11-26T04:40:45.273Z | Downloaded strum_macros v0.26.4 |
809 | 2024-11-26T04:40:45.276Z | Downloaded powerfmt v0.2.0 |
810 | 2024-11-26T04:40:45.278Z | Downloaded salsa20 v0.10.2 |
811 | 2024-11-26T04:40:45.278Z | Downloaded utf8_iter v1.0.4 |
812 | 2024-11-26T04:40:45.281Z | Downloaded libxml v0.3.3 |
813 | 2024-11-26T04:40:45.285Z | Downloaded nibble_vec v0.1.0 |
814 | 2024-11-26T04:40:45.287Z | Downloaded rusty-fork v0.3.0 |
815 | 2024-11-26T04:40:45.290Z | Downloaded xz2 v0.1.7 |
816 | 2024-11-26T04:40:45.292Z | Downloaded typify-macro v0.2.0 |
817 | 2024-11-26T04:40:45.292Z | Downloaded twox-hash v1.6.3 |
818 | 2024-11-26T04:40:45.294Z | Downloaded progenitor-macro v0.8.0 |
819 | 2024-11-26T04:40:45.297Z | Downloaded vsss-rs v3.3.4 |
820 | 2024-11-26T04:40:45.299Z | Downloaded vergen v8.3.2 |
821 | 2024-11-26T04:40:45.302Z | Downloaded fs_extra v1.3.0 |
822 | 2024-11-26T04:40:45.305Z | Downloaded steno v0.4.1 |
823 | 2024-11-26T04:40:45.308Z | Downloaded parking_lot_core v0.8.6 |
824 | 2024-11-26T04:40:45.312Z | Downloaded downcast v0.11.0 |
825 | 2024-11-26T04:40:45.314Z | Downloaded derive-where v1.2.7 |
826 | 2024-11-26T04:40:45.317Z | Downloaded nanorand v0.7.0 |
827 | 2024-11-26T04:40:45.319Z | Downloaded rustls-pki-types v1.9.0 |
828 | 2024-11-26T04:40:45.322Z | Downloaded pkcs5 v0.7.1 |
829 | 2024-11-26T04:40:45.326Z | Downloaded x509-cert v0.2.5 |
830 | 2024-11-26T04:40:45.333Z | Downloaded russh-cryptovec v0.7.3 |
831 | 2024-11-26T04:40:45.335Z | Downloaded spin v0.5.2 |
832 | 2024-11-26T04:40:45.335Z | Downloaded sqlformat v0.2.6 |
833 | 2024-11-26T04:40:45.338Z | Downloaded shlex v1.3.0 |
834 | 2024-11-26T04:40:45.340Z | Downloaded futures v0.3.31 |
835 | 2024-11-26T04:40:45.344Z | Downloaded signal-hook-mio v0.2.4 |
836 | 2024-11-26T04:40:45.346Z | Downloaded postgres-types v0.2.8 |
837 | 2024-11-26T04:40:45.349Z | Downloaded postgres-protocol v0.6.7 |
838 | 2024-11-26T04:40:45.351Z | Downloaded dhcproto v0.12.0 |
839 | 2024-11-26T04:40:45.354Z | Downloaded password-hash v0.5.0 |
840 | 2024-11-26T04:40:45.356Z | Downloaded tar v0.4.42 |
841 | 2024-11-26T04:40:45.359Z | Downloaded pin-project v1.1.6 |
842 | 2024-11-26T04:40:45.370Z | Downloaded derive_builder_core v0.20.2 |
843 | 2024-11-26T04:40:45.373Z | Downloaded itertools v0.13.0 |
844 | 2024-11-26T04:40:45.381Z | Downloaded fallible-iterator v0.3.0 |
845 | 2024-11-26T04:40:45.383Z | Downloaded multimap v0.10.0 |
846 | 2024-11-26T04:40:45.386Z | Downloaded parking_lot v0.12.3 |
847 | 2024-11-26T04:40:45.388Z | Downloaded futures-task v0.3.31 |
848 | 2024-11-26T04:40:45.391Z | Downloaded native-tls v0.2.12 |
849 | 2024-11-26T04:40:45.394Z | Downloaded pbkdf2 v0.11.0 |
850 | 2024-11-26T04:40:45.396Z | Downloaded polyval v0.6.2 |
851 | 2024-11-26T04:40:45.396Z | Downloaded pkg-config v0.3.31 |
852 | 2024-11-26T04:40:45.399Z | Downloaded des v0.8.1 |
853 | 2024-11-26T04:40:45.401Z | Downloaded globset v0.4.15 |
854 | 2024-11-26T04:40:45.403Z | Downloaded rcgen v0.12.1 |
855 | 2024-11-26T04:40:45.406Z | Downloaded env_logger v0.10.2 |
856 | 2024-11-26T04:40:45.408Z | Downloaded unicode-normalization v0.1.24 |
857 | 2024-11-26T04:40:45.412Z | Downloaded zerovec-derive v0.10.3 |
858 | 2024-11-26T04:40:45.415Z | Downloaded blake3 v1.5.4 |
859 | 2024-11-26T04:40:45.423Z | Downloaded unicase v2.7.0 |
860 | 2024-11-26T04:40:45.425Z | Downloaded derive_builder v0.20.2 |
861 | 2024-11-26T04:40:45.429Z | Downloaded unarray v0.1.4 |
862 | 2024-11-26T04:40:45.432Z | Downloaded tokio-rustls v0.25.0 |
863 | 2024-11-26T04:40:45.435Z | Downloaded half v2.4.1 |
864 | 2024-11-26T04:40:45.437Z | Downloaded futures-core v0.3.31 |
865 | 2024-11-26T04:40:45.440Z | Downloaded either v1.13.0 |
866 | 2024-11-26T04:40:45.440Z | Downloaded futures-executor v0.3.31 |
867 | 2024-11-26T04:40:45.444Z | Downloaded rpassword v7.3.1 |
868 | 2024-11-26T04:40:45.446Z | Downloaded tokio-rustls v0.24.1 |
869 | 2024-11-26T04:40:45.446Z | Downloaded tungstenite v0.23.0 |
870 | 2024-11-26T04:40:45.450Z | Downloaded num-rational v0.4.2 |
871 | 2024-11-26T04:40:45.452Z | Downloaded ref-cast v1.0.23 |
872 | 2024-11-26T04:40:45.455Z | Downloaded tokio-tungstenite v0.21.0 |
873 | 2024-11-26T04:40:45.457Z | Downloaded zerofrom v0.1.4 |
874 | 2024-11-26T04:40:45.460Z | Downloaded tokio-rustls v0.26.0 |
875 | 2024-11-26T04:40:45.462Z | Downloaded salty v0.3.0 |
876 | 2024-11-26T04:40:45.468Z | Downloaded oso-derive v0.27.3 |
877 | 2024-11-26T04:40:45.471Z | Downloaded olpc-cjson v0.1.4 |
878 | 2024-11-26T04:40:45.471Z | Downloaded num_enum v0.5.11 |
879 | 2024-11-26T04:40:45.476Z | Downloaded r2d2 v0.8.10 |
880 | 2024-11-26T04:40:45.479Z | Downloaded psl-types v2.0.11 |
881 | 2024-11-26T04:40:45.479Z | Downloaded packed_struct v0.10.1 |
882 | 2024-11-26T04:40:45.481Z | Downloaded signal-hook v0.3.17 |
883 | 2024-11-26T04:40:45.484Z | Downloaded defmt v0.3.8 |
884 | 2024-11-26T04:40:45.488Z | Downloaded utf-8 v0.7.6 |
885 | 2024-11-26T04:40:45.491Z | Downloaded subprocess v0.2.9 |
886 | 2024-11-26T04:40:45.494Z | Downloaded difflib v0.4.0 |
887 | 2024-11-26T04:40:45.494Z | Downloaded waitgroup v0.1.2 |
888 | 2024-11-26T04:40:45.496Z | Downloaded vte_generate_state_changes v0.1.2 |
889 | 2024-11-26T04:40:45.496Z | Downloaded unicode-xid v0.2.6 |
890 | 2024-11-26T04:40:45.499Z | Downloaded zone v0.3.0 |
891 | 2024-11-26T04:40:45.499Z | Downloaded glob v0.3.1 |
892 | 2024-11-26T04:40:45.499Z | Downloaded tinystr v0.7.6 |
893 | 2024-11-26T04:40:45.502Z | Downloaded embedded-io v0.4.0 |
894 | 2024-11-26T04:40:45.506Z | Downloaded group v0.13.0 |
895 | 2024-11-26T04:40:45.509Z | Downloaded tiny-keccak v2.0.2 |
896 | 2024-11-26T04:40:45.509Z | Downloaded futures-channel v0.3.31 |
897 | 2024-11-26T04:40:45.513Z | Downloaded num-bigint-dig v0.8.4 |
898 | 2024-11-26T04:40:45.515Z | Downloaded tungstenite v0.24.0 |
899 | 2024-11-26T04:40:45.518Z | Downloaded bindgen v0.69.5 |
900 | 2024-11-26T04:40:45.525Z | Downloaded futures-sink v0.3.31 |
901 | 2024-11-26T04:40:45.527Z | Downloaded smallvec v1.13.2 |
902 | 2024-11-26T04:40:45.530Z | Downloaded thiserror-no-std v2.0.2 |
903 | 2024-11-26T04:40:45.533Z | Downloaded signal-hook-registry v1.4.2 |
904 | 2024-11-26T04:40:45.536Z | Downloaded deranged v0.3.11 |
905 | 2024-11-26T04:40:45.536Z | Downloaded toml v0.7.8 |
906 | 2024-11-26T04:40:45.538Z | Downloaded defmt-macros v0.3.9 |
907 | 2024-11-26T04:40:45.541Z | Downloaded slog-stdlog v4.1.1 |
908 | 2024-11-26T04:40:45.543Z | Downloaded slog-scope v4.4.0 |
909 | 2024-11-26T04:40:45.543Z | Downloaded embedded-io v0.6.1 |
910 | 2024-11-26T04:40:45.546Z | Downloaded omicron-zone-package v0.11.1 |
911 | 2024-11-26T04:40:45.549Z | Downloaded num-integer v0.1.46 |
912 | 2024-11-26T04:40:45.551Z | Downloaded num-derive v0.4.2 |
913 | 2024-11-26T04:40:45.553Z | Downloaded dropshot_endpoint v0.13.0 |
914 | 2024-11-26T04:40:45.556Z | Downloaded siphasher v0.3.11 |
915 | 2024-11-26T04:40:45.558Z | Downloaded num-conv v0.1.0 |
916 | 2024-11-26T04:40:45.558Z | Downloaded rustversion v1.0.17 |
917 | 2024-11-26T04:40:45.560Z | Downloaded dirs-next v2.0.0 |
918 | 2024-11-26T04:40:45.563Z | Downloaded wait-timeout v0.2.0 |
919 | 2024-11-26T04:40:45.565Z | Downloaded sha1 v0.10.6 |
920 | 2024-11-26T04:40:45.565Z | Downloaded rustc-hash v2.0.0 |
921 | 2024-11-26T04:40:45.567Z | Downloaded oso v0.27.3 |
922 | 2024-11-26T04:40:45.570Z | Downloaded tokio-util v0.7.12 |
923 | 2024-11-26T04:40:45.577Z | Downloaded derive_more v0.99.18 |
924 | 2024-11-26T04:40:45.583Z | Downloaded num v0.4.3 |
925 | 2024-11-26T04:40:45.585Z | Downloaded utf16_iter v1.0.5 |
926 | 2024-11-26T04:40:45.587Z | Downloaded env_logger v0.11.5 |
927 | 2024-11-26T04:40:45.590Z | Downloaded ed25519 v2.2.3 |
928 | 2024-11-26T04:40:45.592Z | Downloaded test-strategy v0.3.1 |
929 | 2024-11-26T04:40:45.595Z | Downloaded paste v1.0.15 |
930 | 2024-11-26T04:40:45.597Z | Downloaded subtle v2.6.1 |
931 | 2024-11-26T04:40:45.600Z | Downloaded float-cmp v0.9.0 |
932 | 2024-11-26T04:40:45.600Z | Downloaded fallible-iterator v0.2.0 |
933 | 2024-11-26T04:40:45.604Z | Downloaded display-error-chain v0.2.2 |
934 | 2024-11-26T04:40:45.606Z | Downloaded dirs-sys-next v0.1.2 |
935 | 2024-11-26T04:40:45.606Z | Downloaded slog-term v2.9.1 |
936 | 2024-11-26T04:40:45.609Z | Downloaded slog-json v2.6.1 |
937 | 2024-11-26T04:40:45.609Z | Downloaded slog-bunyan v2.5.0 |
938 | 2024-11-26T04:40:45.611Z | Downloaded typed-path v0.9.3 |
939 | 2024-11-26T04:40:45.617Z | Downloaded termtree v0.4.1 |
940 | 2024-11-26T04:40:45.619Z | Downloaded parking_lot_core v0.9.10 |
941 | 2024-11-26T04:40:45.622Z | Downloaded zip v0.6.6 |
942 | 2024-11-26T04:40:45.625Z | Downloaded slog-async v2.8.0 |
943 | 2024-11-26T04:40:45.627Z | Downloaded peg-runtime v0.8.3 |
944 | 2024-11-26T04:40:45.628Z | Downloaded rustls-webpki v0.102.8 |
945 | 2024-11-26T04:40:45.646Z | Downloaded pbkdf2 v0.12.2 |
946 | 2024-11-26T04:40:45.649Z | Downloaded rustc-demangle v0.1.24 |
947 | 2024-11-26T04:40:45.651Z | Downloaded russh-keys v0.45.0 |
948 | 2024-11-26T04:40:45.655Z | Downloaded quinn v0.11.5 |
949 | 2024-11-26T04:40:45.658Z | Downloaded structmeta v0.2.0 |
950 | 2024-11-26T04:40:45.658Z | Downloaded rustls-webpki v0.101.7 |
951 | 2024-11-26T04:40:45.672Z | Downloaded thiserror-impl-no-std v2.0.2 |
952 | 2024-11-26T04:40:45.675Z | Downloaded ron v0.8.1 |
953 | 2024-11-26T04:40:45.679Z | Downloaded hashbrown v0.14.5 |
954 | 2024-11-26T04:40:45.686Z | Downloaded peg-macros v0.8.4 |
955 | 2024-11-26T04:40:45.688Z | Downloaded rusqlite v0.32.1 |
956 | 2024-11-26T04:40:45.696Z | Downloaded h2 v0.4.6 |
957 | 2024-11-26T04:40:45.703Z | Downloaded pkcs8 v0.10.2 |
958 | 2024-11-26T04:40:45.705Z | Downloaded publicsuffix v2.2.3 |
959 | 2024-11-26T04:40:45.709Z | Downloaded diff v0.1.13 |
960 | 2024-11-26T04:40:45.712Z | Downloaded rustyline v14.0.0 |
961 | 2024-11-26T04:40:45.718Z | Downloaded uuid v1.11.0 |
962 | 2024-11-26T04:40:45.721Z | Downloaded poly1305 v0.8.0 |
963 | 2024-11-26T04:40:45.723Z | Downloaded ed25519-dalek v2.1.1 |
964 | 2024-11-26T04:40:45.726Z | Downloaded flate2 v1.0.34 |
965 | 2024-11-26T04:40:45.732Z | Downloaded rsa v0.9.6 |
966 | 2024-11-26T04:40:45.738Z | Downloaded icu_properties_data v1.5.0 |
967 | 2024-11-26T04:40:45.750Z | Downloaded bitvec v1.0.1 |
968 | 2024-11-26T04:40:45.766Z | Downloaded displaydoc v0.2.5 |
969 | 2024-11-26T04:40:45.768Z | Downloaded lalrpop v0.19.12 |
970 | 2024-11-26T04:40:45.780Z | Downloaded mockall_derive v0.13.0 |
971 | 2024-11-26T04:40:45.782Z | Downloaded num-traits v0.2.19 |
972 | 2024-11-26T04:40:45.786Z | Downloaded elliptic-curve v0.13.8 |
973 | 2024-11-26T04:40:45.789Z | Downloaded tracing v0.1.40 |
974 | 2024-11-26T04:40:45.795Z | Downloaded winnow v0.5.40 |
975 | 2024-11-26T04:40:45.804Z | Downloaded p256 v0.13.2 |
976 | 2024-11-26T04:40:45.807Z | Downloaded zerocopy v0.8.10 |
977 | 2024-11-26T04:40:45.832Z | Downloaded expectorate v1.1.0 |
978 | 2024-11-26T04:40:45.835Z | Downloaded serde_with v3.11.0 |
979 | 2024-11-26T04:40:45.843Z | Downloaded curve25519-dalek v4.1.3 |
980 | 2024-11-26T04:40:45.853Z | Downloaded petname v2.0.2 |
981 | 2024-11-26T04:40:45.859Z | Downloaded p521 v0.13.3 |
982 | 2024-11-26T04:40:45.863Z | Downloaded ssh-key v0.6.6 |
983 | 2024-11-26T04:40:45.870Z | Downloaded zerovec v0.10.4 |
984 | 2024-11-26T04:40:45.877Z | Downloaded sqlparser v0.45.0 |
985 | 2024-11-26T04:40:45.882Z | Downloaded openssl v0.10.66 |
986 | 2024-11-26T04:40:45.892Z | Downloaded futures-util v0.3.31 |
987 | 2024-11-26T04:40:45.905Z | Downloaded trust-dns-proto v0.22.0 |
988 | 2024-11-26T04:40:45.917Z | Downloaded idna v0.5.0 |
989 | 2024-11-26T04:40:45.924Z | Downloaded idna v0.2.3 |
990 | 2024-11-26T04:40:45.932Z | Downloaded idna v0.3.0 |
991 | 2024-11-26T04:40:45.939Z | Downloaded reqwest v0.12.9 |
992 | 2024-11-26T04:40:45.947Z | Downloaded tough v0.19.0 |
993 | 2024-11-26T04:40:45.956Z | Downloaded reedline v0.35.0 |
994 | 2024-11-26T04:40:45.964Z | Downloaded regress v0.10.1 |
995 | 2024-11-26T04:40:45.973Z | Downloaded webpki-roots v0.26.6 |
996 | 2024-11-26T04:40:45.976Z | Downloaded object v0.30.4 |
997 | 2024-11-26T04:40:45.987Z | Downloaded vcpkg v0.2.15 |
998 | 2024-11-26T04:40:46.026Z | Downloaded proptest v1.5.0 |
999 | 2024-11-26T04:40:46.035Z | Downloaded dropshot v0.12.0 |
1000 | 2024-11-26T04:40:46.056Z | Downloaded quinn-proto v0.11.8 |
1001 | 2024-11-26T04:40:46.063Z | Downloaded regex-syntax v0.8.5 |
1002 | 2024-11-26T04:40:46.072Z | Downloaded git2 v0.19.0 |
1003 | 2024-11-26T04:40:46.080Z | Downloaded dropshot v0.13.0 |
1004 | 2024-11-26T04:40:46.103Z | Downloaded smoltcp v0.11.0 |
1005 | 2024-11-26T04:40:46.115Z | Downloaded openapiv3 v2.0.0 |
1006 | 2024-11-26T04:40:46.132Z | Downloaded gimli v0.31.1 |
1007 | 2024-11-26T04:40:46.137Z | Downloaded diesel v2.2.4 |
1008 | 2024-11-26T04:40:46.156Z | Downloaded regex v1.11.1 |
1009 | 2024-11-26T04:40:46.169Z | Downloaded radix_trie v0.2.1 |
1010 | 2024-11-26T04:40:46.175Z | Downloaded sled v0.34.7 |
1011 | 2024-11-26T04:40:46.186Z | Downloaded ratatui v0.28.1 |
1012 | 2024-11-26T04:40:46.206Z | Downloaded unicode-width v0.2.0 |
1013 | 2024-11-26T04:40:46.212Z | Downloaded object v0.36.5 |
1014 | 2024-11-26T04:40:46.224Z | Downloaded nix v0.28.0 |
1015 | 2024-11-26T04:40:46.235Z | Downloaded rustls v0.21.12 |
1016 | 2024-11-26T04:40:46.247Z | Downloaded smoltcp v0.9.1 |
1017 | 2024-11-26T04:40:46.258Z | Downloaded rustls v0.22.4 |
1018 | 2024-11-26T04:40:46.272Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1019 | 2024-11-26T04:40:46.285Z | Downloaded regex-syntax v0.6.29 |
1020 | 2024-11-26T04:40:46.292Z | Downloaded rustls v0.23.14 |
1021 | 2024-11-26T04:40:46.305Z | Downloaded regex-automata v0.4.8 |
1022 | 2024-11-26T04:40:47.325Z | Downloaded zerocopy-derive v0.6.6 |
1023 | 2024-11-26T04:40:47.328Z | Downloaded nix v0.27.1 |
1024 | 2024-11-26T04:40:47.328Z | Downloaded hickory-proto v0.24.1 |
1025 | 2024-11-26T04:40:47.328Z | Downloaded petgraph v0.6.5 |
1026 | 2024-11-26T04:40:47.328Z | Downloaded typify-impl v0.2.0 |
1027 | 2024-11-26T04:40:47.328Z | Downloaded nix v0.29.0 |
1028 | 2024-11-26T04:40:47.328Z | Downloaded p384 v0.13.0 |
1029 | 2024-11-26T04:40:47.328Z | Downloaded polar-core v0.27.3 |
1030 | 2024-11-26T04:40:47.328Z | Downloaded chrono-tz v0.10.0 |
1031 | 2024-11-26T04:40:47.328Z | Downloaded portable-atomic v1.9.0 |
1032 | 2024-11-26T04:40:47.328Z | Downloaded quick-xml v0.33.0 |
1033 | 2024-11-26T04:40:47.328Z | Downloaded bstr v1.10.0 |
1034 | 2024-11-26T04:40:47.328Z | Downloaded regress v0.9.1 |
1035 | 2024-11-26T04:40:47.328Z | Downloaded tokio v1.40.0 |
1036 | 2024-11-26T04:40:47.328Z | Downloaded lzma-sys v0.1.20 |
1037 | 2024-11-26T04:40:47.328Z | Downloaded csv v1.3.0 |
1038 | 2024-11-26T04:40:47.329Z | Downloaded toml_edit v0.19.15 |
1039 | 2024-11-26T04:40:47.329Z | Downloaded tokio-postgres v0.7.12 |
1040 | 2024-11-26T04:40:47.329Z | Downloaded libz-sys v1.1.20 |
1041 | 2024-11-26T04:40:47.329Z | Downloaded ron v0.7.1 |
1042 | 2024-11-26T04:40:47.329Z | Downloaded rtoolbox v0.0.2 |
1043 | 2024-11-26T04:40:47.329Z | Downloaded serde_yaml v0.9.34+deprecated |
1044 | 2024-11-26T04:40:47.329Z | Downloaded time v0.3.36 |
1045 | 2024-11-26T04:40:47.329Z | Downloaded sha3 v0.10.8 |
1046 | 2024-11-26T04:40:47.329Z | Downloaded strum_macros v0.25.3 |
1047 | 2024-11-26T04:40:47.329Z | Downloaded zerofrom-derive v0.1.4 |
1048 | 2024-11-26T04:40:47.329Z | Downloaded zeroize_derive v1.4.2 |
1049 | 2024-11-26T04:40:47.329Z | Downloaded unicode-truncate v1.1.0 |
1050 | 2024-11-26T04:40:47.329Z | Downloaded rand v0.8.5 |
1051 | 2024-11-26T04:40:47.329Z | Downloaded rayon v1.10.0 |
1052 | 2024-11-26T04:40:47.329Z | Downloaded futures-macro v0.3.31 |
1053 | 2024-11-26T04:40:47.329Z | Downloaded foreign-types-macros v0.2.3 |
1054 | 2024-11-26T04:40:47.329Z | Downloaded tls_codec v0.4.1 |
1055 | 2024-11-26T04:40:47.329Z | Downloaded tracing-attributes v0.1.27 |
1056 | 2024-11-26T04:40:47.329Z | Downloaded slab v0.4.9 |
1057 | 2024-11-26T04:40:47.329Z | Downloaded rayon-core v1.12.1 |
1058 | 2024-11-26T04:40:47.329Z | Downloaded multer v3.1.0 |
1059 | 2024-11-26T04:40:47.329Z | Downloaded tokio-stream v0.1.16 |
1060 | 2024-11-26T04:40:47.329Z | Downloaded zip v2.1.3 |
1061 | 2024-11-26T04:40:47.329Z | Downloaded chrono v0.4.38 |
1062 | 2024-11-26T04:40:47.329Z | Downloaded zone v0.1.8 |
1063 | 2024-11-26T04:40:47.329Z | Downloaded stable_deref_trait v1.2.0 |
1064 | 2024-11-26T04:40:47.329Z | Downloaded smf v0.2.3 |
1065 | 2024-11-26T04:40:47.329Z | Downloaded russh v0.45.0 |
1066 | 2024-11-26T04:40:47.329Z | Downloaded url v2.5.3 |
1067 | 2024-11-26T04:40:47.329Z | Downloaded num-bigint v0.4.6 |
1068 | 2024-11-26T04:40:47.329Z | Downloaded hashbrown v0.13.2 |
1069 | 2024-11-26T04:40:47.329Z | Downloaded hashbrown v0.12.3 |
1070 | 2024-11-26T04:40:47.329Z | Downloaded tracing-core v0.1.32 |
1071 | 2024-11-26T04:40:47.329Z | Downloaded yoke v0.7.4 |
1072 | 2024-11-26T04:40:47.329Z | Downloaded yasna v0.5.2 |
1073 | 2024-11-26T04:40:47.329Z | Downloaded owo-colors v4.1.0 |
1074 | 2024-11-26T04:40:47.329Z | Downloaded openssl-sys v0.9.103 |
1075 | 2024-11-26T04:40:47.329Z | Downloaded mio v1.0.2 |
1076 | 2024-11-26T04:40:47.330Z | Downloaded itertools v0.12.1 |
1077 | 2024-11-26T04:40:47.330Z | Downloaded crossterm v0.28.1 |
1078 | 2024-11-26T04:40:47.330Z | Downloaded walkdir v2.5.0 |
1079 | 2024-11-26T04:40:47.330Z | Downloaded tungstenite v0.21.0 |
1080 | 2024-11-26T04:40:47.330Z | Downloaded nom v7.1.3 |
1081 | 2024-11-26T04:40:47.330Z | Downloaded proc-macro-crate v1.3.1 |
1082 | 2024-11-26T04:40:47.330Z | Downloaded serde_derive_internals v0.29.1 |
1083 | 2024-11-26T04:40:47.330Z | Downloaded spin v0.9.8 |
1084 | 2024-11-26T04:40:47.330Z | Downloaded similar v2.6.0 |
1085 | 2024-11-26T04:40:47.330Z | Downloaded libm v0.2.8 |
1086 | 2024-11-26T04:40:47.330Z | Downloaded aes-gcm v0.10.3 |
1087 | 2024-11-26T04:40:47.330Z | Downloaded ena v0.14.3 |
1088 | 2024-11-26T04:40:47.330Z | Downloaded itertools v0.10.5 |
1089 | 2024-11-26T04:40:47.330Z | Downloaded rustls-pemfile v1.0.4 |
1090 | 2024-11-26T04:40:47.330Z | Downloaded semver v0.1.20 |
1091 | 2024-11-26T04:40:47.330Z | Downloaded phf v0.11.2 |
1092 | 2024-11-26T04:40:47.330Z | Downloaded data-encoding v2.6.0 |
1093 | 2024-11-26T04:40:47.330Z | Downloaded untrusted v0.7.1 |
1094 | 2024-11-26T04:40:47.330Z | Downloaded qorb v0.2.0 |
1095 | 2024-11-26T04:40:47.330Z | Downloaded const_format v0.2.33 |
1096 | 2024-11-26T04:40:47.330Z | Downloaded thread_local v1.1.8 |
1097 | 2024-11-26T04:40:47.330Z | Downloaded snafu-derive v0.8.5 |
1098 | 2024-11-26T04:40:47.330Z | Downloaded sct v0.7.1 |
1099 | 2024-11-26T04:40:47.330Z | Downloaded scheduled-thread-pool v0.2.7 |
1100 | 2024-11-26T04:40:47.330Z | Downloaded minimal-lexical v0.2.1 |
1101 | 2024-11-26T04:40:47.330Z | Downloaded dsl_auto_type v0.1.2 |
1102 | 2024-11-26T04:40:47.330Z | Downloaded xattr v1.3.1 |
1103 | 2024-11-26T04:40:47.330Z | Downloaded wyz v0.5.1 |
1104 | 2024-11-26T04:40:47.330Z | Downloaded signal-hook-tokio v0.3.1 |
1105 | 2024-11-26T04:40:47.330Z | Downloaded strip-ansi-escapes v0.2.0 |
1106 | 2024-11-26T04:40:47.330Z | Downloaded dropshot_endpoint v0.12.0 |
1107 | 2024-11-26T04:40:47.330Z | Downloaded bumpalo v3.16.0 |
1108 | 2024-11-26T04:40:47.330Z | Downloaded snafu v0.8.5 |
1109 | 2024-11-26T04:40:47.330Z | Downloaded radium v0.7.0 |
1110 | 2024-11-26T04:40:47.330Z | Downloaded predicates v3.1.2 |
1111 | 2024-11-26T04:40:47.330Z | Downloaded zerocopy v0.6.6 |
1112 | 2024-11-26T04:40:47.330Z | Downloaded vte v0.11.1 |
1113 | 2024-11-26T04:40:47.330Z | Downloaded progenitor-impl v0.8.0 |
1114 | 2024-11-26T04:40:47.330Z | Downloaded schemars_derive v0.8.21 |
1115 | 2024-11-26T04:40:47.331Z | Downloaded rfc6979 v0.4.0 |
1116 | 2024-11-26T04:40:47.331Z | Downloaded predicates-core v1.0.8 |
1117 | 2024-11-26T04:40:47.331Z | Downloaded memmap2 v0.9.5 |
1118 | 2024-11-26T04:40:47.331Z | Downloaded icu_properties v1.5.1 |
1119 | 2024-11-26T04:40:47.331Z | Downloaded hyper-util v0.1.10 |
1120 | 2024-11-26T04:40:47.331Z | Downloaded chacha20poly1305 v0.10.1 |
1121 | 2024-11-26T04:40:47.331Z | Downloaded backtrace v0.3.74 |
1122 | 2024-11-26T04:40:47.331Z | Downloaded const-oid v0.9.6 |
1123 | 2024-11-26T04:40:47.334Z | Downloaded blake2 v0.10.6 |
1124 | 2024-11-26T04:40:47.334Z | Downloaded libloading v0.8.5 |
1125 | 2024-11-26T04:40:47.334Z | Downloaded ahash v0.8.11 |
1126 | 2024-11-26T04:40:47.334Z | Downloaded structmeta v0.3.0 |
1127 | 2024-11-26T04:40:47.334Z | Downloaded linear-map v1.2.0 |
1128 | 2024-11-26T04:40:47.334Z | Downloaded lazycell v1.3.0 |
1129 | 2024-11-26T04:40:47.334Z | Downloaded lalrpop-util v0.19.12 |
1130 | 2024-11-26T04:40:47.334Z | Downloaded serde_plain v1.0.2 |
1131 | 2024-11-26T04:40:47.334Z | Downloaded serde_path_to_error v0.1.16 |
1132 | 2024-11-26T04:40:47.334Z | Downloaded hyper v1.5.0 |
1133 | 2024-11-26T04:40:47.334Z | Downloaded console v0.15.8 |
1134 | 2024-11-26T04:40:47.334Z | Downloaded encoding_rs v0.8.34 |
1135 | 2024-11-26T04:40:47.334Z | Downloaded ciborium v0.2.2 |
1136 | 2024-11-26T04:40:47.334Z | Downloaded cc v1.1.30 |
1137 | 2024-11-26T04:40:47.334Z | Downloaded hyper-rustls v0.27.3 |
1138 | 2024-11-26T04:40:47.334Z | Downloaded internet-checksum v0.2.1 |
1139 | 2024-11-26T04:40:47.334Z | Downloaded impl-trait-for-tuples v0.2.2 |
1140 | 2024-11-26T04:40:47.334Z | Downloaded hostname v0.4.0 |
1141 | 2024-11-26T04:40:47.334Z | Downloaded const_format_proc_macros v0.2.33 |
1142 | 2024-11-26T04:40:47.334Z | Downloaded cassowary v0.3.0 |
1143 | 2024-11-26T04:40:47.334Z | Downloaded bytes v1.8.0 |
1144 | 2024-11-26T04:40:47.334Z | Downloaded kstat-rs v0.2.4 |
1145 | 2024-11-26T04:40:47.334Z | Downloaded ipnetwork v0.20.0 |
1146 | 2024-11-26T04:40:47.334Z | Downloaded instability v0.3.2 |
1147 | 2024-11-26T04:40:47.334Z | Downloaded idna_adapter v1.2.0 |
1148 | 2024-11-26T04:40:47.334Z | Downloaded cmake v0.1.51 |
1149 | 2024-11-26T04:40:47.334Z | Downloaded cbc v0.1.2 |
1150 | 2024-11-26T04:40:47.334Z | Downloaded http-range v0.1.5 |
1151 | 2024-11-26T04:40:47.334Z | Downloaded http-body v1.0.1 |
1152 | 2024-11-26T04:40:47.334Z | Downloaded cipher v0.4.4 |
1153 | 2024-11-26T04:40:47.335Z | Downloaded chacha20 v0.9.1 |
1154 | 2024-11-26T04:40:47.335Z | Downloaded castaway v0.2.3 |
1155 | 2024-11-26T04:40:47.335Z | Downloaded bitfield v0.14.0 |
1156 | 2024-11-26T04:40:47.335Z | Downloaded arrayref v0.3.9 |
1157 | 2024-11-26T04:40:47.335Z | Downloaded array-init v0.0.4 |
1158 | 2024-11-26T04:40:47.335Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1159 | 2024-11-26T04:40:47.339Z | Downloaded aws-lc-sys v0.22.0 |
1160 | 2024-11-26T04:40:47.804Z | Downloaded ring v0.17.8 |
1161 | 2024-11-26T04:40:47.976Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-11-26T04:40:48.054Z | Downloaded ring v0.16.20 |
1163 | 2024-11-26T04:40:48.230Z | Compiling serde v1.0.215 |
1164 | 2024-11-26T04:40:48.233Z | Compiling lock_api v0.4.12 |
1165 | 2024-11-26T04:40:48.233Z | Compiling scopeguard v1.2.0 |
1166 | 2024-11-26T04:40:48.233Z | Compiling value-bag v1.9.0 |
1167 | 2024-11-26T04:40:48.233Z | Compiling typenum v1.17.0 |
1168 | 2024-11-26T04:40:48.233Z | Compiling generic-array v0.14.7 |
1169 | 2024-11-26T04:40:48.435Z | Compiling syn v2.0.87 |
1170 | 2024-11-26T04:40:48.449Z | Compiling getrandom v0.2.15 |
1171 | 2024-11-26T04:40:48.577Z | Compiling subtle v2.6.1 |
1172 | 2024-11-26T04:40:48.703Z | Compiling rand_core v0.6.4 |
1173 | 2024-11-26T04:40:48.838Z | Compiling log v0.4.22 |
1174 | 2024-11-26T04:40:48.944Z | Compiling shlex v1.3.0 |
1175 | 2024-11-26T04:40:48.977Z | Compiling jobserver v0.1.32 |
1176 | 2024-11-26T04:40:48.997Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-26T04:40:49.205Z | Compiling const-oid v0.9.6 |
1178 | 2024-11-26T04:40:49.340Z | Compiling cc v1.1.30 |
1179 | 2024-11-26T04:40:49.365Z | Compiling spin v0.9.8 |
1180 | 2024-11-26T04:40:49.435Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-11-26T04:40:49.559Z | Compiling rustix v0.38.37 |
1182 | 2024-11-26T04:40:49.731Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-11-26T04:40:49.763Z | Compiling futures-core v0.3.31 |
1184 | 2024-11-26T04:40:49.912Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-11-26T04:40:50.037Z | Compiling mio v1.0.2 |
1186 | 2024-11-26T04:40:50.577Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-11-26T04:40:50.866Z | Compiling parking_lot v0.12.3 |
1188 | 2024-11-26T04:40:51.029Z | Compiling either v1.13.0 |
1189 | 2024-11-26T04:40:51.183Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-11-26T04:40:51.394Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-11-26T04:40:51.462Z | Compiling lazy_static v1.5.0 |
1192 | 2024-11-26T04:40:51.485Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-11-26T04:40:51.504Z | Compiling glob v0.3.1 |
1194 | 2024-11-26T04:40:51.590Z | Compiling futures-sink v0.3.31 |
1195 | 2024-11-26T04:40:51.609Z | Compiling socket2 v0.5.7 |
1196 | 2024-11-26T04:40:51.742Z | Compiling slab v0.4.9 |
1197 | 2024-11-26T04:40:51.815Z | Compiling prettyplease v0.2.25 |
1198 | 2024-11-26T04:40:52.197Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-11-26T04:40:52.513Z | Compiling libloading v0.8.5 |
1200 | 2024-11-26T04:40:52.552Z | Compiling clang-sys v1.8.1 |
1201 | 2024-11-26T04:40:52.645Z | Compiling nom v7.1.3 |
1202 | 2024-11-26T04:40:52.740Z | Compiling serde_json v1.0.132 |
1203 | 2024-11-26T04:40:52.951Z | Compiling bindgen v0.69.5 |
1204 | 2024-11-26T04:40:53.057Z | Compiling home v0.5.9 |
1205 | 2024-11-26T04:40:53.366Z | Compiling futures-channel v0.3.31 |
1206 | 2024-11-26T04:40:53.778Z | Compiling itertools v0.12.1 |
1207 | 2024-11-26T04:40:53.820Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-11-26T04:40:53.868Z | Compiling foldhash v0.1.3 |
1209 | 2024-11-26T04:40:54.170Z | Compiling futures-io v0.3.31 |
1210 | 2024-11-26T04:40:54.481Z | Compiling pin-utils v0.1.0 |
1211 | 2024-11-26T04:40:54.584Z | Compiling lazycell v1.3.0 |
1212 | 2024-11-26T04:40:54.633Z | Compiling rustc-hash v1.1.0 |
1213 | 2024-11-26T04:40:54.758Z | Compiling futures-task v0.3.31 |
1214 | 2024-11-26T04:40:54.791Z | Compiling hashbrown v0.15.0 |
1215 | 2024-11-26T04:40:55.104Z | Compiling regex-automata v0.4.8 |
1216 | 2024-11-26T04:40:56.215Z | Compiling synstructure v0.13.1 |
1217 | 2024-11-26T04:40:56.360Z | Compiling cexpr v0.6.0 |
1218 | 2024-11-26T04:40:56.928Z | Compiling cmake v0.1.51 |
1219 | 2024-11-26T04:40:57.945Z | Compiling libm v0.2.8 |
1220 | 2024-11-26T04:40:57.981Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2024-11-26T04:40:58.076Z | Compiling fs_extra v1.3.0 |
1222 | 2024-11-26T04:40:58.152Z | Compiling pkg-config v0.3.31 |
1223 | 2024-11-26T04:40:58.171Z | Compiling dunce v1.0.5 |
1224 | 2024-11-26T04:40:58.297Z | Compiling tinyvec v1.8.0 |
1225 | 2024-11-26T04:40:58.316Z | Compiling num-traits v0.2.19 |
1226 | 2024-11-26T04:40:58.808Z | Compiling ring v0.17.8 |
1227 | 2024-11-26T04:40:59.718Z | Compiling litemap v0.7.3 |
1228 | 2024-11-26T04:40:59.759Z | Compiling unicode-normalization v0.1.24 |
1229 | 2024-11-26T04:40:59.825Z | Compiling base64ct v1.6.0 |
1230 | 2024-11-26T04:40:59.960Z | Compiling unicode-bidi v0.3.17 |
1231 | 2024-11-26T04:41:00.052Z | Compiling writeable v0.5.5 |
1232 | 2024-11-26T04:41:00.135Z | Compiling paste v1.0.15 |
1233 | 2024-11-26T04:41:00.467Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-11-26T04:41:00.726Z | Compiling regex v1.11.1 |
1235 | 2024-11-26T04:41:01.160Z | Compiling httparse v1.9.5 |
1236 | 2024-11-26T04:41:01.297Z | Compiling flagset v0.4.6 |
1237 | 2024-11-26T04:41:01.502Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-11-26T04:41:01.903Z | Compiling tracing-core v0.1.32 |
1239 | 2024-11-26T04:41:01.992Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-11-26T04:41:02.322Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2024-11-26T04:41:02.424Z | Compiling crossbeam-utils v0.8.20 |
1242 | 2024-11-26T04:41:02.854Z | Compiling rustls-pki-types v1.9.0 |
1243 | 2024-11-26T04:41:03.006Z | Compiling powerfmt v0.2.0 |
1244 | 2024-11-26T04:41:03.047Z | Compiling serde_derive v1.0.215 |
1245 | 2024-11-26T04:41:03.242Z | Compiling zeroize_derive v1.4.2 |
1246 | 2024-11-26T04:41:03.403Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2024-11-26T04:41:03.625Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-11-26T04:41:03.939Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2024-11-26T04:41:04.786Z | Compiling zeroize v1.8.1 |
1250 | 2024-11-26T04:41:05.256Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-11-26T04:41:05.437Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-11-26T04:41:05.764Z | Compiling zerocopy v0.7.35 |
1253 | 2024-11-26T04:41:06.598Z | Compiling crypto-common v0.1.6 |
1254 | 2024-11-26T04:41:06.843Z | Compiling block-buffer v0.10.4 |
1255 | 2024-11-26T04:41:07.116Z | Compiling digest v0.10.7 |
1256 | 2024-11-26T04:41:07.395Z | Compiling futures-macro v0.3.31 |
1257 | 2024-11-26T04:41:07.583Z | Compiling hmac v0.12.1 |
1258 | 2024-11-26T04:41:07.821Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-11-26T04:41:07.861Z | Compiling block-padding v0.3.3 |
1260 | 2024-11-26T04:41:08.064Z | Compiling zerofrom v0.1.4 |
1261 | 2024-11-26T04:41:08.105Z | Compiling displaydoc v0.2.5 |
1262 | 2024-11-26T04:41:08.304Z | Compiling inout v0.1.3 |
1263 | 2024-11-26T04:41:08.323Z | Compiling yoke v0.7.4 |
1264 | 2024-11-26T04:41:08.591Z | Compiling cipher v0.4.4 |
1265 | 2024-11-26T04:41:08.696Z | Compiling sha2 v0.10.8 |
1266 | 2024-11-26T04:41:08.766Z | Compiling thiserror v1.0.69 |
1267 | 2024-11-26T04:41:08.906Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-26T04:41:09.110Z | Compiling der_derive v0.7.3 |
1269 | 2024-11-26T04:41:09.249Z | Compiling futures-util v0.3.31 |
1270 | 2024-11-26T04:41:09.756Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-11-26T04:41:09.775Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-11-26T04:41:10.416Z | Compiling tracing-attributes v0.1.27 |
1273 | 2024-11-26T04:41:10.549Z | Compiling zerovec v0.10.4 |
1274 | 2024-11-26T04:41:10.945Z | Compiling rand v0.8.5 |
1275 | 2024-11-26T04:41:11.557Z | Compiling der v0.7.9 |
1276 | 2024-11-26T04:41:12.149Z | Compiling salsa20 v0.10.2 |
1277 | 2024-11-26T04:41:12.169Z | Compiling pest v2.7.14 |
1278 | 2024-11-26T04:41:12.379Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-11-26T04:41:12.550Z | Compiling tinystr v0.7.6 |
1280 | 2024-11-26T04:41:12.905Z | Compiling icu_collections v1.5.0 |
1281 | 2024-11-26T04:41:12.992Z | Compiling icu_locid v1.5.0 |
1282 | 2024-11-26T04:41:13.161Z | Compiling num-conv v0.1.0 |
1283 | 2024-11-26T04:41:13.461Z | Compiling mirai-annotations v1.12.0 |
1284 | 2024-11-26T04:41:13.662Z | Compiling spki v0.7.3 |
1285 | 2024-11-26T04:41:14.047Z | Compiling vcpkg v0.2.15 |
1286 | 2024-11-26T04:41:14.269Z | Compiling icu_provider v1.5.0 |
1287 | 2024-11-26T04:41:14.396Z | Compiling tracing v0.1.40 |
1288 | 2024-11-26T04:41:14.923Z | Compiling untrusted v0.7.1 |
1289 | 2024-11-26T04:41:14.926Z | Compiling untrusted v0.9.0 |
1290 | 2024-11-26T04:41:15.161Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-11-26T04:41:15.181Z | Compiling icu_properties_data v1.5.0 |
1292 | 2024-11-26T04:41:15.227Z | Compiling time-core v0.1.2 |
1293 | 2024-11-26T04:41:15.398Z | Compiling time-macros v0.2.18 |
1294 | 2024-11-26T04:41:15.441Z | Compiling pest_meta v2.7.14 |
1295 | 2024-11-26T04:41:15.463Z | Compiling scrypt v0.11.0 |
1296 | 2024-11-26T04:41:15.483Z | Compiling aes v0.8.4 |
1297 | 2024-11-26T04:41:16.048Z | Compiling cbc v0.1.2 |
1298 | 2024-11-26T04:41:16.281Z | Compiling deranged v0.3.11 |
1299 | 2024-11-26T04:41:16.304Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-11-26T04:41:17.391Z | Compiling bitflags v2.6.0 |
1301 | 2024-11-26T04:41:17.467Z | Compiling bytes v1.8.0 |
1302 | 2024-11-26T04:41:18.258Z | Compiling indexmap v2.6.0 |
1303 | 2024-11-26T04:41:18.294Z | Compiling semver v1.0.23 |
1304 | 2024-11-26T04:41:18.721Z | Compiling tokio v1.40.0 |
1305 | 2024-11-26T04:41:18.790Z | Compiling http v1.1.0 |
1306 | 2024-11-26T04:41:19.072Z | Compiling rustc_version v0.4.1 |
1307 | 2024-11-26T04:41:19.226Z | Compiling icu_properties v1.5.1 |
1308 | 2024-11-26T04:41:19.755Z | Compiling scroll_derive v0.12.0 |
1309 | 2024-11-26T04:41:20.625Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-11-26T04:41:20.732Z | Compiling utf8_iter v1.0.4 |
1311 | 2024-11-26T04:41:20.987Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-11-26T04:41:21.158Z | Compiling write16 v1.0.0 |
1313 | 2024-11-26T04:41:21.179Z | Compiling num_threads v0.1.7 |
1314 | 2024-11-26T04:41:21.270Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-11-26T04:41:21.291Z | Compiling time v0.3.36 |
1316 | 2024-11-26T04:41:21.291Z | Compiling scroll v0.12.0 |
1317 | 2024-11-26T04:41:21.325Z | Compiling http-body v1.0.1 |
1318 | 2024-11-26T04:41:21.467Z | Compiling pest_generator v2.7.14 |
1319 | 2024-11-26T04:41:21.548Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-11-26T04:41:21.729Z | Compiling which v4.4.2 |
1321 | 2024-11-26T04:41:21.828Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-11-26T04:41:22.337Z | Compiling try-lock v0.2.5 |
1323 | 2024-11-26T04:41:22.491Z | Compiling slog v2.7.0 |
1324 | 2024-11-26T04:41:22.778Z | Compiling want v0.3.1 |
1325 | 2024-11-26T04:41:22.986Z | Compiling icu_normalizer v1.5.0 |
1326 | 2024-11-26T04:41:23.114Z | Compiling goblin v0.8.2 |
1327 | 2024-11-26T04:41:23.194Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-11-26T04:41:23.425Z | Compiling pest_derive v2.7.14 |
1329 | 2024-11-26T04:41:23.886Z | Compiling idna_adapter v1.2.0 |
1330 | 2024-11-26T04:41:24.118Z | Compiling httpdate v1.0.3 |
1331 | 2024-11-26T04:41:24.172Z | Compiling idna v1.0.3 |
1332 | 2024-11-26T04:41:24.212Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-11-26T04:41:24.996Z | Compiling serde_spanned v0.6.8 |
1334 | 2024-11-26T04:41:25.238Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-11-26T04:41:25.474Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-11-26T04:41:25.760Z | Compiling uuid v1.11.0 |
1337 | 2024-11-26T04:41:26.097Z | Compiling adler2 v2.0.0 |
1338 | 2024-11-26T04:41:26.117Z | Compiling rustversion v1.0.17 |
1339 | 2024-11-26T04:41:26.296Z | Compiling base64 v0.22.1 |
1340 | 2024-11-26T04:41:26.460Z | Compiling openssl v0.10.66 |
1341 | 2024-11-26T04:41:26.638Z | Compiling match_cfg v0.1.0 |
1342 | 2024-11-26T04:41:26.737Z | Compiling tower-service v0.3.3 |
1343 | 2024-11-26T04:41:26.839Z | Compiling iana-time-zone v0.1.61 |
1344 | 2024-11-26T04:41:26.869Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-11-26T04:41:26.982Z | Compiling chrono v0.4.38 |
1346 | 2024-11-26T04:41:27.003Z | Compiling foreign-types v0.3.2 |
1347 | 2024-11-26T04:41:27.023Z | Compiling hostname v0.3.1 |
1348 | 2024-11-26T04:41:27.101Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-11-26T04:41:27.143Z | Compiling url v2.5.3 |
1350 | 2024-11-26T04:41:27.277Z | Compiling tokio-util v0.7.12 |
1351 | 2024-11-26T04:41:28.656Z | Compiling h2 v0.4.6 |
1352 | 2024-11-26T04:41:28.678Z | Compiling async-trait v0.1.83 |
1353 | 2024-11-26T04:41:28.709Z | Compiling openssl-macros v0.1.1 |
1354 | 2024-11-26T04:41:29.182Z | Compiling dof v0.3.0 |
1355 | 2024-11-26T04:41:29.474Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2024-11-26T04:41:30.167Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-11-26T04:41:30.844Z | Compiling rustls v0.23.14 |
1358 | 2024-11-26T04:41:31.106Z | Compiling native-tls v0.2.12 |
1359 | 2024-11-26T04:41:31.373Z | Compiling data-encoding v2.6.0 |
1360 | 2024-11-26T04:41:31.427Z | Compiling rustls v0.22.4 |
1361 | 2024-11-26T04:41:31.451Z | Compiling siphasher v0.3.11 |
1362 | 2024-11-26T04:41:31.683Z | Compiling syn v1.0.109 |
1363 | 2024-11-26T04:41:31.823Z | Compiling dirs-next v2.0.0 |
1364 | 2024-11-26T04:41:32.383Z | Compiling http-body-util v0.1.2 |
1365 | 2024-11-26T04:41:32.911Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-26T04:41:33.433Z | Compiling heapless v0.7.17 |
1367 | 2024-11-26T04:41:33.604Z | Compiling signature v2.2.0 |
1368 | 2024-11-26T04:41:33.689Z | Compiling sha1 v0.10.6 |
1369 | 2024-11-26T04:41:33.742Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-11-26T04:41:33.850Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-11-26T04:41:33.906Z | Compiling thread_local v1.1.8 |
1372 | 2024-11-26T04:41:34.150Z | Compiling cookie v0.18.1 |
1373 | 2024-11-26T04:41:34.209Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-26T04:41:34.433Z | Compiling multer v3.1.0 |
1375 | 2024-11-26T04:41:34.454Z | Compiling unicode-properties v0.1.3 |
1376 | 2024-11-26T04:41:34.701Z | Compiling gimli v0.31.1 |
1377 | 2024-11-26T04:41:34.722Z | Compiling mime v0.3.17 |
1378 | 2024-11-26T04:41:34.815Z | Compiling schemars v0.8.21 |
1379 | 2024-11-26T04:41:35.209Z | Compiling ipnet v2.10.1 |
1380 | 2024-11-26T04:41:35.355Z | Compiling signal-hook v0.3.17 |
1381 | 2024-11-26T04:41:35.614Z | Compiling hyper v1.5.0 |
1382 | 2024-11-26T04:41:36.526Z | Compiling slog-async v2.8.0 |
1383 | 2024-11-26T04:41:36.751Z | Compiling rayon-core v1.12.1 |
1384 | 2024-11-26T04:41:37.025Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-11-26T04:41:37.143Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-11-26T04:41:37.409Z | Compiling toml_edit v0.22.22 |
1387 | 2024-11-26T04:41:38.707Z | Compiling hyper-util v0.1.10 |
1388 | 2024-11-26T04:41:39.350Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-26T04:41:39.933Z | Compiling stringprep v0.1.5 |
1390 | 2024-11-26T04:41:40.520Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-11-26T04:41:40.624Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-11-26T04:41:40.667Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-11-26T04:41:41.229Z | Compiling term v0.7.0 |
1394 | 2024-11-26T04:41:41.875Z | Compiling slog-json v2.6.1 |
1395 | 2024-11-26T04:41:41.895Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-11-26T04:41:41.931Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-26T04:41:42.196Z | Compiling curve25519-dalek v4.1.3 |
1398 | 2024-11-26T04:41:42.273Z | Compiling futures-executor v0.3.31 |
1399 | 2024-11-26T04:41:42.437Z | Compiling enum-as-inner v0.6.1 |
1400 | 2024-11-26T04:41:42.789Z | Compiling md-5 v0.10.6 |
1401 | 2024-11-26T04:41:42.810Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-11-26T04:41:42.862Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-11-26T04:41:43.045Z | Compiling num-integer v0.1.46 |
1404 | 2024-11-26T04:41:43.076Z | Compiling idna v0.3.0 |
1405 | 2024-11-26T04:41:43.140Z | Compiling idna v0.4.0 |
1406 | 2024-11-26T04:41:43.545Z | Compiling hash32 v0.2.1 |
1407 | 2024-11-26T04:41:43.780Z | Compiling ff v0.13.0 |
1408 | 2024-11-26T04:41:43.910Z | Compiling is-terminal v0.4.13 |
1409 | 2024-11-26T04:41:44.006Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-26T04:41:44.043Z | Compiling object v0.36.5 |
1411 | 2024-11-26T04:41:44.248Z | Compiling fallible-iterator v0.2.0 |
1412 | 2024-11-26T04:41:44.292Z | Compiling base16ct v0.2.0 |
1413 | 2024-11-26T04:41:44.634Z | Compiling rustc-demangle v0.1.24 |
1414 | 2024-11-26T04:41:44.761Z | Compiling smoltcp v0.9.1 |
1415 | 2024-11-26T04:41:44.836Z | Compiling dyn-clone v1.0.17 |
1416 | 2024-11-26T04:41:44.959Z | Compiling take_mut v0.2.2 |
1417 | 2024-11-26T04:41:45.098Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-11-26T04:41:45.161Z | Compiling utf-8 v0.7.6 |
1419 | 2024-11-26T04:41:45.394Z | Compiling psl-types v2.0.11 |
1420 | 2024-11-26T04:41:45.498Z | Compiling quick-error v1.2.3 |
1421 | 2024-11-26T04:41:45.540Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-11-26T04:41:45.589Z | Compiling anyhow v1.0.93 |
1423 | 2024-11-26T04:41:45.614Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-11-26T04:41:45.652Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-11-26T04:41:45.974Z | Compiling lru-cache v0.1.2 |
1426 | 2024-11-26T04:41:45.993Z | Compiling publicsuffix v2.2.3 |
1427 | 2024-11-26T04:41:46.243Z | Compiling tungstenite v0.24.0 |
1428 | 2024-11-26T04:41:46.571Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-11-26T04:41:46.675Z | Compiling sec1 v0.7.3 |
1430 | 2024-11-26T04:41:47.354Z | Compiling async-stream v0.3.6 |
1431 | 2024-11-26T04:41:47.473Z | Compiling slog-term v2.9.1 |
1432 | 2024-11-26T04:41:47.663Z | Compiling hickory-proto v0.24.1 |
1433 | 2024-11-26T04:41:47.932Z | Compiling usdt v0.5.0 |
1434 | 2024-11-26T04:41:48.449Z | Compiling group v0.13.0 |
1435 | 2024-11-26T04:41:48.744Z | Compiling num-iter v0.1.45 |
1436 | 2024-11-26T04:41:48.872Z | Compiling futures v0.3.31 |
1437 | 2024-11-26T04:41:48.926Z | Compiling slog-bunyan v2.5.0 |
1438 | 2024-11-26T04:41:49.137Z | Compiling toml v0.8.19 |
1439 | 2024-11-26T04:41:50.973Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-26T04:41:51.037Z | Compiling camino v1.1.9 |
1441 | 2024-11-26T04:41:51.252Z | Compiling phf_shared v0.11.2 |
1442 | 2024-11-26T04:41:51.513Z | Compiling backtrace v0.3.74 |
1443 | 2024-11-26T04:41:51.657Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-11-26T04:41:52.032Z | Compiling terminal_size v0.4.0 |
1445 | 2024-11-26T04:41:52.052Z | Compiling waitgroup v0.1.2 |
1446 | 2024-11-26T04:41:52.247Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-11-26T04:41:52.264Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-11-26T04:41:52.279Z | Compiling hkdf v0.12.4 |
1449 | 2024-11-26T04:41:52.554Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-11-26T04:41:53.132Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-11-26T04:41:53.350Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-11-26T04:41:55.350Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-26T04:41:55.372Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-11-26T04:41:55.665Z | Compiling idna v0.5.0 |
1455 | 2024-11-26T04:41:56.283Z | Compiling hostname v0.4.0 |
1456 | 2024-11-26T04:41:56.377Z | Compiling ahash v0.8.11 |
1457 | 2024-11-26T04:41:56.546Z | Compiling fs-err v2.11.0 |
1458 | 2024-11-26T04:41:56.729Z | Compiling crc32fast v1.4.2 |
1459 | 2024-11-26T04:41:56.774Z | Compiling winnow v0.5.40 |
1460 | 2024-11-26T04:41:56.848Z | Compiling bitflags v1.3.2 |
1461 | 2024-11-26T04:41:56.927Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-11-26T04:41:56.956Z | Compiling managed v0.8.0 |
1463 | 2024-11-26T04:41:57.047Z | Compiling console v0.15.8 |
1464 | 2024-11-26T04:41:57.076Z | Compiling flate2 v1.0.34 |
1465 | 2024-11-26T04:41:57.312Z | Compiling clap_builder v4.5.21 |
1466 | 2024-11-26T04:41:58.049Z | Compiling strum_macros v0.25.3 |
1467 | 2024-11-26T04:41:58.834Z | Compiling cookie_store v0.21.0 |
1468 | 2024-11-26T04:41:58.878Z | Compiling hubpack v0.1.2 |
1469 | 2024-11-26T04:41:59.347Z | Compiling zerocopy v0.6.6 |
1470 | 2024-11-26T04:41:59.580Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-11-26T04:42:00.271Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-26T04:42:00.448Z | Compiling hickory-resolver v0.24.1 |
1473 | 2024-11-26T04:42:00.606Z | Compiling phf v0.11.2 |
1474 | 2024-11-26T04:42:00.913Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-11-26T04:42:01.077Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-11-26T04:42:01.375Z | Compiling rayon v1.10.0 |
1477 | 2024-11-26T04:42:01.512Z | Compiling bzip2 v0.4.4 |
1478 | 2024-11-26T04:42:02.309Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-26T04:42:02.844Z | Compiling postgres-types v0.2.8 |
1480 | 2024-11-26T04:42:05.779Z | Compiling ed25519 v2.2.3 |
1481 | 2024-11-26T04:42:06.249Z | Compiling phf_shared v0.10.0 |
1482 | 2024-11-26T04:42:06.474Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-11-26T04:42:06.658Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-11-26T04:42:06.971Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-11-26T04:42:07.219Z | Compiling clap_derive v4.5.18 |
1486 | 2024-11-26T04:42:07.366Z | Compiling rfc6979 v0.4.0 |
1487 | 2024-11-26T04:42:07.564Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-26T04:42:07.582Z | Compiling derive-where v1.2.7 |
1489 | 2024-11-26T04:42:07.651Z | Compiling float-cmp v0.9.0 |
1490 | 2024-11-26T04:42:07.671Z | Compiling bstr v1.10.0 |
1491 | 2024-11-26T04:42:07.865Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-11-26T04:42:08.020Z | Compiling number_prefix v0.4.0 |
1493 | 2024-11-26T04:42:08.259Z | Compiling new_debug_unreachable v1.0.6 |
1494 | 2024-11-26T04:42:08.352Z | Compiling static_assertions v1.1.0 |
1495 | 2024-11-26T04:42:08.375Z | Compiling fixedbitset v0.4.2 |
1496 | 2024-11-26T04:42:08.454Z | Compiling unicode-segmentation v1.12.0 |
1497 | 2024-11-26T04:42:08.821Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-11-26T04:42:08.838Z | Compiling predicates-core v1.0.8 |
1499 | 2024-11-26T04:42:08.887Z | Compiling unicode-width v0.2.0 |
1500 | 2024-11-26T04:42:09.177Z | Compiling difflib v0.4.0 |
1501 | 2024-11-26T04:42:09.351Z | Compiling precomputed-hash v0.1.1 |
1502 | 2024-11-26T04:42:09.410Z | Compiling whoami v1.5.2 |
1503 | 2024-11-26T04:42:09.472Z | Compiling bit-vec v0.6.3 |
1504 | 2024-11-26T04:42:09.496Z | Compiling string_cache v0.8.7 |
1505 | 2024-11-26T04:42:09.938Z | Compiling bit-set v0.5.3 |
1506 | 2024-11-26T04:42:09.973Z | Compiling tokio-postgres v0.7.12 |
1507 | 2024-11-26T04:42:10.066Z | Compiling predicates v3.1.2 |
1508 | 2024-11-26T04:42:10.245Z | Compiling indicatif v0.17.9 |
1509 | 2024-11-26T04:42:10.894Z | Compiling similar v2.6.0 |
1510 | 2024-11-26T04:42:11.198Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2024-11-26T04:42:11.808Z | Compiling petgraph v0.6.5 |
1512 | 2024-11-26T04:42:12.430Z | Compiling clap v4.5.21 |
1513 | 2024-11-26T04:42:12.559Z | Compiling ecdsa v0.16.9 |
1514 | 2024-11-26T04:42:12.579Z | Compiling rsa v0.9.6 |
1515 | 2024-11-26T04:42:13.409Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-11-26T04:42:13.431Z | Compiling toml v0.7.8 |
1517 | 2024-11-26T04:42:14.741Z | Compiling zip v0.6.6 |
1518 | 2024-11-26T04:42:15.195Z | Compiling crossterm v0.28.1 |
1519 | 2024-11-26T04:42:16.223Z | Compiling hex v0.4.3 |
1520 | 2024-11-26T04:42:16.545Z | Compiling x509-cert v0.2.5 |
1521 | 2024-11-26T04:42:16.629Z | Compiling itertools v0.10.5 |
1522 | 2024-11-26T04:42:16.763Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-11-26T04:42:16.847Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-11-26T04:42:17.019Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-11-26T04:42:17.123Z | Compiling strum_macros v0.26.4 |
1526 | 2024-11-26T04:42:17.713Z | Compiling xattr v1.3.1 |
1527 | 2024-11-26T04:42:17.978Z | Compiling filetime v0.2.25 |
1528 | 2024-11-26T04:42:18.300Z | Compiling tar v0.4.42 |
1529 | 2024-11-26T04:42:22.231Z | Compiling strum v0.26.3 |
1530 | 2024-11-26T04:42:25.184Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-11-26T04:42:56.786Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-11-26T04:43:00.240Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-11-26T04:43:01.829Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-11-26T04:43:02.132Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-11-26T04:43:02.664Z | Compiling reqwest v0.12.9 |
1536 | 2024-11-26T04:43:04.213Z | Compiling qorb v0.2.0 |
1537 | 2024-11-26T04:43:08.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-11-26T04:43:08.826Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-11-26T04:43:14.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1540 | 2024-11-26T04:43:14.881Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.411 INFO Starting download, target: Cockroach |
1542 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.411 INFO Starting download, target: Clickhouse |
1543 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.411 INFO Starting download, target: Console |
1544 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.412 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.412 INFO Starting download, target: DendriteStub |
1546 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.412 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.412 INFO Starting download, target: TransceiverControl |
1548 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.412 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-11-26T04:43:14.961Z | Nov 26 04:43:14.412 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-11-26T04:43:14.962Z | Nov 26 04:43:14.412 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-11-26T04:43:14.962Z | Nov 26 04:43:14.412 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1552 | 2024-11-26T04:43:14.962Z | Nov 26 04:43:14.412 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2024-11-26T04:43:14.962Z | Nov 26 04:43:14.412 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-11-26T04:43:14.962Z | Nov 26 04:43:14.412 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-11-26T04:43:15.324Z | Nov 26 04:43:14.773 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-11-26T04:43:15.590Z | Nov 26 04:43:15.029 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-11-26T04:43:15.740Z | Nov 26 04:43:15.060 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2024-11-26T04:43:16.019Z | Nov 26 04:43:15.354 INFO Download complete, target: Console |
1559 | 2024-11-26T04:43:16.161Z | Nov 26 04:43:15.677 INFO Download complete, target: TransceiverControl |
1560 | 2024-11-26T04:43:16.184Z | Nov 26 04:43:15.713 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-11-26T04:43:16.379Z | Nov 26 04:43:15.916 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-11-26T04:43:16.968Z | Nov 26 04:43:16.505 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-11-26T04:43:16.968Z | Nov 26 04:43:16.505 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-11-26T04:43:17.166Z | Nov 26 04:43:16.703 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-11-26T04:43:18.873Z | Nov 26 04:43:18.409 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-26T04:43:19.045Z | Nov 26 04:43:18.581 INFO Download complete, target: DendriteStub |
1567 | 2024-11-26T04:43:23.985Z | Nov 26 04:43:23.522 INFO Checking that binary works, target: Cockroach |
1568 | 2024-11-26T04:43:24.307Z | Nov 26 04:43:23.842 INFO Download complete, target: Cockroach |
1569 | 2024-11-26T04:43:28.997Z | Nov 26 04:43:28.533 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-11-26T04:43:29.359Z | Nov 26 04:43:28.895 INFO Download complete, target: Clickhouse |
1571 | 2024-11-26T04:43:29.411Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-11-26T04:43:29.414Z | |
1573 | 2024-11-26T04:43:29.414Z | real 5:19.605057614 |
1574 | 2024-11-26T04:43:29.414Z | user 16:30.009034036 |
1575 | 2024-11-26T04:43:29.414Z | sys 3:15.554750785 |
1576 | 2024-11-26T04:43:29.414Z | trap 0.563966590 |
1577 | 2024-11-26T04:43:29.414Z | tflt 4.675381809 |
1578 | 2024-11-26T04:43:29.414Z | dflt 4.513540768 |
1579 | 2024-11-26T04:43:29.414Z | kflt 0.261284195 |
1580 | 2024-11-26T04:43:29.414Z | lock 30:04.106258045 |
1581 | 2024-11-26T04:43:29.414Z | slp 1:03:07.710481410 |
1582 | 2024-11-26T04:43:29.414Z | lat 55.316918414 |
1583 | 2024-11-26T04:43:29.414Z | stop 2:16.164477209 |
1584 | 2024-11-26T04:43:29.414Z | + banner clippy |
1585 | 2024-11-26T04:43:29.417Z | |
1586 | 2024-11-26T04:43:29.417Z | #### # # ##### ##### # # |
1587 | 2024-11-26T04:43:29.417Z | # # # # # # # # # # |
1588 | 2024-11-26T04:43:29.417Z | # # # # # # # # |
1589 | 2024-11-26T04:43:29.417Z | # # # ##### ##### # |
1590 | 2024-11-26T04:43:29.417Z | # # # # # # # |
1591 | 2024-11-26T04:43:29.417Z | #### ###### # # # # |
1592 | 2024-11-26T04:43:29.417Z | |
1593 | 2024-11-26T04:43:29.417Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-11-26T04:43:29.417Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-11-26T04:43:29.417Z | + ptime -m cargo xtask clippy |
1596 | 2024-11-26T04:43:30.011Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-11-26T04:43:33.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
1598 | 2024-11-26T04:43:33.549Z | Running `target/debug/xtask clippy` |
1599 | 2024-11-26T04:43:33.569Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1600 | 2024-11-26T04:43:34.248Z | Downloading crates ... |
1601 | 2024-11-26T04:43:34.567Z | Downloaded datatest-stable v0.2.9 |
1602 | 2024-11-26T04:43:34.570Z | Downloaded async-attributes v1.1.2 |
1603 | 2024-11-26T04:43:34.574Z | Downloaded rust-argon2 v2.1.0 |
1604 | 2024-11-26T04:43:34.576Z | Downloaded rstest v0.23.0 |
1605 | 2024-11-26T04:43:34.584Z | Downloaded anes v0.1.6 |
1606 | 2024-11-26T04:43:34.626Z | Downloaded async-task v4.7.1 |
1607 | 2024-11-26T04:43:34.633Z | Downloaded async-std v1.13.0 |
1608 | 2024-11-26T04:43:34.651Z | Downloaded async-signal v0.2.10 |
1609 | 2024-11-26T04:43:34.653Z | Downloaded async-global-executor v2.4.1 |
1610 | 2024-11-26T04:43:34.655Z | Downloaded async-executor v1.13.1 |
1611 | 2024-11-26T04:43:34.671Z | Downloaded libtest-mimic v0.7.3 |
1612 | 2024-11-26T04:43:34.673Z | Downloaded doc-comment v0.3.3 |
1613 | 2024-11-26T04:43:34.675Z | Downloaded guppy v0.17.8 |
1614 | 2024-11-26T04:43:34.679Z | Downloaded futures-timer v3.0.3 |
1615 | 2024-11-26T04:43:34.681Z | Downloaded kv-log-macro v1.0.7 |
1616 | 2024-11-26T04:43:34.683Z | Downloaded indoc v2.0.5 |
1617 | 2024-11-26T04:43:34.686Z | Downloaded httptest v0.16.1 |
1618 | 2024-11-26T04:43:34.688Z | Downloaded futures-lite v2.3.0 |
1619 | 2024-11-26T04:43:34.688Z | Downloaded cfg-expr v0.17.0 |
1620 | 2024-11-26T04:43:34.691Z | Downloaded num_cpus v1.16.0 |
1621 | 2024-11-26T04:43:34.693Z | Downloaded guppy-workspace-hack v0.1.0 |
1622 | 2024-11-26T04:43:34.695Z | Downloaded event-listener v5.3.1 |
1623 | 2024-11-26T04:43:34.698Z | Downloaded blocking v1.6.1 |
1624 | 2024-11-26T04:43:34.698Z | Downloaded oorandom v11.1.4 |
1625 | 2024-11-26T04:43:34.698Z | Downloaded concurrent-queue v2.5.0 |
1626 | 2024-11-26T04:43:34.700Z | Downloaded event-listener-strategy v0.5.2 |
1627 | 2024-11-26T04:43:34.703Z | Downloaded escape8259 v0.5.3 |
1628 | 2024-11-26T04:43:34.703Z | Downloaded event-listener v2.5.3 |
1629 | 2024-11-26T04:43:34.703Z | Downloaded async-channel v2.3.1 |
1630 | 2024-11-26T04:43:34.706Z | Downloaded async-channel v1.9.0 |
1631 | 2024-11-26T04:43:34.706Z | Downloaded assert_cmd v2.0.16 |
1632 | 2024-11-26T04:43:34.710Z | Downloaded pathdiff v0.2.2 |
1633 | 2024-11-26T04:43:34.710Z | Downloaded approx v0.5.1 |
1634 | 2024-11-26T04:43:34.712Z | Downloaded async-process v2.3.0 |
1635 | 2024-11-26T04:43:34.712Z | Downloaded async-lock v3.4.0 |
1636 | 2024-11-26T04:43:34.715Z | Downloaded async-io v2.3.4 |
1637 | 2024-11-26T04:43:34.717Z | Downloaded target-triple v0.1.3 |
1638 | 2024-11-26T04:43:34.718Z | Downloaded criterion-plot v0.5.0 |
1639 | 2024-11-26T04:43:34.720Z | Downloaded cast v0.3.0 |
1640 | 2024-11-26T04:43:34.720Z | Downloaded proc-macro-crate v3.2.0 |
1641 | 2024-11-26T04:43:34.720Z | Downloaded plotters-svg v0.3.7 |
1642 | 2024-11-26T04:43:34.725Z | Downloaded nested v0.1.1 |
1643 | 2024-11-26T04:43:34.725Z | Downloaded assert-json-diff v2.0.2 |
1644 | 2024-11-26T04:43:34.725Z | Downloaded target-spec v3.2.2 |
1645 | 2024-11-26T04:43:34.727Z | Downloaded threadpool v1.8.1 |
1646 | 2024-11-26T04:43:34.727Z | Downloaded stringmetrics v2.2.2 |
1647 | 2024-11-26T04:43:34.727Z | Downloaded serde_regex v1.1.0 |
1648 | 2024-11-26T04:43:34.730Z | Downloaded parking v2.2.1 |
1649 | 2024-11-26T04:43:34.730Z | Downloaded fancy-regex v0.13.0 |
1650 | 2024-11-26T04:43:34.732Z | Downloaded similar-asserts v1.6.0 |
1651 | 2024-11-26T04:43:34.734Z | Downloaded piper v0.2.4 |
1652 | 2024-11-26T04:43:34.736Z | Downloaded plotters-backend v0.3.7 |
1653 | 2024-11-26T04:43:34.737Z | Downloaded async-object-pool v0.1.5 |
1654 | 2024-11-26T04:43:34.739Z | Downloaded tinytemplate v1.2.1 |
1655 | 2024-11-26T04:43:34.741Z | Downloaded relative-path v1.9.3 |
1656 | 2024-11-26T04:43:34.744Z | Downloaded hyper-rustls v0.26.0 |
1657 | 2024-11-26T04:43:34.746Z | Downloaded target-lexicon v0.12.16 |
1658 | 2024-11-26T04:43:34.746Z | Downloaded criterion v0.5.1 |
1659 | 2024-11-26T04:43:34.753Z | Downloaded trybuild v1.0.101 |
1660 | 2024-11-26T04:43:34.756Z | Downloaded path-tree v0.8.1 |
1661 | 2024-11-26T04:43:34.761Z | Downloaded blake2b_simd v1.0.2 |
1662 | 2024-11-26T04:43:34.767Z | Downloaded rustls-native-certs v0.7.3 |
1663 | 2024-11-26T04:43:34.767Z | Downloaded polling v3.7.3 |
1664 | 2024-11-26T04:43:34.769Z | Downloaded partial-io v0.5.4 |
1665 | 2024-11-26T04:43:34.770Z | Downloaded yansi v1.0.1 |
1666 | 2024-11-26T04:43:34.770Z | Downloaded pretty_assertions v1.4.1 |
1667 | 2024-11-26T04:43:34.770Z | Downloaded rstest_macros v0.23.0 |
1668 | 2024-11-26T04:43:34.772Z | Downloaded rand_distr v0.4.3 |
1669 | 2024-11-26T04:43:34.776Z | Downloaded plotters v0.3.7 |
1670 | 2024-11-26T04:43:34.855Z | Downloaded httpmock v0.8.0-alpha.1 |
1671 | 2024-11-26T04:43:35.631Z | Checking cfg-if v1.0.0 |
1672 | 2024-11-26T04:43:35.708Z | Checking libc v0.2.162 |
1673 | 2024-11-26T04:43:35.730Z | Checking serde v1.0.215 |
1674 | 2024-11-26T04:43:35.752Z | Checking memchr v2.7.4 |
1675 | 2024-11-26T04:43:35.773Z | Checking value-bag v1.9.0 |
1676 | 2024-11-26T04:43:35.801Z | Checking scopeguard v1.2.0 |
1677 | 2024-11-26T04:43:35.828Z | Checking zeroize v1.8.1 |
1678 | 2024-11-26T04:43:35.857Z | Checking smallvec v1.13.2 |
1679 | 2024-11-26T04:43:35.886Z | Checking itoa v1.0.11 |
1680 | 2024-11-26T04:43:35.956Z | Checking lock_api v0.4.12 |
1681 | 2024-11-26T04:43:36.113Z | Checking byteorder v1.5.0 |
1682 | 2024-11-26T04:43:36.147Z | Checking pin-project-lite v0.2.14 |
1683 | 2024-11-26T04:43:36.164Z | Checking log v0.4.22 |
1684 | 2024-11-26T04:43:36.234Z | Checking subtle v2.6.1 |
1685 | 2024-11-26T04:43:36.276Z | Checking once_cell v1.20.2 |
1686 | 2024-11-26T04:43:36.376Z | Checking typenum v1.17.0 |
1687 | 2024-11-26T04:43:36.489Z | Checking futures-core v0.3.31 |
1688 | 2024-11-26T04:43:36.535Z | Checking thiserror v1.0.69 |
1689 | 2024-11-26T04:43:36.590Z | Checking libm v0.2.8 |
1690 | 2024-11-26T04:43:36.617Z | Checking zerocopy v0.7.35 |
1691 | 2024-11-26T04:43:36.673Z | Checking ryu v1.0.18 |
1692 | 2024-11-26T04:43:36.706Z | Checking spin v0.9.8 |
1693 | 2024-11-26T04:43:36.736Z | Checking const-oid v0.9.6 |
1694 | 2024-11-26T04:43:36.783Z | Checking getrandom v0.2.15 |
1695 | 2024-11-26T04:43:36.913Z | Checking signal-hook-registry v1.4.2 |
1696 | 2024-11-26T04:43:37.022Z | Checking rand_core v0.6.4 |
1697 | 2024-11-26T04:43:37.050Z | Checking parking_lot_core v0.9.10 |
1698 | 2024-11-26T04:43:37.171Z | Checking mio v1.0.2 |
1699 | 2024-11-26T04:43:37.353Z | Checking socket2 v0.5.7 |
1700 | 2024-11-26T04:43:37.384Z | Checking parking_lot v0.12.3 |
1701 | 2024-11-26T04:43:37.530Z | Checking num-traits v0.2.19 |
1702 | 2024-11-26T04:43:37.708Z | Checking generic-array v0.14.7 |
1703 | 2024-11-26T04:43:37.738Z | Checking futures-io v0.3.31 |
1704 | 2024-11-26T04:43:37.785Z | Checking slab v0.4.9 |
1705 | 2024-11-26T04:43:37.839Z | Checking allocator-api2 v0.2.18 |
1706 | 2024-11-26T04:43:37.932Z | Checking cpufeatures v0.2.14 |
1707 | 2024-11-26T04:43:38.041Z | Checking futures-sink v0.3.31 |
1708 | 2024-11-26T04:43:38.072Z | Checking pin-utils v0.1.0 |
1709 | 2024-11-26T04:43:38.097Z | Checking foldhash v0.1.3 |
1710 | 2024-11-26T04:43:38.171Z | Checking equivalent v1.0.1 |
1711 | 2024-11-26T04:43:38.198Z | Checking futures-channel v0.3.31 |
1712 | 2024-11-26T04:43:38.298Z | Checking futures-task v0.3.31 |
1713 | 2024-11-26T04:43:38.332Z | Checking stable_deref_trait v1.2.0 |
1714 | 2024-11-26T04:43:38.444Z | Checking hashbrown v0.15.0 |
1715 | 2024-11-26T04:43:38.471Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1716 | 2024-11-26T04:43:38.548Z | Checking fnv v1.0.7 |
1717 | 2024-11-26T04:43:38.573Z | Checking iana-time-zone v0.1.61 |
1718 | 2024-11-26T04:43:38.598Z | Checking futures-util v0.3.31 |
1719 | 2024-11-26T04:43:38.683Z | Checking ppv-lite86 v0.2.20 |
1720 | 2024-11-26T04:43:38.728Z | Checking tracing-core v0.1.32 |
1721 | 2024-11-26T04:43:38.791Z | Checking errno v0.3.9 |
1722 | 2024-11-26T04:43:38.852Z | Checking crypto-common v0.1.6 |
1723 | 2024-11-26T04:43:38.961Z | Checking block-buffer v0.10.4 |
1724 | 2024-11-26T04:43:39.047Z | Checking zerofrom v0.1.4 |
1725 | 2024-11-26T04:43:39.201Z | Checking digest v0.10.7 |
1726 | 2024-11-26T04:43:39.251Z | Checking dyn-clone v1.0.17 |
1727 | 2024-11-26T04:43:39.309Z | Checking yoke v0.7.4 |
1728 | 2024-11-26T04:43:39.404Z | Checking block-padding v0.3.3 |
1729 | 2024-11-26T04:43:39.407Z | Checking tracing v0.1.40 |
1730 | 2024-11-26T04:43:39.463Z | Checking rand_chacha v0.3.1 |
1731 | 2024-11-26T04:43:39.612Z | Checking crossbeam-utils v0.8.20 |
1732 | 2024-11-26T04:43:39.616Z | Checking inout v0.1.3 |
1733 | 2024-11-26T04:43:39.655Z | Checking percent-encoding v2.3.1 |
1734 | 2024-11-26T04:43:39.657Z | Checking zerovec v0.10.4 |
1735 | 2024-11-26T04:43:39.789Z | Checking writeable v0.5.5 |
1736 | 2024-11-26T04:43:39.844Z | Checking cipher v0.4.4 |
1737 | 2024-11-26T04:43:39.875Z | Checking litemap v0.7.3 |
1738 | 2024-11-26T04:43:39.902Z | Checking rand v0.8.5 |
1739 | 2024-11-26T04:43:40.129Z | Checking tinyvec_macros v0.1.1 |
1740 | 2024-11-26T04:43:40.227Z | Checking tinyvec v1.8.0 |
1741 | 2024-11-26T04:43:40.249Z | Checking form_urlencoded v1.2.1 |
1742 | 2024-11-26T04:43:40.252Z | Checking httparse v1.9.5 |
1743 | 2024-11-26T04:43:40.362Z | Checking regex-syntax v0.8.5 |
1744 | 2024-11-26T04:43:40.453Z | Checking icu_locid_transform_data v1.5.0 |
1745 | 2024-11-26T04:43:40.547Z | Checking bytes v1.8.0 |
1746 | 2024-11-26T04:43:40.572Z | Checking bitflags v2.6.0 |
1747 | 2024-11-26T04:43:40.694Z | Checking serde_json v1.0.132 |
1748 | 2024-11-26T04:43:40.880Z | Checking indexmap v2.6.0 |
1749 | 2024-11-26T04:43:41.260Z | Checking chrono v0.4.38 |
1750 | 2024-11-26T04:43:41.344Z | Checking tokio v1.40.0 |
1751 | 2024-11-26T04:43:41.347Z | Checking rustix v0.38.37 |
1752 | 2024-11-26T04:43:41.524Z | Checking uuid v1.11.0 |
1753 | 2024-11-26T04:43:42.187Z | Checking http v1.1.0 |
1754 | 2024-11-26T04:43:42.213Z | Checking tinystr v0.7.6 |
1755 | 2024-11-26T04:43:42.434Z | Checking atomic-waker v1.1.2 |
1756 | 2024-11-26T04:43:42.578Z | Checking base64ct v1.6.0 |
1757 | 2024-11-26T04:43:42.611Z | Checking icu_locid v1.5.0 |
1758 | 2024-11-26T04:43:43.073Z | Checking unicode-normalization v0.1.24 |
1759 | 2024-11-26T04:43:43.438Z | Checking schemars v0.8.21 |
1760 | 2024-11-26T04:43:43.577Z | Checking icu_collections v1.5.0 |
1761 | 2024-11-26T04:43:43.653Z | Checking hmac v0.12.1 |
1762 | 2024-11-26T04:43:43.679Z | Checking icu_provider v1.5.0 |
1763 | 2024-11-26T04:43:43.729Z | Checking untrusted v0.9.0 |
1764 | 2024-11-26T04:43:43.867Z | Checking icu_properties_data v1.5.0 |
1765 | 2024-11-26T04:43:43.892Z | Checking ring v0.17.8 |
1766 | 2024-11-26T04:43:43.993Z | Checking sha2 v0.10.8 |
1767 | 2024-11-26T04:43:44.133Z | Checking aho-corasick v1.1.3 |
1768 | 2024-11-26T04:43:44.247Z | Checking unicode-ident v1.0.13 |
1769 | 2024-11-26T04:43:44.375Z | Checking icu_locid_transform v1.5.0 |
1770 | 2024-11-26T04:43:44.435Z | Checking unicode-bidi v0.3.17 |
1771 | 2024-11-26T04:43:44.580Z | Checking write16 v1.0.0 |
1772 | 2024-11-26T04:43:44.717Z | Checking utf8_iter v1.0.4 |
1773 | 2024-11-26T04:43:44.842Z | Checking utf16_iter v1.0.5 |
1774 | 2024-11-26T04:43:44.909Z | Checking icu_normalizer_data v1.5.0 |
1775 | 2024-11-26T04:43:45.014Z | Checking lazy_static v1.5.0 |
1776 | 2024-11-26T04:43:45.016Z | Checking powerfmt v0.2.0 |
1777 | 2024-11-26T04:43:45.071Z | Checking adler2 v2.0.0 |
1778 | 2024-11-26T04:43:45.122Z | Checking num-conv v0.1.0 |
1779 | 2024-11-26T04:43:45.149Z | Checking time-core v0.1.2 |
1780 | 2024-11-26T04:43:45.219Z | Checking miniz_oxide v0.8.0 |
1781 | 2024-11-26T04:43:45.307Z | Checking num_threads v0.1.7 |
1782 | 2024-11-26T04:43:45.309Z | Checking deranged v0.3.11 |
1783 | 2024-11-26T04:43:45.363Z | Checking icu_properties v1.5.1 |
1784 | 2024-11-26T04:43:45.389Z | Checking rustls-pki-types v1.9.0 |
1785 | 2024-11-26T04:43:45.417Z | Checking proc-macro2 v1.0.89 |
1786 | 2024-11-26T04:43:45.736Z | Checking pem-rfc7468 v0.7.0 |
1787 | 2024-11-26T04:43:45.816Z | Checking regex-automata v0.4.8 |
1788 | 2024-11-26T04:43:45.966Z | Checking untrusted v0.7.1 |
1789 | 2024-11-26T04:43:45.968Z | Checking http-body v1.0.1 |
1790 | 2024-11-26T04:43:46.015Z | Checking aws-lc-sys v0.22.0 |
1791 | 2024-11-26T04:43:46.105Z | Checking quote v1.0.37 |
1792 | 2024-11-26T04:43:46.131Z | Checking try-lock v0.2.5 |
1793 | 2024-11-26T04:43:46.190Z | Checking mirai-annotations v1.12.0 |
1794 | 2024-11-26T04:43:46.278Z | Checking httpdate v1.0.3 |
1795 | 2024-11-26T04:43:46.375Z | Checking base64 v0.22.1 |
1796 | 2024-11-26T04:43:46.454Z | Checking syn v2.0.87 |
1797 | 2024-11-26T04:43:46.525Z | Checking want v0.3.1 |
1798 | 2024-11-26T04:43:46.717Z | Checking flagset v0.4.6 |
1799 | 2024-11-26T04:43:46.889Z | Checking pbkdf2 v0.12.2 |
1800 | 2024-11-26T04:43:46.915Z | Checking der v0.7.9 |
1801 | 2024-11-26T04:43:47.054Z | Checking aes v0.8.4 |
1802 | 2024-11-26T04:43:47.080Z | Checking time v0.3.36 |
1803 | 2024-11-26T04:43:48.028Z | Checking cbc v0.1.2 |
1804 | 2024-11-26T04:43:48.230Z | Checking salsa20 v0.10.2 |
1805 | 2024-11-26T04:43:48.463Z | Checking ahash v0.8.11 |
1806 | 2024-11-26T04:43:48.518Z | Checking tokio-util v0.7.12 |
1807 | 2024-11-26T04:43:48.565Z | Checking aws-lc-rs v1.10.0 |
1808 | 2024-11-26T04:43:48.752Z | Checking icu_normalizer v1.5.0 |
1809 | 2024-11-26T04:43:48.861Z | Checking spki v0.7.3 |
1810 | 2024-11-26T04:43:49.011Z | Checking slog v2.7.0 |
1811 | 2024-11-26T04:43:49.148Z | Checking tower-service v0.3.3 |
1812 | 2024-11-26T04:43:49.285Z | Checking scrypt v0.11.0 |
1813 | 2024-11-26T04:43:49.481Z | Checking h2 v0.4.6 |
1814 | 2024-11-26T04:43:49.514Z | Checking mime v0.3.17 |
1815 | 2024-11-26T04:43:49.541Z | Checking gimli v0.31.1 |
1816 | 2024-11-26T04:43:49.568Z | Checking idna_adapter v1.2.0 |
1817 | 2024-11-26T04:43:49.652Z | Checking pkcs5 v0.7.1 |
1818 | 2024-11-26T04:43:49.762Z | Checking idna v1.0.3 |
1819 | 2024-11-26T04:43:49.847Z | Checking object v0.36.5 |
1820 | 2024-11-26T04:43:50.164Z | Checking utf8parse v0.2.2 |
1821 | 2024-11-26T04:43:50.276Z | Checking url v2.5.3 |
1822 | 2024-11-26T04:43:50.318Z | Checking rustc-demangle v0.1.24 |
1823 | 2024-11-26T04:43:50.472Z | Checking rustls-webpki v0.102.8 |
1824 | 2024-11-26T04:43:50.475Z | Checking regex v1.11.1 |
1825 | 2024-11-26T04:43:50.743Z | Checking pkcs8 v0.10.2 |
1826 | 2024-11-26T04:43:51.064Z | Checking http-body-util v0.1.2 |
1827 | 2024-11-26T04:43:51.127Z | Checking futures-executor v0.3.31 |
1828 | 2024-11-26T04:43:51.150Z | Checking toml_datetime v0.6.8 |
1829 | 2024-11-26T04:43:51.287Z | Checking serde_spanned v0.6.8 |
1830 | 2024-11-26T04:43:51.349Z | Checking unicode-width v0.1.14 |
1831 | 2024-11-26T04:43:51.425Z | Checking ipnet v2.10.1 |
1832 | 2024-11-26T04:43:51.484Z | Checking data-encoding v2.6.0 |
1833 | 2024-11-26T04:43:51.525Z | Checking futures v0.3.31 |
1834 | 2024-11-26T04:43:51.639Z | Checking rustls-pemfile v2.2.0 |
1835 | 2024-11-26T04:43:51.839Z | Checking anstyle v1.0.10 |
1836 | 2024-11-26T04:43:51.873Z | Checking openssl-probe v0.1.5 |
1837 | 2024-11-26T04:43:51.908Z | Checking foreign-types-shared v0.1.1 |
1838 | 2024-11-26T04:43:52.021Z | Checking foreign-types v0.3.2 |
1839 | 2024-11-26T04:43:52.046Z | Checking semver v1.0.23 |
1840 | 2024-11-26T04:43:52.118Z | Checking serde_urlencoded v0.7.1 |
1841 | 2024-11-26T04:43:52.186Z | Checking sha1 v0.10.6 |
1842 | 2024-11-26T04:43:52.215Z | Checking openssl-sys v0.9.103 |
1843 | 2024-11-26T04:43:52.455Z | Checking encoding_rs v0.8.34 |
1844 | 2024-11-26T04:43:52.483Z | Checking rustls v0.23.14 |
1845 | 2024-11-26T04:43:52.562Z | Checking anstyle-parse v0.2.5 |
1846 | 2024-11-26T04:43:52.823Z | Checking camino v1.1.9 |
1847 | 2024-11-26T04:43:52.922Z | Checking winnow v0.6.20 |
1848 | 2024-11-26T04:43:53.409Z | Checking anstyle-query v1.1.1 |
1849 | 2024-11-26T04:43:53.581Z | Checking either v1.13.0 |
1850 | 2024-11-26T04:43:53.605Z | Checking addr2line v0.24.2 |
1851 | 2024-11-26T04:43:53.605Z | Checking openssl v0.10.66 |
1852 | 2024-11-26T04:43:53.952Z | Checking is_terminal_polyfill v1.70.1 |
1853 | 2024-11-26T04:43:54.105Z | Checking colorchoice v1.0.2 |
1854 | 2024-11-26T04:43:54.192Z | Checking idna v0.3.0 |
1855 | 2024-11-26T04:43:54.304Z | Checking anstream v0.6.15 |
1856 | 2024-11-26T04:43:54.588Z | Checking terminal_size v0.4.0 |
1857 | 2024-11-26T04:43:54.756Z | Checking openapiv3 v2.0.0 |
1858 | 2024-11-26T04:43:54.803Z | Checking signature v2.2.0 |
1859 | 2024-11-26T04:43:54.983Z | Checking clap_lex v0.7.2 |
1860 | 2024-11-26T04:43:55.016Z | Checking psl-types v2.0.11 |
1861 | 2024-11-26T04:43:55.202Z | Checking strsim v0.11.1 |
1862 | 2024-11-26T04:43:55.237Z | Checking publicsuffix v2.2.3 |
1863 | 2024-11-26T04:43:55.477Z | Checking cookie v0.18.1 |
1864 | 2024-11-26T04:43:55.480Z | Checking clap_builder v4.5.21 |
1865 | 2024-11-26T04:43:55.523Z | Checking hyper v1.5.0 |
1866 | 2024-11-26T04:43:55.969Z | Checking webpki-roots v0.26.6 |
1867 | 2024-11-26T04:43:55.995Z | Checking idna v0.5.0 |
1868 | 2024-11-26T04:43:56.176Z | Checking is-terminal v0.4.13 |
1869 | 2024-11-26T04:43:56.300Z | Checking backtrace v0.3.74 |
1870 | 2024-11-26T04:43:56.322Z | Checking scroll v0.12.0 |
1871 | 2024-11-26T04:43:56.800Z | Checking plain v0.2.3 |
1872 | 2024-11-26T04:43:56.850Z | Checking ucd-trie v0.1.7 |
1873 | 2024-11-26T04:43:56.876Z | Checking anyhow v1.0.93 |
1874 | 2024-11-26T04:43:56.950Z | Checking goblin v0.8.2 |
1875 | 2024-11-26T04:43:57.050Z | Checking pest v2.7.14 |
1876 | 2024-11-26T04:43:57.262Z | Checking cookie_store v0.21.0 |
1877 | 2024-11-26T04:43:57.558Z | Checking hyper-util v0.1.10 |
1878 | 2024-11-26T04:43:57.866Z | Checking tokio-rustls v0.26.0 |
1879 | 2024-11-26T04:43:57.931Z | Checking sync_wrapper v1.0.1 |
1880 | 2024-11-26T04:43:58.081Z | Checking base16ct v0.2.0 |
1881 | 2024-11-26T04:43:58.107Z | Checking pretty-hex v0.4.1 |
1882 | 2024-11-26T04:43:58.250Z | Checking num-integer v0.1.46 |
1883 | 2024-11-26T04:43:58.281Z | Checking sec1 v0.7.3 |
1884 | 2024-11-26T04:43:58.285Z | Checking ff v0.13.0 |
1885 | 2024-11-26T04:43:58.507Z | Checking thread-id v4.2.2 |
1886 | 2024-11-26T04:43:58.533Z | Checking clap v4.5.21 |
1887 | 2024-11-26T04:43:58.628Z | Checking group v0.13.0 |
1888 | 2024-11-26T04:43:58.655Z | Checking toml_edit v0.22.22 |
1889 | 2024-11-26T04:43:58.678Z | Checking hkdf v0.12.4 |
1890 | 2024-11-26T04:43:58.755Z | Checking crypto-bigint v0.5.5 |
1891 | 2024-11-26T04:43:58.891Z | Checking dirs-sys-next v0.1.2 |
1892 | 2024-11-26T04:43:58.894Z | Checking memmap v0.7.0 |
1893 | 2024-11-26T04:43:58.939Z | Checking native-tls v0.2.12 |
1894 | 2024-11-26T04:43:59.077Z | Checking crc32fast v1.4.2 |
1895 | 2024-11-26T04:43:59.125Z | Checking static_assertions v1.1.0 |
1896 | 2024-11-26T04:43:59.244Z | Checking utf-8 v0.7.6 |
1897 | 2024-11-26T04:43:59.274Z | Checking tokio-native-tls v0.3.1 |
1898 | 2024-11-26T04:43:59.323Z | Checking bitflags v1.3.2 |
1899 | 2024-11-26T04:43:59.436Z | Checking dirs-next v2.0.0 |
1900 | 2024-11-26T04:43:59.462Z | Checking crossbeam-channel v0.5.13 |
1901 | 2024-11-26T04:43:59.506Z | Checking hyper-rustls v0.27.3 |
1902 | 2024-11-26T04:43:59.553Z | Checking dtrace-parser v0.2.0 |
1903 | 2024-11-26T04:43:59.556Z | Checking hyper-tls v0.6.0 |
1904 | 2024-11-26T04:43:59.589Z | Checking thread_local v1.1.8 |
1905 | 2024-11-26T04:43:59.850Z | Checking unicode-segmentation v1.12.0 |
1906 | 2024-11-26T04:43:59.873Z | Checking term v0.7.0 |
1907 | 2024-11-26T04:43:59.941Z | Checking reqwest v0.12.9 |
1908 | 2024-11-26T04:44:00.051Z | Checking num-iter v0.1.45 |
1909 | 2024-11-26T04:44:00.178Z | Checking crossbeam-epoch v0.9.18 |
1910 | 2024-11-26T04:44:00.225Z | Checking match_cfg v0.1.0 |
1911 | 2024-11-26T04:44:00.290Z | Checking take_mut v0.2.2 |
1912 | 2024-11-26T04:44:00.318Z | Checking hostname v0.3.1 |
1913 | 2024-11-26T04:44:00.449Z | Checking slog-async v2.8.0 |
1914 | 2024-11-26T04:44:00.471Z | Checking slog-term v2.9.1 |
1915 | 2024-11-26T04:44:00.526Z | Checking bstr v1.10.0 |
1916 | 2024-11-26T04:44:00.623Z | Checking rfc6979 v0.4.0 |
1917 | 2024-11-26T04:44:00.733Z | Checking hex v0.4.3 |
1918 | 2024-11-26T04:44:00.799Z | Checking winnow v0.5.40 |
1919 | 2024-11-26T04:44:00.961Z | Checking managed v0.8.0 |
1920 | 2024-11-26T04:44:01.259Z | Checking crossbeam-deque v0.8.5 |
1921 | 2024-11-26T04:44:01.280Z | Checking toml v0.8.19 |
1922 | 2024-11-26T04:44:01.335Z | Checking num-bigint-dig v0.8.4 |
1923 | 2024-11-26T04:44:01.439Z | Checking flate2 v1.0.34 |
1924 | 2024-11-26T04:44:01.566Z | Checking rustls v0.22.4 |
1925 | 2024-11-26T04:44:01.591Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-11-26T04:44:01.795Z | Checking pkcs1 v0.7.5 |
1927 | 2024-11-26T04:44:01.830Z | Checking dof v0.3.0 |
1928 | 2024-11-26T04:44:02.015Z | Checking curve25519-dalek v4.1.3 |
1929 | 2024-11-26T04:44:02.096Z | Checking zerocopy v0.6.6 |
1930 | 2024-11-26T04:44:02.187Z | Checking siphasher v0.3.11 |
1931 | 2024-11-26T04:44:02.267Z | Checking ecdsa v0.16.9 |
1932 | 2024-11-26T04:44:02.424Z | Checking usdt-impl v0.5.0 |
1933 | 2024-11-26T04:44:02.495Z | Checking rayon-core v1.12.1 |
1934 | 2024-11-26T04:44:02.910Z | Checking ed25519 v2.2.3 |
1935 | 2024-11-26T04:44:02.965Z | Checking slog-json v2.6.1 |
1936 | 2024-11-26T04:44:02.990Z | Checking usdt v0.5.0 |
1937 | 2024-11-26T04:44:03.179Z | Checking signal-hook v0.3.17 |
1938 | 2024-11-26T04:44:03.214Z | Checking debug-ignore v1.0.5 |
1939 | 2024-11-26T04:44:03.217Z | Checking quick-error v1.2.3 |
1940 | 2024-11-26T04:44:03.260Z | Checking slog-bunyan v2.5.0 |
1941 | 2024-11-26T04:44:03.362Z | Checking multer v3.1.0 |
1942 | 2024-11-26T04:44:03.385Z | Checking itertools v0.10.5 |
1943 | 2024-11-26T04:44:03.433Z | Checking x509-cert v0.2.5 |
1944 | 2024-11-26T04:44:03.482Z | Checking rsa v0.9.6 |
1945 | 2024-11-26T04:44:03.508Z | Checking idna v0.4.0 |
1946 | 2024-11-26T04:44:03.738Z | Checking waitgroup v0.1.2 |
1947 | 2024-11-26T04:44:03.798Z | Checking toml_edit v0.19.15 |
1948 | 2024-11-26T04:44:03.888Z | Checking serde_path_to_error v0.1.16 |
1949 | 2024-11-26T04:44:03.891Z | Checking ed25519-dalek v2.1.1 |
1950 | 2024-11-26T04:44:04.343Z | Checking hubpack v0.1.2 |
1951 | 2024-11-26T04:44:04.370Z | Checking bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-11-26T04:44:04.501Z | Checking async-stream v0.3.6 |
1953 | 2024-11-26T04:44:04.536Z | Checking hostname v0.4.0 |
1954 | 2024-11-26T04:44:04.562Z | Checking bit-vec v0.6.3 |
1955 | 2024-11-26T04:44:04.676Z | Checking bzip2 v0.4.4 |
1956 | 2024-11-26T04:44:04.679Z | Checking hickory-proto v0.24.1 |
1957 | 2024-11-26T04:44:04.714Z | Checking signal-hook-mio v0.2.4 |
1958 | 2024-11-26T04:44:04.862Z | Checking console v0.15.8 |
1959 | 2024-11-26T04:44:04.888Z | Checking bit-set v0.5.3 |
1960 | 2024-11-26T04:44:04.951Z | Checking hash32 v0.2.1 |
1961 | 2024-11-26T04:44:05.044Z | Checking predicates-core v1.0.8 |
1962 | 2024-11-26T04:44:05.152Z | Checking linked-hash-map v0.5.6 |
1963 | 2024-11-26T04:44:05.235Z | Checking tokio-rustls v0.25.0 |
1964 | 2024-11-26T04:44:05.238Z | Checking unicode-properties v0.1.3 |
1965 | 2024-11-26T04:44:05.238Z | Checking heapless v0.7.17 |
1966 | 2024-11-26T04:44:05.423Z | Checking crossterm v0.28.1 |
1967 | 2024-11-26T04:44:05.496Z | Checking lru-cache v0.1.2 |
1968 | 2024-11-26T04:44:05.597Z | Checking dropshot v0.12.0 |
1969 | 2024-11-26T04:44:05.626Z | Checking stringprep v0.1.5 |
1970 | 2024-11-26T04:44:05.656Z | Checking rayon v1.10.0 |
1971 | 2024-11-26T04:44:05.684Z | Checking phf_shared v0.11.2 |
1972 | 2024-11-26T04:44:05.894Z | Checking similar v2.6.0 |
1973 | 2024-11-26T04:44:05.970Z | Checking tokio-stream v0.1.16 |
1974 | 2024-11-26T04:44:06.272Z | Checking toml v0.7.8 |
1975 | 2024-11-26T04:44:06.289Z | Checking md-5 v0.10.6 |
1976 | 2024-11-26T04:44:06.521Z | Checking float-cmp v0.9.0 |
1977 | 2024-11-26T04:44:06.720Z | Checking fixedbitset v0.4.2 |
1978 | 2024-11-26T04:44:06.798Z | Checking difflib v0.4.0 |
1979 | 2024-11-26T04:44:06.847Z | Checking fallible-iterator v0.2.0 |
1980 | 2024-11-26T04:44:07.002Z | Checking normalize-line-endings v0.3.0 |
1981 | 2024-11-26T04:44:07.028Z | Checking petgraph v0.6.5 |
1982 | 2024-11-26T04:44:07.121Z | Checking smoltcp v0.9.1 |
1983 | 2024-11-26T04:44:07.155Z | Checking predicates v3.1.2 |
1984 | 2024-11-26T04:44:07.241Z | Checking phf v0.11.2 |
1985 | 2024-11-26T04:44:07.486Z | Checking postgres-protocol v0.6.7 |
1986 | 2024-11-26T04:44:07.533Z | Checking zip v0.6.6 |
1987 | 2024-11-26T04:44:07.826Z | Checking resolv-conf v0.7.0 |
1988 | 2024-11-26T04:44:08.161Z | Checking phf_shared v0.10.0 |
1989 | 2024-11-26T04:44:08.189Z | Checking tungstenite v0.24.0 |
1990 | 2024-11-26T04:44:08.229Z | Checking fs-err v2.11.0 |
1991 | 2024-11-26T04:44:08.447Z | Checking serde-big-array v0.5.1 |
1992 | 2024-11-26T04:44:08.598Z | Checking portable-atomic v1.9.0 |
1993 | 2024-11-26T04:44:08.664Z | Checking number_prefix v0.4.0 |
1994 | 2024-11-26T04:44:08.804Z | Checking lalrpop-util v0.19.12 |
1995 | 2024-11-26T04:44:08.859Z | Checking new_debug_unreachable v1.0.6 |
1996 | 2024-11-26T04:44:08.957Z | Checking precomputed-hash v0.1.1 |
1997 | 2024-11-26T04:44:09.082Z | Checking minimal-lexical v0.2.1 |
1998 | 2024-11-26T04:44:09.102Z | Checking unicode-width v0.2.0 |
1999 | 2024-11-26T04:44:09.165Z | Checking tokio-tungstenite v0.24.0 |
2000 | 2024-11-26T04:44:09.338Z | Checking string_cache v0.8.7 |
2001 | 2024-11-26T04:44:09.364Z | Checking hickory-resolver v0.24.1 |
2002 | 2024-11-26T04:44:09.436Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2003 | 2024-11-26T04:44:09.466Z | Checking nom v7.1.3 |
2004 | 2024-11-26T04:44:09.609Z | Checking postgres-types v0.2.8 |
2005 | 2024-11-26T04:44:09.612Z | Checking itertools v0.12.1 |
2006 | 2024-11-26T04:44:09.654Z | Checking indicatif v0.17.9 |
2007 | 2024-11-26T04:44:09.657Z | Checking whoami v1.5.2 |
2008 | 2024-11-26T04:44:09.975Z | Checking peg-runtime v0.8.3 |
2009 | 2024-11-26T04:44:10.318Z | Checking tokio-postgres v0.7.12 |
2010 | 2024-11-26T04:44:10.348Z | Compiling hashbrown v0.14.5 |
2011 | 2024-11-26T04:44:10.351Z | Compiling ident_case v1.0.1 |
2012 | 2024-11-26T04:44:10.453Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-11-26T04:44:10.567Z | Compiling darling_core v0.20.10 |
2014 | 2024-11-26T04:44:10.969Z | Checking qorb v0.2.0 |
2015 | 2024-11-26T04:44:11.795Z | Compiling regress v0.10.1 |
2016 | 2024-11-26T04:44:12.220Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-11-26T04:44:12.381Z | Checking heck v0.5.0 |
2018 | 2024-11-26T04:44:12.578Z | Checking progenitor-client v0.8.0 |
2019 | 2024-11-26T04:44:12.967Z | Checking fastrand v2.1.1 |
2020 | 2024-11-26T04:44:13.320Z | Compiling newtype-uuid v1.1.3 |
2021 | 2024-11-26T04:44:13.494Z | Checking ipnetwork v0.20.0 |
2022 | 2024-11-26T04:44:13.533Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-11-26T04:44:13.636Z | Checking strum v0.26.3 |
2024 | 2024-11-26T04:44:13.794Z | Compiling dropshot v0.13.0 |
2025 | 2024-11-26T04:44:13.877Z | Checking macaddr v1.0.1 |
2026 | 2024-11-26T04:44:14.174Z | Compiling dropshot_endpoint v0.13.0 |
2027 | 2024-11-26T04:44:14.242Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-11-26T04:44:15.038Z | Checking tempfile v3.13.0 |
2029 | 2024-11-26T04:44:15.250Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-11-26T04:44:15.420Z | Checking instant v0.1.13 |
2031 | 2024-11-26T04:44:15.550Z | Compiling typify-impl v0.2.0 |
2032 | 2024-11-26T04:44:15.613Z | Checking regress v0.9.1 |
2033 | 2024-11-26T04:44:16.552Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2034 | 2024-11-26T04:44:16.577Z | Compiling structmeta v0.3.0 |
2035 | 2024-11-26T04:44:16.801Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2036 | 2024-11-26T04:44:17.039Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-11-26T04:44:17.218Z | Checking backoff v0.4.0 |
2038 | 2024-11-26T04:44:17.344Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-11-26T04:44:17.431Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2040 | 2024-11-26T04:44:17.498Z | Checking wait-timeout v0.2.0 |
2041 | 2024-11-26T04:44:17.548Z | Compiling darling_macro v0.20.10 |
2042 | 2024-11-26T04:44:17.602Z | Checking rand_xorshift v0.3.0 |
2043 | 2024-11-26T04:44:17.688Z | Checking rusty-fork v0.3.0 |
2044 | 2024-11-26T04:44:17.792Z | Checking unarray v0.1.4 |
2045 | 2024-11-26T04:44:17.959Z | Compiling structmeta-derive v0.2.0 |
2046 | 2024-11-26T04:44:17.994Z | Checking proptest v1.5.0 |
2047 | 2024-11-26T04:44:18.534Z | Compiling darling v0.20.10 |
2048 | 2024-11-26T04:44:18.654Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-11-26T04:44:19.141Z | Checking camino-tempfile v1.1.1 |
2050 | 2024-11-26T04:44:19.477Z | Compiling proc-macro-error v1.0.4 |
2051 | 2024-11-26T04:44:19.727Z | Compiling proc-macro-crate v1.3.1 |
2052 | 2024-11-26T04:44:20.203Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2024-11-26T04:44:20.591Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2024-11-26T04:44:20.887Z | Compiling num_enum_derive v0.5.11 |
2055 | 2024-11-26T04:44:20.919Z | Compiling foreign-types-macros v0.2.3 |
2056 | 2024-11-26T04:44:20.943Z | Compiling structmeta v0.2.0 |
2057 | 2024-11-26T04:44:21.361Z | Compiling test-strategy v0.3.1 |
2058 | 2024-11-26T04:44:21.556Z | Checking serde_with v3.11.0 |
2059 | 2024-11-26T04:44:21.759Z | Checking parse-display v0.10.0 |
2060 | 2024-11-26T04:44:22.013Z | Checking foreign-types-shared v0.3.1 |
2061 | 2024-11-26T04:44:22.257Z | Checking foreign-types v0.5.0 |
2062 | 2024-11-26T04:44:22.380Z | Checking tabwriter v1.4.0 |
2063 | 2024-11-26T04:44:22.479Z | Checking cstr-argument v0.1.2 |
2064 | 2024-11-26T04:44:22.620Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2065 | 2024-11-26T04:44:22.676Z | Checking pretty-hex v0.2.1 |
2066 | 2024-11-26T04:44:22.767Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2067 | 2024-11-26T04:44:22.852Z | Checking colored v2.1.0 |
2068 | 2024-11-26T04:44:23.094Z | Checking smf v0.2.3 |
2069 | 2024-11-26T04:44:23.124Z | Compiling zerocopy v0.8.10 |
2070 | 2024-11-26T04:44:23.149Z | Checking base64 v0.21.7 |
2071 | 2024-11-26T04:44:23.444Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2072 | 2024-11-26T04:44:23.528Z | Checking num_enum v0.5.11 |
2073 | 2024-11-26T04:44:23.558Z | Compiling crucible-workspace-hack v0.1.0 |
2074 | 2024-11-26T04:44:23.603Z | Compiling itertools v0.13.0 |
2075 | 2024-11-26T04:44:23.628Z | Compiling zerocopy-derive v0.8.10 |
2076 | 2024-11-26T04:44:23.680Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2077 | 2024-11-26T04:44:23.855Z | Compiling heapless v0.8.0 |
2078 | 2024-11-26T04:44:23.958Z | Checking termtree v0.4.1 |
2079 | 2024-11-26T04:44:24.179Z | Checking predicates-tree v1.0.11 |
2080 | 2024-11-26T04:44:24.267Z | Checking hash32 v0.3.1 |
2081 | 2024-11-26T04:44:24.380Z | Compiling smoltcp v0.11.0 |
2082 | 2024-11-26T04:44:24.472Z | Checking cobs v0.2.3 |
2083 | 2024-11-26T04:44:24.670Z | Checking postcard v1.0.10 |
2084 | 2024-11-26T04:44:25.044Z | Checking sigpipe v0.1.3 |
2085 | 2024-11-26T04:44:25.167Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2086 | 2024-11-26T04:44:25.212Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2087 | 2024-11-26T04:44:25.274Z | Checking atomicwrites v0.4.4 |
2088 | 2024-11-26T04:44:25.332Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2089 | 2024-11-26T04:44:25.368Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-11-26T04:44:25.482Z | Compiling mockall_derive v0.13.0 |
2091 | 2024-11-26T04:44:25.518Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2092 | 2024-11-26T04:44:25.676Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2093 | 2024-11-26T04:44:25.917Z | Compiling zone_cfg_derive v0.3.0 |
2094 | 2024-11-26T04:44:26.239Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2095 | 2024-11-26T04:44:26.637Z | Compiling num-derive v0.4.2 |
2096 | 2024-11-26T04:44:26.915Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2097 | 2024-11-26T04:44:27.357Z | Checking fragile v2.0.0 |
2098 | 2024-11-26T04:44:27.634Z | Checking downcast v0.11.0 |
2099 | 2024-11-26T04:44:27.794Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2100 | 2024-11-26T04:44:27.845Z | Checking zone v0.3.0 |
2101 | 2024-11-26T04:44:28.108Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2102 | 2024-11-26T04:44:28.390Z | Compiling convert_case v0.4.0 |
2103 | 2024-11-26T04:44:28.595Z | Checking newline-converter v0.3.0 |
2104 | 2024-11-26T04:44:28.763Z | Checking expectorate v1.1.0 |
2105 | 2024-11-26T04:44:28.930Z | Checking tungstenite v0.21.0 |
2106 | 2024-11-26T04:44:29.048Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2107 | 2024-11-26T04:44:29.396Z | Compiling derive_more v0.99.18 |
2108 | 2024-11-26T04:44:29.566Z | Checking same-file v1.0.6 |
2109 | 2024-11-26T04:44:29.750Z | Checking walkdir v2.5.0 |
2110 | 2024-11-26T04:44:29.942Z | Checking tokio-tungstenite v0.21.0 |
2111 | 2024-11-26T04:44:29.976Z | Checking arc-swap v1.7.1 |
2112 | 2024-11-26T04:44:30.057Z | Checking xattr v1.3.1 |
2113 | 2024-11-26T04:44:30.273Z | Checking filetime v0.2.25 |
2114 | 2024-11-26T04:44:30.416Z | Checking slog-scope v4.4.0 |
2115 | 2024-11-26T04:44:30.473Z | Checking num-rational v0.4.2 |
2116 | 2024-11-26T04:44:30.498Z | Checking tar v0.4.42 |
2117 | 2024-11-26T04:44:30.622Z | Checking slog-stdlog v4.1.1 |
2118 | 2024-11-26T04:44:30.799Z | Checking slog-envlogger v2.2.0 |
2119 | 2024-11-26T04:44:31.028Z | Checking num-complex v0.4.6 |
2120 | 2024-11-26T04:44:31.147Z | Checking float-ord v0.3.2 |
2121 | 2024-11-26T04:44:31.300Z | Checking swrite v0.1.0 |
2122 | 2024-11-26T04:44:31.341Z | Compiling cancel-safe-futures v0.1.5 |
2123 | 2024-11-26T04:44:31.415Z | Compiling owo-colors v4.1.0 |
2124 | 2024-11-26T04:44:31.418Z | Checking libsw v3.3.1 |
2125 | 2024-11-26T04:44:31.731Z | Checking pem v3.0.4 |
2126 | 2024-11-26T04:44:31.888Z | Checking num v0.4.3 |
2127 | 2024-11-26T04:44:31.999Z | Checking password-hash v0.5.0 |
2128 | 2024-11-26T04:44:32.024Z | Checking blake2 v0.10.6 |
2129 | 2024-11-26T04:44:32.203Z | Checking linear-map v1.2.0 |
2130 | 2024-11-26T04:44:32.486Z | Checking indent_write v2.2.0 |
2131 | 2024-11-26T04:44:32.509Z | Checking argon2 v0.5.3 |
2132 | 2024-11-26T04:44:32.538Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2133 | 2024-11-26T04:44:32.902Z | Compiling lzma-sys v0.1.20 |
2134 | 2024-11-26T04:44:33.218Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2135 | 2024-11-26T04:44:33.239Z | Checking headers-core v0.3.0 |
2136 | 2024-11-26T04:44:33.377Z | Compiling heck v0.3.3 |
2137 | 2024-11-26T04:44:33.559Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2138 | 2024-11-26T04:44:33.650Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2139 | 2024-11-26T04:44:33.810Z | Compiling zone_cfg_derive v0.1.2 |
2140 | 2024-11-26T04:44:33.869Z | Checking headers v0.4.0 |
2141 | 2024-11-26T04:44:33.903Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2142 | 2024-11-26T04:44:33.981Z | Checking mockall v0.13.0 |
2143 | 2024-11-26T04:44:34.142Z | Compiling typify-macro v0.2.0 |
2144 | 2024-11-26T04:44:34.172Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2145 | 2024-11-26T04:44:34.204Z | Checking yasna v0.5.2 |
2146 | 2024-11-26T04:44:34.263Z | Checking base64 v0.13.1 |
2147 | 2024-11-26T04:44:34.703Z | Checking highway v1.2.0 |
2148 | 2024-11-26T04:44:34.986Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2149 | 2024-11-26T04:44:35.040Z | Checking ron v0.7.1 |
2150 | 2024-11-26T04:44:35.132Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2151 | 2024-11-26T04:44:35.170Z | Checking rcgen v0.12.1 |
2152 | 2024-11-26T04:44:35.354Z | Checking zone v0.1.8 |
2153 | 2024-11-26T04:44:35.643Z | Checking xz2 v0.1.7 |
2154 | 2024-11-26T04:44:35.935Z | Checking subprocess v0.2.9 |
2155 | 2024-11-26T04:44:36.062Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2156 | 2024-11-26T04:44:36.217Z | Checking humantime v2.1.0 |
2157 | 2024-11-26T04:44:36.529Z | Compiling semver v0.1.20 |
2158 | 2024-11-26T04:44:36.551Z | Checking half v2.4.1 |
2159 | 2024-11-26T04:44:37.011Z | Compiling rustc_version v0.1.7 |
2160 | 2024-11-26T04:44:37.144Z | Checking ciborium-io v0.2.2 |
2161 | 2024-11-26T04:44:37.169Z | Checking prettyplease v0.2.25 |
2162 | 2024-11-26T04:44:37.247Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2163 | 2024-11-26T04:44:37.281Z | Checking ciborium-ll v0.2.2 |
2164 | 2024-11-26T04:44:37.514Z | Compiling newtype_derive v0.1.6 |
2165 | 2024-11-26T04:44:37.595Z | Checking ciborium v0.2.2 |
2166 | 2024-11-26T04:44:38.446Z | Compiling typify v0.2.0 |
2167 | 2024-11-26T04:44:38.588Z | Compiling progenitor-impl v0.8.0 |
2168 | 2024-11-26T04:44:38.656Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2169 | 2024-11-26T04:44:40.530Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2170 | 2024-11-26T04:44:40.672Z | Checking steno v0.4.1 |
2171 | 2024-11-26T04:44:40.698Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2172 | 2024-11-26T04:44:40.857Z | Checking display-error-chain v0.2.2 |
2173 | 2024-11-26T04:44:41.031Z | Compiling slog-dtrace v0.3.0 |
2174 | 2024-11-26T04:44:41.066Z | Checking gethostname v0.5.0 |
2175 | 2024-11-26T04:44:41.198Z | Checking nibble_vec v0.1.0 |
2176 | 2024-11-26T04:44:41.402Z | Compiling ring v0.16.20 |
2177 | 2024-11-26T04:44:41.811Z | Compiling blake3 v1.5.4 |
2178 | 2024-11-26T04:44:41.941Z | Checking keccak v0.1.5 |
2179 | 2024-11-26T04:44:42.281Z | Checking endian-type v0.1.2 |
2180 | 2024-11-26T04:44:42.489Z | Checking radix_trie v0.2.1 |
2181 | 2024-11-26T04:44:42.575Z | Checking sha3 v0.10.8 |
2182 | 2024-11-26T04:44:42.890Z | Checking universal-hash v0.5.1 |
2183 | 2024-11-26T04:44:42.946Z | Checking secrecy v0.8.0 |
2184 | 2024-11-26T04:44:42.987Z | Checking opaque-debug v0.3.1 |
2185 | 2024-11-26T04:44:43.064Z | Checking aead v0.5.2 |
2186 | 2024-11-26T04:44:43.088Z | Checking poly1305 v0.8.0 |
2187 | 2024-11-26T04:44:43.136Z | Checking chacha20 v0.9.1 |
2188 | 2024-11-26T04:44:43.507Z | Compiling memmap2 v0.9.5 |
2189 | 2024-11-26T04:44:43.578Z | Compiling constant_time_eq v0.3.1 |
2190 | 2024-11-26T04:44:43.766Z | Compiling arrayref v0.3.9 |
2191 | 2024-11-26T04:44:43.882Z | Compiling arrayvec v0.7.6 |
2192 | 2024-11-26T04:44:43.952Z | Compiling spin v0.5.2 |
2193 | 2024-11-26T04:44:43.975Z | Compiling toolchain_find v0.4.0 |
2194 | 2024-11-26T04:44:44.192Z | Compiling thiserror-impl-no-std v2.0.2 |
2195 | 2024-11-26T04:44:44.253Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2196 | 2024-11-26T04:44:44.545Z | Compiling topological-sort v0.2.2 |
2197 | 2024-11-26T04:44:44.710Z | Compiling rustfmt-wrapper v0.2.1 |
2198 | 2024-11-26T04:44:44.739Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2199 | 2024-11-26T04:44:44.977Z | Checking chacha20poly1305 v0.10.1 |
2200 | 2024-11-26T04:44:45.081Z | Compiling async-recursion v1.1.1 |
2201 | 2024-11-26T04:44:45.168Z | Checking fxhash v0.2.1 |
2202 | 2024-11-26T04:44:45.263Z | Checking termcolor v1.4.1 |
2203 | 2024-11-26T04:44:45.359Z | Compiling radium v0.7.0 |
2204 | 2024-11-26T04:44:45.608Z | Checking maplit v1.0.2 |
2205 | 2024-11-26T04:44:45.731Z | Checking tap v1.0.1 |
2206 | 2024-11-26T04:44:45.733Z | Compiling maybe-uninit v2.0.0 |
2207 | 2024-11-26T04:44:45.900Z | Checking wyz v0.5.1 |
2208 | 2024-11-26T04:44:46.284Z | Checking crc-catalog v2.4.0 |
2209 | 2024-11-26T04:44:46.328Z | Checking home v0.5.9 |
2210 | 2024-11-26T04:44:46.380Z | Compiling packed_struct v0.10.1 |
2211 | 2024-11-26T04:44:46.428Z | Checking funty v2.0.0 |
2212 | 2024-11-26T04:44:46.471Z | Checking crc v3.2.1 |
2213 | 2024-11-26T04:44:46.752Z | Compiling progenitor-macro v0.8.0 |
2214 | 2024-11-26T04:44:46.877Z | Compiling const_format_proc_macros v0.2.33 |
2215 | 2024-11-26T04:44:46.906Z | Checking kstat-rs v0.2.4 |
2216 | 2024-11-26T04:44:46.927Z | Compiling packed_struct_codegen v0.10.1 |
2217 | 2024-11-26T04:44:47.248Z | Compiling omicron-zone-package v0.11.1 |
2218 | 2024-11-26T04:44:47.359Z | Checking bitvec v1.0.1 |
2219 | 2024-11-26T04:44:47.507Z | Checking thiserror-no-std v2.0.2 |
2220 | 2024-11-26T04:44:47.627Z | Checking vsss-rs v3.3.4 |
2221 | 2024-11-26T04:44:48.245Z | Compiling vte_generate_state_changes v0.1.2 |
2222 | 2024-11-26T04:44:48.789Z | Compiling indexmap v1.9.3 |
2223 | 2024-11-26T04:44:48.911Z | Compiling libefi-sys v0.1.0 |
2224 | 2024-11-26T04:44:49.068Z | Checking nodrop v0.1.14 |
2225 | 2024-11-26T04:44:49.124Z | Checking const_format v0.2.33 |
2226 | 2024-11-26T04:44:49.197Z | Checking array-init v0.0.4 |
2227 | 2024-11-26T04:44:49.237Z | Checking vte v0.11.1 |
2228 | 2024-11-26T04:44:49.681Z | Checking smallvec v0.6.14 |
2229 | 2024-11-26T04:44:49.786Z | Checking fd-lock v4.0.2 |
2230 | 2024-11-26T04:44:49.999Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2231 | 2024-11-26T04:44:50.098Z | Compiling bitfield-struct v0.6.2 |
2232 | 2024-11-26T04:44:50.203Z | Checking hashbrown v0.12.3 |
2233 | 2024-11-26T04:44:50.396Z | Checking bitfield v0.14.0 |
2234 | 2024-11-26T04:44:50.712Z | Checking strip-ansi-escapes v0.2.0 |
2235 | 2024-11-26T04:44:50.786Z | Checking serde-hex v0.1.0 |
2236 | 2024-11-26T04:44:50.913Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2237 | 2024-11-26T04:44:51.181Z | Checking env_logger v0.10.2 |
2238 | 2024-11-26T04:44:51.275Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2239 | 2024-11-26T04:44:51.550Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2240 | 2024-11-26T04:44:51.595Z | Checking ron v0.8.1 |
2241 | 2024-11-26T04:44:51.617Z | Checking hashbrown v0.13.2 |
2242 | 2024-11-26T04:44:51.971Z | Checking nu-ansi-term v0.50.1 |
2243 | 2024-11-26T04:44:52.167Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2244 | 2024-11-26T04:44:52.302Z | Checking crc-any v2.5.0 |
2245 | 2024-11-26T04:44:52.400Z | Checking reedline v0.35.0 |
2246 | 2024-11-26T04:44:52.705Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2247 | 2024-11-26T04:44:52.738Z | Checking object v0.30.4 |
2248 | 2024-11-26T04:44:52.913Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2249 | 2024-11-26T04:44:53.199Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2250 | 2024-11-26T04:44:53.419Z | Checking path-slash v0.1.5 |
2251 | 2024-11-26T04:44:53.446Z | Compiling parking_lot_core v0.8.6 |
2252 | 2024-11-26T04:44:53.577Z | Compiling phf_generator v0.11.2 |
2253 | 2024-11-26T04:44:53.659Z | Checking glob v0.3.1 |
2254 | 2024-11-26T04:44:53.773Z | Checking bytecount v0.6.8 |
2255 | 2024-11-26T04:44:53.956Z | Checking papergrid v0.11.0 |
2256 | 2024-11-26T04:44:53.975Z | Compiling phf_codegen v0.11.2 |
2257 | 2024-11-26T04:44:54.203Z | Compiling tabled_derive v0.7.0 |
2258 | 2024-11-26T04:44:54.223Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2259 | 2024-11-26T04:44:54.302Z | Checking parking_lot v0.11.2 |
2260 | 2024-11-26T04:44:54.691Z | Compiling parse-zoneinfo v0.3.1 |
2261 | 2024-11-26T04:44:54.743Z | Compiling cfg_aliases v0.1.1 |
2262 | 2024-11-26T04:44:54.856Z | Compiling nix v0.28.0 |
2263 | 2024-11-26T04:44:55.245Z | Checking sled v0.34.7 |
2264 | 2024-11-26T04:44:55.503Z | Compiling chrono-tz-build v0.4.0 |
2265 | 2024-11-26T04:44:55.697Z | Checking hickory-client v0.24.1 |
2266 | 2024-11-26T04:44:56.412Z | Checking hickory-server v0.24.1 |
2267 | 2024-11-26T04:44:56.803Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2268 | 2024-11-26T04:44:56.840Z | Checking tabled v0.15.0 |
2269 | 2024-11-26T04:44:57.074Z | Compiling chrono-tz v0.10.0 |
2270 | 2024-11-26T04:44:57.762Z | Compiling buf-list v1.0.3 |
2271 | 2024-11-26T04:44:58.471Z | Compiling peg-macros v0.8.4 |
2272 | 2024-11-26T04:44:58.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2273 | 2024-11-26T04:44:59.099Z | Compiling sqlparser_derive v0.2.2 |
2274 | 2024-11-26T04:44:59.267Z | Checking unicode_categories v0.1.1 |
2275 | 2024-11-26T04:44:59.601Z | Checking sqlformat v0.2.6 |
2276 | 2024-11-26T04:45:00.196Z | Checking sqlparser v0.45.0 |
2277 | 2024-11-26T04:45:00.579Z | Checking bcs v0.1.6 |
2278 | 2024-11-26T04:45:00.767Z | Checking rustyline v14.0.0 |
2279 | 2024-11-26T04:45:01.038Z | Checking primeorder v0.13.6 |
2280 | 2024-11-26T04:45:01.665Z | Compiling unicase v2.7.0 |
2281 | 2024-11-26T04:45:01.980Z | Checking progenitor v0.8.0 |
2282 | 2024-11-26T04:45:02.243Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2283 | 2024-11-26T04:45:02.338Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2284 | 2024-11-26T04:45:02.398Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2285 | 2024-11-26T04:45:04.167Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2286 | 2024-11-26T04:45:05.556Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2287 | 2024-11-26T04:45:06.879Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2288 | 2024-11-26T04:45:07.447Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2289 | 2024-11-26T04:45:09.420Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2024-11-26T04:45:09.698Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2291 | 2024-11-26T04:45:10.038Z | Checking peg v0.8.4 |
2292 | 2024-11-26T04:45:10.157Z | Checking nanorand v0.7.0 |
2293 | 2024-11-26T04:45:10.532Z | Checking flume v0.11.1 |
2294 | 2024-11-26T04:45:10.556Z | Checking atty v0.2.14 |
2295 | 2024-11-26T04:45:10.699Z | Compiling salty v0.3.0 |
2296 | 2024-11-26T04:45:10.962Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2297 | 2024-11-26T04:45:11.191Z | Checking p384 v0.13.0 |
2298 | 2024-11-26T04:45:11.507Z | Compiling mime_guess v2.0.5 |
2299 | 2024-11-26T04:45:11.687Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2300 | 2024-11-26T04:45:12.134Z | Checking env_filter v0.1.2 |
2301 | 2024-11-26T04:45:12.292Z | Checking http-range v0.1.5 |
2302 | 2024-11-26T04:45:12.325Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2303 | 2024-11-26T04:45:12.380Z | Checking env_logger v0.11.5 |
2304 | 2024-11-26T04:45:12.497Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2305 | 2024-11-26T04:45:12.644Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2306 | 2024-11-26T04:45:12.727Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2307 | 2024-11-26T04:45:12.897Z | Compiling dsl_auto_type v0.1.2 |
2308 | 2024-11-26T04:45:12.968Z | Checking scheduled-thread-pool v0.2.7 |
2309 | 2024-11-26T04:45:12.991Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2310 | 2024-11-26T04:45:13.223Z | Compiling diesel_table_macro_syntax v0.2.0 |
2311 | 2024-11-26T04:45:13.267Z | Compiling crunchy v0.2.2 |
2312 | 2024-11-26T04:45:13.494Z | Checking hyper-staticfile v0.10.1 |
2313 | 2024-11-26T04:45:13.654Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2314 | 2024-11-26T04:45:13.836Z | Checking r2d2 v0.8.10 |
2315 | 2024-11-26T04:45:13.975Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2316 | 2024-11-26T04:45:14.030Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2317 | 2024-11-26T04:45:14.177Z | Compiling tiny-keccak v2.0.2 |
2318 | 2024-11-26T04:45:14.665Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2319 | 2024-11-26T04:45:14.718Z | Compiling diesel_derives v2.2.3 |
2320 | 2024-11-26T04:45:14.741Z | Compiling pin-project-internal v1.1.6 |
2321 | 2024-11-26T04:45:14.922Z | Compiling ref-cast v1.0.23 |
2322 | 2024-11-26T04:45:16.291Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2323 | 2024-11-26T04:45:16.315Z | Compiling ascii-canvas v3.0.0 |
2324 | 2024-11-26T04:45:16.588Z | Compiling ena v0.14.3 |
2325 | 2024-11-26T04:45:16.881Z | Compiling ref-cast-impl v1.0.23 |
2326 | 2024-11-26T04:45:16.988Z | Compiling diff v0.1.13 |
2327 | 2024-11-26T04:45:17.670Z | Compiling regex-syntax v0.6.29 |
2328 | 2024-11-26T04:45:17.967Z | Checking pin-project v1.1.6 |
2329 | 2024-11-26T04:45:18.136Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2330 | 2024-11-26T04:45:18.293Z | Checking signal-hook-tokio v0.3.1 |
2331 | 2024-11-26T04:45:18.317Z | Compiling snafu-derive v0.8.5 |
2332 | 2024-11-26T04:45:18.490Z | Checking simd-adler32 v0.3.7 |
2333 | 2024-11-26T04:45:18.822Z | Checking bumpalo v3.16.0 |
2334 | 2024-11-26T04:45:19.149Z | Compiling zip v2.1.3 |
2335 | 2024-11-26T04:45:19.538Z | Checking lockfree-object-pool v0.1.6 |
2336 | 2024-11-26T04:45:19.794Z | Checking zopfli v0.8.1 |
2337 | 2024-11-26T04:45:20.589Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2338 | 2024-11-26T04:45:20.881Z | Compiling derive_builder_core v0.20.2 |
2339 | 2024-11-26T04:45:22.385Z | Compiling lalrpop v0.19.12 |
2340 | 2024-11-26T04:45:23.342Z | Checking globset v0.4.15 |
2341 | 2024-11-26T04:45:23.674Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2342 | 2024-11-26T04:45:23.854Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2343 | 2024-11-26T04:45:24.045Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2344 | 2024-11-26T04:45:27.378Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2345 | 2024-11-26T04:45:27.437Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2346 | 2024-11-26T04:45:28.707Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2347 | 2024-11-26T04:45:29.068Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2348 | 2024-11-26T04:45:29.627Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2349 | 2024-11-26T04:45:29.710Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2350 | 2024-11-26T04:45:30.175Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2351 | 2024-11-26T04:45:31.135Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2352 | 2024-11-26T04:45:31.157Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2353 | 2024-11-26T04:45:31.234Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2354 | 2024-11-26T04:45:31.933Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2355 | 2024-11-26T04:45:31.988Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2356 | 2024-11-26T04:45:32.358Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2357 | 2024-11-26T04:45:32.576Z | Checking diesel v2.2.4 |
2358 | 2024-11-26T04:45:32.940Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2359 | 2024-11-26T04:45:33.362Z | Checking snafu v0.8.5 |
2360 | 2024-11-26T04:45:33.870Z | Checking olpc-cjson v0.1.4 |
2361 | 2024-11-26T04:45:34.100Z | Checking serde_plain v1.0.2 |
2362 | 2024-11-26T04:45:34.372Z | Compiling libxml v0.3.3 |
2363 | 2024-11-26T04:45:34.741Z | Compiling memoffset v0.9.1 |
2364 | 2024-11-26T04:45:35.056Z | Checking typed-path v0.9.3 |
2365 | 2024-11-26T04:45:36.568Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2366 | 2024-11-26T04:45:36.689Z | Compiling derive_builder_macro v0.20.2 |
2367 | 2024-11-26T04:45:37.211Z | Checking tough v0.19.0 |
2368 | 2024-11-26T04:45:37.582Z | Checking tungstenite v0.23.0 |
2369 | 2024-11-26T04:45:37.636Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2370 | 2024-11-26T04:45:37.995Z | Compiling strum_macros v0.24.3 |
2371 | 2024-11-26T04:45:38.088Z | Compiling samael v0.0.17 |
2372 | 2024-11-26T04:45:38.543Z | Checking parse-size v1.1.0 |
2373 | 2024-11-26T04:45:38.742Z | Compiling indoc v1.0.9 |
2374 | 2024-11-26T04:45:39.768Z | Checking tokio-tungstenite v0.23.1 |
2375 | 2024-11-26T04:45:40.281Z | Checking derive_builder v0.20.2 |
2376 | 2024-11-26T04:45:41.906Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2377 | 2024-11-26T04:45:42.092Z | Checking quick-xml v0.33.0 |
2378 | 2024-11-26T04:45:42.188Z | Compiling impl-trait-for-tuples v0.2.2 |
2379 | 2024-11-26T04:45:42.206Z | Compiling oso-derive v0.27.3 |
2380 | 2024-11-26T04:45:42.336Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2381 | 2024-11-26T04:45:42.399Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2382 | 2024-11-26T04:45:42.616Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2383 | 2024-11-26T04:45:42.644Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2384 | 2024-11-26T04:45:43.101Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-11-26T04:45:43.374Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2386 | 2024-11-26T04:45:44.406Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2387 | 2024-11-26T04:45:45.209Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2388 | 2024-11-26T04:45:45.892Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2389 | 2024-11-26T04:45:46.505Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2390 | 2024-11-26T04:45:47.918Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2391 | 2024-11-26T04:45:49.797Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2024-11-26T04:45:50.760Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2393 | 2024-11-26T04:45:53.106Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2394 | 2024-11-26T04:45:53.607Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2395 | 2024-11-26T04:45:53.961Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2396 | 2024-11-26T04:45:54.956Z | Checking nix v0.27.1 |
2397 | 2024-11-26T04:45:55.403Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2398 | 2024-11-26T04:45:55.787Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2399 | 2024-11-26T04:45:56.060Z | Compiling diesel-dtrace v0.3.0 |
2400 | 2024-11-26T04:45:56.446Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2401 | 2024-11-26T04:45:56.831Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2402 | 2024-11-26T04:45:57.132Z | Checking bb8 v0.8.5 |
2403 | 2024-11-26T04:45:57.257Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2404 | 2024-11-26T04:45:57.631Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2405 | 2024-11-26T04:45:58.441Z | Checking heck v0.4.1 |
2406 | 2024-11-26T04:45:58.512Z | Checking rand_seeder v0.3.0 |
2407 | 2024-11-26T04:45:58.535Z | Checking assert_matches v1.5.0 |
2408 | 2024-11-26T04:45:58.638Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2409 | 2024-11-26T04:45:58.664Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-11-26T04:45:58.755Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2411 | 2024-11-26T04:45:59.042Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2412 | 2024-11-26T04:45:59.322Z | Compiling libz-sys v1.1.20 |
2413 | 2024-11-26T04:45:59.375Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2414 | 2024-11-26T04:45:59.920Z | Checking is_ci v1.2.0 |
2415 | 2024-11-26T04:46:00.074Z | Checking supports-color v3.0.1 |
2416 | 2024-11-26T04:46:00.154Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2417 | 2024-11-26T04:46:00.470Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2418 | 2024-11-26T04:46:00.639Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2419 | 2024-11-26T04:46:00.773Z | Compiling vergen v8.3.2 |
2420 | 2024-11-26T04:46:01.064Z | Compiling cargo-platform v0.1.8 |
2421 | 2024-11-26T04:46:01.222Z | Checking unicode-linebreak v0.1.5 |
2422 | 2024-11-26T04:46:01.650Z | Checking smawk v0.3.2 |
2423 | 2024-11-26T04:46:01.672Z | Compiling cargo_metadata v0.18.1 |
2424 | 2024-11-26T04:46:01.874Z | Checking textwrap v0.16.1 |
2425 | 2024-11-26T04:46:02.243Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2426 | 2024-11-26T04:46:02.514Z | Checking castaway v0.2.3 |
2427 | 2024-11-26T04:46:02.605Z | Compiling libsqlite3-sys v0.30.1 |
2428 | 2024-11-26T04:46:02.685Z | Compiling rustls v0.21.12 |
2429 | 2024-11-26T04:46:02.862Z | Compiling cfg_aliases v0.2.1 |
2430 | 2024-11-26T04:46:02.961Z | Checking compact_str v0.8.0 |
2431 | 2024-11-26T04:46:02.985Z | Compiling nix v0.29.0 |
2432 | 2024-11-26T04:46:03.885Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-11-26T04:46:03.923Z | Checking unicode-truncate v1.1.0 |
2434 | 2024-11-26T04:46:04.123Z | Checking sct v0.7.1 |
2435 | 2024-11-26T04:46:04.163Z | Checking rustls-webpki v0.101.7 |
2436 | 2024-11-26T04:46:04.366Z | Checking lru v0.12.5 |
2437 | 2024-11-26T04:46:04.682Z | Compiling instability v0.3.2 |
2438 | 2024-11-26T04:46:04.817Z | Checking cassowary v0.3.0 |
2439 | 2024-11-26T04:46:05.429Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-11-26T04:46:05.640Z | Checking hashlink v0.9.1 |
2441 | 2024-11-26T04:46:05.708Z | Checking concurrent-queue v2.5.0 |
2442 | 2024-11-26T04:46:05.732Z | Checking ratatui v0.28.1 |
2443 | 2024-11-26T04:46:06.053Z | Checking plotters-backend v0.3.7 |
2444 | 2024-11-26T04:46:06.276Z | Checking fallible-iterator v0.3.0 |
2445 | 2024-11-26T04:46:06.430Z | Checking fallible-streaming-iterator v0.1.9 |
2446 | 2024-11-26T04:46:06.683Z | Checking parking v2.2.1 |
2447 | 2024-11-26T04:46:06.868Z | Checking plotters-svg v0.3.7 |
2448 | 2024-11-26T04:46:06.947Z | Checking rusqlite v0.32.1 |
2449 | 2024-11-26T04:46:07.661Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2450 | 2024-11-26T04:46:08.115Z | Checking tokio-rustls v0.24.1 |
2451 | 2024-11-26T04:46:08.307Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2452 | 2024-11-26T04:46:08.452Z | Checking async-bb8-diesel v0.2.1 |
2453 | 2024-11-26T04:46:08.509Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2454 | 2024-11-26T04:46:08.616Z | Checking rustls-pemfile v1.0.4 |
2455 | 2024-11-26T04:46:08.740Z | Checking twox-hash v1.6.3 |
2456 | 2024-11-26T04:46:08.795Z | Checking cast v0.3.0 |
2457 | 2024-11-26T04:46:08.841Z | Checking plotters v0.3.7 |
2458 | 2024-11-26T04:46:09.123Z | Checking criterion-plot v0.5.0 |
2459 | 2024-11-26T04:46:09.143Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-11-26T04:46:09.246Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2461 | 2024-11-26T04:46:09.615Z | Checking fatfs v0.3.6 |
2462 | 2024-11-26T04:46:09.638Z | Checking tinytemplate v1.2.1 |
2463 | 2024-11-26T04:46:10.058Z | Checking csv-core v0.1.11 |
2464 | 2024-11-26T04:46:10.419Z | Checking hex-literal v0.4.1 |
2465 | 2024-11-26T04:46:10.556Z | Checking oorandom v11.1.4 |
2466 | 2024-11-26T04:46:10.636Z | Checking shell-words v1.1.0 |
2467 | 2024-11-26T04:46:10.686Z | Checking anes v0.1.6 |
2468 | 2024-11-26T04:46:10.725Z | Checking csv v1.3.0 |
2469 | 2024-11-26T04:46:10.809Z | Checking event-listener v5.3.1 |
2470 | 2024-11-26T04:46:10.896Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2471 | 2024-11-26T04:46:11.077Z | Checking criterion v0.5.1 |
2472 | 2024-11-26T04:46:11.235Z | Checking rtoolbox v0.0.2 |
2473 | 2024-11-26T04:46:11.439Z | Checking rpassword v7.3.1 |
2474 | 2024-11-26T04:46:11.527Z | Checking event-listener-strategy v0.5.2 |
2475 | 2024-11-26T04:46:11.590Z | Checking tui-tree-widget v0.22.0 |
2476 | 2024-11-26T04:46:11.726Z | Checking polyval v0.6.2 |
2477 | 2024-11-26T04:46:11.895Z | Checking futures-lite v2.3.0 |
2478 | 2024-11-26T04:46:11.984Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2479 | 2024-11-26T04:46:13.408Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2480 | 2024-11-26T04:46:13.817Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2481 | 2024-11-26T04:46:14.555Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2482 | 2024-11-26T04:46:14.660Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2483 | 2024-11-26T04:46:17.045Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2484 | 2024-11-26T04:46:17.085Z | Checking ghash v0.5.1 |
2485 | 2024-11-26T04:46:17.264Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2486 | 2024-11-26T04:46:18.490Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2487 | 2024-11-26T04:46:18.782Z | Checking ctr v0.9.2 |
2488 | 2024-11-26T04:46:19.008Z | Checking yansi v1.0.1 |
2489 | 2024-11-26T04:46:19.452Z | Checking aes-gcm v0.10.3 |
2490 | 2024-11-26T04:46:19.518Z | Checking pretty_assertions v1.4.1 |
2491 | 2024-11-26T04:46:19.566Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2492 | 2024-11-26T04:46:19.709Z | Checking ssh-encoding v0.2.0 |
2493 | 2024-11-26T04:46:19.732Z | Checking blowfish v0.9.1 |
2494 | 2024-11-26T04:46:19.974Z | Checking bcrypt-pbkdf v0.10.0 |
2495 | 2024-11-26T04:46:20.031Z | Checking ssh-cipher v0.2.0 |
2496 | 2024-11-26T04:46:20.224Z | Checking async-lock v3.4.0 |
2497 | 2024-11-26T04:46:20.289Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2498 | 2024-11-26T04:46:21.048Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2499 | 2024-11-26T04:46:21.290Z | Checking polling v3.7.3 |
2500 | 2024-11-26T04:46:21.665Z | Checking password-hash v0.4.2 |
2501 | 2024-11-26T04:46:22.039Z | Checking matches v0.1.10 |
2502 | 2024-11-26T04:46:22.142Z | Checking idna v0.2.3 |
2503 | 2024-11-26T04:46:22.480Z | Checking pbkdf2 v0.11.0 |
2504 | 2024-11-26T04:46:22.758Z | Checking async-io v2.3.4 |
2505 | 2024-11-26T04:46:22.958Z | Checking ssh-key v0.6.6 |
2506 | 2024-11-26T04:46:23.768Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2507 | 2024-11-26T04:46:24.463Z | Checking p256 v0.13.2 |
2508 | 2024-11-26T04:46:24.680Z | Checking p521 v0.13.3 |
2509 | 2024-11-26T04:46:24.952Z | Compiling enum-as-inner v0.5.1 |
2510 | 2024-11-26T04:46:25.427Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2024-11-26T04:46:25.971Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-11-26T04:46:26.105Z | Checking russh-cryptovec v0.7.3 |
2513 | 2024-11-26T04:46:26.332Z | Compiling doc-comment v0.3.3 |
2514 | 2024-11-26T04:46:26.732Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-11-26T04:46:26.923Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2516 | 2024-11-26T04:46:26.980Z | Checking md5 v0.7.0 |
2517 | 2024-11-26T04:46:27.231Z | Checking async-task v4.7.1 |
2518 | 2024-11-26T04:46:27.618Z | Compiling target-lexicon v0.12.16 |
2519 | 2024-11-26T04:46:28.716Z | Checking russh-keys v0.45.0 |
2520 | 2024-11-26T04:46:29.167Z | Checking trust-dns-proto v0.22.0 |
2521 | 2024-11-26T04:46:30.096Z | Checking async-channel v2.3.1 |
2522 | 2024-11-26T04:46:30.449Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2523 | 2024-11-26T04:46:31.821Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2524 | 2024-11-26T04:46:32.333Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2024-11-26T04:46:32.924Z | Checking piper v0.2.4 |
2526 | 2024-11-26T04:46:32.949Z | Checking num-bigint v0.4.6 |
2527 | 2024-11-26T04:46:33.156Z | Checking des v0.8.1 |
2528 | 2024-11-26T04:46:33.221Z | Compiling guppy-workspace-hack v0.1.0 |
2529 | 2024-11-26T04:46:33.438Z | Compiling dhcproto-macros v0.1.0 |
2530 | 2024-11-26T04:46:33.493Z | Checking futures-timer v3.0.3 |
2531 | 2024-11-26T04:46:33.815Z | Compiling assert_cmd v2.0.16 |
2532 | 2024-11-26T04:46:34.334Z | Checking blocking v1.6.1 |
2533 | 2024-11-26T04:46:34.431Z | Checking dhcproto v0.12.0 |
2534 | 2024-11-26T04:46:35.265Z | Checking async-executor v1.13.1 |
2535 | 2024-11-26T04:46:35.454Z | Checking russh v0.45.0 |
2536 | 2024-11-26T04:46:35.623Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2537 | 2024-11-26T04:46:35.971Z | Checking async-signal v0.2.10 |
2538 | 2024-11-26T04:46:36.262Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2539 | 2024-11-26T04:46:36.573Z | Checking internet-checksum v0.2.1 |
2540 | 2024-11-26T04:46:36.640Z | Checking event-listener v2.5.3 |
2541 | 2024-11-26T04:46:36.752Z | Compiling target-spec v3.2.2 |
2542 | 2024-11-26T04:46:37.362Z | Checking async-channel v1.9.0 |
2543 | 2024-11-26T04:46:38.283Z | Checking async-process v2.3.0 |
2544 | 2024-11-26T04:46:38.924Z | Checking async-global-executor v2.4.1 |
2545 | 2024-11-26T04:46:38.952Z | Checking cfg-expr v0.17.0 |
2546 | 2024-11-26T04:46:39.609Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2547 | 2024-11-26T04:46:39.767Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2548 | 2024-11-26T04:46:39.805Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2549 | 2024-11-26T04:46:40.256Z | Checking httptest v0.16.1 |
2550 | 2024-11-26T04:46:40.958Z | Checking rustls-native-certs v0.7.3 |
2551 | 2024-11-26T04:46:41.085Z | Compiling petname v2.0.2 |
2552 | 2024-11-26T04:46:41.149Z | Checking num_cpus v1.16.0 |
2553 | 2024-11-26T04:46:41.297Z | Checking kv-log-macro v1.0.7 |
2554 | 2024-11-26T04:46:41.440Z | Compiling async-attributes v1.1.2 |
2555 | 2024-11-26T04:46:42.318Z | Checking async-std v1.13.0 |
2556 | 2024-11-26T04:46:44.428Z | Checking threadpool v1.8.1 |
2557 | 2024-11-26T04:46:44.643Z | Checking hyper-rustls v0.26.0 |
2558 | 2024-11-26T04:46:45.019Z | Checking pathdiff v0.2.2 |
2559 | 2024-11-26T04:46:45.041Z | Compiling rstest_macros v0.23.0 |
2560 | 2024-11-26T04:46:45.199Z | Compiling target-triple v0.1.3 |
2561 | 2024-11-26T04:46:45.524Z | Checking escape8259 v0.5.3 |
2562 | 2024-11-26T04:46:45.698Z | Checking nested v0.1.1 |
2563 | 2024-11-26T04:46:45.722Z | Checking libtest-mimic v0.7.3 |
2564 | 2024-11-26T04:46:45.924Z | Checking guppy v0.17.8 |
2565 | 2024-11-26T04:46:46.004Z | Checking async-object-pool v0.1.5 |
2566 | 2024-11-26T04:46:46.289Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2567 | 2024-11-26T04:46:46.945Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2568 | 2024-11-26T04:46:47.237Z | Checking similar-asserts v1.6.0 |
2569 | 2024-11-26T04:46:47.496Z | Checking fancy-regex v0.13.0 |
2570 | 2024-11-26T04:46:47.980Z | Checking serde_regex v1.1.0 |
2571 | 2024-11-26T04:46:48.241Z | Checking assert-json-diff v2.0.2 |
2572 | 2024-11-26T04:46:48.262Z | Compiling proc-macro-crate v3.2.0 |
2573 | 2024-11-26T04:46:48.560Z | Checking path-tree v0.8.1 |
2574 | 2024-11-26T04:46:48.869Z | Checking sync-ptr v0.1.1 |
2575 | 2024-11-26T04:46:49.109Z | Compiling relative-path v1.9.3 |
2576 | 2024-11-26T04:46:49.490Z | Checking stringmetrics v2.2.2 |
2577 | 2024-11-26T04:46:49.733Z | Checking httpmock v0.8.0-alpha.1 |
2578 | 2024-11-26T04:46:49.814Z | Checking datatest-stable v0.2.9 |
2579 | 2024-11-26T04:46:50.259Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2580 | 2024-11-26T04:46:51.758Z | Checking blake2b_simd v1.0.2 |
2581 | 2024-11-26T04:46:52.610Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2582 | 2024-11-26T04:46:54.348Z | Compiling git2 v0.19.0 |
2583 | 2024-11-26T04:46:54.991Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2584 | 2024-11-26T04:46:55.281Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2585 | 2024-11-26T04:46:55.589Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2586 | 2024-11-26T04:46:55.900Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2587 | 2024-11-26T04:46:56.153Z | Checking serde_tokenstream v0.2.2 |
2588 | 2024-11-26T04:46:56.205Z | Checking uzers v0.12.1 |
2589 | 2024-11-26T04:46:56.672Z | Checking rust-argon2 v2.1.0 |
2590 | 2024-11-26T04:46:56.694Z | Checking trybuild v1.0.101 |
2591 | 2024-11-26T04:46:57.119Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2592 | 2024-11-26T04:46:57.389Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2593 | 2024-11-26T04:46:57.982Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2594 | 2024-11-26T04:46:58.539Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2595 | 2024-11-26T04:46:59.011Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2596 | 2024-11-26T04:46:59.323Z | Checking rand_distr v0.4.3 |
2597 | 2024-11-26T04:47:00.099Z | Checking multimap v0.10.0 |
2598 | 2024-11-26T04:47:00.419Z | Checking approx v0.5.1 |
2599 | 2024-11-26T04:47:00.593Z | Checking rstest v0.23.0 |
2600 | 2024-11-26T04:47:00.690Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2601 | 2024-11-26T04:47:01.403Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2602 | 2024-11-26T04:47:01.769Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2603 | 2024-11-26T04:47:01.973Z | Checking partial-io v0.5.4 |
2604 | 2024-11-26T04:47:02.351Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2605 | 2024-11-26T04:47:02.474Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2606 | 2024-11-26T04:47:02.655Z | Checking cargo_toml v0.20.5 |
2607 | 2024-11-26T04:47:03.373Z | Checking termios v0.3.3 |
2608 | 2024-11-26T04:47:03.600Z | Compiling indoc v2.0.5 |
2609 | 2024-11-26T04:47:03.970Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2610 | 2024-11-26T04:47:04.059Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2611 | 2024-11-26T04:47:04.735Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2612 | 2024-11-26T04:47:08.007Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2613 | 2024-11-26T04:47:24.948Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2614 | 2024-11-26T04:47:28.019Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2615 | 2024-11-26T04:47:30.606Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2616 | 2024-11-26T04:47:50.173Z | Compiling polar-core v0.27.3 |
2617 | 2024-11-26T04:48:01.265Z | Checking oso v0.27.3 |
2618 | 2024-11-26T04:48:05.392Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2619 | 2024-11-26T04:48:06.406Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2620 | 2024-11-26T04:48:07.136Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2621 | 2024-11-26T04:48:14.047Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2622 | 2024-11-26T04:48:50.212Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2623 | 2024-11-26T04:48:50.212Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2624 | 2024-11-26T04:48:50.216Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2625 | 2024-11-26T04:50:14.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s |
2626 | 2024-11-26T04:50:14.429Z | |
2627 | 2024-11-26T04:50:14.429Z | real 6:44.983845027 |
2628 | 2024-11-26T04:50:14.429Z | user 36:03.362614531 |
2629 | 2024-11-26T04:50:14.429Z | sys 6:39.908080841 |
2630 | 2024-11-26T04:50:14.429Z | trap 1.004949587 |
2631 | 2024-11-26T04:50:14.429Z | tflt 2.226738578 |
2632 | 2024-11-26T04:50:14.429Z | dflt 0.691016518 |
2633 | 2024-11-26T04:50:14.429Z | kflt 0.000981390 |
2634 | 2024-11-26T04:50:14.429Z | lock 52:20.159315008 |
2635 | 2024-11-26T04:50:14.429Z | slp 2:04:54.232691877 |
2636 | 2024-11-26T04:50:14.429Z | lat 1:40.503581187 |
2637 | 2024-11-26T04:50:14.432Z | stop 6:07.250284345 |
2638 | 2024-11-26T04:50:14.432Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2639 | 2024-11-26T04:50:14.432Z | + ptime -m cargo doc --workspace --no-deps |
2640 | 2024-11-26T04:50:15.642Z | warning: output filename collision. |
2641 | 2024-11-26T04:50:15.642Z | 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)`. |
2642 | 2024-11-26T04:50:15.642Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2643 | 2024-11-26T04:50:15.642Z | The targets should have unique names. |
2644 | 2024-11-26T04:50:15.642Z | This is a known bug where multiple crates with the same name use |
2645 | 2024-11-26T04:50:15.642Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2646 | 2024-11-26T04:50:16.077Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2647 | 2024-11-26T04:50:16.145Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2648 | 2024-11-26T04:50:16.164Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2024-11-26T04:50:16.201Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-11-26T04:50:16.221Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2024-11-26T04:50:16.249Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2652 | 2024-11-26T04:50:16.252Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-11-26T04:50:16.451Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2024-11-26T04:50:16.496Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2024-11-26T04:50:16.523Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2656 | 2024-11-26T04:50:16.523Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2657 | 2024-11-26T04:50:16.767Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2658 | 2024-11-26T04:50:16.851Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-11-26T04:50:17.056Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2660 | 2024-11-26T04:50:17.218Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-11-26T04:50:19.878Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2662 | 2024-11-26T04:50:21.033Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2663 | 2024-11-26T04:50:21.362Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2664 | 2024-11-26T04:50:21.550Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2665 | 2024-11-26T04:50:21.599Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2666 | 2024-11-26T04:50:21.822Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2667 | 2024-11-26T04:50:21.870Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-11-26T04:50:22.143Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2669 | 2024-11-26T04:50:22.229Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2670 | 2024-11-26T04:50:22.358Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2671 | 2024-11-26T04:50:22.543Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2672 | 2024-11-26T04:50:22.757Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2673 | 2024-11-26T04:50:22.925Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2674 | 2024-11-26T04:50:23.048Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2675 | 2024-11-26T04:50:23.212Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2676 | 2024-11-26T04:50:23.405Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2677 | 2024-11-26T04:50:23.429Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2678 | 2024-11-26T04:50:23.700Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2679 | 2024-11-26T04:50:23.905Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2680 | 2024-11-26T04:50:24.223Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2681 | 2024-11-26T04:50:24.476Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2682 | 2024-11-26T04:50:24.522Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2683 | 2024-11-26T04:50:24.910Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2684 | 2024-11-26T04:50:24.962Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2685 | 2024-11-26T04:50:25.076Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2686 | 2024-11-26T04:50:25.733Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2687 | 2024-11-26T04:50:26.639Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2688 | 2024-11-26T04:50:28.521Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2689 | 2024-11-26T04:50:30.616Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2690 | 2024-11-26T04:50:30.924Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2691 | 2024-11-26T04:50:31.384Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2692 | 2024-11-26T04:50:31.859Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2693 | 2024-11-26T04:50:32.346Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2694 | 2024-11-26T04:50:32.885Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2695 | 2024-11-26T04:50:33.054Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2696 | 2024-11-26T04:50:33.303Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2697 | 2024-11-26T04:50:33.820Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2698 | 2024-11-26T04:50:34.015Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-11-26T04:50:35.724Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2700 | 2024-11-26T04:50:40.464Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2701 | 2024-11-26T04:50:41.827Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2702 | 2024-11-26T04:50:41.879Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2703 | 2024-11-26T04:50:42.428Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2704 | 2024-11-26T04:50:42.712Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2705 | 2024-11-26T04:50:42.870Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2706 | 2024-11-26T04:50:43.089Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2707 | 2024-11-26T04:50:43.551Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2708 | 2024-11-26T04:50:43.710Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2709 | 2024-11-26T04:50:44.668Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2710 | 2024-11-26T04:50:45.247Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2711 | 2024-11-26T04:50:45.371Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-11-26T04:50:45.939Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2024-11-26T04:50:46.476Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2714 | 2024-11-26T04:50:46.625Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2715 | 2024-11-26T04:50:46.697Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2716 | 2024-11-26T04:50:46.753Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2717 | 2024-11-26T04:50:47.040Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2718 | 2024-11-26T04:50:47.407Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2719 | 2024-11-26T04:50:47.448Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2720 | 2024-11-26T04:50:47.538Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2721 | 2024-11-26T04:50:48.046Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2722 | 2024-11-26T04:50:48.394Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2723 | 2024-11-26T04:50:48.527Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2724 | 2024-11-26T04:50:49.093Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2725 | 2024-11-26T04:50:49.891Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2726 | 2024-11-26T04:50:50.107Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2727 | 2024-11-26T04:50:50.362Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2728 | 2024-11-26T04:50:50.621Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2729 | 2024-11-26T04:50:50.827Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2730 | 2024-11-26T04:50:51.010Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2731 | 2024-11-26T04:50:51.053Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2732 | 2024-11-26T04:50:51.354Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2733 | 2024-11-26T04:50:51.376Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2734 | 2024-11-26T04:50:51.640Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2735 | 2024-11-26T04:50:52.609Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2736 | 2024-11-26T04:50:52.734Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2737 | 2024-11-26T04:50:52.755Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2738 | 2024-11-26T04:50:53.262Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2739 | 2024-11-26T04:50:54.158Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2740 | 2024-11-26T04:50:54.304Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2741 | 2024-11-26T04:50:54.697Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2742 | 2024-11-26T04:50:54.726Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2743 | 2024-11-26T04:50:55.305Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2744 | 2024-11-26T04:50:55.525Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2745 | 2024-11-26T04:50:56.244Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2746 | 2024-11-26T04:50:56.275Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2747 | 2024-11-26T04:50:57.575Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2748 | 2024-11-26T04:50:57.640Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2749 | 2024-11-26T04:50:58.475Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2750 | 2024-11-26T04:51:00.802Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2751 | 2024-11-26T04:51:01.723Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2752 | 2024-11-26T04:51:02.022Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2753 | 2024-11-26T04:51:02.696Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2754 | 2024-11-26T04:51:04.022Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2755 | 2024-11-26T04:51:06.472Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2756 | 2024-11-26T04:51:07.557Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2757 | 2024-11-26T04:51:08.841Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2758 | 2024-11-26T04:51:13.460Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-11-26T04:51:17.328Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2760 | 2024-11-26T04:51:17.805Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2761 | 2024-11-26T04:51:22.263Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2762 | 2024-11-26T04:51:26.628Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2763 | 2024-11-26T04:52:12.335Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2764 | 2024-11-26T04:52:16.073Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2765 | 2024-11-26T04:52:17.017Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2766 | 2024-11-26T04:52:31.172Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2767 | 2024-11-26T04:52:53.605Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2768 | 2024-11-26T04:52:55.763Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2769 | 2024-11-26T04:52:56.966Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2770 | 2024-11-26T04:52:56.975Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2771 | 2024-11-26T04:52:57.200Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2772 | 2024-11-26T04:53:00.004Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2773 | 2024-11-26T04:53:03.286Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2774 | 2024-11-26T04:53:10.858Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2775 | 2024-11-26T04:53:13.120Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2776 | 2024-11-26T04:53:33.200Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2777 | 2024-11-26T04:53:57.035Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2778 | 2024-11-26T04:54:00.389Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2779 | 2024-11-26T04:54:01.401Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2780 | 2024-11-26T04:54:03.450Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2781 | 2024-11-26T04:54:13.873Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2782 | 2024-11-26T04:54:26.311Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2783 | 2024-11-26T04:54:39.272Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2784 | 2024-11-26T04:54:40.085Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2785 | 2024-11-26T04:54:44.524Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2786 | 2024-11-26T04:54:44.774Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2787 | 2024-11-26T04:54:50.307Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2788 | 2024-11-26T04:54:56.587Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2789 | 2024-11-26T04:55:06.452Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2790 | 2024-11-26T04:55:07.223Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2791 | 2024-11-26T04:55:16.767Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2792 | 2024-11-26T04:55:17.176Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2793 | 2024-11-26T04:55:17.784Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2794 | 2024-11-26T04:55:18.846Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2795 | 2024-11-26T04:55:26.189Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2796 | 2024-11-26T04:55:27.518Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2797 | 2024-11-26T04:55:28.035Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2798 | 2024-11-26T04:55:28.901Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2799 | 2024-11-26T04:55:44.946Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2800 | 2024-11-26T04:55:46.883Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2801 | 2024-11-26T04:55:47.283Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2802 | 2024-11-26T04:55:49.378Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2803 | 2024-11-26T04:55:52.751Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2804 | 2024-11-26T04:55:57.376Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2805 | 2024-11-26T04:55:58.098Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2806 | 2024-11-26T04:56:02.909Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2807 | 2024-11-26T04:56:04.980Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2808 | 2024-11-26T04:56:09.064Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2809 | 2024-11-26T04:56:11.491Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2810 | 2024-11-26T04:56:19.092Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2811 | 2024-11-26T04:56:20.307Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2812 | 2024-11-26T04:56:22.283Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2813 | 2024-11-26T04:56:27.197Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2814 | 2024-11-26T04:56:27.944Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2815 | 2024-11-26T04:56:32.031Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2816 | 2024-11-26T04:56:33.177Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2817 | 2024-11-26T04:56:34.182Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2818 | 2024-11-26T04:56:42.899Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2819 | 2024-11-26T04:56:47.185Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2820 | 2024-11-26T04:56:48.619Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2821 | 2024-11-26T04:56:48.769Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2822 | 2024-11-26T04:56:51.908Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2823 | 2024-11-26T04:56:52.873Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2824 | 2024-11-26T04:56:53.286Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2825 | 2024-11-26T04:57:00.069Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2826 | 2024-11-26T04:57:01.661Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2827 | 2024-11-26T04:57:03.268Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2828 | 2024-11-26T04:57:06.555Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2829 | 2024-11-26T04:57:08.471Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2830 | 2024-11-26T04:57:09.456Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2831 | 2024-11-26T04:57:17.973Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2832 | 2024-11-26T04:57:19.172Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2833 | 2024-11-26T04:57:22.293Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2834 | 2024-11-26T04:57:23.619Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2835 | 2024-11-26T04:57:29.914Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2836 | 2024-11-26T04:57:30.900Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2837 | 2024-11-26T04:57:31.779Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2838 | 2024-11-26T04:57:32.531Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2839 | 2024-11-26T04:57:34.148Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2840 | 2024-11-26T04:57:34.904Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2841 | 2024-11-26T04:57:38.119Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2842 | 2024-11-26T04:57:40.002Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2843 | 2024-11-26T04:57:49.788Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2844 | 2024-11-26T04:57:52.319Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2845 | 2024-11-26T04:57:53.750Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2846 | 2024-11-26T04:57:54.178Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2847 | 2024-11-26T04:57:57.663Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2848 | 2024-11-26T04:57:58.001Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2849 | 2024-11-26T04:57:58.263Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2850 | 2024-11-26T04:58:01.135Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2851 | 2024-11-26T04:58:03.957Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2852 | 2024-11-26T04:58:06.214Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2853 | 2024-11-26T04:58:10.454Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2854 | 2024-11-26T04:58:15.209Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2855 | 2024-11-26T04:58:17.122Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2856 | 2024-11-26T04:58:18.269Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2857 | 2024-11-26T04:58:18.337Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2858 | 2024-11-26T04:58:18.717Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2024-11-26T04:58:20.143Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2860 | 2024-11-26T04:58:23.333Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2861 | 2024-11-26T04:58:23.420Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2862 | 2024-11-26T04:58:24.524Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2863 | 2024-11-26T04:58:26.538Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2864 | 2024-11-26T04:58:28.750Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2865 | 2024-11-26T04:58:29.127Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2866 | 2024-11-26T04:58:29.397Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2867 | 2024-11-26T04:58:33.902Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2868 | 2024-11-26T04:58:34.304Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2869 | 2024-11-26T04:58:34.424Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2870 | 2024-11-26T04:58:34.704Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2871 | 2024-11-26T04:58:35.355Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2872 | 2024-11-26T04:58:36.554Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2873 | 2024-11-26T04:58:37.080Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2874 | 2024-11-26T04:59:16.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 02s |
2875 | 2024-11-26T04:59:16.849Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2876 | 2024-11-26T04:59:16.858Z | |
2877 | 2024-11-26T04:59:16.863Z | real 9:02.347114709 |
2878 | 2024-11-26T04:59:16.863Z | user 26:26.750310337 |
2879 | 2024-11-26T04:59:16.863Z | sys 40:50.518075725 |
2880 | 2024-11-26T04:59:16.863Z | trap 0.426429053 |
2881 | 2024-11-26T04:59:16.863Z | tflt 0.103323838 |
2882 | 2024-11-26T04:59:16.863Z | dflt 0.156052044 |
2883 | 2024-11-26T04:59:16.863Z | kflt 0.000017097 |
2884 | 2024-11-26T04:59:16.863Z | lock 1:27:59.190513682 |
2885 | 2024-11-26T04:59:16.863Z | slp 2:31:20.585973682 |
2886 | 2024-11-26T04:59:16.863Z | lat 1:17.323351784 |
2887 | 2024-11-26T04:59:16.863Z | stop 1:06.535005470 |
2888 | 2024-11-26T04:59:16.863Z | process exited: duration 1267233 ms, exit code 0 |
|
2889 | 2024-11-26T04:59:16.870Z | found 0 output files |