|
|
|
1 | 2024-09-03T23:08:13.800Z | job assigned to worker 01J6X29WJNYYHQJP52BRAM1F1H (queued for 26 s) |
|
2 | 2024-09-03T23:08:14.547Z | starting task 0: "setup" |
3 | 2024-09-03T23:08:14.571Z | ++ uname -s |
4 | 2024-09-03T23:08:14.571Z | + kern=SunOS |
5 | 2024-09-03T23:08:14.571Z | + case "$kern" in |
6 | 2024-09-03T23:08:14.571Z | + groupadd -g 12345 build |
7 | 2024-09-03T23:08:14.571Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-03T23:08:16.577Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-03T23:08:16.619Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-03T23:08:16.643Z | + home_fs=zfs |
11 | 2024-09-03T23:08:16.643Z | + [[ zfs == autofs ]] |
12 | 2024-09-03T23:08:16.643Z | + mkdir -p /home/build |
13 | 2024-09-03T23:08:16.643Z | + chown build:build /home/build /work |
14 | 2024-09-03T23:08:18.628Z | + chmod 0700 /home/build /work |
15 | 2024-09-03T23:08:18.652Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-09-03T23:08:18.700Z | starting task 1: "rust-toolchain" |
17 | 2024-09-03T23:08:18.725Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-03T23:08:18.725Z | ' 1.80.1 |
19 | 2024-09-03T23:08:18.725Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-03T23:08:18.725Z | ' default |
21 | 2024-09-03T23:08:18.725Z | * toolchain channel = "1.80.1" |
22 | 2024-09-03T23:08:18.725Z | * toolchain profile = "default" |
23 | 2024-09-03T23:08:18.725Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-03T23:08:18.725Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-03T23:08:18.855Z | info: downloading installer |
26 | 2024-09-03T23:08:19.475Z | info: profile set to 'default' |
27 | 2024-09-03T23:08:19.475Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-03T23:08:19.499Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-03T23:08:19.575Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-03T23:08:19.575Z | info: downloading component 'cargo' |
31 | 2024-09-03T23:08:19.723Z | info: downloading component 'clippy' |
32 | 2024-09-03T23:08:19.776Z | info: downloading component 'rust-docs' |
33 | 2024-09-03T23:08:19.972Z | info: downloading component 'rust-std' |
34 | 2024-09-03T23:08:20.213Z | info: downloading component 'rustc' |
35 | 2024-09-03T23:08:20.892Z | info: downloading component 'rustfmt' |
36 | 2024-09-03T23:08:20.933Z | info: installing component 'cargo' |
37 | 2024-09-03T23:08:22.074Z | info: installing component 'clippy' |
38 | 2024-09-03T23:08:22.507Z | info: installing component 'rust-docs' |
39 | 2024-09-03T23:08:25.338Z | info: installing component 'rust-std' |
40 | 2024-09-03T23:08:27.299Z | info: installing component 'rustc' |
41 | 2024-09-03T23:08:32.396Z | info: installing component 'rustfmt' |
42 | 2024-09-03T23:08:32.786Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-03T23:08:32.786Z | |
44 | 2024-09-03T23:08:32.920Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-03T23:08:32.920Z | |
46 | 2024-09-03T23:08:32.920Z | |
47 | 2024-09-03T23:08:32.920Z | Rust is installed now. Great! |
48 | 2024-09-03T23:08:32.920Z | |
49 | 2024-09-03T23:08:32.920Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-03T23:08:32.920Z | environment variable. This has not been done automatically. |
51 | 2024-09-03T23:08:32.920Z | |
52 | 2024-09-03T23:08:32.920Z | To configure your current shell, you need to source |
53 | 2024-09-03T23:08:32.920Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-03T23:08:32.920Z | |
55 | 2024-09-03T23:08:32.920Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-03T23:08:32.920Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-03T23:08:32.920Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-03T23:08:32.991Z | + rustc --version |
59 | 2024-09-03T23:08:33.103Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-03T23:08:33.127Z | process exited: duration 14407 ms, exit code 0 |
|
61 | 2024-09-03T23:08:33.185Z | starting task 2: "authentication" |
62 | 2024-09-03T23:08:33.241Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-09-03T23:08:33.290Z | starting task 3: "clone repository" |
64 | 2024-09-03T23:08:33.314Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-03T23:08:33.314Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-03T23:08:33.338Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-03T23:08:38.419Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-03T23:08:38.419Z | + git fetch origin 3598a80e22e6b60b8b19649afb097be06ca84206 |
69 | 2024-09-03T23:08:38.800Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-03T23:08:38.801Z | * branch 3598a80e22e6b60b8b19649afb097be06ca84206 -> FETCH_HEAD |
71 | 2024-09-03T23:08:38.824Z | + [[ -n oximeter-test-insert-fix ]] |
72 | 2024-09-03T23:08:38.825Z | ++ git branch --show-current |
73 | 2024-09-03T23:08:38.825Z | + current=main |
74 | 2024-09-03T23:08:38.825Z | + [[ main != oximeter-test-insert-fix ]] |
75 | 2024-09-03T23:08:38.825Z | + git branch -f oximeter-test-insert-fix 3598a80e22e6b60b8b19649afb097be06ca84206 |
76 | 2024-09-03T23:08:38.825Z | + git checkout -f oximeter-test-insert-fix |
77 | 2024-09-03T23:08:39.005Z | Switched to branch 'oximeter-test-insert-fix' |
78 | 2024-09-03T23:08:39.030Z | + git reset --hard 3598a80e22e6b60b8b19649afb097be06ca84206 |
79 | 2024-09-03T23:08:39.030Z | HEAD is now at 3598a80e2 Retry sample insert after keeper cluster changes |
80 | 2024-09-03T23:08:39.030Z | process exited: duration 5735 ms, exit code 0 |
|
81 | 2024-09-03T23:08:39.078Z | starting task 4: "build" |
82 | 2024-09-03T23:08:39.103Z | + cargo --version |
83 | 2024-09-03T23:08:39.160Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-03T23:08:39.185Z | + rustc --version |
85 | 2024-09-03T23:08:39.248Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-03T23:08:39.272Z | + source ./env.sh |
87 | 2024-09-03T23:08:39.272Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-03T23:08:39.272Z | ++ set -o xtrace |
89 | 2024-09-03T23:08:39.272Z | ++++ dirname ./env.sh |
90 | 2024-09-03T23:08:39.272Z | +++ readlink -f . |
91 | 2024-09-03T23:08:39.272Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-03T23:08:39.273Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-03T23:08:39.273Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-03T23:08:39.273Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-03T23:08:39.273Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-09-03T23:08:39.273Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-09-03T23:08:39.273Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-09-03T23:08:39.273Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-09-03T23:08:39.273Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-09-03T23:08:39.273Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-03T23:08:39.273Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-03T23:08:39.273Z | + banner prerequisites |
103 | 2024-09-03T23:08:39.273Z | |
104 | 2024-09-03T23:08:39.273Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-03T23:08:39.273Z | # # # # # # # # # # # # # # # |
106 | 2024-09-03T23:08:39.273Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-03T23:08:39.273Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-03T23:08:39.273Z | # # # # # # # # # # # # # # # |
109 | 2024-09-03T23:08:39.273Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-03T23:08:39.273Z | |
111 | 2024-09-03T23:08:39.273Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-03T23:08:44.520Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-03T23:08:47.276Z | Startup: Caching catalogs ... Done |
114 | 2024-09-03T23:08:49.654Z | Planning: Solver setup ... Done (1.709s) |
115 | 2024-09-03T23:08:49.686Z | Planning: Running solver ... Done (0.031s) |
116 | 2024-09-03T23:08:49.726Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-09-03T23:08:49.804Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-03T23:08:50.236Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-03T23:08:50.360Z | Planning: Package planning ... Done (0.123s) |
120 | 2024-09-03T23:08:50.432Z | Planning: Merging actions ... Done (0.073s) |
121 | 2024-09-03T23:08:50.691Z | Planning: Checking for conflicting actions ... Done (0.259s) |
122 | 2024-09-03T23:08:51.802Z | Planning: Consolidating action changes ... Done (1.110s) |
123 | 2024-09-03T23:08:52.211Z | Planning: Evaluating mediators ... Done (0.409s) |
124 | 2024-09-03T23:08:52.308Z | Planning: Planning completed in 4.97 seconds |
125 | 2024-09-03T23:08:52.332Z | Packages to install: 4 |
126 | 2024-09-03T23:08:52.332Z | Packages to update: 1 |
127 | 2024-09-03T23:08:52.332Z | Mediators to change: 2 |
128 | 2024-09-03T23:08:52.332Z | Services to change: 1 |
129 | 2024-09-03T23:08:52.332Z | Estimated space available: 148.82 GB |
130 | 2024-09-03T23:08:52.332Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-09-03T23:08:52.332Z | Create boot environment: No |
132 | 2024-09-03T23:08:52.332Z | Create backup boot environment: Yes |
133 | 2024-09-03T23:08:52.332Z | Rebuild boot archive: No |
134 | 2024-09-03T23:08:52.333Z | |
135 | 2024-09-03T23:08:52.333Z | Changed mediators: |
136 | 2024-09-03T23:08:52.333Z | mediator clang: |
137 | 2024-09-03T23:08:52.333Z | version: None -> 15 (system default) |
138 | 2024-09-03T23:08:52.333Z | |
139 | 2024-09-03T23:08:52.333Z | mediator llvm: |
140 | 2024-09-03T23:08:52.333Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-03T23:08:52.333Z | |
142 | 2024-09-03T23:08:52.333Z | Changed packages: |
143 | 2024-09-03T23:08:52.333Z | helios-dev |
144 | 2024-09-03T23:08:52.333Z | developer/build-essential |
145 | 2024-09-03T23:08:52.333Z | None -> 11-2.0 |
146 | 2024-09-03T23:08:52.333Z | library/libxmlsec1 |
147 | 2024-09-03T23:08:52.333Z | None -> 1.2.35-2.0 |
148 | 2024-09-03T23:08:52.333Z | ooce/developer/clang-15 |
149 | 2024-09-03T23:08:52.333Z | None -> 15.0.7-2.0 |
150 | 2024-09-03T23:08:52.333Z | ooce/developer/llvm-15 |
151 | 2024-09-03T23:08:52.333Z | None -> 15.0.7-2.0 |
152 | 2024-09-03T23:08:52.333Z | package/pkg |
153 | 2024-09-03T23:08:52.333Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-03T23:08:52.333Z | |
155 | 2024-09-03T23:08:52.333Z | Services: |
156 | 2024-09-03T23:08:52.333Z | restart_fmri: |
157 | 2024-09-03T23:08:52.333Z | svc:/system/update-man-index:default |
158 | 2024-09-03T23:08:52.333Z | |
159 | 2024-09-03T23:08:52.333Z | Editable files to change: |
160 | 2024-09-03T23:08:52.333Z | Update: |
161 | 2024-09-03T23:08:52.333Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-03T23:08:52.405Z | |
163 | 2024-09-03T23:08:52.405Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-03T23:08:57.408Z | Download: 728/4281 items 18.2/220.6MB 8% complete (3.7M/s) |
165 | 2024-09-03T23:09:02.415Z | Download: 1198/4281 items 69.2/220.6MB 31% complete (6.9M/s) |
166 | 2024-09-03T23:09:07.415Z | Download: 1902/4281 items 118.6/220.6MB 53% complete (10.1M/s) |
167 | 2024-09-03T23:09:12.585Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (9.2M/s) |
168 | 2024-09-03T23:09:17.588Z | Download: 2999/4281 items 121.3/220.6MB 54% complete (274k/s) |
169 | 2024-09-03T23:09:22.587Z | Download: 3248/4281 items 170.9/220.6MB 77% complete (5.2M/s) |
170 | 2024-09-03T23:09:27.587Z | Download: 3248/4281 items 193.3/220.6MB 87% complete (7.1M/s) |
171 | 2024-09-03T23:09:32.586Z | Download: 3575/4281 items 215.8/220.6MB 97% complete (4.5M/s) |
172 | 2024-09-03T23:09:34.039Z | Download: Completed 220.60 MB in 41.64 seconds (5.3M/s) |
173 | 2024-09-03T23:09:35.511Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-09-03T23:09:35.534Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-09-03T23:09:40.571Z | Actions: 3592/5063 actions (Installing new actions) |
176 | 2024-09-03T23:09:41.411Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-09-03T23:09:41.768Z | Actions: Completed 5063 actions in 6.26 seconds. |
178 | 2024-09-03T23:09:42.161Z | Done (0.382s) |
179 | 2024-09-03T23:09:42.184Z | Done (0.000s) |
180 | 2024-09-03T23:09:42.621Z | Done (0.459s) |
181 | 2024-09-03T23:09:47.720Z | Done (4.954s) |
182 | 2024-09-03T23:09:47.820Z | Done (0.020s) |
183 | 2024-09-03T23:09:47.855Z | Done (0.000s) |
184 | 2024-09-03T23:09:48.019Z | Done (0.000s) |
185 | 2024-09-03T23:09:48.708Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-09-03T23:09:48.960Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-09-03T23:09:48.988Z | Planning: Consolidating action changes ... Done |
188 | 2024-09-03T23:09:49.299Z | Planning: Evaluating mediators ... Done |
189 | 2024-09-03T23:09:49.328Z | Planning: Planning completed in 0.59 seconds |
190 | 2024-09-03T23:09:49.358Z | Mediators to change: 2 |
191 | 2024-09-03T23:09:49.358Z | Create boot environment: No |
192 | 2024-09-03T23:09:49.358Z | Create backup boot environment: No |
193 | 2024-09-03T23:09:49.403Z | Done |
194 | 2024-09-03T23:09:49.403Z | Done |
195 | 2024-09-03T23:09:49.730Z | Done |
196 | 2024-09-03T23:09:54.243Z | Done |
197 | 2024-09-03T23:09:54.336Z | Done |
198 | 2024-09-03T23:09:54.336Z | Done |
199 | 2024-09-03T23:09:54.421Z | Done |
200 | 2024-09-03T23:09:55.147Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-09-03T23:09:55.172Z | Planning: Merging actions ... Done |
202 | 2024-09-03T23:09:55.377Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-09-03T23:09:55.401Z | Planning: Consolidating action changes ... Done |
204 | 2024-09-03T23:09:55.691Z | Planning: Evaluating mediators ... Done |
205 | 2024-09-03T23:09:55.756Z | Planning: Planning completed in 0.91 seconds |
206 | 2024-09-03T23:09:55.801Z | Packages to change: 1 |
207 | 2024-09-03T23:09:55.801Z | Mediators to change: 1 |
208 | 2024-09-03T23:09:55.801Z | Services to change: 1 |
209 | 2024-09-03T23:09:55.801Z | Create boot environment: No |
210 | 2024-09-03T23:09:55.801Z | Create backup boot environment: Yes |
211 | 2024-09-03T23:09:57.315Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-09-03T23:09:57.339Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-09-03T23:09:57.339Z | Done |
214 | 2024-09-03T23:09:57.339Z | Done |
215 | 2024-09-03T23:09:57.410Z | Done |
216 | 2024-09-03T23:10:01.801Z | Done |
217 | 2024-09-03T23:10:01.898Z | Done |
218 | 2024-09-03T23:10:01.922Z | Done |
219 | 2024-09-03T23:10:01.985Z | Done |
220 | 2024-09-03T23:10:02.529Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-09-03T23:10:02.529Z | clang system 15 system |
222 | 2024-09-03T23:10:02.529Z | csh system system illumos |
223 | 2024-09-03T23:10:02.529Z | ctags system system illumos |
224 | 2024-09-03T23:10:02.529Z | gcc vendor 12 vendor |
225 | 2024-09-03T23:10:02.529Z | gcc system 10 system |
226 | 2024-09-03T23:10:02.529Z | gcc system 7 system |
227 | 2024-09-03T23:10:02.529Z | go system 1.20 system |
228 | 2024-09-03T23:10:02.529Z | go system 1.19 system |
229 | 2024-09-03T23:10:02.529Z | llvm system 15 system |
230 | 2024-09-03T23:10:02.529Z | llvm system 14 system |
231 | 2024-09-03T23:10:02.529Z | mariadb system 10.6 system |
232 | 2024-09-03T23:10:02.529Z | mta vendor vendor dma |
233 | 2024-09-03T23:10:02.529Z | openjdk system 17 system |
234 | 2024-09-03T23:10:02.529Z | openjdk system 11 system |
235 | 2024-09-03T23:10:02.529Z | openjdk system 1.8 system |
236 | 2024-09-03T23:10:02.529Z | openssl vendor 3 vendor |
237 | 2024-09-03T23:10:02.529Z | perl system 5.36 system |
238 | 2024-09-03T23:10:02.529Z | postgresql system 15 system |
239 | 2024-09-03T23:10:02.529Z | postgresql system 13 system |
240 | 2024-09-03T23:10:02.529Z | python vendor 3 vendor |
241 | 2024-09-03T23:10:02.529Z | python system 2 system |
242 | 2024-09-03T23:10:02.529Z | python3 system 3.11 system |
243 | 2024-09-03T23:10:02.529Z | ruby system 3.0 system |
244 | 2024-09-03T23:10:02.529Z | words vendor vendor american-english |
245 | 2024-09-03T23:10:02.529Z | words system system australian-english |
246 | 2024-09-03T23:10:02.529Z | words system system british-english |
247 | 2024-09-03T23:10:02.529Z | words system system canadian-english |
248 | 2024-09-03T23:10:02.529Z | words system system french |
249 | 2024-09-03T23:10:02.529Z | words system system italian |
250 | 2024-09-03T23:10:02.529Z | words system system ngerman |
251 | 2024-09-03T23:10:02.529Z | words system system ogerman |
252 | 2024-09-03T23:10:02.529Z | words system system spanish |
253 | 2024-09-03T23:10:02.953Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-09-03T23:10:02.953Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-09-03T23:10:05.147Z | FMRI IFO |
256 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-09-03T23:10:05.147Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-09-03T23:10:05.834Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-09-03T23:10:06.187Z | Updating crates.io index |
271 | 2024-09-03T23:10:06.240Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-09-03T23:10:07.061Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-09-03T23:10:07.907Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-09-03T23:10:08.224Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-09-03T23:10:09.912Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-09-03T23:10:10.201Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-09-03T23:10:10.505Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-09-03T23:10:11.667Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-09-03T23:10:13.694Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-09-03T23:10:14.724Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-09-03T23:10:15.455Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-09-03T23:10:15.769Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-09-03T23:10:16.369Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-09-03T23:10:16.743Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-09-03T23:10:17.065Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-09-03T23:10:17.498Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
287 | 2024-09-03T23:10:18.036Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-09-03T23:10:18.397Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-09-03T23:10:18.695Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-09-03T23:10:18.982Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-09-03T23:10:19.318Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2024-09-03T23:10:19.662Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-09-03T23:10:20.023Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-09-03T23:10:20.415Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-09-03T23:10:20.720Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-09-03T23:10:21.274Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-09-03T23:10:21.641Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-09-03T23:10:22.107Z | Updating git repository `https://github.com/oxidecomputer/typify` |
299 | 2024-09-03T23:10:24.671Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-09-03T23:10:24.962Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-09-03T23:10:25.308Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-09-03T23:10:25.712Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
303 | 2024-09-03T23:10:27.084Z | Downloading crates ... |
304 | 2024-09-03T23:10:27.146Z | Downloaded equivalent v1.0.1 |
305 | 2024-09-03T23:10:27.172Z | Downloaded is_terminal_polyfill v1.70.0 |
306 | 2024-09-03T23:10:27.172Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-09-03T23:10:27.172Z | Downloaded usdt-macro v0.5.0 |
308 | 2024-09-03T23:10:27.172Z | Downloaded terminal_size v0.3.0 |
309 | 2024-09-03T23:10:27.172Z | Downloaded strsim v0.11.1 |
310 | 2024-09-03T23:10:27.172Z | Downloaded version_check v0.9.5 |
311 | 2024-09-03T23:10:27.172Z | Downloaded thiserror-impl v1.0.63 |
312 | 2024-09-03T23:10:27.172Z | Downloaded proc-macro-error-attr v1.0.4 |
313 | 2024-09-03T23:10:27.172Z | Downloaded cargo_metadata v0.18.1 |
314 | 2024-09-03T23:10:27.172Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-09-03T23:10:27.172Z | Downloaded anstream v0.6.14 |
316 | 2024-09-03T23:10:27.196Z | Downloaded unicode-ident v1.0.12 |
317 | 2024-09-03T23:10:27.196Z | Downloaded toml_edit v0.22.20 |
318 | 2024-09-03T23:10:27.221Z | Downloaded clap v4.5.16 |
319 | 2024-09-03T23:10:27.245Z | Downloaded zerocopy-derive v0.7.34 |
320 | 2024-09-03T23:10:27.245Z | Downloaded winnow v0.6.18 |
321 | 2024-09-03T23:10:27.270Z | Downloaded usdt-impl v0.5.0 |
322 | 2024-09-03T23:10:27.270Z | Downloaded unicode-width v0.1.13 |
323 | 2024-09-03T23:10:27.270Z | Downloaded libc v0.2.158 |
324 | 2024-09-03T23:10:27.293Z | Downloaded ucd-trie v0.1.6 |
325 | 2024-09-03T23:10:27.293Z | Downloaded tabled v0.15.0 |
326 | 2024-09-03T23:10:27.317Z | Downloaded syn v2.0.74 |
327 | 2024-09-03T23:10:27.341Z | Downloaded syn v1.0.109 |
328 | 2024-09-03T23:10:27.341Z | Downloaded serde_json v1.0.125 |
329 | 2024-09-03T23:10:27.341Z | Downloaded serde v1.0.208 |
330 | 2024-09-03T23:10:27.365Z | Downloaded rustix v0.38.34 |
331 | 2024-09-03T23:10:27.389Z | Downloaded pest_derive v2.7.10 |
332 | 2024-09-03T23:10:27.389Z | Downloaded papergrid v0.11.0 |
333 | 2024-09-03T23:10:27.389Z | Downloaded hashbrown v0.14.5 |
334 | 2024-09-03T23:10:27.389Z | Downloaded goblin v0.8.2 |
335 | 2024-09-03T23:10:27.389Z | Downloaded clap_builder v4.5.15 |
336 | 2024-09-03T23:10:27.414Z | Downloaded zerocopy v0.7.34 |
337 | 2024-09-03T23:10:27.438Z | Downloaded utf8parse v0.2.1 |
338 | 2024-09-03T23:10:27.438Z | Downloaded usdt v0.5.0 |
339 | 2024-09-03T23:10:27.438Z | Downloaded unicode-linebreak v0.1.5 |
340 | 2024-09-03T23:10:27.438Z | Downloaded typenum v1.17.0 |
341 | 2024-09-03T23:10:27.438Z | Downloaded toml_datetime v0.6.8 |
342 | 2024-09-03T23:10:27.438Z | Downloaded thread-id v4.2.1 |
343 | 2024-09-03T23:10:27.438Z | Downloaded thiserror v1.0.63 |
344 | 2024-09-03T23:10:27.438Z | Downloaded tempfile v3.10.1 |
345 | 2024-09-03T23:10:27.438Z | Downloaded swrite v0.1.0 |
346 | 2024-09-03T23:10:27.438Z | Downloaded smawk v0.3.2 |
347 | 2024-09-03T23:10:27.438Z | Downloaded serde_tokenstream v0.2.2 |
348 | 2024-09-03T23:10:27.438Z | Downloaded scroll_derive v0.12.0 |
349 | 2024-09-03T23:10:27.438Z | Downloaded ryu v1.0.18 |
350 | 2024-09-03T23:10:27.462Z | Downloaded quote v1.0.36 |
351 | 2024-09-03T23:10:27.462Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-09-03T23:10:27.462Z | Downloaded plain v0.2.3 |
353 | 2024-09-03T23:10:27.462Z | Downloaded pest v2.7.10 |
354 | 2024-09-03T23:10:27.462Z | Downloaded memmap v0.7.0 |
355 | 2024-09-03T23:10:27.462Z | Downloaded memchr v2.7.2 |
356 | 2024-09-03T23:10:27.462Z | Downloaded log v0.4.21 |
357 | 2024-09-03T23:10:27.486Z | Downloaded generic-array v0.14.7 |
358 | 2024-09-03T23:10:27.486Z | Downloaded errno v0.3.9 |
359 | 2024-09-03T23:10:27.486Z | Downloaded clap_derive v4.5.13 |
360 | 2024-09-03T23:10:27.486Z | Downloaded textwrap v0.16.1 |
361 | 2024-09-03T23:10:27.486Z | Downloaded sha2 v0.10.8 |
362 | 2024-09-03T23:10:27.487Z | Downloaded semver v1.0.23 |
363 | 2024-09-03T23:10:27.487Z | Downloaded scroll v0.12.0 |
364 | 2024-09-03T23:10:27.487Z | Downloaded pest_meta v2.7.10 |
365 | 2024-09-03T23:10:27.487Z | Downloaded pest_generator v2.7.10 |
366 | 2024-09-03T23:10:27.487Z | Downloaded once_cell v1.19.0 |
367 | 2024-09-03T23:10:27.487Z | Downloaded itoa v1.0.11 |
368 | 2024-09-03T23:10:27.487Z | Downloaded indexmap v2.4.0 |
369 | 2024-09-03T23:10:27.511Z | Downloaded heck v0.5.0 |
370 | 2024-09-03T23:10:27.511Z | Downloaded fnv v1.0.7 |
371 | 2024-09-03T23:10:27.511Z | Downloaded crypto-common v0.1.6 |
372 | 2024-09-03T23:10:27.511Z | Downloaded cargo_toml v0.20.4 |
373 | 2024-09-03T23:10:27.511Z | Downloaded toml v0.8.19 |
374 | 2024-09-03T23:10:27.511Z | Downloaded serde_derive v1.0.208 |
375 | 2024-09-03T23:10:27.511Z | Downloaded proc-macro2 v1.0.86 |
376 | 2024-09-03T23:10:27.511Z | Downloaded dof v0.3.0 |
377 | 2024-09-03T23:10:27.511Z | Downloaded colorchoice v1.0.1 |
378 | 2024-09-03T23:10:27.511Z | Downloaded cargo-platform v0.1.8 |
379 | 2024-09-03T23:10:27.511Z | Downloaded bytecount v0.6.8 |
380 | 2024-09-03T23:10:27.511Z | Downloaded bitflags v2.6.0 |
381 | 2024-09-03T23:10:27.536Z | Downloaded anyhow v1.0.86 |
382 | 2024-09-03T23:10:27.536Z | Downloaded anstyle-parse v0.2.4 |
383 | 2024-09-03T23:10:27.536Z | Downloaded anstyle v1.0.8 |
384 | 2024-09-03T23:10:27.536Z | Downloaded camino v1.1.9 |
385 | 2024-09-03T23:10:27.536Z | Downloaded tabled_derive v0.7.0 |
386 | 2024-09-03T23:10:27.536Z | Downloaded macaddr v1.0.1 |
387 | 2024-09-03T23:10:27.536Z | Downloaded digest v0.10.7 |
388 | 2024-09-03T23:10:27.536Z | Downloaded serde_spanned v0.6.7 |
389 | 2024-09-03T23:10:27.536Z | Downloaded heck v0.4.1 |
390 | 2024-09-03T23:10:27.536Z | Downloaded fs-err v2.11.0 |
391 | 2024-09-03T23:10:27.536Z | Downloaded fastrand v2.1.0 |
392 | 2024-09-03T23:10:27.536Z | Downloaded cpufeatures v0.2.12 |
393 | 2024-09-03T23:10:27.560Z | Downloaded clap_lex v0.7.0 |
394 | 2024-09-03T23:10:27.560Z | Downloaded cfg-if v1.0.0 |
395 | 2024-09-03T23:10:27.560Z | Downloaded byteorder v1.5.0 |
396 | 2024-09-03T23:10:27.560Z | Downloaded block-buffer v0.10.4 |
397 | 2024-09-03T23:10:27.560Z | Downloaded autocfg v1.3.0 |
398 | 2024-09-03T23:10:27.560Z | Downloaded anstyle-query v1.0.3 |
399 | 2024-09-03T23:10:27.560Z | Downloaded pretty-hex v0.4.1 |
400 | 2024-09-03T23:10:27.560Z | Downloaded dtrace-parser v0.2.0 |
401 | 2024-09-03T23:10:27.678Z | Compiling proc-macro2 v1.0.86 |
402 | 2024-09-03T23:10:27.678Z | Compiling unicode-ident v1.0.12 |
403 | 2024-09-03T23:10:27.702Z | Compiling serde v1.0.208 |
404 | 2024-09-03T23:10:27.702Z | Compiling version_check v0.9.5 |
405 | 2024-09-03T23:10:27.702Z | Compiling memchr v2.7.2 |
406 | 2024-09-03T23:10:27.702Z | Compiling thiserror v1.0.63 |
407 | 2024-09-03T23:10:27.702Z | Compiling libc v0.2.158 |
408 | 2024-09-03T23:10:27.702Z | Compiling ryu v1.0.18 |
409 | 2024-09-03T23:10:27.940Z | Compiling ucd-trie v0.1.6 |
410 | 2024-09-03T23:10:28.176Z | Compiling itoa v1.0.11 |
411 | 2024-09-03T23:10:28.423Z | Compiling once_cell v1.19.0 |
412 | 2024-09-03T23:10:28.528Z | Compiling byteorder v1.5.0 |
413 | 2024-09-03T23:10:28.528Z | Compiling serde_json v1.0.125 |
414 | 2024-09-03T23:10:28.832Z | Compiling rustix v0.38.34 |
415 | 2024-09-03T23:10:28.939Z | Compiling bitflags v2.6.0 |
416 | 2024-09-03T23:10:29.041Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-09-03T23:10:29.213Z | Compiling usdt-impl v0.5.0 |
418 | 2024-09-03T23:10:29.237Z | Compiling syn v1.0.109 |
419 | 2024-09-03T23:10:29.329Z | Compiling quote v1.0.36 |
420 | 2024-09-03T23:10:29.390Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-09-03T23:10:29.636Z | Compiling log v0.4.21 |
422 | 2024-09-03T23:10:29.669Z | Compiling syn v2.0.74 |
423 | 2024-09-03T23:10:29.693Z | Compiling errno v0.3.9 |
424 | 2024-09-03T23:10:29.931Z | Compiling equivalent v1.0.1 |
425 | 2024-09-03T23:10:29.958Z | Compiling camino v1.1.9 |
426 | 2024-09-03T23:10:29.993Z | Compiling hashbrown v0.14.5 |
427 | 2024-09-03T23:10:30.016Z | Compiling thread-id v4.2.1 |
428 | 2024-09-03T23:10:30.055Z | Compiling utf8parse v0.2.1 |
429 | 2024-09-03T23:10:30.098Z | Compiling plain v0.2.3 |
430 | 2024-09-03T23:10:30.207Z | Compiling anstyle-parse v0.2.4 |
431 | 2024-09-03T23:10:30.526Z | Compiling anstyle v1.0.8 |
432 | 2024-09-03T23:10:30.627Z | Compiling anstyle-query v1.0.3 |
433 | 2024-09-03T23:10:30.719Z | Compiling is_terminal_polyfill v1.70.0 |
434 | 2024-09-03T23:10:30.769Z | Compiling colorchoice v1.0.1 |
435 | 2024-09-03T23:10:30.842Z | Compiling unicode-width v0.1.13 |
436 | 2024-09-03T23:10:30.932Z | Compiling winnow v0.6.18 |
437 | 2024-09-03T23:10:30.957Z | Compiling semver v1.0.23 |
438 | 2024-09-03T23:10:30.957Z | Compiling pretty-hex v0.4.1 |
439 | 2024-09-03T23:10:31.075Z | Compiling indexmap v2.4.0 |
440 | 2024-09-03T23:10:31.131Z | Compiling autocfg v1.3.0 |
441 | 2024-09-03T23:10:31.178Z | Compiling anstream v0.6.14 |
442 | 2024-09-03T23:10:31.659Z | Compiling terminal_size v0.3.0 |
443 | 2024-09-03T23:10:31.859Z | Compiling clap_lex v0.7.0 |
444 | 2024-09-03T23:10:31.967Z | Compiling fs-err v2.11.0 |
445 | 2024-09-03T23:10:32.053Z | Compiling fastrand v2.1.0 |
446 | 2024-09-03T23:10:32.303Z | Compiling anyhow v1.0.86 |
447 | 2024-09-03T23:10:32.354Z | Compiling heck v0.4.1 |
448 | 2024-09-03T23:10:32.393Z | Compiling strsim v0.11.1 |
449 | 2024-09-03T23:10:32.430Z | Compiling fnv v1.0.7 |
450 | 2024-09-03T23:10:32.546Z | Compiling heck v0.5.0 |
451 | 2024-09-03T23:10:32.570Z | Compiling cfg-if v1.0.0 |
452 | 2024-09-03T23:10:32.782Z | Compiling bytecount v0.6.8 |
453 | 2024-09-03T23:10:32.990Z | Compiling papergrid v0.11.0 |
454 | 2024-09-03T23:10:33.019Z | Compiling clap_builder v4.5.15 |
455 | 2024-09-03T23:10:33.071Z | Compiling tempfile v3.10.1 |
456 | 2024-09-03T23:10:33.348Z | Compiling memmap v0.7.0 |
457 | 2024-09-03T23:10:33.396Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-09-03T23:10:33.695Z | Compiling smawk v0.3.2 |
459 | 2024-09-03T23:10:33.897Z | Compiling textwrap v0.16.1 |
460 | 2024-09-03T23:10:34.273Z | Compiling swrite v0.1.0 |
461 | 2024-09-03T23:10:35.285Z | Compiling tabled_derive v0.7.0 |
462 | 2024-09-03T23:10:36.915Z | Compiling tabled v0.15.0 |
463 | 2024-09-03T23:10:37.997Z | Compiling serde_derive v1.0.208 |
464 | 2024-09-03T23:10:37.997Z | Compiling thiserror-impl v1.0.63 |
465 | 2024-09-03T23:10:38.020Z | Compiling zerocopy-derive v0.7.34 |
466 | 2024-09-03T23:10:38.149Z | Compiling scroll_derive v0.12.0 |
467 | 2024-09-03T23:10:38.175Z | Compiling clap_derive v4.5.13 |
468 | 2024-09-03T23:10:39.321Z | Compiling scroll v0.12.0 |
469 | 2024-09-03T23:10:39.813Z | Compiling goblin v0.8.2 |
470 | 2024-09-03T23:10:39.845Z | Compiling zerocopy v0.7.34 |
471 | 2024-09-03T23:10:40.460Z | Compiling pest v2.7.10 |
472 | 2024-09-03T23:10:41.201Z | Compiling clap v4.5.16 |
473 | 2024-09-03T23:10:42.493Z | Compiling pest_meta v2.7.10 |
474 | 2024-09-03T23:10:43.505Z | Compiling pest_generator v2.7.10 |
475 | 2024-09-03T23:10:45.242Z | Compiling pest_derive v2.7.10 |
476 | 2024-09-03T23:10:45.853Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-09-03T23:10:47.433Z | Compiling toml_datetime v0.6.8 |
478 | 2024-09-03T23:10:47.433Z | Compiling serde_spanned v0.6.7 |
479 | 2024-09-03T23:10:47.459Z | Compiling cargo-platform v0.1.8 |
480 | 2024-09-03T23:10:47.805Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-09-03T23:10:47.894Z | Compiling toml_edit v0.22.20 |
482 | 2024-09-03T23:10:48.041Z | Compiling macaddr v1.0.1 |
483 | 2024-09-03T23:10:48.066Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-09-03T23:10:48.797Z | Compiling dof v0.3.0 |
485 | 2024-09-03T23:10:48.797Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-09-03T23:10:50.545Z | Compiling toml v0.8.19 |
487 | 2024-09-03T23:10:50.773Z | Compiling usdt-macro v0.5.0 |
488 | 2024-09-03T23:10:50.773Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-03T23:10:51.273Z | Compiling cargo_toml v0.20.4 |
490 | 2024-09-03T23:10:51.902Z | Compiling usdt v0.5.0 |
491 | 2024-09-03T23:10:55.385Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-09-03T23:11:00.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.81s |
493 | 2024-09-03T23:11:00.568Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-09-03T23:11:01.338Z | Downloading crates ... |
495 | 2024-09-03T23:11:01.475Z | Downloaded atomicwrites v0.4.3 |
496 | 2024-09-03T23:11:01.500Z | Downloaded bitstruct v0.1.1 |
497 | 2024-09-03T23:11:01.500Z | Downloaded crunchy v0.2.2 |
498 | 2024-09-03T23:11:01.500Z | Downloaded argon2 v0.5.3 |
499 | 2024-09-03T23:11:01.500Z | Downloaded darling v0.20.9 |
500 | 2024-09-03T23:11:01.526Z | Downloaded scheduled-thread-pool v0.2.7 |
501 | 2024-09-03T23:11:01.526Z | Downloaded rustls-pki-types v1.7.0 |
502 | 2024-09-03T23:11:01.526Z | Downloaded signal-hook-tokio v0.3.1 |
503 | 2024-09-03T23:11:01.526Z | Downloaded siphasher v0.3.11 |
504 | 2024-09-03T23:11:01.550Z | Downloaded chacha20poly1305 v0.10.1 |
505 | 2024-09-03T23:11:01.550Z | Downloaded newline-converter v0.3.0 |
506 | 2024-09-03T23:11:01.550Z | Downloaded same-file v1.0.6 |
507 | 2024-09-03T23:11:01.550Z | Downloaded termtree v0.4.1 |
508 | 2024-09-03T23:11:01.550Z | Downloaded sync_wrapper v0.1.2 |
509 | 2024-09-03T23:11:01.551Z | Downloaded subtle v2.5.0 |
510 | 2024-09-03T23:11:01.551Z | Downloaded take_mut v0.2.2 |
511 | 2024-09-03T23:11:01.551Z | Downloaded zone_cfg_derive v0.3.0 |
512 | 2024-09-03T23:11:01.551Z | Downloaded thiserror-impl-no-std v2.0.2 |
513 | 2024-09-03T23:11:01.575Z | Downloaded defmt-macros v0.3.9 |
514 | 2024-09-03T23:11:01.575Z | Downloaded number_prefix v0.4.0 |
515 | 2024-09-03T23:11:01.575Z | Downloaded num-integer v0.1.46 |
516 | 2024-09-03T23:11:01.575Z | Downloaded num_enum_derive v0.5.11 |
517 | 2024-09-03T23:11:01.575Z | Downloaded ppv-lite86 v0.2.17 |
518 | 2024-09-03T23:11:01.575Z | Downloaded rand_chacha v0.3.1 |
519 | 2024-09-03T23:11:01.600Z | Downloaded serde-big-array v0.5.1 |
520 | 2024-09-03T23:11:01.600Z | Downloaded precomputed-hash v0.1.1 |
521 | 2024-09-03T23:11:01.600Z | Downloaded smf v0.2.3 |
522 | 2024-09-03T23:11:01.600Z | Downloaded vte_generate_state_changes v0.1.1 |
523 | 2024-09-03T23:11:01.600Z | Downloaded topological-sort v0.2.2 |
524 | 2024-09-03T23:11:01.600Z | Downloaded diesel_table_macro_syntax v0.2.0 |
525 | 2024-09-03T23:11:01.600Z | Downloaded vsss-rs v3.3.4 |
526 | 2024-09-03T23:11:01.624Z | Downloaded enum-as-inner v0.6.0 |
527 | 2024-09-03T23:11:01.624Z | Downloaded openssl-macros v0.1.1 |
528 | 2024-09-03T23:11:01.624Z | Downloaded peg-runtime v0.8.3 |
529 | 2024-09-03T23:11:01.624Z | Downloaded hex-literal v0.4.1 |
530 | 2024-09-03T23:11:01.624Z | Downloaded olpc-cjson v0.1.3 |
531 | 2024-09-03T23:11:01.624Z | Downloaded radium v0.7.0 |
532 | 2024-09-03T23:11:01.624Z | Downloaded r2d2 v0.8.10 |
533 | 2024-09-03T23:11:01.648Z | Downloaded waitgroup v0.1.2 |
534 | 2024-09-03T23:11:01.648Z | Downloaded ssh-cipher v0.2.0 |
535 | 2024-09-03T23:11:01.648Z | Downloaded oso-derive v0.27.3 |
536 | 2024-09-03T23:11:01.648Z | Downloaded either v1.13.0 |
537 | 2024-09-03T23:11:01.673Z | Downloaded downcast v0.11.0 |
538 | 2024-09-03T23:11:01.673Z | Downloaded zone_cfg_derive v0.1.2 |
539 | 2024-09-03T23:11:01.673Z | Downloaded embedded-io v0.4.0 |
540 | 2024-09-03T23:11:01.673Z | Downloaded peg v0.8.4 |
541 | 2024-09-03T23:11:01.697Z | Downloaded smallvec v0.6.14 |
542 | 2024-09-03T23:11:01.697Z | Downloaded unicase v2.7.0 |
543 | 2024-09-03T23:11:01.697Z | Downloaded twox-hash v1.6.3 |
544 | 2024-09-03T23:11:01.697Z | Downloaded try-lock v0.2.5 |
545 | 2024-09-03T23:11:01.721Z | Downloaded foreign-types v0.3.2 |
546 | 2024-09-03T23:11:01.721Z | Downloaded foreign-types-shared v0.1.1 |
547 | 2024-09-03T23:11:01.721Z | Downloaded rusty-fork v0.3.0 |
548 | 2024-09-03T23:11:01.721Z | Downloaded tui-tree-widget v0.22.0 |
549 | 2024-09-03T23:11:01.721Z | Downloaded pretty-hex v0.2.1 |
550 | 2024-09-03T23:11:01.721Z | Downloaded rustversion v1.0.17 |
551 | 2024-09-03T23:11:01.721Z | Downloaded heck v0.3.3 |
552 | 2024-09-03T23:11:01.746Z | Downloaded hex v0.4.3 |
553 | 2024-09-03T23:11:01.746Z | Downloaded parse-size v1.0.0 |
554 | 2024-09-03T23:11:01.746Z | Downloaded parse-display-derive v0.10.0 |
555 | 2024-09-03T23:11:01.746Z | Downloaded polyval v0.6.2 |
556 | 2024-09-03T23:11:01.746Z | Downloaded zeroize_derive v1.4.2 |
557 | 2024-09-03T23:11:01.746Z | Downloaded pin-utils v0.1.0 |
558 | 2024-09-03T23:11:01.746Z | Downloaded zeroize v1.7.0 |
559 | 2024-09-03T23:11:01.771Z | Downloaded pin-project-lite v0.2.14 |
560 | 2024-09-03T23:11:01.771Z | Downloaded tls_codec v0.4.1 |
561 | 2024-09-03T23:11:01.771Z | Downloaded wyz v0.5.1 |
562 | 2024-09-03T23:11:01.771Z | Downloaded hashbrown v0.12.3 |
563 | 2024-09-03T23:11:01.796Z | Downloaded x509-cert v0.2.5 |
564 | 2024-09-03T23:11:01.796Z | Downloaded winnow v0.5.40 |
565 | 2024-09-03T23:11:01.820Z | Downloaded pkg-config v0.3.30 |
566 | 2024-09-03T23:11:01.820Z | Downloaded xattr v1.3.1 |
567 | 2024-09-03T23:11:01.820Z | Downloaded hashlink v0.9.1 |
568 | 2024-09-03T23:11:01.820Z | Downloaded http v1.1.0 |
569 | 2024-09-03T23:11:01.844Z | Downloaded yasna v0.5.2 |
570 | 2024-09-03T23:11:01.844Z | Downloaded poly1305 v0.8.0 |
571 | 2024-09-03T23:11:01.844Z | Downloaded finl_unicode v1.2.0 |
572 | 2024-09-03T23:11:01.868Z | Downloaded zerocopy-derive v0.6.6 |
573 | 2024-09-03T23:11:01.868Z | Downloaded zerocopy v0.6.6 |
574 | 2024-09-03T23:11:01.868Z | Downloaded num-bigint-dig v0.8.4 |
575 | 2024-09-03T23:11:01.892Z | Downloaded nom v7.1.3 |
576 | 2024-09-03T23:11:01.892Z | Downloaded encoding_rs v0.8.34 |
577 | 2024-09-03T23:11:01.916Z | Downloaded itertools v0.13.0 |
578 | 2024-09-03T23:11:01.941Z | Downloaded time v0.3.36 |
579 | 2024-09-03T23:11:01.965Z | Downloaded hkdf v0.12.4 |
580 | 2024-09-03T23:11:01.965Z | Downloaded lalrpop v0.19.12 |
581 | 2024-09-03T23:11:01.989Z | Downloaded hyper v0.14.30 |
582 | 2024-09-03T23:11:02.013Z | Downloaded polar-core v0.27.3 |
583 | 2024-09-03T23:11:02.013Z | Downloaded regex-syntax v0.8.4 |
584 | 2024-09-03T23:11:02.037Z | Downloaded nix v0.29.0 |
585 | 2024-09-03T23:11:02.037Z | Downloaded nix v0.28.0 |
586 | 2024-09-03T23:11:02.061Z | Downloaded nix v0.27.1 |
587 | 2024-09-03T23:11:02.085Z | Downloaded webpki-roots v0.25.4 |
588 | 2024-09-03T23:11:02.085Z | Downloaded object v0.32.2 |
589 | 2024-09-03T23:11:02.109Z | Downloaded ring v0.17.8 |
590 | 2024-09-03T23:11:02.173Z | Downloaded object v0.30.4 |
591 | 2024-09-03T23:11:02.197Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
592 | 2024-09-03T23:11:02.257Z | Downloaded idna v0.5.0 |
593 | 2024-09-03T23:11:02.281Z | Downloaded idna v0.4.0 |
594 | 2024-09-03T23:11:02.281Z | Downloaded ring v0.16.20 |
595 | 2024-09-03T23:11:02.374Z | Downloaded idna v0.3.0 |
596 | 2024-09-03T23:11:02.398Z | Downloaded idna v0.2.3 |
597 | 2024-09-03T23:11:02.398Z | Downloaded libm v0.2.8 |
598 | 2024-09-03T23:11:02.421Z | Downloaded itertools v0.12.1 |
599 | 2024-09-03T23:11:02.421Z | Downloaded tokio v1.39.3 |
600 | 2024-09-03T23:11:02.455Z | Downloaded openssl-sys v0.9.103 |
601 | 2024-09-03T23:11:02.479Z | Downloaded socket2 v0.5.7 |
602 | 2024-09-03T23:11:02.479Z | Downloaded libz-sys v1.1.16 |
603 | 2024-09-03T23:11:02.547Z | Downloaded socket2 v0.4.10 |
604 | 2024-09-03T23:11:02.570Z | Downloaded tracing-core v0.1.32 |
605 | 2024-09-03T23:11:02.570Z | Downloaded num-bigint v0.4.5 |
606 | 2024-09-03T23:11:02.570Z | Downloaded mio v0.8.11 |
607 | 2024-09-03T23:11:02.570Z | Downloaded libxml v0.3.3 |
608 | 2024-09-03T23:11:02.594Z | Downloaded itertools v0.10.5 |
609 | 2024-09-03T23:11:02.594Z | Downloaded libsqlite3-sys v0.28.0 |
610 | 2024-09-03T23:11:02.671Z | Downloaded tinyvec v1.6.0 |
611 | 2024-09-03T23:11:02.695Z | Downloaded headers v0.3.9 |
612 | 2024-09-03T23:11:02.695Z | Downloaded minimal-lexical v0.2.1 |
613 | 2024-09-03T23:11:02.695Z | Downloaded unsafe-libyaml v0.2.11 |
614 | 2024-09-03T23:11:02.695Z | Downloaded signal-hook v0.3.17 |
615 | 2024-09-03T23:11:02.695Z | Downloaded mio v1.0.2 |
616 | 2024-09-03T23:11:02.719Z | Downloaded rustls-pemfile v2.1.3 |
617 | 2024-09-03T23:11:02.719Z | Downloaded futures-channel v0.3.30 |
618 | 2024-09-03T23:11:02.719Z | Downloaded futures v0.3.30 |
619 | 2024-09-03T23:11:02.719Z | Downloaded ratatui v0.28.0 |
620 | 2024-09-03T23:11:02.743Z | Downloaded regex-automata v0.4.6 |
621 | 2024-09-03T23:11:02.768Z | Downloaded petgraph v0.6.5 |
622 | 2024-09-03T23:11:02.791Z | Downloaded csv v1.3.0 |
623 | 2024-09-03T23:11:02.815Z | Downloaded password-hash v0.5.0 |
624 | 2024-09-03T23:11:02.815Z | Downloaded unicode-bidi v0.3.15 |
625 | 2024-09-03T23:11:02.815Z | Downloaded rustls v0.22.4 |
626 | 2024-09-03T23:11:02.839Z | Downloaded rustls v0.21.12 |
627 | 2024-09-03T23:11:02.839Z | Downloaded slog-async v2.8.0 |
628 | 2024-09-03T23:11:02.839Z | Downloaded whoami v1.5.1 |
629 | 2024-09-03T23:11:02.839Z | Downloaded getrandom v0.2.14 |
630 | 2024-09-03T23:11:02.864Z | Downloaded parking_lot v0.12.2 |
631 | 2024-09-03T23:11:02.864Z | Downloaded parking_lot v0.11.2 |
632 | 2024-09-03T23:11:02.864Z | Downloaded elliptic-curve v0.13.8 |
633 | 2024-09-03T23:11:02.864Z | Downloaded sha3 v0.10.8 |
634 | 2024-09-03T23:11:02.864Z | Downloaded http v0.2.12 |
635 | 2024-09-03T23:11:02.864Z | Downloaded hickory-resolver v0.24.1 |
636 | 2024-09-03T23:11:02.888Z | Downloaded trust-dns-proto v0.22.0 |
637 | 2024-09-03T23:11:02.888Z | Downloaded fatfs v0.3.6 |
638 | 2024-09-03T23:11:02.888Z | Downloaded diesel_derives v2.2.2 |
639 | 2024-09-03T23:11:02.912Z | Downloaded hickory-server v0.24.1 |
640 | 2024-09-03T23:11:02.912Z | Downloaded hashbrown v0.13.2 |
641 | 2024-09-03T23:11:02.912Z | Downloaded paste v1.0.15 |
642 | 2024-09-03T23:11:02.912Z | Downloaded rustls-pemfile v1.0.4 |
643 | 2024-09-03T23:11:02.912Z | Downloaded slog-json v2.6.1 |
644 | 2024-09-03T23:11:02.912Z | Downloaded slog-envlogger v2.2.0 |
645 | 2024-09-03T23:11:02.935Z | Downloaded slog-dtrace v0.3.0 |
646 | 2024-09-03T23:11:02.935Z | Downloaded slog-bunyan v2.5.0 |
647 | 2024-09-03T23:11:02.936Z | Downloaded rustls-webpki v0.102.4 |
648 | 2024-09-03T23:11:02.959Z | Downloaded smallvec v1.13.2 |
649 | 2024-09-03T23:11:02.959Z | Downloaded regex-syntax v0.6.29 |
650 | 2024-09-03T23:11:02.959Z | Downloaded regex v1.10.6 |
651 | 2024-09-03T23:11:02.983Z | Downloaded p384 v0.13.0 |
652 | 2024-09-03T23:11:02.983Z | Downloaded openapiv3 v2.0.0 |
653 | 2024-09-03T23:11:03.009Z | Downloaded miniz_oxide v0.7.2 |
654 | 2024-09-03T23:11:03.009Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
655 | 2024-09-03T23:11:03.033Z | Downloaded portable-atomic v1.6.0 |
656 | 2024-09-03T23:11:03.033Z | Downloaded scrypt v0.11.0 |
657 | 2024-09-03T23:11:03.033Z | Downloaded rustls-webpki v0.101.7 |
658 | 2024-09-03T23:11:03.057Z | Downloaded tracing-attributes v0.1.27 |
659 | 2024-09-03T23:11:03.057Z | Downloaded dropshot v0.10.1 |
660 | 2024-09-03T23:11:03.083Z | Downloaded mockall_derive v0.13.0 |
661 | 2024-09-03T23:11:03.083Z | Downloaded indicatif v0.17.8 |
662 | 2024-09-03T23:11:03.083Z | Downloaded tinyvec_macros v0.1.1 |
663 | 2024-09-03T23:11:03.083Z | Downloaded zip v0.6.6 |
664 | 2024-09-03T23:11:03.083Z | Downloaded thread_local v1.1.8 |
665 | 2024-09-03T23:11:03.083Z | Downloaded scopeguard v1.2.0 |
666 | 2024-09-03T23:11:03.083Z | Downloaded untrusted v0.9.0 |
667 | 2024-09-03T23:11:03.083Z | Downloaded untrusted v0.7.1 |
668 | 2024-09-03T23:11:03.083Z | Downloaded hash32 v0.3.1 |
669 | 2024-09-03T23:11:03.083Z | Downloaded funty v2.0.0 |
670 | 2024-09-03T23:11:03.083Z | Downloaded reedline v0.33.0 |
671 | 2024-09-03T23:11:03.107Z | Downloaded rayon v1.10.0 |
672 | 2024-09-03T23:11:03.107Z | Downloaded radix_trie v0.2.1 |
673 | 2024-09-03T23:11:03.131Z | Downloaded openssl v0.10.66 |
674 | 2024-09-03T23:11:03.131Z | Downloaded hickory-proto v0.24.1 |
675 | 2024-09-03T23:11:03.155Z | Downloaded pin-project-internal v1.1.5 |
676 | 2024-09-03T23:11:03.155Z | Downloaded pin-project v1.1.5 |
677 | 2024-09-03T23:11:03.155Z | Downloaded parking_lot_core v0.9.10 |
678 | 2024-09-03T23:11:03.179Z | Downloaded parking_lot_core v0.8.6 |
679 | 2024-09-03T23:11:03.179Z | Downloaded oso v0.27.3 |
680 | 2024-09-03T23:11:03.179Z | Downloaded rustc_version v0.1.7 |
681 | 2024-09-03T23:11:03.179Z | Downloaded heapless v0.8.0 |
682 | 2024-09-03T23:11:03.179Z | Downloaded heapless v0.7.17 |
683 | 2024-09-03T23:11:03.179Z | Downloaded postcard v1.0.8 |
684 | 2024-09-03T23:11:03.179Z | Downloaded unicode-segmentation v1.11.0 |
685 | 2024-09-03T23:11:03.203Z | Downloaded unicode-normalization v0.1.23 |
686 | 2024-09-03T23:11:03.203Z | Downloaded tough v0.17.1 |
687 | 2024-09-03T23:11:03.203Z | Downloaded flate2 v1.0.31 |
688 | 2024-09-03T23:11:03.203Z | Downloaded smoltcp v0.11.0 |
689 | 2024-09-03T23:11:03.227Z | Downloaded prettyplease v0.2.20 |
690 | 2024-09-03T23:11:03.227Z | Downloaded tokio-postgres v0.7.11 |
691 | 2024-09-03T23:11:03.227Z | Downloaded tls_codec_derive v0.4.1 |
692 | 2024-09-03T23:11:03.251Z | Downloaded tungstenite v0.21.0 |
693 | 2024-09-03T23:11:03.251Z | Downloaded smoltcp v0.9.1 |
694 | 2024-09-03T23:11:03.251Z | Downloaded phf_shared v0.11.2 |
695 | 2024-09-03T23:11:03.251Z | Downloaded path-slash v0.1.5 |
696 | 2024-09-03T23:11:03.251Z | Downloaded password-hash v0.4.2 |
697 | 2024-09-03T23:11:03.251Z | Downloaded futures-util v0.3.30 |
698 | 2024-09-03T23:11:03.276Z | Downloaded static_assertions v1.1.0 |
699 | 2024-09-03T23:11:03.276Z | Downloaded rustfmt-wrapper v0.2.1 |
700 | 2024-09-03T23:11:03.276Z | Downloaded group v0.13.0 |
701 | 2024-09-03T23:11:03.276Z | Downloaded serde_derive_internals v0.29.1 |
702 | 2024-09-03T23:11:03.276Z | Downloaded jobserver v0.1.32 |
703 | 2024-09-03T23:11:03.276Z | Downloaded openssl-probe v0.1.5 |
704 | 2024-09-03T23:11:03.276Z | Downloaded tungstenite v0.20.1 |
705 | 2024-09-03T23:11:03.301Z | Downloaded sled v0.34.7 |
706 | 2024-09-03T23:11:03.301Z | Downloaded parse-display v0.10.0 |
707 | 2024-09-03T23:11:03.301Z | Downloaded rustc_version v0.4.0 |
708 | 2024-09-03T23:11:03.301Z | Downloaded rustc-hash v1.1.0 |
709 | 2024-09-03T23:11:03.301Z | Downloaded russh-keys v0.45.0 |
710 | 2024-09-03T23:11:03.301Z | Downloaded flume v0.11.0 |
711 | 2024-09-03T23:11:03.325Z | Downloaded darling_core v0.20.9 |
712 | 2024-09-03T23:11:03.325Z | Downloaded rustc-demangle v0.1.24 |
713 | 2024-09-03T23:11:03.325Z | Downloaded postgres-types v0.2.7 |
714 | 2024-09-03T23:11:03.325Z | Downloaded typed-path v0.7.1 |
715 | 2024-09-03T23:11:03.325Z | Downloaded proptest v1.5.0 |
716 | 2024-09-03T23:11:03.349Z | Downloaded globset v0.4.14 |
717 | 2024-09-03T23:11:03.349Z | Downloaded diesel v2.2.3 |
718 | 2024-09-03T23:11:03.373Z | Downloaded postgres-protocol v0.6.7 |
719 | 2024-09-03T23:11:03.373Z | Downloaded schemars_derive v0.8.21 |
720 | 2024-09-03T23:11:03.373Z | Downloaded tokio-rustls v0.25.0 |
721 | 2024-09-03T23:11:03.373Z | Downloaded signal-hook-mio v0.2.4 |
722 | 2024-09-03T23:11:03.373Z | Downloaded gethostname v0.5.0 |
723 | 2024-09-03T23:11:03.373Z | Downloaded headers-core v0.2.0 |
724 | 2024-09-03T23:11:03.373Z | Downloaded which v4.4.2 |
725 | 2024-09-03T23:11:03.373Z | Downloaded want v0.3.1 |
726 | 2024-09-03T23:11:03.373Z | Downloaded tokio-rustls v0.24.1 |
727 | 2024-09-03T23:11:03.373Z | Downloaded hmac v0.12.1 |
728 | 2024-09-03T23:11:03.373Z | Downloaded portpicker v0.1.1 |
729 | 2024-09-03T23:11:03.373Z | Downloaded tokio-macros v2.4.0 |
730 | 2024-09-03T23:11:03.373Z | Downloaded p521 v0.13.3 |
731 | 2024-09-03T23:11:03.397Z | Downloaded sqlparser v0.45.0 |
732 | 2024-09-03T23:11:03.397Z | Downloaded quick-xml v0.31.0 |
733 | 2024-09-03T23:11:03.397Z | Downloaded tokio-native-tls v0.3.1 |
734 | 2024-09-03T23:11:03.397Z | Downloaded fragile v2.0.0 |
735 | 2024-09-03T23:11:03.397Z | Downloaded foreign-types v0.5.0 |
736 | 2024-09-03T23:11:03.398Z | Downloaded float-cmp v0.9.0 |
737 | 2024-09-03T23:11:03.398Z | Downloaded tungstenite v0.23.0 |
738 | 2024-09-03T23:11:03.421Z | Downloaded mime_guess v2.0.4 |
739 | 2024-09-03T23:11:03.421Z | Downloaded form_urlencoded v1.2.1 |
740 | 2024-09-03T23:11:03.422Z | Downloaded foreign-types-macros v0.2.3 |
741 | 2024-09-03T23:11:03.422Z | Downloaded float-ord v0.3.2 |
742 | 2024-09-03T23:11:03.422Z | Downloaded ron v0.7.1 |
743 | 2024-09-03T23:11:03.422Z | Downloaded walkdir v2.5.0 |
744 | 2024-09-03T23:11:03.422Z | Downloaded thiserror-no-std v2.0.2 |
745 | 2024-09-03T23:11:03.422Z | Downloaded stable_deref_trait v1.2.0 |
746 | 2024-09-03T23:11:03.422Z | Downloaded rand_xorshift v0.3.0 |
747 | 2024-09-03T23:11:03.422Z | Downloaded phf v0.11.2 |
748 | 2024-09-03T23:11:03.447Z | Downloaded hash32 v0.2.1 |
749 | 2024-09-03T23:11:03.447Z | Downloaded flagset v0.4.5 |
750 | 2024-09-03T23:11:03.447Z | Downloaded fixedbitset v0.4.2 |
751 | 2024-09-03T23:11:03.447Z | Downloaded rcgen v0.12.1 |
752 | 2024-09-03T23:11:03.447Z | Downloaded phf_shared v0.10.0 |
753 | 2024-09-03T23:11:03.447Z | Downloaded h2 v0.3.26 |
754 | 2024-09-03T23:11:03.447Z | Downloaded fd-lock v4.0.2 |
755 | 2024-09-03T23:11:03.447Z | Downloaded vcpkg v0.2.15 |
756 | 2024-09-03T23:11:03.495Z | Downloaded native-tls v0.2.11 |
757 | 2024-09-03T23:11:03.519Z | Downloaded filetime v0.2.25 |
758 | 2024-09-03T23:11:03.519Z | Downloaded ff v0.13.0 |
759 | 2024-09-03T23:11:03.519Z | Downloaded enum-as-inner v0.5.1 |
760 | 2024-09-03T23:11:03.519Z | Downloaded slog-term v2.9.1 |
761 | 2024-09-03T23:11:03.519Z | Downloaded rayon-core v1.12.1 |
762 | 2024-09-03T23:11:03.519Z | Downloaded tracing v0.1.40 |
763 | 2024-09-03T23:11:03.519Z | Downloaded serde_with v3.9.0 |
764 | 2024-09-03T23:11:03.543Z | Downloaded fallible-iterator v0.3.0 |
765 | 2024-09-03T23:11:03.543Z | Downloaded dirs-sys-next v0.1.2 |
766 | 2024-09-03T23:11:03.543Z | Downloaded wait-timeout v0.2.0 |
767 | 2024-09-03T23:11:03.543Z | Downloaded serde_arrays v0.1.0 |
768 | 2024-09-03T23:11:03.543Z | Downloaded lock_api v0.4.12 |
769 | 2024-09-03T23:11:03.543Z | Downloaded indent_write v2.2.0 |
770 | 2024-09-03T23:11:03.543Z | Downloaded foreign-types-shared v0.3.1 |
771 | 2024-09-03T23:11:03.543Z | Downloaded endian-type v0.1.2 |
772 | 2024-09-03T23:11:03.543Z | Downloaded unicode_categories v0.1.1 |
773 | 2024-09-03T23:11:03.543Z | Downloaded predicates-core v1.0.6 |
774 | 2024-09-03T23:11:03.543Z | Downloaded gimli v0.28.1 |
775 | 2024-09-03T23:11:03.568Z | Downloaded indexmap v1.9.3 |
776 | 2024-09-03T23:11:03.568Z | Downloaded hyper-staticfile v0.9.5 |
777 | 2024-09-03T23:11:03.568Z | Downloaded slog-scope v4.4.0 |
778 | 2024-09-03T23:11:03.568Z | Downloaded ssh-key v0.6.6 |
779 | 2024-09-03T23:11:03.568Z | Downloaded nu-ansi-term v0.50.0 |
780 | 2024-09-03T23:11:03.568Z | Downloaded ipnet v2.9.0 |
781 | 2024-09-03T23:11:03.592Z | Downloaded iana-time-zone v0.1.60 |
782 | 2024-09-03T23:11:03.592Z | Downloaded bstr v1.9.1 |
783 | 2024-09-03T23:11:03.592Z | Downloaded unarray v0.1.4 |
784 | 2024-09-03T23:11:03.592Z | Downloaded slog-stdlog v4.1.1 |
785 | 2024-09-03T23:11:03.592Z | Downloaded peg-macros v0.8.4 |
786 | 2024-09-03T23:11:03.592Z | Downloaded futures-executor v0.3.30 |
787 | 2024-09-03T23:11:03.592Z | Downloaded p256 v0.13.2 |
788 | 2024-09-03T23:11:03.616Z | Downloaded ed25519-dalek v2.1.1 |
789 | 2024-09-03T23:11:03.616Z | Downloaded newtype-uuid v1.1.0 |
790 | 2024-09-03T23:11:03.616Z | Downloaded russh-cryptovec v0.7.2 |
791 | 2024-09-03T23:11:03.616Z | Downloaded pbkdf2 v0.12.2 |
792 | 2024-09-03T23:11:03.616Z | Downloaded getopts v0.2.21 |
793 | 2024-09-03T23:11:03.616Z | Downloaded futures-macro v0.3.30 |
794 | 2024-09-03T23:11:03.616Z | Downloaded fxhash v0.2.1 |
795 | 2024-09-03T23:11:03.616Z | Downloaded pbkdf2 v0.11.0 |
796 | 2024-09-03T23:11:03.616Z | Downloaded futures-io v0.3.30 |
797 | 2024-09-03T23:11:03.616Z | Downloaded futures-core v0.3.30 |
798 | 2024-09-03T23:11:03.616Z | Downloaded ena v0.14.3 |
799 | 2024-09-03T23:11:03.616Z | Downloaded zone v0.3.0 |
800 | 2024-09-03T23:11:03.616Z | Downloaded zone v0.1.8 |
801 | 2024-09-03T23:11:03.616Z | Downloaded unicode-truncate v1.0.0 |
802 | 2024-09-03T23:11:03.616Z | Downloaded sct v0.7.1 |
803 | 2024-09-03T23:11:03.640Z | Downloaded universal-hash v0.5.1 |
804 | 2024-09-03T23:11:03.640Z | Downloaded shlex v1.3.0 |
805 | 2024-09-03T23:11:03.640Z | Downloaded url v2.5.2 |
806 | 2024-09-03T23:11:03.640Z | Downloaded rpassword v7.3.1 |
807 | 2024-09-03T23:11:03.640Z | Downloaded multimap v0.10.0 |
808 | 2024-09-03T23:11:03.640Z | Downloaded multer v3.1.0 |
809 | 2024-09-03T23:11:03.640Z | Downloaded mockall v0.13.0 |
810 | 2024-09-03T23:11:03.640Z | Downloaded memoffset v0.9.1 |
811 | 2024-09-03T23:11:03.640Z | Downloaded memmap2 v0.9.4 |
812 | 2024-09-03T23:11:03.640Z | Downloaded maybe-uninit v2.0.0 |
813 | 2024-09-03T23:11:03.640Z | Downloaded lru v0.12.3 |
814 | 2024-09-03T23:11:03.640Z | Downloaded libsw v3.3.1 |
815 | 2024-09-03T23:11:03.640Z | Downloaded libloading v0.8.3 |
816 | 2024-09-03T23:11:03.664Z | Downloaded hyper-rustls v0.24.2 |
817 | 2024-09-03T23:11:03.664Z | Downloaded ref-cast-impl v1.0.23 |
818 | 2024-09-03T23:11:03.664Z | Downloaded ref-cast v1.0.23 |
819 | 2024-09-03T23:11:03.664Z | Downloaded predicates-tree v1.0.9 |
820 | 2024-09-03T23:11:03.665Z | Downloaded powerfmt v0.2.0 |
821 | 2024-09-03T23:11:03.665Z | Downloaded packed_struct_codegen v0.10.1 |
822 | 2024-09-03T23:11:03.665Z | Downloaded packed_struct v0.10.1 |
823 | 2024-09-03T23:11:03.665Z | Downloaded owo-colors v4.0.0 |
824 | 2024-09-03T23:11:03.665Z | Downloaded futures-sink v0.3.30 |
825 | 2024-09-03T23:11:03.665Z | Downloaded publicsuffix v2.2.3 |
826 | 2024-09-03T23:11:03.665Z | Downloaded fallible-streaming-iterator v0.1.9 |
827 | 2024-09-03T23:11:03.665Z | Downloaded expectorate v1.1.0 |
828 | 2024-09-03T23:11:03.665Z | Downloaded russh v0.45.0 |
829 | 2024-09-03T23:11:03.689Z | Downloaded git2 v0.19.0 |
830 | 2024-09-03T23:11:03.689Z | Downloaded nibble_vec v0.1.0 |
831 | 2024-09-03T23:11:03.689Z | Downloaded managed v0.8.0 |
832 | 2024-09-03T23:11:03.689Z | Downloaded linked-hash-map v0.5.6 |
833 | 2024-09-03T23:11:03.689Z | Downloaded lalrpop-util v0.19.12 |
834 | 2024-09-03T23:11:03.689Z | Downloaded internet-checksum v0.2.1 |
835 | 2024-09-03T23:11:03.689Z | Downloaded display-error-chain v0.2.1 |
836 | 2024-09-03T23:11:03.689Z | Downloaded unicode-xid v0.2.4 |
837 | 2024-09-03T23:11:03.713Z | Downloaded tower-service v0.3.2 |
838 | 2024-09-03T23:11:03.713Z | Downloaded shell-words v1.1.0 |
839 | 2024-09-03T23:11:03.713Z | Downloaded serde_repr v0.1.19 |
840 | 2024-09-03T23:11:03.713Z | Downloaded serde_plain v1.0.2 |
841 | 2024-09-03T23:11:03.714Z | Downloaded serde_path_to_error v0.1.16 |
842 | 2024-09-03T23:11:03.714Z | Downloaded futures-task v0.3.30 |
843 | 2024-09-03T23:11:03.714Z | Downloaded ecdsa v0.16.9 |
844 | 2024-09-03T23:11:03.714Z | Downloaded dyn-clone v1.0.17 |
845 | 2024-09-03T23:11:03.714Z | Downloaded dropshot_endpoint v0.10.1 |
846 | 2024-09-03T23:11:03.714Z | Downloaded uuid v1.10.0 |
847 | 2024-09-03T23:11:03.714Z | Downloaded spin v0.9.8 |
848 | 2024-09-03T23:11:03.714Z | Downloaded serde_yaml v0.9.34+deprecated |
849 | 2024-09-03T23:11:03.738Z | Downloaded serde_with_macros v3.9.0 |
850 | 2024-09-03T23:11:03.738Z | Downloaded tokio-util v0.7.11 |
851 | 2024-09-03T23:11:03.738Z | Downloaded rusqlite v0.31.0 |
852 | 2024-09-03T23:11:03.738Z | Downloaded num v0.4.3 |
853 | 2024-09-03T23:11:03.738Z | Downloaded lazycell v1.3.0 |
854 | 2024-09-03T23:11:03.738Z | Downloaded kstat-rs v0.2.4 |
855 | 2024-09-03T23:11:03.738Z | Downloaded ipnetwork v0.20.0 |
856 | 2024-09-03T23:11:03.738Z | Downloaded ed25519 v2.2.3 |
857 | 2024-09-03T23:11:03.762Z | Downloaded uzers v0.11.3 |
858 | 2024-09-03T23:11:03.762Z | Downloaded utf-8 v0.7.6 |
859 | 2024-09-03T23:11:03.762Z | Downloaded primeorder v0.13.6 |
860 | 2024-09-03T23:11:03.762Z | Downloaded inout v0.1.3 |
861 | 2024-09-03T23:11:03.762Z | Downloaded dsl_auto_type v0.1.2 |
862 | 2024-09-03T23:11:03.762Z | Downloaded ssh-encoding v0.2.0 |
863 | 2024-09-03T23:11:03.762Z | Downloaded sqlformat v0.2.4 |
864 | 2024-09-03T23:11:03.762Z | Downloaded httparse v1.8.0 |
865 | 2024-09-03T23:11:03.762Z | Downloaded highway v1.2.0 |
866 | 2024-09-03T23:11:03.762Z | Downloaded sqlparser_derive v0.2.2 |
867 | 2024-09-03T23:11:03.762Z | Downloaded spki v0.7.3 |
868 | 2024-09-03T23:11:03.762Z | Downloaded spin v0.5.2 |
869 | 2024-09-03T23:11:03.762Z | Downloaded serde_urlencoded v0.7.1 |
870 | 2024-09-03T23:11:03.762Z | Downloaded omicron-zone-package v0.11.0 |
871 | 2024-09-03T23:11:03.787Z | Downloaded half v2.4.1 |
872 | 2024-09-03T23:11:03.787Z | Downloaded sha1 v0.10.6 |
873 | 2024-09-03T23:11:03.787Z | Downloaded pem-rfc7468 v0.7.0 |
874 | 2024-09-03T23:11:03.787Z | Downloaded toml_edit v0.19.15 |
875 | 2024-09-03T23:11:03.811Z | Downloaded libefi-sys v0.1.0 |
876 | 2024-09-03T23:11:03.811Z | Downloaded quick-error v1.2.3 |
877 | 2024-09-03T23:11:03.811Z | Downloaded hickory-client v0.24.1 |
878 | 2024-09-03T23:11:03.811Z | Downloaded diff v0.1.13 |
879 | 2024-09-03T23:11:03.811Z | Downloaded snafu v0.8.2 |
880 | 2024-09-03T23:11:03.811Z | Downloaded nanorand v0.7.0 |
881 | 2024-09-03T23:11:03.811Z | Downloaded httpdate v1.0.3 |
882 | 2024-09-03T23:11:03.811Z | Downloaded psl-types v2.0.11 |
883 | 2024-09-03T23:11:03.811Z | Downloaded proc-macro-crate v1.3.1 |
884 | 2024-09-03T23:11:03.835Z | Downloaded percent-encoding v2.3.1 |
885 | 2024-09-03T23:11:03.835Z | Downloaded pem v3.0.4 |
886 | 2024-09-03T23:11:03.835Z | Downloaded env_logger v0.10.2 |
887 | 2024-09-03T23:11:03.835Z | Downloaded rand v0.8.5 |
888 | 2024-09-03T23:11:03.835Z | Downloaded vergen v8.3.2 |
889 | 2024-09-03T23:11:03.835Z | Downloaded toml v0.7.8 |
890 | 2024-09-03T23:11:03.835Z | Downloaded tokio-tungstenite v0.20.1 |
891 | 2024-09-03T23:11:03.835Z | Downloaded lru-cache v0.1.2 |
892 | 2024-09-03T23:11:03.835Z | Downloaded env_logger v0.9.3 |
893 | 2024-09-03T23:11:03.835Z | Downloaded md-5 v0.10.6 |
894 | 2024-09-03T23:11:03.859Z | Downloaded maplit v1.0.2 |
895 | 2024-09-03T23:11:03.860Z | Downloaded erased-serde v0.3.31 |
896 | 2024-09-03T23:11:03.860Z | Downloaded dirs-next v2.0.0 |
897 | 2024-09-03T23:11:03.860Z | Downloaded vte v0.11.1 |
898 | 2024-09-03T23:11:03.860Z | Downloaded tokio-tungstenite v0.23.1 |
899 | 2024-09-03T23:11:03.860Z | Downloaded rsa v0.9.6 |
900 | 2024-09-03T23:11:03.860Z | Downloaded mime v0.3.17 |
901 | 2024-09-03T23:11:03.860Z | Downloaded lazy_static v1.5.0 |
902 | 2024-09-03T23:11:03.860Z | Downloaded opaque-debug v0.3.1 |
903 | 2024-09-03T23:11:03.860Z | Downloaded fallible-iterator v0.2.0 |
904 | 2024-09-03T23:11:03.860Z | Downloaded time-macros v0.2.18 |
905 | 2024-09-03T23:11:03.860Z | Downloaded secrecy v0.8.0 |
906 | 2024-09-03T23:11:03.883Z | Downloaded newtype_derive v0.1.6 |
907 | 2024-09-03T23:11:03.884Z | Downloaded difflib v0.4.0 |
908 | 2024-09-03T23:11:03.884Z | Downloaded toolchain_find v0.4.0 |
909 | 2024-09-03T23:11:03.884Z | Downloaded tokio-tungstenite v0.21.0 |
910 | 2024-09-03T23:11:03.884Z | Downloaded serde-hex v0.1.0 |
911 | 2024-09-03T23:11:03.884Z | Downloaded ron v0.8.1 |
912 | 2024-09-03T23:11:03.884Z | Downloaded pkcs8 v0.10.2 |
913 | 2024-09-03T23:11:03.884Z | Downloaded pkcs5 v0.7.1 |
914 | 2024-09-03T23:11:03.884Z | Downloaded linear-map v1.2.0 |
915 | 2024-09-03T23:11:03.884Z | Downloaded keccak v0.1.5 |
916 | 2024-09-03T23:11:03.908Z | Downloaded tokio-stream v0.1.15 |
917 | 2024-09-03T23:11:03.908Z | Downloaded reqwest v0.11.27 |
918 | 2024-09-03T23:11:03.908Z | Downloaded impl-trait-for-tuples v0.2.2 |
919 | 2024-09-03T23:11:03.908Z | Downloaded http-body v0.4.6 |
920 | 2024-09-03T23:11:03.908Z | Downloaded tiny-keccak v2.0.2 |
921 | 2024-09-03T23:11:03.908Z | Downloaded time-core v0.1.2 |
922 | 2024-09-03T23:11:03.908Z | Downloaded snafu-derive v0.8.2 |
923 | 2024-09-03T23:11:03.932Z | Downloaded rtoolbox v0.0.2 |
924 | 2024-09-03T23:11:03.932Z | Downloaded rand_core v0.6.4 |
925 | 2024-09-03T23:11:03.932Z | Downloaded num_enum v0.5.11 |
926 | 2024-09-03T23:11:03.932Z | Downloaded num-rational v0.4.2 |
927 | 2024-09-03T23:11:03.932Z | Downloaded hubpack v0.1.2 |
928 | 2024-09-03T23:11:03.932Z | Downloaded sec1 v0.7.3 |
929 | 2024-09-03T23:11:03.932Z | Downloaded test-strategy v0.3.1 |
930 | 2024-09-03T23:11:03.932Z | Downloaded term v0.7.0 |
931 | 2024-09-03T23:11:03.932Z | Downloaded tar v0.4.41 |
932 | 2024-09-03T23:11:03.956Z | Downloaded nodrop v0.1.14 |
933 | 2024-09-03T23:11:03.956Z | Downloaded semver v0.1.20 |
934 | 2024-09-03T23:11:03.956Z | Downloaded rand_seeder v0.3.0 |
935 | 2024-09-03T23:11:03.956Z | Downloaded glob v0.3.1 |
936 | 2024-09-03T23:11:03.956Z | Downloaded ghash v0.5.1 |
937 | 2024-09-03T23:11:03.956Z | Downloaded des v0.8.1 |
938 | 2024-09-03T23:11:03.956Z | Downloaded derive_builder v0.20.0 |
939 | 2024-09-03T23:11:03.956Z | Downloaded der_derive v0.7.2 |
940 | 2024-09-03T23:11:03.956Z | Downloaded subprocess v0.2.9 |
941 | 2024-09-03T23:11:03.956Z | Downloaded normalize-line-endings v0.3.0 |
942 | 2024-09-03T23:11:03.956Z | Downloaded md5 v0.7.0 |
943 | 2024-09-03T23:11:03.956Z | Downloaded match_cfg v0.1.0 |
944 | 2024-09-03T23:11:03.956Z | Downloaded num_threads v0.1.7 |
945 | 2024-09-03T23:11:03.956Z | Downloaded defmt-parser v0.3.4 |
946 | 2024-09-03T23:11:03.956Z | Downloaded defmt v0.3.8 |
947 | 2024-09-03T23:11:03.980Z | Downloaded rustyline v14.0.0 |
948 | 2024-09-03T23:11:03.980Z | Downloaded predicates v3.1.2 |
949 | 2024-09-03T23:11:03.980Z | Downloaded num-traits v0.2.19 |
950 | 2024-09-03T23:11:03.980Z | Downloaded num-conv v0.1.0 |
951 | 2024-09-03T23:11:03.980Z | Downloaded dhcproto-macros v0.1.0 |
952 | 2024-09-03T23:11:03.980Z | Downloaded deranged v0.3.11 |
953 | 2024-09-03T23:11:03.980Z | Downloaded darling_macro v0.20.9 |
954 | 2024-09-03T23:11:03.980Z | Downloaded tabwriter v1.4.0 |
955 | 2024-09-03T23:11:03.980Z | Downloaded supports-color v3.0.0 |
956 | 2024-09-03T23:11:03.980Z | Downloaded structmeta-derive v0.3.0 |
957 | 2024-09-03T23:11:03.980Z | Downloaded is_ci v1.2.0 |
958 | 2024-09-03T23:11:03.980Z | Downloaded derive_builder_macro v0.20.0 |
959 | 2024-09-03T23:11:04.004Z | Downloaded der v0.7.9 |
960 | 2024-09-03T23:11:04.004Z | Downloaded termios v0.3.3 |
961 | 2024-09-03T23:11:04.004Z | Downloaded strum_macros v0.25.3 |
962 | 2024-09-03T23:11:04.004Z | Downloaded new_debug_unreachable v1.0.6 |
963 | 2024-09-03T23:11:04.005Z | Downloaded pkcs1 v0.7.5 |
964 | 2024-09-03T23:11:04.005Z | Downloaded num-complex v0.4.6 |
965 | 2024-09-03T23:11:04.005Z | Downloaded structmeta v0.3.0 |
966 | 2024-09-03T23:11:04.005Z | Downloaded strip-ansi-escapes v0.2.0 |
967 | 2024-09-03T23:11:04.005Z | Downloaded string_cache v0.8.7 |
968 | 2024-09-03T23:11:04.005Z | Downloaded steno v0.4.1 |
969 | 2024-09-03T23:11:04.031Z | Downloaded crossterm v0.27.0 |
970 | 2024-09-03T23:11:04.031Z | Downloaded regress v0.9.1 |
971 | 2024-09-03T23:11:04.031Z | Downloaded hostname v0.3.1 |
972 | 2024-09-03T23:11:04.031Z | Downloaded num-derive v0.4.2 |
973 | 2024-09-03T23:11:04.031Z | Downloaded dhcproto v0.12.0 |
974 | 2024-09-03T23:11:04.055Z | Downloaded derive_more v0.99.18 |
975 | 2024-09-03T23:11:04.055Z | Downloaded derive-where v1.2.7 |
976 | 2024-09-03T23:11:04.055Z | Downloaded slog v2.7.0 |
977 | 2024-09-03T23:11:04.055Z | Downloaded indoc v1.0.9 |
978 | 2024-09-03T23:11:04.055Z | Downloaded humantime v2.1.0 |
979 | 2024-09-03T23:11:04.055Z | Downloaded hostname v0.4.0 |
980 | 2024-09-03T23:11:04.055Z | Downloaded home v0.5.9 |
981 | 2024-09-03T23:11:04.055Z | Downloaded num-iter v0.1.45 |
982 | 2024-09-03T23:11:04.055Z | Downloaded derive_builder_core v0.20.0 |
983 | 2024-09-03T23:11:04.055Z | Downloaded schemars v0.8.21 |
984 | 2024-09-03T23:11:04.079Z | Downloaded instability v0.3.2 |
985 | 2024-09-03T23:11:04.079Z | Downloaded debug-ignore v1.0.5 |
986 | 2024-09-03T23:11:04.079Z | Downloaded data-encoding v2.6.0 |
987 | 2024-09-03T23:11:04.079Z | Downloaded similar v2.6.0 |
988 | 2024-09-03T23:11:04.112Z | Downloaded hyper-tls v0.5.0 |
989 | 2024-09-03T23:11:04.112Z | Downloaded bindgen v0.69.4 |
990 | 2024-09-03T23:11:04.112Z | Downloaded termcolor v1.4.1 |
991 | 2024-09-03T23:11:04.112Z | Downloaded tap v1.0.1 |
992 | 2024-09-03T23:11:04.112Z | Downloaded strum_macros v0.26.4 |
993 | 2024-09-03T23:11:04.112Z | Downloaded strum_macros v0.24.3 |
994 | 2024-09-03T23:11:04.112Z | Downloaded slab v0.4.9 |
995 | 2024-09-03T23:11:04.112Z | Downloaded crossbeam-channel v0.5.12 |
996 | 2024-09-03T23:11:04.112Z | Downloaded compact_str v0.8.0 |
997 | 2024-09-03T23:11:04.112Z | Downloaded sigpipe v0.1.3 |
998 | 2024-09-03T23:11:04.112Z | Downloaded crypto-bigint v0.5.5 |
999 | 2024-09-03T23:11:04.138Z | Downloaded structmeta-derive v0.2.0 |
1000 | 2024-09-03T23:11:04.138Z | Downloaded structmeta v0.2.0 |
1001 | 2024-09-03T23:11:04.139Z | Downloaded stringprep v0.1.4 |
1002 | 2024-09-03T23:11:04.139Z | Downloaded signal-hook-registry v1.4.2 |
1003 | 2024-09-03T23:11:04.139Z | Downloaded signature v2.2.0 |
1004 | 2024-09-03T23:11:04.139Z | Downloaded matches v0.1.10 |
1005 | 2024-09-03T23:11:04.139Z | Downloaded hubpack_derive v0.1.1 |
1006 | 2024-09-03T23:11:04.139Z | Downloaded crossbeam-epoch v0.9.18 |
1007 | 2024-09-03T23:11:04.139Z | Downloaded cookie v0.18.1 |
1008 | 2024-09-03T23:11:04.139Z | Downloaded const-oid v0.9.6 |
1009 | 2024-09-03T23:11:04.139Z | Downloaded strum v0.26.3 |
1010 | 2024-09-03T23:11:04.139Z | Downloaded curve25519-dalek-derive v0.1.1 |
1011 | 2024-09-03T23:11:04.139Z | Downloaded ctr v0.9.2 |
1012 | 2024-09-03T23:11:04.163Z | Downloaded cobs v0.2.3 |
1013 | 2024-09-03T23:11:04.163Z | Downloaded bytes v1.7.1 |
1014 | 2024-09-03T23:11:04.163Z | Downloaded salsa20 v0.10.2 |
1015 | 2024-09-03T23:11:04.163Z | Downloaded rfc6979 v0.4.0 |
1016 | 2024-09-03T23:11:04.163Z | Downloaded crc v3.2.1 |
1017 | 2024-09-03T23:11:04.163Z | Downloaded curve25519-dalek v4.1.3 |
1018 | 2024-09-03T23:11:04.163Z | Downloaded crc-catalog v2.4.0 |
1019 | 2024-09-03T23:11:04.163Z | Downloaded blake2 v0.10.6 |
1020 | 2024-09-03T23:11:04.188Z | Downloaded cbc v0.1.2 |
1021 | 2024-09-03T23:11:04.188Z | Downloaded bitfield v0.14.0 |
1022 | 2024-09-03T23:11:04.188Z | Downloaded is-terminal v0.4.12 |
1023 | 2024-09-03T23:11:04.188Z | Downloaded instant v0.1.12 |
1024 | 2024-09-03T23:11:04.188Z | Downloaded crucible-workspace-hack v0.1.0 |
1025 | 2024-09-03T23:11:04.188Z | Downloaded const_format_proc_macros v0.2.32 |
1026 | 2024-09-03T23:11:04.189Z | Downloaded ciborium-io v0.2.2 |
1027 | 2024-09-03T23:11:04.189Z | Downloaded ciborium v0.2.2 |
1028 | 2024-09-03T23:11:04.189Z | Downloaded chrono v0.4.38 |
1029 | 2024-09-03T23:11:04.189Z | Downloaded cfg_aliases v0.2.1 |
1030 | 2024-09-03T23:11:04.189Z | Downloaded cassowary v0.3.0 |
1031 | 2024-09-03T23:11:04.213Z | Downloaded block-padding v0.3.3 |
1032 | 2024-09-03T23:11:04.213Z | Downloaded base64 v0.22.1 |
1033 | 2024-09-03T23:11:04.213Z | Downloaded base64 v0.13.1 |
1034 | 2024-09-03T23:11:04.213Z | Downloaded backtrace v0.3.71 |
1035 | 2024-09-03T23:11:04.213Z | Downloaded samael v0.0.15 |
1036 | 2024-09-03T23:11:04.237Z | Downloaded http-range v0.1.5 |
1037 | 2024-09-03T23:11:04.237Z | Downloaded bitstruct_derive v0.1.0 |
1038 | 2024-09-03T23:11:04.237Z | Downloaded bitflags v1.3.2 |
1039 | 2024-09-03T23:11:04.237Z | Downloaded ident_case v1.0.1 |
1040 | 2024-09-03T23:11:04.237Z | Downloaded crc-any v2.5.0 |
1041 | 2024-09-03T23:11:04.237Z | Downloaded cookie_store v0.20.0 |
1042 | 2024-09-03T23:11:04.237Z | Downloaded convert_case v0.4.0 |
1043 | 2024-09-03T23:11:04.237Z | Downloaded clang-sys v1.7.0 |
1044 | 2024-09-03T23:11:04.237Z | Downloaded cexpr v0.6.0 |
1045 | 2024-09-03T23:11:04.237Z | Downloaded cancel-safe-futures v0.1.5 |
1046 | 2024-09-03T23:11:04.237Z | Downloaded blake3 v1.5.1 |
1047 | 2024-09-03T23:11:04.263Z | Downloaded bitvec v1.0.1 |
1048 | 2024-09-03T23:11:04.264Z | Downloaded bit-set v0.5.3 |
1049 | 2024-09-03T23:11:04.289Z | Downloaded bcs v0.1.6 |
1050 | 2024-09-03T23:11:04.289Z | Downloaded bb8 v0.8.5 |
1051 | 2024-09-03T23:11:04.289Z | Downloaded atomic-waker v1.1.2 |
1052 | 2024-09-03T23:11:04.289Z | Downloaded async-bb8-diesel v0.2.1 |
1053 | 2024-09-03T23:11:04.289Z | Downloaded ascii-canvas v3.0.0 |
1054 | 2024-09-03T23:11:04.289Z | Downloaded arrayvec v0.7.4 |
1055 | 2024-09-03T23:11:04.289Z | Downloaded aho-corasick v1.1.3 |
1056 | 2024-09-03T23:11:04.289Z | Downloaded aes-gcm v0.10.3 |
1057 | 2024-09-03T23:11:04.289Z | Downloaded aes v0.8.4 |
1058 | 2024-09-03T23:11:04.314Z | Downloaded resolv-conf v0.7.0 |
1059 | 2024-09-03T23:11:04.314Z | Downloaded crossterm v0.28.1 |
1060 | 2024-09-03T23:11:04.314Z | Downloaded crossbeam-utils v0.8.19 |
1061 | 2024-09-03T23:11:04.314Z | Downloaded crossbeam-deque v0.8.5 |
1062 | 2024-09-03T23:11:04.314Z | Downloaded crc32fast v1.4.0 |
1063 | 2024-09-03T23:11:04.314Z | Downloaded cookie v0.17.0 |
1064 | 2024-09-03T23:11:04.314Z | Downloaded const_format v0.2.32 |
1065 | 2024-09-03T23:11:04.338Z | Downloaded console v0.15.8 |
1066 | 2024-09-03T23:11:04.338Z | Downloaded cipher v0.4.4 |
1067 | 2024-09-03T23:11:04.338Z | Downloaded chacha20 v0.9.1 |
1068 | 2024-09-03T23:11:04.338Z | Downloaded cc v1.0.97 |
1069 | 2024-09-03T23:11:04.338Z | Downloaded bzip2 v0.4.4 |
1070 | 2024-09-03T23:11:04.338Z | Downloaded bitfield-struct v0.6.1 |
1071 | 2024-09-03T23:11:04.338Z | Downloaded base64ct v1.6.0 |
1072 | 2024-09-03T23:11:04.338Z | Downloaded base64 v0.21.7 |
1073 | 2024-09-03T23:11:04.338Z | Downloaded backoff v0.4.0 |
1074 | 2024-09-03T23:11:04.363Z | Downloaded atty v0.2.14 |
1075 | 2024-09-03T23:11:04.363Z | Downloaded async-trait v0.1.81 |
1076 | 2024-09-03T23:11:04.363Z | Downloaded async-stream-impl v0.3.5 |
1077 | 2024-09-03T23:11:04.363Z | Downloaded array-init v0.0.4 |
1078 | 2024-09-03T23:11:04.363Z | Downloaded arc-swap v1.7.1 |
1079 | 2024-09-03T23:11:04.363Z | Downloaded allocator-api2 v0.2.18 |
1080 | 2024-09-03T23:11:04.363Z | Downloaded ahash v0.8.11 |
1081 | 2024-09-03T23:11:04.363Z | Downloaded aead v0.5.2 |
1082 | 2024-09-03T23:11:04.363Z | Downloaded addr2line v0.21.0 |
1083 | 2024-09-03T23:11:04.363Z | Downloaded csv-core v0.1.11 |
1084 | 2024-09-03T23:11:04.363Z | Downloaded cstr-argument v0.1.2 |
1085 | 2024-09-03T23:11:04.387Z | Downloaded constant_time_eq v0.3.0 |
1086 | 2024-09-03T23:11:04.387Z | Downloaded colored v2.1.0 |
1087 | 2024-09-03T23:11:04.387Z | Downloaded ciborium-ll v0.2.2 |
1088 | 2024-09-03T23:11:04.387Z | Downloaded castaway v0.2.3 |
1089 | 2024-09-03T23:11:04.387Z | Downloaded buf-list v1.0.3 |
1090 | 2024-09-03T23:11:04.387Z | Downloaded blowfish v0.9.1 |
1091 | 2024-09-03T23:11:04.387Z | Downloaded cfg_aliases v0.1.1 |
1092 | 2024-09-03T23:11:04.387Z | Downloaded bit-vec v0.6.3 |
1093 | 2024-09-03T23:11:04.387Z | Downloaded bcrypt-pbkdf v0.10.0 |
1094 | 2024-09-03T23:11:04.387Z | Downloaded base16ct v0.2.0 |
1095 | 2024-09-03T23:11:04.387Z | Downloaded ascii v1.1.0 |
1096 | 2024-09-03T23:11:04.387Z | Downloaded async-stream v0.3.5 |
1097 | 2024-09-03T23:11:04.388Z | Downloaded async-recursion v1.1.1 |
1098 | 2024-09-03T23:11:04.413Z | Downloaded assert_matches v1.5.0 |
1099 | 2024-09-03T23:11:04.413Z | Downloaded arrayref v0.3.7 |
1100 | 2024-09-03T23:11:04.413Z | Downloaded adler v1.0.2 |
1101 | 2024-09-03T23:11:04.509Z | Compiling serde v1.0.208 |
1102 | 2024-09-03T23:11:04.509Z | Compiling typenum v1.17.0 |
1103 | 2024-09-03T23:11:04.509Z | Compiling generic-array v0.14.7 |
1104 | 2024-09-03T23:11:04.509Z | Compiling lock_api v0.4.12 |
1105 | 2024-09-03T23:11:04.533Z | Compiling scopeguard v1.2.0 |
1106 | 2024-09-03T23:11:04.533Z | Compiling log v0.4.21 |
1107 | 2024-09-03T23:11:04.581Z | Compiling syn v2.0.74 |
1108 | 2024-09-03T23:11:04.581Z | Compiling getrandom v0.2.14 |
1109 | 2024-09-03T23:11:04.708Z | Compiling jobserver v0.1.32 |
1110 | 2024-09-03T23:11:04.873Z | Compiling rand_core v0.6.4 |
1111 | 2024-09-03T23:11:05.077Z | Compiling cc v1.0.97 |
1112 | 2024-09-03T23:11:05.102Z | Compiling subtle v2.5.0 |
1113 | 2024-09-03T23:11:05.102Z | Compiling const-oid v0.9.6 |
1114 | 2024-09-03T23:11:05.337Z | Compiling pin-project-lite v0.2.14 |
1115 | 2024-09-03T23:11:05.433Z | Compiling smallvec v1.13.2 |
1116 | 2024-09-03T23:11:05.459Z | Compiling parking_lot_core v0.9.10 |
1117 | 2024-09-03T23:11:05.531Z | Compiling signal-hook-registry v1.4.2 |
1118 | 2024-09-03T23:11:05.556Z | Compiling spin v0.9.8 |
1119 | 2024-09-03T23:11:05.797Z | Compiling mio v1.0.2 |
1120 | 2024-09-03T23:11:05.904Z | Compiling ahash v0.8.11 |
1121 | 2024-09-03T23:11:06.190Z | Compiling tinyvec_macros v0.1.1 |
1122 | 2024-09-03T23:11:06.227Z | Compiling parking_lot v0.12.2 |
1123 | 2024-09-03T23:11:06.279Z | Compiling tinyvec v1.6.0 |
1124 | 2024-09-03T23:11:06.503Z | Compiling socket2 v0.5.7 |
1125 | 2024-09-03T23:11:06.648Z | Compiling futures-sink v0.3.30 |
1126 | 2024-09-03T23:11:06.732Z | Compiling serde_json v1.0.125 |
1127 | 2024-09-03T23:11:06.796Z | Compiling libm v0.2.8 |
1128 | 2024-09-03T23:11:06.830Z | Compiling futures-core v0.3.30 |
1129 | 2024-09-03T23:11:07.197Z | Compiling cpufeatures v0.2.12 |
1130 | 2024-09-03T23:11:07.268Z | Compiling num-traits v0.2.19 |
1131 | 2024-09-03T23:11:07.293Z | Compiling slab v0.4.9 |
1132 | 2024-09-03T23:11:07.389Z | Compiling unicode-bidi v0.3.15 |
1133 | 2024-09-03T23:11:07.461Z | Compiling allocator-api2 v0.2.18 |
1134 | 2024-09-03T23:11:07.810Z | Compiling unicode-normalization v0.1.23 |
1135 | 2024-09-03T23:11:07.869Z | Compiling futures-channel v0.3.30 |
1136 | 2024-09-03T23:11:08.051Z | Compiling pkg-config v0.3.30 |
1137 | 2024-09-03T23:11:08.304Z | Compiling vcpkg v0.2.15 |
1138 | 2024-09-03T23:11:08.469Z | Compiling pin-utils v0.1.0 |
1139 | 2024-09-03T23:11:08.732Z | Compiling futures-task v0.3.30 |
1140 | 2024-09-03T23:11:09.027Z | Compiling futures-io v0.3.30 |
1141 | 2024-09-03T23:11:09.060Z | Compiling base64ct v1.6.0 |
1142 | 2024-09-03T23:11:09.196Z | Compiling ring v0.17.8 |
1143 | 2024-09-03T23:11:09.324Z | Compiling ppv-lite86 v0.2.17 |
1144 | 2024-09-03T23:11:09.382Z | Compiling percent-encoding v2.3.1 |
1145 | 2024-09-03T23:11:09.577Z | Compiling pem-rfc7468 v0.7.0 |
1146 | 2024-09-03T23:11:09.648Z | Compiling flagset v0.4.5 |
1147 | 2024-09-03T23:11:09.714Z | Compiling tracing-core v0.1.32 |
1148 | 2024-09-03T23:11:09.836Z | Compiling rustix v0.38.34 |
1149 | 2024-09-03T23:11:09.979Z | Compiling rand_chacha v0.3.1 |
1150 | 2024-09-03T23:11:10.256Z | Compiling untrusted v0.9.0 |
1151 | 2024-09-03T23:11:10.404Z | Compiling openssl-sys v0.9.103 |
1152 | 2024-09-03T23:11:10.428Z | Compiling rand v0.8.5 |
1153 | 2024-09-03T23:11:10.624Z | Compiling foreign-types-shared v0.1.1 |
1154 | 2024-09-03T23:11:10.713Z | Compiling num-conv v0.1.0 |
1155 | 2024-09-03T23:11:10.740Z | Compiling httparse v1.8.0 |
1156 | 2024-09-03T23:11:10.963Z | Compiling openssl v0.10.66 |
1157 | 2024-09-03T23:11:10.987Z | Compiling rustversion v1.0.17 |
1158 | 2024-09-03T23:11:11.139Z | Compiling powerfmt v0.2.0 |
1159 | 2024-09-03T23:11:11.401Z | Compiling time-core v0.1.2 |
1160 | 2024-09-03T23:11:11.544Z | Compiling deranged v0.3.11 |
1161 | 2024-09-03T23:11:11.593Z | Compiling time-macros v0.2.18 |
1162 | 2024-09-03T23:11:11.796Z | Compiling foreign-types v0.3.2 |
1163 | 2024-09-03T23:11:11.851Z | Compiling form_urlencoded v1.2.1 |
1164 | 2024-09-03T23:11:11.905Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-09-03T23:11:12.245Z | Compiling num_threads v0.1.7 |
1166 | 2024-09-03T23:11:12.280Z | Compiling rustls v0.21.12 |
1167 | 2024-09-03T23:11:12.385Z | Compiling native-tls v0.2.11 |
1168 | 2024-09-03T23:11:12.569Z | Compiling crossbeam-utils v0.8.19 |
1169 | 2024-09-03T23:11:12.744Z | Compiling try-lock v0.2.5 |
1170 | 2024-09-03T23:11:12.856Z | Compiling syn v1.0.109 |
1171 | 2024-09-03T23:11:12.891Z | Compiling siphasher v0.3.11 |
1172 | 2024-09-03T23:11:13.176Z | Compiling regex-syntax v0.8.4 |
1173 | 2024-09-03T23:11:13.294Z | Compiling want v0.3.1 |
1174 | 2024-09-03T23:11:13.578Z | Compiling idna v0.5.0 |
1175 | 2024-09-03T23:11:13.992Z | Compiling cookie v0.17.0 |
1176 | 2024-09-03T23:11:14.256Z | Compiling iana-time-zone v0.1.60 |
1177 | 2024-09-03T23:11:14.479Z | Compiling time v0.3.36 |
1178 | 2024-09-03T23:11:14.681Z | Compiling httpdate v1.0.3 |
1179 | 2024-09-03T23:11:14.757Z | Compiling finl_unicode v1.2.0 |
1180 | 2024-09-03T23:11:14.859Z | Compiling slog v2.7.0 |
1181 | 2024-09-03T23:11:15.121Z | Compiling tower-service v0.3.2 |
1182 | 2024-09-03T23:11:15.232Z | Compiling openssl-probe v0.1.5 |
1183 | 2024-09-03T23:11:15.278Z | Compiling adler v1.0.2 |
1184 | 2024-09-03T23:11:15.385Z | Compiling stringprep v0.1.4 |
1185 | 2024-09-03T23:11:15.486Z | Compiling miniz_oxide v0.7.2 |
1186 | 2024-09-03T23:11:15.610Z | Compiling url v2.5.2 |
1187 | 2024-09-03T23:11:16.374Z | Compiling regex-automata v0.4.6 |
1188 | 2024-09-03T23:11:16.755Z | Compiling rustls-webpki v0.101.7 |
1189 | 2024-09-03T23:11:17.192Z | Compiling sct v0.7.1 |
1190 | 2024-09-03T23:11:17.672Z | Compiling serde_derive v1.0.208 |
1191 | 2024-09-03T23:11:18.213Z | Compiling zeroize_derive v1.4.2 |
1192 | 2024-09-03T23:11:18.433Z | Compiling zerocopy-derive v0.7.34 |
1193 | 2024-09-03T23:11:18.691Z | Compiling tokio-macros v2.4.0 |
1194 | 2024-09-03T23:11:18.970Z | Compiling thiserror-impl v1.0.63 |
1195 | 2024-09-03T23:11:19.510Z | Compiling zeroize v1.7.0 |
1196 | 2024-09-03T23:11:20.078Z | Compiling futures-macro v0.3.30 |
1197 | 2024-09-03T23:11:20.306Z | Compiling zerocopy v0.7.34 |
1198 | 2024-09-03T23:11:21.055Z | Compiling crypto-common v0.1.6 |
1199 | 2024-09-03T23:11:21.253Z | Compiling block-buffer v0.10.4 |
1200 | 2024-09-03T23:11:21.496Z | Compiling digest v0.10.7 |
1201 | 2024-09-03T23:11:21.694Z | Compiling block-padding v0.3.3 |
1202 | 2024-09-03T23:11:21.719Z | Compiling thiserror v1.0.63 |
1203 | 2024-09-03T23:11:21.852Z | Compiling futures-util v0.3.30 |
1204 | 2024-09-03T23:11:21.918Z | Compiling hmac v0.12.1 |
1205 | 2024-09-03T23:11:21.982Z | Compiling inout v0.1.3 |
1206 | 2024-09-03T23:11:22.191Z | Compiling hashbrown v0.14.5 |
1207 | 2024-09-03T23:11:22.231Z | Compiling cipher v0.4.4 |
1208 | 2024-09-03T23:11:22.255Z | Compiling sha2 v0.10.8 |
1209 | 2024-09-03T23:11:22.680Z | Compiling pest v2.7.10 |
1210 | 2024-09-03T23:11:23.368Z | Compiling der_derive v0.7.2 |
1211 | 2024-09-03T23:11:24.921Z | Compiling pest_meta v2.7.10 |
1212 | 2024-09-03T23:11:25.050Z | Compiling salsa20 v0.10.2 |
1213 | 2024-09-03T23:11:25.281Z | Compiling pbkdf2 v0.12.2 |
1214 | 2024-09-03T23:11:25.387Z | Compiling tracing-attributes v0.1.27 |
1215 | 2024-09-03T23:11:25.455Z | Compiling scroll_derive v0.12.0 |
1216 | 2024-09-03T23:11:25.543Z | Compiling der v0.7.9 |
1217 | 2024-09-03T23:11:26.723Z | Compiling scroll v0.12.0 |
1218 | 2024-09-03T23:11:27.238Z | Compiling pest_generator v2.7.10 |
1219 | 2024-09-03T23:11:27.263Z | Compiling scrypt v0.11.0 |
1220 | 2024-09-03T23:11:27.349Z | Compiling aes v0.8.4 |
1221 | 2024-09-03T23:11:27.749Z | Compiling spki v0.7.3 |
1222 | 2024-09-03T23:11:28.123Z | Compiling cbc v0.1.2 |
1223 | 2024-09-03T23:11:28.322Z | Compiling pkcs5 v0.7.1 |
1224 | 2024-09-03T23:11:28.555Z | Compiling goblin v0.8.2 |
1225 | 2024-09-03T23:11:28.698Z | Compiling tracing v0.1.40 |
1226 | 2024-09-03T23:11:28.792Z | Compiling openssl-macros v0.1.1 |
1227 | 2024-09-03T23:11:28.935Z | Compiling pkcs8 v0.10.2 |
1228 | 2024-09-03T23:11:29.167Z | Compiling md-5 v0.10.6 |
1229 | 2024-09-03T23:11:29.286Z | Compiling pest_derive v2.7.10 |
1230 | 2024-09-03T23:11:29.410Z | Compiling num-integer v0.1.46 |
1231 | 2024-09-03T23:11:29.435Z | Compiling backtrace v0.3.71 |
1232 | 2024-09-03T23:11:29.558Z | Compiling idna v0.3.0 |
1233 | 2024-09-03T23:11:29.582Z | Compiling lazy_static v1.5.0 |
1234 | 2024-09-03T23:11:29.683Z | Compiling bytes v1.7.1 |
1235 | 2024-09-03T23:11:29.862Z | Compiling bitflags v2.6.0 |
1236 | 2024-09-03T23:11:29.989Z | Compiling indexmap v2.4.0 |
1237 | 2024-09-03T23:11:30.092Z | Compiling semver v1.0.23 |
1238 | 2024-09-03T23:11:30.480Z | Compiling tokio v1.39.3 |
1239 | 2024-09-03T23:11:30.728Z | Compiling http v0.2.12 |
1240 | 2024-09-03T23:11:30.759Z | Compiling rustc_version v0.4.0 |
1241 | 2024-09-03T23:11:31.216Z | Compiling dtrace-parser v0.2.0 |
1242 | 2024-09-03T23:11:31.504Z | Compiling heapless v0.7.17 |
1243 | 2024-09-03T23:11:31.891Z | Compiling uuid v1.10.0 |
1244 | 2024-09-03T23:11:32.731Z | Compiling http-body v0.4.6 |
1245 | 2024-09-03T23:11:32.963Z | Compiling chrono v0.4.38 |
1246 | 2024-09-03T23:11:33.071Z | Compiling toml_datetime v0.6.8 |
1247 | 2024-09-03T23:11:33.209Z | Compiling serde_tokenstream v0.2.2 |
1248 | 2024-09-03T23:11:33.234Z | Compiling serde_spanned v0.6.7 |
1249 | 2024-09-03T23:11:33.315Z | Compiling hash32 v0.2.1 |
1250 | 2024-09-03T23:11:33.465Z | Compiling crc32fast v1.4.0 |
1251 | 2024-09-03T23:11:33.559Z | Compiling psl-types v2.0.11 |
1252 | 2024-09-03T23:11:33.673Z | Compiling stable_deref_trait v1.2.0 |
1253 | 2024-09-03T23:11:33.756Z | Compiling dof v0.3.0 |
1254 | 2024-09-03T23:11:33.780Z | Compiling base64 v0.22.1 |
1255 | 2024-09-03T23:11:33.804Z | Compiling num-bigint-dig v0.8.4 |
1256 | 2024-09-03T23:11:33.950Z | Compiling fallible-iterator v0.2.0 |
1257 | 2024-09-03T23:11:34.139Z | Compiling gimli v0.28.1 |
1258 | 2024-09-03T23:11:34.511Z | Compiling usdt-impl v0.5.0 |
1259 | 2024-09-03T23:11:34.613Z | Compiling smoltcp v0.9.1 |
1260 | 2024-09-03T23:11:35.262Z | Compiling signal-hook v0.3.17 |
1261 | 2024-09-03T23:11:35.552Z | Compiling postgres-protocol v0.6.7 |
1262 | 2024-09-03T23:11:35.946Z | Compiling publicsuffix v2.2.3 |
1263 | 2024-09-03T23:11:36.262Z | Compiling terminal_size v0.3.0 |
1264 | 2024-09-03T23:11:36.476Z | Compiling num-iter v0.1.45 |
1265 | 2024-09-03T23:11:36.684Z | Compiling hubpack_derive v0.1.1 |
1266 | 2024-09-03T23:11:36.760Z | Compiling zerocopy-derive v0.6.6 |
1267 | 2024-09-03T23:11:36.809Z | Compiling async-trait v0.1.81 |
1268 | 2024-09-03T23:11:37.901Z | Compiling addr2line v0.21.0 |
1269 | 2024-09-03T23:11:37.933Z | Compiling phf_shared v0.11.2 |
1270 | 2024-09-03T23:11:38.305Z | Compiling tokio-util v0.7.11 |
1271 | 2024-09-03T23:11:38.337Z | Compiling tokio-native-tls v0.3.1 |
1272 | 2024-09-03T23:11:38.556Z | Compiling tokio-rustls v0.24.1 |
1273 | 2024-09-03T23:11:38.614Z | Compiling serde_derive_internals v0.29.1 |
1274 | 2024-09-03T23:11:38.638Z | Compiling ff v0.13.0 |
1275 | 2024-09-03T23:11:38.663Z | Compiling object v0.32.2 |
1276 | 2024-09-03T23:11:38.762Z | Compiling fs-err v2.11.0 |
1277 | 2024-09-03T23:11:38.854Z | Compiling winnow v0.5.40 |
1278 | 2024-09-03T23:11:38.901Z | Compiling managed v0.8.0 |
1279 | 2024-09-03T23:11:39.019Z | Compiling bitflags v1.3.2 |
1280 | 2024-09-03T23:11:39.138Z | Compiling h2 v0.3.26 |
1281 | 2024-09-03T23:11:39.301Z | Compiling rustc-demangle v0.1.24 |
1282 | 2024-09-03T23:11:39.364Z | Compiling anyhow v1.0.86 |
1283 | 2024-09-03T23:11:39.514Z | Compiling base64 v0.21.7 |
1284 | 2024-09-03T23:11:39.882Z | Compiling schemars v0.8.21 |
1285 | 2024-09-03T23:11:40.130Z | Compiling either v1.13.0 |
1286 | 2024-09-03T23:11:40.154Z | Compiling base16ct v0.2.0 |
1287 | 2024-09-03T23:11:40.181Z | Compiling ipnet v2.9.0 |
1288 | 2024-09-03T23:11:40.446Z | Compiling sec1 v0.7.3 |
1289 | 2024-09-03T23:11:40.496Z | Compiling clap_builder v4.5.15 |
1290 | 2024-09-03T23:11:40.973Z | Compiling schemars_derive v0.8.21 |
1291 | 2024-09-03T23:11:41.024Z | Compiling rustls-pemfile v1.0.4 |
1292 | 2024-09-03T23:11:41.554Z | Compiling group v0.13.0 |
1293 | 2024-09-03T23:11:41.837Z | Compiling toml_edit v0.19.15 |
1294 | 2024-09-03T23:11:42.115Z | Compiling zerocopy v0.6.6 |
1295 | 2024-09-03T23:11:42.833Z | Compiling phf v0.11.2 |
1296 | 2024-09-03T23:11:43.162Z | Compiling usdt-macro v0.5.0 |
1297 | 2024-09-03T23:11:43.318Z | Compiling usdt-attr-macro v0.5.0 |
1298 | 2024-09-03T23:11:43.979Z | Compiling hubpack v0.1.2 |
1299 | 2024-09-03T23:11:44.244Z | Compiling cookie_store v0.20.0 |
1300 | 2024-09-03T23:11:44.808Z | Compiling postgres-types v0.2.7 |
1301 | 2024-09-03T23:11:45.140Z | Compiling hyper v0.14.30 |
1302 | 2024-09-03T23:11:46.182Z | Compiling serde_urlencoded v0.7.1 |
1303 | 2024-09-03T23:11:46.644Z | Compiling pkcs1 v0.7.5 |
1304 | 2024-09-03T23:11:46.859Z | Compiling futures-executor v0.3.30 |
1305 | 2024-09-03T23:11:47.453Z | Compiling hkdf v0.12.4 |
1306 | 2024-09-03T23:11:47.614Z | Compiling signature v2.2.0 |
1307 | 2024-09-03T23:11:47.690Z | Compiling crypto-bigint v0.5.5 |
1308 | 2024-09-03T23:11:47.717Z | Compiling regex v1.10.6 |
1309 | 2024-09-03T23:11:47.907Z | Compiling bstr v1.9.1 |
1310 | 2024-09-03T23:11:48.252Z | Compiling clap_derive v4.5.13 |
1311 | 2024-09-03T23:11:48.672Z | Compiling strum_macros v0.25.3 |
1312 | 2024-09-03T23:11:48.707Z | Compiling serde_repr v0.1.19 |
1313 | 2024-09-03T23:11:49.070Z | Compiling enum-as-inner v0.6.0 |
1314 | 2024-09-03T23:11:49.488Z | Compiling phf_shared v0.10.0 |
1315 | 2024-09-03T23:11:49.766Z | Compiling float-cmp v0.9.0 |
1316 | 2024-09-03T23:11:49.863Z | Compiling idna v0.4.0 |
1317 | 2024-09-03T23:11:49.976Z | Compiling mio v0.8.11 |
1318 | 2024-09-03T23:11:50.001Z | Compiling encoding_rs v0.8.34 |
1319 | 2024-09-03T23:11:51.170Z | Compiling bit-vec v0.6.3 |
1320 | 2024-09-03T23:11:51.194Z | Compiling sync_wrapper v0.1.2 |
1321 | 2024-09-03T23:11:51.319Z | Compiling hyper-rustls v0.24.2 |
1322 | 2024-09-03T23:11:51.576Z | Compiling hyper-tls v0.5.0 |
1323 | 2024-09-03T23:11:51.621Z | Compiling whoami v1.5.1 |
1324 | 2024-09-03T23:11:51.915Z | Compiling static_assertions v1.1.0 |
1325 | 2024-09-03T23:11:52.036Z | Compiling normalize-line-endings v0.3.0 |
1326 | 2024-09-03T23:11:52.143Z | Compiling data-encoding v2.6.0 |
1327 | 2024-09-03T23:11:52.172Z | Compiling precomputed-hash v0.1.1 |
1328 | 2024-09-03T23:11:52.283Z | Compiling fixedbitset v0.4.2 |
1329 | 2024-09-03T23:11:52.307Z | Compiling webpki-roots v0.25.4 |
1330 | 2024-09-03T23:11:52.405Z | Compiling difflib v0.4.0 |
1331 | 2024-09-03T23:11:52.476Z | Compiling mime v0.3.17 |
1332 | 2024-09-03T23:11:52.746Z | Compiling new_debug_unreachable v1.0.6 |
1333 | 2024-09-03T23:11:52.827Z | Compiling minimal-lexical v0.2.1 |
1334 | 2024-09-03T23:11:52.851Z | Compiling predicates-core v1.0.6 |
1335 | 2024-09-03T23:11:53.098Z | Compiling unicode-segmentation v1.11.0 |
1336 | 2024-09-03T23:11:53.237Z | Compiling dyn-clone v1.0.17 |
1337 | 2024-09-03T23:11:53.356Z | Compiling nom v7.1.3 |
1338 | 2024-09-03T23:11:53.876Z | Compiling similar v2.6.0 |
1339 | 2024-09-03T23:11:53.941Z | Compiling predicates v3.1.2 |
1340 | 2024-09-03T23:11:53.996Z | Compiling string_cache v0.8.7 |
1341 | 2024-09-03T23:11:54.180Z | Compiling hickory-proto v0.24.1 |
1342 | 2024-09-03T23:11:54.402Z | Compiling reqwest v0.11.27 |
1343 | 2024-09-03T23:11:54.436Z | Compiling petgraph v0.6.5 |
1344 | 2024-09-03T23:11:55.449Z | Compiling clap v4.5.16 |
1345 | 2024-09-03T23:11:55.562Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1346 | 2024-09-03T23:11:56.031Z | Compiling tokio-postgres v0.7.11 |
1347 | 2024-09-03T23:11:56.496Z | Compiling bit-set v0.5.3 |
1348 | 2024-09-03T23:11:56.689Z | Compiling toml_edit v0.22.20 |
1349 | 2024-09-03T23:11:56.761Z | Compiling console v0.15.8 |
1350 | 2024-09-03T23:11:57.337Z | Compiling signal-hook-mio v0.2.4 |
1351 | 2024-09-03T23:11:57.494Z | Compiling elliptic-curve v0.13.8 |
1352 | 2024-09-03T23:11:57.979Z | Compiling usdt v0.5.0 |
1353 | 2024-09-03T23:11:58.179Z | Compiling rsa v0.9.6 |
1354 | 2024-09-03T23:11:58.262Z | Compiling futures v0.3.30 |
1355 | 2024-09-03T23:11:58.381Z | Compiling flate2 v1.0.31 |
1356 | 2024-09-03T23:11:59.234Z | Compiling toml v0.7.8 |
1357 | 2024-09-03T23:12:00.040Z | Compiling itertools v0.12.1 |
1358 | 2024-09-03T23:12:00.695Z | Compiling itertools v0.10.5 |
1359 | 2024-09-03T23:12:00.911Z | Compiling tokio-stream v0.1.15 |
1360 | 2024-09-03T23:12:01.004Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-09-03T23:12:01.801Z | Compiling crossbeam-epoch v0.9.18 |
1362 | 2024-09-03T23:12:02.530Z | Compiling hex v0.4.3 |
1363 | 2024-09-03T23:12:02.825Z | Compiling sha1 v0.10.6 |
1364 | 2024-09-03T23:12:03.099Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2024-09-03T23:12:03.177Z | Compiling peg-runtime v0.8.3 |
1366 | 2024-09-03T23:12:03.291Z | Compiling lalrpop-util v0.19.12 |
1367 | 2024-09-03T23:12:03.316Z | Compiling unicode-xid v0.2.4 |
1368 | 2024-09-03T23:12:03.496Z | Compiling dirs-next v2.0.0 |
1369 | 2024-09-03T23:12:03.627Z | Compiling thread_local v1.1.8 |
1370 | 2024-09-03T23:12:03.692Z | Compiling slog-async v2.8.0 |
1371 | 2024-09-03T23:12:03.742Z | Compiling term v0.7.0 |
1372 | 2024-09-03T23:12:03.795Z | Compiling xattr v1.3.1 |
1373 | 2024-09-03T23:12:04.062Z | Compiling crossbeam-channel v0.5.12 |
1374 | 2024-09-03T23:12:04.118Z | Compiling strum_macros v0.26.4 |
1375 | 2024-09-03T23:12:04.161Z | Compiling is-terminal v0.4.12 |
1376 | 2024-09-03T23:12:04.272Z | Compiling filetime v0.2.25 |
1377 | 2024-09-03T23:12:04.296Z | Compiling take_mut v0.2.2 |
1378 | 2024-09-03T23:12:04.455Z | Compiling tar v0.4.41 |
1379 | 2024-09-03T23:12:04.569Z | Compiling slog-term v2.9.1 |
1380 | 2024-09-03T23:12:05.079Z | Compiling camino v1.1.9 |
1381 | 2024-09-03T23:12:06.503Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1382 | 2024-09-03T23:12:07.447Z | Compiling strum v0.26.3 |
1383 | 2024-09-03T23:12:07.558Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1384 | 2024-09-03T23:12:14.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
1385 | 2024-09-03T23:12:14.691Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1386 | 2024-09-03T23:12:14.751Z | Sep 03 23:12:13.770 INFO Starting download, target: Console |
1387 | 2024-09-03T23:12:14.751Z | Sep 03 23:12:13.771 INFO Starting download, target: DendriteOpenapi |
1388 | 2024-09-03T23:12:14.751Z | Sep 03 23:12:13.771 INFO Starting download, target: Cockroach |
1389 | 2024-09-03T23:12:14.777Z | Sep 03 23:12:13.771 INFO Starting download, target: Clickhouse |
1390 | 2024-09-03T23:12:14.777Z | Sep 03 23:12:13.771 INFO Starting download, target: DendriteStub |
1391 | 2024-09-03T23:12:14.777Z | Sep 03 23:12:13.771 INFO Starting download, target: MaghemiteMgd |
1392 | 2024-09-03T23:12:14.777Z | Sep 03 23:12:13.771 INFO Starting download, target: TransceiverControl |
1393 | 2024-09-03T23:12:14.777Z | Sep 03 23:12:13.772 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1394 | 2024-09-03T23:12:14.778Z | Sep 03 23:12:13.773 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1395 | 2024-09-03T23:12:14.778Z | Sep 03 23:12:13.773 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1396 | 2024-09-03T23:12:14.778Z | Sep 03 23:12:13.773 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1397 | 2024-09-03T23:12:14.778Z | Sep 03 23:12:13.773 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1398 | 2024-09-03T23:12:14.778Z | Sep 03 23:12:13.773 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1399 | 2024-09-03T23:12:14.778Z | Sep 03 23:12:13.774 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1400 | 2024-09-03T23:12:15.139Z | Sep 03 23:12:14.133 INFO Download complete, target: DendriteOpenapi |
1401 | 2024-09-03T23:12:15.173Z | Sep 03 23:12:14.135 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1402 | 2024-09-03T23:12:15.466Z | Sep 03 23:12:14.485 INFO Download complete, target: Console |
1403 | 2024-09-03T23:12:15.802Z | Sep 03 23:12:14.823 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1404 | 2024-09-03T23:12:16.637Z | Sep 03 23:12:15.655 INFO Download complete, target: TransceiverControl |
1405 | 2024-09-03T23:12:17.294Z | Sep 03 23:12:16.315 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1406 | 2024-09-03T23:12:20.272Z | Sep 03 23:12:19.293 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1407 | 2024-09-03T23:12:20.573Z | Sep 03 23:12:19.594 INFO Download complete, target: DendriteStub |
1408 | 2024-09-03T23:12:23.802Z | Sep 03 23:12:22.824 INFO Download complete, target: MaghemiteMgd |
1409 | 2024-09-03T23:12:27.718Z | Sep 03 23:12:26.740 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1410 | 2024-09-03T23:12:27.719Z | Sep 03 23:12:26.740 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1411 | 2024-09-03T23:12:32.431Z | Sep 03 23:12:31.453 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1412 | 2024-09-03T23:12:37.833Z | Sep 03 23:12:36.855 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1413 | 2024-09-03T23:12:38.306Z | Sep 03 23:12:37.328 INFO Checking that binary works, target: Cockroach |
1414 | 2024-09-03T23:12:38.550Z | Sep 03 23:12:37.571 INFO Download complete, target: Cockroach |
1415 | 2024-09-03T23:12:48.989Z | Sep 03 23:12:48.013 INFO Checking that binary works, target: Clickhouse |
1416 | 2024-09-03T23:12:49.266Z | Sep 03 23:12:48.290 INFO Download complete, target: Clickhouse |
1417 | 2024-09-03T23:12:49.295Z | All builder prerequisites installed successfully, and PATH looks valid |
1418 | 2024-09-03T23:12:49.319Z | |
1419 | 2024-09-03T23:12:49.319Z | real 4:10.048615523 |
1420 | 2024-09-03T23:12:49.319Z | user 10:28.073881560 |
1421 | 2024-09-03T23:12:49.319Z | sys 2:27.770199016 |
1422 | 2024-09-03T23:12:49.319Z | trap 0.353594024 |
1423 | 2024-09-03T23:12:49.319Z | tflt 0.619925144 |
1424 | 2024-09-03T23:12:49.319Z | dflt 1.716029109 |
1425 | 2024-09-03T23:12:49.319Z | kflt 0.008692605 |
1426 | 2024-09-03T23:12:49.319Z | lock 26:25.421360815 |
1427 | 2024-09-03T23:12:49.319Z | slp 39:55.772206786 |
1428 | 2024-09-03T23:12:49.319Z | lat 48.532985631 |
1429 | 2024-09-03T23:12:49.319Z | stop 1:51.643965558 |
1430 | 2024-09-03T23:12:49.319Z | + banner clippy |
1431 | 2024-09-03T23:12:49.320Z | |
1432 | 2024-09-03T23:12:49.320Z | #### # # ##### ##### # # |
1433 | 2024-09-03T23:12:49.320Z | # # # # # # # # # # |
1434 | 2024-09-03T23:12:49.320Z | # # # # # # # # |
1435 | 2024-09-03T23:12:49.320Z | # # # ##### ##### # |
1436 | 2024-09-03T23:12:49.320Z | # # # # # # # |
1437 | 2024-09-03T23:12:49.320Z | #### ###### # # # # |
1438 | 2024-09-03T23:12:49.320Z | |
1439 | 2024-09-03T23:12:49.320Z | + export CARGO_INCREMENTAL=0 |
1440 | 2024-09-03T23:12:49.320Z | + CARGO_INCREMENTAL=0 |
1441 | 2024-09-03T23:12:49.320Z | + ptime -m cargo xtask clippy |
1442 | 2024-09-03T23:12:50.227Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1443 | 2024-09-03T23:12:55.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
1444 | 2024-09-03T23:12:55.456Z | Running `target/debug/xtask clippy` |
1445 | 2024-09-03T23:12:55.485Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1446 | 2024-09-03T23:12:56.682Z | Downloading crates ... |
1447 | 2024-09-03T23:12:57.103Z | Downloaded anes v0.1.6 |
1448 | 2024-09-03T23:12:57.128Z | Downloaded escape8259 v0.5.2 |
1449 | 2024-09-03T23:12:57.128Z | Downloaded yansi v0.5.1 |
1450 | 2024-09-03T23:12:57.128Z | Downloaded tower-layer v0.3.2 |
1451 | 2024-09-03T23:12:57.128Z | Downloaded tinytemplate v1.2.1 |
1452 | 2024-09-03T23:12:57.154Z | Downloaded trybuild v1.0.99 |
1453 | 2024-09-03T23:12:57.154Z | Downloaded tower v0.4.13 |
1454 | 2024-09-03T23:12:57.154Z | Downloaded hyper v1.3.1 |
1455 | 2024-09-03T23:12:57.178Z | Downloaded guppy v0.17.7 |
1456 | 2024-09-03T23:12:57.178Z | Downloaded bstr v0.2.17 |
1457 | 2024-09-03T23:12:57.178Z | Downloaded toml_edit v0.21.1 |
1458 | 2024-09-03T23:12:57.206Z | Downloaded target-spec v3.2.1 |
1459 | 2024-09-03T23:12:57.229Z | Downloaded similar-asserts v1.5.0 |
1460 | 2024-09-03T23:12:57.230Z | Downloaded rust-argon2 v2.1.0 |
1461 | 2024-09-03T23:12:57.230Z | Downloaded rstest_macros v0.22.0 |
1462 | 2024-09-03T23:12:57.230Z | Downloaded rstest v0.22.0 |
1463 | 2024-09-03T23:12:57.230Z | Downloaded regex-automata v0.1.10 |
1464 | 2024-09-03T23:12:57.230Z | Downloaded plotters v0.3.5 |
1465 | 2024-09-03T23:12:57.255Z | Downloaded hyper-util v0.1.3 |
1466 | 2024-09-03T23:12:57.255Z | Downloaded fancy-regex v0.13.0 |
1467 | 2024-09-03T23:12:57.255Z | Downloaded criterion v0.5.1 |
1468 | 2024-09-03T23:12:57.279Z | Downloaded target-lexicon v0.12.16 |
1469 | 2024-09-03T23:12:57.279Z | Downloaded rustls-native-certs v0.7.0 |
1470 | 2024-09-03T23:12:57.279Z | Downloaded rand_distr v0.4.3 |
1471 | 2024-09-03T23:12:57.279Z | Downloaded proc-macro-crate v3.1.0 |
1472 | 2024-09-03T23:12:57.279Z | Downloaded pretty_assertions v1.4.0 |
1473 | 2024-09-03T23:12:57.279Z | Downloaded plotters-svg v0.3.5 |
1474 | 2024-09-03T23:12:57.279Z | Downloaded pathdiff v0.2.1 |
1475 | 2024-09-03T23:12:57.280Z | Downloaded partial-io v0.5.4 |
1476 | 2024-09-03T23:12:57.280Z | Downloaded oorandom v11.1.3 |
1477 | 2024-09-03T23:12:57.280Z | Downloaded nested v0.1.1 |
1478 | 2024-09-03T23:12:57.307Z | Downloaded libtest-mimic v0.7.3 |
1479 | 2024-09-03T23:12:57.307Z | Downloaded hyper-rustls v0.26.0 |
1480 | 2024-09-03T23:12:57.307Z | Downloaded httptest v0.15.5 |
1481 | 2024-09-03T23:12:57.307Z | Downloaded http-body v1.0.0 |
1482 | 2024-09-03T23:12:57.307Z | Downloaded futures-timer v3.0.3 |
1483 | 2024-09-03T23:12:57.307Z | Downloaded doc-comment v0.3.3 |
1484 | 2024-09-03T23:12:57.307Z | Downloaded datatest-stable v0.2.9 |
1485 | 2024-09-03T23:12:57.308Z | Downloaded cfg-expr v0.16.0 |
1486 | 2024-09-03T23:12:57.308Z | Downloaded cast v0.3.0 |
1487 | 2024-09-03T23:12:57.308Z | Downloaded blake2b_simd v1.0.2 |
1488 | 2024-09-03T23:12:57.308Z | Downloaded assert_cmd v2.0.16 |
1489 | 2024-09-03T23:12:57.332Z | Downloaded approx v0.5.1 |
1490 | 2024-09-03T23:12:57.332Z | Downloaded threadpool v1.8.1 |
1491 | 2024-09-03T23:12:57.332Z | Downloaded relative-path v1.9.3 |
1492 | 2024-09-03T23:12:57.332Z | Downloaded plotters-backend v0.3.5 |
1493 | 2024-09-03T23:12:57.332Z | Downloaded num_cpus v1.16.0 |
1494 | 2024-09-03T23:12:57.332Z | Downloaded guppy-workspace-hack v0.1.0 |
1495 | 2024-09-03T23:12:57.332Z | Downloaded criterion-plot v0.5.0 |
1496 | 2024-09-03T23:12:58.183Z | Checking cfg-if v1.0.0 |
1497 | 2024-09-03T23:12:58.213Z | Checking libc v0.2.158 |
1498 | 2024-09-03T23:12:58.239Z | Checking serde v1.0.208 |
1499 | 2024-09-03T23:12:58.263Z | Checking memchr v2.7.2 |
1500 | 2024-09-03T23:12:58.287Z | Checking scopeguard v1.2.0 |
1501 | 2024-09-03T23:12:58.311Z | Checking log v0.4.21 |
1502 | 2024-09-03T23:12:58.338Z | Checking byteorder v1.5.0 |
1503 | 2024-09-03T23:12:58.362Z | Checking itoa v1.0.11 |
1504 | 2024-09-03T23:12:58.386Z | Checking smallvec v1.13.2 |
1505 | 2024-09-03T23:12:58.435Z | Checking lock_api v0.4.12 |
1506 | 2024-09-03T23:12:58.563Z | Checking zeroize v1.7.0 |
1507 | 2024-09-03T23:12:58.592Z | Checking once_cell v1.19.0 |
1508 | 2024-09-03T23:12:58.701Z | Checking pin-project-lite v0.2.14 |
1509 | 2024-09-03T23:12:58.728Z | Checking typenum v1.17.0 |
1510 | 2024-09-03T23:12:58.809Z | Checking libm v0.2.8 |
1511 | 2024-09-03T23:12:58.809Z | Checking subtle v2.5.0 |
1512 | 2024-09-03T23:12:58.853Z | Checking thiserror v1.0.63 |
1513 | 2024-09-03T23:12:58.880Z | Checking ryu v1.0.18 |
1514 | 2024-09-03T23:12:58.981Z | Checking spin v0.9.8 |
1515 | 2024-09-03T23:12:59.049Z | Checking futures-core v0.3.30 |
1516 | 2024-09-03T23:12:59.080Z | Checking zerocopy v0.7.34 |
1517 | 2024-09-03T23:12:59.107Z | Checking const-oid v0.9.6 |
1518 | 2024-09-03T23:12:59.179Z | Checking getrandom v0.2.14 |
1519 | 2024-09-03T23:12:59.218Z | Checking parking_lot_core v0.9.10 |
1520 | 2024-09-03T23:12:59.308Z | Checking signal-hook-registry v1.4.2 |
1521 | 2024-09-03T23:12:59.410Z | Checking rand_core v0.6.4 |
1522 | 2024-09-03T23:12:59.518Z | Checking parking_lot v0.12.2 |
1523 | 2024-09-03T23:12:59.551Z | Checking mio v1.0.2 |
1524 | 2024-09-03T23:12:59.584Z | Checking num-traits v0.2.19 |
1525 | 2024-09-03T23:12:59.694Z | Checking socket2 v0.5.7 |
1526 | 2024-09-03T23:12:59.786Z | Checking generic-array v0.14.7 |
1527 | 2024-09-03T23:12:59.825Z | Checking futures-sink v0.3.30 |
1528 | 2024-09-03T23:12:59.965Z | Checking futures-channel v0.3.30 |
1529 | 2024-09-03T23:13:00.074Z | Checking slab v0.4.9 |
1530 | 2024-09-03T23:13:00.129Z | Checking pin-utils v0.1.0 |
1531 | 2024-09-03T23:13:00.219Z | Checking futures-task v0.3.30 |
1532 | 2024-09-03T23:13:00.293Z | Checking futures-io v0.3.30 |
1533 | 2024-09-03T23:13:00.318Z | Checking cpufeatures v0.2.12 |
1534 | 2024-09-03T23:13:00.343Z | Checking ahash v0.8.11 |
1535 | 2024-09-03T23:13:00.429Z | Checking allocator-api2 v0.2.18 |
1536 | 2024-09-03T23:13:00.459Z | Checking fnv v1.0.7 |
1537 | 2024-09-03T23:13:00.488Z | Checking futures-util v0.3.30 |
1538 | 2024-09-03T23:13:00.531Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-09-03T23:13:00.585Z | Checking iana-time-zone v0.1.60 |
1540 | 2024-09-03T23:13:00.739Z | Checking equivalent v1.0.1 |
1541 | 2024-09-03T23:13:00.792Z | Checking crypto-common v0.1.6 |
1542 | 2024-09-03T23:13:00.817Z | Checking block-buffer v0.10.4 |
1543 | 2024-09-03T23:13:00.861Z | Checking ppv-lite86 v0.2.17 |
1544 | 2024-09-03T23:13:00.890Z | Checking tinyvec_macros v0.1.1 |
1545 | 2024-09-03T23:13:00.964Z | Checking tracing-core v0.1.32 |
1546 | 2024-09-03T23:13:00.988Z | Checking tinyvec v1.6.0 |
1547 | 2024-09-03T23:13:01.012Z | Checking hashbrown v0.14.5 |
1548 | 2024-09-03T23:13:01.037Z | Checking digest v0.10.7 |
1549 | 2024-09-03T23:13:01.072Z | Checking unicode-bidi v0.3.15 |
1550 | 2024-09-03T23:13:01.353Z | Checking dyn-clone v1.0.17 |
1551 | 2024-09-03T23:13:01.457Z | Checking rand_chacha v0.3.1 |
1552 | 2024-09-03T23:13:01.485Z | Checking percent-encoding v2.3.1 |
1553 | 2024-09-03T23:13:01.565Z | Checking tracing v0.1.40 |
1554 | 2024-09-03T23:13:01.625Z | Checking regex-syntax v0.8.4 |
1555 | 2024-09-03T23:13:01.682Z | Checking block-padding v0.3.3 |
1556 | 2024-09-03T23:13:01.795Z | Checking rand v0.8.5 |
1557 | 2024-09-03T23:13:01.869Z | Checking errno v0.3.9 |
1558 | 2024-09-03T23:13:01.895Z | Checking inout v0.1.3 |
1559 | 2024-09-03T23:13:02.091Z | Checking form_urlencoded v1.2.1 |
1560 | 2024-09-03T23:13:02.116Z | Checking lazy_static v1.5.0 |
1561 | 2024-09-03T23:13:02.144Z | Checking unicode-normalization v0.1.23 |
1562 | 2024-09-03T23:13:02.169Z | Checking aho-corasick v1.1.3 |
1563 | 2024-09-03T23:13:02.241Z | Checking cipher v0.4.4 |
1564 | 2024-09-03T23:13:02.296Z | Checking httparse v1.8.0 |
1565 | 2024-09-03T23:13:02.646Z | Checking bytes v1.7.1 |
1566 | 2024-09-03T23:13:02.671Z | Checking bitflags v2.6.0 |
1567 | 2024-09-03T23:13:02.697Z | Checking serde_json v1.0.125 |
1568 | 2024-09-03T23:13:02.975Z | Checking chrono v0.4.38 |
1569 | 2024-09-03T23:13:03.004Z | Checking uuid v1.10.0 |
1570 | 2024-09-03T23:13:03.030Z | Checking indexmap v2.4.0 |
1571 | 2024-09-03T23:13:03.426Z | Checking tokio v1.39.3 |
1572 | 2024-09-03T23:13:03.606Z | Checking rustix v0.38.34 |
1573 | 2024-09-03T23:13:03.747Z | Checking unicode-ident v1.0.12 |
1574 | 2024-09-03T23:13:03.906Z | Checking base64ct v1.6.0 |
1575 | 2024-09-03T23:13:04.250Z | Checking http v0.2.12 |
1576 | 2024-09-03T23:13:04.277Z | Checking hmac v0.12.1 |
1577 | 2024-09-03T23:13:04.314Z | Checking unicode-width v0.1.13 |
1578 | 2024-09-03T23:13:04.481Z | Checking powerfmt v0.2.0 |
1579 | 2024-09-03T23:13:04.506Z | Checking adler v1.0.2 |
1580 | 2024-09-03T23:13:04.573Z | Checking regex-automata v0.4.6 |
1581 | 2024-09-03T23:13:04.665Z | Checking miniz_oxide v0.7.2 |
1582 | 2024-09-03T23:13:04.738Z | Checking deranged v0.3.11 |
1583 | 2024-09-03T23:13:04.909Z | Checking schemars v0.8.21 |
1584 | 2024-09-03T23:13:05.102Z | Checking proc-macro2 v1.0.86 |
1585 | 2024-09-03T23:13:05.308Z | Checking idna v0.5.0 |
1586 | 2024-09-03T23:13:05.424Z | Checking sha2 v0.10.8 |
1587 | 2024-09-03T23:13:05.474Z | Checking time-core v0.1.2 |
1588 | 2024-09-03T23:13:05.640Z | Checking num_threads v0.1.7 |
1589 | 2024-09-03T23:13:05.692Z | Checking untrusted v0.9.0 |
1590 | 2024-09-03T23:13:05.748Z | Checking num-conv v0.1.0 |
1591 | 2024-09-03T23:13:05.840Z | Checking ring v0.17.8 |
1592 | 2024-09-03T23:13:05.896Z | Checking quote v1.0.36 |
1593 | 2024-09-03T23:13:05.969Z | Checking try-lock v0.2.5 |
1594 | 2024-09-03T23:13:05.996Z | Checking url v2.5.2 |
1595 | 2024-09-03T23:13:06.093Z | Checking want v0.3.1 |
1596 | 2024-09-03T23:13:06.197Z | Checking syn v2.0.74 |
1597 | 2024-09-03T23:13:06.241Z | Checking time v0.3.36 |
1598 | 2024-09-03T23:13:06.278Z | Checking pem-rfc7468 v0.7.0 |
1599 | 2024-09-03T23:13:06.351Z | Checking slog v2.7.0 |
1600 | 2024-09-03T23:13:06.516Z | Checking tower-service v0.3.2 |
1601 | 2024-09-03T23:13:06.634Z | Checking futures-executor v0.3.30 |
1602 | 2024-09-03T23:13:06.702Z | Checking flagset v0.4.5 |
1603 | 2024-09-03T23:13:06.796Z | Checking gimli v0.28.1 |
1604 | 2024-09-03T23:13:06.840Z | Checking futures v0.3.30 |
1605 | 2024-09-03T23:13:06.890Z | Checking httpdate v1.0.3 |
1606 | 2024-09-03T23:13:06.971Z | Checking der v0.7.9 |
1607 | 2024-09-03T23:13:07.123Z | Checking http-body v0.4.6 |
1608 | 2024-09-03T23:13:07.481Z | Checking pbkdf2 v0.12.2 |
1609 | 2024-09-03T23:13:07.515Z | Checking aes v0.8.4 |
1610 | 2024-09-03T23:13:07.643Z | Checking object v0.32.2 |
1611 | 2024-09-03T23:13:08.326Z | Checking rustc-demangle v0.1.24 |
1612 | 2024-09-03T23:13:08.425Z | Checking cbc v0.1.2 |
1613 | 2024-09-03T23:13:08.605Z | Checking salsa20 v0.10.2 |
1614 | 2024-09-03T23:13:08.673Z | Checking regex v1.10.6 |
1615 | 2024-09-03T23:13:08.697Z | Checking spki v0.7.3 |
1616 | 2024-09-03T23:13:08.728Z | Checking mime v0.3.17 |
1617 | 2024-09-03T23:13:08.830Z | Checking base64 v0.21.7 |
1618 | 2024-09-03T23:13:08.961Z | Checking scrypt v0.11.0 |
1619 | 2024-09-03T23:13:09.014Z | Checking utf8parse v0.2.1 |
1620 | 2024-09-03T23:13:09.154Z | Checking ipnet v2.9.0 |
1621 | 2024-09-03T23:13:09.178Z | Checking data-encoding v2.6.0 |
1622 | 2024-09-03T23:13:09.246Z | Checking pkcs5 v0.7.1 |
1623 | 2024-09-03T23:13:09.272Z | Checking serde_spanned v0.6.7 |
1624 | 2024-09-03T23:13:09.454Z | Checking toml_datetime v0.6.8 |
1625 | 2024-09-03T23:13:09.579Z | Checking crossbeam-utils v0.8.19 |
1626 | 2024-09-03T23:13:09.712Z | Checking openssl-probe v0.1.5 |
1627 | 2024-09-03T23:13:09.736Z | Checking foreign-types-shared v0.1.1 |
1628 | 2024-09-03T23:13:09.768Z | Checking pkcs8 v0.10.2 |
1629 | 2024-09-03T23:13:09.849Z | Checking foreign-types v0.3.2 |
1630 | 2024-09-03T23:13:09.874Z | Checking serde_urlencoded v0.7.1 |
1631 | 2024-09-03T23:13:09.927Z | Checking tokio-util v0.7.11 |
1632 | 2024-09-03T23:13:09.952Z | Checking openssl-sys v0.9.103 |
1633 | 2024-09-03T23:13:10.074Z | Checking encoding_rs v0.8.34 |
1634 | 2024-09-03T23:13:10.156Z | Checking addr2line v0.21.0 |
1635 | 2024-09-03T23:13:10.192Z | Checking anstyle v1.0.8 |
1636 | 2024-09-03T23:13:10.259Z | Checking rustls-webpki v0.101.7 |
1637 | 2024-09-03T23:13:10.513Z | Checking sct v0.7.1 |
1638 | 2024-09-03T23:13:10.626Z | Checking semver v1.0.23 |
1639 | 2024-09-03T23:13:10.704Z | Checking sha1 v0.10.6 |
1640 | 2024-09-03T23:13:10.728Z | Checking h2 v0.3.26 |
1641 | 2024-09-03T23:13:10.889Z | Checking either v1.13.0 |
1642 | 2024-09-03T23:13:10.956Z | Checking rustls v0.21.12 |
1643 | 2024-09-03T23:13:11.025Z | Checking scroll v0.12.0 |
1644 | 2024-09-03T23:13:11.059Z | Checking openssl v0.10.66 |
1645 | 2024-09-03T23:13:11.252Z | Checking ucd-trie v0.1.6 |
1646 | 2024-09-03T23:13:11.438Z | Checking plain v0.2.3 |
1647 | 2024-09-03T23:13:11.472Z | Checking pest v2.7.10 |
1648 | 2024-09-03T23:13:11.578Z | Checking goblin v0.8.2 |
1649 | 2024-09-03T23:13:11.716Z | Checking anstyle-parse v0.2.4 |
1650 | 2024-09-03T23:13:11.968Z | Checking openapiv3 v2.0.0 |
1651 | 2024-09-03T23:13:12.029Z | Checking idna v0.3.0 |
1652 | 2024-09-03T23:13:12.687Z | Checking colorchoice v1.0.1 |
1653 | 2024-09-03T23:13:12.805Z | Checking bitflags v1.3.2 |
1654 | 2024-09-03T23:13:12.882Z | Checking backtrace v0.3.71 |
1655 | 2024-09-03T23:13:12.913Z | Checking pretty-hex v0.4.1 |
1656 | 2024-09-03T23:13:13.093Z | Checking psl-types v2.0.11 |
1657 | 2024-09-03T23:13:13.256Z | Checking base64 v0.22.1 |
1658 | 2024-09-03T23:13:13.440Z | Checking anyhow v1.0.86 |
1659 | 2024-09-03T23:13:13.673Z | Checking anstyle-query v1.0.3 |
1660 | 2024-09-03T23:13:13.697Z | Checking is_terminal_polyfill v1.70.0 |
1661 | 2024-09-03T23:13:13.770Z | Checking dtrace-parser v0.2.0 |
1662 | 2024-09-03T23:13:13.796Z | Checking publicsuffix v2.2.3 |
1663 | 2024-09-03T23:13:13.822Z | Checking anstream v0.6.14 |
1664 | 2024-09-03T23:13:13.872Z | Checking tokio-rustls v0.24.1 |
1665 | 2024-09-03T23:13:14.012Z | Checking rustls-pemfile v1.0.4 |
1666 | 2024-09-03T23:13:14.134Z | Checking cookie v0.17.0 |
1667 | 2024-09-03T23:13:14.185Z | Checking terminal_size v0.3.0 |
1668 | 2024-09-03T23:13:14.210Z | Checking thread-id v4.2.1 |
1669 | 2024-09-03T23:13:14.210Z | Checking strsim v0.11.1 |
1670 | 2024-09-03T23:13:14.321Z | Checking clap_lex v0.7.0 |
1671 | 2024-09-03T23:13:14.353Z | Checking signature v2.2.0 |
1672 | 2024-09-03T23:13:14.489Z | Checking memmap v0.7.0 |
1673 | 2024-09-03T23:13:14.513Z | Checking cookie_store v0.20.0 |
1674 | 2024-09-03T23:13:14.550Z | Checking sync_wrapper v0.1.2 |
1675 | 2024-09-03T23:13:14.550Z | Checking clap_builder v4.5.15 |
1676 | 2024-09-03T23:13:14.666Z | Checking webpki-roots v0.25.4 |
1677 | 2024-09-03T23:13:14.690Z | Checking num-integer v0.1.46 |
1678 | 2024-09-03T23:13:14.775Z | Checking winnow v0.6.18 |
1679 | 2024-09-03T23:13:14.834Z | Checking base16ct v0.2.0 |
1680 | 2024-09-03T23:13:15.003Z | Checking sec1 v0.7.3 |
1681 | 2024-09-03T23:13:15.056Z | Checking ff v0.13.0 |
1682 | 2024-09-03T23:13:15.110Z | Checking stable_deref_trait v1.2.0 |
1683 | 2024-09-03T23:13:15.205Z | Checking num-iter v0.1.45 |
1684 | 2024-09-03T23:13:15.246Z | Checking group v0.13.0 |
1685 | 2024-09-03T23:13:15.337Z | Checking hkdf v0.12.4 |
1686 | 2024-09-03T23:13:15.363Z | Checking crypto-bigint v0.5.5 |
1687 | 2024-09-03T23:13:15.469Z | Checking crc32fast v1.4.0 |
1688 | 2024-09-03T23:13:15.524Z | Checking crossbeam-epoch v0.9.18 |
1689 | 2024-09-03T23:13:15.682Z | Checking hex v0.4.3 |
1690 | 2024-09-03T23:13:15.754Z | Checking native-tls v0.2.11 |
1691 | 2024-09-03T23:13:15.922Z | Checking dof v0.3.0 |
1692 | 2024-09-03T23:13:15.946Z | Checking static_assertions v1.1.0 |
1693 | 2024-09-03T23:13:16.042Z | Checking tokio-native-tls v0.3.1 |
1694 | 2024-09-03T23:13:16.069Z | Checking managed v0.8.0 |
1695 | 2024-09-03T23:13:16.125Z | Checking hyper v0.14.30 |
1696 | 2024-09-03T23:13:16.150Z | Checking unicode-segmentation v1.11.0 |
1697 | 2024-09-03T23:13:16.296Z | Checking winnow v0.5.40 |
1698 | 2024-09-03T23:13:16.416Z | Checking num-bigint-dig v0.8.4 |
1699 | 2024-09-03T23:13:16.458Z | Checking usdt-impl v0.5.0 |
1700 | 2024-09-03T23:13:16.700Z | Checking pkcs1 v0.7.5 |
1701 | 2024-09-03T23:13:16.917Z | Checking usdt v0.5.0 |
1702 | 2024-09-03T23:13:17.062Z | Checking zerocopy v0.6.6 |
1703 | 2024-09-03T23:13:17.152Z | Checking signal-hook v0.3.17 |
1704 | 2024-09-03T23:13:17.290Z | Checking clap v4.5.16 |
1705 | 2024-09-03T23:13:17.321Z | Checking toml_edit v0.22.20 |
1706 | 2024-09-03T23:13:17.406Z | Checking flate2 v1.0.31 |
1707 | 2024-09-03T23:13:17.458Z | Checking bstr v1.9.1 |
1708 | 2024-09-03T23:13:17.718Z | Checking mio v0.8.11 |
1709 | 2024-09-03T23:13:17.801Z | Checking elliptic-curve v0.13.8 |
1710 | 2024-09-03T23:13:18.003Z | Checking siphasher v0.3.11 |
1711 | 2024-09-03T23:13:18.296Z | Checking signal-hook-mio v0.2.4 |
1712 | 2024-09-03T23:13:18.322Z | Checking itertools v0.10.5 |
1713 | 2024-09-03T23:13:18.347Z | Checking idna v0.4.0 |
1714 | 2024-09-03T23:13:18.371Z | Checking rsa v0.9.6 |
1715 | 2024-09-03T23:13:18.395Z | Checking bit-vec v0.6.3 |
1716 | 2024-09-03T23:13:18.443Z | Checking itertools v0.12.1 |
1717 | 2024-09-03T23:13:18.703Z | Checking bit-set v0.5.3 |
1718 | 2024-09-03T23:13:18.910Z | Checking toml_edit v0.19.15 |
1719 | 2024-09-03T23:13:18.936Z | Checking hash32 v0.2.1 |
1720 | 2024-09-03T23:13:19.011Z | Checking hickory-proto v0.24.1 |
1721 | 2024-09-03T23:13:19.218Z | Checking finl_unicode v1.2.0 |
1722 | 2024-09-03T23:13:19.262Z | Checking predicates-core v1.0.6 |
1723 | 2024-09-03T23:13:19.430Z | Checking heapless v0.7.17 |
1724 | 2024-09-03T23:13:19.674Z | Checking tokio-stream v0.1.15 |
1725 | 2024-09-03T23:13:19.734Z | Checking stringprep v0.1.4 |
1726 | 2024-09-03T23:13:19.981Z | Checking console v0.15.8 |
1727 | 2024-09-03T23:13:20.302Z | Checking md-5 v0.10.6 |
1728 | 2024-09-03T23:13:20.366Z | Checking float-cmp v0.9.0 |
1729 | 2024-09-03T23:13:20.409Z | Checking fixedbitset v0.4.2 |
1730 | 2024-09-03T23:13:20.517Z | Checking normalize-line-endings v0.3.0 |
1731 | 2024-09-03T23:13:20.541Z | Checking fallible-iterator v0.2.0 |
1732 | 2024-09-03T23:13:20.566Z | Checking difflib v0.4.0 |
1733 | 2024-09-03T23:13:20.645Z | Checking smoltcp v0.9.1 |
1734 | 2024-09-03T23:13:20.673Z | Checking petgraph v0.6.5 |
1735 | 2024-09-03T23:13:20.698Z | Checking similar v2.6.0 |
1736 | 2024-09-03T23:13:20.860Z | Checking predicates v3.1.2 |
1737 | 2024-09-03T23:13:21.047Z | Checking toml v0.7.8 |
1738 | 2024-09-03T23:13:21.095Z | Checking postgres-protocol v0.6.7 |
1739 | 2024-09-03T23:13:21.419Z | Checking hyper-rustls v0.24.2 |
1740 | 2024-09-03T23:13:21.445Z | Checking hyper-tls v0.5.0 |
1741 | 2024-09-03T23:13:21.470Z | Checking phf_shared v0.11.2 |
1742 | 2024-09-03T23:13:21.661Z | Checking phf_shared v0.10.0 |
1743 | 2024-09-03T23:13:21.701Z | Checking fs-err v2.11.0 |
1744 | 2024-09-03T23:13:21.726Z | Checking hubpack v0.1.2 |
1745 | 2024-09-03T23:13:21.751Z | Checking reqwest v0.11.27 |
1746 | 2024-09-03T23:13:21.751Z | Checking new_debug_unreachable v1.0.6 |
1747 | 2024-09-03T23:13:21.847Z | Checking minimal-lexical v0.2.1 |
1748 | 2024-09-03T23:13:21.905Z | Checking precomputed-hash v0.1.1 |
1749 | 2024-09-03T23:13:22.024Z | Checking lalrpop-util v0.19.12 |
1750 | 2024-09-03T23:13:22.048Z | Checking string_cache v0.8.7 |
1751 | 2024-09-03T23:13:22.072Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1752 | 2024-09-03T23:13:22.199Z | Checking phf v0.11.2 |
1753 | 2024-09-03T23:13:22.224Z | Checking nom v7.1.3 |
1754 | 2024-09-03T23:13:22.289Z | Checking postgres-types v0.2.7 |
1755 | 2024-09-03T23:13:22.314Z | Checking whoami v1.5.1 |
1756 | 2024-09-03T23:13:22.440Z | Checking peg-runtime v0.8.3 |
1757 | 2024-09-03T23:13:22.658Z | Compiling regress v0.9.1 |
1758 | 2024-09-03T23:13:22.711Z | Compiling getopts v0.2.21 |
1759 | 2024-09-03T23:13:22.893Z | Checking tokio-postgres v0.7.11 |
1760 | 2024-09-03T23:13:23.213Z | Compiling unsafe-libyaml v0.2.11 |
1761 | 2024-09-03T23:13:23.297Z | Checking camino v1.1.9 |
1762 | 2024-09-03T23:13:23.574Z | Checking heck v0.5.0 |
1763 | 2024-09-03T23:13:23.756Z | Checking is-terminal v0.4.12 |
1764 | 2024-09-03T23:13:23.801Z | Compiling paste v1.0.15 |
1765 | 2024-09-03T23:13:23.873Z | Compiling ident_case v1.0.1 |
1766 | 2024-09-03T23:13:24.049Z | Compiling darling_core v0.20.9 |
1767 | 2024-09-03T23:13:24.345Z | Compiling serde_yaml v0.9.34+deprecated |
1768 | 2024-09-03T23:13:24.882Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1769 | 2024-09-03T23:13:25.472Z | Checking http v1.1.0 |
1770 | 2024-09-03T23:13:25.499Z | Compiling rustls v0.22.4 |
1771 | 2024-09-03T23:13:25.782Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1772 | 2024-09-03T23:13:25.814Z | Checking dirs-sys-next v0.1.2 |
1773 | 2024-09-03T23:13:25.981Z | Checking dirs-next v2.0.0 |
1774 | 2024-09-03T23:13:26.101Z | Checking crossbeam-channel v0.5.12 |
1775 | 2024-09-03T23:13:26.441Z | Checking thread_local v1.1.8 |
1776 | 2024-09-03T23:13:26.707Z | Compiling multer v3.1.0 |
1777 | 2024-09-03T23:13:26.734Z | Checking term v0.7.0 |
1778 | 2024-09-03T23:13:26.759Z | Compiling async-stream-impl v0.3.5 |
1779 | 2024-09-03T23:13:27.113Z | Checking take_mut v0.2.2 |
1780 | 2024-09-03T23:13:27.139Z | Checking match_cfg v0.1.0 |
1781 | 2024-09-03T23:13:27.201Z | Checking slog-term v2.9.1 |
1782 | 2024-09-03T23:13:27.230Z | Checking rustls-pki-types v1.7.0 |
1783 | 2024-09-03T23:13:27.256Z | Checking slog-async v2.8.0 |
1784 | 2024-09-03T23:13:27.522Z | Checking hostname v0.3.1 |
1785 | 2024-09-03T23:13:27.627Z | Checking strum v0.26.3 |
1786 | 2024-09-03T23:13:27.652Z | Checking toml v0.8.19 |
1787 | 2024-09-03T23:13:27.676Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1788 | 2024-09-03T23:13:27.814Z | Checking rustls-webpki v0.102.4 |
1789 | 2024-09-03T23:13:28.016Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1790 | 2024-09-03T23:13:28.041Z | Checking rustls-pemfile v2.1.3 |
1791 | 2024-09-03T23:13:28.070Z | Checking debug-ignore v1.0.5 |
1792 | 2024-09-03T23:13:28.202Z | Checking slog-json v2.6.1 |
1793 | 2024-09-03T23:13:28.284Z | Checking atomic-waker v1.1.2 |
1794 | 2024-09-03T23:13:28.346Z | Checking async-stream v0.3.5 |
1795 | 2024-09-03T23:13:28.419Z | Checking waitgroup v0.1.2 |
1796 | 2024-09-03T23:13:28.445Z | Checking slog-bunyan v2.5.0 |
1797 | 2024-09-03T23:13:28.552Z | Checking serde_path_to_error v0.1.16 |
1798 | 2024-09-03T23:13:28.602Z | Checking hostname v0.4.0 |
1799 | 2024-09-03T23:13:28.739Z | Checking fastrand v2.1.0 |
1800 | 2024-09-03T23:13:28.820Z | Checking ipnetwork v0.20.0 |
1801 | 2024-09-03T23:13:28.899Z | Checking instant v0.1.12 |
1802 | 2024-09-03T23:13:29.011Z | Compiling structmeta-derive v0.3.0 |
1803 | 2024-09-03T23:13:29.041Z | Checking tempfile v3.10.1 |
1804 | 2024-09-03T23:13:29.120Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1805 | 2024-09-03T23:13:29.149Z | Checking quick-error v1.2.3 |
1806 | 2024-09-03T23:13:29.287Z | Checking newtype-uuid v1.1.0 |
1807 | 2024-09-03T23:13:29.360Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1808 | 2024-09-03T23:13:29.516Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1809 | 2024-09-03T23:13:29.780Z | Checking macaddr v1.0.1 |
1810 | 2024-09-03T23:13:29.804Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1811 | 2024-09-03T23:13:29.949Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1812 | 2024-09-03T23:13:30.047Z | Checking backoff v0.4.0 |
1813 | 2024-09-03T23:13:30.110Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1814 | 2024-09-03T23:13:30.236Z | Compiling darling_macro v0.20.9 |
1815 | 2024-09-03T23:13:30.260Z | Checking wait-timeout v0.2.0 |
1816 | 2024-09-03T23:13:30.284Z | Checking rand_xorshift v0.3.0 |
1817 | 2024-09-03T23:13:30.342Z | Compiling structmeta-derive v0.2.0 |
1818 | 2024-09-03T23:13:30.436Z | Checking rusty-fork v0.3.0 |
1819 | 2024-09-03T23:13:30.464Z | Checking unarray v0.1.4 |
1820 | 2024-09-03T23:13:30.594Z | Checking camino-tempfile v1.1.1 |
1821 | 2024-09-03T23:13:30.697Z | Checking proptest v1.5.0 |
1822 | 2024-09-03T23:13:30.845Z | Compiling proc-macro-error v1.0.4 |
1823 | 2024-09-03T23:13:31.084Z | Compiling darling v0.20.9 |
1824 | 2024-09-03T23:13:31.197Z | Compiling serde_with_macros v3.9.0 |
1825 | 2024-09-03T23:13:31.449Z | Compiling proc-macro-crate v1.3.1 |
1826 | 2024-09-03T23:13:31.562Z | Compiling structmeta v0.3.0 |
1827 | 2024-09-03T23:13:31.809Z | Checking tokio-rustls v0.25.0 |
1828 | 2024-09-03T23:13:31.916Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1829 | 2024-09-03T23:13:32.023Z | Compiling parse-display-derive v0.10.0 |
1830 | 2024-09-03T23:13:32.306Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2024-09-03T23:13:32.446Z | Compiling num_enum_derive v0.5.11 |
1832 | 2024-09-03T23:13:32.595Z | Compiling foreign-types-macros v0.2.3 |
1833 | 2024-09-03T23:13:32.875Z | Compiling structmeta v0.2.0 |
1834 | 2024-09-03T23:13:33.304Z | Compiling test-strategy v0.3.1 |
1835 | 2024-09-03T23:13:33.784Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1836 | 2024-09-03T23:13:33.843Z | Checking serde_with v3.9.0 |
1837 | 2024-09-03T23:13:34.061Z | Checking foreign-types-shared v0.3.1 |
1838 | 2024-09-03T23:13:34.173Z | Checking foreign-types v0.5.0 |
1839 | 2024-09-03T23:13:34.615Z | Checking cstr-argument v0.1.2 |
1840 | 2024-09-03T23:13:34.740Z | Checking num_enum v0.5.11 |
1841 | 2024-09-03T23:13:34.791Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2024-09-03T23:13:34.886Z | Checking pretty-hex v0.2.1 |
1843 | 2024-09-03T23:13:34.910Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1844 | 2024-09-03T23:13:35.046Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1845 | 2024-09-03T23:13:35.210Z | Checking tabwriter v1.4.0 |
1846 | 2024-09-03T23:13:35.299Z | Checking colored v2.1.0 |
1847 | 2024-09-03T23:13:35.433Z | Checking socket2 v0.4.10 |
1848 | 2024-09-03T23:13:35.604Z | Checking smf v0.2.3 |
1849 | 2024-09-03T23:13:35.631Z | Checking termtree v0.4.1 |
1850 | 2024-09-03T23:13:35.730Z | Compiling heapless v0.8.0 |
1851 | 2024-09-03T23:13:35.847Z | Checking predicates-tree v1.0.9 |
1852 | 2024-09-03T23:13:35.871Z | Checking hash32 v0.3.1 |
1853 | 2024-09-03T23:13:35.998Z | Compiling smoltcp v0.11.0 |
1854 | 2024-09-03T23:13:36.023Z | Compiling crucible-workspace-hack v0.1.0 |
1855 | 2024-09-03T23:13:36.065Z | Checking embedded-io v0.4.0 |
1856 | 2024-09-03T23:13:36.220Z | Checking parse-display v0.10.0 |
1857 | 2024-09-03T23:13:36.264Z | Checking cobs v0.2.3 |
1858 | 2024-09-03T23:13:36.437Z | Checking postcard v1.0.8 |
1859 | 2024-09-03T23:13:36.463Z | Checking sigpipe v0.1.3 |
1860 | 2024-09-03T23:13:36.486Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1861 | 2024-09-03T23:13:36.598Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1862 | 2024-09-03T23:13:36.754Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1863 | 2024-09-03T23:13:36.787Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1864 | 2024-09-03T23:13:36.870Z | Compiling mockall_derive v0.13.0 |
1865 | 2024-09-03T23:13:36.901Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1866 | 2024-09-03T23:13:36.958Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1867 | 2024-09-03T23:13:37.127Z | Checking humantime v2.1.0 |
1868 | 2024-09-03T23:13:37.250Z | Compiling zone_cfg_derive v0.3.0 |
1869 | 2024-09-03T23:13:37.275Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1870 | 2024-09-03T23:13:37.410Z | Compiling num-derive v0.4.2 |
1871 | 2024-09-03T23:13:37.616Z | Checking downcast v0.11.0 |
1872 | 2024-09-03T23:13:37.679Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1873 | 2024-09-03T23:13:37.815Z | Checking fragile v2.0.0 |
1874 | 2024-09-03T23:13:38.015Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1875 | 2024-09-03T23:13:38.103Z | Checking utf-8 v0.7.6 |
1876 | 2024-09-03T23:13:38.291Z | Checking newline-converter v0.3.0 |
1877 | 2024-09-03T23:13:38.315Z | Checking tungstenite v0.21.0 |
1878 | 2024-09-03T23:13:38.442Z | Checking expectorate v1.1.0 |
1879 | 2024-09-03T23:13:38.606Z | Compiling convert_case v0.4.0 |
1880 | 2024-09-03T23:13:38.637Z | Checking zone v0.3.0 |
1881 | 2024-09-03T23:13:38.858Z | Checking same-file v1.0.6 |
1882 | 2024-09-03T23:13:39.018Z | Checking walkdir v2.5.0 |
1883 | 2024-09-03T23:13:39.147Z | Checking tokio-tungstenite v0.21.0 |
1884 | 2024-09-03T23:13:39.280Z | Checking arc-swap v1.7.1 |
1885 | 2024-09-03T23:13:39.337Z | Checking xattr v1.3.1 |
1886 | 2024-09-03T23:13:39.549Z | Checking filetime v0.2.25 |
1887 | 2024-09-03T23:13:39.574Z | Compiling derive_more v0.99.18 |
1888 | 2024-09-03T23:13:39.598Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1889 | 2024-09-03T23:13:39.621Z | Checking termcolor v1.4.1 |
1890 | 2024-09-03T23:13:39.685Z | Checking slog-scope v4.4.0 |
1891 | 2024-09-03T23:13:39.730Z | Checking tar v0.4.41 |
1892 | 2024-09-03T23:13:39.877Z | Checking slog-stdlog v4.1.1 |
1893 | 2024-09-03T23:13:40.004Z | Compiling derive-where v1.2.7 |
1894 | 2024-09-03T23:13:40.034Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1895 | 2024-09-03T23:13:40.057Z | Checking slog-envlogger v2.2.0 |
1896 | 2024-09-03T23:13:40.256Z | Checking password-hash v0.5.0 |
1897 | 2024-09-03T23:13:40.372Z | Checking blake2 v0.10.6 |
1898 | 2024-09-03T23:13:40.396Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1899 | 2024-09-03T23:13:40.439Z | Checking num-rational v0.4.2 |
1900 | 2024-09-03T23:13:40.686Z | Checking num-complex v0.4.6 |
1901 | 2024-09-03T23:13:40.790Z | Checking argon2 v0.5.3 |
1902 | 2024-09-03T23:13:41.107Z | Checking float-ord v0.3.2 |
1903 | 2024-09-03T23:13:41.245Z | Checking atty v0.2.14 |
1904 | 2024-09-03T23:13:41.368Z | Checking pem v3.0.4 |
1905 | 2024-09-03T23:13:41.429Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1906 | 2024-09-03T23:13:41.516Z | Checking num v0.4.3 |
1907 | 2024-09-03T23:13:41.630Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1908 | 2024-09-03T23:13:41.687Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1909 | 2024-09-03T23:13:42.189Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1910 | 2024-09-03T23:13:42.257Z | Checking tungstenite v0.20.1 |
1911 | 2024-09-03T23:13:42.513Z | Checking env_logger v0.9.3 |
1912 | 2024-09-03T23:13:42.933Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-09-03T23:13:43.142Z | Checking tokio-tungstenite v0.20.1 |
1914 | 2024-09-03T23:13:43.289Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-09-03T23:13:43.325Z | Compiling bitstruct_derive v0.1.0 |
1916 | 2024-09-03T23:13:43.369Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1917 | 2024-09-03T23:13:43.393Z | Checking ascii v1.1.0 |
1918 | 2024-09-03T23:13:43.428Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-09-03T23:13:43.587Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-09-03T23:13:43.611Z | Checking atomicwrites v0.4.3 |
1921 | 2024-09-03T23:13:43.720Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-09-03T23:13:43.778Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1923 | 2024-09-03T23:13:43.808Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-09-03T23:13:43.840Z | Checking serde_arrays v0.1.0 |
1925 | 2024-09-03T23:13:43.997Z | Checking erased-serde v0.3.31 |
1926 | 2024-09-03T23:13:44.022Z | Compiling heck v0.3.3 |
1927 | 2024-09-03T23:13:44.072Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1928 | 2024-09-03T23:13:44.376Z | Checking yasna v0.5.2 |
1929 | 2024-09-03T23:13:44.457Z | Compiling zone_cfg_derive v0.1.2 |
1930 | 2024-09-03T23:13:44.516Z | Checking mockall v0.13.0 |
1931 | 2024-09-03T23:13:44.569Z | Checking bitstruct v0.1.1 |
1932 | 2024-09-03T23:13:44.633Z | Checking headers-core v0.2.0 |
1933 | 2024-09-03T23:13:44.685Z | Checking base64 v0.13.1 |
1934 | 2024-09-03T23:13:44.785Z | Checking headers v0.3.9 |
1935 | 2024-09-03T23:13:44.966Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1936 | 2024-09-03T23:13:45.069Z | Checking ron v0.7.1 |
1937 | 2024-09-03T23:13:45.168Z | Checking rcgen v0.12.1 |
1938 | 2024-09-03T23:13:45.807Z | Checking portpicker v0.1.1 |
1939 | 2024-09-03T23:13:45.833Z | Checking zone v0.1.8 |
1940 | 2024-09-03T23:13:45.833Z | Checking subprocess v0.2.9 |
1941 | 2024-09-03T23:13:45.948Z | Checking highway v1.2.0 |
1942 | 2024-09-03T23:13:46.093Z | Compiling semver v0.1.20 |
1943 | 2024-09-03T23:13:46.329Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1944 | 2024-09-03T23:13:46.412Z | Compiling prettyplease v0.2.20 |
1945 | 2024-09-03T23:13:46.484Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1946 | 2024-09-03T23:13:46.508Z | Compiling rustc_version v0.1.7 |
1947 | 2024-09-03T23:13:46.536Z | Checking half v2.4.1 |
1948 | 2024-09-03T23:13:46.747Z | Checking ciborium-io v0.2.2 |
1949 | 2024-09-03T23:13:46.779Z | Compiling cookie v0.18.1 |
1950 | 2024-09-03T23:13:46.879Z | Checking linked-hash-map v0.5.6 |
1951 | 2024-09-03T23:13:47.039Z | Checking ciborium-ll v0.2.2 |
1952 | 2024-09-03T23:13:47.109Z | Compiling newtype_derive v0.1.6 |
1953 | 2024-09-03T23:13:47.157Z | Compiling rayon-core v1.12.1 |
1954 | 2024-09-03T23:13:47.253Z | Checking lru-cache v0.1.2 |
1955 | 2024-09-03T23:13:47.338Z | Checking ciborium v0.2.2 |
1956 | 2024-09-03T23:13:47.444Z | Checking resolv-conf v0.7.0 |
1957 | 2024-09-03T23:13:47.514Z | Checking swrite v0.1.0 |
1958 | 2024-09-03T23:13:47.596Z | Checking steno v0.4.1 |
1959 | 2024-09-03T23:13:47.771Z | Checking hickory-resolver v0.24.1 |
1960 | 2024-09-03T23:13:48.378Z | Compiling home v0.5.9 |
1961 | 2024-09-03T23:13:49.993Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1962 | 2024-09-03T23:13:52.748Z | Compiling slog-dtrace v0.3.0 |
1963 | 2024-09-03T23:13:52.773Z | Compiling ring v0.16.20 |
1964 | 2024-09-03T23:13:53.233Z | Compiling blake3 v1.5.1 |
1965 | 2024-09-03T23:13:53.440Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-09-03T23:13:53.727Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-09-03T23:13:53.835Z | Compiling cancel-safe-futures v0.1.5 |
1968 | 2024-09-03T23:13:54.155Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1969 | 2024-09-03T23:13:54.493Z | Checking itertools v0.13.0 |
1970 | 2024-09-03T23:13:54.609Z | Checking universal-hash v0.5.1 |
1971 | 2024-09-03T23:13:54.660Z | Checking opaque-debug v0.3.1 |
1972 | 2024-09-03T23:13:54.760Z | Checking keccak v0.1.5 |
1973 | 2024-09-03T23:13:54.811Z | Checking secrecy v0.8.0 |
1974 | 2024-09-03T23:13:55.007Z | Checking libsw v3.3.1 |
1975 | 2024-09-03T23:13:55.067Z | Checking sha3 v0.10.8 |
1976 | 2024-09-03T23:13:55.252Z | Compiling curve25519-dalek v4.1.3 |
1977 | 2024-09-03T23:13:55.449Z | Checking owo-colors v4.0.0 |
1978 | 2024-09-03T23:13:55.473Z | Checking linear-map v1.2.0 |
1979 | 2024-09-03T23:13:55.791Z | Checking aead v0.5.2 |
1980 | 2024-09-03T23:13:55.966Z | Compiling curve25519-dalek-derive v0.1.1 |
1981 | 2024-09-03T23:13:56.012Z | Checking poly1305 v0.8.0 |
1982 | 2024-09-03T23:13:56.388Z | Checking chacha20 v0.9.1 |
1983 | 2024-09-03T23:13:56.472Z | Compiling crossbeam-deque v0.8.5 |
1984 | 2024-09-03T23:13:57.051Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1985 | 2024-09-03T23:13:57.654Z | Compiling memmap2 v0.9.4 |
1986 | 2024-09-03T23:13:57.729Z | Compiling arrayref v0.3.7 |
1987 | 2024-09-03T23:13:57.835Z | Compiling rayon v1.10.0 |
1988 | 2024-09-03T23:13:58.124Z | Compiling untrusted v0.7.1 |
1989 | 2024-09-03T23:13:58.307Z | Compiling constant_time_eq v0.3.0 |
1990 | 2024-09-03T23:13:58.494Z | Compiling spin v0.5.2 |
1991 | 2024-09-03T23:13:58.588Z | Compiling arrayvec v0.7.4 |
1992 | 2024-09-03T23:13:58.990Z | Compiling toolchain_find v0.4.0 |
1993 | 2024-09-03T23:13:59.044Z | Compiling thiserror-impl-no-std v2.0.2 |
1994 | 2024-09-03T23:13:59.165Z | Compiling topological-sort v0.2.2 |
1995 | 2024-09-03T23:13:59.365Z | Compiling rustfmt-wrapper v0.2.1 |
1996 | 2024-09-03T23:13:59.612Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1997 | 2024-09-03T23:13:59.860Z | Checking display-error-chain v0.2.1 |
1998 | 2024-09-03T23:13:59.915Z | Checking chacha20poly1305 v0.10.1 |
1999 | 2024-09-03T23:13:59.995Z | Checking nibble_vec v0.1.0 |
2000 | 2024-09-03T23:14:00.091Z | Checking endian-type v0.1.2 |
2001 | 2024-09-03T23:14:00.181Z | Checking fxhash v0.2.1 |
2002 | 2024-09-03T23:14:00.283Z | Checking radix_trie v0.2.1 |
2003 | 2024-09-03T23:14:00.354Z | Checking maplit v1.0.2 |
2004 | 2024-09-03T23:14:00.463Z | Compiling radium v0.7.0 |
2005 | 2024-09-03T23:14:00.642Z | Compiling maybe-uninit v2.0.0 |
2006 | 2024-09-03T23:14:00.926Z | Checking tap v1.0.1 |
2007 | 2024-09-03T23:14:01.086Z | Checking wyz v0.5.1 |
2008 | 2024-09-03T23:14:01.214Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2009 | 2024-09-03T23:14:01.419Z | Checking crc-catalog v2.4.0 |
2010 | 2024-09-03T23:14:01.448Z | Compiling packed_struct v0.10.1 |
2011 | 2024-09-03T23:14:01.566Z | Checking funty v2.0.0 |
2012 | 2024-09-03T23:14:01.591Z | Checking crc v3.2.1 |
2013 | 2024-09-03T23:14:01.858Z | Checking thiserror-no-std v2.0.2 |
2014 | 2024-09-03T23:14:02.009Z | Checking vsss-rs v3.3.4 |
2015 | 2024-09-03T23:14:02.108Z | Checking gethostname v0.5.0 |
2016 | 2024-09-03T23:14:02.140Z | Checking kstat-rs v0.2.4 |
2017 | 2024-09-03T23:14:02.174Z | Compiling packed_struct_codegen v0.10.1 |
2018 | 2024-09-03T23:14:02.235Z | Compiling indexmap v1.9.3 |
2019 | 2024-09-03T23:14:02.448Z | Compiling omicron-zone-package v0.11.0 |
2020 | 2024-09-03T23:14:02.521Z | Checking nodrop v0.1.14 |
2021 | 2024-09-03T23:14:02.545Z | Checking bitvec v1.0.1 |
2022 | 2024-09-03T23:14:02.653Z | Compiling libefi-sys v0.1.0 |
2023 | 2024-09-03T23:14:02.847Z | Checking array-init v0.0.4 |
2024 | 2024-09-03T23:14:03.038Z | Checking smallvec v0.6.14 |
2025 | 2024-09-03T23:14:03.443Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2026 | 2024-09-03T23:14:03.515Z | Compiling bitfield-struct v0.6.1 |
2027 | 2024-09-03T23:14:03.790Z | Checking bitfield v0.14.0 |
2028 | 2024-09-03T23:14:03.839Z | Checking hashbrown v0.12.3 |
2029 | 2024-09-03T23:14:04.165Z | Checking serde-hex v0.1.0 |
2030 | 2024-09-03T23:14:04.725Z | Checking bzip2 v0.4.4 |
2031 | 2024-09-03T23:14:04.818Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2032 | 2024-09-03T23:14:05.016Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2033 | 2024-09-03T23:14:05.255Z | Checking env_logger v0.10.2 |
2034 | 2024-09-03T23:14:05.294Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2035 | 2024-09-03T23:14:05.339Z | Checking ron v0.8.1 |
2036 | 2024-09-03T23:14:05.447Z | Checking x509-cert v0.2.5 |
2037 | 2024-09-03T23:14:05.582Z | Checking hashbrown v0.13.2 |
2038 | 2024-09-03T23:14:05.654Z | Compiling async-recursion v1.1.1 |
2039 | 2024-09-03T23:14:06.448Z | Checking crc-any v2.5.0 |
2040 | 2024-09-03T23:14:06.494Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2041 | 2024-09-03T23:14:06.606Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2042 | 2024-09-03T23:14:06.800Z | Checking object v0.30.4 |
2043 | 2024-09-03T23:14:06.942Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2044 | 2024-09-03T23:14:07.189Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2045 | 2024-09-03T23:14:07.213Z | Checking zip v0.6.6 |
2046 | 2024-09-03T23:14:07.293Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2047 | 2024-09-03T23:14:07.434Z | Compiling parking_lot_core v0.8.6 |
2048 | 2024-09-03T23:14:07.698Z | Checking path-slash v0.1.5 |
2049 | 2024-09-03T23:14:07.838Z | Checking glob v0.3.1 |
2050 | 2024-09-03T23:14:07.863Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2051 | 2024-09-03T23:14:08.090Z | Checking hickory-client v0.24.1 |
2052 | 2024-09-03T23:14:08.210Z | Checking hickory-server v0.24.1 |
2053 | 2024-09-03T23:14:08.274Z | Checking parking_lot v0.11.2 |
2054 | 2024-09-03T23:14:08.311Z | Checking crossterm v0.28.1 |
2055 | 2024-09-03T23:14:08.449Z | Compiling buf-list v1.0.3 |
2056 | 2024-09-03T23:14:08.535Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2057 | 2024-09-03T23:14:08.607Z | Checking sled v0.34.7 |
2058 | 2024-09-03T23:14:08.707Z | Compiling unicase v2.7.0 |
2059 | 2024-09-03T23:14:09.549Z | Checking nanorand v0.7.0 |
2060 | 2024-09-03T23:14:09.894Z | Checking flume v0.11.0 |
2061 | 2024-09-03T23:14:09.918Z | Compiling vte_generate_state_changes v0.1.1 |
2062 | 2024-09-03T23:14:10.185Z | Compiling mime_guess v2.0.4 |
2063 | 2024-09-03T23:14:10.382Z | Checking fd-lock v4.0.2 |
2064 | 2024-09-03T23:14:10.408Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2065 | 2024-09-03T23:14:10.572Z | Checking vte v0.11.1 |
2066 | 2024-09-03T23:14:10.646Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2067 | 2024-09-03T23:14:10.742Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2068 | 2024-09-03T23:14:10.881Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2069 | 2024-09-03T23:14:11.230Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2070 | 2024-09-03T23:14:11.762Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2071 | 2024-09-03T23:14:12.065Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2072 | 2024-09-03T23:14:12.632Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2073 | 2024-09-03T23:14:13.693Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2074 | 2024-09-03T23:14:15.021Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2075 | 2024-09-03T23:14:15.060Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2076 | 2024-09-03T23:14:15.155Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-09-03T23:14:15.938Z | Checking strip-ansi-escapes v0.2.0 |
2078 | 2024-09-03T23:14:16.055Z | Compiling dsl_auto_type v0.1.2 |
2079 | 2024-09-03T23:14:16.553Z | Checking crossterm v0.27.0 |
2080 | 2024-09-03T23:14:17.022Z | Checking scheduled-thread-pool v0.2.7 |
2081 | 2024-09-03T23:14:17.245Z | Compiling diesel_table_macro_syntax v0.2.0 |
2082 | 2024-09-03T23:14:17.607Z | Checking nu-ansi-term v0.50.0 |
2083 | 2024-09-03T23:14:17.640Z | Compiling crunchy v0.2.2 |
2084 | 2024-09-03T23:14:17.999Z | Compiling diesel_derives v2.2.2 |
2085 | 2024-09-03T23:14:18.192Z | Checking r2d2 v0.8.10 |
2086 | 2024-09-03T23:14:18.216Z | Checking reedline v0.33.0 |
2087 | 2024-09-03T23:14:18.520Z | Compiling clang-sys v1.7.0 |
2088 | 2024-09-03T23:14:19.125Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2089 | 2024-09-03T23:14:19.149Z | Compiling pin-project-internal v1.1.5 |
2090 | 2024-09-03T23:14:19.366Z | Checking http-range v0.1.5 |
2091 | 2024-09-03T23:14:19.545Z | Compiling tiny-keccak v2.0.2 |
2092 | 2024-09-03T23:14:19.846Z | Checking hyper-staticfile v0.9.5 |
2093 | 2024-09-03T23:14:20.053Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2094 | 2024-09-03T23:14:20.220Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2095 | 2024-09-03T23:14:20.744Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2096 | 2024-09-03T23:14:20.980Z | Compiling ref-cast v1.0.23 |
2097 | 2024-09-03T23:14:21.839Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2098 | 2024-09-03T23:14:21.881Z | Checking pin-project v1.1.5 |
2099 | 2024-09-03T23:14:22.057Z | Compiling ascii-canvas v3.0.0 |
2100 | 2024-09-03T23:14:22.226Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2101 | 2024-09-03T23:14:22.545Z | Compiling ena v0.14.3 |
2102 | 2024-09-03T23:14:22.570Z | Compiling ref-cast-impl v1.0.23 |
2103 | 2024-09-03T23:14:22.631Z | Compiling libloading v0.8.3 |
2104 | 2024-09-03T23:14:22.959Z | Compiling bindgen v0.69.4 |
2105 | 2024-09-03T23:14:23.080Z | Compiling regex-syntax v0.6.29 |
2106 | 2024-09-03T23:14:23.686Z | Compiling diff v0.1.13 |
2107 | 2024-09-03T23:14:23.710Z | Checking bytecount v0.6.8 |
2108 | 2024-09-03T23:14:23.861Z | Checking papergrid v0.11.0 |
2109 | 2024-09-03T23:14:24.349Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2110 | 2024-09-03T23:14:25.152Z | Compiling which v4.4.2 |
2111 | 2024-09-03T23:14:25.701Z | Compiling tabled_derive v0.7.0 |
2112 | 2024-09-03T23:14:27.806Z | Compiling lalrpop v0.19.12 |
2113 | 2024-09-03T23:14:28.343Z | Compiling cexpr v0.6.0 |
2114 | 2024-09-03T23:14:28.387Z | Compiling cfg_aliases v0.1.1 |
2115 | 2024-09-03T23:14:28.508Z | Compiling rustc-hash v1.1.0 |
2116 | 2024-09-03T23:14:28.671Z | Compiling shlex v1.3.0 |
2117 | 2024-09-03T23:14:28.910Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2118 | 2024-09-03T23:14:29.080Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2119 | 2024-09-03T23:14:29.920Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2120 | 2024-09-03T23:14:31.925Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2121 | 2024-09-03T23:14:33.655Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2122 | 2024-09-03T23:14:33.701Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2123 | 2024-09-03T23:14:35.073Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2124 | 2024-09-03T23:14:35.098Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2125 | 2024-09-03T23:14:35.616Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2126 | 2024-09-03T23:14:35.752Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2127 | 2024-09-03T23:14:35.791Z | Checking diesel v2.2.3 |
2128 | 2024-09-03T23:14:36.206Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2129 | 2024-09-03T23:14:36.614Z | Compiling lazycell v1.3.0 |
2130 | 2024-09-03T23:14:37.441Z | Compiling nix v0.28.0 |
2131 | 2024-09-03T23:14:38.806Z | Checking tabled v0.15.0 |
2132 | 2024-09-03T23:14:38.831Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2133 | 2024-09-03T23:14:39.117Z | Compiling derive_builder_core v0.20.0 |
2134 | 2024-09-03T23:14:39.679Z | Checking signal-hook-tokio v0.3.1 |
2135 | 2024-09-03T23:14:39.823Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2136 | 2024-09-03T23:14:39.857Z | Compiling libxml v0.3.3 |
2137 | 2024-09-03T23:14:40.234Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2138 | 2024-09-03T23:14:41.295Z | Compiling derive_builder_macro v0.20.0 |
2139 | 2024-09-03T23:14:41.503Z | Compiling strum_macros v0.24.3 |
2140 | 2024-09-03T23:14:42.103Z | Compiling memoffset v0.9.1 |
2141 | 2024-09-03T23:14:42.397Z | Compiling indoc v1.0.9 |
2142 | 2024-09-03T23:14:43.437Z | Checking derive_builder v0.20.0 |
2143 | 2024-09-03T23:14:43.950Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2144 | 2024-09-03T23:14:44.220Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2145 | 2024-09-03T23:14:44.392Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2146 | 2024-09-03T23:14:44.787Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2147 | 2024-09-03T23:14:45.020Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2148 | 2024-09-03T23:14:45.966Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2149 | 2024-09-03T23:14:46.503Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2150 | 2024-09-03T23:14:46.540Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2151 | 2024-09-03T23:14:46.753Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2152 | 2024-09-03T23:14:47.275Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2153 | 2024-09-03T23:14:47.704Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2154 | 2024-09-03T23:14:49.076Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2155 | 2024-09-03T23:14:50.108Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2156 | 2024-09-03T23:14:50.134Z | Checking quick-xml v0.31.0 |
2157 | 2024-09-03T23:14:50.383Z | Compiling peg-macros v0.8.4 |
2158 | 2024-09-03T23:14:51.926Z | Compiling snafu-derive v0.8.2 |
2159 | 2024-09-03T23:14:53.536Z | Compiling impl-trait-for-tuples v0.2.2 |
2160 | 2024-09-03T23:14:53.622Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2161 | 2024-09-03T23:14:54.796Z | Compiling oso-derive v0.27.3 |
2162 | 2024-09-03T23:14:55.709Z | Compiling sqlparser_derive v0.2.2 |
2163 | 2024-09-03T23:14:56.641Z | Compiling dropshot v0.10.1 |
2164 | 2024-09-03T23:14:56.733Z | Checking unicode_categories v0.1.1 |
2165 | 2024-09-03T23:14:58.038Z | Checking snafu v0.8.2 |
2166 | 2024-09-03T23:14:58.062Z | Checking sqlformat v0.2.4 |
2167 | 2024-09-03T23:14:58.063Z | Checking sqlparser v0.45.0 |
2168 | 2024-09-03T23:14:58.063Z | Checking peg v0.8.4 |
2169 | 2024-09-03T23:14:58.063Z | Checking rustyline v14.0.0 |
2170 | 2024-09-03T23:14:59.171Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2171 | 2024-09-03T23:15:00.594Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2172 | 2024-09-03T23:15:00.659Z | Checking tungstenite v0.23.0 |
2173 | 2024-09-03T23:15:01.048Z | Checking globset v0.4.14 |
2174 | 2024-09-03T23:15:01.072Z | Checking olpc-cjson v0.1.3 |
2175 | 2024-09-03T23:15:01.285Z | Checking serde_plain v1.0.2 |
2176 | 2024-09-03T23:15:01.457Z | Checking bcs v0.1.6 |
2177 | 2024-09-03T23:15:01.511Z | Compiling dropshot_endpoint v0.10.1 |
2178 | 2024-09-03T23:15:01.543Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2179 | 2024-09-03T23:15:01.828Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2180 | 2024-09-03T23:15:01.898Z | Checking typed-path v0.7.1 |
2181 | 2024-09-03T23:15:02.286Z | Checking tokio-tungstenite v0.23.1 |
2182 | 2024-09-03T23:15:02.746Z | Checking nix v0.27.1 |
2183 | 2024-09-03T23:15:03.689Z | Checking tough v0.17.1 |
2184 | 2024-09-03T23:15:03.886Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2185 | 2024-09-03T23:15:04.128Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2186 | 2024-09-03T23:15:04.413Z | Checking bb8 v0.8.5 |
2187 | 2024-09-03T23:15:04.850Z | Checking serde-big-array v0.5.1 |
2188 | 2024-09-03T23:15:05.064Z | Compiling const_format_proc_macros v0.2.32 |
2189 | 2024-09-03T23:15:05.752Z | Checking parse-size v1.0.0 |
2190 | 2024-09-03T23:15:05.927Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2191 | 2024-09-03T23:15:06.498Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2192 | 2024-09-03T23:15:06.656Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2193 | 2024-09-03T23:15:06.925Z | Checking const_format v0.2.32 |
2194 | 2024-09-03T23:15:08.252Z | Checking async-bb8-diesel v0.2.1 |
2195 | 2024-09-03T23:15:08.659Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2196 | 2024-09-03T23:15:08.829Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2197 | 2024-09-03T23:15:09.424Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2198 | 2024-09-03T23:15:10.575Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2199 | 2024-09-03T23:15:11.058Z | Checking assert_matches v1.5.0 |
2200 | 2024-09-03T23:15:11.159Z | Checking heck v0.4.1 |
2201 | 2024-09-03T23:15:11.215Z | Compiling portable-atomic v1.6.0 |
2202 | 2024-09-03T23:15:11.364Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2203 | 2024-09-03T23:15:11.454Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2204 | 2024-09-03T23:15:11.741Z | Checking rand_seeder v0.3.0 |
2205 | 2024-09-03T23:15:11.965Z | Compiling libz-sys v1.1.16 |
2206 | 2024-09-03T23:15:11.990Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2207 | 2024-09-03T23:15:12.719Z | Checking number_prefix v0.4.0 |
2208 | 2024-09-03T23:15:12.905Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2209 | 2024-09-03T23:15:13.141Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2210 | 2024-09-03T23:15:13.182Z | Checking indicatif v0.17.8 |
2211 | 2024-09-03T23:15:14.091Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2212 | 2024-09-03T23:15:14.249Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2213 | 2024-09-03T23:15:15.096Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2214 | 2024-09-03T23:15:15.286Z | Compiling vergen v8.3.2 |
2215 | 2024-09-03T23:15:15.586Z | Compiling cargo-platform v0.1.8 |
2216 | 2024-09-03T23:15:15.892Z | Checking is_ci v1.2.0 |
2217 | 2024-09-03T23:15:16.036Z | Checking smawk v0.3.2 |
2218 | 2024-09-03T23:15:16.137Z | Checking unicode-linebreak v0.1.5 |
2219 | 2024-09-03T23:15:16.230Z | Checking supports-color v3.0.0 |
2220 | 2024-09-03T23:15:16.347Z | Compiling cargo_metadata v0.18.1 |
2221 | 2024-09-03T23:15:16.444Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2222 | 2024-09-03T23:15:16.525Z | Checking textwrap v0.16.1 |
2223 | 2024-09-03T23:15:16.894Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2224 | 2024-09-03T23:15:18.056Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2225 | 2024-09-03T23:15:18.436Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2226 | 2024-09-03T23:15:18.616Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2227 | 2024-09-03T23:15:19.167Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2228 | 2024-09-03T23:15:19.206Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2229 | 2024-09-03T23:15:19.463Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2230 | 2024-09-03T23:15:19.711Z | Checking castaway v0.2.3 |
2231 | 2024-09-03T23:15:19.884Z | Compiling libsqlite3-sys v0.28.0 |
2232 | 2024-09-03T23:15:20.350Z | Compiling cfg_aliases v0.2.1 |
2233 | 2024-09-03T23:15:20.466Z | Compiling nix v0.29.0 |
2234 | 2024-09-03T23:15:21.097Z | Checking compact_str v0.8.0 |
2235 | 2024-09-03T23:15:21.338Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2236 | 2024-09-03T23:15:21.969Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2237 | 2024-09-03T23:15:22.257Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2238 | 2024-09-03T23:15:22.543Z | Checking unicode-truncate v1.0.0 |
2239 | 2024-09-03T23:15:22.755Z | Checking lru v0.12.3 |
2240 | 2024-09-03T23:15:23.053Z | Compiling instability v0.3.2 |
2241 | 2024-09-03T23:15:23.197Z | Checking cassowary v0.3.0 |
2242 | 2024-09-03T23:15:23.737Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2243 | 2024-09-03T23:15:24.010Z | Checking ratatui v0.28.0 |
2244 | 2024-09-03T23:15:24.081Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2245 | 2024-09-03T23:15:24.738Z | Checking hashlink v0.9.1 |
2246 | 2024-09-03T23:15:25.144Z | Checking fallible-iterator v0.3.0 |
2247 | 2024-09-03T23:15:25.278Z | Checking fallible-streaming-iterator v0.1.9 |
2248 | 2024-09-03T23:15:25.719Z | Checking rusqlite v0.31.0 |
2249 | 2024-09-03T23:15:25.960Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2250 | 2024-09-03T23:15:26.281Z | Checking twox-hash v1.6.3 |
2251 | 2024-09-03T23:15:26.658Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2252 | 2024-09-03T23:15:26.754Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2253 | 2024-09-03T23:15:27.226Z | Checking fatfs v0.3.6 |
2254 | 2024-09-03T23:15:28.136Z | Checking csv-core v0.1.11 |
2255 | 2024-09-03T23:15:28.399Z | Checking shell-words v1.1.0 |
2256 | 2024-09-03T23:15:28.459Z | Checking csv v1.3.0 |
2257 | 2024-09-03T23:15:28.567Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2258 | 2024-09-03T23:15:29.540Z | Checking rtoolbox v0.0.2 |
2259 | 2024-09-03T23:15:29.715Z | Checking rpassword v7.3.1 |
2260 | 2024-09-03T23:15:31.278Z | Checking tui-tree-widget v0.22.0 |
2261 | 2024-09-03T23:15:31.588Z | Checking polyval v0.6.2 |
2262 | 2024-09-03T23:15:31.843Z | Checking rfc6979 v0.4.0 |
2263 | 2024-09-03T23:15:32.025Z | Checking plotters-backend v0.3.5 |
2264 | 2024-09-03T23:15:32.371Z | Checking plotters-svg v0.3.5 |
2265 | 2024-09-03T23:15:32.582Z | Checking ecdsa v0.16.9 |
2266 | 2024-09-03T23:15:33.261Z | Checking ghash v0.5.1 |
2267 | 2024-09-03T23:15:33.444Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2268 | 2024-09-03T23:15:34.462Z | Checking primeorder v0.13.6 |
2269 | 2024-09-03T23:15:34.930Z | Checking ctr v0.9.2 |
2270 | 2024-09-03T23:15:35.211Z | Checking cast v0.3.0 |
2271 | 2024-09-03T23:15:35.797Z | Checking yansi v0.5.1 |
2272 | 2024-09-03T23:15:35.987Z | Checking criterion-plot v0.5.0 |
2273 | 2024-09-03T23:15:36.103Z | Checking pretty_assertions v1.4.0 |
2274 | 2024-09-03T23:15:36.301Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2275 | 2024-09-03T23:15:36.493Z | Checking aes-gcm v0.10.3 |
2276 | 2024-09-03T23:15:36.749Z | Checking plotters v0.3.5 |
2277 | 2024-09-03T23:15:38.527Z | Checking ed25519 v2.2.3 |
2278 | 2024-09-03T23:15:38.791Z | Checking ssh-encoding v0.2.0 |
2279 | 2024-09-03T23:15:39.140Z | Checking tinytemplate v1.2.1 |
2280 | 2024-09-03T23:15:39.539Z | Checking blowfish v0.9.1 |
2281 | 2024-09-03T23:15:39.784Z | Checking anes v0.1.6 |
2282 | 2024-09-03T23:15:40.145Z | Checking oorandom v11.1.3 |
2283 | 2024-09-03T23:15:40.313Z | Checking criterion v0.5.1 |
2284 | 2024-09-03T23:15:42.862Z | Checking bcrypt-pbkdf v0.10.0 |
2285 | 2024-09-03T23:15:43.033Z | Checking ssh-cipher v0.2.0 |
2286 | 2024-09-03T23:15:43.161Z | Checking ed25519-dalek v2.1.1 |
2287 | 2024-09-03T23:15:43.283Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2288 | 2024-09-03T23:15:43.333Z | Checking password-hash v0.4.2 |
2289 | 2024-09-03T23:15:43.525Z | Checking hex-literal v0.4.1 |
2290 | 2024-09-03T23:15:43.661Z | Checking matches v0.1.10 |
2291 | 2024-09-03T23:15:43.748Z | Checking pbkdf2 v0.11.0 |
2292 | 2024-09-03T23:15:43.773Z | Checking idna v0.2.3 |
2293 | 2024-09-03T23:15:44.023Z | Checking ssh-key v0.6.6 |
2294 | 2024-09-03T23:15:44.620Z | Checking p256 v0.13.2 |
2295 | 2024-09-03T23:15:44.706Z | Checking p521 v0.13.3 |
2296 | 2024-09-03T23:15:45.117Z | Checking p384 v0.13.0 |
2297 | 2024-09-03T23:15:45.573Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2298 | 2024-09-03T23:15:46.030Z | Checking russh-cryptovec v0.7.2 |
2299 | 2024-09-03T23:15:46.092Z | Compiling enum-as-inner v0.5.1 |
2300 | 2024-09-03T23:15:46.241Z | Compiling target-lexicon v0.12.16 |
2301 | 2024-09-03T23:15:46.392Z | Compiling doc-comment v0.3.3 |
2302 | 2024-09-03T23:15:46.977Z | Checking md5 v0.7.0 |
2303 | 2024-09-03T23:15:47.122Z | Checking trust-dns-proto v0.22.0 |
2304 | 2024-09-03T23:15:47.254Z | Checking russh-keys v0.45.0 |
2305 | 2024-09-03T23:15:47.393Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2306 | 2024-09-03T23:15:48.586Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2307 | 2024-09-03T23:15:48.985Z | Checking http-body v1.0.0 |
2308 | 2024-09-03T23:15:49.188Z | Checking num-bigint v0.4.5 |
2309 | 2024-09-03T23:15:49.346Z | Checking des v0.8.1 |
2310 | 2024-09-03T23:15:49.593Z | Checking regex-automata v0.1.10 |
2311 | 2024-09-03T23:15:49.981Z | Compiling guppy-workspace-hack v0.1.0 |
2312 | 2024-09-03T23:15:50.261Z | Compiling dhcproto-macros v0.1.0 |
2313 | 2024-09-03T23:15:50.613Z | Compiling assert_cmd v2.0.16 |
2314 | 2024-09-03T23:15:51.043Z | Checking tower-layer v0.3.2 |
2315 | 2024-09-03T23:15:51.178Z | Checking dhcproto v0.12.0 |
2316 | 2024-09-03T23:15:51.311Z | Checking tower v0.4.13 |
2317 | 2024-09-03T23:15:51.437Z | Checking russh v0.45.0 |
2318 | 2024-09-03T23:15:52.073Z | Checking bstr v0.2.17 |
2319 | 2024-09-03T23:15:52.626Z | Checking hyper v1.3.1 |
2320 | 2024-09-03T23:15:53.482Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2321 | 2024-09-03T23:15:53.814Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2322 | 2024-09-03T23:15:54.063Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2323 | 2024-09-03T23:15:54.604Z | Compiling target-spec v3.2.1 |
2324 | 2024-09-03T23:15:54.641Z | Checking internet-checksum v0.2.1 |
2325 | 2024-09-03T23:15:55.393Z | Checking hyper-util v0.1.3 |
2326 | 2024-09-03T23:15:55.669Z | Checking cfg-expr v0.16.0 |
2327 | 2024-09-03T23:15:56.605Z | Checking httptest v0.15.5 |
2328 | 2024-09-03T23:15:56.830Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2329 | 2024-09-03T23:15:56.857Z | Checking rustls-native-certs v0.7.0 |
2330 | 2024-09-03T23:15:57.022Z | Checking num_cpus v1.16.0 |
2331 | 2024-09-03T23:15:57.143Z | Compiling samael v0.0.15 |
2332 | 2024-09-03T23:15:57.312Z | Checking threadpool v1.8.1 |
2333 | 2024-09-03T23:15:57.508Z | Checking hyper-rustls v0.26.0 |
2334 | 2024-09-03T23:15:58.193Z | Checking pathdiff v0.2.1 |
2335 | 2024-09-03T23:15:58.355Z | Compiling toml_edit v0.21.1 |
2336 | 2024-09-03T23:15:59.041Z | Compiling rstest_macros v0.22.0 |
2337 | 2024-09-03T23:15:59.538Z | Checking escape8259 v0.5.2 |
2338 | 2024-09-03T23:15:59.716Z | Checking nested v0.1.1 |
2339 | 2024-09-03T23:15:59.916Z | Checking guppy v0.17.7 |
2340 | 2024-09-03T23:16:00.936Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2341 | 2024-09-03T23:16:01.836Z | Compiling proc-macro-crate v3.1.0 |
2342 | 2024-09-03T23:16:03.287Z | Checking libtest-mimic v0.7.3 |
2343 | 2024-09-03T23:16:03.829Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2344 | 2024-09-03T23:16:03.854Z | Checking similar-asserts v1.5.0 |
2345 | 2024-09-03T23:16:04.082Z | Checking fancy-regex v0.13.0 |
2346 | 2024-09-03T23:16:04.116Z | Compiling trybuild v1.0.99 |
2347 | 2024-09-03T23:16:04.389Z | Compiling git2 v0.19.0 |
2348 | 2024-09-03T23:16:04.541Z | Compiling relative-path v1.9.3 |
2349 | 2024-09-03T23:16:04.764Z | Checking datatest-stable v0.2.9 |
2350 | 2024-09-03T23:16:04.789Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2351 | 2024-09-03T23:16:05.018Z | Checking blake2b_simd v1.0.2 |
2352 | 2024-09-03T23:16:05.812Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2353 | 2024-09-03T23:16:05.940Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2354 | 2024-09-03T23:16:06.193Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2355 | 2024-09-03T23:16:06.467Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2356 | 2024-09-03T23:16:06.733Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2357 | 2024-09-03T23:16:07.024Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2358 | 2024-09-03T23:16:07.325Z | Checking serde_tokenstream v0.2.2 |
2359 | 2024-09-03T23:16:07.488Z | Checking uzers v0.11.3 |
2360 | 2024-09-03T23:16:07.683Z | Checking indent_write v2.2.0 |
2361 | 2024-09-03T23:16:07.809Z | Checking futures-timer v3.0.3 |
2362 | 2024-09-03T23:16:08.012Z | Checking rust-argon2 v2.1.0 |
2363 | 2024-09-03T23:16:08.449Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2364 | 2024-09-03T23:16:09.892Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2365 | 2024-09-03T23:16:11.127Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2366 | 2024-09-03T23:16:11.182Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2367 | 2024-09-03T23:16:11.463Z | Checking rand_distr v0.4.3 |
2368 | 2024-09-03T23:16:11.703Z | Checking multimap v0.10.0 |
2369 | 2024-09-03T23:16:11.987Z | Checking approx v0.5.1 |
2370 | 2024-09-03T23:16:12.174Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2371 | 2024-09-03T23:16:12.204Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2372 | 2024-09-03T23:16:12.745Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2373 | 2024-09-03T23:16:12.944Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2374 | 2024-09-03T23:16:13.544Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2375 | 2024-09-03T23:16:14.472Z | Checking partial-io v0.5.4 |
2376 | 2024-09-03T23:16:14.536Z | Checking rstest v0.22.0 |
2377 | 2024-09-03T23:16:14.561Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2378 | 2024-09-03T23:16:14.586Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2379 | 2024-09-03T23:16:14.733Z | Checking cargo_toml v0.20.4 |
2380 | 2024-09-03T23:16:14.815Z | Checking termios v0.3.3 |
2381 | 2024-09-03T23:16:14.897Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2382 | 2024-09-03T23:16:15.057Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2383 | 2024-09-03T23:16:16.496Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2384 | 2024-09-03T23:16:30.451Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2385 | 2024-09-03T23:16:35.424Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2386 | 2024-09-03T23:16:35.712Z | Compiling polar-core v0.27.3 |
2387 | 2024-09-03T23:16:45.197Z | Checking oso v0.27.3 |
2388 | 2024-09-03T23:16:59.866Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2389 | 2024-09-03T23:17:00.362Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2390 | 2024-09-03T23:17:02.480Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2391 | 2024-09-03T23:17:37.328Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2392 | 2024-09-03T23:17:37.328Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2393 | 2024-09-03T23:17:37.328Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2394 | 2024-09-03T23:19:16.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2395 | 2024-09-03T23:19:16.531Z | |
2396 | 2024-09-03T23:19:16.531Z | real 6:27.252800196 |
2397 | 2024-09-03T23:19:16.531Z | user 33:13.133700831 |
2398 | 2024-09-03T23:19:16.531Z | sys 6:00.437010756 |
2399 | 2024-09-03T23:19:16.531Z | trap 1.064702735 |
2400 | 2024-09-03T23:19:16.531Z | tflt 1.318421194 |
2401 | 2024-09-03T23:19:16.531Z | dflt 0.482292513 |
2402 | 2024-09-03T23:19:16.531Z | kflt 0.000911281 |
2403 | 2024-09-03T23:19:16.531Z | lock 51:40.931670228 |
2404 | 2024-09-03T23:19:16.531Z | slp 1:57:30.366249968 |
2405 | 2024-09-03T23:19:16.531Z | lat 1:40.576821879 |
2406 | 2024-09-03T23:19:16.531Z | stop 5:30.427826347 |
2407 | 2024-09-03T23:19:16.556Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2408 | 2024-09-03T23:19:16.556Z | + ptime -m cargo doc --workspace --no-deps |
2409 | 2024-09-03T23:19:18.087Z | warning: output filename collision. |
2410 | 2024-09-03T23:19:18.087Z | 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)`. |
2411 | 2024-09-03T23:19:18.087Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2412 | 2024-09-03T23:19:18.087Z | The targets should have unique names. |
2413 | 2024-09-03T23:19:18.087Z | This is a known bug where multiple crates with the same name use |
2414 | 2024-09-03T23:19:18.087Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2415 | 2024-09-03T23:19:18.675Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2416 | 2024-09-03T23:19:18.712Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2417 | 2024-09-03T23:19:18.736Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2418 | 2024-09-03T23:19:18.786Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2419 | 2024-09-03T23:19:18.818Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2420 | 2024-09-03T23:19:18.818Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2421 | 2024-09-03T23:19:18.975Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2422 | 2024-09-03T23:19:19.082Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2423 | 2024-09-03T23:19:19.106Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2424 | 2024-09-03T23:19:19.106Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2425 | 2024-09-03T23:19:19.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2426 | 2024-09-03T23:19:19.301Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2427 | 2024-09-03T23:19:19.368Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2428 | 2024-09-03T23:19:19.605Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2429 | 2024-09-03T23:19:19.813Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2430 | 2024-09-03T23:19:20.573Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2431 | 2024-09-03T23:19:22.545Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2432 | 2024-09-03T23:19:22.866Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2433 | 2024-09-03T23:19:22.891Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2434 | 2024-09-03T23:19:23.103Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2435 | 2024-09-03T23:19:23.127Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2436 | 2024-09-03T23:19:23.188Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2437 | 2024-09-03T23:19:23.424Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2438 | 2024-09-03T23:19:23.485Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2439 | 2024-09-03T23:19:23.640Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2440 | 2024-09-03T23:19:23.793Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2441 | 2024-09-03T23:19:23.974Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2442 | 2024-09-03T23:19:24.241Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2443 | 2024-09-03T23:19:24.265Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2444 | 2024-09-03T23:19:24.521Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2445 | 2024-09-03T23:19:24.785Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2446 | 2024-09-03T23:19:24.910Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2447 | 2024-09-03T23:19:24.937Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2448 | 2024-09-03T23:19:25.193Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2449 | 2024-09-03T23:19:25.327Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2450 | 2024-09-03T23:19:25.609Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2451 | 2024-09-03T23:19:25.721Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2452 | 2024-09-03T23:19:25.939Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2453 | 2024-09-03T23:19:25.990Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2454 | 2024-09-03T23:19:26.341Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2455 | 2024-09-03T23:19:26.381Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2456 | 2024-09-03T23:19:26.661Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2457 | 2024-09-03T23:19:30.158Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2458 | 2024-09-03T23:19:30.484Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2459 | 2024-09-03T23:19:31.145Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2460 | 2024-09-03T23:19:31.458Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2461 | 2024-09-03T23:19:32.494Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2462 | 2024-09-03T23:19:33.115Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2463 | 2024-09-03T23:19:33.250Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2464 | 2024-09-03T23:19:33.674Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2465 | 2024-09-03T23:19:34.433Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2466 | 2024-09-03T23:19:39.004Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2467 | 2024-09-03T23:19:39.814Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2468 | 2024-09-03T23:19:40.575Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2469 | 2024-09-03T23:19:40.935Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2470 | 2024-09-03T23:19:40.959Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2471 | 2024-09-03T23:19:41.318Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2472 | 2024-09-03T23:19:41.417Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2473 | 2024-09-03T23:19:42.602Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2474 | 2024-09-03T23:19:42.799Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2475 | 2024-09-03T23:19:43.021Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2476 | 2024-09-03T23:19:43.381Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2477 | 2024-09-03T23:19:43.406Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2478 | 2024-09-03T23:19:43.723Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2479 | 2024-09-03T23:19:43.823Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2480 | 2024-09-03T23:19:43.872Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2481 | 2024-09-03T23:19:43.967Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2482 | 2024-09-03T23:19:44.456Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2483 | 2024-09-03T23:19:44.624Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2484 | 2024-09-03T23:19:44.793Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2485 | 2024-09-03T23:19:44.830Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2486 | 2024-09-03T23:19:45.329Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2487 | 2024-09-03T23:19:45.594Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2488 | 2024-09-03T23:19:45.897Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2489 | 2024-09-03T23:19:46.112Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2490 | 2024-09-03T23:19:46.289Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2491 | 2024-09-03T23:19:46.423Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2492 | 2024-09-03T23:19:46.519Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2493 | 2024-09-03T23:19:46.565Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2494 | 2024-09-03T23:19:46.693Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2495 | 2024-09-03T23:19:47.265Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2496 | 2024-09-03T23:19:47.418Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2497 | 2024-09-03T23:19:47.443Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2498 | 2024-09-03T23:19:47.875Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2499 | 2024-09-03T23:19:48.248Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2500 | 2024-09-03T23:19:48.589Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2501 | 2024-09-03T23:19:48.997Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2502 | 2024-09-03T23:19:49.703Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2503 | 2024-09-03T23:19:49.788Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2504 | 2024-09-03T23:19:50.140Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2505 | 2024-09-03T23:19:50.319Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2506 | 2024-09-03T23:19:51.292Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2507 | 2024-09-03T23:19:51.712Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2508 | 2024-09-03T23:19:52.091Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2509 | 2024-09-03T23:19:52.596Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-09-03T23:19:54.314Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2511 | 2024-09-03T23:19:54.359Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2512 | 2024-09-03T23:19:55.356Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2513 | 2024-09-03T23:19:55.983Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2024-09-03T23:19:56.716Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2024-09-03T23:19:59.628Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2516 | 2024-09-03T23:20:00.974Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2024-09-03T23:20:01.398Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2518 | 2024-09-03T23:20:01.896Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2519 | 2024-09-03T23:20:05.455Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2520 | 2024-09-03T23:20:06.457Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2521 | 2024-09-03T23:20:11.045Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2522 | 2024-09-03T23:20:12.054Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2523 | 2024-09-03T23:20:13.100Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2524 | 2024-09-03T23:20:44.050Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2525 | 2024-09-03T23:20:46.302Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2526 | 2024-09-03T23:20:49.128Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2527 | 2024-09-03T23:20:50.632Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2528 | 2024-09-03T23:20:59.147Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2529 | 2024-09-03T23:21:06.739Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2530 | 2024-09-03T23:21:11.808Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2531 | 2024-09-03T23:21:13.994Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2532 | 2024-09-03T23:21:18.860Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2533 | 2024-09-03T23:21:20.304Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2534 | 2024-09-03T23:21:20.845Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2535 | 2024-09-03T23:21:23.753Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2536 | 2024-09-03T23:21:28.494Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2537 | 2024-09-03T23:21:33.589Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2538 | 2024-09-03T23:21:34.987Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2539 | 2024-09-03T23:21:37.485Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2540 | 2024-09-03T23:21:40.207Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2541 | 2024-09-03T23:21:43.648Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2542 | 2024-09-03T23:21:49.011Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2543 | 2024-09-03T23:21:55.114Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2544 | 2024-09-03T23:22:05.696Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2545 | 2024-09-03T23:22:12.441Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2546 | 2024-09-03T23:22:14.078Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2547 | 2024-09-03T23:22:16.996Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2548 | 2024-09-03T23:22:22.634Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2549 | 2024-09-03T23:22:25.469Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2550 | 2024-09-03T23:22:31.943Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2551 | 2024-09-03T23:22:32.004Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2552 | 2024-09-03T23:22:40.659Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2553 | 2024-09-03T23:22:41.348Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2554 | 2024-09-03T23:22:52.206Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2555 | 2024-09-03T23:22:55.607Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2556 | 2024-09-03T23:22:55.648Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2557 | 2024-09-03T23:22:55.676Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2558 | 2024-09-03T23:23:04.796Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2559 | 2024-09-03T23:23:06.252Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2560 | 2024-09-03T23:23:11.077Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2561 | 2024-09-03T23:23:12.087Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2562 | 2024-09-03T23:23:16.022Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2563 | 2024-09-03T23:23:18.275Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2564 | 2024-09-03T23:23:20.354Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2565 | 2024-09-03T23:23:23.020Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2566 | 2024-09-03T23:23:24.360Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2567 | 2024-09-03T23:23:25.886Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2568 | 2024-09-03T23:23:35.175Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2569 | 2024-09-03T23:23:36.652Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2570 | 2024-09-03T23:23:36.726Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2571 | 2024-09-03T23:23:39.298Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2572 | 2024-09-03T23:23:39.791Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2573 | 2024-09-03T23:23:44.660Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2574 | 2024-09-03T23:23:46.391Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2575 | 2024-09-03T23:23:52.291Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2576 | 2024-09-03T23:23:52.775Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2577 | 2024-09-03T23:23:54.824Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2578 | 2024-09-03T23:23:55.254Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2579 | 2024-09-03T23:23:57.390Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2580 | 2024-09-03T23:23:59.273Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2581 | 2024-09-03T23:24:01.217Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2582 | 2024-09-03T23:24:01.901Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2583 | 2024-09-03T23:24:02.632Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2584 | 2024-09-03T23:24:09.088Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2585 | 2024-09-03T23:24:09.956Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2586 | 2024-09-03T23:24:10.478Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2587 | 2024-09-03T23:24:14.290Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2588 | 2024-09-03T23:24:15.740Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2589 | 2024-09-03T23:24:20.869Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2590 | 2024-09-03T23:24:21.218Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2591 | 2024-09-03T23:24:22.028Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2592 | 2024-09-03T23:24:22.498Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2593 | 2024-09-03T23:24:26.454Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2594 | 2024-09-03T23:24:27.129Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2595 | 2024-09-03T23:24:32.020Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2596 | 2024-09-03T23:24:32.848Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2597 | 2024-09-03T23:24:33.968Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2598 | 2024-09-03T23:24:35.774Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2599 | 2024-09-03T23:24:35.969Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2600 | 2024-09-03T23:24:36.580Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2601 | 2024-09-03T23:24:37.615Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2602 | 2024-09-03T23:24:38.509Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2603 | 2024-09-03T23:24:43.107Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2604 | 2024-09-03T23:24:43.650Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2605 | 2024-09-03T23:24:43.904Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2606 | 2024-09-03T23:24:48.901Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2607 | 2024-09-03T23:24:49.230Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2608 | 2024-09-03T23:24:49.295Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2609 | 2024-09-03T23:24:50.314Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2610 | 2024-09-03T23:24:52.158Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2611 | 2024-09-03T23:24:52.997Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2612 | 2024-09-03T23:24:53.403Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2613 | 2024-09-03T23:24:53.899Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2614 | 2024-09-03T23:24:55.222Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2615 | 2024-09-03T23:24:55.777Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2616 | 2024-09-03T23:24:56.593Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2617 | 2024-09-03T23:24:57.315Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2618 | 2024-09-03T23:24:59.666Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2619 | 2024-09-03T23:25:00.668Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2620 | 2024-09-03T23:25:02.884Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2621 | 2024-09-03T23:25:03.127Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2622 | 2024-09-03T23:25:04.088Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2623 | 2024-09-03T23:25:39.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s |
2624 | 2024-09-03T23:25:40.086Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2625 | 2024-09-03T23:25:40.156Z | |
2626 | 2024-09-03T23:25:40.156Z | real 6:23.598723731 |
2627 | 2024-09-03T23:25:40.156Z | user 19:30.890269242 |
2628 | 2024-09-03T23:25:40.156Z | sys 26:40.226415514 |
2629 | 2024-09-03T23:25:40.156Z | trap 0.371793857 |
2630 | 2024-09-03T23:25:40.181Z | tflt 0.156321712 |
2631 | 2024-09-03T23:25:40.181Z | dflt 0.380479881 |
2632 | 2024-09-03T23:25:40.181Z | kflt 0.000322236 |
2633 | 2024-09-03T23:25:40.181Z | lock 55:53.985587676 |
2634 | 2024-09-03T23:25:40.181Z | slp 1:44:56.822383554 |
2635 | 2024-09-03T23:25:40.181Z | lat 1:07.676063037 |
2636 | 2024-09-03T23:25:40.181Z | stop 55.784538534 |
2637 | 2024-09-03T23:25:40.181Z | process exited: duration 1021158 ms, exit code 0 |
|
2638 | 2024-09-03T23:25:40.231Z | found 0 output files |