|
|
|
1 | 2024-09-24T03:10:35.440Z | job assigned to worker 01J8H035GBCTEMPCY4T4WEWCE6 (queued for 57 s) |
|
2 | 2024-09-24T03:10:43.128Z | starting task 0: "setup" |
3 | 2024-09-24T03:10:43.138Z | ++ uname -s |
4 | 2024-09-24T03:10:43.141Z | + kern=SunOS |
5 | 2024-09-24T03:10:43.141Z | + case "$kern" in |
6 | 2024-09-24T03:10:43.141Z | + groupadd -g 12345 build |
7 | 2024-09-24T03:10:43.143Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-24T03:10:45.154Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-24T03:10:45.226Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-24T03:10:45.229Z | + home_fs=zfs |
11 | 2024-09-24T03:10:45.229Z | + [[ zfs == autofs ]] |
12 | 2024-09-24T03:10:45.229Z | + mkdir -p /home/build |
13 | 2024-09-24T03:10:45.234Z | + chown build:build /home/build /work |
14 | 2024-09-24T03:10:47.233Z | + chmod 0700 /home/build /work |
15 | 2024-09-24T03:10:47.236Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-09-24T03:10:47.241Z | starting task 1: "rust-toolchain" |
17 | 2024-09-24T03:10:47.247Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-24T03:10:47.247Z | * toolchain channel = "1.80.1" |
19 | 2024-09-24T03:10:47.247Z | ' 1.80.1 |
20 | 2024-09-24T03:10:47.247Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-24T03:10:47.247Z | ' default |
22 | 2024-09-24T03:10:47.247Z | * toolchain profile = "default" |
23 | 2024-09-24T03:10:47.249Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-24T03:10:47.249Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-24T03:10:47.352Z | info: downloading installer |
26 | 2024-09-24T03:10:48.661Z | info: profile set to 'default' |
27 | 2024-09-24T03:10:48.662Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-24T03:10:48.667Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-24T03:10:48.864Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-24T03:10:48.864Z | info: downloading component 'cargo' |
31 | 2024-09-24T03:10:49.772Z | info: downloading component 'clippy' |
32 | 2024-09-24T03:10:50.090Z | info: downloading component 'rust-docs' |
33 | 2024-09-24T03:10:51.414Z | info: downloading component 'rust-std' |
34 | 2024-09-24T03:10:53.243Z | info: downloading component 'rustc' |
35 | 2024-09-24T03:10:58.347Z | info: downloading component 'rustfmt' |
36 | 2024-09-24T03:10:58.620Z | info: installing component 'cargo' |
37 | 2024-09-24T03:10:59.628Z | info: installing component 'clippy' |
38 | 2024-09-24T03:10:59.986Z | info: installing component 'rust-docs' |
39 | 2024-09-24T03:11:01.599Z | info: installing component 'rust-std' |
40 | 2024-09-24T03:11:03.302Z | info: installing component 'rustc' |
41 | 2024-09-24T03:11:07.420Z | info: installing component 'rustfmt' |
42 | 2024-09-24T03:11:07.800Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-24T03:11:07.800Z | |
44 | 2024-09-24T03:11:07.996Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-24T03:11:07.996Z | |
46 | 2024-09-24T03:11:07.998Z | |
47 | 2024-09-24T03:11:07.998Z | Rust is installed now. Great! |
48 | 2024-09-24T03:11:07.999Z | |
49 | 2024-09-24T03:11:07.999Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-24T03:11:07.999Z | environment variable. This has not been done automatically. |
51 | 2024-09-24T03:11:07.999Z | |
52 | 2024-09-24T03:11:07.999Z | To configure your current shell, you need to source |
53 | 2024-09-24T03:11:07.999Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-24T03:11:07.999Z | |
55 | 2024-09-24T03:11:07.999Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-24T03:11:07.999Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-24T03:11:07.999Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-24T03:11:08.046Z | + rustc --version |
59 | 2024-09-24T03:11:08.108Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-24T03:11:08.111Z | process exited: duration 20868 ms, exit code 0 |
|
61 | 2024-09-24T03:11:08.117Z | starting task 2: "authentication" |
62 | 2024-09-24T03:11:08.138Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-24T03:11:08.144Z | starting task 3: "clone repository" |
64 | 2024-09-24T03:11:08.149Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-24T03:11:08.152Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-24T03:11:08.203Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-24T03:11:14.933Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-24T03:11:14.933Z | + git fetch origin 425a962cb770da99038563c9383e6225cc1462d4 |
69 | 2024-09-24T03:11:15.524Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-24T03:11:15.524Z | * branch 425a962cb770da99038563c9383e6225cc1462d4 -> FETCH_HEAD |
71 | 2024-09-24T03:11:15.533Z | + [[ -n renovate/httptest-0.x ]] |
72 | 2024-09-24T03:11:15.536Z | ++ git branch --show-current |
73 | 2024-09-24T03:11:15.539Z | + current=main |
74 | 2024-09-24T03:11:15.539Z | + [[ main != renovate/httptest-0.x ]] |
75 | 2024-09-24T03:11:15.539Z | + git branch -f renovate/httptest-0.x 425a962cb770da99038563c9383e6225cc1462d4 |
76 | 2024-09-24T03:11:15.541Z | + git checkout -f renovate/httptest-0.x |
77 | 2024-09-24T03:11:15.697Z | Switched to branch 'renovate/httptest-0.x' |
78 | 2024-09-24T03:11:15.700Z | + git reset --hard 425a962cb770da99038563c9383e6225cc1462d4 |
79 | 2024-09-24T03:11:15.712Z | HEAD is now at 425a962cb Update Rust crate httptest to 0.16.1 |
80 | 2024-09-24T03:11:15.715Z | process exited: duration 7568 ms, exit code 0 |
|
81 | 2024-09-24T03:11:15.720Z | starting task 4: "build" |
82 | 2024-09-24T03:11:15.733Z | + cargo --version |
83 | 2024-09-24T03:11:15.781Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-24T03:11:15.783Z | + rustc --version |
85 | 2024-09-24T03:11:15.840Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-24T03:11:15.842Z | + source ./env.sh |
87 | 2024-09-24T03:11:15.842Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-24T03:11:15.843Z | ++ set -o xtrace |
89 | 2024-09-24T03:11:15.845Z | ++++ dirname ./env.sh |
90 | 2024-09-24T03:11:15.847Z | +++ readlink -f . |
91 | 2024-09-24T03:11:15.850Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-24T03:11:15.853Z | ++ 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-24T03:11:15.853Z | ++ 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-24T03:11:15.853Z | ++ 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-24T03:11:15.853Z | ++ 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-24T03:11:15.853Z | ++ 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-24T03:11:15.853Z | ++ 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-24T03:11:15.853Z | ++ 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-24T03:11:15.854Z | ++ 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-24T03:11:15.854Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-24T03:11:15.854Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-24T03:11:15.854Z | + banner prerequisites |
103 | 2024-09-24T03:11:15.856Z | |
104 | 2024-09-24T03:11:15.856Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-24T03:11:15.856Z | # # # # # # # # # # # # # # # |
106 | 2024-09-24T03:11:15.856Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-24T03:11:15.856Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-24T03:11:15.856Z | # # # # # # # # # # # # # # # |
109 | 2024-09-24T03:11:15.856Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-24T03:11:15.856Z | |
111 | 2024-09-24T03:11:15.856Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-24T03:11:21.557Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-24T03:11:24.031Z | Startup: Caching catalogs ... Done |
114 | 2024-09-24T03:11:27.314Z | Planning: Solver setup ... Done (2.635s) |
115 | 2024-09-24T03:11:27.355Z | Planning: Running solver ... Done (0.043s) |
116 | 2024-09-24T03:11:27.408Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-09-24T03:11:27.562Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-24T03:11:27.914Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-24T03:11:28.013Z | Planning: Package planning ... Done (0.098s) |
120 | 2024-09-24T03:11:28.069Z | Planning: Merging actions ... Done (0.056s) |
121 | 2024-09-24T03:11:28.277Z | Planning: Checking for conflicting actions ... Done (0.208s) |
122 | 2024-09-24T03:11:30.276Z | Planning: Consolidating action changes ... Done (1.998s) |
123 | 2024-09-24T03:11:30.780Z | Planning: Evaluating mediators ... Done (0.441s) |
124 | 2024-09-24T03:11:30.807Z | Planning: Planning completed in 6.69 seconds |
125 | 2024-09-24T03:11:30.817Z | Packages to install: 4 |
126 | 2024-09-24T03:11:30.817Z | Packages to update: 1 |
127 | 2024-09-24T03:11:30.821Z | Mediators to change: 2 |
128 | 2024-09-24T03:11:30.821Z | Services to change: 1 |
129 | 2024-09-24T03:11:30.821Z | Estimated space available: 155.71 GB |
130 | 2024-09-24T03:11:30.821Z | Estimated space to be consumed: 1.54 GB |
131 | 2024-09-24T03:11:30.821Z | Create boot environment: No |
132 | 2024-09-24T03:11:30.821Z | Create backup boot environment: Yes |
133 | 2024-09-24T03:11:30.821Z | Rebuild boot archive: No |
134 | 2024-09-24T03:11:30.821Z | |
135 | 2024-09-24T03:11:30.822Z | Changed mediators: |
136 | 2024-09-24T03:11:30.822Z | mediator clang: |
137 | 2024-09-24T03:11:30.822Z | version: None -> 15 (system default) |
138 | 2024-09-24T03:11:30.822Z | |
139 | 2024-09-24T03:11:30.822Z | mediator llvm: |
140 | 2024-09-24T03:11:30.822Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-24T03:11:30.822Z | |
142 | 2024-09-24T03:11:30.822Z | Changed packages: |
143 | 2024-09-24T03:11:30.822Z | helios-dev |
144 | 2024-09-24T03:11:30.822Z | developer/build-essential |
145 | 2024-09-24T03:11:30.822Z | None -> 11-2.0 |
146 | 2024-09-24T03:11:30.822Z | library/libxmlsec1 |
147 | 2024-09-24T03:11:30.823Z | None -> 1.2.35-2.0 |
148 | 2024-09-24T03:11:30.823Z | ooce/developer/clang-15 |
149 | 2024-09-24T03:11:30.823Z | None -> 15.0.7-2.0 |
150 | 2024-09-24T03:11:30.823Z | ooce/developer/llvm-15 |
151 | 2024-09-24T03:11:30.823Z | None -> 15.0.7-2.0 |
152 | 2024-09-24T03:11:30.823Z | package/pkg |
153 | 2024-09-24T03:11:30.823Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-24T03:11:30.824Z | |
155 | 2024-09-24T03:11:30.824Z | Services: |
156 | 2024-09-24T03:11:30.824Z | restart_fmri: |
157 | 2024-09-24T03:11:30.824Z | svc:/system/update-man-index:default |
158 | 2024-09-24T03:11:30.824Z | |
159 | 2024-09-24T03:11:30.824Z | Editable files to change: |
160 | 2024-09-24T03:11:30.825Z | Update: |
161 | 2024-09-24T03:11:30.825Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-24T03:11:30.907Z | |
163 | 2024-09-24T03:11:30.907Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-24T03:11:35.908Z | Download: 392/4281 items 16.5/220.6MB 7% complete (3.4M/s) |
165 | 2024-09-24T03:11:41.017Z | Download: 1114/4281 items 38.9/220.6MB 17% complete (3.9M/s) |
166 | 2024-09-24T03:11:46.475Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (8.2M/s) |
167 | 2024-09-24T03:11:51.483Z | Download: 1486/4281 items 117.3/220.6MB 53% complete (6.9M/s) |
168 | 2024-09-24T03:11:56.494Z | Download: 1866/4281 items 118.5/220.6MB 53% complete (3.6M/s) |
169 | 2024-09-24T03:12:01.494Z | Download: 2193/4281 items 119.1/220.6MB 53% complete (203k/s) |
170 | 2024-09-24T03:12:06.659Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (181k/s) |
171 | 2024-09-24T03:12:11.604Z | Download: 2489/4281 items 120.2/220.6MB 54% complete (108k/s) |
172 | 2024-09-24T03:12:16.621Z | Download: 3123/4281 items 151.5/220.6MB 68% complete (3.2M/s) |
173 | 2024-09-24T03:12:22.457Z | Download: 3243/4281 items 203.0/220.6MB 92% complete (8.2M/s) |
174 | 2024-09-24T03:12:39.202Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
175 | 2024-09-24T03:12:46.159Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
176 | 2024-09-24T03:12:58.903Z | Download: 3287/4281 items 211.8/220.6MB 95% complete (1.2M/s) |
177 | 2024-09-24T03:13:04.284Z | Download: 3413/4281 items 215.0/220.6MB 97% complete (726k/s) |
178 | 2024-09-24T03:13:09.281Z | Download: 3627/4281 items 215.8/220.6MB 97% complete (388k/s) |
179 | 2024-09-24T03:13:14.286Z | Download: 3818/4281 items 217.1/220.6MB 98% complete (213k/s) |
180 | 2024-09-24T03:13:19.334Z | Download: 4011/4281 items 218.7/220.6MB 99% complete (277k/s) |
181 | 2024-09-24T03:13:24.523Z | Download: 4173/4281 items 220.4/220.6MB 99% complete (347k/s) |
182 | 2024-09-24T03:13:29.884Z | Download: 4202/4281 items 220.6/220.6MB 99% complete (305k/s) |
183 | 2024-09-24T03:13:35.683Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (270k/s) |
184 | 2024-09-24T03:13:43.140Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
185 | 2024-09-24T03:13:55.238Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
186 | 2024-09-24T03:13:55.759Z | Download: Completed 220.60 MB in 144.84 seconds (1.5M/s) |
187 | 2024-09-24T03:13:57.859Z | Actions: 1/5063 actions (Removing old actions) |
188 | 2024-09-24T03:13:57.881Z | Actions: 194/5063 actions (Installing new actions) |
189 | 2024-09-24T03:14:02.604Z | Actions: 4226/5063 actions (Updating modified actions) |
190 | 2024-09-24T03:14:02.915Z | Actions: Completed 5063 actions in 5.06 seconds. |
191 | 2024-09-24T03:14:03.222Z | Done (0.300s) |
192 | 2024-09-24T03:14:03.225Z | Done (0.000s) |
193 | 2024-09-24T03:14:03.642Z | Done (0.416s) |
194 | 2024-09-24T03:14:08.165Z | Done (4.263s) |
195 | 2024-09-24T03:14:08.189Z | Done (0.018s) |
196 | 2024-09-24T03:14:08.197Z | Done (0.000s) |
197 | 2024-09-24T03:14:08.346Z | Done (0.000s) |
198 | 2024-09-24T03:14:08.961Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-09-24T03:14:09.120Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-09-24T03:14:09.127Z | Planning: Consolidating action changes ... Done |
201 | 2024-09-24T03:14:09.379Z | Planning: Evaluating mediators ... Done |
202 | 2024-09-24T03:14:09.382Z | Planning: Planning completed in 0.42 seconds |
203 | 2024-09-24T03:14:09.419Z | Mediators to change: 2 |
204 | 2024-09-24T03:14:09.419Z | Create boot environment: No |
205 | 2024-09-24T03:14:09.422Z | Create backup boot environment: No |
206 | 2024-09-24T03:14:09.515Z | Done |
207 | 2024-09-24T03:14:09.515Z | Done |
208 | 2024-09-24T03:14:09.763Z | Done |
209 | 2024-09-24T03:14:13.327Z | Done |
210 | 2024-09-24T03:14:13.420Z | Done |
211 | 2024-09-24T03:14:13.423Z | Done |
212 | 2024-09-24T03:14:13.682Z | Done |
213 | 2024-09-24T03:14:14.286Z | Planning: Evaluating mediator changes ... Done |
214 | 2024-09-24T03:14:14.289Z | Planning: Merging actions ... Done |
215 | 2024-09-24T03:14:14.477Z | Planning: Checking for conflicting actions ... Done |
216 | 2024-09-24T03:14:14.479Z | Planning: Consolidating action changes ... Done |
217 | 2024-09-24T03:14:14.742Z | Planning: Evaluating mediators ... Done |
218 | 2024-09-24T03:14:14.799Z | Planning: Planning completed in 0.75 seconds |
219 | 2024-09-24T03:14:14.837Z | Packages to change: 1 |
220 | 2024-09-24T03:14:14.837Z | Mediators to change: 1 |
221 | 2024-09-24T03:14:14.840Z | Services to change: 1 |
222 | 2024-09-24T03:14:14.840Z | Create boot environment: No |
223 | 2024-09-24T03:14:14.841Z | Create backup boot environment: Yes |
224 | 2024-09-24T03:14:16.571Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2024-09-24T03:14:16.574Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2024-09-24T03:14:16.574Z | Done |
227 | 2024-09-24T03:14:16.574Z | Done |
228 | 2024-09-24T03:14:16.658Z | Done |
229 | 2024-09-24T03:14:20.243Z | Done |
230 | 2024-09-24T03:14:20.335Z | Done |
231 | 2024-09-24T03:14:20.338Z | Done |
232 | 2024-09-24T03:14:20.421Z | Done |
233 | 2024-09-24T03:14:20.851Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2024-09-24T03:14:20.851Z | clang system 15 system |
235 | 2024-09-24T03:14:20.851Z | csh system system illumos |
236 | 2024-09-24T03:14:20.851Z | ctags system system illumos |
237 | 2024-09-24T03:14:20.851Z | gcc vendor 12 vendor |
238 | 2024-09-24T03:14:20.851Z | gcc system 10 system |
239 | 2024-09-24T03:14:20.851Z | gcc system 7 system |
240 | 2024-09-24T03:14:20.851Z | go system 1.20 system |
241 | 2024-09-24T03:14:20.851Z | go system 1.19 system |
242 | 2024-09-24T03:14:20.851Z | llvm system 15 system |
243 | 2024-09-24T03:14:20.851Z | llvm system 14 system |
244 | 2024-09-24T03:14:20.851Z | mariadb system 10.6 system |
245 | 2024-09-24T03:14:20.851Z | mta vendor vendor dma |
246 | 2024-09-24T03:14:20.851Z | openjdk system 17 system |
247 | 2024-09-24T03:14:20.851Z | openjdk system 11 system |
248 | 2024-09-24T03:14:20.851Z | openjdk system 1.8 system |
249 | 2024-09-24T03:14:20.851Z | openssl vendor 3 vendor |
250 | 2024-09-24T03:14:20.851Z | perl system 5.36 system |
251 | 2024-09-24T03:14:20.851Z | postgresql system 15 system |
252 | 2024-09-24T03:14:20.851Z | postgresql system 13 system |
253 | 2024-09-24T03:14:20.851Z | python vendor 3 vendor |
254 | 2024-09-24T03:14:20.851Z | python system 2 system |
255 | 2024-09-24T03:14:20.852Z | python3 system 3.11 system |
256 | 2024-09-24T03:14:20.852Z | ruby system 3.0 system |
257 | 2024-09-24T03:14:20.852Z | words vendor vendor american-english |
258 | 2024-09-24T03:14:20.852Z | words system system australian-english |
259 | 2024-09-24T03:14:20.852Z | words system system british-english |
260 | 2024-09-24T03:14:20.852Z | words system system canadian-english |
261 | 2024-09-24T03:14:20.852Z | words system system french |
262 | 2024-09-24T03:14:20.852Z | words system system italian |
263 | 2024-09-24T03:14:20.852Z | words system system ngerman |
264 | 2024-09-24T03:14:20.852Z | words system system ogerman |
265 | 2024-09-24T03:14:20.852Z | words system system spanish |
266 | 2024-09-24T03:14:21.184Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2024-09-24T03:14:21.184Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2024-09-24T03:14:23.092Z | FMRI IFO |
269 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
279 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
281 | 2024-09-24T03:14:23.092Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2024-09-24T03:14:23.722Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2024-09-24T03:14:24.001Z | Updating crates.io index |
284 | 2024-09-24T03:14:24.069Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
285 | 2024-09-24T03:14:24.738Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2024-09-24T03:14:25.551Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2024-09-24T03:14:25.808Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
288 | 2024-09-24T03:14:27.330Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2024-09-24T03:14:27.579Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2024-09-24T03:14:27.811Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2024-09-24T03:14:29.045Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2024-09-24T03:14:30.955Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2024-09-24T03:14:31.869Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2024-09-24T03:14:32.577Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2024-09-24T03:14:32.828Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2024-09-24T03:14:33.094Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2024-09-24T03:14:33.609Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2024-09-24T03:14:33.955Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
299 | 2024-09-24T03:14:34.262Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
300 | 2024-09-24T03:14:34.567Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
301 | 2024-09-24T03:14:35.081Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2024-09-24T03:14:35.400Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2024-09-24T03:14:35.742Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2024-09-24T03:14:35.996Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2024-09-24T03:14:36.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2024-09-24T03:14:36.470Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2024-09-24T03:14:36.833Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2024-09-24T03:14:37.111Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2024-09-24T03:14:37.554Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2024-09-24T03:14:37.998Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2024-09-24T03:14:38.283Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2024-09-24T03:14:38.650Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2024-09-24T03:14:39.069Z | Updating git repository `https://github.com/oxidecomputer/typify` |
314 | 2024-09-24T03:14:41.364Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2024-09-24T03:14:41.599Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2024-09-24T03:14:41.908Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2024-09-24T03:14:42.237Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
318 | 2024-09-24T03:14:43.409Z | Downloading crates ... |
319 | 2024-09-24T03:14:43.469Z | Downloaded anstyle v1.0.8 |
320 | 2024-09-24T03:14:43.472Z | Downloaded cargo-platform v0.1.8 |
321 | 2024-09-24T03:14:43.474Z | Downloaded bitflags v2.6.0 |
322 | 2024-09-24T03:14:43.477Z | Downloaded anyhow v1.0.89 |
323 | 2024-09-24T03:14:43.481Z | Downloaded bytecount v0.6.8 |
324 | 2024-09-24T03:14:43.484Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-09-24T03:14:43.486Z | Downloaded anstyle-parse v0.2.4 |
326 | 2024-09-24T03:14:43.489Z | Downloaded is_terminal_polyfill v1.70.0 |
327 | 2024-09-24T03:14:43.491Z | Downloaded equivalent v1.0.1 |
328 | 2024-09-24T03:14:43.494Z | Downloaded fastrand v2.1.0 |
329 | 2024-09-24T03:14:43.496Z | Downloaded cpufeatures v0.2.12 |
330 | 2024-09-24T03:14:43.496Z | Downloaded memmap v0.7.0 |
331 | 2024-09-24T03:14:43.499Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2024-09-24T03:14:43.502Z | Downloaded swrite v0.1.0 |
333 | 2024-09-24T03:14:43.507Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2024-09-24T03:14:43.507Z | Downloaded fs-err v2.11.0 |
335 | 2024-09-24T03:14:43.509Z | Downloaded plain v0.2.3 |
336 | 2024-09-24T03:14:43.509Z | Downloaded serde_spanned v0.6.7 |
337 | 2024-09-24T03:14:43.511Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-09-24T03:14:43.514Z | Downloaded clap_lex v0.7.0 |
339 | 2024-09-24T03:14:43.514Z | Downloaded strsim v0.11.1 |
340 | 2024-09-24T03:14:43.516Z | Downloaded byteorder v1.5.0 |
341 | 2024-09-24T03:14:43.518Z | Downloaded usdt v0.5.0 |
342 | 2024-09-24T03:14:43.521Z | Downloaded utf8parse v0.2.1 |
343 | 2024-09-24T03:14:43.524Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-09-24T03:14:43.524Z | Downloaded heck v0.4.1 |
345 | 2024-09-24T03:14:43.526Z | Downloaded anstyle-query v1.0.3 |
346 | 2024-09-24T03:14:43.526Z | Downloaded thiserror v1.0.63 |
347 | 2024-09-24T03:14:43.531Z | Downloaded macaddr v1.0.1 |
348 | 2024-09-24T03:14:43.533Z | Downloaded thread-id v4.2.1 |
349 | 2024-09-24T03:14:43.535Z | Downloaded digest v0.10.7 |
350 | 2024-09-24T03:14:43.536Z | Downloaded cargo_metadata v0.18.1 |
351 | 2024-09-24T03:14:43.538Z | Downloaded tempfile v3.10.1 |
352 | 2024-09-24T03:14:43.543Z | Downloaded semver v1.0.23 |
353 | 2024-09-24T03:14:43.549Z | Downloaded proc-macro-error v1.0.4 |
354 | 2024-09-24T03:14:43.549Z | Downloaded camino v1.1.9 |
355 | 2024-09-24T03:14:43.551Z | Downloaded sha2 v0.10.8 |
356 | 2024-09-24T03:14:43.551Z | Downloaded scroll_derive v0.12.0 |
357 | 2024-09-24T03:14:43.551Z | Downloaded pretty-hex v0.4.1 |
358 | 2024-09-24T03:14:43.551Z | Downloaded cargo_toml v0.20.4 |
359 | 2024-09-24T03:14:43.554Z | Downloaded cfg-if v1.0.0 |
360 | 2024-09-24T03:14:43.554Z | Downloaded camino-tempfile v1.1.1 |
361 | 2024-09-24T03:14:43.556Z | Downloaded block-buffer v0.10.4 |
362 | 2024-09-24T03:14:43.558Z | Downloaded usdt-macro v0.5.0 |
363 | 2024-09-24T03:14:43.558Z | Downloaded proc-macro2 v1.0.86 |
364 | 2024-09-24T03:14:43.561Z | Downloaded autocfg v1.3.0 |
365 | 2024-09-24T03:14:43.563Z | Downloaded clap_derive v4.5.13 |
366 | 2024-09-24T03:14:43.565Z | Downloaded ucd-trie v0.1.6 |
367 | 2024-09-24T03:14:43.566Z | Downloaded textwrap v0.16.1 |
368 | 2024-09-24T03:14:43.568Z | Downloaded pest_derive v2.7.10 |
369 | 2024-09-24T03:14:43.571Z | Downloaded serde_derive v1.0.208 |
370 | 2024-09-24T03:14:43.573Z | Downloaded generic-array v0.14.7 |
371 | 2024-09-24T03:14:43.575Z | Downloaded fnv v1.0.7 |
372 | 2024-09-24T03:14:43.576Z | Downloaded terminal_size v0.3.0 |
373 | 2024-09-24T03:14:43.578Z | Downloaded itoa v1.0.11 |
374 | 2024-09-24T03:14:43.578Z | Downloaded pest_generator v2.7.10 |
375 | 2024-09-24T03:14:43.580Z | Downloaded serde_tokenstream v0.2.2 |
376 | 2024-09-24T03:14:43.583Z | Downloaded errno v0.3.9 |
377 | 2024-09-24T03:14:43.583Z | Downloaded dof v0.3.0 |
378 | 2024-09-24T03:14:43.585Z | Downloaded heck v0.5.0 |
379 | 2024-09-24T03:14:43.585Z | Downloaded thiserror-impl v1.0.63 |
380 | 2024-09-24T03:14:43.585Z | Downloaded smawk v0.3.2 |
381 | 2024-09-24T03:14:43.588Z | Downloaded papergrid v0.11.0 |
382 | 2024-09-24T03:14:43.592Z | Downloaded tabled_derive v0.7.0 |
383 | 2024-09-24T03:14:43.594Z | Downloaded proc-macro-error-attr v1.0.4 |
384 | 2024-09-24T03:14:43.594Z | Downloaded colorchoice v1.0.1 |
385 | 2024-09-24T03:14:43.597Z | Downloaded anstream v0.6.14 |
386 | 2024-09-24T03:14:43.597Z | Downloaded clap v4.5.16 |
387 | 2024-09-24T03:14:43.606Z | Downloaded version_check v0.9.5 |
388 | 2024-09-24T03:14:43.610Z | Downloaded once_cell v1.19.0 |
389 | 2024-09-24T03:14:43.610Z | Downloaded quote v1.0.36 |
390 | 2024-09-24T03:14:43.612Z | Downloaded crypto-common v0.1.6 |
391 | 2024-09-24T03:14:43.620Z | Downloaded scroll v0.12.0 |
392 | 2024-09-24T03:14:43.624Z | Downloaded unicode-ident v1.0.12 |
393 | 2024-09-24T03:14:43.626Z | Downloaded log v0.4.21 |
394 | 2024-09-24T03:14:43.629Z | Downloaded typenum v1.17.0 |
395 | 2024-09-24T03:14:43.632Z | Downloaded zerocopy-derive v0.7.34 |
396 | 2024-09-24T03:14:43.636Z | Downloaded pest_meta v2.7.10 |
397 | 2024-09-24T03:14:43.642Z | Downloaded toml v0.8.19 |
398 | 2024-09-24T03:14:43.645Z | Downloaded ryu v1.0.18 |
399 | 2024-09-24T03:14:43.648Z | Downloaded toml_edit v0.22.20 |
400 | 2024-09-24T03:14:43.670Z | Downloaded serde v1.0.208 |
401 | 2024-09-24T03:14:43.673Z | Downloaded indexmap v2.4.0 |
402 | 2024-09-24T03:14:43.677Z | Downloaded memchr v2.7.2 |
403 | 2024-09-24T03:14:43.690Z | Downloaded zerocopy v0.7.34 |
404 | 2024-09-24T03:14:43.706Z | Downloaded pest v2.7.10 |
405 | 2024-09-24T03:14:43.710Z | Downloaded hashbrown v0.14.5 |
406 | 2024-09-24T03:14:43.715Z | Downloaded goblin v0.8.2 |
407 | 2024-09-24T03:14:43.721Z | Downloaded winnow v0.6.18 |
408 | 2024-09-24T03:14:43.729Z | Downloaded serde_json v1.0.125 |
409 | 2024-09-24T03:14:43.737Z | Downloaded tabled v0.15.0 |
410 | 2024-09-24T03:14:43.752Z | Downloaded clap_builder v4.5.15 |
411 | 2024-09-24T03:14:43.758Z | Downloaded syn v2.0.74 |
412 | 2024-09-24T03:14:43.769Z | Downloaded syn v1.0.109 |
413 | 2024-09-24T03:14:43.779Z | Downloaded rustix v0.38.34 |
414 | 2024-09-24T03:14:43.800Z | Downloaded unicode-width v0.1.13 |
415 | 2024-09-24T03:14:43.814Z | Downloaded libc v0.2.158 |
416 | 2024-09-24T03:14:44.122Z | Compiling proc-macro2 v1.0.86 |
417 | 2024-09-24T03:14:44.125Z | Compiling unicode-ident v1.0.12 |
418 | 2024-09-24T03:14:44.125Z | Compiling serde v1.0.208 |
419 | 2024-09-24T03:14:44.125Z | Compiling version_check v0.9.5 |
420 | 2024-09-24T03:14:44.125Z | Compiling memchr v2.7.2 |
421 | 2024-09-24T03:14:44.157Z | Compiling thiserror v1.0.63 |
422 | 2024-09-24T03:14:44.160Z | Compiling libc v0.2.158 |
423 | 2024-09-24T03:14:44.160Z | Compiling itoa v1.0.11 |
424 | 2024-09-24T03:14:44.421Z | Compiling ucd-trie v0.1.6 |
425 | 2024-09-24T03:14:44.474Z | Compiling ryu v1.0.18 |
426 | 2024-09-24T03:14:44.826Z | Compiling once_cell v1.19.0 |
427 | 2024-09-24T03:14:44.998Z | Compiling byteorder v1.5.0 |
428 | 2024-09-24T03:14:45.027Z | Compiling serde_json v1.0.125 |
429 | 2024-09-24T03:14:45.192Z | Compiling rustix v0.38.34 |
430 | 2024-09-24T03:14:45.457Z | Compiling bitflags v2.6.0 |
431 | 2024-09-24T03:14:45.628Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2024-09-24T03:14:45.907Z | Compiling usdt-impl v0.5.0 |
433 | 2024-09-24T03:14:45.933Z | Compiling quote v1.0.36 |
434 | 2024-09-24T03:14:45.936Z | Compiling syn v1.0.109 |
435 | 2024-09-24T03:14:46.080Z | Compiling proc-macro-error v1.0.4 |
436 | 2024-09-24T03:14:46.198Z | Compiling utf8parse v0.2.1 |
437 | 2024-09-24T03:14:46.376Z | Compiling syn v2.0.74 |
438 | 2024-09-24T03:14:46.400Z | Compiling errno v0.3.9 |
439 | 2024-09-24T03:14:46.403Z | Compiling equivalent v1.0.1 |
440 | 2024-09-24T03:14:46.547Z | Compiling hashbrown v0.14.5 |
441 | 2024-09-24T03:14:46.617Z | Compiling thread-id v4.2.1 |
442 | 2024-09-24T03:14:46.665Z | Compiling log v0.4.21 |
443 | 2024-09-24T03:14:46.702Z | Compiling plain v0.2.3 |
444 | 2024-09-24T03:14:46.729Z | Compiling camino v1.1.9 |
445 | 2024-09-24T03:14:47.017Z | Compiling anstyle-parse v0.2.4 |
446 | 2024-09-24T03:14:47.364Z | Compiling anstyle v1.0.8 |
447 | 2024-09-24T03:14:47.410Z | Compiling anstyle-query v1.0.3 |
448 | 2024-09-24T03:14:47.462Z | Compiling pretty-hex v0.4.1 |
449 | 2024-09-24T03:14:47.560Z | Compiling winnow v0.6.18 |
450 | 2024-09-24T03:14:47.677Z | Compiling colorchoice v1.0.1 |
451 | 2024-09-24T03:14:47.720Z | Compiling unicode-width v0.1.13 |
452 | 2024-09-24T03:14:47.842Z | Compiling indexmap v2.4.0 |
453 | 2024-09-24T03:14:47.863Z | Compiling autocfg v1.3.0 |
454 | 2024-09-24T03:14:47.888Z | Compiling is_terminal_polyfill v1.70.0 |
455 | 2024-09-24T03:14:47.966Z | Compiling semver v1.0.23 |
456 | 2024-09-24T03:14:48.019Z | Compiling anstream v0.6.14 |
457 | 2024-09-24T03:14:48.588Z | Compiling terminal_size v0.3.0 |
458 | 2024-09-24T03:14:48.854Z | Compiling fs-err v2.11.0 |
459 | 2024-09-24T03:14:48.925Z | Compiling clap_lex v0.7.0 |
460 | 2024-09-24T03:14:48.946Z | Compiling heck v0.4.1 |
461 | 2024-09-24T03:14:49.150Z | Compiling fastrand v2.1.0 |
462 | 2024-09-24T03:14:49.195Z | Compiling cfg-if v1.0.0 |
463 | 2024-09-24T03:14:49.320Z | Compiling fnv v1.0.7 |
464 | 2024-09-24T03:14:49.332Z | Compiling anyhow v1.0.89 |
465 | 2024-09-24T03:14:49.418Z | Compiling heck v0.5.0 |
466 | 2024-09-24T03:14:49.447Z | Compiling bytecount v0.6.8 |
467 | 2024-09-24T03:14:49.450Z | Compiling strsim v0.11.1 |
468 | 2024-09-24T03:14:49.691Z | Compiling papergrid v0.11.0 |
469 | 2024-09-24T03:14:49.924Z | Compiling clap_builder v4.5.15 |
470 | 2024-09-24T03:14:50.138Z | Compiling tempfile v3.10.1 |
471 | 2024-09-24T03:14:50.414Z | Compiling memmap v0.7.0 |
472 | 2024-09-24T03:14:50.539Z | Compiling smawk v0.3.2 |
473 | 2024-09-24T03:14:50.773Z | Compiling unicode-linebreak v0.1.5 |
474 | 2024-09-24T03:14:51.260Z | Compiling textwrap v0.16.1 |
475 | 2024-09-24T03:14:51.349Z | Compiling swrite v0.1.0 |
476 | 2024-09-24T03:14:52.554Z | Compiling tabled_derive v0.7.0 |
477 | 2024-09-24T03:14:54.082Z | Compiling tabled v0.15.0 |
478 | 2024-09-24T03:14:54.989Z | Compiling serde_derive v1.0.208 |
479 | 2024-09-24T03:14:54.992Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-09-24T03:14:54.992Z | Compiling zerocopy-derive v0.7.34 |
481 | 2024-09-24T03:14:55.015Z | Compiling scroll_derive v0.12.0 |
482 | 2024-09-24T03:14:55.197Z | Compiling clap_derive v4.5.13 |
483 | 2024-09-24T03:14:56.535Z | Compiling scroll v0.12.0 |
484 | 2024-09-24T03:14:56.901Z | Compiling zerocopy v0.7.34 |
485 | 2024-09-24T03:14:57.053Z | Compiling goblin v0.8.2 |
486 | 2024-09-24T03:14:57.788Z | Compiling pest v2.7.10 |
487 | 2024-09-24T03:14:58.875Z | Compiling clap v4.5.16 |
488 | 2024-09-24T03:15:00.010Z | Compiling pest_meta v2.7.10 |
489 | 2024-09-24T03:15:00.950Z | Compiling pest_generator v2.7.10 |
490 | 2024-09-24T03:15:02.658Z | Compiling pest_derive v2.7.10 |
491 | 2024-09-24T03:15:03.406Z | Compiling dtrace-parser v0.2.0 |
492 | 2024-09-24T03:15:05.196Z | Compiling serde_tokenstream v0.2.2 |
493 | 2024-09-24T03:15:05.347Z | Compiling serde_spanned v0.6.7 |
494 | 2024-09-24T03:15:05.347Z | Compiling toml_datetime v0.6.8 |
495 | 2024-09-24T03:15:05.461Z | Compiling cargo-platform v0.1.8 |
496 | 2024-09-24T03:15:05.762Z | Compiling toml_edit v0.22.20 |
497 | 2024-09-24T03:15:05.764Z | Compiling macaddr v1.0.1 |
498 | 2024-09-24T03:15:05.979Z | Compiling camino-tempfile v1.1.1 |
499 | 2024-09-24T03:15:06.655Z | Compiling dof v0.3.0 |
500 | 2024-09-24T03:15:06.762Z | Compiling cargo_metadata v0.18.1 |
501 | 2024-09-24T03:15:08.345Z | Compiling usdt-macro v0.5.0 |
502 | 2024-09-24T03:15:08.348Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2024-09-24T03:15:08.588Z | Compiling toml v0.8.19 |
504 | 2024-09-24T03:15:09.396Z | Compiling cargo_toml v0.20.4 |
505 | 2024-09-24T03:15:09.880Z | Compiling usdt v0.5.0 |
506 | 2024-09-24T03:15:13.120Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
507 | 2024-09-24T03:15:17.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.78s |
508 | 2024-09-24T03:15:17.538Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
509 | 2024-09-24T03:15:18.152Z | Downloading crates ... |
510 | 2024-09-24T03:15:18.297Z | Downloaded cfg_aliases v0.1.1 |
511 | 2024-09-24T03:15:18.301Z | Downloaded hickory-client v0.24.1 |
512 | 2024-09-24T03:15:18.304Z | Downloaded darling v0.20.9 |
513 | 2024-09-24T03:15:18.309Z | Downloaded hubpack_derive v0.1.1 |
514 | 2024-09-24T03:15:18.312Z | Downloaded matches v0.1.10 |
515 | 2024-09-24T03:15:18.312Z | Downloaded is-terminal v0.4.12 |
516 | 2024-09-24T03:15:18.314Z | Downloaded bitstruct_derive v0.1.0 |
517 | 2024-09-24T03:15:18.314Z | Downloaded hex v0.4.3 |
518 | 2024-09-24T03:15:18.317Z | Downloaded newtype_derive v0.1.6 |
519 | 2024-09-24T03:15:18.319Z | Downloaded atomicwrites v0.4.4 |
520 | 2024-09-24T03:15:18.321Z | Downloaded lazy_static v1.5.0 |
521 | 2024-09-24T03:15:18.323Z | Downloaded instant v0.1.12 |
522 | 2024-09-24T03:15:18.326Z | Downloaded ident_case v1.0.1 |
523 | 2024-09-24T03:15:18.326Z | Downloaded hyper-tls v0.5.0 |
524 | 2024-09-24T03:15:18.328Z | Downloaded httpdate v1.0.3 |
525 | 2024-09-24T03:15:18.330Z | Downloaded indent_write v2.2.0 |
526 | 2024-09-24T03:15:18.330Z | Downloaded bitfield v0.14.0 |
527 | 2024-09-24T03:15:18.333Z | Downloaded bit-vec v0.6.3 |
528 | 2024-09-24T03:15:18.335Z | Downloaded libsw v3.3.1 |
529 | 2024-09-24T03:15:18.338Z | Downloaded newline-converter v0.3.0 |
530 | 2024-09-24T03:15:18.338Z | Downloaded mockall v0.13.0 |
531 | 2024-09-24T03:15:18.340Z | Downloaded crucible-workspace-hack v0.1.0 |
532 | 2024-09-24T03:15:18.340Z | Downloaded maplit v1.0.2 |
533 | 2024-09-24T03:15:18.343Z | Downloaded lru-cache v0.1.2 |
534 | 2024-09-24T03:15:18.343Z | Downloaded keccak v0.1.5 |
535 | 2024-09-24T03:15:18.345Z | Downloaded inout v0.1.3 |
536 | 2024-09-24T03:15:18.347Z | Downloaded bcrypt-pbkdf v0.10.0 |
537 | 2024-09-24T03:15:18.347Z | Downloaded multimap v0.10.0 |
538 | 2024-09-24T03:15:18.351Z | Downloaded ciborium-io v0.2.2 |
539 | 2024-09-24T03:15:18.351Z | Downloaded md-5 v0.10.6 |
540 | 2024-09-24T03:15:18.354Z | Downloaded highway v1.2.0 |
541 | 2024-09-24T03:15:18.354Z | Downloaded adler2 v2.0.0 |
542 | 2024-09-24T03:15:18.356Z | Downloaded lock_api v0.4.12 |
543 | 2024-09-24T03:15:18.359Z | Downloaded memmap2 v0.9.4 |
544 | 2024-09-24T03:15:18.364Z | Downloaded libefi-sys v0.1.0 |
545 | 2024-09-24T03:15:18.364Z | Downloaded multer v3.1.0 |
546 | 2024-09-24T03:15:18.367Z | Downloaded http-range v0.1.5 |
547 | 2024-09-24T03:15:18.367Z | Downloaded crc v3.2.1 |
548 | 2024-09-24T03:15:18.374Z | Downloaded constant_time_eq v0.3.0 |
549 | 2024-09-24T03:15:18.377Z | Downloaded bitflags v1.3.2 |
550 | 2024-09-24T03:15:18.377Z | Downloaded native-tls v0.2.11 |
551 | 2024-09-24T03:15:18.377Z | Downloaded arrayref v0.3.7 |
552 | 2024-09-24T03:15:18.381Z | Downloaded aead v0.5.2 |
553 | 2024-09-24T03:15:18.381Z | Downloaded bitstruct v0.1.1 |
554 | 2024-09-24T03:15:18.383Z | Downloaded atty v0.2.14 |
555 | 2024-09-24T03:15:18.383Z | Downloaded miniz_oxide v0.7.2 |
556 | 2024-09-24T03:15:18.385Z | Downloaded async-stream-impl v0.3.5 |
557 | 2024-09-24T03:15:18.388Z | Downloaded cfg_aliases v0.2.1 |
558 | 2024-09-24T03:15:18.388Z | Downloaded arrayvec v0.7.4 |
559 | 2024-09-24T03:15:18.391Z | Downloaded ciborium-ll v0.2.2 |
560 | 2024-09-24T03:15:18.393Z | Downloaded hyper-staticfile v0.9.5 |
561 | 2024-09-24T03:15:18.396Z | Downloaded hubpack v0.1.2 |
562 | 2024-09-24T03:15:18.396Z | Downloaded humantime v2.1.0 |
563 | 2024-09-24T03:15:18.399Z | Downloaded home v0.5.9 |
564 | 2024-09-24T03:15:18.399Z | Downloaded crc-catalog v2.4.0 |
565 | 2024-09-24T03:15:18.401Z | Downloaded assert_matches v1.5.0 |
566 | 2024-09-24T03:15:18.401Z | Downloaded async-recursion v1.1.1 |
567 | 2024-09-24T03:15:18.405Z | Downloaded colored v2.1.0 |
568 | 2024-09-24T03:15:18.408Z | Downloaded md5 v0.7.0 |
569 | 2024-09-24T03:15:18.411Z | Downloaded convert_case v0.4.0 |
570 | 2024-09-24T03:15:18.411Z | Downloaded match_cfg v0.1.0 |
571 | 2024-09-24T03:15:18.413Z | Downloaded is_ci v1.2.0 |
572 | 2024-09-24T03:15:18.413Z | Downloaded crunchy v0.2.2 |
573 | 2024-09-24T03:15:18.417Z | Downloaded cobs v0.2.3 |
574 | 2024-09-24T03:15:18.417Z | Downloaded cexpr v0.6.0 |
575 | 2024-09-24T03:15:18.420Z | Downloaded cstr-argument v0.1.2 |
576 | 2024-09-24T03:15:18.420Z | Downloaded bit-set v0.5.3 |
577 | 2024-09-24T03:15:18.420Z | Downloaded atomic-waker v1.1.2 |
578 | 2024-09-24T03:15:18.423Z | Downloaded hostname v0.4.0 |
579 | 2024-09-24T03:15:18.423Z | Downloaded chacha20 v0.9.1 |
580 | 2024-09-24T03:15:18.426Z | Downloaded async-trait v0.1.82 |
581 | 2024-09-24T03:15:18.431Z | Downloaded tinyvec_macros v0.1.1 |
582 | 2024-09-24T03:15:18.435Z | Downloaded cbc v0.1.2 |
583 | 2024-09-24T03:15:18.435Z | Downloaded cookie v0.17.0 |
584 | 2024-09-24T03:15:18.437Z | Downloaded blowfish v0.9.1 |
585 | 2024-09-24T03:15:18.437Z | Downloaded iana-time-zone v0.1.60 |
586 | 2024-09-24T03:15:18.440Z | Downloaded backoff v0.4.0 |
587 | 2024-09-24T03:15:18.443Z | Downloaded shell-words v1.1.0 |
588 | 2024-09-24T03:15:18.445Z | Downloaded httparse v1.8.0 |
589 | 2024-09-24T03:15:18.445Z | Downloaded ipnetwork v0.20.0 |
590 | 2024-09-24T03:15:18.448Z | Downloaded indicatif v0.17.8 |
591 | 2024-09-24T03:15:18.453Z | Downloaded csv-core v0.1.11 |
592 | 2024-09-24T03:15:18.519Z | Downloaded want v0.3.1 |
593 | 2024-09-24T03:15:18.519Z | Downloaded bitfield-struct v0.6.1 |
594 | 2024-09-24T03:15:18.540Z | Downloaded indoc v1.0.9 |
595 | 2024-09-24T03:15:18.540Z | Downloaded bb8 v0.8.5 |
596 | 2024-09-24T03:15:18.540Z | Downloaded mime v0.3.17 |
597 | 2024-09-24T03:15:18.540Z | Downloaded nanorand v0.7.0 |
598 | 2024-09-24T03:15:18.540Z | Downloaded maybe-uninit v2.0.0 |
599 | 2024-09-24T03:15:18.541Z | Downloaded lazycell v1.3.0 |
600 | 2024-09-24T03:15:18.541Z | Downloaded termtree v0.4.1 |
601 | 2024-09-24T03:15:18.541Z | Downloaded secrecy v0.8.0 |
602 | 2024-09-24T03:15:18.541Z | Downloaded memoffset v0.9.1 |
603 | 2024-09-24T03:15:18.541Z | Downloaded jobserver v0.1.32 |
604 | 2024-09-24T03:15:18.541Z | Downloaded managed v0.8.0 |
605 | 2024-09-24T03:15:18.541Z | Downloaded linked-hash-map v0.5.6 |
606 | 2024-09-24T03:15:18.541Z | Downloaded nibble_vec v0.1.0 |
607 | 2024-09-24T03:15:18.541Z | Downloaded cipher v0.4.4 |
608 | 2024-09-24T03:15:18.541Z | Downloaded ascii v1.1.0 |
609 | 2024-09-24T03:15:18.541Z | Downloaded float-ord v0.3.2 |
610 | 2024-09-24T03:15:18.541Z | Downloaded tiny-keccak v2.0.2 |
611 | 2024-09-24T03:15:18.541Z | Downloaded serde_repr v0.1.19 |
612 | 2024-09-24T03:15:18.541Z | Downloaded untrusted v0.9.0 |
613 | 2024-09-24T03:15:18.541Z | Downloaded tls_codec v0.4.1 |
614 | 2024-09-24T03:15:18.541Z | Downloaded strip-ansi-escapes v0.2.0 |
615 | 2024-09-24T03:15:18.541Z | Downloaded sec1 v0.7.3 |
616 | 2024-09-24T03:15:18.541Z | Downloaded crossbeam-deque v0.8.5 |
617 | 2024-09-24T03:15:18.541Z | Downloaded mio v0.8.11 |
618 | 2024-09-24T03:15:18.541Z | Downloaded hickory-resolver v0.24.1 |
619 | 2024-09-24T03:15:18.541Z | Downloaded untrusted v0.7.1 |
620 | 2024-09-24T03:15:18.541Z | Downloaded zone v0.3.0 |
621 | 2024-09-24T03:15:18.541Z | Downloaded zone v0.1.8 |
622 | 2024-09-24T03:15:18.541Z | Downloaded zeroize_derive v1.4.2 |
623 | 2024-09-24T03:15:18.541Z | Downloaded futures-core v0.3.30 |
624 | 2024-09-24T03:15:18.541Z | Downloaded structmeta v0.2.0 |
625 | 2024-09-24T03:15:18.541Z | Downloaded fxhash v0.2.1 |
626 | 2024-09-24T03:15:18.541Z | Downloaded crossbeam-epoch v0.9.18 |
627 | 2024-09-24T03:15:18.548Z | Downloaded cookie v0.18.1 |
628 | 2024-09-24T03:15:18.548Z | Downloaded cancel-safe-futures v0.1.5 |
629 | 2024-09-24T03:15:18.548Z | Downloaded const-oid v0.9.6 |
630 | 2024-09-24T03:15:18.548Z | Downloaded slog-scope v4.4.0 |
631 | 2024-09-24T03:15:18.548Z | Downloaded ahash v0.8.11 |
632 | 2024-09-24T03:15:18.548Z | Downloaded shlex v1.3.0 |
633 | 2024-09-24T03:15:18.548Z | Downloaded precomputed-hash v0.1.1 |
634 | 2024-09-24T03:15:18.548Z | Downloaded signal-hook v0.3.17 |
635 | 2024-09-24T03:15:18.551Z | Downloaded ron v0.8.1 |
636 | 2024-09-24T03:15:18.551Z | Downloaded slog-stdlog v4.1.1 |
637 | 2024-09-24T03:15:18.553Z | Downloaded termios v0.3.3 |
638 | 2024-09-24T03:15:18.556Z | Downloaded num_enum_derive v0.5.11 |
639 | 2024-09-24T03:15:18.556Z | Downloaded hash32 v0.3.1 |
640 | 2024-09-24T03:15:18.559Z | Downloaded miniz_oxide v0.8.0 |
641 | 2024-09-24T03:15:18.562Z | Downloaded walkdir v2.5.0 |
642 | 2024-09-24T03:15:18.565Z | Downloaded sync_wrapper v0.1.2 |
643 | 2024-09-24T03:15:18.565Z | Downloaded toolchain_find v0.4.0 |
644 | 2024-09-24T03:15:18.565Z | Downloaded sigpipe v0.1.3 |
645 | 2024-09-24T03:15:18.568Z | Downloaded signal-hook-tokio v0.3.1 |
646 | 2024-09-24T03:15:18.568Z | Downloaded proc-macro-crate v1.3.1 |
647 | 2024-09-24T03:15:18.570Z | Downloaded phf_shared v0.11.2 |
648 | 2024-09-24T03:15:18.570Z | Downloaded enum-as-inner v0.5.1 |
649 | 2024-09-24T03:15:18.573Z | Downloaded console v0.15.8 |
650 | 2024-09-24T03:15:18.575Z | Downloaded stringprep v0.1.4 |
651 | 2024-09-24T03:15:18.578Z | Downloaded float-cmp v0.9.0 |
652 | 2024-09-24T03:15:18.580Z | Downloaded radium v0.7.0 |
653 | 2024-09-24T03:15:18.580Z | Downloaded crc32fast v1.4.0 |
654 | 2024-09-24T03:15:18.583Z | Downloaded tinyvec v1.6.0 |
655 | 2024-09-24T03:15:18.586Z | Downloaded mockall_derive v0.13.0 |
656 | 2024-09-24T03:15:18.588Z | Downloaded scrypt v0.11.0 |
657 | 2024-09-24T03:15:18.591Z | Downloaded rustls-pemfile v1.0.4 |
658 | 2024-09-24T03:15:18.593Z | Downloaded compact_str v0.8.0 |
659 | 2024-09-24T03:15:18.596Z | Downloaded indexmap v1.9.3 |
660 | 2024-09-24T03:15:18.611Z | Downloaded foreign-types v0.3.2 |
661 | 2024-09-24T03:15:18.614Z | Downloaded supports-color v3.0.1 |
662 | 2024-09-24T03:15:18.616Z | Downloaded phf v0.11.2 |
663 | 2024-09-24T03:15:18.616Z | Downloaded downcast v0.11.0 |
664 | 2024-09-24T03:15:18.619Z | Downloaded display-error-chain v0.2.1 |
665 | 2024-09-24T03:15:18.619Z | Downloaded static_assertions v1.1.0 |
666 | 2024-09-24T03:15:18.622Z | Downloaded siphasher v0.3.11 |
667 | 2024-09-24T03:15:18.622Z | Downloaded strum_macros v0.25.3 |
668 | 2024-09-24T03:15:18.627Z | Downloaded parking_lot v0.12.2 |
669 | 2024-09-24T03:15:18.630Z | Downloaded packed_struct_codegen v0.10.1 |
670 | 2024-09-24T03:15:18.630Z | Downloaded which v4.4.2 |
671 | 2024-09-24T03:15:18.631Z | Downloaded unicase v2.7.0 |
672 | 2024-09-24T03:15:18.633Z | Downloaded unarray v0.1.4 |
673 | 2024-09-24T03:15:18.635Z | Downloaded const_format_proc_macros v0.2.33 |
674 | 2024-09-24T03:15:18.638Z | Downloaded fatfs v0.3.6 |
675 | 2024-09-24T03:15:18.640Z | Downloaded path-slash v0.1.5 |
676 | 2024-09-24T03:15:18.642Z | Downloaded debug-ignore v1.0.5 |
677 | 2024-09-24T03:15:18.645Z | Downloaded tungstenite v0.21.0 |
678 | 2024-09-24T03:15:18.647Z | Downloaded rpassword v7.3.1 |
679 | 2024-09-24T03:15:18.650Z | Downloaded signature v2.2.0 |
680 | 2024-09-24T03:15:18.650Z | Downloaded spin v0.5.2 |
681 | 2024-09-24T03:15:18.653Z | Downloaded http v1.1.0 |
682 | 2024-09-24T03:15:18.656Z | Downloaded hickory-server v0.24.1 |
683 | 2024-09-24T03:15:18.662Z | Downloaded tower-service v0.3.2 |
684 | 2024-09-24T03:15:18.665Z | Downloaded group v0.13.0 |
685 | 2024-09-24T03:15:18.667Z | Downloaded serde_derive_internals v0.29.1 |
686 | 2024-09-24T03:15:18.667Z | Downloaded serde-big-array v0.5.1 |
687 | 2024-09-24T03:15:18.671Z | Downloaded zip v0.6.6 |
688 | 2024-09-24T03:15:18.674Z | Downloaded zone_cfg_derive v0.1.2 |
689 | 2024-09-24T03:15:18.676Z | Downloaded vte_generate_state_changes v0.1.1 |
690 | 2024-09-24T03:15:18.676Z | Downloaded rand_seeder v0.3.0 |
691 | 2024-09-24T03:15:18.679Z | Downloaded base64 v0.13.1 |
692 | 2024-09-24T03:15:18.682Z | Downloaded peg v0.8.4 |
693 | 2024-09-24T03:15:18.690Z | Downloaded pbkdf2 v0.11.0 |
694 | 2024-09-24T03:15:18.694Z | Downloaded parking_lot v0.11.2 |
695 | 2024-09-24T03:15:18.694Z | Downloaded chacha20poly1305 v0.10.1 |
696 | 2024-09-24T03:15:18.694Z | Downloaded nodrop v0.1.14 |
697 | 2024-09-24T03:15:18.697Z | Downloaded arc-swap v1.7.1 |
698 | 2024-09-24T03:15:18.699Z | Downloaded num-iter v0.1.45 |
699 | 2024-09-24T03:15:18.702Z | Downloaded env_logger v0.11.5 |
700 | 2024-09-24T03:15:18.704Z | Downloaded env_logger v0.10.2 |
701 | 2024-09-24T03:15:18.707Z | Downloaded structmeta-derive v0.2.0 |
702 | 2024-09-24T03:15:18.710Z | Downloaded dhcproto v0.12.0 |
703 | 2024-09-24T03:15:18.713Z | Downloaded slab v0.4.9 |
704 | 2024-09-24T03:15:18.715Z | Downloaded hashlink v0.9.1 |
705 | 2024-09-24T03:15:18.715Z | Downloaded glob v0.3.1 |
706 | 2024-09-24T03:15:18.718Z | Downloaded pbkdf2 v0.12.2 |
707 | 2024-09-24T03:15:18.720Z | Downloaded opaque-debug v0.3.1 |
708 | 2024-09-24T03:15:18.720Z | Downloaded parse-display-derive v0.10.0 |
709 | 2024-09-24T03:15:18.723Z | Downloaded parse-display v0.10.0 |
710 | 2024-09-24T03:15:18.723Z | Downloaded num-integer v0.1.46 |
711 | 2024-09-24T03:15:18.726Z | Downloaded num-derive v0.4.2 |
712 | 2024-09-24T03:15:18.729Z | Downloaded fallible-streaming-iterator v0.1.9 |
713 | 2024-09-24T03:15:18.729Z | Downloaded rustc_version v0.4.0 |
714 | 2024-09-24T03:15:18.731Z | Downloaded rustc-hash v1.1.0 |
715 | 2024-09-24T03:15:18.731Z | Downloaded mio v1.0.2 |
716 | 2024-09-24T03:15:18.738Z | Downloaded serde_with_macros v3.9.0 |
717 | 2024-09-24T03:15:18.741Z | Downloaded gethostname v0.5.0 |
718 | 2024-09-24T03:15:18.743Z | Downloaded fallible-iterator v0.3.0 |
719 | 2024-09-24T03:15:18.743Z | Downloaded rcgen v0.12.1 |
720 | 2024-09-24T03:15:18.747Z | Downloaded base64 v0.21.7 |
721 | 2024-09-24T03:15:18.753Z | Downloaded signal-hook-mio v0.2.4 |
722 | 2024-09-24T03:15:18.756Z | Downloaded oso-derive v0.27.3 |
723 | 2024-09-24T03:15:18.756Z | Downloaded tokio-macros v2.4.0 |
724 | 2024-09-24T03:15:18.756Z | Downloaded thiserror-impl-no-std v2.0.2 |
725 | 2024-09-24T03:15:18.760Z | Downloaded sha1 v0.10.6 |
726 | 2024-09-24T03:15:18.762Z | Downloaded fallible-iterator v0.2.0 |
727 | 2024-09-24T03:15:18.762Z | Downloaded half v2.4.1 |
728 | 2024-09-24T03:15:18.765Z | Downloaded headers-core v0.2.0 |
729 | 2024-09-24T03:15:18.765Z | Downloaded crossbeam-channel v0.5.12 |
730 | 2024-09-24T03:15:18.769Z | Downloaded peg-macros v0.8.4 |
731 | 2024-09-24T03:15:18.772Z | Downloaded psl-types v2.0.11 |
732 | 2024-09-24T03:15:18.774Z | Downloaded zeroize v1.8.1 |
733 | 2024-09-24T03:15:18.774Z | Downloaded pem v3.0.4 |
734 | 2024-09-24T03:15:18.777Z | Downloaded serde_urlencoded v0.7.1 |
735 | 2024-09-24T03:15:18.780Z | Downloaded serde_plain v1.0.2 |
736 | 2024-09-24T03:15:18.780Z | Downloaded yasna v0.5.2 |
737 | 2024-09-24T03:15:18.783Z | Downloaded serde_path_to_error v0.1.16 |
738 | 2024-09-24T03:15:18.786Z | Downloaded unicode-bidi v0.3.15 |
739 | 2024-09-24T03:15:18.789Z | Downloaded tungstenite v0.20.1 |
740 | 2024-09-24T03:15:18.791Z | Downloaded paste v1.0.15 |
741 | 2024-09-24T03:15:18.794Z | Downloaded thiserror-no-std v2.0.2 |
742 | 2024-09-24T03:15:18.798Z | Downloaded password-hash v0.5.0 |
743 | 2024-09-24T03:15:18.801Z | Downloaded try-lock v0.2.5 |
744 | 2024-09-24T03:15:18.804Z | Downloaded unicode-xid v0.2.4 |
745 | 2024-09-24T03:15:18.804Z | Downloaded defmt-parser v0.3.4 |
746 | 2024-09-24T03:15:18.808Z | Downloaded defmt-macros v0.3.9 |
747 | 2024-09-24T03:15:18.811Z | Downloaded thread_local v1.1.8 |
748 | 2024-09-24T03:15:18.814Z | Downloaded env_filter v0.1.2 |
749 | 2024-09-24T03:15:18.814Z | Downloaded enum-as-inner v0.6.0 |
750 | 2024-09-24T03:15:18.816Z | Downloaded ena v0.14.3 |
751 | 2024-09-24T03:15:18.819Z | Downloaded rand_xorshift v0.3.0 |
752 | 2024-09-24T03:15:18.819Z | Downloaded pretty-hex v0.2.1 |
753 | 2024-09-24T03:15:18.822Z | Downloaded parking_lot_core v0.8.6 |
754 | 2024-09-24T03:15:18.825Z | Downloaded tokio-native-tls v0.3.1 |
755 | 2024-09-24T03:15:18.825Z | Downloaded quick-error v1.2.3 |
756 | 2024-09-24T03:15:18.828Z | Downloaded r2d2 v0.8.10 |
757 | 2024-09-24T03:15:18.831Z | Downloaded rusty-fork v0.3.0 |
758 | 2024-09-24T03:15:18.831Z | Downloaded rustversion v1.0.17 |
759 | 2024-09-24T03:15:18.837Z | Downloaded derive_builder_macro v0.20.0 |
760 | 2024-09-24T03:15:18.840Z | Downloaded tower-layer v0.3.2 |
761 | 2024-09-24T03:15:18.840Z | Downloaded normalize-line-endings v0.3.0 |
762 | 2024-09-24T03:15:18.840Z | Downloaded num-traits v0.2.19 |
763 | 2024-09-24T03:15:18.847Z | Downloaded rand_core v0.6.4 |
764 | 2024-09-24T03:15:18.847Z | Downloaded tui-tree-widget v0.22.0 |
765 | 2024-09-24T03:15:18.850Z | Downloaded spki v0.7.3 |
766 | 2024-09-24T03:15:18.850Z | Downloaded structmeta-derive v0.3.0 |
767 | 2024-09-24T03:15:18.850Z | Downloaded structmeta v0.3.0 |
768 | 2024-09-24T03:15:18.850Z | Downloaded unicode-truncate v1.0.0 |
769 | 2024-09-24T03:15:18.856Z | Downloaded twox-hash v1.6.3 |
770 | 2024-09-24T03:15:18.863Z | Downloaded universal-hash v0.5.1 |
771 | 2024-09-24T03:15:18.863Z | Downloaded tap v1.0.1 |
772 | 2024-09-24T03:15:18.863Z | Downloaded defmt v0.3.8 |
773 | 2024-09-24T03:15:18.868Z | Downloaded tough v0.17.1 |
774 | 2024-09-24T03:15:18.873Z | Downloaded env_logger v0.9.3 |
775 | 2024-09-24T03:15:18.878Z | Downloaded portpicker v0.1.1 |
776 | 2024-09-24T03:15:18.879Z | Downloaded predicates-tree v1.0.9 |
777 | 2024-09-24T03:15:18.883Z | Downloaded predicates-core v1.0.6 |
778 | 2024-09-24T03:15:18.883Z | Downloaded polyval v0.6.2 |
779 | 2024-09-24T03:15:18.883Z | Downloaded fd-lock v4.0.2 |
780 | 2024-09-24T03:15:18.887Z | Downloaded slog-async v2.8.0 |
781 | 2024-09-24T03:15:18.887Z | Downloaded same-file v1.0.6 |
782 | 2024-09-24T03:15:18.890Z | Downloaded typed-path v0.7.1 |
783 | 2024-09-24T03:15:18.895Z | Downloaded toml_edit v0.19.15 |
784 | 2024-09-24T03:15:18.913Z | Downloaded test-strategy v0.3.1 |
785 | 2024-09-24T03:15:18.916Z | Downloaded openssl-probe v0.1.5 |
786 | 2024-09-24T03:15:18.919Z | Downloaded foreign-types-shared v0.3.1 |
787 | 2024-09-24T03:15:18.919Z | Downloaded foreign-types-macros v0.2.3 |
788 | 2024-09-24T03:15:18.921Z | Downloaded sqlparser_derive v0.2.2 |
789 | 2024-09-24T03:15:18.922Z | Downloaded pin-project-internal v1.1.5 |
790 | 2024-09-24T03:15:18.925Z | Downloaded hashbrown v0.12.3 |
791 | 2024-09-24T03:15:18.928Z | Downloaded num v0.4.3 |
792 | 2024-09-24T03:15:18.931Z | Downloaded pin-utils v0.1.0 |
793 | 2024-09-24T03:15:18.931Z | Downloaded futures-sink v0.3.30 |
794 | 2024-09-24T03:15:18.933Z | Downloaded futures-macro v0.3.30 |
795 | 2024-09-24T03:15:18.937Z | Downloaded steno v0.4.1 |
796 | 2024-09-24T03:15:18.940Z | Downloaded resolv-conf v0.7.0 |
797 | 2024-09-24T03:15:18.942Z | Downloaded smallvec v0.6.14 |
798 | 2024-09-24T03:15:18.947Z | Downloaded embedded-io v0.4.0 |
799 | 2024-09-24T03:15:18.947Z | Downloaded olpc-cjson v0.1.3 |
800 | 2024-09-24T03:15:18.950Z | Downloaded libxml v0.3.3 |
801 | 2024-09-24T03:15:18.953Z | Downloaded semver v0.1.20 |
802 | 2024-09-24T03:15:18.956Z | Downloaded sct v0.7.1 |
803 | 2024-09-24T03:15:18.961Z | Downloaded smf v0.2.3 |
804 | 2024-09-24T03:15:18.963Z | Downloaded percent-encoding v2.3.1 |
805 | 2024-09-24T03:15:18.963Z | Downloaded tar v0.4.41 |
806 | 2024-09-24T03:15:18.966Z | Downloaded rtoolbox v0.0.2 |
807 | 2024-09-24T03:15:18.968Z | Downloaded russh-cryptovec v0.7.2 |
808 | 2024-09-24T03:15:18.968Z | Downloaded serde_yaml v0.9.34+deprecated |
809 | 2024-09-24T03:15:18.971Z | Downloaded tracing v0.1.40 |
810 | 2024-09-24T03:15:18.976Z | Downloaded time-core v0.1.2 |
811 | 2024-09-24T03:15:18.980Z | Downloaded strum v0.26.3 |
812 | 2024-09-24T03:15:18.980Z | Downloaded number_prefix v0.4.0 |
813 | 2024-09-24T03:15:18.980Z | Downloaded form_urlencoded v1.2.1 |
814 | 2024-09-24T03:15:18.983Z | Downloaded dirs-next v2.0.0 |
815 | 2024-09-24T03:15:18.983Z | Downloaded slog-dtrace v0.3.0 |
816 | 2024-09-24T03:15:18.988Z | Downloaded futures-executor v0.3.30 |
817 | 2024-09-24T03:15:18.991Z | Downloaded salty v0.3.0 |
818 | 2024-09-24T03:15:18.994Z | Downloaded oso v0.27.3 |
819 | 2024-09-24T03:15:19.002Z | Downloaded slog-bunyan v2.5.0 |
820 | 2024-09-24T03:15:19.006Z | Downloaded foreign-types v0.5.0 |
821 | 2024-09-24T03:15:19.006Z | Downloaded filetime v0.2.25 |
822 | 2024-09-24T03:15:19.006Z | Downloaded uzers v0.11.3 |
823 | 2024-09-24T03:15:19.006Z | Downloaded stable_deref_trait v1.2.0 |
824 | 2024-09-24T03:15:19.009Z | Downloaded dsl_auto_type v0.1.2 |
825 | 2024-09-24T03:15:19.009Z | Downloaded wait-timeout v0.2.0 |
826 | 2024-09-24T03:15:19.009Z | Downloaded nu-ansi-term v0.50.0 |
827 | 2024-09-24T03:15:19.013Z | Downloaded ssh-encoding v0.2.0 |
828 | 2024-09-24T03:15:19.018Z | Downloaded reqwest v0.11.27 |
829 | 2024-09-24T03:15:19.022Z | Downloaded serde-hex v0.1.0 |
830 | 2024-09-24T03:15:19.025Z | Downloaded slog-envlogger v2.2.0 |
831 | 2024-09-24T03:15:19.028Z | Downloaded powerfmt v0.2.0 |
832 | 2024-09-24T03:15:19.028Z | Downloaded difflib v0.4.0 |
833 | 2024-09-24T03:15:19.030Z | Downloaded tokio-rustls v0.24.1 |
834 | 2024-09-24T03:15:19.033Z | Downloaded time-macros v0.2.18 |
835 | 2024-09-24T03:15:19.035Z | Downloaded dropshot_endpoint v0.10.1 |
836 | 2024-09-24T03:15:19.035Z | Downloaded postcard v1.0.8 |
837 | 2024-09-24T03:15:19.039Z | Downloaded p256 v0.13.2 |
838 | 2024-09-24T03:15:19.042Z | Downloaded publicsuffix v2.2.3 |
839 | 2024-09-24T03:15:19.046Z | Downloaded rsa v0.9.6 |
840 | 2024-09-24T03:15:19.051Z | Downloaded funty v2.0.0 |
841 | 2024-09-24T03:15:19.053Z | Downloaded primeorder v0.13.6 |
842 | 2024-09-24T03:15:19.056Z | Downloaded pkcs5 v0.7.1 |
843 | 2024-09-24T03:15:19.059Z | Downloaded rand v0.8.5 |
844 | 2024-09-24T03:15:19.063Z | Downloaded darling_macro v0.20.9 |
845 | 2024-09-24T03:15:19.066Z | Downloaded heck v0.3.3 |
846 | 2024-09-24T03:15:19.066Z | Downloaded salsa20 v0.10.2 |
847 | 2024-09-24T03:15:19.069Z | Downloaded derive_builder_core v0.20.0 |
848 | 2024-09-24T03:15:19.071Z | Downloaded topological-sort v0.2.2 |
849 | 2024-09-24T03:15:19.071Z | Downloaded xattr v1.3.1 |
850 | 2024-09-24T03:15:19.075Z | Downloaded unicode_categories v0.1.1 |
851 | 2024-09-24T03:15:19.079Z | Downloaded slog v2.7.0 |
852 | 2024-09-24T03:15:19.079Z | Downloaded scheduled-thread-pool v0.2.7 |
853 | 2024-09-24T03:15:19.082Z | Downloaded num_enum v0.5.11 |
854 | 2024-09-24T03:15:19.085Z | Downloaded ref-cast-impl v1.0.23 |
855 | 2024-09-24T03:15:19.085Z | Downloaded postgres-types v0.2.7 |
856 | 2024-09-24T03:15:19.089Z | Downloaded vsss-rs v3.3.4 |
857 | 2024-09-24T03:15:19.091Z | Downloaded tls_codec_derive v0.4.1 |
858 | 2024-09-24T03:15:19.094Z | Downloaded elliptic-curve v0.13.8 |
859 | 2024-09-24T03:15:19.100Z | Downloaded num_threads v0.1.7 |
860 | 2024-09-24T03:15:19.105Z | Downloaded term v0.7.0 |
861 | 2024-09-24T03:15:19.108Z | Downloaded snafu-derive v0.8.2 |
862 | 2024-09-24T03:15:19.108Z | Downloaded scopeguard v1.2.0 |
863 | 2024-09-24T03:15:19.108Z | Downloaded russh-keys v0.45.0 |
864 | 2024-09-24T03:15:19.111Z | Downloaded nom v7.1.3 |
865 | 2024-09-24T03:15:19.116Z | Downloaded termcolor v1.4.1 |
866 | 2024-09-24T03:15:19.119Z | Downloaded num-complex v0.4.6 |
867 | 2024-09-24T03:15:19.122Z | Downloaded crossterm v0.28.1 |
868 | 2024-09-24T03:15:19.126Z | Downloaded tokio-postgres v0.7.11 |
869 | 2024-09-24T03:15:19.132Z | Downloaded socket2 v0.5.7 |
870 | 2024-09-24T03:15:19.135Z | Downloaded getopts v0.2.21 |
871 | 2024-09-24T03:15:19.141Z | Downloaded data-encoding v2.6.0 |
872 | 2024-09-24T03:15:19.144Z | Downloaded postgres-protocol v0.6.7 |
873 | 2024-09-24T03:15:19.144Z | Downloaded pin-project-lite v0.2.14 |
874 | 2024-09-24T03:15:19.147Z | Downloaded tokio-rustls v0.26.0 |
875 | 2024-09-24T03:15:19.149Z | Downloaded ref-cast v1.0.23 |
876 | 2024-09-24T03:15:19.152Z | Downloaded ppv-lite86 v0.2.17 |
877 | 2024-09-24T03:15:19.154Z | Downloaded p521 v0.13.3 |
878 | 2024-09-24T03:15:19.158Z | Downloaded omicron-zone-package v0.11.0 |
879 | 2024-09-24T03:15:19.161Z | Downloaded getrandom v0.2.14 |
880 | 2024-09-24T03:15:19.165Z | Downloaded ed25519-dalek v2.1.1 |
881 | 2024-09-24T03:15:19.169Z | Downloaded idna v0.3.0 |
882 | 2024-09-24T03:15:19.178Z | Downloaded tokio-stream v0.1.15 |
883 | 2024-09-24T03:15:19.182Z | Downloaded expectorate v1.1.0 |
884 | 2024-09-24T03:15:19.184Z | Downloaded schemars v0.8.21 |
885 | 2024-09-24T03:15:19.197Z | Downloaded headers v0.3.9 |
886 | 2024-09-24T03:15:19.204Z | Downloaded futures-channel v0.3.30 |
887 | 2024-09-24T03:15:19.207Z | Downloaded snafu v0.8.2 |
888 | 2024-09-24T03:15:19.214Z | Downloaded derive_more v0.99.18 |
889 | 2024-09-24T03:15:19.218Z | Downloaded blake3 v1.5.1 |
890 | 2024-09-24T03:15:19.227Z | Downloaded darling_core v0.20.9 |
891 | 2024-09-24T03:15:19.232Z | Downloaded derive-where v1.2.7 |
892 | 2024-09-24T03:15:19.236Z | Downloaded aho-corasick v1.1.3 |
893 | 2024-09-24T03:15:19.243Z | Downloaded idna v0.2.3 |
894 | 2024-09-24T03:15:19.251Z | Downloaded futures v0.3.30 |
895 | 2024-09-24T03:15:19.256Z | Downloaded tokio-util v0.7.11 |
896 | 2024-09-24T03:15:19.264Z | Downloaded portable-atomic v1.6.0 |
897 | 2024-09-24T03:15:19.271Z | Downloaded num-bigint v0.4.5 |
898 | 2024-09-24T03:15:19.277Z | Downloaded quick-xml v0.33.0 |
899 | 2024-09-24T03:15:19.284Z | Downloaded idna v0.4.0 |
900 | 2024-09-24T03:15:19.292Z | Downloaded reedline v0.33.0 |
901 | 2024-09-24T03:15:19.302Z | Downloaded time v0.3.36 |
902 | 2024-09-24T03:15:19.308Z | Downloaded h2 v0.4.6 |
903 | 2024-09-24T03:15:19.316Z | Downloaded nix v0.28.0 |
904 | 2024-09-24T03:15:19.330Z | Downloaded prettyplease v0.2.20 |
905 | 2024-09-24T03:15:19.333Z | Downloaded winnow v0.5.40 |
906 | 2024-09-24T03:15:19.343Z | Downloaded samael v0.0.17 |
907 | 2024-09-24T03:15:19.350Z | Downloaded der v0.7.9 |
908 | 2024-09-24T03:15:19.356Z | Downloaded sqlparser v0.45.0 |
909 | 2024-09-24T03:15:19.363Z | Downloaded tower v0.4.13 |
910 | 2024-09-24T03:15:19.373Z | Downloaded rustyline v14.0.0 |
911 | 2024-09-24T03:15:19.379Z | Downloaded bitvec v1.0.1 |
912 | 2024-09-24T03:15:19.397Z | Downloaded ssh-key v0.6.6 |
913 | 2024-09-24T03:15:19.404Z | Downloaded x509-cert v0.2.5 |
914 | 2024-09-24T03:15:19.410Z | Downloaded polar-core v0.27.3 |
915 | 2024-09-24T03:15:19.420Z | Downloaded russh v0.45.0 |
916 | 2024-09-24T03:15:19.425Z | Downloaded git2 v0.19.0 |
917 | 2024-09-24T03:15:19.433Z | Downloaded webpki-roots v0.25.4 |
918 | 2024-09-24T03:15:19.438Z | Downloaded object v0.30.4 |
919 | 2024-09-24T03:15:19.448Z | Downloaded trust-dns-proto v0.22.0 |
920 | 2024-09-24T03:15:19.460Z | Downloaded rustls-webpki v0.102.4 |
921 | 2024-09-24T03:15:19.478Z | Downloaded regex-syntax v0.6.29 |
922 | 2024-09-24T03:15:19.487Z | Downloaded gimli v0.28.1 |
923 | 2024-09-24T03:15:19.495Z | Downloaded curve25519-dalek v4.1.3 |
924 | 2024-09-24T03:15:19.505Z | Downloaded regex-syntax v0.8.4 |
925 | 2024-09-24T03:15:19.512Z | Downloaded regress v0.9.1 |
926 | 2024-09-24T03:15:19.521Z | Downloaded dropshot v0.10.1 |
927 | 2024-09-24T03:15:19.531Z | Downloaded rayon v1.10.0 |
928 | 2024-09-24T03:15:19.619Z | Downloaded sled v0.34.7 |
929 | 2024-09-24T03:15:19.637Z | Downloaded regex v1.10.6 |
930 | 2024-09-24T03:15:19.637Z | Downloaded rustls v0.23.10 |
931 | 2024-09-24T03:15:19.637Z | Downloaded vcpkg v0.2.15 |
932 | 2024-09-24T03:15:19.637Z | Downloaded regex-automata v0.4.6 |
933 | 2024-09-24T03:15:19.646Z | Downloaded bstr v1.9.1 |
934 | 2024-09-24T03:15:19.651Z | Downloaded object v0.32.2 |
935 | 2024-09-24T03:15:19.660Z | Downloaded petgraph v0.6.5 |
936 | 2024-09-24T03:15:19.677Z | Downloaded sha3 v0.10.8 |
937 | 2024-09-24T03:15:19.682Z | Downloaded smoltcp v0.11.0 |
938 | 2024-09-24T03:15:19.695Z | Downloaded nix v0.29.0 |
939 | 2024-09-24T03:15:19.707Z | Downloaded openssl v0.10.66 |
940 | 2024-09-24T03:15:19.718Z | Downloaded openapiv3 v2.0.0 |
941 | 2024-09-24T03:15:19.735Z | Downloaded diesel v2.2.4 |
942 | 2024-09-24T03:15:19.754Z | Downloaded rustls v0.22.4 |
943 | 2024-09-24T03:15:19.762Z | Downloaded smoltcp v0.9.1 |
944 | 2024-09-24T03:15:19.773Z | Downloaded hickory-proto v0.24.1 |
945 | 2024-09-24T03:15:19.789Z | Downloaded bindgen v0.69.4 |
946 | 2024-09-24T03:15:19.797Z | Downloaded proptest v1.5.0 |
947 | 2024-09-24T03:15:19.806Z | Downloaded p384 v0.13.0 |
948 | 2024-09-24T03:15:19.813Z | Downloaded zerocopy-derive v0.6.6 |
949 | 2024-09-24T03:15:19.823Z | Downloaded serde_with v3.9.0 |
950 | 2024-09-24T03:15:19.831Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
951 | 2024-09-24T03:15:19.850Z | Downloaded radix_trie v0.2.1 |
952 | 2024-09-24T03:15:19.856Z | Downloaded ratatui v0.28.0 |
953 | 2024-09-24T03:15:19.870Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
954 | 2024-09-24T03:15:19.932Z | Downloaded h2 v0.3.26 |
955 | 2024-09-24T03:15:19.937Z | Downloaded finl_unicode v1.2.0 |
956 | 2024-09-24T03:15:19.951Z | Downloaded futures-util v0.3.30 |
957 | 2024-09-24T03:15:19.961Z | Downloaded chrono v0.4.38 |
958 | 2024-09-24T03:15:19.967Z | Downloaded rustls v0.21.12 |
959 | 2024-09-24T03:15:19.980Z | Downloaded num-bigint-dig v0.8.4 |
960 | 2024-09-24T03:15:19.983Z | Downloaded unicode-segmentation v1.11.0 |
961 | 2024-09-24T03:15:19.987Z | Downloaded tokio v1.39.3 |
962 | 2024-09-24T03:15:20.026Z | Downloaded nix v0.27.1 |
963 | 2024-09-24T03:15:20.035Z | Downloaded csv v1.3.0 |
964 | 2024-09-24T03:15:20.055Z | Downloaded whoami v1.5.1 |
965 | 2024-09-24T03:15:20.058Z | Downloaded socket2 v0.4.10 |
966 | 2024-09-24T03:15:20.060Z | Downloaded idna v0.5.0 |
967 | 2024-09-24T03:15:20.066Z | Downloaded openssl-sys v0.9.103 |
968 | 2024-09-24T03:15:20.071Z | Downloaded vergen v8.3.2 |
969 | 2024-09-24T03:15:20.074Z | Downloaded value-bag v1.9.0 |
970 | 2024-09-24T03:15:20.076Z | Downloaded wyz v0.5.1 |
971 | 2024-09-24T03:15:20.079Z | Downloaded rand_chacha v0.3.1 |
972 | 2024-09-24T03:15:20.080Z | Downloaded predicates v3.1.2 |
973 | 2024-09-24T03:15:20.084Z | Downloaded rusqlite v0.32.1 |
974 | 2024-09-24T03:15:20.094Z | Downloaded rustls-webpki v0.101.7 |
975 | 2024-09-24T03:15:20.106Z | Downloaded lalrpop v0.19.12 |
976 | 2024-09-24T03:15:20.114Z | Downloaded fragile v2.0.0 |
977 | 2024-09-24T03:15:20.118Z | Downloaded unicode-normalization v0.1.23 |
978 | 2024-09-24T03:15:20.121Z | Downloaded crossterm v0.27.0 |
979 | 2024-09-24T03:15:20.126Z | Downloaded aes-gcm v0.10.3 |
980 | 2024-09-24T03:15:20.129Z | Downloaded flate2 v1.0.33 |
981 | 2024-09-24T03:15:20.134Z | Downloaded smallvec v1.13.2 |
982 | 2024-09-24T03:15:20.137Z | Downloaded unsafe-libyaml v0.2.11 |
983 | 2024-09-24T03:15:20.139Z | Downloaded heapless v0.8.0 |
984 | 2024-09-24T03:15:20.143Z | Downloaded encoding_rs v0.8.34 |
985 | 2024-09-24T03:15:20.164Z | Downloaded heapless v0.7.17 |
986 | 2024-09-24T03:15:20.168Z | Downloaded pkcs1 v0.7.5 |
987 | 2024-09-24T03:15:20.172Z | Downloaded ff v0.13.0 |
988 | 2024-09-24T03:15:20.175Z | Downloaded zone_cfg_derive v0.3.0 |
989 | 2024-09-24T03:15:20.175Z | Downloaded tokio-tungstenite v0.23.1 |
990 | 2024-09-24T03:15:20.175Z | Downloaded futures-io v0.3.30 |
991 | 2024-09-24T03:15:20.178Z | Downloaded ecdsa v0.16.9 |
992 | 2024-09-24T03:15:20.178Z | Downloaded ghash v0.5.1 |
993 | 2024-09-24T03:15:20.180Z | Downloaded tokio-tungstenite v0.21.0 |
994 | 2024-09-24T03:15:20.180Z | Downloaded tokio-tungstenite v0.20.1 |
995 | 2024-09-24T03:15:20.183Z | Downloaded vte v0.11.1 |
996 | 2024-09-24T03:15:20.188Z | Downloaded aes v0.8.4 |
997 | 2024-09-24T03:15:20.193Z | Downloaded openssl-macros v0.1.1 |
998 | 2024-09-24T03:15:20.193Z | Downloaded tabwriter v1.4.0 |
999 | 2024-09-24T03:15:20.193Z | Downloaded strum_macros v0.24.3 |
1000 | 2024-09-24T03:15:20.195Z | Downloaded hashbrown v0.13.2 |
1001 | 2024-09-24T03:15:20.198Z | Downloaded hyper v0.14.30 |
1002 | 2024-09-24T03:15:20.204Z | Downloaded hkdf v0.12.4 |
1003 | 2024-09-24T03:15:20.207Z | Downloaded libz-sys v1.1.16 |
1004 | 2024-09-24T03:15:20.276Z | Downloaded ed25519 v2.2.3 |
1005 | 2024-09-24T03:15:20.278Z | Downloaded dyn-clone v1.0.17 |
1006 | 2024-09-24T03:15:20.282Z | Downloaded poly1305 v0.8.0 |
1007 | 2024-09-24T03:15:20.282Z | Downloaded pkg-config v0.3.30 |
1008 | 2024-09-24T03:15:20.284Z | Downloaded pkcs8 v0.10.2 |
1009 | 2024-09-24T03:15:20.286Z | Downloaded parking_lot_core v0.9.10 |
1010 | 2024-09-24T03:15:20.289Z | Downloaded owo-colors v4.0.0 |
1011 | 2024-09-24T03:15:20.291Z | Downloaded foreign-types-shared v0.1.1 |
1012 | 2024-09-24T03:15:20.291Z | Downloaded utf-8 v0.7.6 |
1013 | 2024-09-24T03:15:20.298Z | Downloaded either v1.13.0 |
1014 | 2024-09-24T03:15:20.298Z | Downloaded tracing-core v0.1.32 |
1015 | 2024-09-24T03:15:20.303Z | Downloaded rayon-core v1.12.1 |
1016 | 2024-09-24T03:15:20.303Z | Downloaded itertools v0.12.1 |
1017 | 2024-09-24T03:15:20.315Z | Downloaded sqlformat v0.2.4 |
1018 | 2024-09-24T03:15:20.319Z | Downloaded hyper v1.4.1 |
1019 | 2024-09-24T03:15:20.319Z | Downloaded diff v0.1.13 |
1020 | 2024-09-24T03:15:20.319Z | Downloaded pem-rfc7468 v0.7.0 |
1021 | 2024-09-24T03:15:20.322Z | Downloaded uuid v1.10.0 |
1022 | 2024-09-24T03:15:20.324Z | Downloaded toml v0.7.8 |
1023 | 2024-09-24T03:15:20.327Z | Downloaded const_format v0.2.33 |
1024 | 2024-09-24T03:15:20.329Z | Downloaded futures-task v0.3.30 |
1025 | 2024-09-24T03:15:20.332Z | Downloaded libsqlite3-sys v0.30.1 |
1026 | 2024-09-24T03:15:20.423Z | Downloaded erased-serde v0.3.31 |
1027 | 2024-09-24T03:15:20.426Z | Downloaded flume v0.11.0 |
1028 | 2024-09-24T03:15:20.430Z | Downloaded spin v0.9.8 |
1029 | 2024-09-24T03:15:20.433Z | Downloaded password-hash v0.4.2 |
1030 | 2024-09-24T03:15:20.439Z | Downloaded zerocopy v0.6.6 |
1031 | 2024-09-24T03:15:20.442Z | Downloaded globset v0.4.14 |
1032 | 2024-09-24T03:15:20.442Z | Downloaded diesel_derives v2.2.2 |
1033 | 2024-09-24T03:15:20.446Z | Downloaded crypto-bigint v0.5.5 |
1034 | 2024-09-24T03:15:20.455Z | Downloaded serde_arrays v0.1.0 |
1035 | 2024-09-24T03:15:20.460Z | Downloaded des v0.8.1 |
1036 | 2024-09-24T03:15:20.460Z | Downloaded num-rational v0.4.2 |
1037 | 2024-09-24T03:15:20.460Z | Downloaded der_derive v0.7.2 |
1038 | 2024-09-24T03:15:20.463Z | Downloaded pin-project v1.1.5 |
1039 | 2024-09-24T03:15:20.476Z | Downloaded similar v2.6.0 |
1040 | 2024-09-24T03:15:20.482Z | Downloaded url v2.5.2 |
1041 | 2024-09-24T03:15:20.486Z | Downloaded minimal-lexical v0.2.1 |
1042 | 2024-09-24T03:15:20.492Z | Downloaded itertools v0.13.0 |
1043 | 2024-09-24T03:15:20.500Z | Downloaded signal-hook-registry v1.4.2 |
1044 | 2024-09-24T03:15:20.503Z | Downloaded rustfmt-wrapper v0.2.1 |
1045 | 2024-09-24T03:15:20.503Z | Downloaded libm v0.2.8 |
1046 | 2024-09-24T03:15:20.511Z | Downloaded backtrace v0.3.71 |
1047 | 2024-09-24T03:15:20.517Z | Downloaded dirs-sys-next v0.1.2 |
1048 | 2024-09-24T03:15:20.521Z | Downloaded deranged v0.3.11 |
1049 | 2024-09-24T03:15:20.521Z | Downloaded tokio-rustls v0.25.0 |
1050 | 2024-09-24T03:15:20.524Z | Downloaded strum_macros v0.26.4 |
1051 | 2024-09-24T03:15:20.524Z | Downloaded subtle v2.5.0 |
1052 | 2024-09-24T03:15:20.524Z | Downloaded subprocess v0.2.9 |
1053 | 2024-09-24T03:15:20.527Z | Downloaded cc v1.0.97 |
1054 | 2024-09-24T03:15:20.530Z | Downloaded tungstenite v0.23.0 |
1055 | 2024-09-24T03:15:20.533Z | Downloaded take_mut v0.2.2 |
1056 | 2024-09-24T03:15:20.534Z | Downloaded flagset v0.4.5 |
1057 | 2024-09-24T03:15:20.536Z | Downloaded fixedbitset v0.4.2 |
1058 | 2024-09-24T03:15:20.537Z | Downloaded ron v0.7.1 |
1059 | 2024-09-24T03:15:20.540Z | Downloaded crossbeam-utils v0.8.19 |
1060 | 2024-09-24T03:15:20.544Z | Downloaded crc-any v2.5.0 |
1061 | 2024-09-24T03:15:20.555Z | Downloaded rustls-pki-types v1.7.0 |
1062 | 2024-09-24T03:15:20.555Z | Downloaded rustls-pemfile v2.1.3 |
1063 | 2024-09-24T03:15:20.559Z | Downloaded rustc_version v0.1.7 |
1064 | 2024-09-24T03:15:20.559Z | Downloaded rfc6979 v0.4.0 |
1065 | 2024-09-24T03:15:20.559Z | Downloaded bytes v1.7.2 |
1066 | 2024-09-24T03:15:20.559Z | Downloaded num-conv v0.1.0 |
1067 | 2024-09-24T03:15:20.559Z | Downloaded parse-size v1.0.0 |
1068 | 2024-09-24T03:15:20.559Z | Downloaded packed_struct v0.10.1 |
1069 | 2024-09-24T03:15:20.559Z | Downloaded tracing-attributes v0.1.27 |
1070 | 2024-09-24T03:15:20.564Z | Downloaded hash32 v0.2.1 |
1071 | 2024-09-24T03:15:20.564Z | Downloaded derive_builder v0.20.0 |
1072 | 2024-09-24T03:15:20.568Z | Downloaded itertools v0.10.5 |
1073 | 2024-09-24T03:15:20.571Z | Downloaded bzip2 v0.4.4 |
1074 | 2024-09-24T03:15:20.576Z | Downloaded base64 v0.22.1 |
1075 | 2024-09-24T03:15:20.579Z | Downloaded cookie_store v0.20.0 |
1076 | 2024-09-24T03:15:20.582Z | Downloaded string_cache v0.8.7 |
1077 | 2024-09-24T03:15:20.582Z | Downloaded slog-json v2.6.1 |
1078 | 2024-09-24T03:15:20.582Z | Downloaded phf_shared v0.10.0 |
1079 | 2024-09-24T03:15:20.585Z | Downloaded peg-runtime v0.8.3 |
1080 | 2024-09-24T03:15:20.585Z | Downloaded ssh-cipher v0.2.0 |
1081 | 2024-09-24T03:15:20.585Z | Downloaded slog-term v2.9.1 |
1082 | 2024-09-24T03:15:20.589Z | Downloaded hyper-util v0.1.7 |
1083 | 2024-09-24T03:15:20.593Z | Downloaded allocator-api2 v0.2.18 |
1084 | 2024-09-24T03:15:20.596Z | Downloaded rustc-demangle v0.1.24 |
1085 | 2024-09-24T03:15:20.596Z | Downloaded base64ct v1.6.0 |
1086 | 2024-09-24T03:15:20.605Z | Downloaded ciborium v0.2.2 |
1087 | 2024-09-24T03:15:20.608Z | Downloaded blake2 v0.10.6 |
1088 | 2024-09-24T03:15:20.608Z | Downloaded async-bb8-diesel v0.2.1 |
1089 | 2024-09-24T03:15:20.608Z | Downloaded argon2 v0.5.3 |
1090 | 2024-09-24T03:15:20.608Z | Downloaded schemars_derive v0.8.21 |
1091 | 2024-09-24T03:15:20.608Z | Downloaded libloading v0.8.3 |
1092 | 2024-09-24T03:15:20.611Z | Downloaded http v0.2.12 |
1093 | 2024-09-24T03:15:20.614Z | Downloaded clang-sys v1.7.0 |
1094 | 2024-09-24T03:15:20.618Z | Downloaded addr2line v0.21.0 |
1095 | 2024-09-24T03:15:20.624Z | Downloaded curve25519-dalek-derive v0.1.1 |
1096 | 2024-09-24T03:15:20.624Z | Downloaded ctr v0.9.2 |
1097 | 2024-09-24T03:15:20.628Z | Downloaded endian-type v0.1.2 |
1098 | 2024-09-24T03:15:20.628Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1099 | 2024-09-24T03:15:20.628Z | Downloaded dhcproto-macros v0.1.0 |
1100 | 2024-09-24T03:15:20.628Z | Downloaded bcs v0.1.6 |
1101 | 2024-09-24T03:15:20.628Z | Downloaded linear-map v1.2.0 |
1102 | 2024-09-24T03:15:20.628Z | Downloaded lalrpop-util v0.19.12 |
1103 | 2024-09-24T03:15:20.628Z | Downloaded newtype-uuid v1.1.0 |
1104 | 2024-09-24T03:15:20.631Z | Downloaded lru v0.12.3 |
1105 | 2024-09-24T03:15:20.631Z | Downloaded kstat-rs v0.2.4 |
1106 | 2024-09-24T03:15:20.631Z | Downloaded internet-checksum v0.2.1 |
1107 | 2024-09-24T03:15:20.631Z | Downloaded instability v0.3.2 |
1108 | 2024-09-24T03:15:20.634Z | Downloaded waitgroup v0.1.2 |
1109 | 2024-09-24T03:15:20.634Z | Downloaded cassowary v0.3.0 |
1110 | 2024-09-24T03:15:20.634Z | Downloaded buf-list v1.0.3 |
1111 | 2024-09-24T03:15:20.637Z | Downloaded array-init v0.0.4 |
1112 | 2024-09-24T03:15:20.638Z | Downloaded impl-trait-for-tuples v0.2.2 |
1113 | 2024-09-24T03:15:20.706Z | Downloaded new_debug_unreachable v1.0.6 |
1114 | 2024-09-24T03:15:20.706Z | Downloaded base16ct v0.2.0 |
1115 | 2024-09-24T03:15:20.719Z | Downloaded adler v1.0.2 |
1116 | 2024-09-24T03:15:20.719Z | Downloaded mime_guess v2.0.4 |
1117 | 2024-09-24T03:15:20.720Z | Downloaded http-body v1.0.0 |
1118 | 2024-09-24T03:15:20.720Z | Downloaded hmac v0.12.1 |
1119 | 2024-09-24T03:15:20.720Z | Downloaded hex-literal v0.4.1 |
1120 | 2024-09-24T03:15:20.720Z | Downloaded ipnet v2.9.0 |
1121 | 2024-09-24T03:15:20.720Z | Downloaded hyper-rustls v0.24.2 |
1122 | 2024-09-24T03:15:20.720Z | Downloaded castaway v0.2.3 |
1123 | 2024-09-24T03:15:20.720Z | Downloaded block-padding v0.3.3 |
1124 | 2024-09-24T03:15:20.720Z | Downloaded async-stream v0.3.5 |
1125 | 2024-09-24T03:15:20.720Z | Downloaded ascii-canvas v3.0.0 |
1126 | 2024-09-24T03:15:20.720Z | Downloaded http-body v0.4.6 |
1127 | 2024-09-24T03:15:20.720Z | Downloaded hostname v0.3.1 |
1128 | 2024-09-24T03:15:20.756Z | Downloaded ring v0.17.8 |
1129 | 2024-09-24T03:15:20.877Z | Downloaded ring v0.16.20 |
1130 | 2024-09-24T03:15:21.054Z | Compiling serde v1.0.208 |
1131 | 2024-09-24T03:15:21.056Z | Compiling typenum v1.17.0 |
1132 | 2024-09-24T03:15:21.056Z | Compiling generic-array v0.14.7 |
1133 | 2024-09-24T03:15:21.056Z | Compiling lock_api v0.4.12 |
1134 | 2024-09-24T03:15:21.056Z | Compiling scopeguard v1.2.0 |
1135 | 2024-09-24T03:15:21.243Z | Compiling syn v2.0.74 |
1136 | 2024-09-24T03:15:21.246Z | Compiling getrandom v0.2.14 |
1137 | 2024-09-24T03:15:21.246Z | Compiling value-bag v1.9.0 |
1138 | 2024-09-24T03:15:21.385Z | Compiling const-oid v0.9.6 |
1139 | 2024-09-24T03:15:21.513Z | Compiling rand_core v0.6.4 |
1140 | 2024-09-24T03:15:21.807Z | Compiling log v0.4.21 |
1141 | 2024-09-24T03:15:21.942Z | Compiling subtle v2.5.0 |
1142 | 2024-09-24T03:15:22.046Z | Compiling jobserver v0.1.32 |
1143 | 2024-09-24T03:15:22.288Z | Compiling pin-project-lite v0.2.14 |
1144 | 2024-09-24T03:15:22.316Z | Compiling smallvec v1.13.2 |
1145 | 2024-09-24T03:15:22.363Z | Compiling parking_lot_core v0.9.10 |
1146 | 2024-09-24T03:15:22.403Z | Compiling cc v1.0.97 |
1147 | 2024-09-24T03:15:22.670Z | Compiling signal-hook-registry v1.4.2 |
1148 | 2024-09-24T03:15:22.747Z | Compiling mio v1.0.2 |
1149 | 2024-09-24T03:15:22.984Z | Compiling socket2 v0.5.7 |
1150 | 2024-09-24T03:15:23.377Z | Compiling parking_lot v0.12.2 |
1151 | 2024-09-24T03:15:23.519Z | Compiling ahash v0.8.11 |
1152 | 2024-09-24T03:15:23.519Z | Compiling cpufeatures v0.2.12 |
1153 | 2024-09-24T03:15:23.636Z | Compiling futures-sink v0.3.30 |
1154 | 2024-09-24T03:15:23.785Z | Compiling futures-core v0.3.30 |
1155 | 2024-09-24T03:15:23.943Z | Compiling slab v0.4.9 |
1156 | 2024-09-24T03:15:23.961Z | Compiling allocator-api2 v0.2.18 |
1157 | 2024-09-24T03:15:23.961Z | Compiling spin v0.9.8 |
1158 | 2024-09-24T03:15:23.994Z | Compiling tinyvec_macros v0.1.1 |
1159 | 2024-09-24T03:15:24.025Z | Compiling futures-channel v0.3.30 |
1160 | 2024-09-24T03:15:24.082Z | Compiling tinyvec v1.6.0 |
1161 | 2024-09-24T03:15:24.271Z | Compiling serde_json v1.0.125 |
1162 | 2024-09-24T03:15:24.303Z | Compiling libm v0.2.8 |
1163 | 2024-09-24T03:15:24.439Z | Compiling futures-io v0.3.30 |
1164 | 2024-09-24T03:15:24.609Z | Compiling futures-task v0.3.30 |
1165 | 2024-09-24T03:15:24.629Z | Compiling base64ct v1.6.0 |
1166 | 2024-09-24T03:15:24.680Z | Compiling pin-utils v0.1.0 |
1167 | 2024-09-24T03:15:24.754Z | Compiling num-traits v0.2.19 |
1168 | 2024-09-24T03:15:24.775Z | Compiling unicode-bidi v0.3.15 |
1169 | 2024-09-24T03:15:24.791Z | Compiling flagset v0.4.5 |
1170 | 2024-09-24T03:15:25.030Z | Compiling tracing-core v0.1.32 |
1171 | 2024-09-24T03:15:25.220Z | Compiling pem-rfc7468 v0.7.0 |
1172 | 2024-09-24T03:15:25.257Z | Compiling vcpkg v0.2.15 |
1173 | 2024-09-24T03:15:25.591Z | Compiling unicode-normalization v0.1.23 |
1174 | 2024-09-24T03:15:26.269Z | Compiling pkg-config v0.3.30 |
1175 | 2024-09-24T03:15:26.428Z | Compiling ppv-lite86 v0.2.17 |
1176 | 2024-09-24T03:15:26.446Z | Compiling percent-encoding v2.3.1 |
1177 | 2024-09-24T03:15:26.518Z | Compiling ring v0.17.8 |
1178 | 2024-09-24T03:15:26.734Z | Compiling httparse v1.8.0 |
1179 | 2024-09-24T03:15:26.821Z | Compiling rustix v0.38.34 |
1180 | 2024-09-24T03:15:27.222Z | Compiling rand_chacha v0.3.1 |
1181 | 2024-09-24T03:15:27.224Z | Compiling try-lock v0.2.5 |
1182 | 2024-09-24T03:15:27.358Z | Compiling untrusted v0.9.0 |
1183 | 2024-09-24T03:15:27.462Z | Compiling want v0.3.1 |
1184 | 2024-09-24T03:15:27.710Z | Compiling rand v0.8.5 |
1185 | 2024-09-24T03:15:27.743Z | Compiling num-conv v0.1.0 |
1186 | 2024-09-24T03:15:27.765Z | Compiling openssl-sys v0.9.103 |
1187 | 2024-09-24T03:15:28.046Z | Compiling openssl v0.10.66 |
1188 | 2024-09-24T03:15:28.107Z | Compiling time-core v0.1.2 |
1189 | 2024-09-24T03:15:28.285Z | Compiling foreign-types-shared v0.1.1 |
1190 | 2024-09-24T03:15:28.290Z | Compiling httpdate v1.0.3 |
1191 | 2024-09-24T03:15:28.368Z | Compiling rustversion v1.0.17 |
1192 | 2024-09-24T03:15:28.470Z | Compiling powerfmt v0.2.0 |
1193 | 2024-09-24T03:15:28.705Z | Compiling tower-service v0.3.2 |
1194 | 2024-09-24T03:15:28.829Z | Compiling deranged v0.3.11 |
1195 | 2024-09-24T03:15:28.854Z | Compiling foreign-types v0.3.2 |
1196 | 2024-09-24T03:15:28.936Z | Compiling time-macros v0.2.18 |
1197 | 2024-09-24T03:15:29.117Z | Compiling form_urlencoded v1.2.1 |
1198 | 2024-09-24T03:15:29.441Z | Compiling aho-corasick v1.1.3 |
1199 | 2024-09-24T03:15:29.460Z | Compiling rustls v0.21.12 |
1200 | 2024-09-24T03:15:29.603Z | Compiling syn v1.0.109 |
1201 | 2024-09-24T03:15:29.734Z | Compiling siphasher v0.3.11 |
1202 | 2024-09-24T03:15:30.087Z | Compiling regex-syntax v0.8.4 |
1203 | 2024-09-24T03:15:30.223Z | Compiling num_threads v0.1.7 |
1204 | 2024-09-24T03:15:30.263Z | Compiling native-tls v0.2.11 |
1205 | 2024-09-24T03:15:30.353Z | Compiling crossbeam-utils v0.8.19 |
1206 | 2024-09-24T03:15:30.728Z | Compiling idna v0.5.0 |
1207 | 2024-09-24T03:15:30.999Z | Compiling cookie v0.17.0 |
1208 | 2024-09-24T03:15:31.284Z | Compiling iana-time-zone v0.1.60 |
1209 | 2024-09-24T03:15:31.696Z | Compiling openssl-probe v0.1.5 |
1210 | 2024-09-24T03:15:32.024Z | Compiling finl_unicode v1.2.0 |
1211 | 2024-09-24T03:15:32.075Z | Compiling slog v2.7.0 |
1212 | 2024-09-24T03:15:32.090Z | Compiling time v0.3.36 |
1213 | 2024-09-24T03:15:32.254Z | Compiling url v2.5.2 |
1214 | 2024-09-24T03:15:32.606Z | Compiling stringprep v0.1.4 |
1215 | 2024-09-24T03:15:33.788Z | Compiling regex-automata v0.4.6 |
1216 | 2024-09-24T03:15:34.025Z | Compiling num-integer v0.1.46 |
1217 | 2024-09-24T03:15:34.672Z | Compiling idna v0.3.0 |
1218 | 2024-09-24T03:15:34.792Z | Compiling backtrace v0.3.71 |
1219 | 2024-09-24T03:15:35.278Z | Compiling lazy_static v1.5.0 |
1220 | 2024-09-24T03:15:35.368Z | Compiling serde_derive v1.0.208 |
1221 | 2024-09-24T03:15:35.436Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-09-24T03:15:36.281Z | Compiling zerocopy-derive v0.7.34 |
1223 | 2024-09-24T03:15:36.598Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-09-24T03:15:37.096Z | Compiling zeroize v1.8.1 |
1225 | 2024-09-24T03:15:37.310Z | Compiling futures-macro v0.3.30 |
1226 | 2024-09-24T03:15:37.537Z | Compiling thiserror-impl v1.0.63 |
1227 | 2024-09-24T03:15:38.228Z | Compiling der_derive v0.7.2 |
1228 | 2024-09-24T03:15:38.583Z | Compiling zerocopy v0.7.34 |
1229 | 2024-09-24T03:15:38.900Z | Compiling crypto-common v0.1.6 |
1230 | 2024-09-24T03:15:39.135Z | Compiling block-buffer v0.10.4 |
1231 | 2024-09-24T03:15:39.339Z | Compiling block-padding v0.3.3 |
1232 | 2024-09-24T03:15:39.402Z | Compiling digest v0.10.7 |
1233 | 2024-09-24T03:15:39.574Z | Compiling inout v0.1.3 |
1234 | 2024-09-24T03:15:39.854Z | Compiling hmac v0.12.1 |
1235 | 2024-09-24T03:15:39.884Z | Compiling sha2 v0.10.8 |
1236 | 2024-09-24T03:15:40.191Z | Compiling cipher v0.4.4 |
1237 | 2024-09-24T03:15:40.736Z | Compiling hashbrown v0.14.5 |
1238 | 2024-09-24T03:15:40.759Z | Compiling futures-util v0.3.30 |
1239 | 2024-09-24T03:15:40.796Z | Compiling thiserror v1.0.63 |
1240 | 2024-09-24T03:15:40.814Z | Compiling der v0.7.9 |
1241 | 2024-09-24T03:15:40.932Z | Compiling salsa20 v0.10.2 |
1242 | 2024-09-24T03:15:41.157Z | Compiling pbkdf2 v0.12.2 |
1243 | 2024-09-24T03:15:41.336Z | Compiling tracing-attributes v0.1.27 |
1244 | 2024-09-24T03:15:42.102Z | Compiling scrypt v0.11.0 |
1245 | 2024-09-24T03:15:42.676Z | Compiling aes v0.8.4 |
1246 | 2024-09-24T03:15:43.526Z | Compiling spki v0.7.3 |
1247 | 2024-09-24T03:15:43.889Z | Compiling cbc v0.1.2 |
1248 | 2024-09-24T03:15:44.069Z | Compiling pest v2.7.10 |
1249 | 2024-09-24T03:15:44.126Z | Compiling pkcs5 v0.7.1 |
1250 | 2024-09-24T03:15:45.216Z | Compiling tracing v0.1.40 |
1251 | 2024-09-24T03:15:45.361Z | Compiling pkcs8 v0.10.2 |
1252 | 2024-09-24T03:15:45.446Z | Compiling scroll_derive v0.12.0 |
1253 | 2024-09-24T03:15:45.798Z | Compiling openssl-macros v0.1.1 |
1254 | 2024-09-24T03:15:46.103Z | Compiling signature v2.2.0 |
1255 | 2024-09-24T03:15:46.399Z | Compiling sct v0.7.1 |
1256 | 2024-09-24T03:15:46.474Z | Compiling rustls-webpki v0.101.7 |
1257 | 2024-09-24T03:15:46.559Z | Compiling pest_meta v2.7.10 |
1258 | 2024-09-24T03:15:46.693Z | Compiling md-5 v0.10.6 |
1259 | 2024-09-24T03:15:46.837Z | Compiling pin-project-internal v1.1.5 |
1260 | 2024-09-24T03:15:46.903Z | Compiling scroll v0.12.0 |
1261 | 2024-09-24T03:15:46.963Z | Compiling ff v0.13.0 |
1262 | 2024-09-24T03:15:47.061Z | Compiling hash32 v0.2.1 |
1263 | 2024-09-24T03:15:47.182Z | Compiling signal-hook v0.3.17 |
1264 | 2024-09-24T03:15:47.435Z | Compiling goblin v0.8.2 |
1265 | 2024-09-24T03:15:47.473Z | Compiling base64 v0.22.1 |
1266 | 2024-09-24T03:15:47.956Z | Compiling pest_generator v2.7.10 |
1267 | 2024-09-24T03:15:48.239Z | Compiling base16ct v0.2.0 |
1268 | 2024-09-24T03:15:48.310Z | Compiling psl-types v2.0.11 |
1269 | 2024-09-24T03:15:48.500Z | Compiling gimli v0.28.1 |
1270 | 2024-09-24T03:15:48.576Z | Compiling stable_deref_trait v1.2.0 |
1271 | 2024-09-24T03:15:48.684Z | Compiling num-bigint-dig v0.8.4 |
1272 | 2024-09-24T03:15:48.998Z | Compiling adler v1.0.2 |
1273 | 2024-09-24T03:15:49.227Z | Compiling crc32fast v1.4.0 |
1274 | 2024-09-24T03:15:49.787Z | Compiling bytes v1.7.2 |
1275 | 2024-09-24T03:15:49.928Z | Compiling indexmap v2.4.0 |
1276 | 2024-09-24T03:15:49.939Z | Compiling bitflags v2.6.0 |
1277 | 2024-09-24T03:15:50.371Z | Compiling semver v1.0.23 |
1278 | 2024-09-24T03:15:51.146Z | Compiling tokio v1.39.3 |
1279 | 2024-09-24T03:15:51.165Z | Compiling rustc_version v0.4.0 |
1280 | 2024-09-24T03:15:51.292Z | Compiling http v0.2.12 |
1281 | 2024-09-24T03:15:51.658Z | Compiling pest_derive v2.7.10 |
1282 | 2024-09-24T03:15:52.446Z | Compiling dtrace-parser v0.2.0 |
1283 | 2024-09-24T03:15:53.206Z | Compiling dof v0.3.0 |
1284 | 2024-09-24T03:15:53.543Z | Compiling http-body v0.4.6 |
1285 | 2024-09-24T03:15:53.762Z | Compiling heapless v0.7.17 |
1286 | 2024-09-24T03:15:54.001Z | Compiling http v1.1.0 |
1287 | 2024-09-24T03:15:54.561Z | Compiling uuid v1.10.0 |
1288 | 2024-09-24T03:15:55.493Z | Compiling usdt-impl v0.5.0 |
1289 | 2024-09-24T03:15:56.027Z | Compiling curve25519-dalek v4.1.3 |
1290 | 2024-09-24T03:15:56.470Z | Compiling chrono v0.4.38 |
1291 | 2024-09-24T03:15:56.529Z | Compiling serde_spanned v0.6.7 |
1292 | 2024-09-24T03:15:56.682Z | Compiling serde_tokenstream v0.2.2 |
1293 | 2024-09-24T03:15:56.759Z | Compiling toml_datetime v0.6.8 |
1294 | 2024-09-24T03:15:57.093Z | Compiling fallible-iterator v0.2.0 |
1295 | 2024-09-24T03:15:57.278Z | Compiling atomic-waker v1.1.2 |
1296 | 2024-09-24T03:15:57.296Z | Compiling smoltcp v0.9.1 |
1297 | 2024-09-24T03:15:57.415Z | Compiling terminal_size v0.3.0 |
1298 | 2024-09-24T03:15:57.526Z | Compiling http-body v1.0.0 |
1299 | 2024-09-24T03:15:57.700Z | Compiling addr2line v0.21.0 |
1300 | 2024-09-24T03:15:57.779Z | Compiling postgres-protocol v0.6.7 |
1301 | 2024-09-24T03:15:57.836Z | Compiling pin-project v1.1.5 |
1302 | 2024-09-24T03:15:58.036Z | Compiling miniz_oxide v0.7.2 |
1303 | 2024-09-24T03:15:58.088Z | Compiling publicsuffix v2.2.3 |
1304 | 2024-09-24T03:15:58.336Z | Compiling sec1 v0.7.3 |
1305 | 2024-09-24T03:15:58.356Z | Compiling hubpack_derive v0.1.1 |
1306 | 2024-09-24T03:15:58.797Z | Compiling group v0.13.0 |
1307 | 2024-09-24T03:15:58.843Z | Compiling hkdf v0.12.4 |
1308 | 2024-09-24T03:15:58.904Z | Compiling crypto-bigint v0.5.5 |
1309 | 2024-09-24T03:15:59.061Z | Compiling async-trait v0.1.82 |
1310 | 2024-09-24T03:15:59.100Z | Compiling zerocopy-derive v0.6.6 |
1311 | 2024-09-24T03:15:59.119Z | Compiling curve25519-dalek-derive v0.1.1 |
1312 | 2024-09-24T03:15:59.251Z | Compiling tokio-util v0.7.11 |
1313 | 2024-09-24T03:16:00.633Z | Compiling h2 v0.3.26 |
1314 | 2024-09-24T03:16:00.658Z | Compiling tokio-native-tls v0.3.1 |
1315 | 2024-09-24T03:16:00.814Z | Compiling h2 v0.4.6 |
1316 | 2024-09-24T03:16:00.939Z | Compiling tokio-rustls v0.24.1 |
1317 | 2024-09-24T03:16:01.362Z | Compiling num-iter v0.1.45 |
1318 | 2024-09-24T03:16:01.870Z | Compiling phf_shared v0.11.2 |
1319 | 2024-09-24T03:16:02.201Z | Compiling serde_derive_internals v0.29.1 |
1320 | 2024-09-24T03:16:02.313Z | Compiling object v0.32.2 |
1321 | 2024-09-24T03:16:02.427Z | Compiling fs-err v2.11.0 |
1322 | 2024-09-24T03:16:02.730Z | Compiling anyhow v1.0.89 |
1323 | 2024-09-24T03:16:02.970Z | Compiling rustc-demangle v0.1.24 |
1324 | 2024-09-24T03:16:03.446Z | Compiling bitflags v1.3.2 |
1325 | 2024-09-24T03:16:03.472Z | Compiling ipnet v2.9.0 |
1326 | 2024-09-24T03:16:03.845Z | Compiling tower-layer v0.3.2 |
1327 | 2024-09-24T03:16:04.130Z | Compiling adler2 v2.0.0 |
1328 | 2024-09-24T03:16:04.337Z | Compiling schemars v0.8.21 |
1329 | 2024-09-24T03:16:04.707Z | Compiling managed v0.8.0 |
1330 | 2024-09-24T03:16:04.726Z | Compiling base64 v0.21.7 |
1331 | 2024-09-24T03:16:04.936Z | Compiling winnow v0.5.40 |
1332 | 2024-09-24T03:16:05.023Z | Compiling either v1.13.0 |
1333 | 2024-09-24T03:16:05.484Z | Compiling rustls-pemfile v1.0.4 |
1334 | 2024-09-24T03:16:05.504Z | Compiling schemars_derive v0.8.21 |
1335 | 2024-09-24T03:16:05.994Z | Compiling miniz_oxide v0.8.0 |
1336 | 2024-09-24T03:16:06.200Z | Compiling clap_builder v4.5.15 |
1337 | 2024-09-24T03:16:07.273Z | Compiling tower v0.4.13 |
1338 | 2024-09-24T03:16:07.496Z | Compiling hyper v0.14.30 |
1339 | 2024-09-24T03:16:08.134Z | Compiling hyper v1.4.1 |
1340 | 2024-09-24T03:16:08.727Z | Compiling toml_edit v0.19.15 |
1341 | 2024-09-24T03:16:09.889Z | Compiling phf v0.11.2 |
1342 | 2024-09-24T03:16:10.187Z | Compiling elliptic-curve v0.13.8 |
1343 | 2024-09-24T03:16:11.033Z | Compiling cookie_store v0.20.0 |
1344 | 2024-09-24T03:16:11.477Z | Compiling zerocopy v0.6.6 |
1345 | 2024-09-24T03:16:12.327Z | Compiling hubpack v0.1.2 |
1346 | 2024-09-24T03:16:12.538Z | Compiling postgres-types v0.2.7 |
1347 | 2024-09-24T03:16:13.115Z | Compiling usdt-macro v0.5.0 |
1348 | 2024-09-24T03:16:13.357Z | Compiling usdt-attr-macro v0.5.0 |
1349 | 2024-09-24T03:16:14.034Z | Compiling serde_urlencoded v0.7.1 |
1350 | 2024-09-24T03:16:14.583Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-09-24T03:16:14.605Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-09-24T03:16:14.940Z | Compiling serde-big-array v0.5.1 |
1353 | 2024-09-24T03:16:14.959Z | Compiling futures-executor v0.3.30 |
1354 | 2024-09-24T03:16:15.020Z | Compiling ed25519 v2.2.3 |
1355 | 2024-09-24T03:16:15.168Z | Compiling pkcs1 v0.7.5 |
1356 | 2024-09-24T03:16:15.466Z | Compiling rfc6979 v0.4.0 |
1357 | 2024-09-24T03:16:15.565Z | Compiling bstr v1.9.1 |
1358 | 2024-09-24T03:16:15.652Z | Compiling regex v1.10.6 |
1359 | 2024-09-24T03:16:16.244Z | Compiling clap_derive v4.5.13 |
1360 | 2024-09-24T03:16:16.704Z | Compiling enum-as-inner v0.6.0 |
1361 | 2024-09-24T03:16:16.758Z | Compiling strum_macros v0.25.3 |
1362 | 2024-09-24T03:16:17.068Z | Compiling serde_repr v0.1.19 |
1363 | 2024-09-24T03:16:17.280Z | Compiling phf_shared v0.10.0 |
1364 | 2024-09-24T03:16:17.373Z | Compiling float-cmp v0.9.0 |
1365 | 2024-09-24T03:16:17.594Z | Compiling idna v0.4.0 |
1366 | 2024-09-24T03:16:17.685Z | Compiling mio v0.8.11 |
1367 | 2024-09-24T03:16:17.792Z | Compiling encoding_rs v0.8.34 |
1368 | 2024-09-24T03:16:18.255Z | Compiling dyn-clone v1.0.17 |
1369 | 2024-09-24T03:16:18.472Z | Compiling sync_wrapper v0.1.2 |
1370 | 2024-09-24T03:16:18.605Z | Compiling whoami v1.5.1 |
1371 | 2024-09-24T03:16:18.942Z | Compiling normalize-line-endings v0.3.0 |
1372 | 2024-09-24T03:16:19.072Z | Compiling webpki-roots v0.25.4 |
1373 | 2024-09-24T03:16:19.208Z | Compiling bit-vec v0.6.3 |
1374 | 2024-09-24T03:16:19.228Z | Compiling minimal-lexical v0.2.1 |
1375 | 2024-09-24T03:16:19.247Z | Compiling data-encoding v2.6.0 |
1376 | 2024-09-24T03:16:19.612Z | Compiling difflib v0.4.0 |
1377 | 2024-09-24T03:16:19.733Z | Compiling precomputed-hash v0.1.1 |
1378 | 2024-09-24T03:16:19.848Z | Compiling predicates-core v1.0.6 |
1379 | 2024-09-24T03:16:20.210Z | Compiling new_debug_unreachable v1.0.6 |
1380 | 2024-09-24T03:16:20.290Z | Compiling mime v0.3.17 |
1381 | 2024-09-24T03:16:20.312Z | Compiling unicode-segmentation v1.11.0 |
1382 | 2024-09-24T03:16:20.809Z | Compiling fixedbitset v0.4.2 |
1383 | 2024-09-24T03:16:20.914Z | Compiling static_assertions v1.1.0 |
1384 | 2024-09-24T03:16:21.016Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1385 | 2024-09-24T03:16:21.151Z | Compiling petgraph v0.6.5 |
1386 | 2024-09-24T03:16:21.169Z | Compiling similar v2.6.0 |
1387 | 2024-09-24T03:16:21.199Z | Compiling clap v4.5.16 |
1388 | 2024-09-24T03:16:21.279Z | Compiling reqwest v0.11.27 |
1389 | 2024-09-24T03:16:21.387Z | Compiling toml_edit v0.22.20 |
1390 | 2024-09-24T03:16:21.662Z | Compiling string_cache v0.8.7 |
1391 | 2024-09-24T03:16:22.151Z | Compiling predicates v3.1.2 |
1392 | 2024-09-24T03:16:22.300Z | Compiling hickory-proto v0.24.1 |
1393 | 2024-09-24T03:16:23.560Z | Compiling nom v7.1.3 |
1394 | 2024-09-24T03:16:23.909Z | Compiling bit-set v0.5.3 |
1395 | 2024-09-24T03:16:24.188Z | Compiling console v0.15.8 |
1396 | 2024-09-24T03:16:25.122Z | Compiling tokio-postgres v0.7.11 |
1397 | 2024-09-24T03:16:25.720Z | Compiling signal-hook-mio v0.2.4 |
1398 | 2024-09-24T03:16:25.891Z | Compiling usdt v0.5.0 |
1399 | 2024-09-24T03:16:26.410Z | Compiling rsa v0.9.6 |
1400 | 2024-09-24T03:16:27.251Z | Compiling ecdsa v0.16.9 |
1401 | 2024-09-24T03:16:27.787Z | Compiling ed25519-dalek v2.1.1 |
1402 | 2024-09-24T03:16:28.104Z | Compiling futures v0.3.30 |
1403 | 2024-09-24T03:16:28.227Z | Compiling flate2 v1.0.33 |
1404 | 2024-09-24T03:16:29.082Z | Compiling toml v0.7.8 |
1405 | 2024-09-24T03:16:29.192Z | Compiling hyper-util v0.1.7 |
1406 | 2024-09-24T03:16:30.073Z | Compiling itertools v0.10.5 |
1407 | 2024-09-24T03:16:30.488Z | Compiling itertools v0.12.1 |
1408 | 2024-09-24T03:16:30.798Z | Compiling tokio-stream v0.1.15 |
1409 | 2024-09-24T03:16:30.830Z | Compiling openapiv3 v2.0.0 |
1410 | 2024-09-24T03:16:31.790Z | Compiling hex v0.4.3 |
1411 | 2024-09-24T03:16:32.251Z | Compiling x509-cert v0.2.5 |
1412 | 2024-09-24T03:16:32.413Z | Compiling sha1 v0.10.6 |
1413 | 2024-09-24T03:16:32.505Z | Compiling crossbeam-epoch v0.9.18 |
1414 | 2024-09-24T03:16:32.852Z | Compiling dirs-sys-next v0.1.2 |
1415 | 2024-09-24T03:16:32.882Z | Compiling unicode-xid v0.2.4 |
1416 | 2024-09-24T03:16:33.056Z | Compiling lalrpop-util v0.19.12 |
1417 | 2024-09-24T03:16:33.283Z | Compiling peg-runtime v0.8.3 |
1418 | 2024-09-24T03:16:33.401Z | Compiling dirs-next v2.0.0 |
1419 | 2024-09-24T03:16:33.527Z | Compiling thread_local v1.1.8 |
1420 | 2024-09-24T03:16:33.589Z | Compiling slog-async v2.8.0 |
1421 | 2024-09-24T03:16:33.697Z | Compiling term v0.7.0 |
1422 | 2024-09-24T03:16:33.896Z | Compiling xattr v1.3.1 |
1423 | 2024-09-24T03:16:34.040Z | Compiling strum_macros v0.26.4 |
1424 | 2024-09-24T03:16:34.161Z | Compiling crossbeam-channel v0.5.12 |
1425 | 2024-09-24T03:16:34.201Z | Compiling filetime v0.2.25 |
1426 | 2024-09-24T03:16:34.514Z | Compiling is-terminal v0.4.12 |
1427 | 2024-09-24T03:16:34.643Z | Compiling take_mut v0.2.2 |
1428 | 2024-09-24T03:16:34.662Z | Compiling slog-term v2.9.1 |
1429 | 2024-09-24T03:16:34.799Z | Compiling tar v0.4.41 |
1430 | 2024-09-24T03:16:35.228Z | Compiling camino v1.1.9 |
1431 | 2024-09-24T03:16:36.614Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1432 | 2024-09-24T03:16:37.303Z | Compiling strum v0.26.3 |
1433 | 2024-09-24T03:16:37.379Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1434 | 2024-09-24T03:16:42.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
1435 | 2024-09-24T03:16:42.818Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1436 | 2024-09-24T03:16:42.866Z | Sep 24 03:16:41.402 INFO Starting download, target: Console |
1437 | 2024-09-24T03:16:42.866Z | Sep 24 03:16:41.402 INFO Starting download, target: Cockroach |
1438 | 2024-09-24T03:16:42.866Z | Sep 24 03:16:41.402 INFO Starting download, target: Clickhouse |
1439 | 2024-09-24T03:16:42.866Z | Sep 24 03:16:41.402 INFO Starting download, target: DendriteOpenapi |
1440 | 2024-09-24T03:16:42.866Z | Sep 24 03:16:41.402 INFO Starting download, target: DendriteStub |
1441 | 2024-09-24T03:16:42.866Z | Sep 24 03:16:41.403 INFO Starting download, target: MaghemiteMgd |
1442 | 2024-09-24T03:16:42.866Z | Sep 24 03:16:41.403 INFO Starting download, target: TransceiverControl |
1443 | 2024-09-24T03:16:42.869Z | Sep 24 03:16:41.403 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1444 | 2024-09-24T03:16:42.869Z | Sep 24 03:16:41.403 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1445 | 2024-09-24T03:16:42.869Z | Sep 24 03:16:41.403 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1446 | 2024-09-24T03:16:42.869Z | Sep 24 03:16:41.404 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1447 | 2024-09-24T03:16:42.869Z | Sep 24 03:16:41.404 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1448 | 2024-09-24T03:16:42.869Z | Sep 24 03:16:41.404 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1449 | 2024-09-24T03:16:42.869Z | Sep 24 03:16:41.404 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1450 | 2024-09-24T03:16:43.135Z | Sep 24 03:16:41.587 INFO Download complete, target: DendriteOpenapi |
1451 | 2024-09-24T03:16:43.259Z | Sep 24 03:16:41.793 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1452 | 2024-09-24T03:16:43.478Z | Sep 24 03:16:41.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1453 | 2024-09-24T03:16:43.726Z | Sep 24 03:16:42.216 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1454 | 2024-09-24T03:16:43.834Z | Sep 24 03:16:42.371 INFO Download complete, target: Console |
1455 | 2024-09-24T03:16:43.880Z | Sep 24 03:16:42.417 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1456 | 2024-09-24T03:16:44.037Z | Sep 24 03:16:42.572 INFO Download complete, target: TransceiverControl |
1457 | 2024-09-24T03:16:44.089Z | Sep 24 03:16:42.611 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1458 | 2024-09-24T03:16:44.089Z | Sep 24 03:16:42.611 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1459 | 2024-09-24T03:16:44.735Z | Sep 24 03:16:43.274 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1460 | 2024-09-24T03:16:46.635Z | Sep 24 03:16:45.108 INFO Download complete, target: DendriteStub |
1461 | 2024-09-24T03:16:47.054Z | Sep 24 03:16:45.592 INFO Download complete, target: MaghemiteMgd |
1462 | 2024-09-24T03:16:52.280Z | Sep 24 03:16:50.817 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1463 | 2024-09-24T03:16:52.602Z | Sep 24 03:16:51.140 INFO Checking that binary works, target: Cockroach |
1464 | 2024-09-24T03:16:52.765Z | Sep 24 03:16:51.302 INFO Download complete, target: Cockroach |
1465 | 2024-09-24T03:16:58.453Z | Sep 24 03:16:56.988 INFO Checking that binary works, target: Clickhouse |
1466 | 2024-09-24T03:16:58.629Z | Sep 24 03:16:57.166 INFO Download complete, target: Clickhouse |
1467 | 2024-09-24T03:16:58.650Z | All builder prerequisites installed successfully, and PATH looks valid |
1468 | 2024-09-24T03:16:58.653Z | |
1469 | 2024-09-24T03:16:58.653Z | real 5:42.763956488 |
1470 | 2024-09-24T03:16:58.653Z | user 12:01.507369752 |
1471 | 2024-09-24T03:16:58.653Z | sys 2:32.160913496 |
1472 | 2024-09-24T03:16:58.653Z | trap 0.424666025 |
1473 | 2024-09-24T03:16:58.653Z | tflt 1.520629846 |
1474 | 2024-09-24T03:16:58.653Z | dflt 1.650036983 |
1475 | 2024-09-24T03:16:58.653Z | kflt 0.028915266 |
1476 | 2024-09-24T03:16:58.653Z | lock 23:47.566169433 |
1477 | 2024-09-24T03:16:58.653Z | slp 49:56.592437059 |
1478 | 2024-09-24T03:16:58.653Z | lat 45.679120238 |
1479 | 2024-09-24T03:16:58.653Z | stop 1:55.922114204 |
1480 | 2024-09-24T03:16:58.653Z | + banner clippy |
1481 | 2024-09-24T03:16:58.668Z | |
1482 | 2024-09-24T03:16:58.668Z | #### # # ##### ##### # # |
1483 | 2024-09-24T03:16:58.668Z | # # # # # # # # # # |
1484 | 2024-09-24T03:16:58.668Z | # # # # # # # # |
1485 | 2024-09-24T03:16:58.668Z | # # # ##### ##### # |
1486 | 2024-09-24T03:16:58.668Z | # # # # # # # |
1487 | 2024-09-24T03:16:58.668Z | #### ###### # # # # |
1488 | 2024-09-24T03:16:58.668Z | |
1489 | 2024-09-24T03:16:58.668Z | + export CARGO_INCREMENTAL=0 |
1490 | 2024-09-24T03:16:58.668Z | + CARGO_INCREMENTAL=0 |
1491 | 2024-09-24T03:16:58.668Z | + ptime -m cargo xtask clippy |
1492 | 2024-09-24T03:16:59.253Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1493 | 2024-09-24T03:17:03.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
1494 | 2024-09-24T03:17:03.166Z | Running `target/debug/xtask clippy` |
1495 | 2024-09-24T03:17:03.189Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1496 | 2024-09-24T03:17:03.932Z | Downloading crates ... |
1497 | 2024-09-24T03:17:04.235Z | Downloaded anes v0.1.6 |
1498 | 2024-09-24T03:17:04.239Z | Downloaded kv-log-macro v1.0.7 |
1499 | 2024-09-24T03:17:04.243Z | Downloaded headers-core v0.3.0 |
1500 | 2024-09-24T03:17:04.243Z | Downloaded blocking v1.6.1 |
1501 | 2024-09-24T03:17:04.246Z | Downloaded event-listener-strategy v0.5.2 |
1502 | 2024-09-24T03:17:04.246Z | Downloaded datatest-stable v0.2.9 |
1503 | 2024-09-24T03:17:04.248Z | Downloaded event-listener v2.5.3 |
1504 | 2024-09-24T03:17:04.251Z | Downloaded async-io v2.3.4 |
1505 | 2024-09-24T03:17:04.253Z | Downloaded pathdiff v0.2.1 |
1506 | 2024-09-24T03:17:04.253Z | Downloaded futures-lite v2.3.0 |
1507 | 2024-09-24T03:17:04.263Z | Downloaded target-lexicon v0.12.16 |
1508 | 2024-09-24T03:17:04.274Z | Downloaded async-object-pool v0.1.5 |
1509 | 2024-09-24T03:17:04.274Z | Downloaded parking v2.2.1 |
1510 | 2024-09-24T03:17:04.274Z | Downloaded proc-macro-crate v3.1.0 |
1511 | 2024-09-24T03:17:04.274Z | Downloaded num_cpus v1.16.0 |
1512 | 2024-09-24T03:17:04.289Z | Downloaded tinytemplate v1.2.1 |
1513 | 2024-09-24T03:17:04.292Z | Downloaded target-spec v3.2.1 |
1514 | 2024-09-24T03:17:04.294Z | Downloaded serde_regex v1.1.0 |
1515 | 2024-09-24T03:17:04.294Z | Downloaded relative-path v1.9.3 |
1516 | 2024-09-24T03:17:04.296Z | Downloaded plotters-backend v0.3.5 |
1517 | 2024-09-24T03:17:04.298Z | Downloaded concurrent-queue v2.5.0 |
1518 | 2024-09-24T03:17:04.298Z | Downloaded criterion-plot v0.5.0 |
1519 | 2024-09-24T03:17:04.301Z | Downloaded trybuild v1.0.99 |
1520 | 2024-09-24T03:17:04.304Z | Downloaded polling v3.7.3 |
1521 | 2024-09-24T03:17:04.307Z | Downloaded rstest_macros v0.22.0 |
1522 | 2024-09-24T03:17:04.310Z | Downloaded headers v0.4.0 |
1523 | 2024-09-24T03:17:04.315Z | Downloaded cfg-expr v0.16.0 |
1524 | 2024-09-24T03:17:04.323Z | Downloaded path-tree v0.8.1 |
1525 | 2024-09-24T03:17:04.326Z | Downloaded nested v0.1.1 |
1526 | 2024-09-24T03:17:04.326Z | Downloaded guppy-workspace-hack v0.1.0 |
1527 | 2024-09-24T03:17:04.326Z | Downloaded doc-comment v0.3.3 |
1528 | 2024-09-24T03:17:04.326Z | Downloaded hyper-rustls v0.26.0 |
1529 | 2024-09-24T03:17:04.326Z | Downloaded async-task v4.7.1 |
1530 | 2024-09-24T03:17:04.328Z | Downloaded async-channel v2.3.1 |
1531 | 2024-09-24T03:17:04.330Z | Downloaded assert-json-diff v2.0.2 |
1532 | 2024-09-24T03:17:04.332Z | Downloaded async-executor v1.13.1 |
1533 | 2024-09-24T03:17:04.333Z | Downloaded escape8259 v0.5.2 |
1534 | 2024-09-24T03:17:04.335Z | Downloaded async-attributes v1.1.2 |
1535 | 2024-09-24T03:17:04.335Z | Downloaded async-channel v1.9.0 |
1536 | 2024-09-24T03:17:04.338Z | Downloaded assert_cmd v2.0.16 |
1537 | 2024-09-24T03:17:04.340Z | Downloaded approx v0.5.1 |
1538 | 2024-09-24T03:17:04.340Z | Downloaded oorandom v11.1.3 |
1539 | 2024-09-24T03:17:04.343Z | Downloaded http-body-util v0.1.2 |
1540 | 2024-09-24T03:17:04.343Z | Downloaded cast v0.3.0 |
1541 | 2024-09-24T03:17:04.343Z | Downloaded async-lock v3.4.0 |
1542 | 2024-09-24T03:17:04.345Z | Downloaded async-global-executor v2.4.1 |
1543 | 2024-09-24T03:17:04.347Z | Downloaded similar-asserts v1.5.0 |
1544 | 2024-09-24T03:17:04.350Z | Downloaded plotters-svg v0.3.5 |
1545 | 2024-09-24T03:17:04.350Z | Downloaded libtest-mimic v0.7.3 |
1546 | 2024-09-24T03:17:04.354Z | Downloaded indoc v2.0.5 |
1547 | 2024-09-24T03:17:04.356Z | Downloaded yansi v0.5.1 |
1548 | 2024-09-24T03:17:04.356Z | Downloaded threadpool v1.8.1 |
1549 | 2024-09-24T03:17:04.359Z | Downloaded stringmetrics v2.2.2 |
1550 | 2024-09-24T03:17:04.361Z | Downloaded plotters v0.3.5 |
1551 | 2024-09-24T03:17:04.367Z | Downloaded partial-io v0.5.4 |
1552 | 2024-09-24T03:17:04.370Z | Downloaded rustls-native-certs v0.7.0 |
1553 | 2024-09-24T03:17:04.372Z | Downloaded rust-argon2 v2.1.0 |
1554 | 2024-09-24T03:17:04.374Z | Downloaded rand_distr v0.4.3 |
1555 | 2024-09-24T03:17:04.377Z | Downloaded rstest v0.22.0 |
1556 | 2024-09-24T03:17:04.382Z | Downloaded httptest v0.16.1 |
1557 | 2024-09-24T03:17:04.385Z | Downloaded pretty_assertions v1.4.0 |
1558 | 2024-09-24T03:17:04.387Z | Downloaded toml_edit v0.21.1 |
1559 | 2024-09-24T03:17:04.408Z | Downloaded criterion v0.5.1 |
1560 | 2024-09-24T03:17:04.414Z | Downloaded async-std v1.13.0 |
1561 | 2024-09-24T03:17:04.434Z | Downloaded fancy-regex v0.13.0 |
1562 | 2024-09-24T03:17:04.437Z | Downloaded event-listener v5.3.1 |
1563 | 2024-09-24T03:17:04.440Z | Downloaded blake2b_simd v1.0.2 |
1564 | 2024-09-24T03:17:04.440Z | Downloaded async-process v2.2.4 |
1565 | 2024-09-24T03:17:04.442Z | Downloaded piper v0.2.4 |
1566 | 2024-09-24T03:17:04.445Z | Downloaded guppy v0.17.7 |
1567 | 2024-09-24T03:17:04.450Z | Downloaded futures-timer v3.0.3 |
1568 | 2024-09-24T03:17:04.452Z | Downloaded async-signal v0.2.10 |
1569 | 2024-09-24T03:17:04.468Z | Downloaded httpmock v0.8.0-alpha.1 |
1570 | 2024-09-24T03:17:05.161Z | Checking cfg-if v1.0.0 |
1571 | 2024-09-24T03:17:05.231Z | Checking libc v0.2.158 |
1572 | 2024-09-24T03:17:05.250Z | Checking serde v1.0.208 |
1573 | 2024-09-24T03:17:05.266Z | Checking memchr v2.7.2 |
1574 | 2024-09-24T03:17:05.283Z | Checking value-bag v1.9.0 |
1575 | 2024-09-24T03:17:05.310Z | Checking scopeguard v1.2.0 |
1576 | 2024-09-24T03:17:05.336Z | Checking byteorder v1.5.0 |
1577 | 2024-09-24T03:17:05.339Z | Checking itoa v1.0.11 |
1578 | 2024-09-24T03:17:05.381Z | Checking smallvec v1.13.2 |
1579 | 2024-09-24T03:17:05.448Z | Checking lock_api v0.4.12 |
1580 | 2024-09-24T03:17:05.566Z | Checking pin-project-lite v0.2.14 |
1581 | 2024-09-24T03:17:05.689Z | Checking log v0.4.21 |
1582 | 2024-09-24T03:17:05.715Z | Checking zeroize v1.8.1 |
1583 | 2024-09-24T03:17:05.742Z | Checking once_cell v1.19.0 |
1584 | 2024-09-24T03:17:05.772Z | Checking typenum v1.17.0 |
1585 | 2024-09-24T03:17:05.878Z | Checking futures-core v0.3.30 |
1586 | 2024-09-24T03:17:06.041Z | Checking subtle v2.5.0 |
1587 | 2024-09-24T03:17:06.048Z | Checking thiserror v1.0.63 |
1588 | 2024-09-24T03:17:06.070Z | Checking libm v0.2.8 |
1589 | 2024-09-24T03:17:06.100Z | Checking ryu v1.0.18 |
1590 | 2024-09-24T03:17:06.175Z | Checking spin v0.9.8 |
1591 | 2024-09-24T03:17:06.201Z | Checking zerocopy v0.7.34 |
1592 | 2024-09-24T03:17:06.240Z | Checking futures-io v0.3.30 |
1593 | 2024-09-24T03:17:06.301Z | Checking getrandom v0.2.14 |
1594 | 2024-09-24T03:17:06.335Z | Checking parking_lot_core v0.9.10 |
1595 | 2024-09-24T03:17:06.423Z | Checking signal-hook-registry v1.4.2 |
1596 | 2024-09-24T03:17:06.522Z | Checking mio v1.0.2 |
1597 | 2024-09-24T03:17:06.584Z | Checking rand_core v0.6.4 |
1598 | 2024-09-24T03:17:06.680Z | Checking socket2 v0.5.7 |
1599 | 2024-09-24T03:17:06.702Z | Checking parking_lot v0.12.2 |
1600 | 2024-09-24T03:17:06.851Z | Checking slab v0.4.9 |
1601 | 2024-09-24T03:17:06.953Z | Checking num-traits v0.2.19 |
1602 | 2024-09-24T03:17:07.126Z | Checking const-oid v0.9.6 |
1603 | 2024-09-24T03:17:07.130Z | Checking generic-array v0.14.7 |
1604 | 2024-09-24T03:17:07.130Z | Checking futures-sink v0.3.30 |
1605 | 2024-09-24T03:17:07.139Z | Checking pin-utils v0.1.0 |
1606 | 2024-09-24T03:17:07.163Z | Checking cpufeatures v0.2.12 |
1607 | 2024-09-24T03:17:07.240Z | Checking allocator-api2 v0.2.18 |
1608 | 2024-09-24T03:17:07.260Z | Checking futures-channel v0.3.30 |
1609 | 2024-09-24T03:17:07.282Z | Checking futures-task v0.3.30 |
1610 | 2024-09-24T03:17:07.519Z | Checking fnv v1.0.7 |
1611 | 2024-09-24T03:17:07.624Z | Checking futures-util v0.3.30 |
1612 | 2024-09-24T03:17:07.664Z | Checking equivalent v1.0.1 |
1613 | 2024-09-24T03:17:07.690Z | Checking ahash v0.8.11 |
1614 | 2024-09-24T03:17:07.777Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1615 | 2024-09-24T03:17:07.838Z | Checking tracing-core v0.1.32 |
1616 | 2024-09-24T03:17:08.202Z | Checking iana-time-zone v0.1.60 |
1617 | 2024-09-24T03:17:08.224Z | Checking crypto-common v0.1.6 |
1618 | 2024-09-24T03:17:08.292Z | Checking block-buffer v0.10.4 |
1619 | 2024-09-24T03:17:08.320Z | Checking hashbrown v0.14.5 |
1620 | 2024-09-24T03:17:08.426Z | Checking errno v0.3.9 |
1621 | 2024-09-24T03:17:08.530Z | Checking tinyvec_macros v0.1.1 |
1622 | 2024-09-24T03:17:08.556Z | Checking tracing v0.1.40 |
1623 | 2024-09-24T03:17:08.604Z | Checking ppv-lite86 v0.2.17 |
1624 | 2024-09-24T03:17:08.629Z | Checking tinyvec v1.6.0 |
1625 | 2024-09-24T03:17:08.681Z | Checking unicode-bidi v0.3.15 |
1626 | 2024-09-24T03:17:08.863Z | Checking digest v0.10.7 |
1627 | 2024-09-24T03:17:08.936Z | Checking percent-encoding v2.3.1 |
1628 | 2024-09-24T03:17:09.153Z | Checking regex-syntax v0.8.4 |
1629 | 2024-09-24T03:17:09.286Z | Checking block-padding v0.3.3 |
1630 | 2024-09-24T03:17:09.296Z | Checking rand_chacha v0.3.1 |
1631 | 2024-09-24T03:17:09.310Z | Checking dyn-clone v1.0.17 |
1632 | 2024-09-24T03:17:09.437Z | Checking aho-corasick v1.1.3 |
1633 | 2024-09-24T03:17:09.462Z | Checking inout v0.1.3 |
1634 | 2024-09-24T03:17:09.484Z | Checking crossbeam-utils v0.8.19 |
1635 | 2024-09-24T03:17:09.650Z | Checking rand v0.8.5 |
1636 | 2024-09-24T03:17:09.684Z | Checking cipher v0.4.4 |
1637 | 2024-09-24T03:17:09.872Z | Checking unicode-normalization v0.1.23 |
1638 | 2024-09-24T03:17:10.093Z | Checking form_urlencoded v1.2.1 |
1639 | 2024-09-24T03:17:10.199Z | Checking httparse v1.8.0 |
1640 | 2024-09-24T03:17:10.227Z | Checking bytes v1.7.2 |
1641 | 2024-09-24T03:17:10.376Z | Checking bitflags v2.6.0 |
1642 | 2024-09-24T03:17:10.600Z | Checking serde_json v1.0.125 |
1643 | 2024-09-24T03:17:10.626Z | Checking indexmap v2.4.0 |
1644 | 2024-09-24T03:17:10.802Z | Checking chrono v0.4.38 |
1645 | 2024-09-24T03:17:10.827Z | Checking rustix v0.38.34 |
1646 | 2024-09-24T03:17:11.028Z | Checking uuid v1.10.0 |
1647 | 2024-09-24T03:17:11.055Z | Checking tokio v1.39.3 |
1648 | 2024-09-24T03:17:11.666Z | Checking lazy_static v1.5.0 |
1649 | 2024-09-24T03:17:11.794Z | Checking base64ct v1.6.0 |
1650 | 2024-09-24T03:17:11.881Z | Checking hmac v0.12.1 |
1651 | 2024-09-24T03:17:12.100Z | Checking unicode-ident v1.0.12 |
1652 | 2024-09-24T03:17:12.245Z | Checking untrusted v0.9.0 |
1653 | 2024-09-24T03:17:12.248Z | Checking sha2 v0.10.8 |
1654 | 2024-09-24T03:17:12.293Z | Checking unicode-width v0.1.13 |
1655 | 2024-09-24T03:17:12.297Z | Checking regex-automata v0.4.6 |
1656 | 2024-09-24T03:17:12.411Z | Checking ring v0.17.8 |
1657 | 2024-09-24T03:17:12.465Z | Checking powerfmt v0.2.0 |
1658 | 2024-09-24T03:17:12.638Z | Checking idna v0.5.0 |
1659 | 2024-09-24T03:17:12.737Z | Checking deranged v0.3.11 |
1660 | 2024-09-24T03:17:12.813Z | Checking time-core v0.1.2 |
1661 | 2024-09-24T03:17:12.855Z | Checking schemars v0.8.21 |
1662 | 2024-09-24T03:17:12.977Z | Checking num_threads v0.1.7 |
1663 | 2024-09-24T03:17:13.095Z | Checking num-conv v0.1.0 |
1664 | 2024-09-24T03:17:13.365Z | Checking proc-macro2 v1.0.86 |
1665 | 2024-09-24T03:17:13.520Z | Checking url v2.5.2 |
1666 | 2024-09-24T03:17:14.064Z | Checking http v0.2.12 |
1667 | 2024-09-24T03:17:14.234Z | Checking httpdate v1.0.3 |
1668 | 2024-09-24T03:17:14.316Z | Checking quote v1.0.36 |
1669 | 2024-09-24T03:17:14.343Z | Checking pem-rfc7468 v0.7.0 |
1670 | 2024-09-24T03:17:14.412Z | Checking try-lock v0.2.5 |
1671 | 2024-09-24T03:17:14.476Z | Checking slog v2.7.0 |
1672 | 2024-09-24T03:17:14.506Z | Checking time v0.3.36 |
1673 | 2024-09-24T03:17:14.541Z | Checking want v0.3.1 |
1674 | 2024-09-24T03:17:14.589Z | Checking tower-service v0.3.2 |
1675 | 2024-09-24T03:17:14.691Z | Checking syn v2.0.74 |
1676 | 2024-09-24T03:17:14.716Z | Checking gimli v0.28.1 |
1677 | 2024-09-24T03:17:14.719Z | Checking flagset v0.4.5 |
1678 | 2024-09-24T03:17:14.934Z | Checking adler v1.0.2 |
1679 | 2024-09-24T03:17:14.968Z | Checking der v0.7.9 |
1680 | 2024-09-24T03:17:15.094Z | Checking miniz_oxide v0.7.2 |
1681 | 2024-09-24T03:17:15.397Z | Checking futures-executor v0.3.30 |
1682 | 2024-09-24T03:17:15.534Z | Checking pbkdf2 v0.12.2 |
1683 | 2024-09-24T03:17:15.641Z | Checking aes v0.8.4 |
1684 | 2024-09-24T03:17:15.706Z | Checking object v0.32.2 |
1685 | 2024-09-24T03:17:16.581Z | Checking rustc-demangle v0.1.24 |
1686 | 2024-09-24T03:17:16.862Z | Checking spki v0.7.3 |
1687 | 2024-09-24T03:17:16.882Z | Checking regex v1.10.6 |
1688 | 2024-09-24T03:17:16.971Z | Checking futures v0.3.30 |
1689 | 2024-09-24T03:17:16.999Z | Checking salsa20 v0.10.2 |
1690 | 2024-09-24T03:17:17.091Z | Checking cbc v0.1.2 |
1691 | 2024-09-24T03:17:17.118Z | Checking mime v0.3.17 |
1692 | 2024-09-24T03:17:17.209Z | Checking base64 v0.21.7 |
1693 | 2024-09-24T03:17:17.306Z | Checking scrypt v0.11.0 |
1694 | 2024-09-24T03:17:17.423Z | Checking http v1.1.0 |
1695 | 2024-09-24T03:17:17.475Z | Checking http-body v0.4.6 |
1696 | 2024-09-24T03:17:17.533Z | Checking pkcs5 v0.7.1 |
1697 | 2024-09-24T03:17:17.673Z | Checking utf8parse v0.2.1 |
1698 | 2024-09-24T03:17:17.831Z | Checking toml_datetime v0.6.8 |
1699 | 2024-09-24T03:17:17.944Z | Checking serde_spanned v0.6.7 |
1700 | 2024-09-24T03:17:17.990Z | Checking tokio-util v0.7.11 |
1701 | 2024-09-24T03:17:18.049Z | Checking pkcs8 v0.10.2 |
1702 | 2024-09-24T03:17:18.086Z | Checking ipnet v2.9.0 |
1703 | 2024-09-24T03:17:18.122Z | Checking data-encoding v2.6.0 |
1704 | 2024-09-24T03:17:18.353Z | Checking sha1 v0.10.6 |
1705 | 2024-09-24T03:17:18.558Z | Checking foreign-types-shared v0.1.1 |
1706 | 2024-09-24T03:17:18.588Z | Checking addr2line v0.21.0 |
1707 | 2024-09-24T03:17:18.641Z | Checking openssl-probe v0.1.5 |
1708 | 2024-09-24T03:17:18.670Z | Checking anstyle v1.0.8 |
1709 | 2024-09-24T03:17:18.733Z | Checking foreign-types v0.3.2 |
1710 | 2024-09-24T03:17:18.778Z | Checking serde_urlencoded v0.7.1 |
1711 | 2024-09-24T03:17:18.803Z | Checking openssl-sys v0.9.103 |
1712 | 2024-09-24T03:17:18.832Z | Checking encoding_rs v0.8.34 |
1713 | 2024-09-24T03:17:18.867Z | Checking h2 v0.3.26 |
1714 | 2024-09-24T03:17:19.044Z | Checking sct v0.7.1 |
1715 | 2024-09-24T03:17:19.085Z | Checking rustls-webpki v0.101.7 |
1716 | 2024-09-24T03:17:19.167Z | Checking semver v1.0.23 |
1717 | 2024-09-24T03:17:19.212Z | Checking atomic-waker v1.1.2 |
1718 | 2024-09-24T03:17:19.351Z | Checking either v1.13.0 |
1719 | 2024-09-24T03:17:19.545Z | Checking anstyle-parse v0.2.4 |
1720 | 2024-09-24T03:17:19.732Z | Checking scroll v0.12.0 |
1721 | 2024-09-24T03:17:19.800Z | Checking rustls v0.21.12 |
1722 | 2024-09-24T03:17:19.827Z | Checking is_terminal_polyfill v1.70.0 |
1723 | 2024-09-24T03:17:19.954Z | Checking plain v0.2.3 |
1724 | 2024-09-24T03:17:20.134Z | Checking anstyle-query v1.0.3 |
1725 | 2024-09-24T03:17:20.140Z | Checking openssl v0.10.66 |
1726 | 2024-09-24T03:17:20.174Z | Checking ucd-trie v0.1.6 |
1727 | 2024-09-24T03:17:20.241Z | Checking base64 v0.22.1 |
1728 | 2024-09-24T03:17:20.382Z | Checking colorchoice v1.0.1 |
1729 | 2024-09-24T03:17:20.524Z | Checking anstream v0.6.14 |
1730 | 2024-09-24T03:17:20.732Z | Checking pest v2.7.10 |
1731 | 2024-09-24T03:17:20.852Z | Checking goblin v0.8.2 |
1732 | 2024-09-24T03:17:20.891Z | Checking terminal_size v0.3.0 |
1733 | 2024-09-24T03:17:21.051Z | Checking openapiv3 v2.0.0 |
1734 | 2024-09-24T03:17:21.119Z | Checking idna v0.3.0 |
1735 | 2024-09-24T03:17:21.519Z | Checking backtrace v0.3.71 |
1736 | 2024-09-24T03:17:22.030Z | Checking signature v2.2.0 |
1737 | 2024-09-24T03:17:22.056Z | Checking anyhow v1.0.89 |
1738 | 2024-09-24T03:17:22.307Z | Checking strsim v0.11.1 |
1739 | 2024-09-24T03:17:22.431Z | Checking clap_lex v0.7.0 |
1740 | 2024-09-24T03:17:22.521Z | Checking pretty-hex v0.4.1 |
1741 | 2024-09-24T03:17:22.678Z | Checking psl-types v2.0.11 |
1742 | 2024-09-24T03:17:22.704Z | Checking bitflags v1.3.2 |
1743 | 2024-09-24T03:17:22.802Z | Checking clap_builder v4.5.15 |
1744 | 2024-09-24T03:17:22.868Z | Checking publicsuffix v2.2.3 |
1745 | 2024-09-24T03:17:22.984Z | Checking tokio-rustls v0.24.1 |
1746 | 2024-09-24T03:17:23.121Z | Checking rustls-pemfile v1.0.4 |
1747 | 2024-09-24T03:17:23.123Z | Checking dtrace-parser v0.2.0 |
1748 | 2024-09-24T03:17:23.373Z | Checking cookie v0.17.0 |
1749 | 2024-09-24T03:17:23.403Z | Checking thread-id v4.2.1 |
1750 | 2024-09-24T03:17:23.463Z | Checking memmap v0.7.0 |
1751 | 2024-09-24T03:17:23.651Z | Checking sync_wrapper v0.1.2 |
1752 | 2024-09-24T03:17:23.676Z | Checking base16ct v0.2.0 |
1753 | 2024-09-24T03:17:23.746Z | Checking cookie_store v0.20.0 |
1754 | 2024-09-24T03:17:23.786Z | Checking webpki-roots v0.25.4 |
1755 | 2024-09-24T03:17:23.873Z | Checking sec1 v0.7.3 |
1756 | 2024-09-24T03:17:23.959Z | Checking num-integer v0.1.46 |
1757 | 2024-09-24T03:17:24.276Z | Checking ff v0.13.0 |
1758 | 2024-09-24T03:17:24.375Z | Checking winnow v0.6.18 |
1759 | 2024-09-24T03:17:24.473Z | Checking hkdf v0.12.4 |
1760 | 2024-09-24T03:17:24.491Z | Checking group v0.13.0 |
1761 | 2024-09-24T03:17:24.584Z | Checking crypto-bigint v0.5.5 |
1762 | 2024-09-24T03:17:24.677Z | Checking static_assertions v1.1.0 |
1763 | 2024-09-24T03:17:24.740Z | Checking stable_deref_trait v1.2.0 |
1764 | 2024-09-24T03:17:24.777Z | Checking num-iter v0.1.45 |
1765 | 2024-09-24T03:17:24.846Z | Checking crc32fast v1.4.0 |
1766 | 2024-09-24T03:17:24.947Z | Checking unicode-segmentation v1.11.0 |
1767 | 2024-09-24T03:17:24.998Z | Checking hyper v0.14.30 |
1768 | 2024-09-24T03:17:25.103Z | Checking bstr v1.9.1 |
1769 | 2024-09-24T03:17:25.384Z | Checking native-tls v0.2.11 |
1770 | 2024-09-24T03:17:25.592Z | Checking rfc6979 v0.4.0 |
1771 | 2024-09-24T03:17:25.715Z | Checking tokio-native-tls v0.3.1 |
1772 | 2024-09-24T03:17:25.765Z | Checking hex v0.4.3 |
1773 | 2024-09-24T03:17:25.795Z | Checking clap v4.5.16 |
1774 | 2024-09-24T03:17:25.862Z | Checking dof v0.3.0 |
1775 | 2024-09-24T03:17:25.922Z | Checking crossbeam-epoch v0.9.18 |
1776 | 2024-09-24T03:17:25.969Z | Checking pin-project v1.1.5 |
1777 | 2024-09-24T03:17:26.031Z | Checking adler2 v2.0.0 |
1778 | 2024-09-24T03:17:26.092Z | Checking managed v0.8.0 |
1779 | 2024-09-24T03:17:26.195Z | Checking winnow v0.5.40 |
1780 | 2024-09-24T03:17:26.283Z | Checking miniz_oxide v0.8.0 |
1781 | 2024-09-24T03:17:26.359Z | Checking num-bigint-dig v0.8.4 |
1782 | 2024-09-24T03:17:26.463Z | Checking pkcs1 v0.7.5 |
1783 | 2024-09-24T03:17:26.480Z | Checking usdt-impl v0.5.0 |
1784 | 2024-09-24T03:17:26.861Z | Checking curve25519-dalek v4.1.3 |
1785 | 2024-09-24T03:17:27.028Z | Checking zerocopy v0.6.6 |
1786 | 2024-09-24T03:17:27.032Z | Checking usdt v0.5.0 |
1787 | 2024-09-24T03:17:27.259Z | Checking toml_edit v0.22.20 |
1788 | 2024-09-24T03:17:27.286Z | Checking elliptic-curve v0.13.8 |
1789 | 2024-09-24T03:17:27.311Z | Checking signal-hook v0.3.17 |
1790 | 2024-09-24T03:17:27.655Z | Checking flate2 v1.0.33 |
1791 | 2024-09-24T03:17:27.828Z | Checking ed25519 v2.2.3 |
1792 | 2024-09-24T03:17:27.974Z | Checking ecdsa v0.16.9 |
1793 | 2024-09-24T03:17:28.149Z | Checking http-body v1.0.0 |
1794 | 2024-09-24T03:17:28.341Z | Checking mio v0.8.11 |
1795 | 2024-09-24T03:17:28.366Z | Checking siphasher v0.3.11 |
1796 | 2024-09-24T03:17:28.506Z | Checking rsa v0.9.6 |
1797 | 2024-09-24T03:17:28.670Z | Checking itertools v0.10.5 |
1798 | 2024-09-24T03:17:28.701Z | Checking ed25519-dalek v2.1.1 |
1799 | 2024-09-24T03:17:28.726Z | Checking h2 v0.4.6 |
1800 | 2024-09-24T03:17:28.955Z | Checking signal-hook-mio v0.2.4 |
1801 | 2024-09-24T03:17:29.095Z | Checking x509-cert v0.2.5 |
1802 | 2024-09-24T03:17:29.120Z | Checking idna v0.4.0 |
1803 | 2024-09-24T03:17:29.194Z | Checking toml_edit v0.19.15 |
1804 | 2024-09-24T03:17:29.555Z | Checking hubpack v0.1.2 |
1805 | 2024-09-24T03:17:29.890Z | Checking tower-layer v0.3.2 |
1806 | 2024-09-24T03:17:29.911Z | Checking bit-vec v0.6.3 |
1807 | 2024-09-24T03:17:29.957Z | Checking hickory-proto v0.24.1 |
1808 | 2024-09-24T03:17:30.071Z | Checking tower v0.4.13 |
1809 | 2024-09-24T03:17:30.188Z | Checking bit-set v0.5.3 |
1810 | 2024-09-24T03:17:30.449Z | Checking itertools v0.12.1 |
1811 | 2024-09-24T03:17:30.661Z | Checking hash32 v0.2.1 |
1812 | 2024-09-24T03:17:30.782Z | Checking predicates-core v1.0.6 |
1813 | 2024-09-24T03:17:30.853Z | Checking finl_unicode v1.2.0 |
1814 | 2024-09-24T03:17:30.983Z | Checking heapless v0.7.17 |
1815 | 2024-09-24T03:17:31.009Z | Checking similar v2.6.0 |
1816 | 2024-09-24T03:17:31.046Z | Checking hyper-tls v0.5.0 |
1817 | 2024-09-24T03:17:31.355Z | Checking hyper-rustls v0.24.2 |
1818 | 2024-09-24T03:17:31.442Z | Checking stringprep v0.1.4 |
1819 | 2024-09-24T03:17:31.647Z | Checking reqwest v0.11.27 |
1820 | 2024-09-24T03:17:31.670Z | Checking toml v0.7.8 |
1821 | 2024-09-24T03:17:31.715Z | Checking tokio-stream v0.1.15 |
1822 | 2024-09-24T03:17:31.839Z | Checking console v0.15.8 |
1823 | 2024-09-24T03:17:31.981Z | Checking md-5 v0.10.6 |
1824 | 2024-09-24T03:17:32.210Z | Checking float-cmp v0.9.0 |
1825 | 2024-09-24T03:17:32.389Z | Checking fixedbitset v0.4.2 |
1826 | 2024-09-24T03:17:32.392Z | Checking normalize-line-endings v0.3.0 |
1827 | 2024-09-24T03:17:32.429Z | Checking fallible-iterator v0.2.0 |
1828 | 2024-09-24T03:17:32.508Z | Checking difflib v0.4.0 |
1829 | 2024-09-24T03:17:32.536Z | Checking smoltcp v0.9.1 |
1830 | 2024-09-24T03:17:32.659Z | Checking petgraph v0.6.5 |
1831 | 2024-09-24T03:17:32.842Z | Checking predicates v3.1.2 |
1832 | 2024-09-24T03:17:32.970Z | Checking phf_shared v0.11.2 |
1833 | 2024-09-24T03:17:33.049Z | Checking postgres-protocol v0.6.7 |
1834 | 2024-09-24T03:17:33.284Z | Checking phf_shared v0.10.0 |
1835 | 2024-09-24T03:17:33.313Z | Checking fs-err v2.11.0 |
1836 | 2024-09-24T03:17:33.526Z | Checking serde-big-array v0.5.1 |
1837 | 2024-09-24T03:17:33.569Z | Checking lalrpop-util v0.19.12 |
1838 | 2024-09-24T03:17:33.718Z | Checking new_debug_unreachable v1.0.6 |
1839 | 2024-09-24T03:17:33.749Z | Checking minimal-lexical v0.2.1 |
1840 | 2024-09-24T03:17:33.816Z | Checking precomputed-hash v0.1.1 |
1841 | 2024-09-24T03:17:33.858Z | Checking postgres-types v0.2.7 |
1842 | 2024-09-24T03:17:33.884Z | Checking phf v0.11.2 |
1843 | 2024-09-24T03:17:33.925Z | Checking string_cache v0.8.7 |
1844 | 2024-09-24T03:17:34.012Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1845 | 2024-09-24T03:17:34.135Z | Checking nom v7.1.3 |
1846 | 2024-09-24T03:17:34.157Z | Checking peg-runtime v0.8.3 |
1847 | 2024-09-24T03:17:34.238Z | Checking whoami v1.5.1 |
1848 | 2024-09-24T03:17:34.510Z | Compiling regress v0.9.1 |
1849 | 2024-09-24T03:17:34.537Z | Checking camino v1.1.9 |
1850 | 2024-09-24T03:17:34.560Z | Checking tokio-postgres v0.7.11 |
1851 | 2024-09-24T03:17:34.637Z | Compiling getopts v0.2.21 |
1852 | 2024-09-24T03:17:34.902Z | Checking hyper v1.4.1 |
1853 | 2024-09-24T03:17:35.104Z | Compiling unsafe-libyaml v0.2.11 |
1854 | 2024-09-24T03:17:35.607Z | Checking heck v0.5.0 |
1855 | 2024-09-24T03:17:35.811Z | Checking is-terminal v0.4.12 |
1856 | 2024-09-24T03:17:35.914Z | Compiling ident_case v1.0.1 |
1857 | 2024-09-24T03:17:36.093Z | Compiling darling_core v0.20.9 |
1858 | 2024-09-24T03:17:36.952Z | Checking hyper-util v0.1.7 |
1859 | 2024-09-24T03:17:36.978Z | Compiling serde_yaml v0.9.34+deprecated |
1860 | 2024-09-24T03:17:37.051Z | Compiling paste v1.0.15 |
1861 | 2024-09-24T03:17:37.518Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1862 | 2024-09-24T03:17:38.212Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1863 | 2024-09-24T03:17:38.889Z | Compiling rustls v0.22.4 |
1864 | 2024-09-24T03:17:38.979Z | Checking dirs-sys-next v0.1.2 |
1865 | 2024-09-24T03:17:39.154Z | Checking fastrand v2.1.0 |
1866 | 2024-09-24T03:17:39.213Z | Checking dirs-next v2.0.0 |
1867 | 2024-09-24T03:17:39.357Z | Checking crossbeam-channel v0.5.12 |
1868 | 2024-09-24T03:17:39.385Z | Checking thread_local v1.1.8 |
1869 | 2024-09-24T03:17:39.470Z | Checking rustls-pki-types v1.7.0 |
1870 | 2024-09-24T03:17:39.655Z | Checking term v0.7.0 |
1871 | 2024-09-24T03:17:39.671Z | Compiling multer v3.1.0 |
1872 | 2024-09-24T03:17:39.910Z | Checking take_mut v0.2.2 |
1873 | 2024-09-24T03:17:40.047Z | Compiling async-stream-impl v0.3.5 |
1874 | 2024-09-24T03:17:40.073Z | Checking rustls-webpki v0.102.4 |
1875 | 2024-09-24T03:17:40.076Z | Checking slog-term v2.9.1 |
1876 | 2024-09-24T03:17:40.118Z | Checking slog-async v2.8.0 |
1877 | 2024-09-24T03:17:40.417Z | Checking match_cfg v0.1.0 |
1878 | 2024-09-24T03:17:40.512Z | Checking hostname v0.3.1 |
1879 | 2024-09-24T03:17:40.595Z | Checking strum v0.26.3 |
1880 | 2024-09-24T03:17:40.647Z | Checking toml v0.8.19 |
1881 | 2024-09-24T03:17:40.758Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1882 | 2024-09-24T03:17:40.837Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1883 | 2024-09-24T03:17:41.146Z | Checking rustls-pemfile v2.1.3 |
1884 | 2024-09-24T03:17:41.338Z | Checking debug-ignore v1.0.5 |
1885 | 2024-09-24T03:17:41.382Z | Checking slog-json v2.6.1 |
1886 | 2024-09-24T03:17:41.447Z | Checking async-stream v0.3.5 |
1887 | 2024-09-24T03:17:41.638Z | Checking waitgroup v0.1.2 |
1888 | 2024-09-24T03:17:41.662Z | Checking slog-bunyan v2.5.0 |
1889 | 2024-09-24T03:17:41.823Z | Checking serde_path_to_error v0.1.16 |
1890 | 2024-09-24T03:17:41.841Z | Checking hostname v0.4.0 |
1891 | 2024-09-24T03:17:41.861Z | Checking tempfile v3.10.1 |
1892 | 2024-09-24T03:17:41.934Z | Checking ipnetwork v0.20.0 |
1893 | 2024-09-24T03:17:41.984Z | Checking instant v0.1.12 |
1894 | 2024-09-24T03:17:42.111Z | Compiling structmeta-derive v0.3.0 |
1895 | 2024-09-24T03:17:42.233Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1896 | 2024-09-24T03:17:42.307Z | Checking quick-error v1.2.3 |
1897 | 2024-09-24T03:17:42.353Z | Checking newtype-uuid v1.1.0 |
1898 | 2024-09-24T03:17:42.453Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1899 | 2024-09-24T03:17:42.592Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1900 | 2024-09-24T03:17:42.908Z | Checking macaddr v1.0.1 |
1901 | 2024-09-24T03:17:43.023Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1902 | 2024-09-24T03:17:43.118Z | Compiling darling_macro v0.20.9 |
1903 | 2024-09-24T03:17:43.198Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1904 | 2024-09-24T03:17:43.240Z | Checking backoff v0.4.0 |
1905 | 2024-09-24T03:17:43.272Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1906 | 2024-09-24T03:17:43.437Z | Checking wait-timeout v0.2.0 |
1907 | 2024-09-24T03:17:43.550Z | Checking rand_xorshift v0.3.0 |
1908 | 2024-09-24T03:17:43.572Z | Compiling structmeta-derive v0.2.0 |
1909 | 2024-09-24T03:17:43.612Z | Checking rusty-fork v0.3.0 |
1910 | 2024-09-24T03:17:43.732Z | Checking unarray v0.1.4 |
1911 | 2024-09-24T03:17:43.894Z | Checking camino-tempfile v1.1.1 |
1912 | 2024-09-24T03:17:43.981Z | Checking proptest v1.5.0 |
1913 | 2024-09-24T03:17:44.102Z | Compiling darling v0.20.9 |
1914 | 2024-09-24T03:17:44.163Z | Compiling proc-macro-error v1.0.4 |
1915 | 2024-09-24T03:17:44.228Z | Compiling serde_with_macros v3.9.0 |
1916 | 2024-09-24T03:17:44.659Z | Checking tokio-rustls v0.25.0 |
1917 | 2024-09-24T03:17:44.869Z | Compiling proc-macro-crate v1.3.1 |
1918 | 2024-09-24T03:17:45.073Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1919 | 2024-09-24T03:17:45.141Z | Compiling structmeta v0.3.0 |
1920 | 2024-09-24T03:17:45.455Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1921 | 2024-09-24T03:17:45.586Z | Compiling parse-display-derive v0.10.0 |
1922 | 2024-09-24T03:17:45.788Z | Compiling foreign-types-macros v0.2.3 |
1923 | 2024-09-24T03:17:45.978Z | Compiling num_enum_derive v0.5.11 |
1924 | 2024-09-24T03:17:46.519Z | Compiling structmeta v0.2.0 |
1925 | 2024-09-24T03:17:46.984Z | Compiling test-strategy v0.3.1 |
1926 | 2024-09-24T03:17:47.124Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1927 | 2024-09-24T03:17:47.252Z | Checking serde_with v3.9.0 |
1928 | 2024-09-24T03:17:47.432Z | Checking foreign-types-shared v0.3.1 |
1929 | 2024-09-24T03:17:47.560Z | Checking foreign-types v0.5.0 |
1930 | 2024-09-24T03:17:48.094Z | Checking tabwriter v1.4.0 |
1931 | 2024-09-24T03:17:48.356Z | Checking cstr-argument v0.1.2 |
1932 | 2024-09-24T03:17:48.533Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1933 | 2024-09-24T03:17:48.558Z | Checking pretty-hex v0.2.1 |
1934 | 2024-09-24T03:17:48.708Z | Checking num_enum v0.5.11 |
1935 | 2024-09-24T03:17:48.733Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1936 | 2024-09-24T03:17:48.872Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1937 | 2024-09-24T03:17:49.047Z | Checking colored v2.1.0 |
1938 | 2024-09-24T03:17:49.168Z | Checking socket2 v0.4.10 |
1939 | 2024-09-24T03:17:49.283Z | Checking smf v0.2.3 |
1940 | 2024-09-24T03:17:49.335Z | Compiling heapless v0.8.0 |
1941 | 2024-09-24T03:17:49.575Z | Checking termtree v0.4.1 |
1942 | 2024-09-24T03:17:49.609Z | Checking hash32 v0.3.1 |
1943 | 2024-09-24T03:17:49.718Z | Compiling crucible-workspace-hack v0.1.0 |
1944 | 2024-09-24T03:17:49.793Z | Checking predicates-tree v1.0.9 |
1945 | 2024-09-24T03:17:49.795Z | Compiling smoltcp v0.11.0 |
1946 | 2024-09-24T03:17:49.956Z | Checking cobs v0.2.3 |
1947 | 2024-09-24T03:17:50.049Z | Checking humantime v2.1.0 |
1948 | 2024-09-24T03:17:50.135Z | Checking embedded-io v0.4.0 |
1949 | 2024-09-24T03:17:50.195Z | Checking parse-display v0.10.0 |
1950 | 2024-09-24T03:17:50.351Z | Checking postcard v1.0.8 |
1951 | 2024-09-24T03:17:50.419Z | Checking sigpipe v0.1.3 |
1952 | 2024-09-24T03:17:50.492Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1953 | 2024-09-24T03:17:50.506Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1954 | 2024-09-24T03:17:50.534Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1955 | 2024-09-24T03:17:50.596Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1956 | 2024-09-24T03:17:50.663Z | Compiling mockall_derive v0.13.0 |
1957 | 2024-09-24T03:17:50.828Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1958 | 2024-09-24T03:17:50.944Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1959 | 2024-09-24T03:17:51.023Z | Compiling zone_cfg_derive v0.3.0 |
1960 | 2024-09-24T03:17:51.120Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1961 | 2024-09-24T03:17:51.163Z | Compiling num-derive v0.4.2 |
1962 | 2024-09-24T03:17:51.386Z | Checking fragile v2.0.0 |
1963 | 2024-09-24T03:17:51.478Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1964 | 2024-09-24T03:17:51.654Z | Checking downcast v0.11.0 |
1965 | 2024-09-24T03:17:51.834Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1966 | 2024-09-24T03:17:51.866Z | Checking utf-8 v0.7.6 |
1967 | 2024-09-24T03:17:52.078Z | Checking atomicwrites v0.4.4 |
1968 | 2024-09-24T03:17:52.102Z | Checking tungstenite v0.21.0 |
1969 | 2024-09-24T03:17:52.265Z | Checking newline-converter v0.3.0 |
1970 | 2024-09-24T03:17:52.441Z | Compiling convert_case v0.4.0 |
1971 | 2024-09-24T03:17:52.544Z | Checking zone v0.3.0 |
1972 | 2024-09-24T03:17:52.724Z | Checking expectorate v1.1.0 |
1973 | 2024-09-24T03:17:52.898Z | Checking same-file v1.0.6 |
1974 | 2024-09-24T03:17:52.958Z | Checking tokio-tungstenite v0.21.0 |
1975 | 2024-09-24T03:17:53.108Z | Checking walkdir v2.5.0 |
1976 | 2024-09-24T03:17:53.296Z | Checking arc-swap v1.7.1 |
1977 | 2024-09-24T03:17:53.375Z | Checking xattr v1.3.1 |
1978 | 2024-09-24T03:17:53.495Z | Checking filetime v0.2.25 |
1979 | 2024-09-24T03:17:53.498Z | Compiling derive_more v0.99.18 |
1980 | 2024-09-24T03:17:53.543Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
1981 | 2024-09-24T03:17:53.573Z | Checking termcolor v1.4.1 |
1982 | 2024-09-24T03:17:53.755Z | Checking tar v0.4.41 |
1983 | 2024-09-24T03:17:53.762Z | Checking slog-scope v4.4.0 |
1984 | 2024-09-24T03:17:53.919Z | Checking slog-stdlog v4.1.1 |
1985 | 2024-09-24T03:17:53.988Z | Checking swrite v0.1.0 |
1986 | 2024-09-24T03:17:54.029Z | Compiling cancel-safe-futures v0.1.5 |
1987 | 2024-09-24T03:17:54.086Z | Checking slog-envlogger v2.2.0 |
1988 | 2024-09-24T03:17:54.110Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1989 | 2024-09-24T03:17:54.112Z | Compiling derive-where v1.2.7 |
1990 | 2024-09-24T03:17:54.292Z | Checking libsw v3.3.1 |
1991 | 2024-09-24T03:17:54.466Z | Checking owo-colors v4.0.0 |
1992 | 2024-09-24T03:17:54.543Z | Checking indent_write v2.2.0 |
1993 | 2024-09-24T03:17:54.753Z | Checking linear-map v1.2.0 |
1994 | 2024-09-24T03:17:54.885Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1995 | 2024-09-24T03:17:55.068Z | Checking password-hash v0.5.0 |
1996 | 2024-09-24T03:17:55.233Z | Checking blake2 v0.10.6 |
1997 | 2024-09-24T03:17:55.511Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1998 | 2024-09-24T03:17:55.539Z | Checking num-rational v0.4.2 |
1999 | 2024-09-24T03:17:55.683Z | Checking argon2 v0.5.3 |
2000 | 2024-09-24T03:17:56.188Z | Checking num-complex v0.4.6 |
2001 | 2024-09-24T03:17:56.283Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2002 | 2024-09-24T03:17:56.372Z | Checking atty v0.2.14 |
2003 | 2024-09-24T03:17:56.395Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2004 | 2024-09-24T03:17:56.499Z | Checking float-ord v0.3.2 |
2005 | 2024-09-24T03:17:56.654Z | Checking pem v3.0.4 |
2006 | 2024-09-24T03:17:56.751Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2007 | 2024-09-24T03:17:57.115Z | Checking num v0.4.3 |
2008 | 2024-09-24T03:17:57.269Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2009 | 2024-09-24T03:17:57.556Z | Checking tungstenite v0.20.1 |
2010 | 2024-09-24T03:17:57.638Z | Checking env_logger v0.9.3 |
2011 | 2024-09-24T03:17:57.663Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2012 | 2024-09-24T03:17:57.733Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2013 | 2024-09-24T03:17:58.084Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2014 | 2024-09-24T03:17:58.109Z | Compiling bitstruct_derive v0.1.0 |
2015 | 2024-09-24T03:17:58.188Z | Checking ascii v1.1.0 |
2016 | 2024-09-24T03:17:58.448Z | Checking tokio-tungstenite v0.20.1 |
2017 | 2024-09-24T03:17:58.583Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2018 | 2024-09-24T03:17:58.671Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2019 | 2024-09-24T03:17:58.844Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2020 | 2024-09-24T03:17:58.909Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2021 | 2024-09-24T03:17:59.089Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2022 | 2024-09-24T03:17:59.168Z | Checking mockall v0.13.0 |
2023 | 2024-09-24T03:17:59.218Z | Checking erased-serde v0.3.31 |
2024 | 2024-09-24T03:17:59.356Z | Checking serde_arrays v0.1.0 |
2025 | 2024-09-24T03:17:59.417Z | Compiling heck v0.3.3 |
2026 | 2024-09-24T03:17:59.478Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2027 | 2024-09-24T03:17:59.513Z | Checking bitstruct v0.1.1 |
2028 | 2024-09-24T03:17:59.534Z | Checking yasna v0.5.2 |
2029 | 2024-09-24T03:17:59.626Z | Checking headers-core v0.2.0 |
2030 | 2024-09-24T03:17:59.774Z | Checking base64 v0.13.1 |
2031 | 2024-09-24T03:17:59.860Z | Compiling zone_cfg_derive v0.1.2 |
2032 | 2024-09-24T03:18:00.177Z | Checking ron v0.7.1 |
2033 | 2024-09-24T03:18:00.293Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2034 | 2024-09-24T03:18:00.419Z | Checking rcgen v0.12.1 |
2035 | 2024-09-24T03:18:00.718Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2036 | 2024-09-24T03:18:00.866Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2037 | 2024-09-24T03:18:01.269Z | Checking headers v0.3.9 |
2038 | 2024-09-24T03:18:01.324Z | Checking portpicker v0.1.1 |
2039 | 2024-09-24T03:18:01.486Z | Checking zone v0.1.8 |
2040 | 2024-09-24T03:18:01.490Z | Checking subprocess v0.2.9 |
2041 | 2024-09-24T03:18:01.517Z | Checking half v2.4.1 |
2042 | 2024-09-24T03:18:01.991Z | Checking highway v1.2.0 |
2043 | 2024-09-24T03:18:02.014Z | Checking ciborium-io v0.2.2 |
2044 | 2024-09-24T03:18:02.034Z | Compiling prettyplease v0.2.20 |
2045 | 2024-09-24T03:18:02.137Z | Checking ciborium-ll v0.2.2 |
2046 | 2024-09-24T03:18:02.226Z | Compiling semver v0.1.20 |
2047 | 2024-09-24T03:18:02.323Z | Compiling cookie v0.18.1 |
2048 | 2024-09-24T03:18:02.378Z | Compiling rayon-core v1.12.1 |
2049 | 2024-09-24T03:18:02.418Z | Checking ciborium v0.2.2 |
2050 | 2024-09-24T03:18:02.644Z | Compiling rustc_version v0.1.7 |
2051 | 2024-09-24T03:18:02.719Z | Checking linked-hash-map v0.5.6 |
2052 | 2024-09-24T03:18:02.870Z | Checking resolv-conf v0.7.0 |
2053 | 2024-09-24T03:18:03.093Z | Checking lru-cache v0.1.2 |
2054 | 2024-09-24T03:18:03.139Z | Compiling newtype_derive v0.1.6 |
2055 | 2024-09-24T03:18:03.290Z | Checking hickory-resolver v0.24.1 |
2056 | 2024-09-24T03:18:03.475Z | Compiling home v0.5.9 |
2057 | 2024-09-24T03:18:03.669Z | Checking steno v0.4.1 |
2058 | 2024-09-24T03:18:05.164Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2059 | 2024-09-24T03:18:07.758Z | Compiling slog-dtrace v0.3.0 |
2060 | 2024-09-24T03:18:07.813Z | Checking display-error-chain v0.2.1 |
2061 | 2024-09-24T03:18:07.999Z | Compiling blake3 v1.5.1 |
2062 | 2024-09-24T03:18:08.393Z | Compiling ring v0.16.20 |
2063 | 2024-09-24T03:18:08.635Z | Checking keccak v0.1.5 |
2064 | 2024-09-24T03:18:08.919Z | Checking sha3 v0.10.8 |
2065 | 2024-09-24T03:18:09.213Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2066 | 2024-09-24T03:18:09.268Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2067 | 2024-09-24T03:18:09.288Z | Checking itertools v0.13.0 |
2068 | 2024-09-24T03:18:09.344Z | Checking universal-hash v0.5.1 |
2069 | 2024-09-24T03:18:09.398Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2070 | 2024-09-24T03:18:09.535Z | Checking secrecy v0.8.0 |
2071 | 2024-09-24T03:18:09.750Z | Checking opaque-debug v0.3.1 |
2072 | 2024-09-24T03:18:09.859Z | Checking aead v0.5.2 |
2073 | 2024-09-24T03:18:09.873Z | Checking poly1305 v0.8.0 |
2074 | 2024-09-24T03:18:10.062Z | Checking chacha20 v0.9.1 |
2075 | 2024-09-24T03:18:10.350Z | Compiling crossbeam-deque v0.8.5 |
2076 | 2024-09-24T03:18:11.512Z | Compiling rayon v1.10.0 |
2077 | 2024-09-24T03:18:11.630Z | Checking gethostname v0.5.0 |
2078 | 2024-09-24T03:18:11.761Z | Compiling memmap2 v0.9.4 |
2079 | 2024-09-24T03:18:11.880Z | Compiling arrayref v0.3.7 |
2080 | 2024-09-24T03:18:11.992Z | Compiling untrusted v0.7.1 |
2081 | 2024-09-24T03:18:12.126Z | Compiling spin v0.5.2 |
2082 | 2024-09-24T03:18:12.187Z | Compiling arrayvec v0.7.4 |
2083 | 2024-09-24T03:18:12.210Z | Compiling constant_time_eq v0.3.0 |
2084 | 2024-09-24T03:18:12.484Z | Compiling toolchain_find v0.4.0 |
2085 | 2024-09-24T03:18:12.593Z | Compiling thiserror-impl-no-std v2.0.2 |
2086 | 2024-09-24T03:18:12.860Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2087 | 2024-09-24T03:18:13.180Z | Compiling topological-sort v0.2.2 |
2088 | 2024-09-24T03:18:13.236Z | Compiling rustfmt-wrapper v0.2.1 |
2089 | 2024-09-24T03:18:13.427Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2090 | 2024-09-24T03:18:13.853Z | Checking chacha20poly1305 v0.10.1 |
2091 | 2024-09-24T03:18:14.018Z | Checking nibble_vec v0.1.0 |
2092 | 2024-09-24T03:18:14.072Z | Checking endian-type v0.1.2 |
2093 | 2024-09-24T03:18:14.207Z | Checking fxhash v0.2.1 |
2094 | 2024-09-24T03:18:14.269Z | Checking radix_trie v0.2.1 |
2095 | 2024-09-24T03:18:14.402Z | Checking maplit v1.0.2 |
2096 | 2024-09-24T03:18:14.524Z | Compiling radium v0.7.0 |
2097 | 2024-09-24T03:18:14.690Z | Compiling maybe-uninit v2.0.0 |
2098 | 2024-09-24T03:18:14.938Z | Checking tap v1.0.1 |
2099 | 2024-09-24T03:18:15.111Z | Checking wyz v0.5.1 |
2100 | 2024-09-24T03:18:15.305Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2101 | 2024-09-24T03:18:15.392Z | Checking crc-catalog v2.4.0 |
2102 | 2024-09-24T03:18:15.512Z | Compiling packed_struct v0.10.1 |
2103 | 2024-09-24T03:18:15.540Z | Checking funty v2.0.0 |
2104 | 2024-09-24T03:18:15.851Z | Checking thiserror-no-std v2.0.2 |
2105 | 2024-09-24T03:18:15.965Z | Checking vsss-rs v3.3.4 |
2106 | 2024-09-24T03:18:16.038Z | Checking crc v3.2.1 |
2107 | 2024-09-24T03:18:16.283Z | Checking kstat-rs v0.2.4 |
2108 | 2024-09-24T03:18:16.425Z | Compiling omicron-zone-package v0.11.0 |
2109 | 2024-09-24T03:18:16.471Z | Checking bitvec v1.0.1 |
2110 | 2024-09-24T03:18:16.614Z | Compiling packed_struct_codegen v0.10.1 |
2111 | 2024-09-24T03:18:17.014Z | Compiling indexmap v1.9.3 |
2112 | 2024-09-24T03:18:17.318Z | Compiling libefi-sys v0.1.0 |
2113 | 2024-09-24T03:18:17.627Z | Checking nodrop v0.1.14 |
2114 | 2024-09-24T03:18:17.741Z | Checking array-init v0.0.4 |
2115 | 2024-09-24T03:18:17.901Z | Checking smallvec v0.6.14 |
2116 | 2024-09-24T03:18:17.993Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2117 | 2024-09-24T03:18:18.285Z | Compiling async-recursion v1.1.1 |
2118 | 2024-09-24T03:18:18.465Z | Compiling bitfield-struct v0.6.1 |
2119 | 2024-09-24T03:18:18.750Z | Checking bitfield v0.14.0 |
2120 | 2024-09-24T03:18:19.039Z | Checking hashbrown v0.12.3 |
2121 | 2024-09-24T03:18:19.309Z | Checking serde-hex v0.1.0 |
2122 | 2024-09-24T03:18:19.915Z | Checking bzip2 v0.4.4 |
2123 | 2024-09-24T03:18:19.950Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2024-09-24T03:18:19.976Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2125 | 2024-09-24T03:18:20.226Z | Checking env_logger v0.10.2 |
2126 | 2024-09-24T03:18:20.248Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2127 | 2024-09-24T03:18:20.515Z | Checking ron v0.8.1 |
2128 | 2024-09-24T03:18:20.542Z | Checking hashbrown v0.13.2 |
2129 | 2024-09-24T03:18:20.656Z | Checking crc-any v2.5.0 |
2130 | 2024-09-24T03:18:20.722Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2131 | 2024-09-24T03:18:20.843Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2132 | 2024-09-24T03:18:21.267Z | Checking zip v0.6.6 |
2133 | 2024-09-24T03:18:21.296Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2134 | 2024-09-24T03:18:21.540Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2135 | 2024-09-24T03:18:21.578Z | Checking object v0.30.4 |
2136 | 2024-09-24T03:18:21.772Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2137 | 2024-09-24T03:18:21.979Z | Checking path-slash v0.1.5 |
2138 | 2024-09-24T03:18:22.046Z | Compiling parking_lot_core v0.8.6 |
2139 | 2024-09-24T03:18:22.133Z | Checking glob v0.3.1 |
2140 | 2024-09-24T03:18:22.317Z | Checking hickory-client v0.24.1 |
2141 | 2024-09-24T03:18:22.443Z | Checking hickory-server v0.24.1 |
2142 | 2024-09-24T03:18:22.804Z | Checking crossterm v0.28.1 |
2143 | 2024-09-24T03:18:22.831Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2144 | 2024-09-24T03:18:22.922Z | Checking parking_lot v0.11.2 |
2145 | 2024-09-24T03:18:22.957Z | Checking primeorder v0.13.6 |
2146 | 2024-09-24T03:18:23.328Z | Compiling unicase v2.7.0 |
2147 | 2024-09-24T03:18:23.331Z | Checking sled v0.34.7 |
2148 | 2024-09-24T03:18:23.412Z | Compiling buf-list v1.0.3 |
2149 | 2024-09-24T03:18:24.200Z | Checking nanorand v0.7.0 |
2150 | 2024-09-24T03:18:24.570Z | Compiling vte_generate_state_changes v0.1.1 |
2151 | 2024-09-24T03:18:24.575Z | Checking flume v0.11.0 |
2152 | 2024-09-24T03:18:24.829Z | Compiling salty v0.3.0 |
2153 | 2024-09-24T03:18:25.240Z | Checking p384 v0.13.0 |
2154 | 2024-09-24T03:18:25.259Z | Checking vte v0.11.1 |
2155 | 2024-09-24T03:18:25.315Z | Checking fd-lock v4.0.2 |
2156 | 2024-09-24T03:18:25.526Z | Compiling rustls v0.23.10 |
2157 | 2024-09-24T03:18:25.536Z | Compiling mime_guess v2.0.4 |
2158 | 2024-09-24T03:18:26.173Z | Checking crossterm v0.27.0 |
2159 | 2024-09-24T03:18:26.204Z | Checking env_filter v0.1.2 |
2160 | 2024-09-24T03:18:26.349Z | Checking nu-ansi-term v0.50.0 |
2161 | 2024-09-24T03:18:26.442Z | Checking env_logger v0.11.5 |
2162 | 2024-09-24T03:18:26.648Z | Checking strip-ansi-escapes v0.2.0 |
2163 | 2024-09-24T03:18:26.735Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2164 | 2024-09-24T03:18:26.900Z | Compiling dsl_auto_type v0.1.2 |
2165 | 2024-09-24T03:18:26.926Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2166 | 2024-09-24T03:18:27.134Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2167 | 2024-09-24T03:18:27.264Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2168 | 2024-09-24T03:18:27.322Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2169 | 2024-09-24T03:18:27.513Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2170 | 2024-09-24T03:18:28.573Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2171 | 2024-09-24T03:18:28.613Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2172 | 2024-09-24T03:18:31.355Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2173 | 2024-09-24T03:18:31.602Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2174 | 2024-09-24T03:18:32.143Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2175 | 2024-09-24T03:18:32.467Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2176 | 2024-09-24T03:18:32.946Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2177 | 2024-09-24T03:18:33.894Z | Checking reedline v0.33.0 |
2178 | 2024-09-24T03:18:33.950Z | Checking scheduled-thread-pool v0.2.7 |
2179 | 2024-09-24T03:18:33.975Z | Compiling diesel_table_macro_syntax v0.2.0 |
2180 | 2024-09-24T03:18:34.160Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2181 | 2024-09-24T03:18:34.182Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2182 | 2024-09-24T03:18:34.387Z | Compiling crunchy v0.2.2 |
2183 | 2024-09-24T03:18:34.532Z | Compiling diesel_derives v2.2.2 |
2184 | 2024-09-24T03:18:34.991Z | Checking r2d2 v0.8.10 |
2185 | 2024-09-24T03:18:35.320Z | Checking tokio-rustls v0.26.0 |
2186 | 2024-09-24T03:18:35.740Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2187 | 2024-09-24T03:18:36.033Z | Compiling clang-sys v1.7.0 |
2188 | 2024-09-24T03:18:36.391Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2189 | 2024-09-24T03:18:36.555Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2190 | 2024-09-24T03:18:36.796Z | Checking http-range v0.1.5 |
2191 | 2024-09-24T03:18:36.825Z | Compiling tiny-keccak v2.0.2 |
2192 | 2024-09-24T03:18:36.842Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2193 | 2024-09-24T03:18:36.975Z | Checking hyper-staticfile v0.9.5 |
2194 | 2024-09-24T03:18:37.520Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2195 | 2024-09-24T03:18:37.837Z | Compiling ref-cast v1.0.23 |
2196 | 2024-09-24T03:18:37.844Z | Checking bytecount v0.6.8 |
2197 | 2024-09-24T03:18:37.957Z | Checking papergrid v0.11.0 |
2198 | 2024-09-24T03:18:39.064Z | Compiling ascii-canvas v3.0.0 |
2199 | 2024-09-24T03:18:39.508Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2200 | 2024-09-24T03:18:39.612Z | Compiling tabled_derive v0.7.0 |
2201 | 2024-09-24T03:18:39.813Z | Compiling ena v0.14.3 |
2202 | 2024-09-24T03:18:40.243Z | Compiling ref-cast-impl v1.0.23 |
2203 | 2024-09-24T03:18:41.075Z | Compiling libloading v0.8.3 |
2204 | 2024-09-24T03:18:41.453Z | Compiling regex-syntax v0.6.29 |
2205 | 2024-09-24T03:18:41.526Z | Compiling diff v0.1.13 |
2206 | 2024-09-24T03:18:41.618Z | Compiling bindgen v0.69.4 |
2207 | 2024-09-24T03:18:42.062Z | Compiling cfg_aliases v0.1.1 |
2208 | 2024-09-24T03:18:42.187Z | Compiling nix v0.28.0 |
2209 | 2024-09-24T03:18:42.214Z | Checking tabled v0.15.0 |
2210 | 2024-09-24T03:18:43.107Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2211 | 2024-09-24T03:18:45.282Z | Compiling lalrpop v0.19.12 |
2212 | 2024-09-24T03:18:47.262Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2213 | 2024-09-24T03:18:47.289Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2214 | 2024-09-24T03:18:47.399Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2215 | 2024-09-24T03:18:50.833Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-09-24T03:18:52.364Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2217 | 2024-09-24T03:18:52.996Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2218 | 2024-09-24T03:18:54.329Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2219 | 2024-09-24T03:18:54.551Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2220 | 2024-09-24T03:18:54.844Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2221 | 2024-09-24T03:18:55.422Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2222 | 2024-09-24T03:18:55.542Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2223 | 2024-09-24T03:18:55.763Z | Checking diesel v2.2.4 |
2224 | 2024-09-24T03:18:55.920Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2225 | 2024-09-24T03:18:56.337Z | Compiling which v4.4.2 |
2226 | 2024-09-24T03:18:56.977Z | Compiling cexpr v0.6.0 |
2227 | 2024-09-24T03:18:57.204Z | Compiling rustc-hash v1.1.0 |
2228 | 2024-09-24T03:18:57.374Z | Compiling lazycell v1.3.0 |
2229 | 2024-09-24T03:18:57.582Z | Compiling shlex v1.3.0 |
2230 | 2024-09-24T03:18:58.832Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2231 | 2024-09-24T03:18:59.209Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2232 | 2024-09-24T03:18:59.348Z | Compiling derive_builder_core v0.20.0 |
2233 | 2024-09-24T03:18:59.522Z | Checking signal-hook-tokio v0.3.1 |
2234 | 2024-09-24T03:18:59.768Z | Compiling libxml v0.3.3 |
2235 | 2024-09-24T03:19:00.036Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2236 | 2024-09-24T03:19:00.188Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2237 | 2024-09-24T03:19:01.291Z | Compiling peg-macros v0.8.4 |
2238 | 2024-09-24T03:19:01.850Z | Compiling derive_builder_macro v0.20.0 |
2239 | 2024-09-24T03:19:02.666Z | Compiling strum_macros v0.24.3 |
2240 | 2024-09-24T03:19:02.764Z | Compiling sqlparser_derive v0.2.2 |
2241 | 2024-09-24T03:19:03.945Z | Compiling memoffset v0.9.1 |
2242 | 2024-09-24T03:19:04.291Z | Checking unicode_categories v0.1.1 |
2243 | 2024-09-24T03:19:04.512Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2244 | 2024-09-24T03:19:04.597Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2245 | 2024-09-24T03:19:04.861Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2246 | 2024-09-24T03:19:05.198Z | Compiling indoc v1.0.9 |
2247 | 2024-09-24T03:19:05.296Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2248 | 2024-09-24T03:19:05.335Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2249 | 2024-09-24T03:19:06.169Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2250 | 2024-09-24T03:19:06.392Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2251 | 2024-09-24T03:19:07.230Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2252 | 2024-09-24T03:19:07.402Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2253 | 2024-09-24T03:19:08.059Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2254 | 2024-09-24T03:19:08.114Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2255 | 2024-09-24T03:19:09.821Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2256 | 2024-09-24T03:19:10.527Z | Checking peg v0.8.4 |
2257 | 2024-09-24T03:19:10.642Z | Checking sqlformat v0.2.4 |
2258 | 2024-09-24T03:19:10.936Z | Checking sqlparser v0.45.0 |
2259 | 2024-09-24T03:19:15.235Z | Checking derive_builder v0.20.0 |
2260 | 2024-09-24T03:19:15.400Z | Checking rustyline v14.0.0 |
2261 | 2024-09-24T03:19:15.599Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2262 | 2024-09-24T03:19:17.152Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2263 | 2024-09-24T03:19:17.450Z | Checking quick-xml v0.33.0 |
2264 | 2024-09-24T03:19:18.813Z | Checking bcs v0.1.6 |
2265 | 2024-09-24T03:19:19.320Z | Compiling impl-trait-for-tuples v0.2.2 |
2266 | 2024-09-24T03:19:19.630Z | Compiling oso-derive v0.27.3 |
2267 | 2024-09-24T03:19:20.318Z | Compiling dropshot v0.10.1 |
2268 | 2024-09-24T03:19:20.626Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2269 | 2024-09-24T03:19:20.680Z | Checking tungstenite v0.23.0 |
2270 | 2024-09-24T03:19:20.732Z | Compiling snafu-derive v0.8.2 |
2271 | 2024-09-24T03:19:21.609Z | Compiling dropshot_endpoint v0.10.1 |
2272 | 2024-09-24T03:19:22.566Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2273 | 2024-09-24T03:19:22.886Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2274 | 2024-09-24T03:19:23.387Z | Checking tokio-tungstenite v0.23.1 |
2275 | 2024-09-24T03:19:23.884Z | Checking nix v0.27.1 |
2276 | 2024-09-24T03:19:25.176Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2277 | 2024-09-24T03:19:26.496Z | Checking snafu v0.8.2 |
2278 | 2024-09-24T03:19:26.997Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2279 | 2024-09-24T03:19:27.269Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2280 | 2024-09-24T03:19:27.453Z | Checking globset v0.4.14 |
2281 | 2024-09-24T03:19:27.516Z | Checking bb8 v0.8.5 |
2282 | 2024-09-24T03:19:27.593Z | Checking olpc-cjson v0.1.3 |
2283 | 2024-09-24T03:19:27.831Z | Checking serde_plain v1.0.2 |
2284 | 2024-09-24T03:19:27.988Z | Compiling const_format_proc_macros v0.2.33 |
2285 | 2024-09-24T03:19:27.997Z | Checking typed-path v0.7.1 |
2286 | 2024-09-24T03:19:28.143Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2287 | 2024-09-24T03:19:29.858Z | Checking tough v0.17.1 |
2288 | 2024-09-24T03:19:30.246Z | Checking const_format v0.2.33 |
2289 | 2024-09-24T03:19:30.719Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2290 | 2024-09-24T03:19:31.582Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2291 | 2024-09-24T03:19:33.123Z | Checking async-bb8-diesel v0.2.1 |
2292 | 2024-09-24T03:19:33.879Z | Checking parse-size v1.0.0 |
2293 | 2024-09-24T03:19:34.025Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2294 | 2024-09-24T03:19:34.073Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2295 | 2024-09-24T03:19:34.660Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2296 | 2024-09-24T03:19:34.790Z | Checking heck v0.4.1 |
2297 | 2024-09-24T03:19:35.026Z | Checking assert_matches v1.5.0 |
2298 | 2024-09-24T03:19:35.133Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2299 | 2024-09-24T03:19:35.278Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2300 | 2024-09-24T03:19:35.633Z | Compiling portable-atomic v1.6.0 |
2301 | 2024-09-24T03:19:35.927Z | Checking rand_seeder v0.3.0 |
2302 | 2024-09-24T03:19:36.173Z | Compiling libz-sys v1.1.16 |
2303 | 2024-09-24T03:19:37.025Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2304 | 2024-09-24T03:19:37.184Z | Checking is_ci v1.2.0 |
2305 | 2024-09-24T03:19:37.338Z | Checking number_prefix v0.4.0 |
2306 | 2024-09-24T03:19:37.553Z | Checking supports-color v3.0.1 |
2307 | 2024-09-24T03:19:37.806Z | Checking indicatif v0.17.8 |
2308 | 2024-09-24T03:19:37.810Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2309 | 2024-09-24T03:19:37.961Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2310 | 2024-09-24T03:19:38.193Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2311 | 2024-09-24T03:19:38.361Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2312 | 2024-09-24T03:19:38.554Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2313 | 2024-09-24T03:19:39.552Z | Compiling vergen v8.3.2 |
2314 | 2024-09-24T03:19:39.879Z | Compiling cargo-platform v0.1.8 |
2315 | 2024-09-24T03:19:39.985Z | Checking unicode-linebreak v0.1.5 |
2316 | 2024-09-24T03:19:40.329Z | Checking smawk v0.3.2 |
2317 | 2024-09-24T03:19:40.413Z | Compiling cargo_metadata v0.18.1 |
2318 | 2024-09-24T03:19:40.548Z | Checking textwrap v0.16.1 |
2319 | 2024-09-24T03:19:40.580Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2320 | 2024-09-24T03:19:40.874Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2321 | 2024-09-24T03:19:42.508Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2322 | 2024-09-24T03:19:42.829Z | Checking castaway v0.2.3 |
2323 | 2024-09-24T03:19:42.914Z | Compiling libsqlite3-sys v0.30.1 |
2324 | 2024-09-24T03:19:42.972Z | Compiling cfg_aliases v0.2.1 |
2325 | 2024-09-24T03:19:43.107Z | Compiling nix v0.29.0 |
2326 | 2024-09-24T03:19:43.516Z | Checking compact_str v0.8.0 |
2327 | 2024-09-24T03:19:43.986Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2328 | 2024-09-24T03:19:44.008Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2329 | 2024-09-24T03:19:44.368Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2330 | 2024-09-24T03:19:44.379Z | Checking unicode-truncate v1.0.0 |
2331 | 2024-09-24T03:19:44.574Z | Checking lru v0.12.3 |
2332 | 2024-09-24T03:19:44.599Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-09-24T03:19:44.632Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2334 | 2024-09-24T03:19:44.902Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2335 | 2024-09-24T03:19:45.440Z | Compiling instability v0.3.2 |
2336 | 2024-09-24T03:19:45.828Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2337 | 2024-09-24T03:19:46.004Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2338 | 2024-09-24T03:19:46.402Z | Checking cassowary v0.3.0 |
2339 | 2024-09-24T03:19:46.852Z | Checking ratatui v0.28.0 |
2340 | 2024-09-24T03:19:47.959Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2341 | 2024-09-24T03:19:49.230Z | Checking concurrent-queue v2.5.0 |
2342 | 2024-09-24T03:19:49.536Z | Checking hashlink v0.9.1 |
2343 | 2024-09-24T03:19:49.818Z | Checking plotters-backend v0.3.5 |
2344 | 2024-09-24T03:19:50.179Z | Checking parking v2.2.1 |
2345 | 2024-09-24T03:19:50.199Z | Checking fallible-streaming-iterator v0.1.9 |
2346 | 2024-09-24T03:19:50.365Z | Checking fallible-iterator v0.3.0 |
2347 | 2024-09-24T03:19:50.414Z | Checking plotters-svg v0.3.5 |
2348 | 2024-09-24T03:19:50.730Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2349 | 2024-09-24T03:19:51.022Z | Checking rusqlite v0.32.1 |
2350 | 2024-09-24T03:19:51.131Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2351 | 2024-09-24T03:19:51.454Z | Checking twox-hash v1.6.3 |
2352 | 2024-09-24T03:19:51.801Z | Checking cast v0.3.0 |
2353 | 2024-09-24T03:19:51.970Z | Checking plotters v0.3.5 |
2354 | 2024-09-24T03:19:52.124Z | Checking criterion-plot v0.5.0 |
2355 | 2024-09-24T03:19:52.537Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2356 | 2024-09-24T03:19:52.640Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2357 | 2024-09-24T03:19:53.709Z | Checking fatfs v0.3.6 |
2358 | 2024-09-24T03:19:54.391Z | Checking tinytemplate v1.2.1 |
2359 | 2024-09-24T03:19:54.592Z | Checking csv-core v0.1.11 |
2360 | 2024-09-24T03:19:54.749Z | Checking shell-words v1.1.0 |
2361 | 2024-09-24T03:19:54.927Z | Checking oorandom v11.1.3 |
2362 | 2024-09-24T03:19:54.930Z | Checking anes v0.1.6 |
2363 | 2024-09-24T03:19:55.118Z | Checking csv v1.3.0 |
2364 | 2024-09-24T03:19:55.269Z | Checking criterion v0.5.1 |
2365 | 2024-09-24T03:19:55.972Z | Checking event-listener v5.3.1 |
2366 | 2024-09-24T03:19:56.417Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2367 | 2024-09-24T03:19:58.376Z | Checking rtoolbox v0.0.2 |
2368 | 2024-09-24T03:19:58.591Z | Checking rpassword v7.3.1 |
2369 | 2024-09-24T03:20:00.432Z | Checking event-listener-strategy v0.5.2 |
2370 | 2024-09-24T03:20:00.659Z | Checking tui-tree-widget v0.22.0 |
2371 | 2024-09-24T03:20:01.000Z | Checking polyval v0.6.2 |
2372 | 2024-09-24T03:20:01.246Z | Checking ghash v0.5.1 |
2373 | 2024-09-24T03:20:01.434Z | Checking futures-lite v2.3.0 |
2374 | 2024-09-24T03:20:02.334Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2375 | 2024-09-24T03:20:02.823Z | Checking http-body-util v0.1.2 |
2376 | 2024-09-24T03:20:03.299Z | Checking ctr v0.9.2 |
2377 | 2024-09-24T03:20:03.606Z | Checking yansi v0.5.1 |
2378 | 2024-09-24T03:20:04.005Z | Checking pretty_assertions v1.4.0 |
2379 | 2024-09-24T03:20:04.134Z | Checking aes-gcm v0.10.3 |
2380 | 2024-09-24T03:20:04.197Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2381 | 2024-09-24T03:20:04.379Z | Checking ssh-encoding v0.2.0 |
2382 | 2024-09-24T03:20:04.717Z | Checking blowfish v0.9.1 |
2383 | 2024-09-24T03:20:05.025Z | Checking bcrypt-pbkdf v0.10.0 |
2384 | 2024-09-24T03:20:05.295Z | Checking ssh-cipher v0.2.0 |
2385 | 2024-09-24T03:20:05.601Z | Checking async-lock v3.4.0 |
2386 | 2024-09-24T03:20:06.536Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2387 | 2024-09-24T03:20:08.044Z | Checking polling v3.7.3 |
2388 | 2024-09-24T03:20:08.426Z | Checking password-hash v0.4.2 |
2389 | 2024-09-24T03:20:08.860Z | Checking matches v0.1.10 |
2390 | 2024-09-24T03:20:08.969Z | Checking hex-literal v0.4.1 |
2391 | 2024-09-24T03:20:09.117Z | Checking idna v0.2.3 |
2392 | 2024-09-24T03:20:09.935Z | Checking pbkdf2 v0.11.0 |
2393 | 2024-09-24T03:20:10.232Z | Checking async-io v2.3.4 |
2394 | 2024-09-24T03:20:11.037Z | Checking ssh-key v0.6.6 |
2395 | 2024-09-24T03:20:11.218Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2396 | 2024-09-24T03:20:11.316Z | Checking p521 v0.13.3 |
2397 | 2024-09-24T03:20:11.954Z | Checking p256 v0.13.2 |
2398 | 2024-09-24T03:20:12.418Z | Checking russh-cryptovec v0.7.2 |
2399 | 2024-09-24T03:20:12.639Z | Compiling enum-as-inner v0.5.1 |
2400 | 2024-09-24T03:20:12.749Z | Checking md5 v0.7.0 |
2401 | 2024-09-24T03:20:12.772Z | Compiling doc-comment v0.3.3 |
2402 | 2024-09-24T03:20:13.027Z | Compiling target-lexicon v0.12.16 |
2403 | 2024-09-24T03:20:13.384Z | Checking async-task v4.7.1 |
2404 | 2024-09-24T03:20:13.699Z | Checking trust-dns-proto v0.22.0 |
2405 | 2024-09-24T03:20:13.895Z | Checking russh-keys v0.45.0 |
2406 | 2024-09-24T03:20:14.179Z | Checking async-channel v2.3.1 |
2407 | 2024-09-24T03:20:14.488Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2408 | 2024-09-24T03:20:15.296Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2409 | 2024-09-24T03:20:16.126Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2410 | 2024-09-24T03:20:16.261Z | Checking piper v0.2.4 |
2411 | 2024-09-24T03:20:16.492Z | Checking num-bigint v0.4.5 |
2412 | 2024-09-24T03:20:16.784Z | Checking des v0.8.1 |
2413 | 2024-09-24T03:20:17.071Z | Compiling assert_cmd v2.0.16 |
2414 | 2024-09-24T03:20:17.295Z | Compiling dhcproto-macros v0.1.0 |
2415 | 2024-09-24T03:20:17.528Z | Checking futures-timer v3.0.3 |
2416 | 2024-09-24T03:20:17.842Z | Compiling guppy-workspace-hack v0.1.0 |
2417 | 2024-09-24T03:20:18.248Z | Checking blocking v1.6.1 |
2418 | 2024-09-24T03:20:18.320Z | Checking dhcproto v0.12.0 |
2419 | 2024-09-24T03:20:18.945Z | Checking russh v0.45.0 |
2420 | 2024-09-24T03:20:19.115Z | Checking async-executor v1.13.1 |
2421 | 2024-09-24T03:20:19.468Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2422 | 2024-09-24T03:20:19.806Z | Checking async-signal v0.2.10 |
2423 | 2024-09-24T03:20:20.083Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2424 | 2024-09-24T03:20:20.408Z | Compiling target-spec v3.2.1 |
2425 | 2024-09-24T03:20:20.431Z | Checking internet-checksum v0.2.1 |
2426 | 2024-09-24T03:20:20.839Z | Checking event-listener v2.5.3 |
2427 | 2024-09-24T03:20:21.071Z | Checking async-channel v1.9.0 |
2428 | 2024-09-24T03:20:21.964Z | Checking async-process v2.2.4 |
2429 | 2024-09-24T03:20:22.355Z | Checking async-global-executor v2.4.1 |
2430 | 2024-09-24T03:20:23.007Z | Checking cfg-expr v0.16.0 |
2431 | 2024-09-24T03:20:23.150Z | Checking httptest v0.16.1 |
2432 | 2024-09-24T03:20:23.174Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2433 | 2024-09-24T03:20:23.710Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2434 | 2024-09-24T03:20:23.885Z | Checking rustls-native-certs v0.7.0 |
2435 | 2024-09-24T03:20:24.045Z | Checking num_cpus v1.16.0 |
2436 | 2024-09-24T03:20:24.183Z | Checking kv-log-macro v1.0.7 |
2437 | 2024-09-24T03:20:24.324Z | Compiling async-attributes v1.1.2 |
2438 | 2024-09-24T03:20:25.245Z | Checking async-std v1.13.0 |
2439 | 2024-09-24T03:20:26.404Z | Checking threadpool v1.8.1 |
2440 | 2024-09-24T03:20:26.695Z | Checking hyper-rustls v0.26.0 |
2441 | 2024-09-24T03:20:27.383Z | Checking pathdiff v0.2.1 |
2442 | 2024-09-24T03:20:27.558Z | Checking headers-core v0.3.0 |
2443 | 2024-09-24T03:20:27.704Z | Compiling toml_edit v0.21.1 |
2444 | 2024-09-24T03:20:27.793Z | Compiling rstest_macros v0.22.0 |
2445 | 2024-09-24T03:20:27.822Z | Compiling samael v0.0.17 |
2446 | 2024-09-24T03:20:28.231Z | Checking escape8259 v0.5.2 |
2447 | 2024-09-24T03:20:28.399Z | Checking nested v0.1.1 |
2448 | 2024-09-24T03:20:28.613Z | Checking guppy v0.17.7 |
2449 | 2024-09-24T03:20:29.006Z | Checking async-object-pool v0.1.5 |
2450 | 2024-09-24T03:20:29.204Z | Checking libtest-mimic v0.7.3 |
2451 | 2024-09-24T03:20:29.808Z | Checking headers v0.4.0 |
2452 | 2024-09-24T03:20:30.691Z | Compiling proc-macro-crate v3.1.0 |
2453 | 2024-09-24T03:20:30.881Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2454 | 2024-09-24T03:20:32.041Z | Compiling git2 v0.19.0 |
2455 | 2024-09-24T03:20:32.195Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2456 | 2024-09-24T03:20:32.516Z | Checking similar-asserts v1.5.0 |
2457 | 2024-09-24T03:20:32.778Z | Checking fancy-regex v0.13.0 |
2458 | 2024-09-24T03:20:33.608Z | Checking serde_regex v1.1.0 |
2459 | 2024-09-24T03:20:33.898Z | Checking assert-json-diff v2.0.2 |
2460 | 2024-09-24T03:20:34.154Z | Checking path-tree v0.8.1 |
2461 | 2024-09-24T03:20:34.176Z | Checking stringmetrics v2.2.2 |
2462 | 2024-09-24T03:20:34.423Z | Compiling trybuild v1.0.99 |
2463 | 2024-09-24T03:20:34.492Z | Compiling relative-path v1.9.3 |
2464 | 2024-09-24T03:20:34.805Z | Checking httpmock v0.8.0-alpha.1 |
2465 | 2024-09-24T03:20:34.962Z | Checking datatest-stable v0.2.9 |
2466 | 2024-09-24T03:20:35.281Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2467 | 2024-09-24T03:20:36.719Z | Checking blake2b_simd v1.0.2 |
2468 | 2024-09-24T03:20:37.588Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2469 | 2024-09-24T03:20:39.979Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2470 | 2024-09-24T03:20:40.129Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2471 | 2024-09-24T03:20:40.304Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2472 | 2024-09-24T03:20:40.462Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2473 | 2024-09-24T03:20:40.823Z | Checking serde_tokenstream v0.2.2 |
2474 | 2024-09-24T03:20:40.847Z | Checking uzers v0.11.3 |
2475 | 2024-09-24T03:20:41.116Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2476 | 2024-09-24T03:20:41.279Z | Checking rust-argon2 v2.1.0 |
2477 | 2024-09-24T03:20:41.711Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2478 | 2024-09-24T03:20:42.101Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2479 | 2024-09-24T03:20:42.541Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2480 | 2024-09-24T03:20:42.684Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2481 | 2024-09-24T03:20:42.728Z | Checking rand_distr v0.4.3 |
2482 | 2024-09-24T03:20:42.996Z | Checking multimap v0.10.0 |
2483 | 2024-09-24T03:20:43.316Z | Checking approx v0.5.1 |
2484 | 2024-09-24T03:20:43.581Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2485 | 2024-09-24T03:20:44.191Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2486 | 2024-09-24T03:20:44.625Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2487 | 2024-09-24T03:20:45.166Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2488 | 2024-09-24T03:20:45.511Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2489 | 2024-09-24T03:20:45.615Z | Checking rstest v0.22.0 |
2490 | 2024-09-24T03:20:45.831Z | Checking partial-io v0.5.4 |
2491 | 2024-09-24T03:20:46.093Z | Checking cargo_toml v0.20.4 |
2492 | 2024-09-24T03:20:46.237Z | Checking termios v0.3.3 |
2493 | 2024-09-24T03:20:46.387Z | Compiling indoc v2.0.5 |
2494 | 2024-09-24T03:20:46.936Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2495 | 2024-09-24T03:20:48.001Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2496 | 2024-09-24T03:20:51.063Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2497 | 2024-09-24T03:21:04.234Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2498 | 2024-09-24T03:21:05.751Z | Compiling polar-core v0.27.3 |
2499 | 2024-09-24T03:21:10.474Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2500 | 2024-09-24T03:21:16.739Z | Checking oso v0.27.3 |
2501 | 2024-09-24T03:21:36.302Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2502 | 2024-09-24T03:21:37.084Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2503 | 2024-09-24T03:21:37.707Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2504 | 2024-09-24T03:22:06.329Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2505 | 2024-09-24T03:22:06.329Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2506 | 2024-09-24T03:22:06.332Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2507 | 2024-09-24T03:23:23.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2508 | 2024-09-24T03:23:24.095Z | |
2509 | 2024-09-24T03:23:24.095Z | real 6:25.407159310 |
2510 | 2024-09-24T03:23:24.095Z | user 36:02.045375288 |
2511 | 2024-09-24T03:23:24.095Z | sys 6:25.461803997 |
2512 | 2024-09-24T03:23:24.095Z | trap 0.964370655 |
2513 | 2024-09-24T03:23:24.096Z | tflt 2.886768246 |
2514 | 2024-09-24T03:23:24.096Z | dflt 0.547298890 |
2515 | 2024-09-24T03:23:24.096Z | kflt 0.003293259 |
2516 | 2024-09-24T03:23:24.096Z | lock 54:31.466529318 |
2517 | 2024-09-24T03:23:24.098Z | slp 2:06:55.745624274 |
2518 | 2024-09-24T03:23:24.098Z | lat 1:41.104537998 |
2519 | 2024-09-24T03:23:24.098Z | stop 6:17.006998916 |
2520 | 2024-09-24T03:23:24.098Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2521 | 2024-09-24T03:23:24.099Z | + ptime -m cargo doc --workspace --no-deps |
2522 | 2024-09-24T03:23:25.356Z | warning: output filename collision. |
2523 | 2024-09-24T03:23:25.356Z | 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)`. |
2524 | 2024-09-24T03:23:25.356Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2525 | 2024-09-24T03:23:25.356Z | The targets should have unique names. |
2526 | 2024-09-24T03:23:25.356Z | This is a known bug where multiple crates with the same name use |
2527 | 2024-09-24T03:23:25.356Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2528 | 2024-09-24T03:23:25.743Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2529 | 2024-09-24T03:23:25.807Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2530 | 2024-09-24T03:23:25.825Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2531 | 2024-09-24T03:23:25.863Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2532 | 2024-09-24T03:23:25.896Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2533 | 2024-09-24T03:23:25.896Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2534 | 2024-09-24T03:23:26.051Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2535 | 2024-09-24T03:23:26.145Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2024-09-24T03:23:26.145Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2537 | 2024-09-24T03:23:26.145Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2538 | 2024-09-24T03:23:26.204Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2539 | 2024-09-24T03:23:26.388Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2540 | 2024-09-24T03:23:26.464Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2541 | 2024-09-24T03:23:26.724Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2542 | 2024-09-24T03:23:26.956Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2543 | 2024-09-24T03:23:29.096Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2544 | 2024-09-24T03:23:30.269Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2545 | 2024-09-24T03:23:30.617Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2546 | 2024-09-24T03:23:30.852Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2547 | 2024-09-24T03:23:30.874Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2548 | 2024-09-24T03:23:31.158Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2549 | 2024-09-24T03:23:31.198Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2550 | 2024-09-24T03:23:31.448Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2551 | 2024-09-24T03:23:31.535Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2552 | 2024-09-24T03:23:31.887Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2553 | 2024-09-24T03:23:31.906Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2554 | 2024-09-24T03:23:32.107Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2555 | 2024-09-24T03:23:32.413Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2556 | 2024-09-24T03:23:32.557Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2557 | 2024-09-24T03:23:32.715Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2558 | 2024-09-24T03:23:33.021Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2559 | 2024-09-24T03:23:33.147Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2560 | 2024-09-24T03:23:33.167Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2561 | 2024-09-24T03:23:33.465Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2562 | 2024-09-24T03:23:33.768Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2563 | 2024-09-24T03:23:34.073Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2564 | 2024-09-24T03:23:34.095Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2565 | 2024-09-24T03:23:34.272Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2566 | 2024-09-24T03:23:34.413Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2567 | 2024-09-24T03:23:34.776Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2568 | 2024-09-24T03:23:34.794Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2569 | 2024-09-24T03:23:37.352Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2570 | 2024-09-24T03:23:39.289Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2571 | 2024-09-24T03:23:39.669Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2572 | 2024-09-24T03:23:40.337Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2573 | 2024-09-24T03:23:40.799Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2574 | 2024-09-24T03:23:40.819Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2575 | 2024-09-24T03:23:41.503Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2576 | 2024-09-24T03:23:41.853Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2577 | 2024-09-24T03:23:42.333Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2578 | 2024-09-24T03:23:42.510Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2579 | 2024-09-24T03:23:46.024Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2580 | 2024-09-24T03:23:47.323Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2581 | 2024-09-24T03:23:48.814Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2582 | 2024-09-24T03:23:49.380Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2583 | 2024-09-24T03:23:49.644Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2584 | 2024-09-24T03:23:49.784Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2585 | 2024-09-24T03:23:50.743Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2586 | 2024-09-24T03:23:51.032Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2587 | 2024-09-24T03:23:51.358Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2588 | 2024-09-24T03:23:52.022Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2589 | 2024-09-24T03:23:52.206Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2590 | 2024-09-24T03:23:52.477Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2591 | 2024-09-24T03:23:52.617Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2592 | 2024-09-24T03:23:52.928Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2593 | 2024-09-24T03:23:53.066Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2594 | 2024-09-24T03:23:53.832Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2595 | 2024-09-24T03:23:54.110Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2596 | 2024-09-24T03:23:54.182Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2597 | 2024-09-24T03:23:54.298Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2598 | 2024-09-24T03:23:54.476Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2599 | 2024-09-24T03:23:54.708Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2600 | 2024-09-24T03:23:54.807Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2601 | 2024-09-24T03:23:55.050Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2602 | 2024-09-24T03:23:55.560Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2603 | 2024-09-24T03:23:55.759Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2604 | 2024-09-24T03:23:55.874Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2605 | 2024-09-24T03:23:56.135Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2606 | 2024-09-24T03:23:56.137Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2607 | 2024-09-24T03:23:56.236Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2608 | 2024-09-24T03:23:56.755Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2609 | 2024-09-24T03:23:56.944Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2610 | 2024-09-24T03:23:57.284Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2611 | 2024-09-24T03:23:57.966Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2612 | 2024-09-24T03:23:58.144Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2613 | 2024-09-24T03:23:58.734Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2614 | 2024-09-24T03:23:59.662Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2615 | 2024-09-24T03:24:01.040Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2616 | 2024-09-24T03:24:02.950Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2617 | 2024-09-24T03:24:03.012Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2618 | 2024-09-24T03:24:03.209Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2619 | 2024-09-24T03:24:04.250Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2620 | 2024-09-24T03:24:04.371Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2621 | 2024-09-24T03:24:04.910Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2622 | 2024-09-24T03:24:06.756Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2623 | 2024-09-24T03:24:07.459Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2624 | 2024-09-24T03:24:07.665Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2625 | 2024-09-24T03:24:07.804Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2626 | 2024-09-24T03:24:08.129Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2627 | 2024-09-24T03:24:09.669Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2628 | 2024-09-24T03:24:11.333Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2629 | 2024-09-24T03:24:11.415Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-09-24T03:24:12.254Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2631 | 2024-09-24T03:24:18.451Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2632 | 2024-09-24T03:24:25.794Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2633 | 2024-09-24T03:24:26.958Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2634 | 2024-09-24T03:24:40.261Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2635 | 2024-09-24T03:24:46.620Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2636 | 2024-09-24T03:25:06.665Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2637 | 2024-09-24T03:25:06.753Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2638 | 2024-09-24T03:25:11.665Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2639 | 2024-09-24T03:25:23.533Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2640 | 2024-09-24T03:25:28.277Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2641 | 2024-09-24T03:25:36.941Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2642 | 2024-09-24T03:25:38.657Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2643 | 2024-09-24T03:25:39.498Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2644 | 2024-09-24T03:25:45.813Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2645 | 2024-09-24T03:25:46.906Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2646 | 2024-09-24T03:25:49.684Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2647 | 2024-09-24T03:25:56.384Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2648 | 2024-09-24T03:25:59.489Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2649 | 2024-09-24T03:26:01.393Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2650 | 2024-09-24T03:26:02.262Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2651 | 2024-09-24T03:26:10.458Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2652 | 2024-09-24T03:26:11.619Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2653 | 2024-09-24T03:26:14.554Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2654 | 2024-09-24T03:26:44.284Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2655 | 2024-09-24T03:26:47.337Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2656 | 2024-09-24T03:26:48.357Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2657 | 2024-09-24T03:26:48.452Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2658 | 2024-09-24T03:26:52.230Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2659 | 2024-09-24T03:27:00.706Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2660 | 2024-09-24T03:27:07.361Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2661 | 2024-09-24T03:27:10.381Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2662 | 2024-09-24T03:27:14.506Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2663 | 2024-09-24T03:27:19.558Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2664 | 2024-09-24T03:27:27.665Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2665 | 2024-09-24T03:27:28.380Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2666 | 2024-09-24T03:27:32.729Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2667 | 2024-09-24T03:27:37.656Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2668 | 2024-09-24T03:27:43.817Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2669 | 2024-09-24T03:27:44.509Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2670 | 2024-09-24T03:27:49.431Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2671 | 2024-09-24T03:27:51.460Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2672 | 2024-09-24T03:27:58.786Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2673 | 2024-09-24T03:28:00.718Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2674 | 2024-09-24T03:28:02.202Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2675 | 2024-09-24T03:28:02.915Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2676 | 2024-09-24T03:28:03.615Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2677 | 2024-09-24T03:28:16.805Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2678 | 2024-09-24T03:28:18.881Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2679 | 2024-09-24T03:28:20.493Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2680 | 2024-09-24T03:28:20.635Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2681 | 2024-09-24T03:28:24.807Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2682 | 2024-09-24T03:28:24.915Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2683 | 2024-09-24T03:28:29.858Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2684 | 2024-09-24T03:28:33.647Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2685 | 2024-09-24T03:28:38.933Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2686 | 2024-09-24T03:28:39.297Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2687 | 2024-09-24T03:28:39.374Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2688 | 2024-09-24T03:28:43.252Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2689 | 2024-09-24T03:28:43.813Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2690 | 2024-09-24T03:28:48.862Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2691 | 2024-09-24T03:28:49.045Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2692 | 2024-09-24T03:28:55.332Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2693 | 2024-09-24T03:28:56.206Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2694 | 2024-09-24T03:28:57.872Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2695 | 2024-09-24T03:28:58.651Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2696 | 2024-09-24T03:28:59.732Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2697 | 2024-09-24T03:29:02.303Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-09-24T03:29:06.372Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2699 | 2024-09-24T03:29:09.804Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2700 | 2024-09-24T03:29:11.831Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2701 | 2024-09-24T03:29:12.637Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2702 | 2024-09-24T03:29:13.871Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2703 | 2024-09-24T03:29:16.083Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2704 | 2024-09-24T03:29:17.376Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2705 | 2024-09-24T03:29:18.107Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2706 | 2024-09-24T03:29:25.848Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2707 | 2024-09-24T03:29:28.034Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2708 | 2024-09-24T03:29:29.967Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2709 | 2024-09-24T03:29:31.168Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2710 | 2024-09-24T03:29:32.585Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2711 | 2024-09-24T03:29:34.436Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2712 | 2024-09-24T03:29:36.620Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2713 | 2024-09-24T03:29:37.119Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2714 | 2024-09-24T03:29:37.782Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2715 | 2024-09-24T03:29:42.632Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2716 | 2024-09-24T03:29:44.237Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2717 | 2024-09-24T03:29:48.472Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2718 | 2024-09-24T03:29:49.155Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2024-09-24T03:29:52.935Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2720 | 2024-09-24T03:29:55.034Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2721 | 2024-09-24T03:29:55.097Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2722 | 2024-09-24T03:29:55.982Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2723 | 2024-09-24T03:29:59.563Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2724 | 2024-09-24T03:30:00.014Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2725 | 2024-09-24T03:30:00.245Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2726 | 2024-09-24T03:30:00.953Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2727 | 2024-09-24T03:30:01.077Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2728 | 2024-09-24T03:30:02.441Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2729 | 2024-09-24T03:30:05.394Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2730 | 2024-09-24T03:30:05.621Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2731 | 2024-09-24T03:30:07.001Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2732 | 2024-09-24T03:30:09.215Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2733 | 2024-09-24T03:30:10.573Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2734 | 2024-09-24T03:30:10.923Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2735 | 2024-09-24T03:30:11.665Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2736 | 2024-09-24T03:30:36.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 12s |
2737 | 2024-09-24T03:30:36.593Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2738 | 2024-09-24T03:30:36.655Z | |
2739 | 2024-09-24T03:30:36.655Z | real 7:12.483197894 |
2740 | 2024-09-24T03:30:36.655Z | user 22:07.719204743 |
2741 | 2024-09-24T03:30:36.655Z | sys 32:19.987955236 |
2742 | 2024-09-24T03:30:36.655Z | trap 0.366784949 |
2743 | 2024-09-24T03:30:36.655Z | tflt 0.161876534 |
2744 | 2024-09-24T03:30:36.655Z | dflt 0.183373107 |
2745 | 2024-09-24T03:30:36.659Z | kflt 0.000000000 |
2746 | 2024-09-24T03:30:36.659Z | lock 1:10:22.096507737 |
2747 | 2024-09-24T03:30:36.659Z | slp 2:03:15.794693897 |
2748 | 2024-09-24T03:30:36.659Z | lat 1:05.484902452 |
2749 | 2024-09-24T03:30:36.659Z | stop 1:00.106722421 |
2750 | 2024-09-24T03:30:36.660Z | process exited: duration 1160840 ms, exit code 0 |
|
2751 | 2024-09-24T03:30:36.667Z | found 0 output files |