|
|
|
1 | 2024-11-05T23:26:51.657Z | job assigned to worker 01JBZACJGS55MPW3ZY7N0T5AHT (queued for 55 s) |
|
2 | 2024-11-05T23:26:59.358Z | starting task 0: "setup" |
3 | 2024-11-05T23:26:59.365Z | ++ uname -s |
4 | 2024-11-05T23:26:59.368Z | + kern=SunOS |
5 | 2024-11-05T23:26:59.368Z | + case "$kern" in |
6 | 2024-11-05T23:26:59.368Z | + [[ 0 == 12345 ]] |
7 | 2024-11-05T23:26:59.368Z | + groupadd -g 12345 build |
8 | 2024-11-05T23:26:59.372Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-05T23:27:01.381Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-05T23:27:01.535Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-05T23:27:01.538Z | + home_fs=zfs |
12 | 2024-11-05T23:27:01.538Z | + [[ zfs == autofs ]] |
13 | 2024-11-05T23:27:01.538Z | + mkdir -p /home/build |
14 | 2024-11-05T23:27:01.540Z | + chown build:build /home/build /work |
15 | 2024-11-05T23:27:03.542Z | + chmod 0700 /home/build /work |
16 | 2024-11-05T23:27:03.545Z | process exited: duration 4187 ms, exit code 0 |
|
17 | 2024-11-05T23:27:03.550Z | starting task 1: "rust-toolchain" |
18 | 2024-11-05T23:27:03.555Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-05T23:27:03.556Z | ' 1.82.0 |
20 | 2024-11-05T23:27:03.559Z | * toolchain channel = "1.82.0" |
21 | 2024-11-05T23:27:03.559Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-05T23:27:03.559Z | ' default |
23 | 2024-11-05T23:27:03.559Z | * toolchain profile = "default" |
24 | 2024-11-05T23:27:03.559Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-05T23:27:03.559Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-05T23:27:03.665Z | info: downloading installer |
27 | 2024-11-05T23:27:05.136Z | info: profile set to 'default' |
28 | 2024-11-05T23:27:05.136Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-05T23:27:05.138Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-05T23:27:05.304Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-05T23:27:05.304Z | info: downloading component 'cargo' |
32 | 2024-11-05T23:27:06.170Z | info: downloading component 'clippy' |
33 | 2024-11-05T23:27:06.501Z | info: downloading component 'rust-docs' |
34 | 2024-11-05T23:27:07.710Z | info: downloading component 'rust-std' |
35 | 2024-11-05T23:27:09.628Z | info: downloading component 'rustc' |
36 | 2024-11-05T23:27:16.406Z | info: downloading component 'rustfmt' |
37 | 2024-11-05T23:27:16.652Z | info: installing component 'cargo' |
38 | 2024-11-05T23:27:17.518Z | info: installing component 'clippy' |
39 | 2024-11-05T23:27:17.930Z | info: installing component 'rust-docs' |
40 | 2024-11-05T23:27:19.645Z | info: installing component 'rust-std' |
41 | 2024-11-05T23:27:21.656Z | info: installing component 'rustc' |
42 | 2024-11-05T23:27:27.960Z | info: installing component 'rustfmt' |
43 | 2024-11-05T23:27:28.303Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-05T23:27:28.303Z | |
45 | 2024-11-05T23:27:28.675Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-05T23:27:28.675Z | |
47 | 2024-11-05T23:27:28.678Z | |
48 | 2024-11-05T23:27:28.678Z | Rust is installed now. Great! |
49 | 2024-11-05T23:27:28.678Z | |
50 | 2024-11-05T23:27:28.678Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-05T23:27:28.678Z | environment variable. This has not been done automatically. |
52 | 2024-11-05T23:27:28.678Z | |
53 | 2024-11-05T23:27:28.678Z | To configure your current shell, you need to source |
54 | 2024-11-05T23:27:28.678Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-05T23:27:28.678Z | |
56 | 2024-11-05T23:27:28.678Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-05T23:27:28.678Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-05T23:27:28.678Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-05T23:27:28.750Z | + rustc --version |
60 | 2024-11-05T23:27:28.817Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-05T23:27:28.819Z | process exited: duration 25267 ms, exit code 0 |
|
62 | 2024-11-05T23:27:28.825Z | starting task 2: "authentication" |
63 | 2024-11-05T23:27:28.848Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-05T23:27:28.853Z | starting task 3: "clone repository" |
65 | 2024-11-05T23:27:28.859Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-05T23:27:28.861Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-05T23:27:29.111Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-05T23:27:35.633Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-05T23:27:35.633Z | + git fetch origin aa9cd9852e552b804f557cf84c969d1719bf20db |
70 | 2024-11-05T23:27:36.225Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-05T23:27:36.225Z | * branch aa9cd9852e552b804f557cf84c969d1719bf20db -> FETCH_HEAD |
72 | 2024-11-05T23:27:36.233Z | + [[ -n '' ]] |
73 | 2024-11-05T23:27:36.233Z | + git reset --hard aa9cd9852e552b804f557cf84c969d1719bf20db |
74 | 2024-11-05T23:27:36.293Z | HEAD is now at aa9cd9852 address comments |
75 | 2024-11-05T23:27:36.295Z | process exited: duration 7440 ms, exit code 0 |
|
76 | 2024-11-05T23:27:36.301Z | starting task 4: "build" |
77 | 2024-11-05T23:27:36.306Z | + source ./env.sh |
78 | 2024-11-05T23:27:36.307Z | ++ OLD_SHELL_OPTS=ehxB |
79 | 2024-11-05T23:27:36.307Z | ++ set -o xtrace |
80 | 2024-11-05T23:27:36.309Z | ++++ dirname ./env.sh |
81 | 2024-11-05T23:27:36.312Z | +++ readlink -f . |
82 | 2024-11-05T23:27:36.457Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
83 | 2024-11-05T23:27:36.459Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-11-05T23:27:36.459Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
85 | 2024-11-05T23:27:36.459Z | ++ 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 |
86 | 2024-11-05T23:27:36.459Z | ++ 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 |
87 | 2024-11-05T23:27:36.459Z | ++ 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 |
88 | 2024-11-05T23:27:36.459Z | ++ 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 |
89 | 2024-11-05T23:27:36.459Z | ++ 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 |
90 | 2024-11-05T23:27:36.459Z | ++ 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 |
91 | 2024-11-05T23:27:36.459Z | ++ case $OLD_SHELL_OPTS in |
92 | 2024-11-05T23:27:36.459Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
93 | 2024-11-05T23:27:36.459Z | + source .github/buildomat/ci-env.sh |
94 | 2024-11-05T23:27:36.459Z | ++ export CARGO_TERM_COLOR=always |
95 | 2024-11-05T23:27:36.459Z | ++ CARGO_TERM_COLOR=always |
96 | 2024-11-05T23:27:36.459Z | + cargo --version |
97 | 2024-11-05T23:27:36.516Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-05T23:27:36.518Z | + rustc --version |
99 | 2024-11-05T23:27:36.579Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-05T23:27:36.581Z | + banner prerequisites |
101 | 2024-11-05T23:27:36.690Z | |
102 | 2024-11-05T23:27:36.690Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-11-05T23:27:36.690Z | # # # # # # # # # # # # # # # |
104 | 2024-11-05T23:27:36.690Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-11-05T23:27:36.690Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-11-05T23:27:36.690Z | # # # # # # # # # # # # # # # |
107 | 2024-11-05T23:27:36.690Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-11-05T23:27:36.690Z | |
109 | 2024-11-05T23:27:36.693Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
110 | 2024-11-05T23:28:00.110Z | Startup: Refreshing catalog 'helios-dev' ... Done |
111 | 2024-11-05T23:28:03.870Z | Startup: Caching catalogs ... Done |
112 | 2024-11-05T23:28:11.818Z | Planning: Solver setup ... Done (7.224s) |
113 | 2024-11-05T23:28:11.920Z | Planning: Running solver ... Done (0.100s) |
114 | 2024-11-05T23:28:12.132Z | Planning: Finding local manifests ... Done (0.129s) |
115 | 2024-11-05T23:28:12.147Z | Planning: Fetching manifests: 0/5 0% complete |
116 | 2024-11-05T23:28:12.368Z | Planning: Fetching manifests: 5/5 100% complete |
117 | 2024-11-05T23:28:12.692Z | Planning: Package planning ... Done (0.318s) |
118 | 2024-11-05T23:28:12.750Z | Planning: Merging actions ... Done (0.056s) |
119 | 2024-11-05T23:28:14.054Z | Planning: Checking for conflicting actions ... Done (1.310s) |
120 | 2024-11-05T23:28:22.162Z | Planning: Consolidating action changes ... Done (8.107s) |
121 | 2024-11-05T23:28:22.563Z | Planning: Evaluating mediators ... Done (0.400s) |
122 | 2024-11-05T23:28:22.701Z | Planning: Planning completed in 18.74 seconds |
123 | 2024-11-05T23:28:23.604Z | Packages to install: 4 |
124 | 2024-11-05T23:28:23.604Z | Packages to update: 1 |
125 | 2024-11-05T23:28:23.604Z | Mediators to change: 2 |
126 | 2024-11-05T23:28:23.607Z | Services to change: 1 |
127 | 2024-11-05T23:28:23.607Z | Estimated space available: 155.61 GB |
128 | 2024-11-05T23:28:23.607Z | Estimated space to be consumed: 1.59 GB |
129 | 2024-11-05T23:28:23.607Z | Create boot environment: No |
130 | 2024-11-05T23:28:23.607Z | Create backup boot environment: Yes |
131 | 2024-11-05T23:28:23.607Z | Rebuild boot archive: No |
132 | 2024-11-05T23:28:23.607Z | |
133 | 2024-11-05T23:28:23.607Z | Changed mediators: |
134 | 2024-11-05T23:28:23.607Z | mediator clang: |
135 | 2024-11-05T23:28:23.607Z | version: None -> 15 (system default) |
136 | 2024-11-05T23:28:23.607Z | |
137 | 2024-11-05T23:28:23.607Z | mediator llvm: |
138 | 2024-11-05T23:28:23.607Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-11-05T23:28:23.607Z | |
140 | 2024-11-05T23:28:23.607Z | Changed packages: |
141 | 2024-11-05T23:28:23.607Z | helios-dev |
142 | 2024-11-05T23:28:23.607Z | developer/build-essential |
143 | 2024-11-05T23:28:23.607Z | None -> 11-2.0 |
144 | 2024-11-05T23:28:23.607Z | library/libxmlsec1 |
145 | 2024-11-05T23:28:23.608Z | None -> 1.2.35-2.0 |
146 | 2024-11-05T23:28:23.608Z | ooce/developer/clang-15 |
147 | 2024-11-05T23:28:23.608Z | None -> 15.0.7-2.0 |
148 | 2024-11-05T23:28:23.608Z | ooce/developer/llvm-15 |
149 | 2024-11-05T23:28:23.608Z | None -> 15.0.7-2.0 |
150 | 2024-11-05T23:28:23.608Z | package/pkg |
151 | 2024-11-05T23:28:23.608Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
152 | 2024-11-05T23:28:23.608Z | |
153 | 2024-11-05T23:28:23.608Z | Services: |
154 | 2024-11-05T23:28:23.608Z | restart_fmri: |
155 | 2024-11-05T23:28:23.608Z | svc:/system/update-man-index:default |
156 | 2024-11-05T23:28:23.608Z | |
157 | 2024-11-05T23:28:23.608Z | Editable files to change: |
158 | 2024-11-05T23:28:23.608Z | Update: |
159 | 2024-11-05T23:28:23.608Z | usr/share/lib/pkg/web/config.shtml |
160 | 2024-11-05T23:28:24.072Z | |
161 | 2024-11-05T23:28:24.072Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
162 | 2024-11-05T23:28:29.078Z | Download: 523/4281 items 17.0/220.6MB 7% complete (3.5M/s) |
163 | 2024-11-05T23:28:34.083Z | Download: 1285/4281 items 110.9/220.6MB 50% complete (11.2M/s) |
164 | 2024-11-05T23:28:39.159Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.3M/s) |
165 | 2024-11-05T23:28:44.160Z | Download: 3161/4281 items 142.0/220.6MB 64% complete (3.0M/s) |
166 | 2024-11-05T23:28:49.172Z | Download: 3290/4281 items 212.6/220.6MB 96% complete (9.3M/s) |
167 | 2024-11-05T23:28:52.106Z | Download: Completed 220.60 MB in 28.03 seconds (7.9M/s) |
168 | 2024-11-05T23:28:54.174Z | Actions: 1/5063 actions (Removing old actions) |
169 | 2024-11-05T23:28:54.189Z | Actions: 194/5063 actions (Installing new actions) |
170 | 2024-11-05T23:28:59.362Z | Actions: 4106/5063 actions (Installing new actions) |
171 | 2024-11-05T23:28:59.854Z | Actions: 4226/5063 actions (Updating modified actions) |
172 | 2024-11-05T23:29:00.243Z | Actions: Completed 5063 actions in 6.07 seconds. |
173 | 2024-11-05T23:29:00.625Z | Done (0.375s) |
174 | 2024-11-05T23:29:00.628Z | Done (0.000s) |
175 | 2024-11-05T23:29:01.154Z | Done (0.528s) |
176 | 2024-11-05T23:29:08.469Z | Done (7.098s) |
177 | 2024-11-05T23:29:08.948Z | Done (0.405s) |
178 | 2024-11-05T23:29:08.951Z | Done (0.000s) |
179 | 2024-11-05T23:29:09.139Z | Done (0.000s) |
180 | 2024-11-05T23:29:09.804Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-11-05T23:29:09.966Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-05T23:29:09.969Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-05T23:29:10.240Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-05T23:29:10.242Z | Planning: Planning completed in 0.44 seconds |
185 | 2024-11-05T23:29:10.280Z | Mediators to change: 2 |
186 | 2024-11-05T23:29:10.280Z | Create boot environment: No |
187 | 2024-11-05T23:29:10.282Z | Create backup boot environment: No |
188 | 2024-11-05T23:29:10.364Z | Done |
189 | 2024-11-05T23:29:10.364Z | Done |
190 | 2024-11-05T23:29:10.699Z | Done |
191 | 2024-11-05T23:29:14.224Z | Done |
192 | 2024-11-05T23:29:14.323Z | Done |
193 | 2024-11-05T23:29:14.327Z | Done |
194 | 2024-11-05T23:29:14.433Z | Done |
195 | 2024-11-05T23:29:15.043Z | Planning: Evaluating mediator changes ... Done |
196 | 2024-11-05T23:29:15.045Z | Planning: Merging actions ... Done |
197 | 2024-11-05T23:29:15.233Z | Planning: Checking for conflicting actions ... Done |
198 | 2024-11-05T23:29:15.235Z | Planning: Consolidating action changes ... Done |
199 | 2024-11-05T23:29:15.501Z | Planning: Evaluating mediators ... Done |
200 | 2024-11-05T23:29:15.556Z | Planning: Planning completed in 0.76 seconds |
201 | 2024-11-05T23:29:15.595Z | Packages to change: 1 |
202 | 2024-11-05T23:29:15.595Z | Mediators to change: 1 |
203 | 2024-11-05T23:29:15.598Z | Services to change: 1 |
204 | 2024-11-05T23:29:15.598Z | Create boot environment: No |
205 | 2024-11-05T23:29:15.598Z | Create backup boot environment: Yes |
206 | 2024-11-05T23:29:17.545Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2024-11-05T23:29:17.656Z | Actions: Completed 6 actions in 0.11 seconds. |
208 | 2024-11-05T23:29:17.658Z | Done |
209 | 2024-11-05T23:29:17.658Z | Done |
210 | 2024-11-05T23:29:17.762Z | Done |
211 | 2024-11-05T23:29:21.421Z | Done |
212 | 2024-11-05T23:29:21.517Z | Done |
213 | 2024-11-05T23:29:21.520Z | Done |
214 | 2024-11-05T23:29:21.647Z | Done |
215 | 2024-11-05T23:29:22.079Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2024-11-05T23:29:22.079Z | clang system 15 system |
217 | 2024-11-05T23:29:22.079Z | csh system system illumos |
218 | 2024-11-05T23:29:22.079Z | ctags system system illumos |
219 | 2024-11-05T23:29:22.079Z | gcc vendor 12 vendor |
220 | 2024-11-05T23:29:22.079Z | gcc system 10 system |
221 | 2024-11-05T23:29:22.079Z | gcc system 7 system |
222 | 2024-11-05T23:29:22.079Z | go system 1.20 system |
223 | 2024-11-05T23:29:22.079Z | go system 1.19 system |
224 | 2024-11-05T23:29:22.079Z | llvm system 15 system |
225 | 2024-11-05T23:29:22.079Z | llvm system 14 system |
226 | 2024-11-05T23:29:22.079Z | mariadb system 10.6 system |
227 | 2024-11-05T23:29:22.079Z | mta vendor vendor dma |
228 | 2024-11-05T23:29:22.079Z | openjdk system 17 system |
229 | 2024-11-05T23:29:22.079Z | openjdk system 11 system |
230 | 2024-11-05T23:29:22.079Z | openjdk system 1.8 system |
231 | 2024-11-05T23:29:22.079Z | openssl vendor 3 vendor |
232 | 2024-11-05T23:29:22.079Z | perl system 5.36 system |
233 | 2024-11-05T23:29:22.079Z | postgresql system 15 system |
234 | 2024-11-05T23:29:22.079Z | postgresql system 13 system |
235 | 2024-11-05T23:29:22.079Z | python vendor 3 vendor |
236 | 2024-11-05T23:29:22.079Z | python system 2 system |
237 | 2024-11-05T23:29:22.079Z | python3 system 3.11 system |
238 | 2024-11-05T23:29:22.079Z | ruby system 3.0 system |
239 | 2024-11-05T23:29:22.079Z | words vendor vendor american-english |
240 | 2024-11-05T23:29:22.080Z | words system system australian-english |
241 | 2024-11-05T23:29:22.080Z | words system system british-english |
242 | 2024-11-05T23:29:22.080Z | words system system canadian-english |
243 | 2024-11-05T23:29:22.080Z | words system system french |
244 | 2024-11-05T23:29:22.080Z | words system system italian |
245 | 2024-11-05T23:29:22.080Z | words system system ngerman |
246 | 2024-11-05T23:29:22.080Z | words system system ogerman |
247 | 2024-11-05T23:29:22.080Z | words system system spanish |
248 | 2024-11-05T23:29:22.407Z | PUBLISHER TYPE STATUS P LOCATION |
249 | 2024-11-05T23:29:22.407Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
250 | 2024-11-05T23:29:24.876Z | FMRI IFO |
251 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
256 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
258 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
259 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
261 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
264 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-11-05T23:29:24.876Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-11-05T23:29:25.574Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-11-05T23:29:25.885Z | Updating crates.io index |
268 | 2024-11-05T23:29:25.943Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
269 | 2024-11-05T23:29:26.769Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
270 | 2024-11-05T23:29:27.042Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
271 | 2024-11-05T23:29:27.357Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
272 | 2024-11-05T23:29:27.613Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
273 | 2024-11-05T23:29:28.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-11-05T23:29:30.988Z | Updating git repository `https://github.com/oxidecomputer/opte` |
275 | 2024-11-05T23:29:32.020Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
276 | 2024-11-05T23:29:32.816Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-11-05T23:29:33.072Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
278 | 2024-11-05T23:29:33.291Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
279 | 2024-11-05T23:29:33.903Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
280 | 2024-11-05T23:29:34.276Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
281 | 2024-11-05T23:29:34.580Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
282 | 2024-11-05T23:29:34.859Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
283 | 2024-11-05T23:29:35.083Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
284 | 2024-11-05T23:29:35.325Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
285 | 2024-11-05T23:29:35.612Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
286 | 2024-11-05T23:29:35.929Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
287 | 2024-11-05T23:29:36.366Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
288 | 2024-11-05T23:29:36.679Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
289 | 2024-11-05T23:29:37.097Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2024-11-05T23:29:37.404Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
291 | 2024-11-05T23:29:37.779Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2024-11-05T23:29:38.248Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-11-05T23:29:38.476Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-11-05T23:29:38.743Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-11-05T23:29:40.139Z | Downloading crates ... |
296 | 2024-11-05T23:29:40.222Z | Downloaded block-buffer v0.10.4 |
297 | 2024-11-05T23:29:40.225Z | Downloaded autocfg v1.4.0 |
298 | 2024-11-05T23:29:40.232Z | Downloaded anstyle-parse v0.2.5 |
299 | 2024-11-05T23:29:40.246Z | Downloaded pretty-hex v0.4.1 |
300 | 2024-11-05T23:29:40.249Z | Downloaded equivalent v1.0.1 |
301 | 2024-11-05T23:29:40.250Z | Downloaded swrite v0.1.0 |
302 | 2024-11-05T23:29:40.252Z | Downloaded cpufeatures v0.2.14 |
303 | 2024-11-05T23:29:40.255Z | Downloaded usdt-macro v0.5.0 |
304 | 2024-11-05T23:29:40.257Z | Downloaded generic-array v0.14.7 |
305 | 2024-11-05T23:29:40.263Z | Downloaded proc-macro-error-attr v1.0.4 |
306 | 2024-11-05T23:29:40.266Z | Downloaded is_terminal_polyfill v1.70.1 |
307 | 2024-11-05T23:29:40.266Z | Downloaded fnv v1.0.7 |
308 | 2024-11-05T23:29:40.269Z | Downloaded thiserror v1.0.64 |
309 | 2024-11-05T23:29:40.272Z | Downloaded pest_generator v2.7.14 |
310 | 2024-11-05T23:29:40.275Z | Downloaded unicode-linebreak v0.1.5 |
311 | 2024-11-05T23:29:40.275Z | Downloaded cargo_metadata v0.18.1 |
312 | 2024-11-05T23:29:40.278Z | Downloaded serde_spanned v0.6.8 |
313 | 2024-11-05T23:29:40.280Z | Downloaded clap_derive v4.5.18 |
314 | 2024-11-05T23:29:40.280Z | Downloaded anstream v0.6.15 |
315 | 2024-11-05T23:29:40.283Z | Downloaded memmap v0.7.0 |
316 | 2024-11-05T23:29:40.287Z | Downloaded tempfile v3.13.0 |
317 | 2024-11-05T23:29:40.290Z | Downloaded zerocopy-derive v0.7.35 |
318 | 2024-11-05T23:29:40.294Z | Downloaded camino v1.1.9 |
319 | 2024-11-05T23:29:40.297Z | Downloaded typenum v1.17.0 |
320 | 2024-11-05T23:29:40.300Z | Downloaded toml v0.8.19 |
321 | 2024-11-05T23:29:40.302Z | Downloaded papergrid v0.11.0 |
322 | 2024-11-05T23:29:40.306Z | Downloaded clap_lex v0.7.2 |
323 | 2024-11-05T23:29:40.309Z | Downloaded cfg-if v1.0.0 |
324 | 2024-11-05T23:29:40.309Z | Downloaded clap v4.5.20 |
325 | 2024-11-05T23:29:40.317Z | Downloaded bytecount v0.6.8 |
326 | 2024-11-05T23:29:40.319Z | Downloaded log v0.4.22 |
327 | 2024-11-05T23:29:40.321Z | Downloaded anstyle-query v1.1.1 |
328 | 2024-11-05T23:29:40.325Z | Downloaded crypto-common v0.1.6 |
329 | 2024-11-05T23:29:40.328Z | Downloaded cargo-platform v0.1.8 |
330 | 2024-11-05T23:29:40.328Z | Downloaded byteorder v1.5.0 |
331 | 2024-11-05T23:29:40.332Z | Downloaded digest v0.10.7 |
332 | 2024-11-05T23:29:40.334Z | Downloaded cargo_toml v0.20.5 |
333 | 2024-11-05T23:29:40.334Z | Downloaded anstyle v1.0.8 |
334 | 2024-11-05T23:29:40.334Z | Downloaded colorchoice v1.0.2 |
335 | 2024-11-05T23:29:40.341Z | Downloaded dtrace-parser v0.2.0 |
336 | 2024-11-05T23:29:40.346Z | Downloaded dof v0.3.0 |
337 | 2024-11-05T23:29:40.348Z | Downloaded serde v1.0.210 |
338 | 2024-11-05T23:29:40.351Z | Downloaded anyhow v1.0.89 |
339 | 2024-11-05T23:29:40.371Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-11-05T23:29:40.375Z | Downloaded scroll_derive v0.12.0 |
341 | 2024-11-05T23:29:40.375Z | Downloaded macaddr v1.0.1 |
342 | 2024-11-05T23:29:40.375Z | Downloaded heck v0.4.1 |
343 | 2024-11-05T23:29:40.379Z | Downloaded errno v0.3.9 |
344 | 2024-11-05T23:29:40.379Z | Downloaded thiserror-impl v1.0.64 |
345 | 2024-11-05T23:29:40.383Z | Downloaded smawk v0.3.2 |
346 | 2024-11-05T23:29:40.388Z | Downloaded utf8parse v0.2.2 |
347 | 2024-11-05T23:29:40.390Z | Downloaded fastrand v2.1.1 |
348 | 2024-11-05T23:29:40.390Z | Downloaded usdt v0.5.0 |
349 | 2024-11-05T23:29:40.393Z | Downloaded tabled_derive v0.7.0 |
350 | 2024-11-05T23:29:40.398Z | Downloaded heck v0.5.0 |
351 | 2024-11-05T23:29:40.403Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-11-05T23:29:40.408Z | Downloaded pest_derive v2.7.14 |
353 | 2024-11-05T23:29:40.411Z | Downloaded bitflags v2.6.0 |
354 | 2024-11-05T23:29:40.415Z | Downloaded usdt-impl v0.5.0 |
355 | 2024-11-05T23:29:40.418Z | Downloaded terminal_size v0.4.0 |
356 | 2024-11-05T23:29:40.418Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-11-05T23:29:40.418Z | Downloaded plain v0.2.3 |
358 | 2024-11-05T23:29:40.421Z | Downloaded strsim v0.11.1 |
359 | 2024-11-05T23:29:40.421Z | Downloaded thread-id v4.2.2 |
360 | 2024-11-05T23:29:40.424Z | Downloaded camino-tempfile v1.1.1 |
361 | 2024-11-05T23:29:40.424Z | Downloaded scroll v0.12.0 |
362 | 2024-11-05T23:29:40.429Z | Downloaded proc-macro-error v1.0.4 |
363 | 2024-11-05T23:29:40.432Z | Downloaded sha2 v0.10.8 |
364 | 2024-11-05T23:29:40.437Z | Downloaded itoa v1.0.11 |
365 | 2024-11-05T23:29:40.439Z | Downloaded quote v1.0.37 |
366 | 2024-11-05T23:29:40.443Z | Downloaded semver v1.0.23 |
367 | 2024-11-05T23:29:40.446Z | Downloaded proc-macro2 v1.0.87 |
368 | 2024-11-05T23:29:40.448Z | Downloaded once_cell v1.20.2 |
369 | 2024-11-05T23:29:40.451Z | Downloaded version_check v0.9.5 |
370 | 2024-11-05T23:29:40.454Z | Downloaded fs-err v2.11.0 |
371 | 2024-11-05T23:29:40.459Z | Downloaded textwrap v0.16.1 |
372 | 2024-11-05T23:29:40.462Z | Downloaded ryu v1.0.18 |
373 | 2024-11-05T23:29:40.466Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-11-05T23:29:40.468Z | Downloaded pest_meta v2.7.14 |
375 | 2024-11-05T23:29:40.472Z | Downloaded serde_derive v1.0.210 |
376 | 2024-11-05T23:29:40.484Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-11-05T23:29:40.526Z | Downloaded indexmap v2.6.0 |
378 | 2024-11-05T23:29:40.542Z | Downloaded toml_edit v0.22.22 |
379 | 2024-11-05T23:29:40.564Z | Downloaded syn v2.0.79 |
380 | 2024-11-05T23:29:40.574Z | Downloaded pest v2.7.14 |
381 | 2024-11-05T23:29:40.579Z | Downloaded memchr v2.7.4 |
382 | 2024-11-05T23:29:40.585Z | Downloaded hashbrown v0.15.0 |
383 | 2024-11-05T23:29:40.589Z | Downloaded clap_builder v4.5.20 |
384 | 2024-11-05T23:29:40.596Z | Downloaded zerocopy v0.7.35 |
385 | 2024-11-05T23:29:40.612Z | Downloaded winnow v0.6.20 |
386 | 2024-11-05T23:29:40.620Z | Downloaded serde_json v1.0.128 |
387 | 2024-11-05T23:29:40.627Z | Downloaded tabled v0.15.0 |
388 | 2024-11-05T23:29:40.642Z | Downloaded syn v1.0.109 |
389 | 2024-11-05T23:29:40.652Z | Downloaded goblin v0.8.2 |
390 | 2024-11-05T23:29:40.659Z | Downloaded unicode-width v0.1.14 |
391 | 2024-11-05T23:29:40.664Z | Downloaded rustix v0.38.37 |
392 | 2024-11-05T23:29:40.717Z | Downloaded libc v0.2.161 |
393 | 2024-11-05T23:29:41.026Z | Compiling proc-macro2 v1.0.87 |
394 | 2024-11-05T23:29:41.026Z | Compiling unicode-ident v1.0.13 |
395 | 2024-11-05T23:29:41.028Z | Compiling version_check v0.9.5 |
396 | 2024-11-05T23:29:41.028Z | Compiling serde v1.0.210 |
397 | 2024-11-05T23:29:41.028Z | Compiling thiserror v1.0.64 |
398 | 2024-11-05T23:29:41.028Z | Compiling memchr v2.7.4 |
399 | 2024-11-05T23:29:41.028Z | Compiling libc v0.2.161 |
400 | 2024-11-05T23:29:41.028Z | Compiling ryu v1.0.18 |
401 | 2024-11-05T23:29:41.275Z | Compiling itoa v1.0.11 |
402 | 2024-11-05T23:29:41.399Z | Compiling ucd-trie v0.1.7 |
403 | 2024-11-05T23:29:41.898Z | Compiling once_cell v1.20.2 |
404 | 2024-11-05T23:29:41.936Z | Compiling byteorder v1.5.0 |
405 | 2024-11-05T23:29:42.206Z | Compiling serde_json v1.0.128 |
406 | 2024-11-05T23:29:42.433Z | Compiling rustix v0.38.37 |
407 | 2024-11-05T23:29:43.214Z | Compiling bitflags v2.6.0 |
408 | 2024-11-05T23:29:43.256Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-11-05T23:29:43.330Z | Compiling usdt-impl v0.5.0 |
410 | 2024-11-05T23:29:43.461Z | Compiling syn v1.0.109 |
411 | 2024-11-05T23:29:43.549Z | Compiling proc-macro-error v1.0.4 |
412 | 2024-11-05T23:29:43.573Z | Compiling camino v1.1.9 |
413 | 2024-11-05T23:29:43.599Z | Compiling equivalent v1.0.1 |
414 | 2024-11-05T23:29:43.714Z | Compiling plain v0.2.3 |
415 | 2024-11-05T23:29:43.795Z | Compiling utf8parse v0.2.2 |
416 | 2024-11-05T23:29:43.852Z | Compiling log v0.4.22 |
417 | 2024-11-05T23:29:43.880Z | Compiling hashbrown v0.15.0 |
418 | 2024-11-05T23:29:43.950Z | Compiling thread-id v4.2.2 |
419 | 2024-11-05T23:29:44.024Z | Compiling anstyle-parse v0.2.5 |
420 | 2024-11-05T23:29:44.216Z | Compiling quote v1.0.37 |
421 | 2024-11-05T23:29:44.246Z | Compiling pretty-hex v0.4.1 |
422 | 2024-11-05T23:29:44.270Z | Compiling anstyle-query v1.1.1 |
423 | 2024-11-05T23:29:44.353Z | Compiling unicode-width v0.1.14 |
424 | 2024-11-05T23:29:44.419Z | Compiling errno v0.3.9 |
425 | 2024-11-05T23:29:44.444Z | Compiling autocfg v1.4.0 |
426 | 2024-11-05T23:29:44.468Z | Compiling is_terminal_polyfill v1.70.1 |
427 | 2024-11-05T23:29:44.594Z | Compiling syn v2.0.79 |
428 | 2024-11-05T23:29:44.856Z | Compiling anstyle v1.0.8 |
429 | 2024-11-05T23:29:44.881Z | Compiling semver v1.0.23 |
430 | 2024-11-05T23:29:45.087Z | Compiling indexmap v2.6.0 |
431 | 2024-11-05T23:29:45.307Z | Compiling winnow v0.6.20 |
432 | 2024-11-05T23:29:45.383Z | Compiling colorchoice v1.0.2 |
433 | 2024-11-05T23:29:45.485Z | Compiling fs-err v2.11.0 |
434 | 2024-11-05T23:29:45.551Z | Compiling anstream v0.6.15 |
435 | 2024-11-05T23:29:46.107Z | Compiling bytecount v0.6.8 |
436 | 2024-11-05T23:29:46.214Z | Compiling clap_lex v0.7.2 |
437 | 2024-11-05T23:29:46.325Z | Compiling fastrand v2.1.1 |
438 | 2024-11-05T23:29:46.327Z | Compiling anyhow v1.0.89 |
439 | 2024-11-05T23:29:46.468Z | Compiling cfg-if v1.0.0 |
440 | 2024-11-05T23:29:46.773Z | Compiling terminal_size v0.4.0 |
441 | 2024-11-05T23:29:46.901Z | Compiling strsim v0.11.1 |
442 | 2024-11-05T23:29:46.947Z | Compiling heck v0.4.1 |
443 | 2024-11-05T23:29:46.983Z | Compiling heck v0.5.0 |
444 | 2024-11-05T23:29:47.060Z | Compiling fnv v1.0.7 |
445 | 2024-11-05T23:29:47.198Z | Compiling papergrid v0.11.0 |
446 | 2024-11-05T23:29:47.428Z | Compiling clap_builder v4.5.20 |
447 | 2024-11-05T23:29:47.481Z | Compiling tempfile v3.13.0 |
448 | 2024-11-05T23:29:48.202Z | Compiling memmap v0.7.0 |
449 | 2024-11-05T23:29:48.331Z | Compiling smawk v0.3.2 |
450 | 2024-11-05T23:29:48.361Z | Compiling unicode-linebreak v0.1.5 |
451 | 2024-11-05T23:29:48.848Z | Compiling textwrap v0.16.1 |
452 | 2024-11-05T23:29:48.955Z | Compiling swrite v0.1.0 |
453 | 2024-11-05T23:29:50.072Z | Compiling tabled_derive v0.7.0 |
454 | 2024-11-05T23:29:51.469Z | Compiling tabled v0.15.0 |
455 | 2024-11-05T23:29:52.641Z | Compiling serde_derive v1.0.210 |
456 | 2024-11-05T23:29:52.643Z | Compiling thiserror-impl v1.0.64 |
457 | 2024-11-05T23:29:52.643Z | Compiling zerocopy-derive v0.7.35 |
458 | 2024-11-05T23:29:52.684Z | Compiling scroll_derive v0.12.0 |
459 | 2024-11-05T23:29:52.710Z | Compiling clap_derive v4.5.18 |
460 | 2024-11-05T23:29:53.997Z | Compiling scroll v0.12.0 |
461 | 2024-11-05T23:29:54.462Z | Compiling goblin v0.8.2 |
462 | 2024-11-05T23:29:54.488Z | Compiling zerocopy v0.7.35 |
463 | 2024-11-05T23:29:55.039Z | Compiling pest v2.7.14 |
464 | 2024-11-05T23:29:56.217Z | Compiling clap v4.5.20 |
465 | 2024-11-05T23:29:57.375Z | Compiling pest_meta v2.7.14 |
466 | 2024-11-05T23:29:58.213Z | Compiling pest_generator v2.7.14 |
467 | 2024-11-05T23:29:59.794Z | Compiling pest_derive v2.7.14 |
468 | 2024-11-05T23:30:00.457Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-11-05T23:30:02.215Z | Compiling serde_tokenstream v0.2.2 |
470 | 2024-11-05T23:30:02.341Z | Compiling toml_datetime v0.6.8 |
471 | 2024-11-05T23:30:02.341Z | Compiling serde_spanned v0.6.8 |
472 | 2024-11-05T23:30:02.610Z | Compiling cargo-platform v0.1.8 |
473 | 2024-11-05T23:30:02.710Z | Compiling toml_edit v0.22.22 |
474 | 2024-11-05T23:30:02.771Z | Compiling macaddr v1.0.1 |
475 | 2024-11-05T23:30:03.060Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-11-05T23:30:03.612Z | Compiling dof v0.3.0 |
477 | 2024-11-05T23:30:03.740Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-11-05T23:30:05.292Z | Compiling usdt-attr-macro v0.5.0 |
479 | 2024-11-05T23:30:05.292Z | Compiling usdt-macro v0.5.0 |
480 | 2024-11-05T23:30:05.543Z | Compiling toml v0.8.19 |
481 | 2024-11-05T23:30:06.396Z | Compiling cargo_toml v0.20.5 |
482 | 2024-11-05T23:30:06.478Z | Compiling usdt v0.5.0 |
483 | 2024-11-05T23:30:09.812Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-11-05T23:30:13.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s |
485 | 2024-11-05T23:30:13.941Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-11-05T23:30:14.453Z | Downloading crates ... |
487 | 2024-11-05T23:30:14.562Z | Downloaded array-init v0.0.4 |
488 | 2024-11-05T23:30:14.570Z | Downloaded aead v0.5.2 |
489 | 2024-11-05T23:30:14.584Z | Downloaded atty v0.2.14 |
490 | 2024-11-05T23:30:14.589Z | Downloaded base16ct v0.2.0 |
491 | 2024-11-05T23:30:14.592Z | Downloaded httpdate v1.0.3 |
492 | 2024-11-05T23:30:14.592Z | Downloaded http-body-util v0.1.2 |
493 | 2024-11-05T23:30:14.594Z | Downloaded castaway v0.2.3 |
494 | 2024-11-05T23:30:14.596Z | Downloaded bit-set v0.5.3 |
495 | 2024-11-05T23:30:14.596Z | Downloaded cipher v0.4.4 |
496 | 2024-11-05T23:30:14.599Z | Downloaded data-encoding v2.6.0 |
497 | 2024-11-05T23:30:14.602Z | Downloaded colored v2.1.0 |
498 | 2024-11-05T23:30:14.604Z | Downloaded crc v3.2.1 |
499 | 2024-11-05T23:30:14.607Z | Downloaded block-padding v0.3.3 |
500 | 2024-11-05T23:30:14.607Z | Downloaded ctr v0.9.2 |
501 | 2024-11-05T23:30:14.611Z | Downloaded cexpr v0.6.0 |
502 | 2024-11-05T23:30:14.614Z | Downloaded instant v0.1.13 |
503 | 2024-11-05T23:30:14.614Z | Downloaded md5 v0.7.0 |
504 | 2024-11-05T23:30:14.617Z | Downloaded crc32fast v1.4.2 |
505 | 2024-11-05T23:30:14.617Z | Downloaded matches v0.1.10 |
506 | 2024-11-05T23:30:14.617Z | Downloaded hubpack_derive v0.1.1 |
507 | 2024-11-05T23:30:14.619Z | Downloaded bcs v0.1.6 |
508 | 2024-11-05T23:30:14.622Z | Downloaded newtype_derive v0.1.6 |
509 | 2024-11-05T23:30:14.622Z | Downloaded const_format_proc_macros v0.2.33 |
510 | 2024-11-05T23:30:14.624Z | Downloaded new_debug_unreachable v1.0.6 |
511 | 2024-11-05T23:30:14.624Z | Downloaded async-bb8-diesel v0.2.1 |
512 | 2024-11-05T23:30:14.627Z | Downloaded const-oid v0.9.6 |
513 | 2024-11-05T23:30:14.630Z | Downloaded http-range v0.1.5 |
514 | 2024-11-05T23:30:14.633Z | Downloaded mime v0.3.17 |
515 | 2024-11-05T23:30:14.633Z | Downloaded lru v0.12.5 |
516 | 2024-11-05T23:30:14.635Z | Downloaded nodrop v0.1.14 |
517 | 2024-11-05T23:30:14.636Z | Downloaded allocator-api2 v0.2.18 |
518 | 2024-11-05T23:30:14.638Z | Downloaded aes-gcm v0.10.3 |
519 | 2024-11-05T23:30:14.642Z | Downloaded indoc v1.0.9 |
520 | 2024-11-05T23:30:14.645Z | Downloaded managed v0.8.0 |
521 | 2024-11-05T23:30:14.647Z | Downloaded keccak v0.1.5 |
522 | 2024-11-05T23:30:14.650Z | Downloaded indent_write v2.2.0 |
523 | 2024-11-05T23:30:14.650Z | Downloaded libefi-sys v0.1.0 |
524 | 2024-11-05T23:30:14.652Z | Downloaded lalrpop-util v0.19.12 |
525 | 2024-11-05T23:30:14.652Z | Downloaded http-body v0.4.6 |
526 | 2024-11-05T23:30:14.655Z | Downloaded debug-ignore v1.0.5 |
527 | 2024-11-05T23:30:14.658Z | Downloaded home v0.5.9 |
528 | 2024-11-05T23:30:14.658Z | Downloaded base64 v0.21.7 |
529 | 2024-11-05T23:30:14.660Z | Downloaded libloading v0.8.5 |
530 | 2024-11-05T23:30:14.663Z | Downloaded sigpipe v0.1.3 |
531 | 2024-11-05T23:30:14.666Z | Downloaded rtoolbox v0.0.2 |
532 | 2024-11-05T23:30:14.666Z | Downloaded hostname v0.3.1 |
533 | 2024-11-05T23:30:14.669Z | Downloaded scheduled-thread-pool v0.2.7 |
534 | 2024-11-05T23:30:14.673Z | Downloaded nu-ansi-term v0.50.1 |
535 | 2024-11-05T23:30:14.676Z | Downloaded multer v3.1.0 |
536 | 2024-11-05T23:30:14.676Z | Downloaded hyper-staticfile v0.10.1 |
537 | 2024-11-05T23:30:14.679Z | Downloaded slog-scope v4.4.0 |
538 | 2024-11-05T23:30:14.679Z | Downloaded adler2 v2.0.0 |
539 | 2024-11-05T23:30:14.682Z | Downloaded crossterm v0.28.1 |
540 | 2024-11-05T23:30:14.687Z | Downloaded sqlparser_derive v0.2.2 |
541 | 2024-11-05T23:30:14.690Z | Downloaded httparse v1.9.5 |
542 | 2024-11-05T23:30:14.692Z | Downloaded async-stream-impl v0.3.6 |
543 | 2024-11-05T23:30:14.692Z | Downloaded miniz_oxide v0.8.0 |
544 | 2024-11-05T23:30:14.695Z | Downloaded hubpack v0.1.2 |
545 | 2024-11-05T23:30:14.698Z | Downloaded hostname v0.4.0 |
546 | 2024-11-05T23:30:14.698Z | Downloaded hickory-resolver v0.24.1 |
547 | 2024-11-05T23:30:14.704Z | Downloaded darling_macro v0.20.10 |
548 | 2024-11-05T23:30:14.707Z | Downloaded crunchy v0.2.2 |
549 | 2024-11-05T23:30:14.707Z | Downloaded crucible-workspace-hack v0.1.0 |
550 | 2024-11-05T23:30:14.707Z | Downloaded cfg_aliases v0.2.1 |
551 | 2024-11-05T23:30:14.709Z | Downloaded tui-tree-widget v0.22.0 |
552 | 2024-11-05T23:30:14.709Z | Downloaded match_cfg v0.1.0 |
553 | 2024-11-05T23:30:14.712Z | Downloaded tls_codec_derive v0.4.1 |
554 | 2024-11-05T23:30:14.715Z | Downloaded atomicwrites v0.4.4 |
555 | 2024-11-05T23:30:14.715Z | Downloaded iana-time-zone v0.1.61 |
556 | 2024-11-05T23:30:14.718Z | Downloaded blowfish v0.9.1 |
557 | 2024-11-05T23:30:14.718Z | Downloaded bitfield v0.14.0 |
558 | 2024-11-05T23:30:14.721Z | Downloaded arrayref v0.3.9 |
559 | 2024-11-05T23:30:14.721Z | Downloaded http v0.2.12 |
560 | 2024-11-05T23:30:14.727Z | Downloaded slog-term v2.9.1 |
561 | 2024-11-05T23:30:14.729Z | Downloaded itertools v0.10.5 |
562 | 2024-11-05T23:30:14.736Z | Downloaded derive_builder_macro v0.20.2 |
563 | 2024-11-05T23:30:14.738Z | Downloaded normalize-line-endings v0.3.0 |
564 | 2024-11-05T23:30:14.738Z | Downloaded newline-converter v0.3.0 |
565 | 2024-11-05T23:30:14.738Z | Downloaded is_ci v1.2.0 |
566 | 2024-11-05T23:30:14.741Z | Downloaded num-conv v0.1.0 |
567 | 2024-11-05T23:30:14.741Z | Downloaded cbc v0.1.2 |
568 | 2024-11-05T23:30:14.744Z | Downloaded instability v0.3.2 |
569 | 2024-11-05T23:30:14.746Z | Downloaded ident_case v1.0.1 |
570 | 2024-11-05T23:30:14.746Z | Downloaded humantime v2.1.0 |
571 | 2024-11-05T23:30:14.749Z | Downloaded async-recursion v1.1.1 |
572 | 2024-11-05T23:30:14.753Z | Downloaded linear-map v1.2.0 |
573 | 2024-11-05T23:30:14.757Z | Downloaded cancel-safe-futures v0.1.5 |
574 | 2024-11-05T23:30:14.761Z | Downloaded nanorand v0.7.0 |
575 | 2024-11-05T23:30:14.761Z | Downloaded multimap v0.10.0 |
576 | 2024-11-05T23:30:14.761Z | Downloaded is-terminal v0.4.13 |
577 | 2024-11-05T23:30:14.765Z | Downloaded curve25519-dalek-derive v0.1.1 |
578 | 2024-11-05T23:30:14.765Z | Downloaded crossbeam-deque v0.8.5 |
579 | 2024-11-05T23:30:14.767Z | Downloaded memoffset v0.9.1 |
580 | 2024-11-05T23:30:14.767Z | Downloaded md-5 v0.10.6 |
581 | 2024-11-05T23:30:14.767Z | Downloaded lru-cache v0.1.2 |
582 | 2024-11-05T23:30:14.770Z | Downloaded cobs v0.2.3 |
583 | 2024-11-05T23:30:14.772Z | Downloaded maybe-uninit v2.0.0 |
584 | 2024-11-05T23:30:14.772Z | Downloaded linked-hash-map v0.5.6 |
585 | 2024-11-05T23:30:14.772Z | Downloaded inout v0.1.3 |
586 | 2024-11-05T23:30:14.775Z | Downloaded foreign-types-shared v0.1.1 |
587 | 2024-11-05T23:30:14.775Z | Downloaded try-lock v0.2.5 |
588 | 2024-11-05T23:30:14.777Z | Downloaded sync_wrapper v1.0.1 |
589 | 2024-11-05T23:30:14.777Z | Downloaded sync_wrapper v0.1.2 |
590 | 2024-11-05T23:30:14.779Z | Downloaded cstr-argument v0.1.2 |
591 | 2024-11-05T23:30:14.779Z | Downloaded kstat-rs v0.2.4 |
592 | 2024-11-05T23:30:14.782Z | Downloaded convert_case v0.4.0 |
593 | 2024-11-05T23:30:14.782Z | Downloaded impl-trait-for-tuples v0.2.2 |
594 | 2024-11-05T23:30:14.785Z | Downloaded crc-catalog v2.4.0 |
595 | 2024-11-05T23:30:14.787Z | Downloaded constant_time_eq v0.3.1 |
596 | 2024-11-05T23:30:14.787Z | Downloaded chrono-tz-build v0.4.0 |
597 | 2024-11-05T23:30:14.790Z | Downloaded cassowary v0.3.0 |
598 | 2024-11-05T23:30:14.790Z | Downloaded foreign-types-shared v0.3.1 |
599 | 2024-11-05T23:30:14.792Z | Downloaded foreign-types v0.3.2 |
600 | 2024-11-05T23:30:14.793Z | Downloaded float-ord v0.3.2 |
601 | 2024-11-05T23:30:14.793Z | Downloaded cookie_store v0.21.0 |
602 | 2024-11-05T23:30:14.795Z | Downloaded oso-derive v0.27.3 |
603 | 2024-11-05T23:30:14.798Z | Downloaded lazy_static v1.5.0 |
604 | 2024-11-05T23:30:14.798Z | Downloaded internet-checksum v0.2.1 |
605 | 2024-11-05T23:30:14.801Z | Downloaded bitvec v1.0.1 |
606 | 2024-11-05T23:30:14.816Z | Downloaded path-slash v0.1.5 |
607 | 2024-11-05T23:30:14.819Z | Downloaded argon2 v0.5.3 |
608 | 2024-11-05T23:30:14.819Z | Downloaded serde_plain v1.0.2 |
609 | 2024-11-05T23:30:14.822Z | Downloaded lock_api v0.4.12 |
610 | 2024-11-05T23:30:14.822Z | Downloaded structmeta-derive v0.3.0 |
611 | 2024-11-05T23:30:14.824Z | Downloaded slog-stdlog v4.1.1 |
612 | 2024-11-05T23:30:14.825Z | Downloaded sha1 v0.10.6 |
613 | 2024-11-05T23:30:14.827Z | Downloaded maplit v1.0.2 |
614 | 2024-11-05T23:30:14.829Z | Downloaded ipnet v2.10.1 |
615 | 2024-11-05T23:30:14.832Z | Downloaded which v4.4.2 |
616 | 2024-11-05T23:30:14.832Z | Downloaded slog-json v2.6.1 |
617 | 2024-11-05T23:30:14.835Z | Downloaded rfc6979 v0.4.0 |
618 | 2024-11-05T23:30:14.835Z | Downloaded console v0.15.8 |
619 | 2024-11-05T23:30:14.838Z | Downloaded ref-cast-impl v1.0.23 |
620 | 2024-11-05T23:30:14.841Z | Downloaded foreign-types v0.5.0 |
621 | 2024-11-05T23:30:14.841Z | Downloaded ssh-cipher v0.2.0 |
622 | 2024-11-05T23:30:14.844Z | Downloaded native-tls v0.2.12 |
623 | 2024-11-05T23:30:14.847Z | Downloaded hash32 v0.3.1 |
624 | 2024-11-05T23:30:14.847Z | Downloaded tabwriter v1.4.0 |
625 | 2024-11-05T23:30:14.850Z | Downloaded ssh-encoding v0.2.0 |
626 | 2024-11-05T23:30:14.850Z | Downloaded addr2line v0.24.2 |
627 | 2024-11-05T23:30:14.853Z | Downloaded num_enum v0.5.11 |
628 | 2024-11-05T23:30:14.856Z | Downloaded deranged v0.3.11 |
629 | 2024-11-05T23:30:14.859Z | Downloaded paste v1.0.15 |
630 | 2024-11-05T23:30:14.862Z | Downloaded zeroize_derive v1.4.2 |
631 | 2024-11-05T23:30:14.867Z | Downloaded utf-8 v0.7.6 |
632 | 2024-11-05T23:30:14.867Z | Downloaded tls_codec v0.4.1 |
633 | 2024-11-05T23:30:14.869Z | Downloaded proc-macro-crate v1.3.1 |
634 | 2024-11-05T23:30:14.869Z | Downloaded fallible-iterator v0.2.0 |
635 | 2024-11-05T23:30:14.869Z | Downloaded packed_struct v0.10.1 |
636 | 2024-11-05T23:30:14.872Z | Downloaded foreign-types-macros v0.2.3 |
637 | 2024-11-05T23:30:14.872Z | Downloaded ed25519 v2.2.3 |
638 | 2024-11-05T23:30:14.875Z | Downloaded diesel_table_macro_syntax v0.2.0 |
639 | 2024-11-05T23:30:14.875Z | Downloaded take_mut v0.2.2 |
640 | 2024-11-05T23:30:14.875Z | Downloaded r2d2 v0.8.10 |
641 | 2024-11-05T23:30:14.878Z | Downloaded primeorder v0.13.6 |
642 | 2024-11-05T23:30:14.881Z | Downloaded olpc-cjson v0.1.4 |
643 | 2024-11-05T23:30:14.881Z | Downloaded bytes v1.7.2 |
644 | 2024-11-05T23:30:14.883Z | Downloaded foldhash v0.1.3 |
645 | 2024-11-05T23:30:14.887Z | Downloaded memmap2 v0.9.5 |
646 | 2024-11-05T23:30:14.893Z | Downloaded derive_builder v0.20.2 |
647 | 2024-11-05T23:30:14.893Z | Downloaded zeroize v1.8.1 |
648 | 2024-11-05T23:30:14.896Z | Downloaded itertools v0.13.0 |
649 | 2024-11-05T23:30:14.903Z | Downloaded static_assertions v1.1.0 |
650 | 2024-11-05T23:30:14.907Z | Downloaded crypto-bigint v0.5.5 |
651 | 2024-11-05T23:30:14.910Z | Downloaded precomputed-hash v0.1.1 |
652 | 2024-11-05T23:30:14.913Z | Downloaded hyper-rustls v0.27.3 |
653 | 2024-11-05T23:30:14.915Z | Downloaded num_threads v0.1.7 |
654 | 2024-11-05T23:30:14.915Z | Downloaded vte_generate_state_changes v0.1.2 |
655 | 2024-11-05T23:30:14.918Z | Downloaded pkcs8 v0.10.2 |
656 | 2024-11-05T23:30:14.921Z | Downloaded password-hash v0.4.2 |
657 | 2024-11-05T23:30:14.921Z | Downloaded password-hash v0.5.0 |
658 | 2024-11-05T23:30:14.923Z | Downloaded typify-macro v0.2.0 |
659 | 2024-11-05T23:30:14.926Z | Downloaded russh-cryptovec v0.7.3 |
660 | 2024-11-05T23:30:14.926Z | Downloaded radium v0.7.0 |
661 | 2024-11-05T23:30:14.929Z | Downloaded uuid v1.10.0 |
662 | 2024-11-05T23:30:14.932Z | Downloaded tokio-tungstenite v0.21.0 |
663 | 2024-11-05T23:30:14.934Z | Downloaded similar v2.6.0 |
664 | 2024-11-05T23:30:14.938Z | Downloaded opaque-debug v0.3.1 |
665 | 2024-11-05T23:30:14.940Z | Downloaded number_prefix v0.4.0 |
666 | 2024-11-05T23:30:14.940Z | Downloaded uzers v0.12.1 |
667 | 2024-11-05T23:30:14.943Z | Downloaded crossbeam-utils v0.8.20 |
668 | 2024-11-05T23:30:14.946Z | Downloaded tinyvec_macros v0.1.1 |
669 | 2024-11-05T23:30:14.951Z | Downloaded dirs-next v2.0.0 |
670 | 2024-11-05T23:30:14.951Z | Downloaded difflib v0.4.0 |
671 | 2024-11-05T23:30:14.954Z | Downloaded diesel-dtrace v0.3.0 |
672 | 2024-11-05T23:30:14.954Z | Downloaded shell-words v1.1.0 |
673 | 2024-11-05T23:30:14.954Z | Downloaded filetime v0.2.25 |
674 | 2024-11-05T23:30:14.957Z | Downloaded fixedbitset v0.4.2 |
675 | 2024-11-05T23:30:14.957Z | Downloaded env_logger v0.11.5 |
676 | 2024-11-05T23:30:14.960Z | Downloaded mockall_derive v0.13.0 |
677 | 2024-11-05T23:30:14.963Z | Downloaded crossbeam-channel v0.5.13 |
678 | 2024-11-05T23:30:14.966Z | Downloaded mime_guess v2.0.5 |
679 | 2024-11-05T23:30:14.969Z | Downloaded num_enum_derive v0.5.11 |
680 | 2024-11-05T23:30:14.969Z | Downloaded num-iter v0.1.45 |
681 | 2024-11-05T23:30:14.972Z | Downloaded structmeta v0.2.0 |
682 | 2024-11-05T23:30:14.972Z | Downloaded backtrace v0.3.74 |
683 | 2024-11-05T23:30:14.977Z | Downloaded wyz v0.5.1 |
684 | 2024-11-05T23:30:14.979Z | Downloaded base64 v0.13.1 |
685 | 2024-11-05T23:30:14.982Z | Downloaded dhcproto-macros v0.1.0 |
686 | 2024-11-05T23:30:14.984Z | Downloaded ppv-lite86 v0.2.20 |
687 | 2024-11-05T23:30:14.984Z | Downloaded semver v0.1.20 |
688 | 2024-11-05T23:30:14.988Z | Downloaded cc v1.1.30 |
689 | 2024-11-05T23:30:14.991Z | Downloaded const_format v0.2.33 |
690 | 2024-11-05T23:30:14.994Z | Downloaded sct v0.7.1 |
691 | 2024-11-05T23:30:14.999Z | Downloaded openssl-probe v0.1.5 |
692 | 2024-11-05T23:30:15.002Z | Downloaded http v1.1.0 |
693 | 2024-11-05T23:30:15.013Z | Downloaded zone_cfg_derive v0.3.0 |
694 | 2024-11-05T23:30:15.015Z | Downloaded sqlformat v0.2.6 |
695 | 2024-11-05T23:30:15.018Z | Downloaded downcast v0.11.0 |
696 | 2024-11-05T23:30:15.018Z | Downloaded heck v0.3.3 |
697 | 2024-11-05T23:30:15.022Z | Downloaded flagset v0.4.6 |
698 | 2024-11-05T23:30:15.022Z | Downloaded resolv-conf v0.7.0 |
699 | 2024-11-05T23:30:15.025Z | Downloaded pkcs5 v0.7.1 |
700 | 2024-11-05T23:30:15.027Z | Downloaded rand_core v0.6.4 |
701 | 2024-11-05T23:30:15.031Z | Downloaded dirs-sys-next v0.1.2 |
702 | 2024-11-05T23:30:15.031Z | Downloaded rand_seeder v0.3.0 |
703 | 2024-11-05T23:30:15.031Z | Downloaded postgres-protocol v0.6.7 |
704 | 2024-11-05T23:30:15.034Z | Downloaded num-rational v0.4.2 |
705 | 2024-11-05T23:30:15.037Z | Downloaded powerfmt v0.2.0 |
706 | 2024-11-05T23:30:15.037Z | Downloaded display-error-chain v0.2.1 |
707 | 2024-11-05T23:30:15.039Z | Downloaded indicatif v0.17.8 |
708 | 2024-11-05T23:30:15.043Z | Downloaded globset v0.4.15 |
709 | 2024-11-05T23:30:15.045Z | Downloaded want v0.3.1 |
710 | 2024-11-05T23:30:15.045Z | Downloaded spin v0.5.2 |
711 | 2024-11-05T23:30:15.047Z | Downloaded indexmap v1.9.3 |
712 | 2024-11-05T23:30:15.050Z | Downloaded waitgroup v0.1.2 |
713 | 2024-11-05T23:30:15.054Z | Downloaded glob v0.3.1 |
714 | 2024-11-05T23:30:15.054Z | Downloaded snafu-derive v0.8.5 |
715 | 2024-11-05T23:30:15.056Z | Downloaded structmeta v0.3.0 |
716 | 2024-11-05T23:30:15.056Z | Downloaded predicates v3.1.2 |
717 | 2024-11-05T23:30:15.059Z | Downloaded phf_codegen v0.11.2 |
718 | 2024-11-05T23:30:15.059Z | Downloaded phf v0.11.2 |
719 | 2024-11-05T23:30:15.062Z | Downloaded strum_macros v0.26.4 |
720 | 2024-11-05T23:30:15.065Z | Downloaded slog-dtrace v0.3.0 |
721 | 2024-11-05T23:30:15.068Z | Downloaded regex v1.11.0 |
722 | 2024-11-05T23:30:15.079Z | Downloaded phf_shared v0.10.0 |
723 | 2024-11-05T23:30:15.082Z | Downloaded headers-core v0.3.0 |
724 | 2024-11-05T23:30:15.082Z | Downloaded rustfmt-wrapper v0.2.1 |
725 | 2024-11-05T23:30:15.084Z | Downloaded rustc_version v0.4.1 |
726 | 2024-11-05T23:30:15.084Z | Downloaded ref-cast v1.0.23 |
727 | 2024-11-05T23:30:15.088Z | Downloaded progenitor-macro v0.8.0 |
728 | 2024-11-05T23:30:15.092Z | Downloaded polyval v0.6.2 |
729 | 2024-11-05T23:30:15.092Z | Downloaded topological-sort v0.2.2 |
730 | 2024-11-05T23:30:15.092Z | Downloaded value-bag v1.9.0 |
731 | 2024-11-05T23:30:15.095Z | Downloaded strum v0.26.3 |
732 | 2024-11-05T23:30:15.098Z | Downloaded pem v3.0.4 |
733 | 2024-11-05T23:30:15.098Z | Downloaded stable_deref_trait v1.2.0 |
734 | 2024-11-05T23:30:15.098Z | Downloaded wait-timeout v0.2.0 |
735 | 2024-11-05T23:30:15.101Z | Downloaded derive-where v1.2.7 |
736 | 2024-11-05T23:30:15.105Z | Downloaded futures-core v0.3.31 |
737 | 2024-11-05T23:30:15.108Z | Downloaded ron v0.7.1 |
738 | 2024-11-05T23:30:15.112Z | Downloaded diesel_derives v2.2.3 |
739 | 2024-11-05T23:30:15.115Z | Downloaded group v0.13.0 |
740 | 2024-11-05T23:30:15.119Z | Downloaded funty v2.0.0 |
741 | 2024-11-05T23:30:15.119Z | Downloaded enum-as-inner v0.5.1 |
742 | 2024-11-05T23:30:15.124Z | Downloaded futures-task v0.3.31 |
743 | 2024-11-05T23:30:15.124Z | Downloaded tungstenite v0.24.0 |
744 | 2024-11-05T23:30:15.128Z | Downloaded hickory-server v0.24.1 |
745 | 2024-11-05T23:30:15.130Z | Downloaded dhcproto v0.12.0 |
746 | 2024-11-05T23:30:15.133Z | Downloaded num-traits v0.2.19 |
747 | 2024-11-05T23:30:15.136Z | Downloaded predicates-core v1.0.8 |
748 | 2024-11-05T23:30:15.139Z | Downloaded socket2 v0.5.7 |
749 | 2024-11-05T23:30:15.141Z | Downloaded peg v0.8.4 |
750 | 2024-11-05T23:30:15.144Z | Downloaded gethostname v0.5.0 |
751 | 2024-11-05T23:30:15.146Z | Downloaded serde_derive_internals v0.29.1 |
752 | 2024-11-05T23:30:15.150Z | Downloaded minimal-lexical v0.2.1 |
753 | 2024-11-05T23:30:15.154Z | Downloaded shlex v1.3.0 |
754 | 2024-11-05T23:30:15.157Z | Downloaded hmac v0.12.1 |
755 | 2024-11-05T23:30:15.157Z | Downloaded walkdir v2.5.0 |
756 | 2024-11-05T23:30:15.159Z | Downloaded oso v0.27.3 |
757 | 2024-11-05T23:30:15.162Z | Downloaded heapless v0.8.0 |
758 | 2024-11-05T23:30:15.166Z | Downloaded hashlink v0.9.1 |
759 | 2024-11-05T23:30:15.168Z | Downloaded num-bigint v0.4.6 |
760 | 2024-11-05T23:30:15.173Z | Downloaded smf v0.2.3 |
761 | 2024-11-05T23:30:15.176Z | Downloaded structmeta-derive v0.2.0 |
762 | 2024-11-05T23:30:15.176Z | Downloaded strip-ansi-escapes v0.2.0 |
763 | 2024-11-05T23:30:15.181Z | Downloaded stringprep v0.1.5 |
764 | 2024-11-05T23:30:15.185Z | Downloaded scopeguard v1.2.0 |
765 | 2024-11-05T23:30:15.185Z | Downloaded peg-runtime v0.8.3 |
766 | 2024-11-05T23:30:15.185Z | Downloaded same-file v1.0.6 |
767 | 2024-11-05T23:30:15.185Z | Downloaded vsss-rs v3.3.4 |
768 | 2024-11-05T23:30:15.188Z | Downloaded spin v0.9.8 |
769 | 2024-11-05T23:30:15.190Z | Downloaded either v1.13.0 |
770 | 2024-11-05T23:30:15.190Z | Downloaded dyn-clone v1.0.17 |
771 | 2024-11-05T23:30:15.193Z | Downloaded dsl_auto_type v0.1.2 |
772 | 2024-11-05T23:30:15.196Z | Downloaded fallible-streaming-iterator v0.1.9 |
773 | 2024-11-05T23:30:15.196Z | Downloaded hash32 v0.2.1 |
774 | 2024-11-05T23:30:15.196Z | Downloaded phf_shared v0.11.2 |
775 | 2024-11-05T23:30:15.200Z | Downloaded quick-error v1.2.3 |
776 | 2024-11-05T23:30:15.200Z | Downloaded hex-literal v0.4.1 |
777 | 2024-11-05T23:30:15.203Z | Downloaded russh-keys v0.45.0 |
778 | 2024-11-05T23:30:15.203Z | Downloaded termtree v0.4.1 |
779 | 2024-11-05T23:30:15.205Z | Downloaded quinn-udp v0.5.5 |
780 | 2024-11-05T23:30:15.205Z | Downloaded hex v0.4.3 |
781 | 2024-11-05T23:30:15.208Z | Downloaded subtle v2.6.1 |
782 | 2024-11-05T23:30:15.211Z | Downloaded ron v0.8.1 |
783 | 2024-11-05T23:30:15.215Z | Downloaded pkg-config v0.3.31 |
784 | 2024-11-05T23:30:15.217Z | Downloaded derive_more v0.99.18 |
785 | 2024-11-05T23:30:15.221Z | Downloaded endian-type v0.1.2 |
786 | 2024-11-05T23:30:15.224Z | Downloaded zone_cfg_derive v0.1.2 |
787 | 2024-11-05T23:30:15.224Z | Downloaded serde_path_to_error v0.1.16 |
788 | 2024-11-05T23:30:15.227Z | Downloaded zone v0.1.8 |
789 | 2024-11-05T23:30:15.227Z | Downloaded owo-colors v4.1.0 |
790 | 2024-11-05T23:30:15.230Z | Downloaded subprocess v0.2.9 |
791 | 2024-11-05T23:30:15.233Z | Downloaded rustls-pemfile v1.0.4 |
792 | 2024-11-05T23:30:15.236Z | Downloaded futures v0.3.31 |
793 | 2024-11-05T23:30:15.239Z | Downloaded strum_macros v0.24.3 |
794 | 2024-11-05T23:30:15.241Z | Downloaded string_cache v0.8.7 |
795 | 2024-11-05T23:30:15.244Z | Downloaded expectorate v1.1.0 |
796 | 2024-11-05T23:30:15.247Z | Downloaded pbkdf2 v0.11.0 |
797 | 2024-11-05T23:30:15.250Z | Downloaded openssl-sys v0.9.103 |
798 | 2024-11-05T23:30:15.253Z | Downloaded xz2 v0.1.7 |
799 | 2024-11-05T23:30:15.256Z | Downloaded xattr v1.3.1 |
800 | 2024-11-05T23:30:15.258Z | Downloaded untrusted v0.9.0 |
801 | 2024-11-05T23:30:15.261Z | Downloaded rand_chacha v0.3.1 |
802 | 2024-11-05T23:30:15.263Z | Downloaded parse-display v0.10.0 |
803 | 2024-11-05T23:30:15.263Z | Downloaded untrusted v0.7.1 |
804 | 2024-11-05T23:30:15.263Z | Downloaded universal-hash v0.5.1 |
805 | 2024-11-05T23:30:15.267Z | Downloaded defmt-macros v0.3.9 |
806 | 2024-11-05T23:30:15.270Z | Downloaded rand_xorshift v0.3.0 |
807 | 2024-11-05T23:30:15.270Z | Downloaded psl-types v2.0.11 |
808 | 2024-11-05T23:30:15.272Z | Downloaded pretty-hex v0.2.1 |
809 | 2024-11-05T23:30:15.273Z | Downloaded twox-hash v1.6.3 |
810 | 2024-11-05T23:30:15.275Z | Downloaded signal-hook-registry v1.4.2 |
811 | 2024-11-05T23:30:15.275Z | Downloaded pkcs1 v0.7.5 |
812 | 2024-11-05T23:30:15.277Z | Downloaded peg-macros v0.8.4 |
813 | 2024-11-05T23:30:15.279Z | Downloaded unicode-bidi v0.3.17 |
814 | 2024-11-05T23:30:15.282Z | Downloaded mio v1.0.2 |
815 | 2024-11-05T23:30:15.289Z | Downloaded x509-cert v0.2.5 |
816 | 2024-11-05T23:30:15.294Z | Downloaded parse-size v1.0.0 |
817 | 2024-11-05T23:30:15.296Z | Downloaded headers v0.4.0 |
818 | 2024-11-05T23:30:15.301Z | Downloaded pem-rfc7468 v0.7.0 |
819 | 2024-11-05T23:30:15.304Z | Downloaded pbkdf2 v0.12.2 |
820 | 2024-11-05T23:30:15.306Z | Downloaded tokio-macros v2.4.0 |
821 | 2024-11-05T23:30:15.306Z | Downloaded serde_repr v0.1.19 |
822 | 2024-11-05T23:30:15.309Z | Downloaded rustls-pemfile v2.2.0 |
823 | 2024-11-05T23:30:15.311Z | Downloaded openssl-macros v0.1.1 |
824 | 2024-11-05T23:30:15.311Z | Downloaded termios v0.3.3 |
825 | 2024-11-05T23:30:15.314Z | Downloaded rustc-hash v2.0.0 |
826 | 2024-11-05T23:30:15.316Z | Downloaded tokio-postgres v0.7.12 |
827 | 2024-11-05T23:30:15.319Z | Downloaded num-derive v0.4.2 |
828 | 2024-11-05T23:30:15.322Z | Downloaded futures-executor v0.3.31 |
829 | 2024-11-05T23:30:15.325Z | Downloaded fragile v2.0.0 |
830 | 2024-11-05T23:30:15.327Z | Downloaded unarray v0.1.4 |
831 | 2024-11-05T23:30:15.327Z | Downloaded typify v0.2.0 |
832 | 2024-11-05T23:30:15.332Z | Downloaded hashbrown v0.12.3 |
833 | 2024-11-05T23:30:15.337Z | Downloaded yasna v0.5.2 |
834 | 2024-11-05T23:30:15.339Z | Downloaded vte v0.11.1 |
835 | 2024-11-05T23:30:15.339Z | Downloaded progenitor-client v0.8.0 |
836 | 2024-11-05T23:30:15.339Z | Downloaded hickory-client v0.24.1 |
837 | 2024-11-05T23:30:15.343Z | Downloaded unicase v2.7.0 |
838 | 2024-11-05T23:30:15.347Z | Downloaded secrecy v0.8.0 |
839 | 2024-11-05T23:30:15.347Z | Downloaded scrypt v0.11.0 |
840 | 2024-11-05T23:30:15.349Z | Downloaded fxhash v0.2.1 |
841 | 2024-11-05T23:30:15.349Z | Downloaded aho-corasick v1.1.3 |
842 | 2024-11-05T23:30:15.353Z | Downloaded num-integer v0.1.46 |
843 | 2024-11-05T23:30:15.356Z | Downloaded signature v2.2.0 |
844 | 2024-11-05T23:30:15.358Z | Downloaded ghash v0.5.1 |
845 | 2024-11-05T23:30:15.358Z | Downloaded heapless v0.7.17 |
846 | 2024-11-05T23:30:15.362Z | Downloaded snafu v0.8.5 |
847 | 2024-11-05T23:30:15.368Z | Downloaded futures-macro v0.3.31 |
848 | 2024-11-05T23:30:15.370Z | Downloaded parking_lot_core v0.8.6 |
849 | 2024-11-05T23:30:15.372Z | Downloaded postcard v1.0.10 |
850 | 2024-11-05T23:30:15.375Z | Downloaded time-core v0.1.2 |
851 | 2024-11-05T23:30:15.375Z | Downloaded defmt v0.3.8 |
852 | 2024-11-05T23:30:15.377Z | Downloaded tokio-tungstenite v0.24.0 |
853 | 2024-11-05T23:30:15.380Z | Downloaded signal-hook v0.3.17 |
854 | 2024-11-05T23:30:15.383Z | Downloaded rand v0.8.5 |
855 | 2024-11-05T23:30:15.387Z | Downloaded enum-as-inner v0.6.1 |
856 | 2024-11-05T23:30:15.389Z | Downloaded zip v0.6.6 |
857 | 2024-11-05T23:30:15.393Z | Downloaded progenitor v0.8.0 |
858 | 2024-11-05T23:30:15.395Z | Downloaded signal-hook-tokio v0.3.1 |
859 | 2024-11-05T23:30:15.395Z | Downloaded salsa20 v0.10.2 |
860 | 2024-11-05T23:30:15.397Z | Downloaded steno v0.4.1 |
861 | 2024-11-05T23:30:15.402Z | Downloaded parse-display-derive v0.10.0 |
862 | 2024-11-05T23:30:15.404Z | Downloaded tough v0.17.1 |
863 | 2024-11-05T23:30:15.410Z | Downloaded parking_lot v0.11.2 |
864 | 2024-11-05T23:30:15.414Z | Downloaded futures-sink v0.3.31 |
865 | 2024-11-05T23:30:15.416Z | Downloaded futures-io v0.3.31 |
866 | 2024-11-05T23:30:15.416Z | Downloaded termcolor v1.4.1 |
867 | 2024-11-05T23:30:15.416Z | Downloaded serde_with_macros v3.11.0 |
868 | 2024-11-05T23:30:15.418Z | Downloaded rustc_version v0.1.7 |
869 | 2024-11-05T23:30:15.421Z | Downloaded form_urlencoded v1.2.1 |
870 | 2024-11-05T23:30:15.421Z | Downloaded ena v0.14.3 |
871 | 2024-11-05T23:30:15.424Z | Downloaded ed25519-dalek v2.1.1 |
872 | 2024-11-05T23:30:15.427Z | Downloaded unicode-normalization v0.1.24 |
873 | 2024-11-05T23:30:15.429Z | Downloaded defmt-parser v0.3.4 |
874 | 2024-11-05T23:30:15.431Z | Downloaded tokio-native-tls v0.3.1 |
875 | 2024-11-05T23:30:15.431Z | Downloaded tiny-keccak v2.0.2 |
876 | 2024-11-05T23:30:15.434Z | Downloaded env_logger v0.10.2 |
877 | 2024-11-05T23:30:15.438Z | Downloaded rayon-core v1.12.1 |
878 | 2024-11-05T23:30:15.440Z | Downloaded zerocopy v0.6.6 |
879 | 2024-11-05T23:30:15.444Z | Downloaded quinn v0.11.5 |
880 | 2024-11-05T23:30:15.447Z | Downloaded unsafe-libyaml v0.2.11 |
881 | 2024-11-05T23:30:15.452Z | Downloaded supports-color v3.0.1 |
882 | 2024-11-05T23:30:15.454Z | Downloaded pin-utils v0.1.0 |
883 | 2024-11-05T23:30:15.454Z | Downloaded qorb v0.2.0 |
884 | 2024-11-05T23:30:15.458Z | Downloaded thiserror-impl-no-std v2.0.2 |
885 | 2024-11-05T23:30:15.460Z | Downloaded embedded-io v0.6.1 |
886 | 2024-11-05T23:30:15.460Z | Downloaded tinyvec v1.8.0 |
887 | 2024-11-05T23:30:15.463Z | Downloaded float-cmp v0.9.0 |
888 | 2024-11-05T23:30:15.465Z | Downloaded der_derive v0.7.3 |
889 | 2024-11-05T23:30:15.465Z | Downloaded getrandom v0.2.15 |
890 | 2024-11-05T23:30:15.468Z | Downloaded russh v0.45.0 |
891 | 2024-11-05T23:30:15.473Z | Downloaded time-macros v0.2.18 |
892 | 2024-11-05T23:30:15.477Z | Downloaded pin-project-lite v0.2.14 |
893 | 2024-11-05T23:30:15.481Z | Downloaded url v2.5.2 |
894 | 2024-11-05T23:30:15.484Z | Downloaded publicsuffix v2.2.3 |
895 | 2024-11-05T23:30:15.488Z | Downloaded unicode_categories v0.1.1 |
896 | 2024-11-05T23:30:15.490Z | Downloaded hashbrown v0.13.2 |
897 | 2024-11-05T23:30:15.493Z | Downloaded predicates-tree v1.0.11 |
898 | 2024-11-05T23:30:15.495Z | Downloaded term v0.7.0 |
899 | 2024-11-05T23:30:15.498Z | Downloaded embedded-io v0.4.0 |
900 | 2024-11-05T23:30:15.501Z | Downloaded phf_generator v0.11.2 |
901 | 2024-11-05T23:30:15.501Z | Downloaded packed_struct_codegen v0.10.1 |
902 | 2024-11-05T23:30:15.503Z | Downloaded fallible-iterator v0.3.0 |
903 | 2024-11-05T23:30:15.503Z | Downloaded env_filter v0.1.2 |
904 | 2024-11-05T23:30:15.506Z | Downloaded parking_lot_core v0.9.10 |
905 | 2024-11-05T23:30:15.508Z | Downloaded dropshot_endpoint v0.12.0 |
906 | 2024-11-05T23:30:15.511Z | Downloaded itertools v0.12.1 |
907 | 2024-11-05T23:30:15.517Z | Downloaded pin-project-internal v1.1.6 |
908 | 2024-11-05T23:30:15.519Z | Downloaded rustc-demangle v0.1.24 |
909 | 2024-11-05T23:30:15.522Z | Downloaded rustls-pki-types v1.9.0 |
910 | 2024-11-05T23:30:15.524Z | Downloaded rcgen v0.12.1 |
911 | 2024-11-05T23:30:15.526Z | Downloaded unicode-segmentation v1.12.0 |
912 | 2024-11-05T23:30:15.530Z | Downloaded test-strategy v0.3.1 |
913 | 2024-11-05T23:30:15.534Z | Downloaded bindgen v0.69.5 |
914 | 2024-11-05T23:30:15.542Z | Downloaded smallvec v0.6.14 |
915 | 2024-11-05T23:30:15.545Z | Downloaded time v0.3.36 |
916 | 2024-11-05T23:30:15.550Z | Downloaded smallvec v1.13.2 |
917 | 2024-11-05T23:30:15.556Z | Downloaded tracing-core v0.1.32 |
918 | 2024-11-05T23:30:15.559Z | Downloaded poly1305 v0.8.0 |
919 | 2024-11-05T23:30:15.559Z | Downloaded hashbrown v0.14.5 |
920 | 2024-11-05T23:30:15.563Z | Downloaded rustls-webpki v0.102.8 |
921 | 2024-11-05T23:30:15.583Z | Downloaded strum_macros v0.25.3 |
922 | 2024-11-05T23:30:15.585Z | Downloaded webpki-roots v0.26.6 |
923 | 2024-11-05T23:30:15.587Z | Downloaded rusqlite v0.32.1 |
924 | 2024-11-05T23:30:15.594Z | Downloaded fatfs v0.3.6 |
925 | 2024-11-05T23:30:15.597Z | Downloaded portable-atomic v1.9.0 |
926 | 2024-11-05T23:30:15.604Z | Downloaded flate2 v1.0.34 |
927 | 2024-11-05T23:30:15.609Z | Downloaded tokio-util v0.7.12 |
928 | 2024-11-05T23:30:15.616Z | Downloaded parking_lot v0.12.3 |
929 | 2024-11-05T23:30:15.619Z | Downloaded sqlparser v0.45.0 |
930 | 2024-11-05T23:30:15.624Z | Downloaded serde_with v3.11.0 |
931 | 2024-11-05T23:30:15.633Z | Downloaded reqwest v0.11.27 |
932 | 2024-11-05T23:30:15.641Z | Downloaded p521 v0.13.3 |
933 | 2024-11-05T23:30:15.645Z | Downloaded p256 v0.13.2 |
934 | 2024-11-05T23:30:15.648Z | Downloaded idna v0.5.0 |
935 | 2024-11-05T23:30:15.655Z | Downloaded der v0.7.9 |
936 | 2024-11-05T23:30:15.660Z | Downloaded rayon v1.10.0 |
937 | 2024-11-05T23:30:15.670Z | Downloaded vcpkg v0.2.15 |
938 | 2024-11-05T23:30:15.710Z | Downloaded quinn-proto v0.11.8 |
939 | 2024-11-05T23:30:15.717Z | Downloaded hyper v0.14.30 |
940 | 2024-11-05T23:30:15.726Z | Downloaded tar v0.4.42 |
941 | 2024-11-05T23:30:15.729Z | Downloaded futures-util v0.3.31 |
942 | 2024-11-05T23:30:15.743Z | Downloaded toml_edit v0.19.15 |
943 | 2024-11-05T23:30:15.759Z | Downloaded lalrpop v0.19.12 |
944 | 2024-11-05T23:30:15.771Z | Downloaded hkdf v0.12.4 |
945 | 2024-11-05T23:30:15.774Z | Downloaded regress v0.10.1 |
946 | 2024-11-05T23:30:15.784Z | Downloaded reqwest v0.12.8 |
947 | 2024-11-05T23:30:15.794Z | Downloaded rustyline v14.0.0 |
948 | 2024-11-05T23:30:15.799Z | Downloaded chrono-tz v0.10.0 |
949 | 2024-11-05T23:30:15.807Z | Downloaded smoltcp v0.9.1 |
950 | 2024-11-05T23:30:15.820Z | Downloaded quick-xml v0.33.0 |
951 | 2024-11-05T23:30:15.827Z | Downloaded rustls v0.21.12 |
952 | 2024-11-05T23:30:15.839Z | Downloaded h2 v0.3.26 |
953 | 2024-11-05T23:30:15.847Z | Downloaded bstr v1.10.0 |
954 | 2024-11-05T23:30:15.859Z | Downloaded reedline v0.35.0 |
955 | 2024-11-05T23:30:15.866Z | Downloaded smoltcp v0.11.0 |
956 | 2024-11-05T23:30:15.880Z | Downloaded rustls v0.22.4 |
957 | 2024-11-05T23:30:15.894Z | Downloaded idna v0.4.0 |
958 | 2024-11-05T23:30:15.901Z | Downloaded diesel v2.2.4 |
959 | 2024-11-05T23:30:15.922Z | Downloaded radix_trie v0.2.1 |
960 | 2024-11-05T23:30:15.926Z | Downloaded object v0.30.4 |
961 | 2024-11-05T23:30:15.937Z | Downloaded salty v0.3.0 |
962 | 2024-11-05T23:30:15.945Z | Downloaded proptest v1.5.0 |
963 | 2024-11-05T23:30:15.955Z | Downloaded sled v0.34.7 |
964 | 2024-11-05T23:30:15.967Z | Downloaded zerocopy-derive v0.6.6 |
965 | 2024-11-05T23:30:15.978Z | Downloaded nix v0.27.1 |
966 | 2024-11-05T23:30:15.990Z | Downloaded polar-core v0.27.3 |
967 | 2024-11-05T23:30:16.000Z | Downloaded nix v0.29.0 |
968 | 2024-11-05T23:30:16.014Z | Downloaded p384 v0.13.0 |
969 | 2024-11-05T23:30:16.019Z | Downloaded ratatui v0.28.1 |
970 | 2024-11-05T23:30:16.041Z | Downloaded regress v0.9.1 |
971 | 2024-11-05T23:30:16.050Z | Downloaded object v0.36.5 |
972 | 2024-11-05T23:30:16.062Z | Downloaded openssl v0.10.66 |
973 | 2024-11-05T23:30:16.072Z | Downloaded openapiv3 v2.0.0 |
974 | 2024-11-05T23:30:16.085Z | Downloaded rustls v0.23.14 |
975 | 2024-11-05T23:30:16.097Z | Downloaded hickory-proto v0.24.1 |
976 | 2024-11-05T23:30:16.113Z | Downloaded csv v1.3.0 |
977 | 2024-11-05T23:30:16.134Z | Downloaded dropshot v0.12.0 |
978 | 2024-11-05T23:30:16.155Z | Downloaded regex-syntax v0.8.5 |
979 | 2024-11-05T23:30:16.162Z | Downloaded tokio v1.40.0 |
980 | 2024-11-05T23:30:16.200Z | Downloaded regex-syntax v0.6.29 |
981 | 2024-11-05T23:30:16.208Z | Downloaded regex-automata v0.4.8 |
982 | 2024-11-05T23:30:16.227Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
983 | 2024-11-05T23:30:16.239Z | Downloaded gimli v0.31.1 |
984 | 2024-11-05T23:30:16.248Z | Downloaded idna v0.2.3 |
985 | 2024-11-05T23:30:16.254Z | Downloaded typify-impl v0.2.0 |
986 | 2024-11-05T23:30:16.270Z | Downloaded sha3 v0.10.8 |
987 | 2024-11-05T23:30:16.275Z | Downloaded curve25519-dalek v4.1.3 |
988 | 2024-11-05T23:30:16.284Z | Downloaded git2 v0.19.0 |
989 | 2024-11-05T23:30:16.292Z | Downloaded h2 v0.4.6 |
990 | 2024-11-05T23:30:16.299Z | Downloaded trust-dns-proto v0.22.0 |
991 | 2024-11-05T23:30:16.311Z | Downloaded nix v0.28.0 |
992 | 2024-11-05T23:30:16.322Z | Downloaded typed-path v0.7.1 |
993 | 2024-11-05T23:30:16.328Z | Downloaded tracing v0.1.40 |
994 | 2024-11-05T23:30:16.333Z | Downloaded idna v0.3.0 |
995 | 2024-11-05T23:30:16.340Z | Downloaded hyper v1.4.1 |
996 | 2024-11-05T23:30:16.346Z | Downloaded ssh-key v0.6.6 |
997 | 2024-11-05T23:30:16.353Z | Downloaded rustversion v1.0.17 |
998 | 2024-11-05T23:30:16.356Z | Downloaded lzma-sys v0.1.20 |
999 | 2024-11-05T23:30:16.385Z | Downloaded elliptic-curve v0.13.8 |
1000 | 2024-11-05T23:30:16.389Z | Downloaded winnow v0.5.40 |
1001 | 2024-11-05T23:30:16.398Z | Downloaded petgraph v0.6.5 |
1002 | 2024-11-05T23:30:16.415Z | Downloaded libz-sys v1.1.20 |
1003 | 2024-11-05T23:30:16.436Z | Downloaded slog-envlogger v2.2.0 |
1004 | 2024-11-05T23:30:16.438Z | Downloaded half v2.4.1 |
1005 | 2024-11-05T23:30:16.442Z | Downloaded num-bigint-dig v0.8.4 |
1006 | 2024-11-05T23:30:16.445Z | Downloaded toml v0.7.8 |
1007 | 2024-11-05T23:30:16.448Z | Downloaded tokio-tungstenite v0.23.1 |
1008 | 2024-11-05T23:30:16.451Z | Downloaded samael v0.0.17 |
1009 | 2024-11-05T23:30:16.455Z | Downloaded blake3 v1.5.4 |
1010 | 2024-11-05T23:30:16.463Z | Downloaded libxml v0.3.3 |
1011 | 2024-11-05T23:30:16.469Z | Downloaded rustc-hash v1.1.0 |
1012 | 2024-11-05T23:30:16.471Z | Downloaded percent-encoding v2.3.1 |
1013 | 2024-11-05T23:30:16.471Z | Downloaded libm v0.2.8 |
1014 | 2024-11-05T23:30:16.478Z | Downloaded zone v0.3.0 |
1015 | 2024-11-05T23:30:16.480Z | Downloaded tracing-attributes v0.1.27 |
1016 | 2024-11-05T23:30:16.482Z | Downloaded serde_urlencoded v0.7.1 |
1017 | 2024-11-05T23:30:16.485Z | Downloaded nom v7.1.3 |
1018 | 2024-11-05T23:30:16.488Z | Downloaded signal-hook-mio v0.2.4 |
1019 | 2024-11-05T23:30:16.490Z | Downloaded rusty-fork v0.3.0 |
1020 | 2024-11-05T23:30:16.492Z | Downloaded futures-channel v0.3.31 |
1021 | 2024-11-05T23:30:16.495Z | Downloaded des v0.8.1 |
1022 | 2024-11-05T23:30:16.495Z | Downloaded progenitor-impl v0.8.0 |
1023 | 2024-11-05T23:30:16.497Z | Downloaded vergen v8.3.2 |
1024 | 2024-11-05T23:30:16.500Z | Downloaded tokio-rustls v0.26.0 |
1025 | 2024-11-05T23:30:16.505Z | Downloaded parse-zoneinfo v0.3.1 |
1026 | 2024-11-05T23:30:16.505Z | Downloaded encoding_rs v0.8.34 |
1027 | 2024-11-05T23:30:16.525Z | Downloaded tungstenite v0.21.0 |
1028 | 2024-11-05T23:30:16.528Z | Downloaded unicode-xid v0.2.6 |
1029 | 2024-11-05T23:30:16.530Z | Downloaded slog-async v2.8.0 |
1030 | 2024-11-05T23:30:16.533Z | Downloaded siphasher v0.3.11 |
1031 | 2024-11-05T23:30:16.533Z | Downloaded postgres-types v0.2.8 |
1032 | 2024-11-05T23:30:16.535Z | Downloaded slog-bunyan v2.5.0 |
1033 | 2024-11-05T23:30:16.537Z | Downloaded pin-project v1.1.6 |
1034 | 2024-11-05T23:30:16.546Z | Downloaded unicode-properties v0.1.3 |
1035 | 2024-11-05T23:30:16.549Z | Downloaded tokio-rustls v0.25.0 |
1036 | 2024-11-05T23:30:16.552Z | Downloaded tokio-rustls v0.24.1 |
1037 | 2024-11-05T23:30:16.579Z | Downloaded serde_yaml v0.9.34+deprecated |
1038 | 2024-11-05T23:30:16.592Z | Downloaded aes v0.8.4 |
1039 | 2024-11-05T23:30:16.592Z | Downloaded serde-hex v0.1.0 |
1040 | 2024-11-05T23:30:16.592Z | Downloaded diff v0.1.13 |
1041 | 2024-11-05T23:30:16.592Z | Downloaded hyper-util v0.1.9 |
1042 | 2024-11-05T23:30:16.592Z | Downloaded prettyplease v0.2.22 |
1043 | 2024-11-05T23:30:16.595Z | Downloaded omicron-zone-package v0.11.1 |
1044 | 2024-11-05T23:30:16.598Z | Downloaded rsa v0.9.6 |
1045 | 2024-11-05T23:30:16.604Z | Downloaded spki v0.7.3 |
1046 | 2024-11-05T23:30:16.606Z | Downloaded slog v2.7.0 |
1047 | 2024-11-05T23:30:16.610Z | Downloaded highway v1.2.0 |
1048 | 2024-11-05T23:30:16.612Z | Downloaded rustls-webpki v0.101.7 |
1049 | 2024-11-05T23:30:16.631Z | Downloaded base64 v0.22.1 |
1050 | 2024-11-05T23:30:16.637Z | Downloaded tower-service v0.3.3 |
1051 | 2024-11-05T23:30:16.640Z | Downloaded toolchain_find v0.4.0 |
1052 | 2024-11-05T23:30:16.640Z | Downloaded unicode-truncate v1.1.0 |
1053 | 2024-11-05T23:30:16.643Z | Downloaded compact_str v0.8.0 |
1054 | 2024-11-05T23:30:16.646Z | Downloaded whoami v1.5.2 |
1055 | 2024-11-05T23:30:16.649Z | Downloaded thread_local v1.1.8 |
1056 | 2024-11-05T23:30:16.652Z | Downloaded tap v1.0.1 |
1057 | 2024-11-05T23:30:16.652Z | Downloaded flume v0.11.0 |
1058 | 2024-11-05T23:30:16.656Z | Downloaded tungstenite v0.23.0 |
1059 | 2024-11-05T23:30:16.660Z | Downloaded schemars v0.8.21 |
1060 | 2024-11-05T23:30:16.673Z | Downloaded ff v0.13.0 |
1061 | 2024-11-05T23:30:16.675Z | Downloaded clang-sys v1.8.1 |
1062 | 2024-11-05T23:30:16.678Z | Downloaded chacha20poly1305 v0.10.1 |
1063 | 2024-11-05T23:30:16.681Z | Downloaded fd-lock v4.0.2 |
1064 | 2024-11-05T23:30:16.681Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1065 | 2024-11-05T23:30:16.737Z | Downloaded sec1 v0.7.3 |
1066 | 2024-11-05T23:30:16.740Z | Downloaded ecdsa v0.16.9 |
1067 | 2024-11-05T23:30:16.742Z | Downloaded derive_builder_core v0.20.2 |
1068 | 2024-11-05T23:30:16.742Z | Downloaded darling_core v0.20.10 |
1069 | 2024-11-05T23:30:16.747Z | Downloaded crc-any v2.5.0 |
1070 | 2024-11-05T23:30:16.750Z | Downloaded serde-big-array v0.5.1 |
1071 | 2024-11-05T23:30:16.752Z | Downloaded arc-swap v1.7.1 |
1072 | 2024-11-05T23:30:16.754Z | Downloaded tokio-stream v0.1.16 |
1073 | 2024-11-05T23:30:16.759Z | Downloaded thiserror-no-std v2.0.2 |
1074 | 2024-11-05T23:30:16.763Z | Downloaded slab v0.4.9 |
1075 | 2024-11-05T23:30:16.767Z | Downloaded num-complex v0.4.6 |
1076 | 2024-11-05T23:30:16.769Z | Downloaded ahash v0.8.11 |
1077 | 2024-11-05T23:30:16.769Z | Downloaded backoff v0.4.0 |
1078 | 2024-11-05T23:30:16.772Z | Downloaded base64ct v1.6.0 |
1079 | 2024-11-05T23:30:16.774Z | Downloaded async-trait v0.1.83 |
1080 | 2024-11-05T23:30:16.778Z | Downloaded schemars_derive v0.8.21 |
1081 | 2024-11-05T23:30:16.780Z | Downloaded blake2 v0.10.6 |
1082 | 2024-11-05T23:30:16.783Z | Downloaded rpassword v7.3.1 |
1083 | 2024-11-05T23:30:16.783Z | Downloaded num v0.4.3 |
1084 | 2024-11-05T23:30:16.785Z | Downloaded nibble_vec v0.1.0 |
1085 | 2024-11-05T23:30:16.785Z | Downloaded newtype-uuid v1.1.2 |
1086 | 2024-11-05T23:30:16.788Z | Downloaded jobserver v0.1.32 |
1087 | 2024-11-05T23:30:16.791Z | Downloaded hyper-tls v0.6.0 |
1088 | 2024-11-05T23:30:16.791Z | Downloaded csv-core v0.1.11 |
1089 | 2024-11-05T23:30:16.793Z | Downloaded bb8 v0.8.5 |
1090 | 2024-11-05T23:30:16.793Z | Downloaded chrono v0.4.38 |
1091 | 2024-11-05T23:30:16.799Z | Downloaded bzip2 v0.4.4 |
1092 | 2024-11-05T23:30:16.802Z | Downloaded bit-vec v0.6.3 |
1093 | 2024-11-05T23:30:16.804Z | Downloaded bcrypt-pbkdf v0.10.0 |
1094 | 2024-11-05T23:30:16.804Z | Downloaded assert_matches v1.5.0 |
1095 | 2024-11-05T23:30:16.806Z | Downloaded ascii-canvas v3.0.0 |
1096 | 2024-11-05T23:30:16.806Z | Downloaded bitflags v1.3.2 |
1097 | 2024-11-05T23:30:16.808Z | Downloaded ciborium-ll v0.2.2 |
1098 | 2024-11-05T23:30:16.812Z | Downloaded cfg_aliases v0.1.1 |
1099 | 2024-11-05T23:30:16.812Z | Downloaded ciborium-io v0.2.2 |
1100 | 2024-11-05T23:30:16.819Z | Downloaded mockall v0.13.0 |
1101 | 2024-11-05T23:30:16.819Z | Downloaded lazycell v1.3.0 |
1102 | 2024-11-05T23:30:16.819Z | Downloaded libsw v3.3.1 |
1103 | 2024-11-05T23:30:16.823Z | Downloaded ipnetwork v0.20.0 |
1104 | 2024-11-05T23:30:16.823Z | Downloaded darling v0.20.10 |
1105 | 2024-11-05T23:30:16.823Z | Downloaded crossbeam-epoch v0.9.18 |
1106 | 2024-11-05T23:30:16.825Z | Downloaded cookie v0.18.1 |
1107 | 2024-11-05T23:30:16.827Z | Downloaded http-body v1.0.1 |
1108 | 2024-11-05T23:30:16.827Z | Downloaded ciborium v0.2.2 |
1109 | 2024-11-05T23:30:16.830Z | Downloaded async-stream v0.3.6 |
1110 | 2024-11-05T23:30:16.832Z | Downloaded arrayvec v0.7.6 |
1111 | 2024-11-05T23:30:16.835Z | Downloaded bitfield-struct v0.6.2 |
1112 | 2024-11-05T23:30:16.835Z | Downloaded chacha20 v0.9.1 |
1113 | 2024-11-05T23:30:16.838Z | Downloaded buf-list v1.0.3 |
1114 | 2024-11-05T23:30:16.841Z | Downloaded atomic-waker v1.1.2 |
1115 | 2024-11-05T23:30:16.990Z | Downloaded ring v0.17.8 |
1116 | 2024-11-05T23:30:17.103Z | Downloaded libsqlite3-sys v0.30.1 |
1117 | 2024-11-05T23:30:17.180Z | Downloaded ring v0.16.20 |
1118 | 2024-11-05T23:30:17.370Z | Compiling serde v1.0.210 |
1119 | 2024-11-05T23:30:17.373Z | Compiling typenum v1.17.0 |
1120 | 2024-11-05T23:30:17.373Z | Compiling lock_api v0.4.12 |
1121 | 2024-11-05T23:30:17.373Z | Compiling generic-array v0.14.7 |
1122 | 2024-11-05T23:30:17.373Z | Compiling scopeguard v1.2.0 |
1123 | 2024-11-05T23:30:17.373Z | Compiling subtle v2.6.1 |
1124 | 2024-11-05T23:30:17.373Z | Compiling syn v2.0.79 |
1125 | 2024-11-05T23:30:17.519Z | Compiling getrandom v0.2.15 |
1126 | 2024-11-05T23:30:17.656Z | Compiling value-bag v1.9.0 |
1127 | 2024-11-05T23:30:17.876Z | Compiling rand_core v0.6.4 |
1128 | 2024-11-05T23:30:17.957Z | Compiling const-oid v0.9.6 |
1129 | 2024-11-05T23:30:18.164Z | Compiling pin-project-lite v0.2.14 |
1130 | 2024-11-05T23:30:18.173Z | Compiling smallvec v1.13.2 |
1131 | 2024-11-05T23:30:18.180Z | Compiling log v0.4.22 |
1132 | 2024-11-05T23:30:18.257Z | Compiling jobserver v0.1.32 |
1133 | 2024-11-05T23:30:18.427Z | Compiling shlex v1.3.0 |
1134 | 2024-11-05T23:30:18.519Z | Compiling parking_lot_core v0.9.10 |
1135 | 2024-11-05T23:30:18.550Z | Compiling futures-core v0.3.31 |
1136 | 2024-11-05T23:30:18.811Z | Compiling cc v1.1.30 |
1137 | 2024-11-05T23:30:18.841Z | Compiling signal-hook-registry v1.4.2 |
1138 | 2024-11-05T23:30:19.093Z | Compiling mio v1.0.2 |
1139 | 2024-11-05T23:30:19.147Z | Compiling cpufeatures v0.2.14 |
1140 | 2024-11-05T23:30:19.251Z | Compiling futures-sink v0.3.31 |
1141 | 2024-11-05T23:30:19.493Z | Compiling parking_lot v0.12.3 |
1142 | 2024-11-05T23:30:19.637Z | Compiling spin v0.9.8 |
1143 | 2024-11-05T23:30:19.690Z | Compiling socket2 v0.5.7 |
1144 | 2024-11-05T23:30:20.032Z | Compiling slab v0.4.9 |
1145 | 2024-11-05T23:30:20.053Z | Compiling serde_json v1.0.128 |
1146 | 2024-11-05T23:30:20.292Z | Compiling futures-channel v0.3.31 |
1147 | 2024-11-05T23:30:20.334Z | Compiling pin-utils v0.1.0 |
1148 | 2024-11-05T23:30:20.356Z | Compiling tinyvec_macros v0.1.1 |
1149 | 2024-11-05T23:30:20.416Z | Compiling foldhash v0.1.3 |
1150 | 2024-11-05T23:30:20.434Z | Compiling futures-io v0.3.31 |
1151 | 2024-11-05T23:30:20.456Z | Compiling allocator-api2 v0.2.18 |
1152 | 2024-11-05T23:30:20.620Z | Compiling futures-task v0.3.31 |
1153 | 2024-11-05T23:30:20.686Z | Compiling tinyvec v1.8.0 |
1154 | 2024-11-05T23:30:20.727Z | Compiling libm v0.2.8 |
1155 | 2024-11-05T23:30:20.746Z | Compiling num-traits v0.2.19 |
1156 | 2024-11-05T23:30:20.764Z | Compiling unicode-bidi v0.3.17 |
1157 | 2024-11-05T23:30:20.912Z | Compiling base64ct v1.6.0 |
1158 | 2024-11-05T23:30:21.213Z | Compiling hashbrown v0.15.0 |
1159 | 2024-11-05T23:30:21.271Z | Compiling httparse v1.9.5 |
1160 | 2024-11-05T23:30:21.511Z | Compiling pem-rfc7468 v0.7.0 |
1161 | 2024-11-05T23:30:22.083Z | Compiling flagset v0.4.6 |
1162 | 2024-11-05T23:30:22.184Z | Compiling unicode-normalization v0.1.24 |
1163 | 2024-11-05T23:30:22.318Z | Compiling tracing-core v0.1.32 |
1164 | 2024-11-05T23:30:22.372Z | Compiling percent-encoding v2.3.1 |
1165 | 2024-11-05T23:30:22.511Z | Compiling rustls-pki-types v1.9.0 |
1166 | 2024-11-05T23:30:22.638Z | Compiling crossbeam-utils v0.8.20 |
1167 | 2024-11-05T23:30:22.897Z | Compiling ring v0.17.8 |
1168 | 2024-11-05T23:30:23.275Z | Compiling untrusted v0.9.0 |
1169 | 2024-11-05T23:30:23.294Z | Compiling num-conv v0.1.0 |
1170 | 2024-11-05T23:30:23.451Z | Compiling pkg-config v0.3.31 |
1171 | 2024-11-05T23:30:23.468Z | Compiling time-core v0.1.2 |
1172 | 2024-11-05T23:30:23.570Z | Compiling vcpkg v0.2.15 |
1173 | 2024-11-05T23:30:23.595Z | Compiling powerfmt v0.2.0 |
1174 | 2024-11-05T23:30:23.639Z | Compiling time-macros v0.2.18 |
1175 | 2024-11-05T23:30:23.975Z | Compiling deranged v0.3.11 |
1176 | 2024-11-05T23:30:24.349Z | Compiling atomic-waker v1.1.2 |
1177 | 2024-11-05T23:30:24.528Z | Compiling num_threads v0.1.7 |
1178 | 2024-11-05T23:30:24.661Z | Compiling form_urlencoded v1.2.1 |
1179 | 2024-11-05T23:30:24.859Z | Compiling try-lock v0.2.5 |
1180 | 2024-11-05T23:30:24.973Z | Compiling rustix v0.38.37 |
1181 | 2024-11-05T23:30:24.976Z | Compiling slog v2.7.0 |
1182 | 2024-11-05T23:30:25.004Z | Compiling want v0.3.1 |
1183 | 2024-11-05T23:30:25.272Z | Compiling httpdate v1.0.3 |
1184 | 2024-11-05T23:30:25.514Z | Compiling openssl-sys v0.9.103 |
1185 | 2024-11-05T23:30:25.680Z | Compiling idna v0.5.0 |
1186 | 2024-11-05T23:30:25.816Z | Compiling rustversion v1.0.17 |
1187 | 2024-11-05T23:30:25.884Z | Compiling iana-time-zone v0.1.61 |
1188 | 2024-11-05T23:30:26.316Z | Compiling match_cfg v0.1.0 |
1189 | 2024-11-05T23:30:26.319Z | Compiling tower-service v0.3.3 |
1190 | 2024-11-05T23:30:26.422Z | Compiling foreign-types-shared v0.1.1 |
1191 | 2024-11-05T23:30:26.442Z | Compiling base64 v0.22.1 |
1192 | 2024-11-05T23:30:26.479Z | Compiling openssl v0.10.66 |
1193 | 2024-11-05T23:30:26.518Z | Compiling foreign-types v0.3.2 |
1194 | 2024-11-05T23:30:26.537Z | Compiling time v0.3.36 |
1195 | 2024-11-05T23:30:26.692Z | Compiling url v2.5.2 |
1196 | 2024-11-05T23:30:26.902Z | Compiling hostname v0.3.1 |
1197 | 2024-11-05T23:30:27.071Z | Compiling dirs-sys-next v0.1.2 |
1198 | 2024-11-05T23:30:27.134Z | Compiling aho-corasick v1.1.3 |
1199 | 2024-11-05T23:30:27.154Z | Compiling native-tls v0.2.12 |
1200 | 2024-11-05T23:30:27.465Z | Compiling rustls v0.23.14 |
1201 | 2024-11-05T23:30:27.616Z | Compiling adler2 v2.0.0 |
1202 | 2024-11-05T23:30:27.681Z | Compiling siphasher v0.3.11 |
1203 | 2024-11-05T23:30:27.788Z | Compiling syn v1.0.109 |
1204 | 2024-11-05T23:30:27.987Z | Compiling rustls v0.22.4 |
1205 | 2024-11-05T23:30:28.247Z | Compiling regex-syntax v0.8.5 |
1206 | 2024-11-05T23:30:28.276Z | Compiling data-encoding v2.6.0 |
1207 | 2024-11-05T23:30:28.367Z | Compiling miniz_oxide v0.8.0 |
1208 | 2024-11-05T23:30:29.828Z | Compiling dirs-next v2.0.0 |
1209 | 2024-11-05T23:30:30.113Z | Compiling serde_derive_internals v0.29.1 |
1210 | 2024-11-05T23:30:30.830Z | Compiling crossbeam-epoch v0.9.18 |
1211 | 2024-11-05T23:30:30.914Z | Compiling serde_derive v1.0.210 |
1212 | 2024-11-05T23:30:31.136Z | Compiling zeroize_derive v1.4.2 |
1213 | 2024-11-05T23:30:31.330Z | Compiling zerocopy-derive v0.7.35 |
1214 | 2024-11-05T23:30:31.561Z | Compiling tokio-macros v2.4.0 |
1215 | 2024-11-05T23:30:31.564Z | Compiling thiserror-impl v1.0.64 |
1216 | 2024-11-05T23:30:32.624Z | Compiling futures-macro v0.3.31 |
1217 | 2024-11-05T23:30:32.650Z | Compiling zeroize v1.8.1 |
1218 | 2024-11-05T23:30:33.116Z | Compiling der_derive v0.7.3 |
1219 | 2024-11-05T23:30:33.406Z | Compiling zerocopy v0.7.35 |
1220 | 2024-11-05T23:30:34.138Z | Compiling tracing-attributes v0.1.27 |
1221 | 2024-11-05T23:30:34.393Z | Compiling futures-util v0.3.31 |
1222 | 2024-11-05T23:30:34.495Z | Compiling crypto-common v0.1.6 |
1223 | 2024-11-05T23:30:34.680Z | Compiling block-buffer v0.10.4 |
1224 | 2024-11-05T23:30:34.738Z | Compiling thiserror v1.0.64 |
1225 | 2024-11-05T23:30:34.876Z | Compiling digest v0.10.7 |
1226 | 2024-11-05T23:30:34.927Z | Compiling block-padding v0.3.3 |
1227 | 2024-11-05T23:30:34.978Z | Compiling ppv-lite86 v0.2.20 |
1228 | 2024-11-05T23:30:35.168Z | Compiling inout v0.1.3 |
1229 | 2024-11-05T23:30:35.280Z | Compiling der v0.7.9 |
1230 | 2024-11-05T23:30:35.382Z | Compiling hmac v0.12.1 |
1231 | 2024-11-05T23:30:35.433Z | Compiling cipher v0.4.4 |
1232 | 2024-11-05T23:30:35.628Z | Compiling sha2 v0.10.8 |
1233 | 2024-11-05T23:30:35.815Z | Compiling rand_chacha v0.3.1 |
1234 | 2024-11-05T23:30:35.951Z | Compiling salsa20 v0.10.2 |
1235 | 2024-11-05T23:30:36.157Z | Compiling pbkdf2 v0.12.2 |
1236 | 2024-11-05T23:30:36.337Z | Compiling rand v0.8.5 |
1237 | 2024-11-05T23:30:37.738Z | Compiling tracing v0.1.40 |
1238 | 2024-11-05T23:30:38.129Z | Compiling spki v0.7.3 |
1239 | 2024-11-05T23:30:38.194Z | Compiling pest v2.7.14 |
1240 | 2024-11-05T23:30:38.378Z | Compiling scrypt v0.11.0 |
1241 | 2024-11-05T23:30:38.472Z | Compiling aes v0.8.4 |
1242 | 2024-11-05T23:30:38.601Z | Compiling cbc v0.1.2 |
1243 | 2024-11-05T23:30:38.832Z | Compiling scroll_derive v0.12.0 |
1244 | 2024-11-05T23:30:38.895Z | Compiling async-trait v0.1.83 |
1245 | 2024-11-05T23:30:39.138Z | Compiling openssl-macros v0.1.1 |
1246 | 2024-11-05T23:30:39.911Z | Compiling pkcs5 v0.7.1 |
1247 | 2024-11-05T23:30:40.134Z | Compiling scroll v0.12.0 |
1248 | 2024-11-05T23:30:40.674Z | Compiling pest_meta v2.7.14 |
1249 | 2024-11-05T23:30:40.696Z | Compiling goblin v0.8.2 |
1250 | 2024-11-05T23:30:41.066Z | Compiling pkcs8 v0.10.2 |
1251 | 2024-11-05T23:30:41.184Z | Compiling signature v2.2.0 |
1252 | 2024-11-05T23:30:41.229Z | Compiling sha1 v0.10.6 |
1253 | 2024-11-05T23:30:41.456Z | Compiling regex-automata v0.4.8 |
1254 | 2024-11-05T23:30:41.483Z | Compiling lazy_static v1.5.0 |
1255 | 2024-11-05T23:30:41.629Z | Compiling thread_local v1.1.8 |
1256 | 2024-11-05T23:30:41.689Z | Compiling rustls-webpki v0.102.8 |
1257 | 2024-11-05T23:30:41.794Z | Compiling encoding_rs v0.8.34 |
1258 | 2024-11-05T23:30:42.209Z | Compiling pest_generator v2.7.14 |
1259 | 2024-11-05T23:30:43.347Z | Compiling cookie v0.18.1 |
1260 | 2024-11-05T23:30:43.647Z | Compiling multer v3.1.0 |
1261 | 2024-11-05T23:30:43.742Z | Compiling mime v0.3.17 |
1262 | 2024-11-05T23:30:43.946Z | Compiling gimli v0.31.1 |
1263 | 2024-11-05T23:30:44.088Z | Compiling openssl-probe v0.1.5 |
1264 | 2024-11-05T23:30:44.356Z | Compiling bytes v1.7.2 |
1265 | 2024-11-05T23:30:44.611Z | Compiling indexmap v2.6.0 |
1266 | 2024-11-05T23:30:45.422Z | Compiling tokio v1.40.0 |
1267 | 2024-11-05T23:30:45.648Z | Compiling http v1.1.0 |
1268 | 2024-11-05T23:30:46.136Z | Compiling bitflags v2.6.0 |
1269 | 2024-11-05T23:30:46.220Z | Compiling semver v1.0.23 |
1270 | 2024-11-05T23:30:46.519Z | Compiling pest_derive v2.7.14 |
1271 | 2024-11-05T23:30:46.988Z | Compiling rustc_version v0.4.1 |
1272 | 2024-11-05T23:30:47.454Z | Compiling http-body v1.0.1 |
1273 | 2024-11-05T23:30:47.591Z | Compiling dtrace-parser v0.2.0 |
1274 | 2024-11-05T23:30:47.612Z | Compiling dof v0.3.0 |
1275 | 2024-11-05T23:30:48.169Z | Compiling toml_datetime v0.6.8 |
1276 | 2024-11-05T23:30:48.683Z | Compiling serde_tokenstream v0.2.2 |
1277 | 2024-11-05T23:30:49.232Z | Compiling serde_spanned v0.6.8 |
1278 | 2024-11-05T23:30:49.317Z | Compiling uuid v1.10.0 |
1279 | 2024-11-05T23:30:49.480Z | Compiling usdt-impl v0.5.0 |
1280 | 2024-11-05T23:30:49.600Z | Compiling chrono v0.4.38 |
1281 | 2024-11-05T23:30:49.659Z | Compiling heapless v0.7.17 |
1282 | 2024-11-05T23:30:50.108Z | Compiling http-body-util v0.1.2 |
1283 | 2024-11-05T23:30:50.647Z | Compiling rayon-core v1.12.1 |
1284 | 2024-11-05T23:30:50.777Z | Compiling slog-async v2.8.0 |
1285 | 2024-11-05T23:30:50.934Z | Compiling unicode-properties v0.1.3 |
1286 | 2024-11-05T23:30:50.954Z | Compiling schemars v0.8.21 |
1287 | 2024-11-05T23:30:51.295Z | Compiling paste v1.0.15 |
1288 | 2024-11-05T23:30:51.317Z | Compiling either v1.13.0 |
1289 | 2024-11-05T23:30:51.341Z | Compiling ipnet v2.10.1 |
1290 | 2024-11-05T23:30:51.783Z | Compiling signal-hook v0.3.17 |
1291 | 2024-11-05T23:30:52.026Z | Compiling stringprep v0.1.5 |
1292 | 2024-11-05T23:30:52.093Z | Compiling usdt-attr-macro v0.5.0 |
1293 | 2024-11-05T23:30:52.578Z | Compiling usdt-macro v0.5.0 |
1294 | 2024-11-05T23:30:53.172Z | Compiling toml_edit v0.22.22 |
1295 | 2024-11-05T23:30:53.262Z | Compiling addr2line v0.24.2 |
1296 | 2024-11-05T23:30:53.288Z | Compiling curve25519-dalek v4.1.3 |
1297 | 2024-11-05T23:30:53.379Z | Compiling slog-json v2.6.1 |
1298 | 2024-11-05T23:30:53.693Z | Compiling serde_urlencoded v0.7.1 |
1299 | 2024-11-05T23:30:53.742Z | Compiling tokio-util v0.7.12 |
1300 | 2024-11-05T23:30:54.067Z | Compiling futures-executor v0.3.31 |
1301 | 2024-11-05T23:30:54.226Z | Compiling md-5 v0.10.6 |
1302 | 2024-11-05T23:30:54.501Z | Compiling schemars_derive v0.8.21 |
1303 | 2024-11-05T23:30:54.622Z | Compiling crossbeam-deque v0.8.5 |
1304 | 2024-11-05T23:30:54.962Z | Compiling h2 v0.4.6 |
1305 | 2024-11-05T23:30:55.087Z | Compiling async-stream-impl v0.3.6 |
1306 | 2024-11-05T23:30:56.439Z | Compiling enum-as-inner v0.6.1 |
1307 | 2024-11-05T23:30:57.828Z | Compiling term v0.7.0 |
1308 | 2024-11-05T23:30:59.235Z | Compiling crossbeam-channel v0.5.13 |
1309 | 2024-11-05T23:30:59.295Z | Compiling num-integer v0.1.46 |
1310 | 2024-11-05T23:31:00.087Z | Compiling rustls-pemfile v2.2.0 |
1311 | 2024-11-05T23:31:00.141Z | Compiling idna v0.4.0 |
1312 | 2024-11-05T23:31:00.355Z | Compiling idna v0.3.0 |
1313 | 2024-11-05T23:31:00.418Z | Compiling ff v0.13.0 |
1314 | 2024-11-05T23:31:00.658Z | Compiling hash32 v0.2.1 |
1315 | 2024-11-05T23:31:01.014Z | Compiling is-terminal v0.4.13 |
1316 | 2024-11-05T23:31:01.141Z | Compiling object v0.36.5 |
1317 | 2024-11-05T23:31:01.220Z | Compiling dropshot v0.12.0 |
1318 | 2024-11-05T23:31:01.524Z | Compiling linked-hash-map v0.5.6 |
1319 | 2024-11-05T23:31:01.722Z | Compiling base16ct v0.2.0 |
1320 | 2024-11-05T23:31:01.941Z | Compiling quick-error v1.2.3 |
1321 | 2024-11-05T23:31:01.969Z | Compiling stable_deref_trait v1.2.0 |
1322 | 2024-11-05T23:31:02.076Z | Compiling utf-8 v0.7.6 |
1323 | 2024-11-05T23:31:02.106Z | Compiling smoltcp v0.9.1 |
1324 | 2024-11-05T23:31:02.132Z | Compiling fallible-iterator v0.2.0 |
1325 | 2024-11-05T23:31:02.423Z | Compiling hyper v1.4.1 |
1326 | 2024-11-05T23:31:02.819Z | Compiling psl-types v2.0.11 |
1327 | 2024-11-05T23:31:02.840Z | Compiling portable-atomic v1.9.0 |
1328 | 2024-11-05T23:31:03.035Z | Compiling anyhow v1.0.89 |
1329 | 2024-11-05T23:31:03.678Z | Compiling dyn-clone v1.0.17 |
1330 | 2024-11-05T23:31:03.882Z | Compiling take_mut v0.2.2 |
1331 | 2024-11-05T23:31:03.899Z | Compiling num-bigint-dig v0.8.4 |
1332 | 2024-11-05T23:31:03.949Z | Compiling rustc-demangle v0.1.24 |
1333 | 2024-11-05T23:31:05.312Z | Compiling hyper-util v0.1.9 |
1334 | 2024-11-05T23:31:05.321Z | Compiling publicsuffix v2.2.3 |
1335 | 2024-11-05T23:31:05.570Z | Compiling postgres-protocol v0.6.7 |
1336 | 2024-11-05T23:31:05.589Z | Compiling tungstenite v0.24.0 |
1337 | 2024-11-05T23:31:06.543Z | Compiling resolv-conf v0.7.0 |
1338 | 2024-11-05T23:31:07.341Z | Compiling sec1 v0.7.3 |
1339 | 2024-11-05T23:31:07.407Z | Compiling lru-cache v0.1.2 |
1340 | 2024-11-05T23:31:07.691Z | Compiling usdt v0.5.0 |
1341 | 2024-11-05T23:31:07.889Z | Compiling slog-term v2.9.1 |
1342 | 2024-11-05T23:31:07.925Z | Compiling hickory-proto v0.24.1 |
1343 | 2024-11-05T23:31:07.990Z | Compiling group v0.13.0 |
1344 | 2024-11-05T23:31:08.149Z | Compiling tokio-rustls v0.26.0 |
1345 | 2024-11-05T23:31:08.186Z | Compiling num-iter v0.1.45 |
1346 | 2024-11-05T23:31:08.309Z | Compiling tokio-rustls v0.25.0 |
1347 | 2024-11-05T23:31:08.376Z | Compiling tokio-native-tls v0.3.1 |
1348 | 2024-11-05T23:31:08.539Z | Compiling toml v0.8.19 |
1349 | 2024-11-05T23:31:08.609Z | Compiling async-stream v0.3.6 |
1350 | 2024-11-05T23:31:08.741Z | Compiling futures v0.3.31 |
1351 | 2024-11-05T23:31:08.857Z | Compiling backtrace v0.3.74 |
1352 | 2024-11-05T23:31:09.561Z | Compiling slog-bunyan v2.5.0 |
1353 | 2024-11-05T23:31:09.791Z | Compiling camino v1.1.9 |
1354 | 2024-11-05T23:31:10.237Z | Compiling terminal_size v0.4.0 |
1355 | 2024-11-05T23:31:10.351Z | Compiling dropshot_endpoint v0.12.0 |
1356 | 2024-11-05T23:31:10.439Z | Compiling openapiv3 v2.0.0 |
1357 | 2024-11-05T23:31:10.779Z | Compiling serde_path_to_error v0.1.16 |
1358 | 2024-11-05T23:31:10.977Z | Compiling hkdf v0.12.4 |
1359 | 2024-11-05T23:31:11.256Z | Compiling crypto-bigint v0.5.5 |
1360 | 2024-11-05T23:31:11.423Z | Compiling curve25519-dalek-derive v0.1.1 |
1361 | 2024-11-05T23:31:11.697Z | Compiling zerocopy-derive v0.6.6 |
1362 | 2024-11-05T23:31:11.778Z | Compiling hubpack_derive v0.1.1 |
1363 | 2024-11-05T23:31:12.325Z | Compiling phf_shared v0.11.2 |
1364 | 2024-11-05T23:31:12.669Z | Compiling waitgroup v0.1.2 |
1365 | 2024-11-05T23:31:12.693Z | Compiling webpki-roots v0.26.6 |
1366 | 2024-11-05T23:31:12.900Z | Compiling hostname v0.4.0 |
1367 | 2024-11-05T23:31:12.920Z | Compiling ahash v0.8.11 |
1368 | 2024-11-05T23:31:12.923Z | Compiling fs-err v2.11.0 |
1369 | 2024-11-05T23:31:13.173Z | Compiling managed v0.8.0 |
1370 | 2024-11-05T23:31:13.218Z | Compiling winnow v0.5.40 |
1371 | 2024-11-05T23:31:13.304Z | Compiling bitflags v1.3.2 |
1372 | 2024-11-05T23:31:13.403Z | Compiling debug-ignore v1.0.5 |
1373 | 2024-11-05T23:31:13.550Z | Compiling console v0.15.8 |
1374 | 2024-11-05T23:31:13.640Z | Compiling hickory-resolver v0.24.1 |
1375 | 2024-11-05T23:31:13.839Z | Compiling zerocopy v0.6.6 |
1376 | 2024-11-05T23:31:14.729Z | Compiling elliptic-curve v0.13.8 |
1377 | 2024-11-05T23:31:15.089Z | Compiling clap_builder v4.5.20 |
1378 | 2024-11-05T23:31:15.836Z | Compiling strum_macros v0.25.3 |
1379 | 2024-11-05T23:31:17.010Z | Compiling toml_edit v0.19.15 |
1380 | 2024-11-05T23:31:17.527Z | Compiling hyper-rustls v0.27.3 |
1381 | 2024-11-05T23:31:18.112Z | Compiling hubpack v0.1.2 |
1382 | 2024-11-05T23:31:18.168Z | Compiling phf v0.11.2 |
1383 | 2024-11-05T23:31:18.468Z | Compiling signal-hook-mio v0.2.4 |
1384 | 2024-11-05T23:31:18.625Z | Compiling cookie_store v0.21.0 |
1385 | 2024-11-05T23:31:19.437Z | Compiling rayon v1.10.0 |
1386 | 2024-11-05T23:31:19.777Z | Compiling hyper-tls v0.6.0 |
1387 | 2024-11-05T23:31:20.129Z | Compiling tokio-tungstenite v0.24.0 |
1388 | 2024-11-05T23:31:20.198Z | Compiling postgres-types v0.2.8 |
1389 | 2024-11-05T23:31:21.753Z | Compiling tokio-stream v0.1.16 |
1390 | 2024-11-05T23:31:22.113Z | Compiling regex v1.11.0 |
1391 | 2024-11-05T23:31:22.836Z | Compiling bstr v1.10.0 |
1392 | 2024-11-05T23:31:23.228Z | Compiling serde-big-array v0.5.1 |
1393 | 2024-11-05T23:31:23.462Z | Compiling pkcs1 v0.7.5 |
1394 | 2024-11-05T23:31:24.126Z | Compiling ed25519 v2.2.3 |
1395 | 2024-11-05T23:31:24.129Z | Compiling rfc6979 v0.4.0 |
1396 | 2024-11-05T23:31:24.345Z | Compiling clap_derive v4.5.18 |
1397 | 2024-11-05T23:31:24.366Z | Compiling derive-where v1.2.7 |
1398 | 2024-11-05T23:31:24.428Z | Compiling serde_repr v0.1.19 |
1399 | 2024-11-05T23:31:24.548Z | Compiling phf_shared v0.10.0 |
1400 | 2024-11-05T23:31:24.618Z | Compiling float-cmp v0.9.0 |
1401 | 2024-11-05T23:31:24.843Z | Compiling sync_wrapper v1.0.1 |
1402 | 2024-11-05T23:31:24.958Z | Compiling crc32fast v1.4.2 |
1403 | 2024-11-05T23:31:24.994Z | Compiling unicode-segmentation v1.12.0 |
1404 | 2024-11-05T23:31:25.304Z | Compiling new_debug_unreachable v1.0.6 |
1405 | 2024-11-05T23:31:25.322Z | Compiling number_prefix v0.4.0 |
1406 | 2024-11-05T23:31:25.405Z | Compiling predicates-core v1.0.8 |
1407 | 2024-11-05T23:31:25.553Z | Compiling precomputed-hash v0.1.1 |
1408 | 2024-11-05T23:31:25.586Z | Compiling minimal-lexical v0.2.1 |
1409 | 2024-11-05T23:31:25.674Z | Compiling difflib v0.4.0 |
1410 | 2024-11-05T23:31:25.768Z | Compiling static_assertions v1.1.0 |
1411 | 2024-11-05T23:31:25.873Z | Compiling normalize-line-endings v0.3.0 |
1412 | 2024-11-05T23:31:25.891Z | Compiling whoami v1.5.2 |
1413 | 2024-11-05T23:31:25.978Z | Compiling fixedbitset v0.4.2 |
1414 | 2024-11-05T23:31:26.007Z | Compiling bit-vec v0.6.3 |
1415 | 2024-11-05T23:31:26.116Z | Compiling predicates v3.1.2 |
1416 | 2024-11-05T23:31:26.458Z | Compiling bit-set v0.5.3 |
1417 | 2024-11-05T23:31:26.488Z | Compiling petgraph v0.6.5 |
1418 | 2024-11-05T23:31:26.524Z | Compiling tokio-postgres v0.7.12 |
1419 | 2024-11-05T23:31:26.785Z | Compiling nom v7.1.3 |
1420 | 2024-11-05T23:31:27.250Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1421 | 2024-11-05T23:31:27.750Z | Compiling qorb v0.2.0 |
1422 | 2024-11-05T23:31:27.843Z | Compiling similar v2.6.0 |
1423 | 2024-11-05T23:31:29.077Z | Compiling clap v4.5.20 |
1424 | 2024-11-05T23:31:29.208Z | Compiling string_cache v0.8.7 |
1425 | 2024-11-05T23:31:29.662Z | Compiling indicatif v0.17.8 |
1426 | 2024-11-05T23:31:30.230Z | Compiling flate2 v1.0.34 |
1427 | 2024-11-05T23:31:30.514Z | Compiling reqwest v0.12.8 |
1428 | 2024-11-05T23:31:30.603Z | Compiling ed25519-dalek v2.1.1 |
1429 | 2024-11-05T23:31:31.219Z | Compiling ecdsa v0.16.9 |
1430 | 2024-11-05T23:31:31.785Z | Compiling rsa v0.9.6 |
1431 | 2024-11-05T23:31:31.935Z | Compiling toml v0.7.8 |
1432 | 2024-11-05T23:31:32.122Z | Compiling crossterm v0.28.1 |
1433 | 2024-11-05T23:31:33.581Z | Compiling itertools v0.10.5 |
1434 | 2024-11-05T23:31:33.623Z | Compiling itertools v0.12.1 |
1435 | 2024-11-05T23:31:33.967Z | Compiling hex v0.4.3 |
1436 | 2024-11-05T23:31:34.256Z | Compiling x509-cert v0.2.5 |
1437 | 2024-11-05T23:31:34.368Z | Compiling lalrpop-util v0.19.12 |
1438 | 2024-11-05T23:31:34.605Z | Compiling peg-runtime v0.8.3 |
1439 | 2024-11-05T23:31:34.746Z | Compiling unicode-xid v0.2.6 |
1440 | 2024-11-05T23:31:34.937Z | Compiling xattr v1.3.1 |
1441 | 2024-11-05T23:31:35.223Z | Compiling strum_macros v0.26.4 |
1442 | 2024-11-05T23:31:35.280Z | Compiling filetime v0.2.25 |
1443 | 2024-11-05T23:31:35.616Z | Compiling tar v0.4.42 |
1444 | 2024-11-05T23:31:38.729Z | Compiling strum v0.26.3 |
1445 | 2024-11-05T23:31:39.268Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1446 | 2024-11-05T23:31:39.511Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1447 | 2024-11-05T23:31:45.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1448 | 2024-11-05T23:31:45.162Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1449 | 2024-11-05T23:31:45.209Z | Nov 05 23:31:43.604 INFO Starting download, target: Clickhouse |
1450 | 2024-11-05T23:31:45.209Z | Nov 05 23:31:43.605 INFO Starting download, target: Cockroach |
1451 | 2024-11-05T23:31:45.209Z | Nov 05 23:31:43.605 INFO Starting download, target: Console |
1452 | 2024-11-05T23:31:45.209Z | Nov 05 23:31:43.605 INFO Starting download, target: DendriteOpenapi |
1453 | 2024-11-05T23:31:45.209Z | Nov 05 23:31:43.605 INFO Starting download, target: DendriteStub |
1454 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.605 INFO Starting download, target: MaghemiteMgd |
1455 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.605 INFO Starting download, target: TransceiverControl |
1456 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.605 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1457 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.605 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1458 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.605 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1459 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.605 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1460 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.605 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1461 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.606 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1462 | 2024-11-05T23:31:45.211Z | Nov 05 23:31:43.606 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1463 | 2024-11-05T23:31:45.413Z | Nov 05 23:31:43.791 INFO Download complete, target: DendriteOpenapi |
1464 | 2024-11-05T23:31:45.509Z | Nov 05 23:31:43.893 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1465 | 2024-11-05T23:31:45.812Z | Nov 05 23:31:44.189 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1466 | 2024-11-05T23:31:46.026Z | Nov 05 23:31:44.421 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1467 | 2024-11-05T23:31:46.128Z | Nov 05 23:31:44.520 INFO Download complete, target: Console |
1468 | 2024-11-05T23:31:46.178Z | Nov 05 23:31:44.573 INFO Download complete, target: TransceiverControl |
1469 | 2024-11-05T23:31:46.226Z | Nov 05 23:31:44.621 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1470 | 2024-11-05T23:31:46.772Z | Nov 05 23:31:45.168 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1471 | 2024-11-05T23:31:46.772Z | Nov 05 23:31:45.168 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1472 | 2024-11-05T23:31:47.323Z | Nov 05 23:31:45.719 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1473 | 2024-11-05T23:31:48.777Z | Nov 05 23:31:47.172 INFO Download complete, target: DendriteStub |
1474 | 2024-11-05T23:31:49.112Z | Nov 05 23:31:47.507 INFO Download complete, target: MaghemiteMgd |
1475 | 2024-11-05T23:31:54.242Z | Nov 05 23:31:52.637 INFO Checking that binary works, target: Cockroach |
1476 | 2024-11-05T23:31:54.433Z | Nov 05 23:31:52.828 INFO Download complete, target: Cockroach |
1477 | 2024-11-05T23:31:59.573Z | Nov 05 23:31:57.968 INFO Checking that binary works, target: Clickhouse |
1478 | 2024-11-05T23:31:59.958Z | Nov 05 23:31:58.352 INFO Download complete, target: Clickhouse |
1479 | 2024-11-05T23:32:00.368Z | All builder prerequisites installed successfully, and PATH looks valid |
1480 | 2024-11-05T23:32:00.371Z | |
1481 | 2024-11-05T23:32:00.371Z | real 4:23.649701404 |
1482 | 2024-11-05T23:32:00.371Z | user 12:14.228234219 |
1483 | 2024-11-05T23:32:00.371Z | sys 2:40.618933354 |
1484 | 2024-11-05T23:32:00.371Z | trap 0.429686191 |
1485 | 2024-11-05T23:32:00.371Z | tflt 8.456516919 |
1486 | 2024-11-05T23:32:00.371Z | dflt 6.253061233 |
1487 | 2024-11-05T23:32:00.371Z | kflt 0.470268660 |
1488 | 2024-11-05T23:32:00.371Z | lock 22:19.707956465 |
1489 | 2024-11-05T23:32:00.371Z | slp 49:17.526493443 |
1490 | 2024-11-05T23:32:00.371Z | lat 42.646904990 |
1491 | 2024-11-05T23:32:00.371Z | stop 1:59.081521553 |
1492 | 2024-11-05T23:32:00.371Z | + banner clippy |
1493 | 2024-11-05T23:32:00.371Z | |
1494 | 2024-11-05T23:32:00.371Z | #### # # ##### ##### # # |
1495 | 2024-11-05T23:32:00.371Z | # # # # # # # # # # |
1496 | 2024-11-05T23:32:00.371Z | # # # # # # # # |
1497 | 2024-11-05T23:32:00.371Z | # # # ##### ##### # |
1498 | 2024-11-05T23:32:00.371Z | # # # # # # # |
1499 | 2024-11-05T23:32:00.371Z | #### ###### # # # # |
1500 | 2024-11-05T23:32:00.371Z | |
1501 | 2024-11-05T23:32:00.371Z | + export CARGO_INCREMENTAL=0 |
1502 | 2024-11-05T23:32:00.371Z | + CARGO_INCREMENTAL=0 |
1503 | 2024-11-05T23:32:00.371Z | + ptime -m cargo xtask clippy |
1504 | 2024-11-05T23:32:00.876Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1505 | 2024-11-05T23:32:04.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
1506 | 2024-11-05T23:32:04.370Z | Running `target/debug/xtask clippy` |
1507 | 2024-11-05T23:32:04.392Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1508 | 2024-11-05T23:32:05.016Z | Downloading crates ... |
1509 | 2024-11-05T23:32:05.322Z | Downloaded async-global-executor v2.4.1 |
1510 | 2024-11-05T23:32:05.326Z | Downloaded target-lexicon v0.12.16 |
1511 | 2024-11-05T23:32:05.333Z | Downloaded rust-argon2 v2.1.0 |
1512 | 2024-11-05T23:32:05.336Z | Downloaded indoc v2.0.5 |
1513 | 2024-11-05T23:32:05.339Z | Downloaded nested v0.1.1 |
1514 | 2024-11-05T23:32:05.339Z | Downloaded event-listener-strategy v0.5.2 |
1515 | 2024-11-05T23:32:05.339Z | Downloaded assert-json-diff v2.0.2 |
1516 | 2024-11-05T23:32:05.342Z | Downloaded event-listener v2.5.3 |
1517 | 2024-11-05T23:32:05.349Z | Downloaded threadpool v1.8.1 |
1518 | 2024-11-05T23:32:05.351Z | Downloaded blocking v1.6.1 |
1519 | 2024-11-05T23:32:05.360Z | Downloaded relative-path v1.9.3 |
1520 | 2024-11-05T23:32:05.360Z | Downloaded path-tree v0.8.1 |
1521 | 2024-11-05T23:32:05.360Z | Downloaded async-channel v1.9.0 |
1522 | 2024-11-05T23:32:05.360Z | Downloaded piper v0.2.4 |
1523 | 2024-11-05T23:32:05.360Z | Downloaded oorandom v11.1.4 |
1524 | 2024-11-05T23:32:05.360Z | Downloaded async-process v2.3.0 |
1525 | 2024-11-05T23:32:05.360Z | Downloaded concurrent-queue v2.5.0 |
1526 | 2024-11-05T23:32:05.361Z | Downloaded trybuild v1.0.100 |
1527 | 2024-11-05T23:32:05.364Z | Downloaded async-task v4.7.1 |
1528 | 2024-11-05T23:32:05.367Z | Downloaded serde_regex v1.1.0 |
1529 | 2024-11-05T23:32:05.369Z | Downloaded futures-timer v3.0.3 |
1530 | 2024-11-05T23:32:05.372Z | Downloaded datatest-stable v0.2.9 |
1531 | 2024-11-05T23:32:05.372Z | Downloaded pretty_assertions v1.4.1 |
1532 | 2024-11-05T23:32:05.378Z | Downloaded async-executor v1.13.1 |
1533 | 2024-11-05T23:32:05.389Z | Downloaded async-channel v2.3.1 |
1534 | 2024-11-05T23:32:05.391Z | Downloaded assert_cmd v2.0.16 |
1535 | 2024-11-05T23:32:05.391Z | Downloaded anes v0.1.6 |
1536 | 2024-11-05T23:32:05.395Z | Downloaded async-attributes v1.1.2 |
1537 | 2024-11-05T23:32:05.397Z | Downloaded approx v0.5.1 |
1538 | 2024-11-05T23:32:05.401Z | Downloaded async-object-pool v0.1.5 |
1539 | 2024-11-05T23:32:05.403Z | Downloaded async-io v2.3.4 |
1540 | 2024-11-05T23:32:05.405Z | Downloaded doc-comment v0.3.3 |
1541 | 2024-11-05T23:32:05.412Z | Downloaded escape8259 v0.5.3 |
1542 | 2024-11-05T23:32:05.416Z | Downloaded pathdiff v0.2.2 |
1543 | 2024-11-05T23:32:05.419Z | Downloaded guppy-workspace-hack v0.1.0 |
1544 | 2024-11-05T23:32:05.421Z | Downloaded async-signal v0.2.10 |
1545 | 2024-11-05T23:32:05.426Z | Downloaded criterion-plot v0.5.0 |
1546 | 2024-11-05T23:32:05.435Z | Downloaded plotters-svg v0.3.7 |
1547 | 2024-11-05T23:32:05.437Z | Downloaded parking v2.2.1 |
1548 | 2024-11-05T23:32:05.437Z | Downloaded cast v0.3.0 |
1549 | 2024-11-05T23:32:05.442Z | Downloaded proc-macro-crate v3.2.0 |
1550 | 2024-11-05T23:32:05.445Z | Downloaded plotters-backend v0.3.7 |
1551 | 2024-11-05T23:32:05.445Z | Downloaded async-lock v3.4.0 |
1552 | 2024-11-05T23:32:05.447Z | Downloaded num_cpus v1.16.0 |
1553 | 2024-11-05T23:32:05.450Z | Downloaded target-spec v3.2.2 |
1554 | 2024-11-05T23:32:05.452Z | Downloaded similar-asserts v1.6.0 |
1555 | 2024-11-05T23:32:05.452Z | Downloaded stringmetrics v2.2.2 |
1556 | 2024-11-05T23:32:05.455Z | Downloaded kv-log-macro v1.0.7 |
1557 | 2024-11-05T23:32:05.457Z | Downloaded partial-io v0.5.4 |
1558 | 2024-11-05T23:32:05.459Z | Downloaded libtest-mimic v0.7.3 |
1559 | 2024-11-05T23:32:05.464Z | Downloaded rustls-native-certs v0.7.3 |
1560 | 2024-11-05T23:32:05.467Z | Downloaded tinytemplate v1.2.1 |
1561 | 2024-11-05T23:32:05.469Z | Downloaded event-listener v5.3.1 |
1562 | 2024-11-05T23:32:05.471Z | Downloaded hyper-rustls v0.26.0 |
1563 | 2024-11-05T23:32:05.473Z | Downloaded cfg-expr v0.17.0 |
1564 | 2024-11-05T23:32:05.476Z | Downloaded futures-lite v2.3.0 |
1565 | 2024-11-05T23:32:05.478Z | Downloaded blake2b_simd v1.0.2 |
1566 | 2024-11-05T23:32:05.494Z | Downloaded rstest v0.23.0 |
1567 | 2024-11-05T23:32:05.499Z | Downloaded rand_distr v0.4.3 |
1568 | 2024-11-05T23:32:05.509Z | Downloaded polling v3.7.3 |
1569 | 2024-11-05T23:32:05.516Z | Downloaded yansi v1.0.1 |
1570 | 2024-11-05T23:32:05.516Z | Downloaded rstest_macros v0.23.0 |
1571 | 2024-11-05T23:32:05.516Z | Downloaded fancy-regex v0.13.0 |
1572 | 2024-11-05T23:32:05.516Z | Downloaded criterion v0.5.1 |
1573 | 2024-11-05T23:32:05.520Z | Downloaded httptest v0.16.1 |
1574 | 2024-11-05T23:32:05.522Z | Downloaded plotters v0.3.7 |
1575 | 2024-11-05T23:32:05.530Z | Downloaded guppy v0.17.8 |
1576 | 2024-11-05T23:32:05.536Z | Downloaded async-std v1.13.0 |
1577 | 2024-11-05T23:32:05.591Z | Downloaded httpmock v0.8.0-alpha.1 |
1578 | 2024-11-05T23:32:06.312Z | Checking cfg-if v1.0.0 |
1579 | 2024-11-05T23:32:06.384Z | Checking libc v0.2.161 |
1580 | 2024-11-05T23:32:06.404Z | Checking serde v1.0.210 |
1581 | 2024-11-05T23:32:06.419Z | Checking memchr v2.7.4 |
1582 | 2024-11-05T23:32:06.444Z | Checking value-bag v1.9.0 |
1583 | 2024-11-05T23:32:06.444Z | Checking scopeguard v1.2.0 |
1584 | 2024-11-05T23:32:06.485Z | Checking itoa v1.0.11 |
1585 | 2024-11-05T23:32:06.488Z | Checking zeroize v1.8.1 |
1586 | 2024-11-05T23:32:06.537Z | Checking smallvec v1.13.2 |
1587 | 2024-11-05T23:32:06.585Z | Checking lock_api v0.4.12 |
1588 | 2024-11-05T23:32:06.712Z | Checking pin-project-lite v0.2.14 |
1589 | 2024-11-05T23:32:06.780Z | Checking byteorder v1.5.0 |
1590 | 2024-11-05T23:32:06.841Z | Checking subtle v2.6.1 |
1591 | 2024-11-05T23:32:06.879Z | Checking log v0.4.22 |
1592 | 2024-11-05T23:32:06.912Z | Checking once_cell v1.20.2 |
1593 | 2024-11-05T23:32:07.007Z | Checking typenum v1.17.0 |
1594 | 2024-11-05T23:32:07.132Z | Checking futures-core v0.3.31 |
1595 | 2024-11-05T23:32:07.195Z | Checking libm v0.2.8 |
1596 | 2024-11-05T23:32:07.234Z | Checking zerocopy v0.7.35 |
1597 | 2024-11-05T23:32:07.302Z | Checking thiserror v1.0.64 |
1598 | 2024-11-05T23:32:07.330Z | Checking ryu v1.0.18 |
1599 | 2024-11-05T23:32:07.429Z | Checking spin v0.9.8 |
1600 | 2024-11-05T23:32:07.464Z | Checking const-oid v0.9.6 |
1601 | 2024-11-05T23:32:07.536Z | Checking getrandom v0.2.15 |
1602 | 2024-11-05T23:32:07.562Z | Checking signal-hook-registry v1.4.2 |
1603 | 2024-11-05T23:32:07.782Z | Checking parking_lot_core v0.9.10 |
1604 | 2024-11-05T23:32:07.784Z | Checking rand_core v0.6.4 |
1605 | 2024-11-05T23:32:07.828Z | Checking mio v1.0.2 |
1606 | 2024-11-05T23:32:08.115Z | Checking socket2 v0.5.7 |
1607 | 2024-11-05T23:32:08.143Z | Checking parking_lot v0.12.3 |
1608 | 2024-11-05T23:32:08.145Z | Checking num-traits v0.2.19 |
1609 | 2024-11-05T23:32:08.367Z | Checking generic-array v0.14.7 |
1610 | 2024-11-05T23:32:08.468Z | Checking futures-io v0.3.31 |
1611 | 2024-11-05T23:32:08.507Z | Checking slab v0.4.9 |
1612 | 2024-11-05T23:32:08.597Z | Checking allocator-api2 v0.2.18 |
1613 | 2024-11-05T23:32:08.654Z | Checking futures-sink v0.3.31 |
1614 | 2024-11-05T23:32:08.733Z | Checking cpufeatures v0.2.14 |
1615 | 2024-11-05T23:32:08.791Z | Checking pin-utils v0.1.0 |
1616 | 2024-11-05T23:32:08.820Z | Checking futures-channel v0.3.31 |
1617 | 2024-11-05T23:32:08.847Z | Checking foldhash v0.1.3 |
1618 | 2024-11-05T23:32:08.895Z | Checking futures-task v0.3.31 |
1619 | 2024-11-05T23:32:09.065Z | Checking equivalent v1.0.1 |
1620 | 2024-11-05T23:32:09.202Z | Checking fnv v1.0.7 |
1621 | 2024-11-05T23:32:09.230Z | Checking futures-util v0.3.31 |
1622 | 2024-11-05T23:32:09.264Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2024-11-05T23:32:09.304Z | Checking tracing-core v0.1.32 |
1624 | 2024-11-05T23:32:09.329Z | Checking hashbrown v0.15.0 |
1625 | 2024-11-05T23:32:09.354Z | Checking iana-time-zone v0.1.61 |
1626 | 2024-11-05T23:32:09.510Z | Checking ppv-lite86 v0.2.20 |
1627 | 2024-11-05T23:32:09.641Z | Checking crypto-common v0.1.6 |
1628 | 2024-11-05T23:32:09.644Z | Checking block-buffer v0.10.4 |
1629 | 2024-11-05T23:32:09.821Z | Checking errno v0.3.9 |
1630 | 2024-11-05T23:32:09.847Z | Checking tinyvec_macros v0.1.1 |
1631 | 2024-11-05T23:32:09.904Z | Checking digest v0.10.7 |
1632 | 2024-11-05T23:32:09.950Z | Checking tinyvec v1.8.0 |
1633 | 2024-11-05T23:32:09.994Z | Checking tracing v0.1.40 |
1634 | 2024-11-05T23:32:10.019Z | Checking unicode-bidi v0.3.17 |
1635 | 2024-11-05T23:32:10.314Z | Checking block-padding v0.3.3 |
1636 | 2024-11-05T23:32:10.338Z | Checking rand_chacha v0.3.1 |
1637 | 2024-11-05T23:32:10.361Z | Checking dyn-clone v1.0.17 |
1638 | 2024-11-05T23:32:10.468Z | Checking percent-encoding v2.3.1 |
1639 | 2024-11-05T23:32:10.522Z | Checking crossbeam-utils v0.8.20 |
1640 | 2024-11-05T23:32:10.545Z | Checking inout v0.1.3 |
1641 | 2024-11-05T23:32:10.659Z | Checking httparse v1.9.5 |
1642 | 2024-11-05T23:32:10.688Z | Checking form_urlencoded v1.2.1 |
1643 | 2024-11-05T23:32:10.723Z | Checking rand v0.8.5 |
1644 | 2024-11-05T23:32:10.785Z | Checking cipher v0.4.4 |
1645 | 2024-11-05T23:32:10.884Z | Checking base64ct v1.6.0 |
1646 | 2024-11-05T23:32:11.101Z | Checking regex-syntax v0.8.5 |
1647 | 2024-11-05T23:32:11.194Z | Checking hmac v0.12.1 |
1648 | 2024-11-05T23:32:11.289Z | Checking unicode-normalization v0.1.24 |
1649 | 2024-11-05T23:32:11.292Z | Checking sha2 v0.10.8 |
1650 | 2024-11-05T23:32:11.337Z | Checking aho-corasick v1.1.3 |
1651 | 2024-11-05T23:32:11.357Z | Checking bytes v1.7.2 |
1652 | 2024-11-05T23:32:11.398Z | Checking bitflags v2.6.0 |
1653 | 2024-11-05T23:32:11.733Z | Checking serde_json v1.0.128 |
1654 | 2024-11-05T23:32:11.887Z | Checking indexmap v2.6.0 |
1655 | 2024-11-05T23:32:11.972Z | Checking chrono v0.4.38 |
1656 | 2024-11-05T23:32:12.147Z | Checking tokio v1.40.0 |
1657 | 2024-11-05T23:32:12.210Z | Checking rustix v0.38.37 |
1658 | 2024-11-05T23:32:13.107Z | Checking uuid v1.10.0 |
1659 | 2024-11-05T23:32:13.206Z | Checking http v1.1.0 |
1660 | 2024-11-05T23:32:13.475Z | Checking atomic-waker v1.1.2 |
1661 | 2024-11-05T23:32:13.611Z | Checking untrusted v0.9.0 |
1662 | 2024-11-05T23:32:13.736Z | Checking lazy_static v1.5.0 |
1663 | 2024-11-05T23:32:13.784Z | Checking ring v0.17.8 |
1664 | 2024-11-05T23:32:13.875Z | Checking unicode-ident v1.0.13 |
1665 | 2024-11-05T23:32:14.051Z | Checking idna v0.5.0 |
1666 | 2024-11-05T23:32:14.144Z | Checking schemars v0.8.21 |
1667 | 2024-11-05T23:32:14.481Z | Checking regex-automata v0.4.8 |
1668 | 2024-11-05T23:32:14.614Z | Checking adler2 v2.0.0 |
1669 | 2024-11-05T23:32:14.643Z | Checking pem-rfc7468 v0.7.0 |
1670 | 2024-11-05T23:32:14.785Z | Checking miniz_oxide v0.8.0 |
1671 | 2024-11-05T23:32:14.927Z | Checking try-lock v0.2.5 |
1672 | 2024-11-05T23:32:14.963Z | Checking url v2.5.2 |
1673 | 2024-11-05T23:32:15.082Z | Checking httpdate v1.0.3 |
1674 | 2024-11-05T23:32:15.317Z | Checking powerfmt v0.2.0 |
1675 | 2024-11-05T23:32:15.544Z | Checking want v0.3.1 |
1676 | 2024-11-05T23:32:15.596Z | Checking deranged v0.3.11 |
1677 | 2024-11-05T23:32:15.694Z | Checking proc-macro2 v1.0.87 |
1678 | 2024-11-05T23:32:15.734Z | Checking num-conv v0.1.0 |
1679 | 2024-11-05T23:32:15.785Z | Checking rustls-pki-types v1.9.0 |
1680 | 2024-11-05T23:32:15.813Z | Checking time-core v0.1.2 |
1681 | 2024-11-05T23:32:15.836Z | Checking num_threads v0.1.7 |
1682 | 2024-11-05T23:32:15.966Z | Checking flagset v0.4.6 |
1683 | 2024-11-05T23:32:15.988Z | Checking base64 v0.22.1 |
1684 | 2024-11-05T23:32:15.991Z | Checking http-body v1.0.1 |
1685 | 2024-11-05T23:32:16.171Z | Checking der v0.7.9 |
1686 | 2024-11-05T23:32:16.218Z | Checking pbkdf2 v0.12.2 |
1687 | 2024-11-05T23:32:16.387Z | Checking aes v0.8.4 |
1688 | 2024-11-05T23:32:16.389Z | Checking quote v1.0.37 |
1689 | 2024-11-05T23:32:16.389Z | Checking tower-service v0.3.3 |
1690 | 2024-11-05T23:32:16.482Z | Checking cbc v0.1.2 |
1691 | 2024-11-05T23:32:16.538Z | Checking salsa20 v0.10.2 |
1692 | 2024-11-05T23:32:16.706Z | Checking ahash v0.8.11 |
1693 | 2024-11-05T23:32:16.770Z | Checking scrypt v0.11.0 |
1694 | 2024-11-05T23:32:16.774Z | Checking syn v2.0.79 |
1695 | 2024-11-05T23:32:17.024Z | Checking rustls-webpki v0.102.8 |
1696 | 2024-11-05T23:32:17.245Z | Checking slog v2.7.0 |
1697 | 2024-11-05T23:32:17.364Z | Checking mime v0.3.17 |
1698 | 2024-11-05T23:32:17.409Z | Checking time v0.3.36 |
1699 | 2024-11-05T23:32:17.712Z | Checking gimli v0.31.1 |
1700 | 2024-11-05T23:32:17.748Z | Checking object v0.36.5 |
1701 | 2024-11-05T23:32:17.810Z | Checking ipnet v2.10.1 |
1702 | 2024-11-05T23:32:18.076Z | Checking spki v0.7.3 |
1703 | 2024-11-05T23:32:18.286Z | Checking utf8parse v0.2.2 |
1704 | 2024-11-05T23:32:18.360Z | Checking pkcs5 v0.7.1 |
1705 | 2024-11-05T23:32:18.438Z | Checking rustc-demangle v0.1.24 |
1706 | 2024-11-05T23:32:18.855Z | Checking data-encoding v2.6.0 |
1707 | 2024-11-05T23:32:18.931Z | Checking pkcs8 v0.10.2 |
1708 | 2024-11-05T23:32:18.992Z | Checking regex v1.11.0 |
1709 | 2024-11-05T23:32:19.204Z | Checking tokio-util v0.7.12 |
1710 | 2024-11-05T23:32:19.287Z | Checking unicode-width v0.1.14 |
1711 | 2024-11-05T23:32:19.562Z | Checking futures-executor v0.3.31 |
1712 | 2024-11-05T23:32:19.623Z | Checking serde_spanned v0.6.8 |
1713 | 2024-11-05T23:32:19.800Z | Checking toml_datetime v0.6.8 |
1714 | 2024-11-05T23:32:19.802Z | Checking anstyle v1.0.8 |
1715 | 2024-11-05T23:32:19.848Z | Checking futures v0.3.31 |
1716 | 2024-11-05T23:32:19.942Z | Checking http-body-util v0.1.2 |
1717 | 2024-11-05T23:32:19.970Z | Checking serde_urlencoded v0.7.1 |
1718 | 2024-11-05T23:32:20.098Z | Checking encoding_rs v0.8.34 |
1719 | 2024-11-05T23:32:20.127Z | Checking h2 v0.4.6 |
1720 | 2024-11-05T23:32:20.188Z | Checking openssl-probe v0.1.5 |
1721 | 2024-11-05T23:32:20.356Z | Checking foreign-types-shared v0.1.1 |
1722 | 2024-11-05T23:32:20.399Z | Checking rustls-pemfile v2.2.0 |
1723 | 2024-11-05T23:32:20.424Z | Checking semver v1.0.23 |
1724 | 2024-11-05T23:32:20.470Z | Checking foreign-types v0.3.2 |
1725 | 2024-11-05T23:32:20.573Z | Checking sha1 v0.10.6 |
1726 | 2024-11-05T23:32:20.617Z | Checking openssl-sys v0.9.103 |
1727 | 2024-11-05T23:32:20.807Z | Checking anstyle-parse v0.2.5 |
1728 | 2024-11-05T23:32:20.873Z | Checking anstyle-query v1.1.1 |
1729 | 2024-11-05T23:32:21.015Z | Checking is_terminal_polyfill v1.70.1 |
1730 | 2024-11-05T23:32:21.083Z | Checking colorchoice v1.0.2 |
1731 | 2024-11-05T23:32:21.151Z | Checking rustls v0.23.14 |
1732 | 2024-11-05T23:32:21.240Z | Checking anstream v0.6.15 |
1733 | 2024-11-05T23:32:21.614Z | Checking terminal_size v0.4.0 |
1734 | 2024-11-05T23:32:21.788Z | Checking camino v1.1.9 |
1735 | 2024-11-05T23:32:21.830Z | Checking addr2line v0.24.2 |
1736 | 2024-11-05T23:32:21.909Z | Checking openssl v0.10.66 |
1737 | 2024-11-05T23:32:22.343Z | Checking signature v2.2.0 |
1738 | 2024-11-05T23:32:22.403Z | Checking clap_lex v0.7.2 |
1739 | 2024-11-05T23:32:22.446Z | Checking winnow v0.6.20 |
1740 | 2024-11-05T23:32:22.538Z | Checking strsim v0.11.1 |
1741 | 2024-11-05T23:32:22.671Z | Checking either v1.13.0 |
1742 | 2024-11-05T23:32:22.855Z | Checking clap_builder v4.5.20 |
1743 | 2024-11-05T23:32:23.096Z | Checking openapiv3 v2.0.0 |
1744 | 2024-11-05T23:32:23.251Z | Checking idna v0.3.0 |
1745 | 2024-11-05T23:32:24.164Z | Checking psl-types v2.0.11 |
1746 | 2024-11-05T23:32:24.373Z | Checking publicsuffix v2.2.3 |
1747 | 2024-11-05T23:32:24.644Z | Checking cookie v0.18.1 |
1748 | 2024-11-05T23:32:24.681Z | Checking backtrace v0.3.74 |
1749 | 2024-11-05T23:32:25.109Z | Checking webpki-roots v0.26.6 |
1750 | 2024-11-05T23:32:25.258Z | Checking anyhow v1.0.89 |
1751 | 2024-11-05T23:32:25.332Z | Checking is-terminal v0.4.13 |
1752 | 2024-11-05T23:32:25.418Z | Checking scroll v0.12.0 |
1753 | 2024-11-05T23:32:25.468Z | Checking base16ct v0.2.0 |
1754 | 2024-11-05T23:32:25.631Z | Checking ucd-trie v0.1.7 |
1755 | 2024-11-05T23:32:25.683Z | Checking plain v0.2.3 |
1756 | 2024-11-05T23:32:25.844Z | Checking sec1 v0.7.3 |
1757 | 2024-11-05T23:32:25.846Z | Checking pest v2.7.14 |
1758 | 2024-11-05T23:32:25.889Z | Checking goblin v0.8.2 |
1759 | 2024-11-05T23:32:25.946Z | Checking clap v4.5.20 |
1760 | 2024-11-05T23:32:26.068Z | Checking cookie_store v0.21.0 |
1761 | 2024-11-05T23:32:26.156Z | Checking tokio-rustls v0.26.0 |
1762 | 2024-11-05T23:32:26.261Z | Checking num-integer v0.1.46 |
1763 | 2024-11-05T23:32:26.462Z | Checking hyper v1.4.1 |
1764 | 2024-11-05T23:32:26.540Z | Checking ff v0.13.0 |
1765 | 2024-11-05T23:32:26.569Z | Checking sync_wrapper v1.0.1 |
1766 | 2024-11-05T23:32:26.674Z | Checking pretty-hex v0.4.1 |
1767 | 2024-11-05T23:32:26.721Z | Checking hkdf v0.12.4 |
1768 | 2024-11-05T23:32:26.750Z | Checking crypto-bigint v0.5.5 |
1769 | 2024-11-05T23:32:26.776Z | Checking group v0.13.0 |
1770 | 2024-11-05T23:32:26.852Z | Checking thread-id v4.2.2 |
1771 | 2024-11-05T23:32:26.932Z | Checking static_assertions v1.1.0 |
1772 | 2024-11-05T23:32:26.976Z | Checking utf-8 v0.7.6 |
1773 | 2024-11-05T23:32:27.023Z | Checking bitflags v1.3.2 |
1774 | 2024-11-05T23:32:27.052Z | Checking toml_edit v0.22.22 |
1775 | 2024-11-05T23:32:27.137Z | Checking dirs-sys-next v0.1.2 |
1776 | 2024-11-05T23:32:27.173Z | Checking memmap v0.7.0 |
1777 | 2024-11-05T23:32:27.325Z | Checking stable_deref_trait v1.2.0 |
1778 | 2024-11-05T23:32:27.386Z | Checking unicode-segmentation v1.12.0 |
1779 | 2024-11-05T23:32:27.439Z | Checking dirs-next v2.0.0 |
1780 | 2024-11-05T23:32:27.466Z | Checking native-tls v0.2.12 |
1781 | 2024-11-05T23:32:27.587Z | Checking num-iter v0.1.45 |
1782 | 2024-11-05T23:32:27.781Z | Checking crossbeam-epoch v0.9.18 |
1783 | 2024-11-05T23:32:27.809Z | Checking tokio-native-tls v0.3.1 |
1784 | 2024-11-05T23:32:28.080Z | Checking crossbeam-channel v0.5.13 |
1785 | 2024-11-05T23:32:28.118Z | Checking thread_local v1.1.8 |
1786 | 2024-11-05T23:32:28.234Z | Checking crc32fast v1.4.2 |
1787 | 2024-11-05T23:32:28.325Z | Checking dtrace-parser v0.2.0 |
1788 | 2024-11-05T23:32:28.397Z | Checking term v0.7.0 |
1789 | 2024-11-05T23:32:28.537Z | Checking hyper-util v0.1.9 |
1790 | 2024-11-05T23:32:28.540Z | Checking bstr v1.10.0 |
1791 | 2024-11-05T23:32:28.826Z | Checking rfc6979 v0.4.0 |
1792 | 2024-11-05T23:32:28.829Z | Checking hex v0.4.3 |
1793 | 2024-11-05T23:32:28.875Z | Checking managed v0.8.0 |
1794 | 2024-11-05T23:32:29.017Z | Checking take_mut v0.2.2 |
1795 | 2024-11-05T23:32:29.200Z | Checking winnow v0.5.40 |
1796 | 2024-11-05T23:32:29.283Z | Checking match_cfg v0.1.0 |
1797 | 2024-11-05T23:32:29.393Z | Checking hostname v0.3.1 |
1798 | 2024-11-05T23:32:29.420Z | Checking slog-async v2.8.0 |
1799 | 2024-11-05T23:32:29.540Z | Checking slog-term v2.9.1 |
1800 | 2024-11-05T23:32:29.542Z | Checking crossbeam-deque v0.8.5 |
1801 | 2024-11-05T23:32:29.624Z | Checking toml v0.8.19 |
1802 | 2024-11-05T23:32:29.627Z | Checking elliptic-curve v0.13.8 |
1803 | 2024-11-05T23:32:29.703Z | Checking num-bigint-dig v0.8.4 |
1804 | 2024-11-05T23:32:29.887Z | Checking pkcs1 v0.7.5 |
1805 | 2024-11-05T23:32:30.043Z | Checking curve25519-dalek v4.1.3 |
1806 | 2024-11-05T23:32:30.316Z | Checking ecdsa v0.16.9 |
1807 | 2024-11-05T23:32:30.341Z | Checking zerocopy v0.6.6 |
1808 | 2024-11-05T23:32:30.370Z | Checking siphasher v0.3.11 |
1809 | 2024-11-05T23:32:30.689Z | Checking rayon-core v1.12.1 |
1810 | 2024-11-05T23:32:30.717Z | Checking hyper-rustls v0.27.3 |
1811 | 2024-11-05T23:32:30.839Z | Checking hyper-tls v0.6.0 |
1812 | 2024-11-05T23:32:31.066Z | Checking dof v0.3.0 |
1813 | 2024-11-05T23:32:31.093Z | Checking flate2 v1.0.34 |
1814 | 2024-11-05T23:32:31.124Z | Checking ed25519 v2.2.3 |
1815 | 2024-11-05T23:32:31.152Z | Checking reqwest v0.12.8 |
1816 | 2024-11-05T23:32:31.339Z | Checking rustls v0.22.4 |
1817 | 2024-11-05T23:32:31.435Z | Checking signal-hook v0.3.17 |
1818 | 2024-11-05T23:32:31.693Z | Checking usdt-impl v0.5.0 |
1819 | 2024-11-05T23:32:31.759Z | Checking quick-error v1.2.3 |
1820 | 2024-11-05T23:32:31.787Z | Checking itertools v0.10.5 |
1821 | 2024-11-05T23:32:31.907Z | Checking slog-json v2.6.1 |
1822 | 2024-11-05T23:32:31.910Z | Checking rsa v0.9.6 |
1823 | 2024-11-05T23:32:32.004Z | Checking ed25519-dalek v2.1.1 |
1824 | 2024-11-05T23:32:32.170Z | Checking x509-cert v0.2.5 |
1825 | 2024-11-05T23:32:32.227Z | Checking usdt v0.5.0 |
1826 | 2024-11-05T23:32:32.255Z | Checking toml_edit v0.19.15 |
1827 | 2024-11-05T23:32:32.425Z | Checking idna v0.4.0 |
1828 | 2024-11-05T23:32:32.506Z | Checking hubpack v0.1.2 |
1829 | 2024-11-05T23:32:32.847Z | Checking bit-vec v0.6.3 |
1830 | 2024-11-05T23:32:33.020Z | Checking debug-ignore v1.0.5 |
1831 | 2024-11-05T23:32:33.100Z | Checking slog-bunyan v2.5.0 |
1832 | 2024-11-05T23:32:33.179Z | Checking signal-hook-mio v0.2.4 |
1833 | 2024-11-05T23:32:33.222Z | Checking bit-set v0.5.3 |
1834 | 2024-11-05T23:32:33.278Z | Checking multer v3.1.0 |
1835 | 2024-11-05T23:32:33.333Z | Checking hickory-proto v0.24.1 |
1836 | 2024-11-05T23:32:33.335Z | Checking console v0.15.8 |
1837 | 2024-11-05T23:32:33.495Z | Checking waitgroup v0.1.2 |
1838 | 2024-11-05T23:32:33.648Z | Checking serde_path_to_error v0.1.16 |
1839 | 2024-11-05T23:32:33.674Z | Checking async-stream v0.3.6 |
1840 | 2024-11-05T23:32:33.705Z | Checking hostname v0.4.0 |
1841 | 2024-11-05T23:32:33.855Z | Checking hash32 v0.2.1 |
1842 | 2024-11-05T23:32:33.881Z | Checking unicode-properties v0.1.3 |
1843 | 2024-11-05T23:32:33.947Z | Checking predicates-core v1.0.8 |
1844 | 2024-11-05T23:32:33.996Z | Checking linked-hash-map v0.5.6 |
1845 | 2024-11-05T23:32:34.130Z | Checking crossterm v0.28.1 |
1846 | 2024-11-05T23:32:34.184Z | Checking heapless v0.7.17 |
1847 | 2024-11-05T23:32:34.259Z | Checking rayon v1.10.0 |
1848 | 2024-11-05T23:32:34.263Z | Checking stringprep v0.1.5 |
1849 | 2024-11-05T23:32:34.344Z | Checking lru-cache v0.1.2 |
1850 | 2024-11-05T23:32:34.542Z | Checking phf_shared v0.11.2 |
1851 | 2024-11-05T23:32:34.568Z | Checking similar v2.6.0 |
1852 | 2024-11-05T23:32:34.780Z | Checking toml v0.7.8 |
1853 | 2024-11-05T23:32:34.834Z | Checking tokio-stream v0.1.16 |
1854 | 2024-11-05T23:32:35.044Z | Checking tokio-rustls v0.25.0 |
1855 | 2024-11-05T23:32:35.278Z | Checking md-5 v0.10.6 |
1856 | 2024-11-05T23:32:35.428Z | Checking dropshot v0.12.0 |
1857 | 2024-11-05T23:32:35.457Z | Checking float-cmp v0.9.0 |
1858 | 2024-11-05T23:32:35.507Z | Checking fixedbitset v0.4.2 |
1859 | 2024-11-05T23:32:35.534Z | Checking difflib v0.4.0 |
1860 | 2024-11-05T23:32:35.654Z | Checking fallible-iterator v0.2.0 |
1861 | 2024-11-05T23:32:35.680Z | Checking normalize-line-endings v0.3.0 |
1862 | 2024-11-05T23:32:35.789Z | Checking petgraph v0.6.5 |
1863 | 2024-11-05T23:32:35.816Z | Checking smoltcp v0.9.1 |
1864 | 2024-11-05T23:32:35.894Z | Checking predicates v3.1.2 |
1865 | 2024-11-05T23:32:35.970Z | Checking phf v0.11.2 |
1866 | 2024-11-05T23:32:36.273Z | Checking resolv-conf v0.7.0 |
1867 | 2024-11-05T23:32:36.318Z | Checking postgres-protocol v0.6.7 |
1868 | 2024-11-05T23:32:36.581Z | Checking phf_shared v0.10.0 |
1869 | 2024-11-05T23:32:36.637Z | Checking tungstenite v0.24.0 |
1870 | 2024-11-05T23:32:36.879Z | Checking fs-err v2.11.0 |
1871 | 2024-11-05T23:32:37.048Z | Checking serde-big-array v0.5.1 |
1872 | 2024-11-05T23:32:37.291Z | Checking portable-atomic v1.9.0 |
1873 | 2024-11-05T23:32:37.315Z | Checking new_debug_unreachable v1.0.6 |
1874 | 2024-11-05T23:32:37.413Z | Checking lalrpop-util v0.19.12 |
1875 | 2024-11-05T23:32:37.476Z | Checking number_prefix v0.4.0 |
1876 | 2024-11-05T23:32:37.568Z | Checking precomputed-hash v0.1.1 |
1877 | 2024-11-05T23:32:37.685Z | Checking minimal-lexical v0.2.1 |
1878 | 2024-11-05T23:32:37.709Z | Checking string_cache v0.8.7 |
1879 | 2024-11-05T23:32:37.711Z | Checking tokio-tungstenite v0.24.0 |
1880 | 2024-11-05T23:32:38.023Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1881 | 2024-11-05T23:32:38.097Z | Checking nom v7.1.3 |
1882 | 2024-11-05T23:32:38.177Z | Checking hickory-resolver v0.24.1 |
1883 | 2024-11-05T23:32:38.205Z | Checking postgres-types v0.2.8 |
1884 | 2024-11-05T23:32:38.274Z | Checking itertools v0.12.1 |
1885 | 2024-11-05T23:32:38.277Z | Checking indicatif v0.17.8 |
1886 | 2024-11-05T23:32:38.915Z | Checking whoami v1.5.2 |
1887 | 2024-11-05T23:32:39.063Z | Checking peg-runtime v0.8.3 |
1888 | 2024-11-05T23:32:39.148Z | Compiling hashbrown v0.14.5 |
1889 | 2024-11-05T23:32:39.220Z | Compiling unsafe-libyaml v0.2.11 |
1890 | 2024-11-05T23:32:39.250Z | Checking tokio-postgres v0.7.12 |
1891 | 2024-11-05T23:32:39.782Z | Checking qorb v0.2.0 |
1892 | 2024-11-05T23:32:40.535Z | Compiling regress v0.10.1 |
1893 | 2024-11-05T23:32:40.537Z | Compiling ident_case v1.0.1 |
1894 | 2024-11-05T23:32:40.734Z | Compiling serde_yaml v0.9.34+deprecated |
1895 | 2024-11-05T23:32:40.930Z | Compiling darling_core v0.20.10 |
1896 | 2024-11-05T23:32:41.084Z | Checking heck v0.5.0 |
1897 | 2024-11-05T23:32:41.296Z | Checking progenitor-client v0.8.0 |
1898 | 2024-11-05T23:32:41.637Z | Checking fastrand v2.1.1 |
1899 | 2024-11-05T23:32:41.987Z | Compiling newtype-uuid v1.1.2 |
1900 | 2024-11-05T23:32:42.319Z | Checking ipnetwork v0.20.0 |
1901 | 2024-11-05T23:32:42.420Z | Compiling structmeta-derive v0.3.0 |
1902 | 2024-11-05T23:32:42.447Z | Checking strum v0.26.3 |
1903 | 2024-11-05T23:32:42.627Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1904 | 2024-11-05T23:32:42.955Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1905 | 2024-11-05T23:32:43.328Z | Checking tempfile v3.13.0 |
1906 | 2024-11-05T23:32:43.394Z | Checking instant v0.1.13 |
1907 | 2024-11-05T23:32:43.524Z | Checking regress v0.9.1 |
1908 | 2024-11-05T23:32:43.554Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1909 | 2024-11-05T23:32:43.715Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1910 | 2024-11-05T23:32:44.042Z | Checking macaddr v1.0.1 |
1911 | 2024-11-05T23:32:44.360Z | Compiling typify-impl v0.2.0 |
1912 | 2024-11-05T23:32:44.408Z | Checking backoff v0.4.0 |
1913 | 2024-11-05T23:32:44.700Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1914 | 2024-11-05T23:32:44.724Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1915 | 2024-11-05T23:32:44.854Z | Checking wait-timeout v0.2.0 |
1916 | 2024-11-05T23:32:44.884Z | Checking rand_xorshift v0.3.0 |
1917 | 2024-11-05T23:32:45.047Z | Checking rusty-fork v0.3.0 |
1918 | 2024-11-05T23:32:45.073Z | Compiling structmeta-derive v0.2.0 |
1919 | 2024-11-05T23:32:45.144Z | Compiling structmeta v0.3.0 |
1920 | 2024-11-05T23:32:45.363Z | Checking unarray v0.1.4 |
1921 | 2024-11-05T23:32:45.457Z | Checking camino-tempfile v1.1.1 |
1922 | 2024-11-05T23:32:45.532Z | Checking proptest v1.5.0 |
1923 | 2024-11-05T23:32:45.561Z | Compiling parse-display-derive v0.10.0 |
1924 | 2024-11-05T23:32:45.744Z | Compiling proc-macro-error v1.0.4 |
1925 | 2024-11-05T23:32:46.426Z | Compiling proc-macro-crate v1.3.1 |
1926 | 2024-11-05T23:32:47.149Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1927 | 2024-11-05T23:32:47.314Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1928 | 2024-11-05T23:32:47.421Z | Compiling darling_macro v0.20.10 |
1929 | 2024-11-05T23:32:47.470Z | Compiling num_enum_derive v0.5.11 |
1930 | 2024-11-05T23:32:47.564Z | Compiling foreign-types-macros v0.2.3 |
1931 | 2024-11-05T23:32:47.649Z | Checking foreign-types-shared v0.3.1 |
1932 | 2024-11-05T23:32:47.843Z | Compiling structmeta v0.2.0 |
1933 | 2024-11-05T23:32:48.114Z | Checking tabwriter v1.4.0 |
1934 | 2024-11-05T23:32:48.250Z | Compiling test-strategy v0.3.1 |
1935 | 2024-11-05T23:32:48.372Z | Checking cstr-argument v0.1.2 |
1936 | 2024-11-05T23:32:48.374Z | Compiling darling v0.20.10 |
1937 | 2024-11-05T23:32:48.522Z | Compiling serde_with_macros v3.11.0 |
1938 | 2024-11-05T23:32:48.551Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1939 | 2024-11-05T23:32:48.854Z | Checking foreign-types v0.5.0 |
1940 | 2024-11-05T23:32:48.976Z | Checking pretty-hex v0.2.1 |
1941 | 2024-11-05T23:32:49.193Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1942 | 2024-11-05T23:32:49.428Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1943 | 2024-11-05T23:32:49.513Z | Checking colored v2.1.0 |
1944 | 2024-11-05T23:32:49.590Z | Checking smf v0.2.3 |
1945 | 2024-11-05T23:32:49.837Z | Checking base64 v0.21.7 |
1946 | 2024-11-05T23:32:49.911Z | Checking num_enum v0.5.11 |
1947 | 2024-11-05T23:32:49.977Z | Checking parse-display v0.10.0 |
1948 | 2024-11-05T23:32:50.074Z | Compiling crucible-workspace-hack v0.1.0 |
1949 | 2024-11-05T23:32:50.078Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1950 | 2024-11-05T23:32:50.221Z | Checking termtree v0.4.1 |
1951 | 2024-11-05T23:32:50.313Z | Compiling heapless v0.8.0 |
1952 | 2024-11-05T23:32:50.399Z | Checking hash32 v0.3.1 |
1953 | 2024-11-05T23:32:50.423Z | Checking predicates-tree v1.0.11 |
1954 | 2024-11-05T23:32:50.469Z | Compiling smoltcp v0.11.0 |
1955 | 2024-11-05T23:32:50.558Z | Checking cobs v0.2.3 |
1956 | 2024-11-05T23:32:50.580Z | Checking sigpipe v0.1.3 |
1957 | 2024-11-05T23:32:50.583Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1958 | 2024-11-05T23:32:50.694Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1959 | 2024-11-05T23:32:50.752Z | Checking postcard v1.0.10 |
1960 | 2024-11-05T23:32:50.850Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1961 | 2024-11-05T23:32:50.986Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1962 | 2024-11-05T23:32:51.150Z | Checking serde_with v3.11.0 |
1963 | 2024-11-05T23:32:51.231Z | Compiling mockall_derive v0.13.0 |
1964 | 2024-11-05T23:32:51.328Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1965 | 2024-11-05T23:32:51.350Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1966 | 2024-11-05T23:32:51.647Z | Compiling zone_cfg_derive v0.3.0 |
1967 | 2024-11-05T23:32:51.717Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1968 | 2024-11-05T23:32:51.879Z | Compiling num-derive v0.4.2 |
1969 | 2024-11-05T23:32:52.107Z | Checking downcast v0.11.0 |
1970 | 2024-11-05T23:32:52.340Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1971 | 2024-11-05T23:32:52.654Z | Checking fragile v2.0.0 |
1972 | 2024-11-05T23:32:52.949Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1973 | 2024-11-05T23:32:53.043Z | Checking zone v0.3.0 |
1974 | 2024-11-05T23:32:53.207Z | Checking atomicwrites v0.4.4 |
1975 | 2024-11-05T23:32:53.425Z | Compiling convert_case v0.4.0 |
1976 | 2024-11-05T23:32:53.604Z | Checking tungstenite v0.21.0 |
1977 | 2024-11-05T23:32:53.841Z | Checking newline-converter v0.3.0 |
1978 | 2024-11-05T23:32:54.015Z | Checking expectorate v1.1.0 |
1979 | 2024-11-05T23:32:54.230Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1980 | 2024-11-05T23:32:54.257Z | Checking itertools v0.13.0 |
1981 | 2024-11-05T23:32:54.409Z | Compiling derive_more v0.99.18 |
1982 | 2024-11-05T23:32:54.499Z | Checking tokio-tungstenite v0.21.0 |
1983 | 2024-11-05T23:32:54.626Z | Checking same-file v1.0.6 |
1984 | 2024-11-05T23:32:54.734Z | Checking arc-swap v1.7.1 |
1985 | 2024-11-05T23:32:54.818Z | Checking walkdir v2.5.0 |
1986 | 2024-11-05T23:32:55.012Z | Checking xattr v1.3.1 |
1987 | 2024-11-05T23:32:55.113Z | Checking filetime v0.2.25 |
1988 | 2024-11-05T23:32:55.186Z | Checking slog-scope v4.4.0 |
1989 | 2024-11-05T23:32:55.220Z | Checking swrite v0.1.0 |
1990 | 2024-11-05T23:32:55.252Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1991 | 2024-11-05T23:32:55.339Z | Checking tar v0.4.42 |
1992 | 2024-11-05T23:32:55.363Z | Compiling owo-colors v4.1.0 |
1993 | 2024-11-05T23:32:55.386Z | Checking slog-stdlog v4.1.1 |
1994 | 2024-11-05T23:32:55.564Z | Checking slog-envlogger v2.2.0 |
1995 | 2024-11-05T23:32:55.659Z | Compiling cancel-safe-futures v0.1.5 |
1996 | 2024-11-05T23:32:56.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1997 | 2024-11-05T23:32:56.525Z | Checking libsw v3.3.1 |
1998 | 2024-11-05T23:32:56.567Z | Checking password-hash v0.5.0 |
1999 | 2024-11-05T23:32:56.685Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2000 | 2024-11-05T23:32:56.791Z | Checking blake2 v0.10.6 |
2001 | 2024-11-05T23:32:57.034Z | Checking indent_write v2.2.0 |
2002 | 2024-11-05T23:32:57.057Z | Checking linear-map v1.2.0 |
2003 | 2024-11-05T23:32:57.241Z | Checking num-rational v0.4.2 |
2004 | 2024-11-05T23:32:57.283Z | Checking argon2 v0.5.3 |
2005 | 2024-11-05T23:32:57.386Z | Checking pem v3.0.4 |
2006 | 2024-11-05T23:32:57.671Z | Checking num-complex v0.4.6 |
2007 | 2024-11-05T23:32:57.741Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2008 | 2024-11-05T23:32:57.905Z | Checking float-ord v0.3.2 |
2009 | 2024-11-05T23:32:57.982Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2010 | 2024-11-05T23:32:58.062Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2011 | 2024-11-05T23:32:58.492Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2012 | 2024-11-05T23:32:58.593Z | Checking num v0.4.3 |
2013 | 2024-11-05T23:32:58.712Z | Compiling lzma-sys v0.1.20 |
2014 | 2024-11-05T23:32:58.811Z | Checking humantime v2.1.0 |
2015 | 2024-11-05T23:32:58.813Z | Checking headers-core v0.3.0 |
2016 | 2024-11-05T23:32:58.976Z | Compiling heck v0.3.3 |
2017 | 2024-11-05T23:32:59.116Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2018 | 2024-11-05T23:32:59.369Z | Checking mockall v0.13.0 |
2019 | 2024-11-05T23:32:59.432Z | Compiling zone_cfg_derive v0.1.2 |
2020 | 2024-11-05T23:32:59.460Z | Checking headers v0.4.0 |
2021 | 2024-11-05T23:32:59.583Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2022 | 2024-11-05T23:32:59.669Z | Checking yasna v0.5.2 |
2023 | 2024-11-05T23:32:59.686Z | Checking base64 v0.13.1 |
2024 | 2024-11-05T23:32:59.886Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2025 | 2024-11-05T23:33:00.108Z | Checking ron v0.7.1 |
2026 | 2024-11-05T23:33:00.399Z | Checking xz2 v0.1.7 |
2027 | 2024-11-05T23:33:00.566Z | Checking rcgen v0.12.1 |
2028 | 2024-11-05T23:33:00.638Z | Compiling typify-macro v0.2.0 |
2029 | 2024-11-05T23:33:00.701Z | Checking subprocess v0.2.9 |
2030 | 2024-11-05T23:33:00.841Z | Checking zone v0.1.8 |
2031 | 2024-11-05T23:33:01.221Z | Checking half v2.4.1 |
2032 | 2024-11-05T23:33:01.247Z | Compiling semver v0.1.20 |
2033 | 2024-11-05T23:33:01.250Z | Checking ciborium-io v0.2.2 |
2034 | 2024-11-05T23:33:01.379Z | Checking highway v1.2.0 |
2035 | 2024-11-05T23:33:01.424Z | Compiling prettyplease v0.2.22 |
2036 | 2024-11-05T23:33:01.707Z | Checking ciborium-ll v0.2.2 |
2037 | 2024-11-05T23:33:01.741Z | Compiling rustc_version v0.1.7 |
2038 | 2024-11-05T23:33:01.806Z | Compiling home v0.5.9 |
2039 | 2024-11-05T23:33:02.004Z | Checking ciborium v0.2.2 |
2040 | 2024-11-05T23:33:02.211Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2041 | 2024-11-05T23:33:02.237Z | Compiling newtype_derive v0.1.6 |
2042 | 2024-11-05T23:33:02.759Z | Checking steno v0.4.1 |
2043 | 2024-11-05T23:33:04.692Z | Compiling slog-dtrace v0.3.0 |
2044 | 2024-11-05T23:33:04.773Z | Compiling typify v0.2.0 |
2045 | 2024-11-05T23:33:04.940Z | Compiling progenitor-impl v0.8.0 |
2046 | 2024-11-05T23:33:05.046Z | Checking display-error-chain v0.2.1 |
2047 | 2024-11-05T23:33:05.080Z | Compiling ring v0.16.20 |
2048 | 2024-11-05T23:33:05.200Z | Compiling blake3 v1.5.4 |
2049 | 2024-11-05T23:33:05.379Z | Checking keccak v0.1.5 |
2050 | 2024-11-05T23:33:05.498Z | Checking universal-hash v0.5.1 |
2051 | 2024-11-05T23:33:05.701Z | Checking sha3 v0.10.8 |
2052 | 2024-11-05T23:33:05.704Z | Checking secrecy v0.8.0 |
2053 | 2024-11-05T23:33:05.956Z | Checking opaque-debug v0.3.1 |
2054 | 2024-11-05T23:33:06.065Z | Checking aead v0.5.2 |
2055 | 2024-11-05T23:33:06.138Z | Checking poly1305 v0.8.0 |
2056 | 2024-11-05T23:33:06.284Z | Checking chacha20 v0.9.1 |
2057 | 2024-11-05T23:33:06.791Z | Checking gethostname v0.5.0 |
2058 | 2024-11-05T23:33:06.873Z | Compiling memmap2 v0.9.5 |
2059 | 2024-11-05T23:33:06.929Z | Compiling untrusted v0.7.1 |
2060 | 2024-11-05T23:33:07.124Z | Compiling spin v0.5.2 |
2061 | 2024-11-05T23:33:07.145Z | Compiling arrayref v0.3.9 |
2062 | 2024-11-05T23:33:07.255Z | Compiling arrayvec v0.7.6 |
2063 | 2024-11-05T23:33:07.342Z | Compiling constant_time_eq v0.3.1 |
2064 | 2024-11-05T23:33:07.391Z | Compiling toolchain_find v0.4.0 |
2065 | 2024-11-05T23:33:07.477Z | Compiling thiserror-impl-no-std v2.0.2 |
2066 | 2024-11-05T23:33:07.523Z | Compiling topological-sort v0.2.2 |
2067 | 2024-11-05T23:33:07.759Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2068 | 2024-11-05T23:33:07.827Z | Compiling rustfmt-wrapper v0.2.1 |
2069 | 2024-11-05T23:33:08.058Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2070 | 2024-11-05T23:33:08.330Z | Checking chacha20poly1305 v0.10.1 |
2071 | 2024-11-05T23:33:08.408Z | Checking nibble_vec v0.1.0 |
2072 | 2024-11-05T23:33:08.429Z | Checking endian-type v0.1.2 |
2073 | 2024-11-05T23:33:08.479Z | Checking fxhash v0.2.1 |
2074 | 2024-11-05T23:33:08.511Z | Checking termcolor v1.4.1 |
2075 | 2024-11-05T23:33:08.615Z | Checking maplit v1.0.2 |
2076 | 2024-11-05T23:33:08.644Z | Checking radix_trie v0.2.1 |
2077 | 2024-11-05T23:33:08.667Z | Compiling radium v0.7.0 |
2078 | 2024-11-05T23:33:08.741Z | Checking tap v1.0.1 |
2079 | 2024-11-05T23:33:08.885Z | Compiling maybe-uninit v2.0.0 |
2080 | 2024-11-05T23:33:08.919Z | Checking wyz v0.5.1 |
2081 | 2024-11-05T23:33:08.974Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2082 | 2024-11-05T23:33:09.064Z | Compiling packed_struct v0.10.1 |
2083 | 2024-11-05T23:33:09.332Z | Checking funty v2.0.0 |
2084 | 2024-11-05T23:33:09.526Z | Checking crc-catalog v2.4.0 |
2085 | 2024-11-05T23:33:09.662Z | Checking kstat-rs v0.2.4 |
2086 | 2024-11-05T23:33:09.707Z | Checking crc v3.2.1 |
2087 | 2024-11-05T23:33:09.735Z | Compiling packed_struct_codegen v0.10.1 |
2088 | 2024-11-05T23:33:10.045Z | Compiling indexmap v1.9.3 |
2089 | 2024-11-05T23:33:10.191Z | Checking nodrop v0.1.14 |
2090 | 2024-11-05T23:33:10.304Z | Checking bitvec v1.0.1 |
2091 | 2024-11-05T23:33:10.328Z | Compiling libefi-sys v0.1.0 |
2092 | 2024-11-05T23:33:10.384Z | Checking array-init v0.0.4 |
2093 | 2024-11-05T23:33:10.526Z | Checking thiserror-no-std v2.0.2 |
2094 | 2024-11-05T23:33:10.646Z | Checking smallvec v0.6.14 |
2095 | 2024-11-05T23:33:10.668Z | Checking vsss-rs v3.3.4 |
2096 | 2024-11-05T23:33:11.069Z | Compiling omicron-zone-package v0.11.1 |
2097 | 2024-11-05T23:33:11.331Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2098 | 2024-11-05T23:33:11.355Z | Compiling async-recursion v1.1.1 |
2099 | 2024-11-05T23:33:11.757Z | Compiling bitfield-struct v0.6.2 |
2100 | 2024-11-05T23:33:12.309Z | Checking bitfield v0.14.0 |
2101 | 2024-11-05T23:33:12.386Z | Compiling progenitor-macro v0.8.0 |
2102 | 2024-11-05T23:33:12.412Z | Checking hashbrown v0.12.3 |
2103 | 2024-11-05T23:33:12.859Z | Checking serde-hex v0.1.0 |
2104 | 2024-11-05T23:33:13.006Z | Checking bzip2 v0.4.4 |
2105 | 2024-11-05T23:33:13.178Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2106 | 2024-11-05T23:33:13.722Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2107 | 2024-11-05T23:33:13.828Z | Checking env_logger v0.10.2 |
2108 | 2024-11-05T23:33:13.926Z | Checking ron v0.8.1 |
2109 | 2024-11-05T23:33:13.976Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2110 | 2024-11-05T23:33:14.203Z | Checking hashbrown v0.13.2 |
2111 | 2024-11-05T23:33:14.264Z | Checking crc-any v2.5.0 |
2112 | 2024-11-05T23:33:14.342Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2024-11-05T23:33:14.480Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2114 | 2024-11-05T23:33:14.940Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2115 | 2024-11-05T23:33:14.979Z | Checking zip v0.6.6 |
2116 | 2024-11-05T23:33:15.189Z | Compiling parking_lot_core v0.8.6 |
2117 | 2024-11-05T23:33:15.241Z | Checking object v0.30.4 |
2118 | 2024-11-05T23:33:15.285Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2119 | 2024-11-05T23:33:15.563Z | Checking path-slash v0.1.5 |
2120 | 2024-11-05T23:33:15.685Z | Checking glob v0.3.1 |
2121 | 2024-11-05T23:33:15.725Z | Checking hickory-client v0.24.1 |
2122 | 2024-11-05T23:33:16.002Z | Checking hickory-server v0.24.1 |
2123 | 2024-11-05T23:33:16.123Z | Checking parking_lot v0.11.2 |
2124 | 2024-11-05T23:33:16.410Z | Checking primeorder v0.13.6 |
2125 | 2024-11-05T23:33:16.490Z | Checking sled v0.34.7 |
2126 | 2024-11-05T23:33:16.889Z | Compiling unicase v2.7.0 |
2127 | 2024-11-05T23:33:16.937Z | Checking nanorand v0.7.0 |
2128 | 2024-11-05T23:33:17.019Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2129 | 2024-11-05T23:33:17.186Z | Compiling buf-list v1.0.3 |
2130 | 2024-11-05T23:33:17.589Z | Checking flume v0.11.0 |
2131 | 2024-11-05T23:33:17.965Z | Checking atty v0.2.14 |
2132 | 2024-11-05T23:33:18.101Z | Compiling vte_generate_state_changes v0.1.2 |
2133 | 2024-11-05T23:33:18.103Z | Compiling salty v0.3.0 |
2134 | 2024-11-05T23:33:18.634Z | Checking p384 v0.13.0 |
2135 | 2024-11-05T23:33:18.781Z | Checking vte v0.11.1 |
2136 | 2024-11-05T23:33:18.803Z | Checking fd-lock v4.0.2 |
2137 | 2024-11-05T23:33:18.990Z | Compiling mime_guess v2.0.5 |
2138 | 2024-11-05T23:33:19.333Z | Checking env_filter v0.1.2 |
2139 | 2024-11-05T23:33:19.591Z | Checking nu-ansi-term v0.50.1 |
2140 | 2024-11-05T23:33:19.613Z | Checking env_logger v0.11.5 |
2141 | 2024-11-05T23:33:19.789Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2142 | 2024-11-05T23:33:20.005Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2143 | 2024-11-05T23:33:20.195Z | Checking strip-ansi-escapes v0.2.0 |
2144 | 2024-11-05T23:33:20.245Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2145 | 2024-11-05T23:33:20.365Z | Checking reedline v0.35.0 |
2146 | 2024-11-05T23:33:20.405Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2147 | 2024-11-05T23:33:20.426Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2148 | 2024-11-05T23:33:20.577Z | Compiling dsl_auto_type v0.1.2 |
2149 | 2024-11-05T23:33:20.712Z | Checking scheduled-thread-pool v0.2.7 |
2150 | 2024-11-05T23:33:20.941Z | Compiling diesel_table_macro_syntax v0.2.0 |
2151 | 2024-11-05T23:33:21.013Z | Checking http-range v0.1.5 |
2152 | 2024-11-05T23:33:21.177Z | Compiling crunchy v0.2.2 |
2153 | 2024-11-05T23:33:21.211Z | Checking hyper-staticfile v0.10.1 |
2154 | 2024-11-05T23:33:21.344Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2155 | 2024-11-05T23:33:21.622Z | Checking r2d2 v0.8.10 |
2156 | 2024-11-05T23:33:21.788Z | Compiling clang-sys v1.8.1 |
2157 | 2024-11-05T23:33:21.946Z | Compiling phf_generator v0.11.2 |
2158 | 2024-11-05T23:33:22.151Z | Checking bytecount v0.6.8 |
2159 | 2024-11-05T23:33:22.208Z | Compiling diesel_derives v2.2.3 |
2160 | 2024-11-05T23:33:22.314Z | Compiling tiny-keccak v2.0.2 |
2161 | 2024-11-05T23:33:22.487Z | Checking papergrid v0.11.0 |
2162 | 2024-11-05T23:33:22.545Z | Compiling phf_codegen v0.11.2 |
2163 | 2024-11-05T23:33:22.791Z | Compiling tabled_derive v0.7.0 |
2164 | 2024-11-05T23:33:22.813Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2165 | 2024-11-05T23:33:23.067Z | Compiling parse-zoneinfo v0.3.1 |
2166 | 2024-11-05T23:33:23.094Z | Compiling cfg_aliases v0.1.1 |
2167 | 2024-11-05T23:33:23.213Z | Compiling ref-cast v1.0.23 |
2168 | 2024-11-05T23:33:23.853Z | Compiling chrono-tz-build v0.4.0 |
2169 | 2024-11-05T23:33:23.972Z | Compiling nix v0.28.0 |
2170 | 2024-11-05T23:33:24.823Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2171 | 2024-11-05T23:33:24.861Z | Compiling ascii-canvas v3.0.0 |
2172 | 2024-11-05T23:33:24.956Z | Compiling ena v0.14.3 |
2173 | 2024-11-05T23:33:25.125Z | Compiling ref-cast-impl v1.0.23 |
2174 | 2024-11-05T23:33:25.208Z | Checking tabled v0.15.0 |
2175 | 2024-11-05T23:33:25.291Z | Compiling libloading v0.8.5 |
2176 | 2024-11-05T23:33:25.361Z | Compiling bindgen v0.69.5 |
2177 | 2024-11-05T23:33:25.383Z | Compiling regex-syntax v0.6.29 |
2178 | 2024-11-05T23:33:25.731Z | Compiling diff v0.1.13 |
2179 | 2024-11-05T23:33:26.370Z | Compiling chrono-tz v0.10.0 |
2180 | 2024-11-05T23:33:26.529Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2181 | 2024-11-05T23:33:27.042Z | Compiling which v4.4.2 |
2182 | 2024-11-05T23:33:27.691Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2183 | 2024-11-05T23:33:28.117Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2184 | 2024-11-05T23:33:28.181Z | Checking progenitor v0.8.0 |
2185 | 2024-11-05T23:33:28.430Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2186 | 2024-11-05T23:33:28.585Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2187 | 2024-11-05T23:33:28.729Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-11-05T23:33:30.677Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2189 | 2024-11-05T23:33:31.242Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2190 | 2024-11-05T23:33:33.294Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2191 | 2024-11-05T23:33:33.499Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2192 | 2024-11-05T23:33:34.224Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2193 | 2024-11-05T23:33:34.933Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2194 | 2024-11-05T23:33:35.539Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2195 | 2024-11-05T23:33:35.749Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2196 | 2024-11-05T23:33:36.076Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2197 | 2024-11-05T23:33:36.314Z | Checking diesel v2.2.4 |
2198 | 2024-11-05T23:33:36.659Z | Compiling lalrpop v0.19.12 |
2199 | 2024-11-05T23:33:37.538Z | Checking signal-hook-tokio v0.3.1 |
2200 | 2024-11-05T23:33:37.726Z | Compiling cexpr v0.6.0 |
2201 | 2024-11-05T23:33:38.299Z | Compiling rustc-hash v1.1.0 |
2202 | 2024-11-05T23:33:38.469Z | Compiling lazycell v1.3.0 |
2203 | 2024-11-05T23:33:40.631Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2204 | 2024-11-05T23:33:40.916Z | Compiling derive_builder_core v0.20.2 |
2205 | 2024-11-05T23:33:43.114Z | Checking http v0.2.12 |
2206 | 2024-11-05T23:33:43.331Z | Compiling peg-macros v0.8.4 |
2207 | 2024-11-05T23:33:44.545Z | Compiling libxml v0.3.3 |
2208 | 2024-11-05T23:33:44.926Z | Compiling sqlparser_derive v0.2.2 |
2209 | 2024-11-05T23:33:46.047Z | Compiling memoffset v0.9.1 |
2210 | 2024-11-05T23:33:46.376Z | Checking unicode_categories v0.1.1 |
2211 | 2024-11-05T23:33:46.681Z | Checking sqlformat v0.2.6 |
2212 | 2024-11-05T23:33:46.993Z | Checking peg v0.8.4 |
2213 | 2024-11-05T23:33:47.262Z | Checking sqlparser v0.45.0 |
2214 | 2024-11-05T23:33:51.265Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2215 | 2024-11-05T23:33:55.131Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2216 | 2024-11-05T23:33:56.463Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2217 | 2024-11-05T23:33:57.861Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-11-05T23:34:00.093Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2219 | 2024-11-05T23:34:00.102Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2220 | 2024-11-05T23:34:00.806Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2221 | 2024-11-05T23:34:02.195Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2222 | 2024-11-05T23:34:02.264Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2223 | 2024-11-05T23:34:02.684Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2224 | 2024-11-05T23:34:03.080Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2225 | 2024-11-05T23:34:03.268Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2226 | 2024-11-05T23:34:03.551Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2227 | 2024-11-05T23:34:03.893Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2228 | 2024-11-05T23:34:03.989Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2229 | 2024-11-05T23:34:04.504Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2230 | 2024-11-05T23:34:05.067Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2231 | 2024-11-05T23:34:05.299Z | Compiling derive_builder_macro v0.20.2 |
2232 | 2024-11-05T23:34:05.498Z | Checking rustyline v14.0.0 |
2233 | 2024-11-05T23:34:07.722Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2234 | 2024-11-05T23:34:08.434Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2235 | 2024-11-05T23:34:08.568Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2236 | 2024-11-05T23:34:10.086Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2237 | 2024-11-05T23:34:10.789Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2238 | 2024-11-05T23:34:11.820Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2239 | 2024-11-05T23:34:12.086Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2240 | 2024-11-05T23:34:13.469Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2241 | 2024-11-05T23:34:13.474Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2242 | 2024-11-05T23:34:16.486Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2243 | 2024-11-05T23:34:16.974Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2244 | 2024-11-05T23:34:17.316Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2245 | 2024-11-05T23:34:17.610Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2246 | 2024-11-05T23:34:18.112Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2247 | 2024-11-05T23:34:18.987Z | Checking tungstenite v0.23.0 |
2248 | 2024-11-05T23:34:19.401Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2249 | 2024-11-05T23:34:19.470Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2250 | 2024-11-05T23:34:20.004Z | Checking bcs v0.1.6 |
2251 | 2024-11-05T23:34:20.177Z | Compiling strum_macros v0.24.3 |
2252 | 2024-11-05T23:34:20.511Z | Compiling pin-project-internal v1.1.6 |
2253 | 2024-11-05T23:34:20.548Z | Compiling indoc v1.0.9 |
2254 | 2024-11-05T23:34:21.067Z | Checking tokio-tungstenite v0.23.1 |
2255 | 2024-11-05T23:34:21.501Z | Checking derive_builder v0.20.2 |
2256 | 2024-11-05T23:34:21.794Z | Checking h2 v0.3.26 |
2257 | 2024-11-05T23:34:23.447Z | Checking http-body v0.4.6 |
2258 | 2024-11-05T23:34:23.594Z | Checking pin-project v1.1.6 |
2259 | 2024-11-05T23:34:23.662Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2260 | 2024-11-05T23:34:23.723Z | Checking quick-xml v0.33.0 |
2261 | 2024-11-05T23:34:23.884Z | Compiling oso-derive v0.27.3 |
2262 | 2024-11-05T23:34:23.983Z | Compiling impl-trait-for-tuples v0.2.2 |
2263 | 2024-11-05T23:34:24.689Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2264 | 2024-11-05T23:34:24.985Z | Checking nix v0.27.1 |
2265 | 2024-11-05T23:34:25.088Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2266 | 2024-11-05T23:34:25.931Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2267 | 2024-11-05T23:34:26.384Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2268 | 2024-11-05T23:34:26.643Z | Compiling snafu-derive v0.8.5 |
2269 | 2024-11-05T23:34:27.764Z | Compiling diesel-dtrace v0.3.0 |
2270 | 2024-11-05T23:34:28.144Z | Checking sync_wrapper v0.1.2 |
2271 | 2024-11-05T23:34:31.211Z | Checking hyper v0.14.30 |
2272 | 2024-11-05T23:34:31.304Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2273 | 2024-11-05T23:34:31.636Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2274 | 2024-11-05T23:34:31.893Z | Checking globset v0.4.15 |
2275 | 2024-11-05T23:34:32.236Z | Checking snafu v0.8.5 |
2276 | 2024-11-05T23:34:32.425Z | Checking bb8 v0.8.5 |
2277 | 2024-11-05T23:34:32.683Z | Checking olpc-cjson v0.1.4 |
2278 | 2024-11-05T23:34:32.923Z | Checking serde_plain v1.0.2 |
2279 | 2024-11-05T23:34:32.961Z | Compiling const_format_proc_macros v0.2.33 |
2280 | 2024-11-05T23:34:33.184Z | Checking typed-path v0.7.1 |
2281 | 2024-11-05T23:34:33.488Z | Checking reqwest v0.11.27 |
2282 | 2024-11-05T23:34:34.524Z | Checking async-bb8-diesel v0.2.1 |
2283 | 2024-11-05T23:34:35.010Z | Checking const_format v0.2.33 |
2284 | 2024-11-05T23:34:35.042Z | Checking parse-size v1.0.0 |
2285 | 2024-11-05T23:34:35.102Z | Checking tough v0.17.1 |
2286 | 2024-11-05T23:34:35.228Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2287 | 2024-11-05T23:34:35.288Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2288 | 2024-11-05T23:34:35.502Z | Checking heck v0.4.1 |
2289 | 2024-11-05T23:34:35.731Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2290 | 2024-11-05T23:34:36.007Z | Checking assert_matches v1.5.0 |
2291 | 2024-11-05T23:34:36.113Z | Checking rand_seeder v0.3.0 |
2292 | 2024-11-05T23:34:36.163Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2293 | 2024-11-05T23:34:36.362Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2294 | 2024-11-05T23:34:36.386Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2295 | 2024-11-05T23:34:38.120Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2296 | 2024-11-05T23:34:38.783Z | Compiling libz-sys v1.1.20 |
2297 | 2024-11-05T23:34:38.853Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2298 | 2024-11-05T23:34:39.125Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2299 | 2024-11-05T23:34:39.461Z | Checking is_ci v1.2.0 |
2300 | 2024-11-05T23:34:39.618Z | Checking supports-color v3.0.1 |
2301 | 2024-11-05T23:34:39.645Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2302 | 2024-11-05T23:34:40.040Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2303 | 2024-11-05T23:34:40.300Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2304 | 2024-11-05T23:34:41.220Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2305 | 2024-11-05T23:34:41.396Z | Compiling vergen v8.3.2 |
2306 | 2024-11-05T23:34:41.712Z | Compiling cargo-platform v0.1.8 |
2307 | 2024-11-05T23:34:42.300Z | Checking smawk v0.3.2 |
2308 | 2024-11-05T23:34:42.529Z | Checking unicode-linebreak v0.1.5 |
2309 | 2024-11-05T23:34:42.555Z | Compiling cargo_metadata v0.18.1 |
2310 | 2024-11-05T23:34:42.949Z | Checking textwrap v0.16.1 |
2311 | 2024-11-05T23:34:42.993Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2312 | 2024-11-05T23:34:43.378Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2313 | 2024-11-05T23:34:44.662Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2314 | 2024-11-05T23:34:45.804Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2315 | 2024-11-05T23:34:46.081Z | Checking castaway v0.2.3 |
2316 | 2024-11-05T23:34:46.105Z | Compiling libsqlite3-sys v0.30.1 |
2317 | 2024-11-05T23:34:46.248Z | Compiling rustls v0.21.12 |
2318 | 2024-11-05T23:34:46.252Z | Compiling cfg_aliases v0.2.1 |
2319 | 2024-11-05T23:34:46.396Z | Compiling nix v0.29.0 |
2320 | 2024-11-05T23:34:46.586Z | Checking compact_str v0.8.0 |
2321 | 2024-11-05T23:34:47.255Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2322 | 2024-11-05T23:34:47.445Z | Checking unicode-truncate v1.1.0 |
2323 | 2024-11-05T23:34:47.676Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2324 | 2024-11-05T23:34:47.987Z | Checking sct v0.7.1 |
2325 | 2024-11-05T23:34:48.208Z | Checking rustls-webpki v0.101.7 |
2326 | 2024-11-05T23:34:48.229Z | Checking lru v0.12.5 |
2327 | 2024-11-05T23:34:48.524Z | Compiling instability v0.3.2 |
2328 | 2024-11-05T23:34:48.912Z | Checking cassowary v0.3.0 |
2329 | 2024-11-05T23:34:49.558Z | Checking ratatui v0.28.1 |
2330 | 2024-11-05T23:34:50.156Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2331 | 2024-11-05T23:34:50.469Z | Checking hashlink v0.9.1 |
2332 | 2024-11-05T23:34:50.538Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-11-05T23:34:51.155Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2334 | 2024-11-05T23:34:51.879Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2335 | 2024-11-05T23:34:52.560Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2336 | 2024-11-05T23:34:52.654Z | Checking concurrent-queue v2.5.0 |
2337 | 2024-11-05T23:34:53.017Z | Checking fallible-iterator v0.3.0 |
2338 | 2024-11-05T23:34:53.651Z | Checking parking v2.2.1 |
2339 | 2024-11-05T23:34:53.833Z | Checking fallible-streaming-iterator v0.1.9 |
2340 | 2024-11-05T23:34:54.094Z | Checking plotters-backend v0.3.7 |
2341 | 2024-11-05T23:34:54.488Z | Checking plotters-svg v0.3.7 |
2342 | 2024-11-05T23:34:54.732Z | Checking rusqlite v0.32.1 |
2343 | 2024-11-05T23:34:54.999Z | Checking tokio-rustls v0.24.1 |
2344 | 2024-11-05T23:34:55.973Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2345 | 2024-11-05T23:34:56.317Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2346 | 2024-11-05T23:34:56.647Z | Checking rustls-pemfile v1.0.4 |
2347 | 2024-11-05T23:34:56.870Z | Checking twox-hash v1.6.3 |
2348 | 2024-11-05T23:34:57.216Z | Checking cast v0.3.0 |
2349 | 2024-11-05T23:34:57.392Z | Checking plotters v0.3.7 |
2350 | 2024-11-05T23:34:57.562Z | Checking criterion-plot v0.5.0 |
2351 | 2024-11-05T23:34:58.102Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2352 | 2024-11-05T23:34:58.784Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2353 | 2024-11-05T23:34:59.194Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2354 | 2024-11-05T23:34:59.945Z | Checking fatfs v0.3.6 |
2355 | 2024-11-05T23:35:00.973Z | Checking tinytemplate v1.2.1 |
2356 | 2024-11-05T23:35:01.014Z | Checking csv-core v0.1.11 |
2357 | 2024-11-05T23:35:01.386Z | Checking oorandom v11.1.4 |
2358 | 2024-11-05T23:35:01.404Z | Checking anes v0.1.6 |
2359 | 2024-11-05T23:35:01.574Z | Checking shell-words v1.1.0 |
2360 | 2024-11-05T23:35:01.761Z | Checking hex-literal v0.4.1 |
2361 | 2024-11-05T23:35:01.786Z | Checking criterion v0.5.1 |
2362 | 2024-11-05T23:35:01.911Z | Checking csv v1.3.0 |
2363 | 2024-11-05T23:35:02.815Z | Checking event-listener v5.3.1 |
2364 | 2024-11-05T23:35:03.230Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2365 | 2024-11-05T23:35:04.729Z | Checking rtoolbox v0.0.2 |
2366 | 2024-11-05T23:35:04.899Z | Checking rpassword v7.3.1 |
2367 | 2024-11-05T23:35:05.079Z | Checking event-listener-strategy v0.5.2 |
2368 | 2024-11-05T23:35:05.310Z | Checking tui-tree-widget v0.22.0 |
2369 | 2024-11-05T23:35:05.640Z | Checking polyval v0.6.2 |
2370 | 2024-11-05T23:35:05.949Z | Checking ghash v0.5.1 |
2371 | 2024-11-05T23:35:06.143Z | Checking futures-lite v2.3.0 |
2372 | 2024-11-05T23:35:07.607Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2373 | 2024-11-05T23:35:08.245Z | Checking ctr v0.9.2 |
2374 | 2024-11-05T23:35:08.746Z | Checking yansi v1.0.1 |
2375 | 2024-11-05T23:35:09.302Z | Checking pretty_assertions v1.4.1 |
2376 | 2024-11-05T23:35:09.487Z | Checking aes-gcm v0.10.3 |
2377 | 2024-11-05T23:35:09.529Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2378 | 2024-11-05T23:35:09.728Z | Checking ssh-encoding v0.2.0 |
2379 | 2024-11-05T23:35:10.091Z | Checking blowfish v0.9.1 |
2380 | 2024-11-05T23:35:10.342Z | Checking bcrypt-pbkdf v0.10.0 |
2381 | 2024-11-05T23:35:10.611Z | Checking ssh-cipher v0.2.0 |
2382 | 2024-11-05T23:35:10.937Z | Checking async-lock v3.4.0 |
2383 | 2024-11-05T23:35:11.092Z | Compiling samael v0.0.17 |
2384 | 2024-11-05T23:35:11.866Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2385 | 2024-11-05T23:35:12.392Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2386 | 2024-11-05T23:35:13.771Z | Checking polling v3.7.3 |
2387 | 2024-11-05T23:35:14.146Z | Checking password-hash v0.4.2 |
2388 | 2024-11-05T23:35:14.587Z | Checking matches v0.1.10 |
2389 | 2024-11-05T23:35:14.693Z | Checking idna v0.2.3 |
2390 | 2024-11-05T23:35:15.404Z | Checking pbkdf2 v0.11.0 |
2391 | 2024-11-05T23:35:15.715Z | Checking async-io v2.3.4 |
2392 | 2024-11-05T23:35:16.648Z | Checking ssh-key v0.6.6 |
2393 | 2024-11-05T23:35:17.146Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2394 | 2024-11-05T23:35:17.992Z | Checking p521 v0.13.3 |
2395 | 2024-11-05T23:35:18.265Z | Checking p256 v0.13.2 |
2396 | 2024-11-05T23:35:18.699Z | Checking russh-cryptovec v0.7.3 |
2397 | 2024-11-05T23:35:18.921Z | Compiling enum-as-inner v0.5.1 |
2398 | 2024-11-05T23:35:19.467Z | Checking md5 v0.7.0 |
2399 | 2024-11-05T23:35:19.769Z | Checking async-task v4.7.1 |
2400 | 2024-11-05T23:35:19.995Z | Compiling doc-comment v0.3.3 |
2401 | 2024-11-05T23:35:20.117Z | Compiling target-lexicon v0.12.16 |
2402 | 2024-11-05T23:35:20.783Z | Checking trust-dns-proto v0.22.0 |
2403 | 2024-11-05T23:35:21.206Z | Checking russh-keys v0.45.0 |
2404 | 2024-11-05T23:35:22.325Z | Checking async-channel v2.3.1 |
2405 | 2024-11-05T23:35:22.512Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2406 | 2024-11-05T23:35:22.598Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2407 | 2024-11-05T23:35:23.420Z | Checking piper v0.2.4 |
2408 | 2024-11-05T23:35:23.663Z | Checking num-bigint v0.4.6 |
2409 | 2024-11-05T23:35:24.354Z | Checking des v0.8.1 |
2410 | 2024-11-05T23:35:24.601Z | Compiling assert_cmd v2.0.16 |
2411 | 2024-11-05T23:35:24.647Z | Compiling dhcproto-macros v0.1.0 |
2412 | 2024-11-05T23:35:25.030Z | Checking futures-timer v3.0.3 |
2413 | 2024-11-05T23:35:25.353Z | Compiling guppy-workspace-hack v0.1.0 |
2414 | 2024-11-05T23:35:25.544Z | Checking dhcproto v0.12.0 |
2415 | 2024-11-05T23:35:25.733Z | Checking blocking v1.6.1 |
2416 | 2024-11-05T23:35:26.222Z | Checking russh v0.45.0 |
2417 | 2024-11-05T23:35:26.680Z | Checking async-executor v1.13.1 |
2418 | 2024-11-05T23:35:27.044Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2419 | 2024-11-05T23:35:27.064Z | Checking async-signal v0.2.10 |
2420 | 2024-11-05T23:35:27.364Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2421 | 2024-11-05T23:35:27.627Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2422 | 2024-11-05T23:35:28.334Z | Compiling target-spec v3.2.2 |
2423 | 2024-11-05T23:35:28.373Z | Checking event-listener v2.5.3 |
2424 | 2024-11-05T23:35:28.617Z | Checking internet-checksum v0.2.1 |
2425 | 2024-11-05T23:35:28.919Z | Checking async-channel v1.9.0 |
2426 | 2024-11-05T23:35:29.846Z | Checking async-process v2.3.0 |
2427 | 2024-11-05T23:35:30.285Z | Checking async-global-executor v2.4.1 |
2428 | 2024-11-05T23:35:30.786Z | Checking cfg-expr v0.17.0 |
2429 | 2024-11-05T23:35:30.949Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2430 | 2024-11-05T23:35:31.065Z | Checking httptest v0.16.1 |
2431 | 2024-11-05T23:35:31.675Z | Checking rustls-native-certs v0.7.3 |
2432 | 2024-11-05T23:35:31.783Z | Checking num_cpus v1.16.0 |
2433 | 2024-11-05T23:35:31.877Z | Checking kv-log-macro v1.0.7 |
2434 | 2024-11-05T23:35:31.934Z | Compiling async-attributes v1.1.2 |
2435 | 2024-11-05T23:35:32.849Z | Compiling git2 v0.19.0 |
2436 | 2024-11-05T23:35:32.879Z | Checking async-std v1.13.0 |
2437 | 2024-11-05T23:35:34.196Z | Checking threadpool v1.8.1 |
2438 | 2024-11-05T23:35:34.449Z | Checking hyper-rustls v0.26.0 |
2439 | 2024-11-05T23:35:35.205Z | Checking pathdiff v0.2.2 |
2440 | 2024-11-05T23:35:35.390Z | Compiling rstest_macros v0.23.0 |
2441 | 2024-11-05T23:35:35.721Z | Checking nested v0.1.1 |
2442 | 2024-11-05T23:35:35.937Z | Checking escape8259 v0.5.3 |
2443 | 2024-11-05T23:35:35.965Z | Checking guppy v0.17.8 |
2444 | 2024-11-05T23:35:36.148Z | Checking libtest-mimic v0.7.3 |
2445 | 2024-11-05T23:35:36.786Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2446 | 2024-11-05T23:35:37.069Z | Checking async-object-pool v0.1.5 |
2447 | 2024-11-05T23:35:37.276Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2448 | 2024-11-05T23:35:38.134Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2449 | 2024-11-05T23:35:38.418Z | Checking similar-asserts v1.6.0 |
2450 | 2024-11-05T23:35:38.458Z | Checking fancy-regex v0.13.0 |
2451 | 2024-11-05T23:35:38.694Z | Checking serde_regex v1.1.0 |
2452 | 2024-11-05T23:35:39.285Z | Checking assert-json-diff v2.0.2 |
2453 | 2024-11-05T23:35:39.593Z | Compiling proc-macro-crate v3.2.0 |
2454 | 2024-11-05T23:35:40.444Z | Checking path-tree v0.8.1 |
2455 | 2024-11-05T23:35:40.810Z | Checking stringmetrics v2.2.2 |
2456 | 2024-11-05T23:35:40.843Z | Compiling relative-path v1.9.3 |
2457 | 2024-11-05T23:35:41.052Z | Compiling trybuild v1.0.100 |
2458 | 2024-11-05T23:35:41.082Z | Checking httpmock v0.8.0-alpha.1 |
2459 | 2024-11-05T23:35:41.595Z | Checking datatest-stable v0.2.9 |
2460 | 2024-11-05T23:35:41.949Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2461 | 2024-11-05T23:35:42.841Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2462 | 2024-11-05T23:35:43.420Z | Checking blake2b_simd v1.0.2 |
2463 | 2024-11-05T23:35:44.354Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2464 | 2024-11-05T23:35:46.614Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2465 | 2024-11-05T23:35:46.945Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2466 | 2024-11-05T23:35:47.285Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2467 | 2024-11-05T23:35:47.621Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2468 | 2024-11-05T23:35:48.148Z | Checking serde_tokenstream v0.2.2 |
2469 | 2024-11-05T23:35:48.554Z | Checking uzers v0.12.1 |
2470 | 2024-11-05T23:35:49.136Z | Checking rust-argon2 v2.1.0 |
2471 | 2024-11-05T23:35:51.107Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2472 | 2024-11-05T23:35:51.492Z | Checking rstest v0.23.0 |
2473 | 2024-11-05T23:35:51.734Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2474 | 2024-11-05T23:35:52.771Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2475 | 2024-11-05T23:35:53.085Z | Checking rand_distr v0.4.3 |
2476 | 2024-11-05T23:35:53.909Z | Checking multimap v0.10.0 |
2477 | 2024-11-05T23:35:54.191Z | Checking approx v0.5.1 |
2478 | 2024-11-05T23:35:55.696Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2479 | 2024-11-05T23:35:56.821Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2480 | 2024-11-05T23:35:58.374Z | Checking partial-io v0.5.4 |
2481 | 2024-11-05T23:35:58.779Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2482 | 2024-11-05T23:35:59.100Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2483 | 2024-11-05T23:36:00.157Z | Checking cargo_toml v0.20.5 |
2484 | 2024-11-05T23:36:00.599Z | Compiling polar-core v0.27.3 |
2485 | 2024-11-05T23:36:00.839Z | Checking termios v0.3.3 |
2486 | 2024-11-05T23:36:01.097Z | Compiling indoc v2.0.5 |
2487 | 2024-11-05T23:36:02.150Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2488 | 2024-11-05T23:36:02.350Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2489 | 2024-11-05T23:36:04.318Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2490 | 2024-11-05T23:36:12.150Z | Checking oso v0.27.3 |
2491 | 2024-11-05T23:36:18.009Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2492 | 2024-11-05T23:36:25.232Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2493 | 2024-11-05T23:36:29.867Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2494 | 2024-11-05T23:36:30.482Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2495 | 2024-11-05T23:37:01.076Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2496 | 2024-11-05T23:37:03.524Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2497 | 2024-11-05T23:37:03.653Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2498 | 2024-11-05T23:37:53.577Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2499 | 2024-11-05T23:37:53.577Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2024-11-05T23:37:53.580Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2501 | 2024-11-05T23:42:06.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 01s |
2502 | 2024-11-05T23:42:06.757Z | |
2503 | 2024-11-05T23:42:06.757Z | real 10:06.331061782 |
2504 | 2024-11-05T23:42:06.757Z | user 46:51.447258121 |
2505 | 2024-11-05T23:42:06.757Z | sys 6:34.186462676 |
2506 | 2024-11-05T23:42:06.757Z | trap 1.120712380 |
2507 | 2024-11-05T23:42:06.757Z | tflt 1.925056206 |
2508 | 2024-11-05T23:42:06.760Z | dflt 1.026316511 |
2509 | 2024-11-05T23:42:06.760Z | kflt 0.001578803 |
2510 | 2024-11-05T23:42:06.760Z | lock 1:14:59.591156618 |
2511 | 2024-11-05T23:42:06.760Z | slp 2:35:39.882302499 |
2512 | 2024-11-05T23:42:06.760Z | lat 1:39.787310454 |
2513 | 2024-11-05T23:42:06.760Z | stop 6:02.774096207 |
2514 | 2024-11-05T23:42:06.760Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2515 | 2024-11-05T23:42:06.760Z | + ptime -m cargo doc --workspace --no-deps |
2516 | 2024-11-05T23:42:07.907Z | warning: output filename collision. |
2517 | 2024-11-05T23:42:07.907Z | 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)`. |
2518 | 2024-11-05T23:42:07.907Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2519 | 2024-11-05T23:42:07.907Z | The targets should have unique names. |
2520 | 2024-11-05T23:42:07.908Z | This is a known bug where multiple crates with the same name use |
2521 | 2024-11-05T23:42:07.908Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2522 | 2024-11-05T23:42:08.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2523 | 2024-11-05T23:42:08.381Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2524 | 2024-11-05T23:42:08.398Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2525 | 2024-11-05T23:42:08.434Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2526 | 2024-11-05T23:42:08.464Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2527 | 2024-11-05T23:42:08.467Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2528 | 2024-11-05T23:42:08.626Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2529 | 2024-11-05T23:42:08.709Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2530 | 2024-11-05T23:42:08.709Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2531 | 2024-11-05T23:42:08.748Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2532 | 2024-11-05T23:42:08.771Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2533 | 2024-11-05T23:42:08.937Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2534 | 2024-11-05T23:42:09.004Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2535 | 2024-11-05T23:42:09.024Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2536 | 2024-11-05T23:42:09.238Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2537 | 2024-11-05T23:42:10.441Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2538 | 2024-11-05T23:42:12.130Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2539 | 2024-11-05T23:42:12.476Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2540 | 2024-11-05T23:42:12.805Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2541 | 2024-11-05T23:42:13.608Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2542 | 2024-11-05T23:42:13.959Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2543 | 2024-11-05T23:42:13.979Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2544 | 2024-11-05T23:42:14.313Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2545 | 2024-11-05T23:42:14.649Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2546 | 2024-11-05T23:42:15.174Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2547 | 2024-11-05T23:42:15.436Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2548 | 2024-11-05T23:42:15.696Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2549 | 2024-11-05T23:42:15.730Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2550 | 2024-11-05T23:42:15.984Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2551 | 2024-11-05T23:42:16.093Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2552 | 2024-11-05T23:42:16.095Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2553 | 2024-11-05T23:42:16.130Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2554 | 2024-11-05T23:42:16.132Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2555 | 2024-11-05T23:42:16.451Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2556 | 2024-11-05T23:42:16.470Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2557 | 2024-11-05T23:42:16.764Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2558 | 2024-11-05T23:42:17.031Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2559 | 2024-11-05T23:42:17.051Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2560 | 2024-11-05T23:42:17.101Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2561 | 2024-11-05T23:42:17.482Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2562 | 2024-11-05T23:42:17.831Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2563 | 2024-11-05T23:42:20.574Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2564 | 2024-11-05T23:42:22.656Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2565 | 2024-11-05T23:42:22.817Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2566 | 2024-11-05T23:42:23.002Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2567 | 2024-11-05T23:42:23.347Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2568 | 2024-11-05T23:42:23.517Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2569 | 2024-11-05T23:42:23.915Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2570 | 2024-11-05T23:42:25.125Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2571 | 2024-11-05T23:42:25.281Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2572 | 2024-11-05T23:42:25.550Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2573 | 2024-11-05T23:42:26.033Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2574 | 2024-11-05T23:42:26.057Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2575 | 2024-11-05T23:42:31.145Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2576 | 2024-11-05T23:42:31.839Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2577 | 2024-11-05T23:42:32.375Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2578 | 2024-11-05T23:42:32.921Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2579 | 2024-11-05T23:42:33.362Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2580 | 2024-11-05T23:42:33.728Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2581 | 2024-11-05T23:42:34.139Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2582 | 2024-11-05T23:42:34.556Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2583 | 2024-11-05T23:42:34.735Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2584 | 2024-11-05T23:42:36.232Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2585 | 2024-11-05T23:42:36.729Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2586 | 2024-11-05T23:42:36.858Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2587 | 2024-11-05T23:42:36.969Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2588 | 2024-11-05T23:42:37.160Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2589 | 2024-11-05T23:42:37.180Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2590 | 2024-11-05T23:42:37.422Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2591 | 2024-11-05T23:42:37.468Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2592 | 2024-11-05T23:42:37.843Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2593 | 2024-11-05T23:42:38.098Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2594 | 2024-11-05T23:42:38.226Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2595 | 2024-11-05T23:42:38.645Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2596 | 2024-11-05T23:42:38.793Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2597 | 2024-11-05T23:42:39.068Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2598 | 2024-11-05T23:42:39.401Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2599 | 2024-11-05T23:42:39.469Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2600 | 2024-11-05T23:42:39.831Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2601 | 2024-11-05T23:42:40.572Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2602 | 2024-11-05T23:42:41.088Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2603 | 2024-11-05T23:42:41.210Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2604 | 2024-11-05T23:42:41.261Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2605 | 2024-11-05T23:42:41.685Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2606 | 2024-11-05T23:42:41.814Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2607 | 2024-11-05T23:42:41.852Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2608 | 2024-11-05T23:42:42.055Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2609 | 2024-11-05T23:42:42.274Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2610 | 2024-11-05T23:42:42.528Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2611 | 2024-11-05T23:42:42.548Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2612 | 2024-11-05T23:42:43.165Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2613 | 2024-11-05T23:42:43.543Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2614 | 2024-11-05T23:42:44.075Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2615 | 2024-11-05T23:42:44.147Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2616 | 2024-11-05T23:42:45.592Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2617 | 2024-11-05T23:42:46.119Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2618 | 2024-11-05T23:42:47.305Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2619 | 2024-11-05T23:42:47.515Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2620 | 2024-11-05T23:42:48.228Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2621 | 2024-11-05T23:42:48.509Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2622 | 2024-11-05T23:42:48.752Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2623 | 2024-11-05T23:42:52.570Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2624 | 2024-11-05T23:42:53.567Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2625 | 2024-11-05T23:42:53.716Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2626 | 2024-11-05T23:42:56.923Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2627 | 2024-11-05T23:42:58.744Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2628 | 2024-11-05T23:43:01.478Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2629 | 2024-11-05T23:43:02.230Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2630 | 2024-11-05T23:43:02.277Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2631 | 2024-11-05T23:43:02.825Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2632 | 2024-11-05T23:43:03.217Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2633 | 2024-11-05T23:43:03.930Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2634 | 2024-11-05T23:43:06.495Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2635 | 2024-11-05T23:43:43.293Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2636 | 2024-11-05T23:43:55.495Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2637 | 2024-11-05T23:43:56.875Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2638 | 2024-11-05T23:43:57.066Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2639 | 2024-11-05T23:44:08.310Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2640 | 2024-11-05T23:44:15.231Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2641 | 2024-11-05T23:44:19.924Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2642 | 2024-11-05T23:44:21.713Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2643 | 2024-11-05T23:44:21.888Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2644 | 2024-11-05T23:44:23.101Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2645 | 2024-11-05T23:44:24.535Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2646 | 2024-11-05T23:44:45.398Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2647 | 2024-11-05T23:44:47.467Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2648 | 2024-11-05T23:45:06.472Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2649 | 2024-11-05T23:45:11.176Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2650 | 2024-11-05T23:45:15.368Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2651 | 2024-11-05T23:45:17.113Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2652 | 2024-11-05T23:45:21.416Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2653 | 2024-11-05T23:45:22.186Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2654 | 2024-11-05T23:45:28.346Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2655 | 2024-11-05T23:45:28.629Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2656 | 2024-11-05T23:45:39.197Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2657 | 2024-11-05T23:45:40.525Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2658 | 2024-11-05T23:45:42.640Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2659 | 2024-11-05T23:45:47.943Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2660 | 2024-11-05T23:45:48.855Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2661 | 2024-11-05T23:45:49.223Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2662 | 2024-11-05T23:45:52.178Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2663 | 2024-11-05T23:45:58.812Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2664 | 2024-11-05T23:46:17.523Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2665 | 2024-11-05T23:46:17.693Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2666 | 2024-11-05T23:46:20.420Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2667 | 2024-11-05T23:46:22.437Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2668 | 2024-11-05T23:46:33.276Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2669 | 2024-11-05T23:46:42.893Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2670 | 2024-11-05T23:46:47.519Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2671 | 2024-11-05T23:46:51.230Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2672 | 2024-11-05T23:46:52.087Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2673 | 2024-11-05T23:47:01.973Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2674 | 2024-11-05T23:47:04.837Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2675 | 2024-11-05T23:47:05.545Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2676 | 2024-11-05T23:47:08.522Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2677 | 2024-11-05T23:47:09.889Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2678 | 2024-11-05T23:47:13.546Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2679 | 2024-11-05T23:47:21.215Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2680 | 2024-11-05T23:47:21.481Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2681 | 2024-11-05T23:47:22.594Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2682 | 2024-11-05T23:47:28.493Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2683 | 2024-11-05T23:47:29.477Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2684 | 2024-11-05T23:47:31.731Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2685 | 2024-11-05T23:47:32.690Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2686 | 2024-11-05T23:47:35.081Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2687 | 2024-11-05T23:47:42.903Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2688 | 2024-11-05T23:47:43.141Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2689 | 2024-11-05T23:47:49.869Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2690 | 2024-11-05T23:47:51.802Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2691 | 2024-11-05T23:47:52.250Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2692 | 2024-11-05T23:47:54.369Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2693 | 2024-11-05T23:47:56.923Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2694 | 2024-11-05T23:47:57.277Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2695 | 2024-11-05T23:48:04.078Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2696 | 2024-11-05T23:48:05.327Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2697 | 2024-11-05T23:48:06.056Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2698 | 2024-11-05T23:48:15.170Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2699 | 2024-11-05T23:48:17.060Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2700 | 2024-11-05T23:48:22.895Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2701 | 2024-11-05T23:48:23.313Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2702 | 2024-11-05T23:48:23.934Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2703 | 2024-11-05T23:48:32.057Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2704 | 2024-11-05T23:48:33.385Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2705 | 2024-11-05T23:48:35.878Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2706 | 2024-11-05T23:48:35.919Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2707 | 2024-11-05T23:48:43.403Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-11-05T23:48:44.275Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2709 | 2024-11-05T23:48:46.979Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2710 | 2024-11-05T23:48:51.324Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2711 | 2024-11-05T23:48:52.469Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2712 | 2024-11-05T23:48:52.511Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2713 | 2024-11-05T23:48:53.759Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2714 | 2024-11-05T23:48:58.709Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2715 | 2024-11-05T23:48:58.754Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2716 | 2024-11-05T23:49:06.836Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-11-05T23:49:07.421Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2718 | 2024-11-05T23:49:11.195Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2719 | 2024-11-05T23:49:11.321Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2720 | 2024-11-05T23:49:16.389Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2721 | 2024-11-05T23:49:19.650Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2722 | 2024-11-05T23:49:20.148Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2723 | 2024-11-05T23:49:23.285Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2724 | 2024-11-05T23:49:29.218Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2725 | 2024-11-05T23:49:29.314Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2726 | 2024-11-05T23:49:31.211Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2727 | 2024-11-05T23:49:32.988Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2728 | 2024-11-05T23:49:33.865Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2729 | 2024-11-05T23:49:34.120Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2730 | 2024-11-05T23:49:37.009Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2024-11-05T23:49:37.833Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2732 | 2024-11-05T23:49:40.291Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2733 | 2024-11-05T23:49:40.856Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2734 | 2024-11-05T23:49:41.718Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2735 | 2024-11-05T23:49:41.974Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2736 | 2024-11-05T23:49:45.346Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2737 | 2024-11-05T23:49:46.239Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2738 | 2024-11-05T23:49:47.245Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2739 | 2024-11-05T23:49:47.564Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2740 | 2024-11-05T23:49:49.916Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2741 | 2024-11-05T23:50:57.791Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2742 | 2024-11-05T23:51:34.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 27s |
2743 | 2024-11-05T23:51:34.638Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2744 | 2024-11-05T23:51:34.701Z | |
2745 | 2024-11-05T23:51:34.704Z | real 9:27.853192997 |
2746 | 2024-11-05T23:51:34.704Z | user 35:38.450039548 |
2747 | 2024-11-05T23:51:34.704Z | sys 29:23.062754962 |
2748 | 2024-11-05T23:51:34.704Z | trap 0.652457296 |
2749 | 2024-11-05T23:51:34.704Z | tflt 0.198272147 |
2750 | 2024-11-05T23:51:34.704Z | dflt 0.270686369 |
2751 | 2024-11-05T23:51:34.704Z | kflt 0.000000000 |
2752 | 2024-11-05T23:51:34.704Z | lock 1:29:18.575073943 |
2753 | 2024-11-05T23:51:34.704Z | slp 2:32:24.336765813 |
2754 | 2024-11-05T23:51:34.704Z | lat 1:12.705983712 |
2755 | 2024-11-05T23:51:34.704Z | stop 1:05.274895367 |
2756 | 2024-11-05T23:51:34.704Z | process exited: duration 1438277 ms, exit code 0 |
|
2757 | 2024-11-05T23:51:34.709Z | found 0 output files |