|
|
|
1 | 2024-09-25T03:14:29.205Z | job assigned to worker 01J8KJQC4DRDKPDQDWBQFTX7PA (queued for 47 s) |
|
2 | 2024-09-25T03:14:35.979Z | starting task 0: "setup" |
3 | 2024-09-25T03:14:35.988Z | ++ uname -s |
4 | 2024-09-25T03:14:35.991Z | + kern=SunOS |
5 | 2024-09-25T03:14:35.991Z | + case "$kern" in |
6 | 2024-09-25T03:14:35.991Z | + groupadd -g 12345 build |
7 | 2024-09-25T03:14:35.994Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-25T03:14:38.004Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-25T03:14:38.079Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-25T03:14:38.085Z | + home_fs=zfs |
11 | 2024-09-25T03:14:38.085Z | + [[ zfs == autofs ]] |
12 | 2024-09-25T03:14:38.085Z | + mkdir -p /home/build |
13 | 2024-09-25T03:14:38.085Z | + chown build:build /home/build /work |
14 | 2024-09-25T03:14:40.084Z | + chmod 0700 /home/build /work |
15 | 2024-09-25T03:14:40.087Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-09-25T03:14:40.091Z | starting task 1: "rust-toolchain" |
17 | 2024-09-25T03:14:40.097Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-25T03:14:40.097Z | ' 1.80.1 |
19 | 2024-09-25T03:14:40.100Z | * toolchain channel = "1.80.1" |
20 | 2024-09-25T03:14:40.100Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-25T03:14:40.100Z | ' default |
22 | 2024-09-25T03:14:40.100Z | * toolchain profile = "default" |
23 | 2024-09-25T03:14:40.100Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-25T03:14:40.100Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-25T03:14:40.201Z | info: downloading installer |
26 | 2024-09-25T03:14:41.361Z | info: profile set to 'default' |
27 | 2024-09-25T03:14:41.361Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-25T03:14:41.371Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-25T03:14:41.492Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-25T03:14:41.492Z | info: downloading component 'cargo' |
31 | 2024-09-25T03:14:42.160Z | info: downloading component 'clippy' |
32 | 2024-09-25T03:14:42.405Z | info: downloading component 'rust-docs' |
33 | 2024-09-25T03:14:43.362Z | info: downloading component 'rust-std' |
34 | 2024-09-25T03:14:44.690Z | info: downloading component 'rustc' |
35 | 2024-09-25T03:14:48.304Z | info: downloading component 'rustfmt' |
36 | 2024-09-25T03:14:48.500Z | info: installing component 'cargo' |
37 | 2024-09-25T03:14:49.360Z | info: installing component 'clippy' |
38 | 2024-09-25T03:14:49.752Z | info: installing component 'rust-docs' |
39 | 2024-09-25T03:14:51.391Z | info: installing component 'rust-std' |
40 | 2024-09-25T03:14:53.088Z | info: installing component 'rustc' |
41 | 2024-09-25T03:14:57.365Z | info: installing component 'rustfmt' |
42 | 2024-09-25T03:14:57.699Z | |
43 | 2024-09-25T03:14:57.699Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-09-25T03:14:57.956Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-25T03:14:57.956Z | |
46 | 2024-09-25T03:14:57.958Z | |
47 | 2024-09-25T03:14:57.958Z | Rust is installed now. Great! |
48 | 2024-09-25T03:14:57.958Z | |
49 | 2024-09-25T03:14:57.958Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-25T03:14:57.958Z | environment variable. This has not been done automatically. |
51 | 2024-09-25T03:14:57.958Z | |
52 | 2024-09-25T03:14:57.958Z | To configure your current shell, you need to source |
53 | 2024-09-25T03:14:57.958Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-25T03:14:57.958Z | |
55 | 2024-09-25T03:14:57.958Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-25T03:14:57.958Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-25T03:14:57.958Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-25T03:14:58.007Z | + rustc --version |
59 | 2024-09-25T03:14:58.071Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-25T03:14:58.074Z | process exited: duration 17980 ms, exit code 0 |
|
61 | 2024-09-25T03:14:58.080Z | starting task 2: "authentication" |
62 | 2024-09-25T03:14:58.096Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-09-25T03:15:00.104Z | process exited: duration 2025 ms, exit code 0 |
|
64 | 2024-09-25T03:15:00.109Z | starting task 3: "clone repository" |
65 | 2024-09-25T03:15:00.114Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-09-25T03:15:00.116Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-09-25T03:15:00.153Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-09-25T03:15:06.107Z | + cd /work/oxidecomputer/omicron |
69 | 2024-09-25T03:15:06.130Z | + git fetch origin c95cd7ce4177f069310df57ef628e4d742804166 |
70 | 2024-09-25T03:15:06.400Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-09-25T03:15:06.400Z | * branch c95cd7ce4177f069310df57ef628e4d742804166 -> FETCH_HEAD |
72 | 2024-09-25T03:15:06.416Z | + [[ -n '' ]] |
73 | 2024-09-25T03:15:06.416Z | + git reset --hard c95cd7ce4177f069310df57ef628e4d742804166 |
74 | 2024-09-25T03:15:06.573Z | HEAD is now at c95cd7ce4 Update Rust crate hyper-rustls to 0.27.3 |
75 | 2024-09-25T03:15:06.603Z | process exited: duration 6441 ms, exit code 0 |
|
76 | 2024-09-25T03:15:06.645Z | starting task 4: "build" |
77 | 2024-09-25T03:15:06.653Z | + cargo --version |
78 | 2024-09-25T03:15:06.704Z | cargo 1.80.1 (376290515 2024-07-16) |
79 | 2024-09-25T03:15:06.710Z | + rustc --version |
80 | 2024-09-25T03:15:06.757Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
81 | 2024-09-25T03:15:06.760Z | + source ./env.sh |
82 | 2024-09-25T03:15:06.760Z | ++ OLD_SHELL_OPTS=ehxB |
83 | 2024-09-25T03:15:06.760Z | ++ set -o xtrace |
84 | 2024-09-25T03:15:06.762Z | ++++ dirname ./env.sh |
85 | 2024-09-25T03:15:06.764Z | +++ readlink -f . |
86 | 2024-09-25T03:15:06.767Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
87 | 2024-09-25T03:15:06.770Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-09-25T03:15:06.770Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-09-25T03:15:06.770Z | ++ 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 |
90 | 2024-09-25T03:15:06.770Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-09-25T03:15:06.770Z | ++ 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 |
92 | 2024-09-25T03:15:06.770Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-25T03:15:06.770Z | ++ 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 |
94 | 2024-09-25T03:15:06.770Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-25T03:15:06.770Z | ++ case $OLD_SHELL_OPTS in |
96 | 2024-09-25T03:15:06.770Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
97 | 2024-09-25T03:15:06.770Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
98 | 2024-09-25T03:15:06.770Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
99 | 2024-09-25T03:15:06.770Z | + banner prerequisites |
100 | 2024-09-25T03:15:06.774Z | |
101 | 2024-09-25T03:15:06.774Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2024-09-25T03:15:06.774Z | # # # # # # # # # # # # # # # |
103 | 2024-09-25T03:15:06.774Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2024-09-25T03:15:06.774Z | ##### ##### # ##### # # # # # # # # # |
105 | 2024-09-25T03:15:06.774Z | # # # # # # # # # # # # # # # |
106 | 2024-09-25T03:15:06.774Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2024-09-25T03:15:06.774Z | |
108 | 2024-09-25T03:15:06.774Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2024-09-25T03:15:16.134Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-09-25T03:15:18.642Z | Startup: Caching catalogs ... Done |
111 | 2024-09-25T03:15:21.798Z | Planning: Solver setup ... Done (2.522s) |
112 | 2024-09-25T03:15:21.838Z | Planning: Running solver ... Done (0.042s) |
113 | 2024-09-25T03:15:21.890Z | Planning: Finding local manifests ... Done (0.004s) |
114 | 2024-09-25T03:15:22.617Z | Planning: Fetching manifests: 0/5 0% complete |
115 | 2024-09-25T03:15:23.440Z | Planning: Fetching manifests: 5/5 100% complete |
116 | 2024-09-25T03:15:23.558Z | Planning: Package planning ... Done (0.110s) |
117 | 2024-09-25T03:15:23.622Z | Planning: Merging actions ... Done (0.057s) |
118 | 2024-09-25T03:15:23.907Z | Planning: Checking for conflicting actions ... Done (0.210s) |
119 | 2024-09-25T03:15:25.795Z | Planning: Consolidating action changes ... Done (1.954s) |
120 | 2024-09-25T03:15:26.185Z | Planning: Evaluating mediators ... Done (0.438s) |
121 | 2024-09-25T03:15:26.331Z | Planning: Planning completed in 7.56 seconds |
122 | 2024-09-25T03:15:26.351Z | Packages to install: 4 |
123 | 2024-09-25T03:15:26.351Z | Packages to update: 1 |
124 | 2024-09-25T03:15:26.351Z | Mediators to change: 2 |
125 | 2024-09-25T03:15:26.351Z | Services to change: 1 |
126 | 2024-09-25T03:15:26.351Z | Estimated space available: 155.71 GB |
127 | 2024-09-25T03:15:26.352Z | Estimated space to be consumed: 1.54 GB |
128 | 2024-09-25T03:15:26.352Z | Create boot environment: No |
129 | 2024-09-25T03:15:26.352Z | Create backup boot environment: Yes |
130 | 2024-09-25T03:15:26.352Z | Rebuild boot archive: No |
131 | 2024-09-25T03:15:26.352Z | |
132 | 2024-09-25T03:15:26.352Z | Changed mediators: |
133 | 2024-09-25T03:15:26.352Z | mediator clang: |
134 | 2024-09-25T03:15:26.352Z | version: None -> 15 (system default) |
135 | 2024-09-25T03:15:26.352Z | |
136 | 2024-09-25T03:15:26.352Z | mediator llvm: |
137 | 2024-09-25T03:15:26.352Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-09-25T03:15:26.352Z | |
139 | 2024-09-25T03:15:26.352Z | Changed packages: |
140 | 2024-09-25T03:15:26.352Z | helios-dev |
141 | 2024-09-25T03:15:26.352Z | developer/build-essential |
142 | 2024-09-25T03:15:26.352Z | None -> 11-2.0 |
143 | 2024-09-25T03:15:26.352Z | library/libxmlsec1 |
144 | 2024-09-25T03:15:26.352Z | None -> 1.2.35-2.0 |
145 | 2024-09-25T03:15:26.352Z | ooce/developer/clang-15 |
146 | 2024-09-25T03:15:26.352Z | None -> 15.0.7-2.0 |
147 | 2024-09-25T03:15:26.352Z | ooce/developer/llvm-15 |
148 | 2024-09-25T03:15:26.352Z | None -> 15.0.7-2.0 |
149 | 2024-09-25T03:15:26.352Z | package/pkg |
150 | 2024-09-25T03:15:26.352Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
151 | 2024-09-25T03:15:26.352Z | |
152 | 2024-09-25T03:15:26.352Z | Services: |
153 | 2024-09-25T03:15:26.353Z | restart_fmri: |
154 | 2024-09-25T03:15:26.353Z | svc:/system/update-man-index:default |
155 | 2024-09-25T03:15:26.353Z | |
156 | 2024-09-25T03:15:26.353Z | Editable files to change: |
157 | 2024-09-25T03:15:26.353Z | Update: |
158 | 2024-09-25T03:15:26.353Z | usr/share/lib/pkg/web/config.shtml |
159 | 2024-09-25T03:15:26.422Z | |
160 | 2024-09-25T03:15:26.422Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
161 | 2024-09-25T03:15:32.551Z | Download: 211/4281 items 1.3/220.6MB 0% complete (1.1M/s) |
162 | 2024-09-25T03:15:37.559Z | Download: 1038/4281 items 19.6/220.6MB 8% complete (1.9M/s) |
163 | 2024-09-25T03:16:07.646Z | Download: 1197/4281 items 83.5/220.6MB 37% complete |
164 | 2024-09-25T03:16:12.650Z | Download: 1615/4281 items 117.2/220.6MB 53% complete (7.8M/s) |
165 | 2024-09-25T03:16:17.672Z | Download: 1869/4281 items 117.9/220.6MB 53% complete (3.7M/s) |
166 | 2024-09-25T03:16:22.882Z | Download: 2119/4281 items 118.9/220.6MB 53% complete (185k/s) |
167 | 2024-09-25T03:16:28.122Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (166k/s) |
168 | 2024-09-25T03:16:37.285Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (153k/s) |
169 | 2024-09-25T03:16:42.292Z | Download: 3237/4281 items 185.9/220.6MB 84% complete (13.6M/s) |
170 | 2024-09-25T03:16:53.604Z | Download: 3248/4281 items 202.9/220.6MB 91% complete (13.4M/s) |
171 | 2024-09-25T03:16:58.608Z | Download: 3642/4281 items 216.3/220.6MB 98% complete (2.8M/s) |
172 | 2024-09-25T03:17:09.234Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (2.5M/s) |
173 | 2024-09-25T03:17:09.337Z | Download: Completed 220.60 MB in 102.93 seconds (2.1M/s) |
174 | 2024-09-25T03:17:11.381Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-09-25T03:17:11.399Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-09-25T03:17:16.087Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-09-25T03:17:16.391Z | Actions: Completed 5063 actions in 5.01 seconds. |
178 | 2024-09-25T03:17:16.702Z | Done (0.302s) |
179 | 2024-09-25T03:17:16.705Z | Done (0.000s) |
180 | 2024-09-25T03:17:17.121Z | Done (0.418s) |
181 | 2024-09-25T03:17:21.523Z | Done (4.214s) |
182 | 2024-09-25T03:17:21.619Z | Done (0.020s) |
183 | 2024-09-25T03:17:21.622Z | Done (0.000s) |
184 | 2024-09-25T03:17:21.866Z | Done (0.000s) |
185 | 2024-09-25T03:17:22.478Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-09-25T03:17:22.679Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-09-25T03:17:22.726Z | Planning: Consolidating action changes ... Done |
188 | 2024-09-25T03:17:22.915Z | Planning: Evaluating mediators ... Done |
189 | 2024-09-25T03:17:22.920Z | Planning: Planning completed in 0.44 seconds |
190 | 2024-09-25T03:17:22.958Z | Mediators to change: 2 |
191 | 2024-09-25T03:17:22.958Z | Create boot environment: No |
192 | 2024-09-25T03:17:22.961Z | Create backup boot environment: No |
193 | 2024-09-25T03:17:23.027Z | Done |
194 | 2024-09-25T03:17:23.027Z | Done |
195 | 2024-09-25T03:17:23.281Z | Done |
196 | 2024-09-25T03:17:27.013Z | Done |
197 | 2024-09-25T03:17:27.100Z | Done |
198 | 2024-09-25T03:17:27.102Z | Done |
199 | 2024-09-25T03:17:27.195Z | Done |
200 | 2024-09-25T03:17:27.812Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-09-25T03:17:27.815Z | Planning: Merging actions ... Done |
202 | 2024-09-25T03:17:28.007Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-09-25T03:17:28.013Z | Planning: Consolidating action changes ... Done |
204 | 2024-09-25T03:17:28.313Z | Planning: Evaluating mediators ... Done |
205 | 2024-09-25T03:17:28.373Z | Planning: Planning completed in 0.81 seconds |
206 | 2024-09-25T03:17:28.421Z | Packages to change: 1 |
207 | 2024-09-25T03:17:28.421Z | Mediators to change: 1 |
208 | 2024-09-25T03:17:28.423Z | Services to change: 1 |
209 | 2024-09-25T03:17:28.423Z | Create boot environment: No |
210 | 2024-09-25T03:17:28.423Z | Create backup boot environment: Yes |
211 | 2024-09-25T03:17:30.269Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-09-25T03:17:30.271Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-09-25T03:17:30.272Z | Done |
214 | 2024-09-25T03:17:30.272Z | Done |
215 | 2024-09-25T03:17:30.358Z | Done |
216 | 2024-09-25T03:17:33.975Z | Done |
217 | 2024-09-25T03:17:34.063Z | Done |
218 | 2024-09-25T03:17:34.065Z | Done |
219 | 2024-09-25T03:17:34.203Z | Done |
220 | 2024-09-25T03:17:34.633Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-09-25T03:17:34.633Z | clang system 15 system |
222 | 2024-09-25T03:17:34.633Z | csh system system illumos |
223 | 2024-09-25T03:17:34.633Z | ctags system system illumos |
224 | 2024-09-25T03:17:34.633Z | gcc vendor 12 vendor |
225 | 2024-09-25T03:17:34.633Z | gcc system 10 system |
226 | 2024-09-25T03:17:34.633Z | gcc system 7 system |
227 | 2024-09-25T03:17:34.633Z | go system 1.20 system |
228 | 2024-09-25T03:17:34.633Z | go system 1.19 system |
229 | 2024-09-25T03:17:34.633Z | llvm system 15 system |
230 | 2024-09-25T03:17:34.633Z | llvm system 14 system |
231 | 2024-09-25T03:17:34.633Z | mariadb system 10.6 system |
232 | 2024-09-25T03:17:34.633Z | mta vendor vendor dma |
233 | 2024-09-25T03:17:34.633Z | openjdk system 17 system |
234 | 2024-09-25T03:17:34.634Z | openjdk system 11 system |
235 | 2024-09-25T03:17:34.634Z | openjdk system 1.8 system |
236 | 2024-09-25T03:17:34.634Z | openssl vendor 3 vendor |
237 | 2024-09-25T03:17:34.634Z | perl system 5.36 system |
238 | 2024-09-25T03:17:34.634Z | postgresql system 15 system |
239 | 2024-09-25T03:17:34.634Z | postgresql system 13 system |
240 | 2024-09-25T03:17:34.634Z | python vendor 3 vendor |
241 | 2024-09-25T03:17:34.634Z | python system 2 system |
242 | 2024-09-25T03:17:34.634Z | python3 system 3.11 system |
243 | 2024-09-25T03:17:34.634Z | ruby system 3.0 system |
244 | 2024-09-25T03:17:34.634Z | words vendor vendor american-english |
245 | 2024-09-25T03:17:34.634Z | words system system australian-english |
246 | 2024-09-25T03:17:34.634Z | words system system british-english |
247 | 2024-09-25T03:17:34.634Z | words system system canadian-english |
248 | 2024-09-25T03:17:34.634Z | words system system french |
249 | 2024-09-25T03:17:34.634Z | words system system italian |
250 | 2024-09-25T03:17:34.634Z | words system system ngerman |
251 | 2024-09-25T03:17:34.634Z | words system system ogerman |
252 | 2024-09-25T03:17:34.634Z | words system system spanish |
253 | 2024-09-25T03:17:34.968Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-09-25T03:17:34.968Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-09-25T03:17:36.894Z | FMRI IFO |
256 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-09-25T03:17:36.894Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-09-25T03:17:37.520Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-09-25T03:17:37.807Z | Updating crates.io index |
271 | 2024-09-25T03:17:37.812Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-09-25T03:17:38.609Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-09-25T03:17:39.344Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-09-25T03:17:39.570Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-09-25T03:17:41.072Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-09-25T03:17:41.271Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-09-25T03:17:41.532Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-09-25T03:17:42.548Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-09-25T03:17:44.666Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-09-25T03:17:45.584Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-09-25T03:17:46.310Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-09-25T03:17:46.574Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-09-25T03:17:46.852Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-09-25T03:17:47.399Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-09-25T03:17:47.670Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-09-25T03:17:47.944Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-09-25T03:17:48.242Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2024-09-25T03:17:48.736Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-09-25T03:17:49.018Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-09-25T03:17:49.271Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-09-25T03:17:49.480Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-09-25T03:17:49.667Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-09-25T03:17:49.920Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-09-25T03:17:50.184Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-09-25T03:17:50.509Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-09-25T03:17:50.818Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-09-25T03:17:51.217Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-09-25T03:17:51.511Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-09-25T03:17:51.812Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-09-25T03:17:52.151Z | Updating git repository `https://github.com/oxidecomputer/typify` |
301 | 2024-09-25T03:17:54.463Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-09-25T03:17:54.738Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-09-25T03:17:55.009Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-09-25T03:17:55.408Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
305 | 2024-09-25T03:17:56.384Z | Downloading crates ... |
306 | 2024-09-25T03:17:56.459Z | Downloaded anstyle v1.0.8 |
307 | 2024-09-25T03:17:56.464Z | Downloaded cfg-if v1.0.0 |
308 | 2024-09-25T03:17:56.467Z | Downloaded colorchoice v1.0.1 |
309 | 2024-09-25T03:17:56.469Z | Downloaded bitflags v2.6.0 |
310 | 2024-09-25T03:17:56.477Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-09-25T03:17:56.479Z | Downloaded swrite v0.1.0 |
312 | 2024-09-25T03:17:56.485Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-09-25T03:17:56.488Z | Downloaded equivalent v1.0.1 |
314 | 2024-09-25T03:17:56.494Z | Downloaded generic-array v0.14.7 |
315 | 2024-09-25T03:17:56.494Z | Downloaded bytecount v0.6.8 |
316 | 2024-09-25T03:17:56.498Z | Downloaded serde_spanned v0.6.7 |
317 | 2024-09-25T03:17:56.498Z | Downloaded fnv v1.0.7 |
318 | 2024-09-25T03:17:56.501Z | Downloaded heck v0.5.0 |
319 | 2024-09-25T03:17:56.504Z | Downloaded smawk v0.3.2 |
320 | 2024-09-25T03:17:56.504Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-09-25T03:17:56.507Z | Downloaded usdt v0.5.0 |
322 | 2024-09-25T03:17:56.507Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-09-25T03:17:56.507Z | Downloaded dof v0.3.0 |
324 | 2024-09-25T03:17:56.507Z | Downloaded pest_generator v2.7.10 |
325 | 2024-09-25T03:17:56.511Z | Downloaded crypto-common v0.1.6 |
326 | 2024-09-25T03:17:56.511Z | Downloaded unicode-linebreak v0.1.5 |
327 | 2024-09-25T03:17:56.517Z | Downloaded terminal_size v0.3.0 |
328 | 2024-09-25T03:17:56.517Z | Downloaded utf8parse v0.2.1 |
329 | 2024-09-25T03:17:56.525Z | Downloaded clap_derive v4.5.18 |
330 | 2024-09-25T03:17:56.530Z | Downloaded semver v1.0.23 |
331 | 2024-09-25T03:17:56.530Z | Downloaded byteorder v1.5.0 |
332 | 2024-09-25T03:17:56.530Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2024-09-25T03:17:56.530Z | Downloaded block-buffer v0.10.4 |
334 | 2024-09-25T03:17:56.530Z | Downloaded once_cell v1.19.0 |
335 | 2024-09-25T03:17:56.530Z | Downloaded cargo_metadata v0.18.1 |
336 | 2024-09-25T03:17:56.534Z | Downloaded thiserror v1.0.63 |
337 | 2024-09-25T03:17:56.543Z | Downloaded camino-tempfile v1.1.1 |
338 | 2024-09-25T03:17:56.546Z | Downloaded clap_lex v0.7.0 |
339 | 2024-09-25T03:17:56.546Z | Downloaded cargo-platform v0.1.8 |
340 | 2024-09-25T03:17:56.546Z | Downloaded autocfg v1.3.0 |
341 | 2024-09-25T03:17:56.546Z | Downloaded anstyle-parse v0.2.4 |
342 | 2024-09-25T03:17:56.549Z | Downloaded cpufeatures v0.2.12 |
343 | 2024-09-25T03:17:56.549Z | Downloaded anstyle-query v1.0.3 |
344 | 2024-09-25T03:17:56.551Z | Downloaded zerocopy-derive v0.7.34 |
345 | 2024-09-25T03:17:56.554Z | Downloaded anyhow v1.0.89 |
346 | 2024-09-25T03:17:56.557Z | Downloaded ucd-trie v0.1.6 |
347 | 2024-09-25T03:17:56.560Z | Downloaded scroll_derive v0.12.0 |
348 | 2024-09-25T03:17:56.563Z | Downloaded is_terminal_polyfill v1.70.0 |
349 | 2024-09-25T03:17:56.567Z | Downloaded dtrace-parser v0.2.0 |
350 | 2024-09-25T03:17:56.577Z | Downloaded toml v0.8.19 |
351 | 2024-09-25T03:17:56.580Z | Downloaded camino v1.1.9 |
352 | 2024-09-25T03:17:56.589Z | Downloaded anstream v0.6.14 |
353 | 2024-09-25T03:17:56.592Z | Downloaded scroll v0.12.0 |
354 | 2024-09-25T03:17:56.592Z | Downloaded pest_meta v2.7.10 |
355 | 2024-09-25T03:17:56.592Z | Downloaded cargo_toml v0.20.4 |
356 | 2024-09-25T03:17:56.592Z | Downloaded fastrand v2.1.0 |
357 | 2024-09-25T03:17:56.592Z | Downloaded thread-id v4.2.1 |
358 | 2024-09-25T03:17:56.592Z | Downloaded errno v0.3.9 |
359 | 2024-09-25T03:17:56.598Z | Downloaded digest v0.10.7 |
360 | 2024-09-25T03:17:56.599Z | Downloaded strsim v0.11.1 |
361 | 2024-09-25T03:17:56.599Z | Downloaded heck v0.4.1 |
362 | 2024-09-25T03:17:56.601Z | Downloaded fs-err v2.11.0 |
363 | 2024-09-25T03:17:56.601Z | Downloaded plain v0.2.3 |
364 | 2024-09-25T03:17:56.601Z | Downloaded itoa v1.0.11 |
365 | 2024-09-25T03:17:56.602Z | Downloaded thiserror-impl v1.0.63 |
366 | 2024-09-25T03:17:56.602Z | Downloaded serde_tokenstream v0.2.2 |
367 | 2024-09-25T03:17:56.609Z | Downloaded version_check v0.9.5 |
368 | 2024-09-25T03:17:56.613Z | Downloaded clap v4.5.18 |
369 | 2024-09-25T03:17:56.618Z | Downloaded toml_datetime v0.6.8 |
370 | 2024-09-25T03:17:56.623Z | Downloaded memmap v0.7.0 |
371 | 2024-09-25T03:17:56.640Z | Downloaded sha2 v0.10.8 |
372 | 2024-09-25T03:17:56.645Z | Downloaded macaddr v1.0.1 |
373 | 2024-09-25T03:17:56.645Z | Downloaded quote v1.0.36 |
374 | 2024-09-25T03:17:56.645Z | Downloaded proc-macro-error v1.0.4 |
375 | 2024-09-25T03:17:56.648Z | Downloaded usdt-impl v0.5.0 |
376 | 2024-09-25T03:17:56.654Z | Downloaded pest_derive v2.7.10 |
377 | 2024-09-25T03:17:56.654Z | Downloaded memchr v2.7.2 |
378 | 2024-09-25T03:17:56.657Z | Downloaded papergrid v0.11.0 |
379 | 2024-09-25T03:17:56.660Z | Downloaded ryu v1.0.18 |
380 | 2024-09-25T03:17:56.663Z | Downloaded proc-macro2 v1.0.86 |
381 | 2024-09-25T03:17:56.665Z | Downloaded unicode-ident v1.0.12 |
382 | 2024-09-25T03:17:56.668Z | Downloaded typenum v1.17.0 |
383 | 2024-09-25T03:17:56.671Z | Downloaded toml_edit v0.22.20 |
384 | 2024-09-25T03:17:56.692Z | Downloaded log v0.4.21 |
385 | 2024-09-25T03:17:56.695Z | Downloaded textwrap v0.16.1 |
386 | 2024-09-25T03:17:56.695Z | Downloaded tempfile v3.10.1 |
387 | 2024-09-25T03:17:56.699Z | Downloaded serde v1.0.208 |
388 | 2024-09-25T03:17:56.702Z | Downloaded pest v2.7.10 |
389 | 2024-09-25T03:17:56.704Z | Downloaded indexmap v2.4.0 |
390 | 2024-09-25T03:17:56.707Z | Downloaded serde_derive v1.0.208 |
391 | 2024-09-25T03:17:56.709Z | Downloaded clap_builder v4.5.18 |
392 | 2024-09-25T03:17:56.716Z | Downloaded hashbrown v0.14.5 |
393 | 2024-09-25T03:17:56.722Z | Downloaded serde_json v1.0.125 |
394 | 2024-09-25T03:17:56.731Z | Downloaded winnow v0.6.18 |
395 | 2024-09-25T03:17:56.747Z | Downloaded zerocopy v0.7.34 |
396 | 2024-09-25T03:17:56.761Z | Downloaded goblin v0.8.2 |
397 | 2024-09-25T03:17:56.771Z | Downloaded tabled v0.15.0 |
398 | 2024-09-25T03:17:56.785Z | Downloaded syn v2.0.74 |
399 | 2024-09-25T03:17:56.800Z | Downloaded syn v1.0.109 |
400 | 2024-09-25T03:17:56.808Z | Downloaded rustix v0.38.34 |
401 | 2024-09-25T03:17:56.829Z | Downloaded unicode-width v0.1.13 |
402 | 2024-09-25T03:17:56.836Z | Downloaded libc v0.2.158 |
403 | 2024-09-25T03:17:57.145Z | Compiling proc-macro2 v1.0.86 |
404 | 2024-09-25T03:17:57.145Z | Compiling unicode-ident v1.0.12 |
405 | 2024-09-25T03:17:57.148Z | Compiling serde v1.0.208 |
406 | 2024-09-25T03:17:57.148Z | Compiling version_check v0.9.5 |
407 | 2024-09-25T03:17:57.148Z | Compiling memchr v2.7.2 |
408 | 2024-09-25T03:17:57.148Z | Compiling thiserror v1.0.63 |
409 | 2024-09-25T03:17:57.179Z | Compiling libc v0.2.158 |
410 | 2024-09-25T03:17:57.183Z | Compiling ucd-trie v0.1.6 |
411 | 2024-09-25T03:17:57.502Z | Compiling itoa v1.0.11 |
412 | 2024-09-25T03:17:57.741Z | Compiling ryu v1.0.18 |
413 | 2024-09-25T03:17:57.968Z | Compiling once_cell v1.19.0 |
414 | 2024-09-25T03:17:58.020Z | Compiling byteorder v1.5.0 |
415 | 2024-09-25T03:17:58.022Z | Compiling serde_json v1.0.125 |
416 | 2024-09-25T03:17:58.372Z | Compiling rustix v0.38.34 |
417 | 2024-09-25T03:17:58.483Z | Compiling bitflags v2.6.0 |
418 | 2024-09-25T03:17:58.483Z | Compiling usdt-impl v0.5.0 |
419 | 2024-09-25T03:17:58.718Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-09-25T03:17:58.840Z | Compiling syn v1.0.109 |
421 | 2024-09-25T03:17:58.858Z | Compiling quote v1.0.36 |
422 | 2024-09-25T03:17:59.057Z | Compiling proc-macro-error v1.0.4 |
423 | 2024-09-25T03:17:59.080Z | Compiling plain v0.2.3 |
424 | 2024-09-25T03:17:59.244Z | Compiling errno v0.3.9 |
425 | 2024-09-25T03:17:59.341Z | Compiling syn v2.0.74 |
426 | 2024-09-25T03:17:59.503Z | Compiling utf8parse v0.2.1 |
427 | 2024-09-25T03:17:59.561Z | Compiling equivalent v1.0.1 |
428 | 2024-09-25T03:17:59.603Z | Compiling camino v1.1.9 |
429 | 2024-09-25T03:17:59.640Z | Compiling log v0.4.21 |
430 | 2024-09-25T03:17:59.674Z | Compiling hashbrown v0.14.5 |
431 | 2024-09-25T03:17:59.676Z | Compiling anstyle-parse v0.2.4 |
432 | 2024-09-25T03:17:59.811Z | Compiling thread-id v4.2.1 |
433 | 2024-09-25T03:18:00.205Z | Compiling unicode-width v0.1.13 |
434 | 2024-09-25T03:18:00.355Z | Compiling semver v1.0.23 |
435 | 2024-09-25T03:18:00.401Z | Compiling colorchoice v1.0.1 |
436 | 2024-09-25T03:18:00.441Z | Compiling pretty-hex v0.4.1 |
437 | 2024-09-25T03:18:00.563Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-09-25T03:18:00.659Z | Compiling winnow v0.6.18 |
439 | 2024-09-25T03:18:00.703Z | Compiling autocfg v1.3.0 |
440 | 2024-09-25T03:18:00.729Z | Compiling anstyle-query v1.0.3 |
441 | 2024-09-25T03:18:00.875Z | Compiling indexmap v2.4.0 |
442 | 2024-09-25T03:18:00.902Z | Compiling anstyle v1.0.8 |
443 | 2024-09-25T03:18:01.318Z | Compiling anstream v0.6.14 |
444 | 2024-09-25T03:18:01.418Z | Compiling fastrand v2.1.0 |
445 | 2024-09-25T03:18:01.719Z | Compiling fs-err v2.11.0 |
446 | 2024-09-25T03:18:03.012Z | Compiling terminal_size v0.3.0 |
447 | 2024-09-25T03:18:03.015Z | Compiling anyhow v1.0.89 |
448 | 2024-09-25T03:18:03.015Z | Compiling heck v0.4.1 |
449 | 2024-09-25T03:18:03.015Z | Compiling strsim v0.11.1 |
450 | 2024-09-25T03:18:03.015Z | Compiling cfg-if v1.0.0 |
451 | 2024-09-25T03:18:03.015Z | Compiling clap_lex v0.7.0 |
452 | 2024-09-25T03:18:03.015Z | Compiling fnv v1.0.7 |
453 | 2024-09-25T03:18:03.015Z | Compiling heck v0.5.0 |
454 | 2024-09-25T03:18:03.015Z | Compiling bytecount v0.6.8 |
455 | 2024-09-25T03:18:03.015Z | Compiling papergrid v0.11.0 |
456 | 2024-09-25T03:18:03.016Z | Compiling clap_builder v4.5.18 |
457 | 2024-09-25T03:18:03.092Z | Compiling tempfile v3.10.1 |
458 | 2024-09-25T03:18:03.281Z | Compiling memmap v0.7.0 |
459 | 2024-09-25T03:18:03.532Z | Compiling smawk v0.3.2 |
460 | 2024-09-25T03:18:03.640Z | Compiling unicode-linebreak v0.1.5 |
461 | 2024-09-25T03:18:04.108Z | Compiling textwrap v0.16.1 |
462 | 2024-09-25T03:18:04.377Z | Compiling swrite v0.1.0 |
463 | 2024-09-25T03:18:05.598Z | Compiling tabled_derive v0.7.0 |
464 | 2024-09-25T03:18:07.148Z | Compiling tabled v0.15.0 |
465 | 2024-09-25T03:18:08.196Z | Compiling serde_derive v1.0.208 |
466 | 2024-09-25T03:18:08.196Z | Compiling thiserror-impl v1.0.63 |
467 | 2024-09-25T03:18:08.198Z | Compiling zerocopy-derive v0.7.34 |
468 | 2024-09-25T03:18:08.304Z | Compiling scroll_derive v0.12.0 |
469 | 2024-09-25T03:18:08.424Z | Compiling clap_derive v4.5.18 |
470 | 2024-09-25T03:18:09.557Z | Compiling scroll v0.12.0 |
471 | 2024-09-25T03:18:10.032Z | Compiling zerocopy v0.7.34 |
472 | 2024-09-25T03:18:10.048Z | Compiling goblin v0.8.2 |
473 | 2024-09-25T03:18:10.695Z | Compiling pest v2.7.10 |
474 | 2024-09-25T03:18:11.912Z | Compiling clap v4.5.18 |
475 | 2024-09-25T03:18:12.916Z | Compiling pest_meta v2.7.10 |
476 | 2024-09-25T03:18:13.778Z | Compiling pest_generator v2.7.10 |
477 | 2024-09-25T03:18:15.557Z | Compiling pest_derive v2.7.10 |
478 | 2024-09-25T03:18:16.192Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-09-25T03:18:18.353Z | Compiling serde_spanned v0.6.7 |
480 | 2024-09-25T03:18:18.358Z | Compiling toml_datetime v0.6.8 |
481 | 2024-09-25T03:18:18.358Z | Compiling cargo-platform v0.1.8 |
482 | 2024-09-25T03:18:18.728Z | Compiling serde_tokenstream v0.2.2 |
483 | 2024-09-25T03:18:18.955Z | Compiling toml_edit v0.22.20 |
484 | 2024-09-25T03:18:18.957Z | Compiling macaddr v1.0.1 |
485 | 2024-09-25T03:18:18.996Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-09-25T03:18:19.793Z | Compiling dof v0.3.0 |
487 | 2024-09-25T03:18:19.793Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-09-25T03:18:21.693Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-25T03:18:21.694Z | Compiling usdt-macro v0.5.0 |
490 | 2024-09-25T03:18:21.712Z | Compiling toml v0.8.19 |
491 | 2024-09-25T03:18:22.560Z | Compiling cargo_toml v0.20.4 |
492 | 2024-09-25T03:18:23.059Z | Compiling usdt v0.5.0 |
493 | 2024-09-25T03:18:26.180Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-09-25T03:18:30.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.09s |
495 | 2024-09-25T03:18:30.639Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-09-25T03:18:31.247Z | Downloading crates ... |
497 | 2024-09-25T03:18:31.370Z | Downloaded async-stream-impl v0.3.5 |
498 | 2024-09-25T03:18:31.375Z | Downloaded assert_matches v1.5.0 |
499 | 2024-09-25T03:18:31.384Z | Downloaded cfg_aliases v0.2.1 |
500 | 2024-09-25T03:18:31.393Z | Downloaded headers-core v0.2.0 |
501 | 2024-09-25T03:18:31.399Z | Downloaded cstr-argument v0.1.2 |
502 | 2024-09-25T03:18:31.399Z | Downloaded aead v0.5.2 |
503 | 2024-09-25T03:18:31.399Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-09-25T03:18:31.399Z | Downloaded adler v1.0.2 |
505 | 2024-09-25T03:18:31.399Z | Downloaded bitstruct v0.1.1 |
506 | 2024-09-25T03:18:31.405Z | Downloaded async-recursion v1.1.1 |
507 | 2024-09-25T03:18:31.405Z | Downloaded bitfield-struct v0.6.1 |
508 | 2024-09-25T03:18:31.405Z | Downloaded crucible-workspace-hack v0.1.0 |
509 | 2024-09-25T03:18:31.405Z | Downloaded hickory-server v0.24.1 |
510 | 2024-09-25T03:18:31.412Z | Downloaded ciborium-ll v0.2.2 |
511 | 2024-09-25T03:18:31.418Z | Downloaded crc-catalog v2.4.0 |
512 | 2024-09-25T03:18:31.418Z | Downloaded convert_case v0.4.0 |
513 | 2024-09-25T03:18:31.418Z | Downloaded cbc v0.1.2 |
514 | 2024-09-25T03:18:31.418Z | Downloaded instant v0.1.12 |
515 | 2024-09-25T03:18:31.422Z | Downloaded is-terminal v0.4.12 |
516 | 2024-09-25T03:18:31.422Z | Downloaded const_format_proc_macros v0.2.33 |
517 | 2024-09-25T03:18:31.426Z | Downloaded block-padding v0.3.3 |
518 | 2024-09-25T03:18:31.426Z | Downloaded crc v3.2.1 |
519 | 2024-09-25T03:18:31.429Z | Downloaded new_debug_unreachable v1.0.6 |
520 | 2024-09-25T03:18:31.429Z | Downloaded bzip2 v0.4.4 |
521 | 2024-09-25T03:18:31.435Z | Downloaded arrayvec v0.7.4 |
522 | 2024-09-25T03:18:31.441Z | Downloaded indoc v1.0.9 |
523 | 2024-09-25T03:18:31.441Z | Downloaded hyper-tls v0.5.0 |
524 | 2024-09-25T03:18:31.441Z | Downloaded ciborium v0.2.2 |
525 | 2024-09-25T03:18:31.448Z | Downloaded http-body v0.4.6 |
526 | 2024-09-25T03:18:31.448Z | Downloaded csv-core v0.1.11 |
527 | 2024-09-25T03:18:31.452Z | Downloaded async-trait v0.1.82 |
528 | 2024-09-25T03:18:31.452Z | Downloaded ctr v0.9.2 |
529 | 2024-09-25T03:18:31.462Z | Downloaded md-5 v0.10.6 |
530 | 2024-09-25T03:18:31.462Z | Downloaded maplit v1.0.2 |
531 | 2024-09-25T03:18:31.462Z | Downloaded linked-hash-map v0.5.6 |
532 | 2024-09-25T03:18:31.466Z | Downloaded ident_case v1.0.1 |
533 | 2024-09-25T03:18:31.466Z | Downloaded http-body v1.0.0 |
534 | 2024-09-25T03:18:31.466Z | Downloaded crossbeam-epoch v0.9.18 |
535 | 2024-09-25T03:18:31.466Z | Downloaded buf-list v1.0.3 |
536 | 2024-09-25T03:18:31.471Z | Downloaded instability v0.3.2 |
537 | 2024-09-25T03:18:31.471Z | Downloaded nanorand v0.7.0 |
538 | 2024-09-25T03:18:31.476Z | Downloaded lazy_static v1.5.0 |
539 | 2024-09-25T03:18:31.476Z | Downloaded hyper-rustls v0.24.2 |
540 | 2024-09-25T03:18:31.481Z | Downloaded hex v0.4.3 |
541 | 2024-09-25T03:18:31.482Z | Downloaded lru-cache v0.1.2 |
542 | 2024-09-25T03:18:31.482Z | Downloaded rand_core v0.6.4 |
543 | 2024-09-25T03:18:31.485Z | Downloaded base64 v0.21.7 |
544 | 2024-09-25T03:18:31.489Z | Downloaded memmap2 v0.9.4 |
545 | 2024-09-25T03:18:31.489Z | Downloaded hickory-client v0.24.1 |
546 | 2024-09-25T03:18:31.494Z | Downloaded is_ci v1.2.0 |
547 | 2024-09-25T03:18:31.498Z | Downloaded md5 v0.7.0 |
548 | 2024-09-25T03:18:31.498Z | Downloaded atty v0.2.14 |
549 | 2024-09-25T03:18:31.498Z | Downloaded bitstruct_derive v0.1.0 |
550 | 2024-09-25T03:18:31.498Z | Downloaded arrayref v0.3.7 |
551 | 2024-09-25T03:18:31.503Z | Downloaded serde-hex v0.1.0 |
552 | 2024-09-25T03:18:31.503Z | Downloaded indent_write v2.2.0 |
553 | 2024-09-25T03:18:31.506Z | Downloaded take_mut v0.2.2 |
554 | 2024-09-25T03:18:31.507Z | Downloaded keccak v0.1.5 |
555 | 2024-09-25T03:18:31.507Z | Downloaded cfg_aliases v0.1.1 |
556 | 2024-09-25T03:18:31.507Z | Downloaded mirai-annotations v1.12.0 |
557 | 2024-09-25T03:18:31.511Z | Downloaded match_cfg v0.1.0 |
558 | 2024-09-25T03:18:31.511Z | Downloaded tinyvec_macros v0.1.1 |
559 | 2024-09-25T03:18:31.511Z | Downloaded compact_str v0.8.0 |
560 | 2024-09-25T03:18:31.515Z | Downloaded slog-bunyan v2.5.0 |
561 | 2024-09-25T03:18:31.528Z | Downloaded multer v3.1.0 |
562 | 2024-09-25T03:18:31.528Z | Downloaded inout v0.1.3 |
563 | 2024-09-25T03:18:31.538Z | Downloaded slog-dtrace v0.3.0 |
564 | 2024-09-25T03:18:31.538Z | Downloaded mime_guess v2.0.4 |
565 | 2024-09-25T03:18:31.538Z | Downloaded vte_generate_state_changes v0.1.1 |
566 | 2024-09-25T03:18:31.538Z | Downloaded bitflags v1.3.2 |
567 | 2024-09-25T03:18:31.538Z | Downloaded blowfish v0.9.1 |
568 | 2024-09-25T03:18:31.538Z | Downloaded castaway v0.2.3 |
569 | 2024-09-25T03:18:31.542Z | Downloaded serde-big-array v0.5.1 |
570 | 2024-09-25T03:18:31.542Z | Downloaded mockall v0.13.0 |
571 | 2024-09-25T03:18:31.542Z | Downloaded colored v2.1.0 |
572 | 2024-09-25T03:18:31.542Z | Downloaded argon2 v0.5.3 |
573 | 2024-09-25T03:18:31.542Z | Downloaded mime v0.3.17 |
574 | 2024-09-25T03:18:31.549Z | Downloaded managed v0.8.0 |
575 | 2024-09-25T03:18:31.549Z | Downloaded darling_macro v0.20.9 |
576 | 2024-09-25T03:18:31.549Z | Downloaded crossbeam-deque v0.8.5 |
577 | 2024-09-25T03:18:31.556Z | Downloaded crypto-bigint v0.5.5 |
578 | 2024-09-25T03:18:31.563Z | Downloaded httparse v1.8.0 |
579 | 2024-09-25T03:18:31.563Z | Downloaded lru v0.12.3 |
580 | 2024-09-25T03:18:31.563Z | Downloaded multimap v0.10.0 |
581 | 2024-09-25T03:18:31.567Z | Downloaded ascii v1.1.0 |
582 | 2024-09-25T03:18:31.567Z | Downloaded lazycell v1.3.0 |
583 | 2024-09-25T03:18:31.567Z | Downloaded sqlformat v0.2.4 |
584 | 2024-09-25T03:18:31.567Z | Downloaded maybe-uninit v2.0.0 |
585 | 2024-09-25T03:18:31.573Z | Downloaded foreign-types v0.3.2 |
586 | 2024-09-25T03:18:31.573Z | Downloaded strip-ansi-escapes v0.2.0 |
587 | 2024-09-25T03:18:31.577Z | Downloaded libsw v3.3.1 |
588 | 2024-09-25T03:18:31.577Z | Downloaded miniz_oxide v0.7.2 |
589 | 2024-09-25T03:18:31.577Z | Downloaded ron v0.8.1 |
590 | 2024-09-25T03:18:31.583Z | Downloaded wait-timeout v0.2.0 |
591 | 2024-09-25T03:18:31.586Z | Downloaded openssl-probe v0.1.5 |
592 | 2024-09-25T03:18:31.587Z | Downloaded untrusted v0.9.0 |
593 | 2024-09-25T03:18:31.593Z | Downloaded stringprep v0.1.4 |
594 | 2024-09-25T03:18:31.600Z | Downloaded tabwriter v1.4.0 |
595 | 2024-09-25T03:18:31.600Z | Downloaded dunce v1.0.5 |
596 | 2024-09-25T03:18:31.600Z | Downloaded newline-converter v0.3.0 |
597 | 2024-09-25T03:18:31.600Z | Downloaded bcs v0.1.6 |
598 | 2024-09-25T03:18:31.600Z | Downloaded socket2 v0.4.10 |
599 | 2024-09-25T03:18:31.607Z | Downloaded tokio-tungstenite v0.23.1 |
600 | 2024-09-25T03:18:31.607Z | Downloaded oso-derive v0.27.3 |
601 | 2024-09-25T03:18:31.607Z | Downloaded cipher v0.4.4 |
602 | 2024-09-25T03:18:31.611Z | Downloaded libefi-sys v0.1.0 |
603 | 2024-09-25T03:18:31.611Z | Downloaded pretty-hex v0.2.1 |
604 | 2024-09-25T03:18:31.611Z | Downloaded portpicker v0.1.1 |
605 | 2024-09-25T03:18:31.611Z | Downloaded cookie v0.17.0 |
606 | 2024-09-25T03:18:31.621Z | Downloaded allocator-api2 v0.2.18 |
607 | 2024-09-25T03:18:31.634Z | Downloaded debug-ignore v1.0.5 |
608 | 2024-09-25T03:18:31.634Z | Downloaded rand_seeder v0.3.0 |
609 | 2024-09-25T03:18:31.634Z | Downloaded jobserver v0.1.32 |
610 | 2024-09-25T03:18:31.634Z | Downloaded cancel-safe-futures v0.1.5 |
611 | 2024-09-25T03:18:31.637Z | Downloaded glob v0.3.1 |
612 | 2024-09-25T03:18:31.637Z | Downloaded display-error-chain v0.2.1 |
613 | 2024-09-25T03:18:31.638Z | Downloaded tar v0.4.41 |
614 | 2024-09-25T03:18:31.638Z | Downloaded russh-cryptovec v0.7.2 |
615 | 2024-09-25T03:18:31.638Z | Downloaded stable_deref_trait v1.2.0 |
616 | 2024-09-25T03:18:31.638Z | Downloaded futures-executor v0.3.30 |
617 | 2024-09-25T03:18:31.638Z | Downloaded num_enum v0.5.11 |
618 | 2024-09-25T03:18:31.641Z | Downloaded pkg-config v0.3.30 |
619 | 2024-09-25T03:18:31.643Z | Downloaded futures-core v0.3.30 |
620 | 2024-09-25T03:18:31.649Z | Downloaded heapless v0.7.17 |
621 | 2024-09-25T03:18:31.653Z | Downloaded bytes v1.7.2 |
622 | 2024-09-25T03:18:31.660Z | Downloaded endian-type v0.1.2 |
623 | 2024-09-25T03:18:31.660Z | Downloaded siphasher v0.3.11 |
624 | 2024-09-25T03:18:31.664Z | Downloaded ref-cast v1.0.23 |
625 | 2024-09-25T03:18:31.664Z | Downloaded rustls-pemfile v1.0.4 |
626 | 2024-09-25T03:18:31.673Z | Downloaded num_enum_derive v0.5.11 |
627 | 2024-09-25T03:18:31.673Z | Downloaded value-bag v1.9.0 |
628 | 2024-09-25T03:18:31.677Z | Downloaded slab v0.4.9 |
629 | 2024-09-25T03:18:31.677Z | Downloaded foreign-types v0.5.0 |
630 | 2024-09-25T03:18:31.677Z | Downloaded ron v0.7.1 |
631 | 2024-09-25T03:18:31.684Z | Downloaded thiserror-no-std v2.0.2 |
632 | 2024-09-25T03:18:31.690Z | Downloaded smallvec v0.6.14 |
633 | 2024-09-25T03:18:31.690Z | Downloaded thread_local v1.1.8 |
634 | 2024-09-25T03:18:31.690Z | Downloaded ref-cast-impl v1.0.23 |
635 | 2024-09-25T03:18:31.690Z | Downloaded pbkdf2 v0.12.2 |
636 | 2024-09-25T03:18:31.694Z | Downloaded normalize-line-endings v0.3.0 |
637 | 2024-09-25T03:18:31.694Z | Downloaded env_logger v0.11.5 |
638 | 2024-09-25T03:18:31.694Z | Downloaded predicates-tree v1.0.9 |
639 | 2024-09-25T03:18:31.702Z | Downloaded uzers v0.11.3 |
640 | 2024-09-25T03:18:31.702Z | Downloaded supports-color v3.0.1 |
641 | 2024-09-25T03:18:31.705Z | Downloaded xattr v1.3.1 |
642 | 2024-09-25T03:18:31.714Z | Downloaded signal-hook-tokio v0.3.1 |
643 | 2024-09-25T03:18:31.719Z | Downloaded rustls-pemfile v2.1.3 |
644 | 2024-09-25T03:18:31.719Z | Downloaded mio v1.0.2 |
645 | 2024-09-25T03:18:31.722Z | Downloaded crc-any v2.5.0 |
646 | 2024-09-25T03:18:31.724Z | Downloaded getopts v0.2.21 |
647 | 2024-09-25T03:18:31.727Z | Downloaded spin v0.9.8 |
648 | 2024-09-25T03:18:31.730Z | Downloaded pbkdf2 v0.11.0 |
649 | 2024-09-25T03:18:31.734Z | Downloaded sqlparser_derive v0.2.2 |
650 | 2024-09-25T03:18:31.734Z | Downloaded group v0.13.0 |
651 | 2024-09-25T03:18:31.742Z | Downloaded darling_core v0.20.9 |
652 | 2024-09-25T03:18:31.749Z | Downloaded sigpipe v0.1.3 |
653 | 2024-09-25T03:18:31.749Z | Downloaded signature v2.2.0 |
654 | 2024-09-25T03:18:31.749Z | Downloaded proc-macro-crate v1.3.1 |
655 | 2024-09-25T03:18:31.749Z | Downloaded futures-sink v0.3.30 |
656 | 2024-09-25T03:18:31.752Z | Downloaded ecdsa v0.16.9 |
657 | 2024-09-25T03:18:31.752Z | Downloaded hyper-util v0.1.7 |
658 | 2024-09-25T03:18:31.758Z | Downloaded hmac v0.12.1 |
659 | 2024-09-25T03:18:31.771Z | Downloaded fxhash v0.2.1 |
660 | 2024-09-25T03:18:31.772Z | Downloaded derive_builder_macro v0.20.0 |
661 | 2024-09-25T03:18:31.772Z | Downloaded psl-types v2.0.11 |
662 | 2024-09-25T03:18:31.772Z | Downloaded toolchain_find v0.4.0 |
663 | 2024-09-25T03:18:31.772Z | Downloaded termcolor v1.4.1 |
664 | 2024-09-25T03:18:31.781Z | Downloaded num v0.4.3 |
665 | 2024-09-25T03:18:31.781Z | Downloaded tracing-core v0.1.32 |
666 | 2024-09-25T03:18:31.781Z | Downloaded smallvec v1.13.2 |
667 | 2024-09-25T03:18:31.781Z | Downloaded static_assertions v1.1.0 |
668 | 2024-09-25T03:18:31.781Z | Downloaded openssl-macros v0.1.1 |
669 | 2024-09-25T03:18:31.781Z | Downloaded rusty-fork v0.3.0 |
670 | 2024-09-25T03:18:31.781Z | Downloaded subtle v2.5.0 |
671 | 2024-09-25T03:18:31.789Z | Downloaded rayon-core v1.12.1 |
672 | 2024-09-25T03:18:31.790Z | Downloaded rtoolbox v0.0.2 |
673 | 2024-09-25T03:18:31.790Z | Downloaded fd-lock v4.0.2 |
674 | 2024-09-25T03:18:31.790Z | Downloaded deranged v0.3.11 |
675 | 2024-09-25T03:18:31.790Z | Downloaded password-hash v0.5.0 |
676 | 2024-09-25T03:18:31.798Z | Downloaded strum v0.26.3 |
677 | 2024-09-25T03:18:31.798Z | Downloaded zone_cfg_derive v0.1.2 |
678 | 2024-09-25T03:18:31.798Z | Downloaded flagset v0.4.5 |
679 | 2024-09-25T03:18:31.799Z | Downloaded termios v0.3.3 |
680 | 2024-09-25T03:18:31.803Z | Downloaded hash32 v0.3.1 |
681 | 2024-09-25T03:18:31.803Z | Downloaded walkdir v2.5.0 |
682 | 2024-09-25T03:18:31.803Z | Downloaded spki v0.7.3 |
683 | 2024-09-25T03:18:31.808Z | Downloaded untrusted v0.7.1 |
684 | 2024-09-25T03:18:31.808Z | Downloaded hickory-resolver v0.24.1 |
685 | 2024-09-25T03:18:31.808Z | Downloaded embedded-io v0.4.0 |
686 | 2024-09-25T03:18:31.812Z | Downloaded rustls-pki-types v1.7.0 |
687 | 2024-09-25T03:18:31.816Z | Downloaded yasna v0.5.2 |
688 | 2024-09-25T03:18:31.828Z | Downloaded dhcproto-macros v0.1.0 |
689 | 2024-09-25T03:18:31.828Z | Downloaded zone_cfg_derive v0.3.0 |
690 | 2024-09-25T03:18:31.828Z | Downloaded pin-utils v0.1.0 |
691 | 2024-09-25T03:18:31.828Z | Downloaded funty v2.0.0 |
692 | 2024-09-25T03:18:31.828Z | Downloaded universal-hash v0.5.1 |
693 | 2024-09-25T03:18:31.839Z | Downloaded flume v0.11.0 |
694 | 2024-09-25T03:18:31.839Z | Downloaded rand_xorshift v0.3.0 |
695 | 2024-09-25T03:18:31.839Z | Downloaded slog-stdlog v4.1.1 |
696 | 2024-09-25T03:18:31.840Z | Downloaded derive_builder_core v0.20.0 |
697 | 2024-09-25T03:18:31.846Z | Downloaded packed_struct_codegen v0.10.1 |
698 | 2024-09-25T03:18:31.846Z | Downloaded derive_builder v0.20.0 |
699 | 2024-09-25T03:18:31.846Z | Downloaded peg-runtime v0.8.3 |
700 | 2024-09-25T03:18:31.846Z | Downloaded num-conv v0.1.0 |
701 | 2024-09-25T03:18:31.846Z | Downloaded powerfmt v0.2.0 |
702 | 2024-09-25T03:18:31.846Z | Downloaded oso v0.27.3 |
703 | 2024-09-25T03:18:31.853Z | Downloaded cc v1.1.21 |
704 | 2024-09-25T03:18:31.858Z | Downloaded strum_macros v0.25.3 |
705 | 2024-09-25T03:18:31.858Z | Downloaded phf_shared v0.10.0 |
706 | 2024-09-25T03:18:31.858Z | Downloaded time-core v0.1.2 |
707 | 2024-09-25T03:18:31.858Z | Downloaded http v1.1.0 |
708 | 2024-09-25T03:18:31.861Z | Downloaded hashbrown v0.13.2 |
709 | 2024-09-25T03:18:31.867Z | Downloaded term v0.7.0 |
710 | 2024-09-25T03:18:31.871Z | Downloaded ena v0.14.3 |
711 | 2024-09-25T03:18:31.878Z | Downloaded postcard v1.0.8 |
712 | 2024-09-25T03:18:31.883Z | Downloaded opaque-debug v0.3.1 |
713 | 2024-09-25T03:18:31.883Z | Downloaded futures-macro v0.3.30 |
714 | 2024-09-25T03:18:31.883Z | Downloaded tokio-tungstenite v0.21.0 |
715 | 2024-09-25T03:18:31.883Z | Downloaded mio v0.8.11 |
716 | 2024-09-25T03:18:31.890Z | Downloaded pin-project-lite v0.2.14 |
717 | 2024-09-25T03:18:31.898Z | Downloaded tower-service v0.3.2 |
718 | 2024-09-25T03:18:31.909Z | Downloaded pem v3.0.4 |
719 | 2024-09-25T03:18:31.909Z | Downloaded fallible-iterator v0.2.0 |
720 | 2024-09-25T03:18:31.909Z | Downloaded derive-where v1.2.7 |
721 | 2024-09-25T03:18:31.909Z | Downloaded tokio-util v0.7.11 |
722 | 2024-09-25T03:18:31.920Z | Downloaded rcgen v0.12.1 |
723 | 2024-09-25T03:18:31.927Z | Downloaded slog-async v2.8.0 |
724 | 2024-09-25T03:18:31.927Z | Downloaded float-cmp v0.9.0 |
725 | 2024-09-25T03:18:31.927Z | Downloaded smf v0.2.3 |
726 | 2024-09-25T03:18:31.928Z | Downloaded phf_shared v0.11.2 |
727 | 2024-09-25T03:18:31.928Z | Downloaded pem-rfc7468 v0.7.0 |
728 | 2024-09-25T03:18:31.928Z | Downloaded want v0.3.1 |
729 | 2024-09-25T03:18:31.928Z | Downloaded sct v0.7.1 |
730 | 2024-09-25T03:18:31.932Z | Downloaded waitgroup v0.1.2 |
731 | 2024-09-25T03:18:31.932Z | Downloaded topological-sort v0.2.2 |
732 | 2024-09-25T03:18:31.932Z | Downloaded fragile v2.0.0 |
733 | 2024-09-25T03:18:31.936Z | Downloaded unicode-bidi v0.3.15 |
734 | 2024-09-25T03:18:31.936Z | Downloaded expectorate v1.1.0 |
735 | 2024-09-25T03:18:31.943Z | Downloaded tiny-keccak v2.0.2 |
736 | 2024-09-25T03:18:31.952Z | Downloaded dirs-next v2.0.0 |
737 | 2024-09-25T03:18:31.952Z | Downloaded libm v0.2.8 |
738 | 2024-09-25T03:18:31.956Z | Downloaded olpc-cjson v0.1.3 |
739 | 2024-09-25T03:18:31.956Z | Downloaded rustc-demangle v0.1.24 |
740 | 2024-09-25T03:18:31.956Z | Downloaded crossterm v0.28.1 |
741 | 2024-09-25T03:18:31.961Z | Downloaded ghash v0.5.1 |
742 | 2024-09-25T03:18:31.967Z | Downloaded dirs-sys-next v0.1.2 |
743 | 2024-09-25T03:18:31.967Z | Downloaded num_threads v0.1.7 |
744 | 2024-09-25T03:18:31.971Z | Downloaded parse-display v0.10.0 |
745 | 2024-09-25T03:18:31.971Z | Downloaded ff v0.13.0 |
746 | 2024-09-25T03:18:31.971Z | Downloaded vsss-rs v3.3.4 |
747 | 2024-09-25T03:18:31.974Z | Downloaded shell-words v1.1.0 |
748 | 2024-09-25T03:18:31.974Z | Downloaded foreign-types-shared v0.3.1 |
749 | 2024-09-25T03:18:31.977Z | Downloaded rand_chacha v0.3.1 |
750 | 2024-09-25T03:18:31.977Z | Downloaded parse-size v1.0.0 |
751 | 2024-09-25T03:18:31.981Z | Downloaded signal-hook-registry v1.4.2 |
752 | 2024-09-25T03:18:31.981Z | Downloaded parse-display-derive v0.10.0 |
753 | 2024-09-25T03:18:31.983Z | Downloaded radium v0.7.0 |
754 | 2024-09-25T03:18:31.983Z | Downloaded dsl_auto_type v0.1.2 |
755 | 2024-09-25T03:18:31.983Z | Downloaded defmt-parser v0.3.4 |
756 | 2024-09-25T03:18:31.985Z | Downloaded r2d2 v0.8.10 |
757 | 2024-09-25T03:18:31.988Z | Downloaded salsa20 v0.10.2 |
758 | 2024-09-25T03:18:31.988Z | Downloaded bindgen v0.69.4 |
759 | 2024-09-25T03:18:31.998Z | Downloaded dhcproto v0.12.0 |
760 | 2024-09-25T03:18:32.005Z | Downloaded unarray v0.1.4 |
761 | 2024-09-25T03:18:32.005Z | Downloaded num-integer v0.1.46 |
762 | 2024-09-25T03:18:32.009Z | Downloaded num-derive v0.4.2 |
763 | 2024-09-25T03:18:32.009Z | Downloaded gethostname v0.5.0 |
764 | 2024-09-25T03:18:32.009Z | Downloaded test-strategy v0.3.1 |
765 | 2024-09-25T03:18:32.012Z | Downloaded secrecy v0.8.0 |
766 | 2024-09-25T03:18:32.012Z | Downloaded structmeta v0.2.0 |
767 | 2024-09-25T03:18:32.016Z | Downloaded ssh-encoding v0.2.0 |
768 | 2024-09-25T03:18:32.016Z | Downloaded num-traits v0.2.19 |
769 | 2024-09-25T03:18:32.023Z | Downloaded itertools v0.13.0 |
770 | 2024-09-25T03:18:32.046Z | Downloaded bitvec v1.0.1 |
771 | 2024-09-25T03:18:32.050Z | Downloaded termtree v0.4.1 |
772 | 2024-09-25T03:18:32.050Z | Downloaded filetime v0.2.25 |
773 | 2024-09-25T03:18:32.050Z | Downloaded fallible-streaming-iterator v0.1.9 |
774 | 2024-09-25T03:18:32.050Z | Downloaded which v4.4.2 |
775 | 2024-09-25T03:18:32.050Z | Downloaded ppv-lite86 v0.2.17 |
776 | 2024-09-25T03:18:32.056Z | Downloaded num-iter v0.1.45 |
777 | 2024-09-25T03:18:32.056Z | Downloaded fixedbitset v0.4.2 |
778 | 2024-09-25T03:18:32.056Z | Downloaded structmeta-derive v0.2.0 |
779 | 2024-09-25T03:18:32.060Z | Downloaded structmeta v0.3.0 |
780 | 2024-09-25T03:18:32.060Z | Downloaded elliptic-curve v0.13.8 |
781 | 2024-09-25T03:18:32.065Z | Downloaded twox-hash v1.6.3 |
782 | 2024-09-25T03:18:32.065Z | Downloaded tower-layer v0.3.2 |
783 | 2024-09-25T03:18:32.075Z | Downloaded rfc6979 v0.4.0 |
784 | 2024-09-25T03:18:32.075Z | Downloaded vte v0.11.1 |
785 | 2024-09-25T03:18:32.075Z | Downloaded ed25519 v2.2.3 |
786 | 2024-09-25T03:18:32.075Z | Downloaded hashbrown v0.12.3 |
787 | 2024-09-25T03:18:32.079Z | Downloaded foreign-types-shared v0.1.1 |
788 | 2024-09-25T03:18:32.079Z | Downloaded diesel_table_macro_syntax v0.2.0 |
789 | 2024-09-25T03:18:32.079Z | Downloaded serde_plain v1.0.2 |
790 | 2024-09-25T03:18:32.079Z | Downloaded scheduled-thread-pool v0.2.7 |
791 | 2024-09-25T03:18:32.079Z | Downloaded fs_extra v1.3.0 |
792 | 2024-09-25T03:18:32.083Z | Downloaded precomputed-hash v0.1.1 |
793 | 2024-09-25T03:18:32.083Z | Downloaded der_derive v0.7.2 |
794 | 2024-09-25T03:18:32.084Z | Downloaded unsafe-libyaml v0.2.11 |
795 | 2024-09-25T03:18:32.088Z | Downloaded tokio-tungstenite v0.20.1 |
796 | 2024-09-25T03:18:32.092Z | Downloaded float-ord v0.3.2 |
797 | 2024-09-25T03:18:32.092Z | Downloaded hash32 v0.2.1 |
798 | 2024-09-25T03:18:32.097Z | Downloaded serde_urlencoded v0.7.1 |
799 | 2024-09-25T03:18:32.097Z | Downloaded serde_yaml v0.9.34+deprecated |
800 | 2024-09-25T03:18:32.102Z | Downloaded newtype-uuid v1.1.0 |
801 | 2024-09-25T03:18:32.102Z | Downloaded dropshot_endpoint v0.10.1 |
802 | 2024-09-25T03:18:32.102Z | Downloaded quick-error v1.2.3 |
803 | 2024-09-25T03:18:32.104Z | Downloaded postgres-protocol v0.6.7 |
804 | 2024-09-25T03:18:32.105Z | Downloaded flate2 v1.0.33 |
805 | 2024-09-25T03:18:32.108Z | Downloaded itertools v0.12.1 |
806 | 2024-09-25T03:18:32.116Z | Downloaded predicates-core v1.0.6 |
807 | 2024-09-25T03:18:32.122Z | Downloaded strum_macros v0.26.4 |
808 | 2024-09-25T03:18:32.126Z | Downloaded getrandom v0.2.14 |
809 | 2024-09-25T03:18:32.126Z | Downloaded difflib v0.4.0 |
810 | 2024-09-25T03:18:32.130Z | Downloaded fallible-iterator v0.3.0 |
811 | 2024-09-25T03:18:32.130Z | Downloaded utf-8 v0.7.6 |
812 | 2024-09-25T03:18:32.130Z | Downloaded try-lock v0.2.5 |
813 | 2024-09-25T03:18:32.130Z | Downloaded tui-tree-widget v0.22.0 |
814 | 2024-09-25T03:18:32.134Z | Downloaded peg v0.8.4 |
815 | 2024-09-25T03:18:32.141Z | Downloaded resolv-conf v0.7.0 |
816 | 2024-09-25T03:18:32.141Z | Downloaded same-file v1.0.6 |
817 | 2024-09-25T03:18:32.147Z | Downloaded password-hash v0.4.2 |
818 | 2024-09-25T03:18:32.147Z | Downloaded postgres-types v0.2.7 |
819 | 2024-09-25T03:18:32.147Z | Downloaded defmt v0.3.8 |
820 | 2024-09-25T03:18:32.151Z | Downloaded hyper v0.14.30 |
821 | 2024-09-25T03:18:32.155Z | Downloaded half v2.4.1 |
822 | 2024-09-25T03:18:32.161Z | Downloaded unicase v2.7.0 |
823 | 2024-09-25T03:18:32.164Z | Downloaded rand v0.8.5 |
824 | 2024-09-25T03:18:32.164Z | Downloaded peg-macros v0.8.4 |
825 | 2024-09-25T03:18:32.168Z | Downloaded url v2.5.2 |
826 | 2024-09-25T03:18:32.173Z | Downloaded unicode-normalization v0.1.23 |
827 | 2024-09-25T03:18:32.177Z | Downloaded derive_more v0.99.18 |
828 | 2024-09-25T03:18:32.186Z | Downloaded steno v0.4.1 |
829 | 2024-09-25T03:18:32.191Z | Downloaded poly1305 v0.8.0 |
830 | 2024-09-25T03:18:32.191Z | Downloaded pkcs8 v0.10.2 |
831 | 2024-09-25T03:18:32.191Z | Downloaded uuid v1.10.0 |
832 | 2024-09-25T03:18:32.200Z | Downloaded diesel_derives v2.2.2 |
833 | 2024-09-25T03:18:32.209Z | Downloaded subprocess v0.2.9 |
834 | 2024-09-25T03:18:32.209Z | Downloaded slog v2.7.0 |
835 | 2024-09-25T03:18:32.215Z | Downloaded pkcs5 v0.7.1 |
836 | 2024-09-25T03:18:32.215Z | Downloaded tungstenite v0.23.0 |
837 | 2024-09-25T03:18:32.215Z | Downloaded der v0.7.9 |
838 | 2024-09-25T03:18:32.219Z | Downloaded samael v0.0.17 |
839 | 2024-09-25T03:18:32.225Z | Downloaded portable-atomic v1.6.0 |
840 | 2024-09-25T03:18:32.238Z | Downloaded snafu v0.8.2 |
841 | 2024-09-25T03:18:32.242Z | Downloaded tungstenite v0.20.1 |
842 | 2024-09-25T03:18:32.242Z | Downloaded similar v2.6.0 |
843 | 2024-09-25T03:18:32.252Z | Downloaded futures-util v0.3.30 |
844 | 2024-09-25T03:18:32.264Z | Downloaded rusqlite v0.32.1 |
845 | 2024-09-25T03:18:32.276Z | Downloaded rsa v0.9.6 |
846 | 2024-09-25T03:18:32.284Z | Downloaded diff v0.1.13 |
847 | 2024-09-25T03:18:32.285Z | Downloaded ed25519-dalek v2.1.1 |
848 | 2024-09-25T03:18:32.285Z | Downloaded time v0.3.36 |
849 | 2024-09-25T03:18:32.297Z | Downloaded h2 v0.3.26 |
850 | 2024-09-25T03:18:32.304Z | Downloaded p521 v0.13.3 |
851 | 2024-09-25T03:18:32.304Z | Downloaded idna v0.2.3 |
852 | 2024-09-25T03:18:32.309Z | Downloaded idna v0.4.0 |
853 | 2024-09-25T03:18:32.322Z | Downloaded salty v0.3.0 |
854 | 2024-09-25T03:18:32.326Z | Downloaded regex v1.10.6 |
855 | 2024-09-25T03:18:32.335Z | Downloaded tower v0.4.13 |
856 | 2024-09-25T03:18:32.347Z | Downloaded tough v0.17.1 |
857 | 2024-09-25T03:18:32.354Z | Downloaded publicsuffix v2.2.3 |
858 | 2024-09-25T03:18:32.362Z | Downloaded rayon v1.10.0 |
859 | 2024-09-25T03:18:32.366Z | Downloaded h2 v0.4.6 |
860 | 2024-09-25T03:18:32.373Z | Downloaded p384 v0.13.0 |
861 | 2024-09-25T03:18:32.382Z | Downloaded quick-xml v0.33.0 |
862 | 2024-09-25T03:18:32.387Z | Downloaded nix v0.27.1 |
863 | 2024-09-25T03:18:32.402Z | Downloaded bstr v1.9.1 |
864 | 2024-09-25T03:18:32.415Z | Downloaded openssl v0.10.66 |
865 | 2024-09-25T03:18:32.421Z | Downloaded dropshot v0.10.1 |
866 | 2024-09-25T03:18:32.432Z | Downloaded vcpkg v0.2.15 |
867 | 2024-09-25T03:18:32.472Z | Downloaded nix v0.29.0 |
868 | 2024-09-25T03:18:32.487Z | Downloaded object v0.32.2 |
869 | 2024-09-25T03:18:32.496Z | Downloaded radix_trie v0.2.1 |
870 | 2024-09-25T03:18:32.502Z | Downloaded regex-syntax v0.6.29 |
871 | 2024-09-25T03:18:32.510Z | Downloaded rustls v0.22.4 |
872 | 2024-09-25T03:18:32.523Z | Downloaded gimli v0.28.1 |
873 | 2024-09-25T03:18:32.532Z | Downloaded object v0.30.4 |
874 | 2024-09-25T03:18:32.544Z | Downloaded smoltcp v0.9.1 |
875 | 2024-09-25T03:18:32.555Z | Downloaded polar-core v0.27.3 |
876 | 2024-09-25T03:18:32.564Z | Downloaded webpki-roots v0.25.4 |
877 | 2024-09-25T03:18:32.571Z | Downloaded diesel v2.2.4 |
878 | 2024-09-25T03:18:32.590Z | Downloaded openapiv3 v2.0.0 |
879 | 2024-09-25T03:18:32.603Z | Downloaded regress v0.9.1 |
880 | 2024-09-25T03:18:32.612Z | Downloaded regex-syntax v0.8.4 |
881 | 2024-09-25T03:18:32.624Z | Downloaded ratatui v0.28.0 |
882 | 2024-09-25T03:18:32.645Z | Downloaded sled v0.34.7 |
883 | 2024-09-25T03:18:32.654Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
884 | 2024-09-25T03:18:32.669Z | Downloaded smoltcp v0.11.0 |
885 | 2024-09-25T03:18:32.686Z | Downloaded zerocopy-derive v0.6.6 |
886 | 2024-09-25T03:18:32.694Z | Downloaded curve25519-dalek v4.1.3 |
887 | 2024-09-25T03:18:32.701Z | Downloaded finl_unicode v1.2.0 |
888 | 2024-09-25T03:18:32.715Z | Downloaded rustls v0.21.12 |
889 | 2024-09-25T03:18:32.734Z | Downloaded csv v1.3.0 |
890 | 2024-09-25T03:18:32.749Z | Downloaded regex-automata v0.4.6 |
891 | 2024-09-25T03:18:32.770Z | Downloaded rustls v0.23.10 |
892 | 2024-09-25T03:18:32.787Z | Downloaded petgraph v0.6.5 |
893 | 2024-09-25T03:18:32.809Z | Downloaded hickory-proto v0.24.1 |
894 | 2024-09-25T03:18:32.820Z | Downloaded tokio v1.39.3 |
895 | 2024-09-25T03:18:32.858Z | Downloaded nix v0.28.0 |
896 | 2024-09-25T03:18:32.871Z | Downloaded trust-dns-proto v0.22.0 |
897 | 2024-09-25T03:18:32.884Z | Downloaded sha3 v0.10.8 |
898 | 2024-09-25T03:18:32.890Z | Downloaded encoding_rs v0.8.34 |
899 | 2024-09-25T03:18:32.915Z | Downloaded idna v0.5.0 |
900 | 2024-09-25T03:18:32.918Z | Downloaded idna v0.3.0 |
901 | 2024-09-25T03:18:32.933Z | Downloaded proptest v1.5.0 |
902 | 2024-09-25T03:18:32.939Z | Downloaded git2 v0.19.0 |
903 | 2024-09-25T03:18:32.949Z | Downloaded lalrpop v0.19.12 |
904 | 2024-09-25T03:18:32.963Z | Downloaded rustls-webpki v0.101.7 |
905 | 2024-09-25T03:18:32.970Z | Downloaded rustyline v14.0.0 |
906 | 2024-09-25T03:18:32.976Z | Downloaded chrono v0.4.38 |
907 | 2024-09-25T03:18:32.988Z | Downloaded sqlparser v0.45.0 |
908 | 2024-09-25T03:18:32.997Z | Downloaded rustls-webpki v0.102.4 |
909 | 2024-09-25T03:18:33.009Z | Downloaded winnow v0.5.40 |
910 | 2024-09-25T03:18:33.018Z | Downloaded reqwest v0.11.27 |
911 | 2024-09-25T03:18:33.028Z | Downloaded toml_edit v0.19.15 |
912 | 2024-09-25T03:18:33.047Z | Downloaded structmeta-derive v0.3.0 |
913 | 2024-09-25T03:18:33.052Z | Downloaded pkcs1 v0.7.5 |
914 | 2024-09-25T03:18:33.052Z | Downloaded globset v0.4.14 |
915 | 2024-09-25T03:18:33.052Z | Downloaded either v1.13.0 |
916 | 2024-09-25T03:18:33.052Z | Downloaded tungstenite v0.21.0 |
917 | 2024-09-25T03:18:33.063Z | Downloaded parking_lot v0.12.2 |
918 | 2024-09-25T03:18:33.072Z | Downloaded snafu-derive v0.8.2 |
919 | 2024-09-25T03:18:33.072Z | Downloaded serde_with v3.9.0 |
920 | 2024-09-25T03:18:33.080Z | Downloaded blake3 v1.5.1 |
921 | 2024-09-25T03:18:33.080Z | Downloaded hkdf v0.12.4 |
922 | 2024-09-25T03:18:33.089Z | Downloaded russh v0.45.0 |
923 | 2024-09-25T03:18:33.089Z | Downloaded hyper v1.4.1 |
924 | 2024-09-25T03:18:33.098Z | Downloaded nom v7.1.3 |
925 | 2024-09-25T03:18:33.103Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2024-09-25T03:18:33.103Z | Downloaded serde_repr v0.1.19 |
927 | 2024-09-25T03:18:33.108Z | Downloaded reedline v0.33.0 |
928 | 2024-09-25T03:18:33.114Z | Downloaded fatfs v0.3.6 |
929 | 2024-09-25T03:18:33.120Z | Downloaded predicates v3.1.2 |
930 | 2024-09-25T03:18:33.124Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
931 | 2024-09-25T03:18:33.177Z | Downloaded russh-keys v0.45.0 |
932 | 2024-09-25T03:18:33.180Z | Downloaded parking_lot_core v0.9.10 |
933 | 2024-09-25T03:18:33.182Z | Downloaded omicron-zone-package v0.11.0 |
934 | 2024-09-25T03:18:33.191Z | Downloaded vergen v8.3.2 |
935 | 2024-09-25T03:18:33.205Z | Downloaded slog-term v2.9.1 |
936 | 2024-09-25T03:18:33.205Z | Downloaded pin-project v1.1.5 |
937 | 2024-09-25T03:18:33.219Z | Downloaded futures v0.3.30 |
938 | 2024-09-25T03:18:33.219Z | Downloaded typed-path v0.7.1 |
939 | 2024-09-25T03:18:33.224Z | Downloaded ssh-key v0.6.6 |
940 | 2024-09-25T03:18:33.224Z | Downloaded sync_wrapper v0.1.2 |
941 | 2024-09-25T03:18:33.224Z | Downloaded number_prefix v0.4.0 |
942 | 2024-09-25T03:18:33.229Z | Downloaded ssh-cipher v0.2.0 |
943 | 2024-09-25T03:18:33.229Z | Downloaded parking_lot_core v0.8.6 |
944 | 2024-09-25T03:18:33.229Z | Downloaded unicode_categories v0.1.1 |
945 | 2024-09-25T03:18:33.238Z | Downloaded x509-cert v0.2.5 |
946 | 2024-09-25T03:18:33.242Z | Downloaded futures-task v0.3.30 |
947 | 2024-09-25T03:18:33.243Z | Downloaded form_urlencoded v1.2.1 |
948 | 2024-09-25T03:18:33.243Z | Downloaded sha1 v0.10.6 |
949 | 2024-09-25T03:18:33.243Z | Downloaded time-macros v0.2.18 |
950 | 2024-09-25T03:18:33.243Z | Downloaded tokio-native-tls v0.3.1 |
951 | 2024-09-25T03:18:33.246Z | Downloaded schemars v0.8.21 |
952 | 2024-09-25T03:18:33.256Z | Downloaded des v0.8.1 |
953 | 2024-09-25T03:18:33.260Z | Downloaded num-complex v0.4.6 |
954 | 2024-09-25T03:18:33.260Z | Downloaded tokio-postgres v0.7.11 |
955 | 2024-09-25T03:18:33.267Z | Downloaded parking_lot v0.11.2 |
956 | 2024-09-25T03:18:33.271Z | Downloaded tinyvec v1.6.0 |
957 | 2024-09-25T03:18:33.271Z | Downloaded unicode-segmentation v1.11.0 |
958 | 2024-09-25T03:18:33.275Z | Downloaded defmt-macros v0.3.9 |
959 | 2024-09-25T03:18:33.279Z | Downloaded phf v0.11.2 |
960 | 2024-09-25T03:18:33.279Z | Downloaded libxml v0.3.3 |
961 | 2024-09-25T03:18:33.282Z | Downloaded futures-channel v0.3.30 |
962 | 2024-09-25T03:18:33.286Z | Downloaded ring v0.17.8 |
963 | 2024-09-25T03:18:33.356Z | Downloaded env_logger v0.9.3 |
964 | 2024-09-25T03:18:33.358Z | Downloaded minimal-lexical v0.2.1 |
965 | 2024-09-25T03:18:33.362Z | Downloaded socket2 v0.5.7 |
966 | 2024-09-25T03:18:33.365Z | Downloaded whoami v1.5.1 |
967 | 2024-09-25T03:18:33.367Z | Downloaded thiserror-impl-no-std v2.0.2 |
968 | 2024-09-25T03:18:33.369Z | Downloaded slog-json v2.6.1 |
969 | 2024-09-25T03:18:33.372Z | Downloaded rustfmt-wrapper v0.2.1 |
970 | 2024-09-25T03:18:33.372Z | Downloaded percent-encoding v2.3.1 |
971 | 2024-09-25T03:18:33.372Z | Downloaded tokio-macros v2.4.0 |
972 | 2024-09-25T03:18:33.374Z | Downloaded rustc-hash v1.1.0 |
973 | 2024-09-25T03:18:33.374Z | Downloaded strum_macros v0.24.3 |
974 | 2024-09-25T03:18:33.378Z | Downloaded packed_struct v0.10.1 |
975 | 2024-09-25T03:18:33.381Z | Downloaded toml v0.7.8 |
976 | 2024-09-25T03:18:33.381Z | Downloaded zip v0.6.6 |
977 | 2024-09-25T03:18:33.387Z | Downloaded zerocopy v0.6.6 |
978 | 2024-09-25T03:18:33.390Z | Downloaded p256 v0.13.2 |
979 | 2024-09-25T03:18:33.392Z | Downloaded num-bigint v0.4.5 |
980 | 2024-09-25T03:18:33.396Z | Downloaded sec1 v0.7.3 |
981 | 2024-09-25T03:18:33.401Z | Downloaded rustc_version v0.4.0 |
982 | 2024-09-25T03:18:33.405Z | Downloaded num-rational v0.4.2 |
983 | 2024-09-25T03:18:33.405Z | Downloaded aes v0.8.4 |
984 | 2024-09-25T03:18:33.407Z | Downloaded newtype_derive v0.1.6 |
985 | 2024-09-25T03:18:33.407Z | Downloaded aws-lc-rs v1.9.0 |
986 | 2024-09-25T03:18:33.417Z | Downloaded itertools v0.10.5 |
987 | 2024-09-25T03:18:33.427Z | Downloaded slog-scope v4.4.0 |
988 | 2024-09-25T03:18:33.431Z | Downloaded scopeguard v1.2.0 |
989 | 2024-09-25T03:18:33.431Z | Downloaded rustc_version v0.1.7 |
990 | 2024-09-25T03:18:33.431Z | Downloaded openssl-sys v0.9.103 |
991 | 2024-09-25T03:18:33.435Z | Downloaded prettyplease v0.2.20 |
992 | 2024-09-25T03:18:33.439Z | Downloaded spin v0.5.2 |
993 | 2024-09-25T03:18:33.439Z | Downloaded nodrop v0.1.14 |
994 | 2024-09-25T03:18:33.442Z | Downloaded zone v0.3.0 |
995 | 2024-09-25T03:18:33.442Z | Downloaded nu-ansi-term v0.50.0 |
996 | 2024-09-25T03:18:33.444Z | Downloaded tokio-stream v0.1.15 |
997 | 2024-09-25T03:18:33.448Z | Downloaded tokio-rustls v0.26.0 |
998 | 2024-09-25T03:18:33.453Z | Downloaded tokio-rustls v0.25.0 |
999 | 2024-09-25T03:18:33.453Z | Downloaded tokio-rustls v0.24.1 |
1000 | 2024-09-25T03:18:33.457Z | Downloaded indicatif v0.17.8 |
1001 | 2024-09-25T03:18:33.463Z | Downloaded polyval v0.6.2 |
1002 | 2024-09-25T03:18:33.463Z | Downloaded backtrace v0.3.71 |
1003 | 2024-09-25T03:18:33.468Z | Downloaded base64 v0.22.1 |
1004 | 2024-09-25T03:18:33.475Z | Downloaded unicode-truncate v1.0.0 |
1005 | 2024-09-25T03:18:33.475Z | Downloaded owo-colors v4.0.0 |
1006 | 2024-09-25T03:18:33.477Z | Downloaded miniz_oxide v0.8.0 |
1007 | 2024-09-25T03:18:33.478Z | Downloaded const_format v0.2.33 |
1008 | 2024-09-25T03:18:33.481Z | Downloaded foreign-types-macros v0.2.3 |
1009 | 2024-09-25T03:18:33.484Z | Downloaded env_filter v0.1.2 |
1010 | 2024-09-25T03:18:33.484Z | Downloaded enum-as-inner v0.6.0 |
1011 | 2024-09-25T03:18:33.484Z | Downloaded enum-as-inner v0.5.1 |
1012 | 2024-09-25T03:18:33.487Z | Downloaded zone v0.1.8 |
1013 | 2024-09-25T03:18:33.487Z | Downloaded zeroize_derive v1.4.2 |
1014 | 2024-09-25T03:18:33.491Z | Downloaded tracing v0.1.40 |
1015 | 2024-09-25T03:18:33.494Z | Downloaded paste v1.0.15 |
1016 | 2024-09-25T03:18:33.497Z | Downloaded nibble_vec v0.1.0 |
1017 | 2024-09-25T03:18:33.501Z | Downloaded serde_derive_internals v0.29.1 |
1018 | 2024-09-25T03:18:33.505Z | Downloaded hashlink v0.9.1 |
1019 | 2024-09-25T03:18:33.505Z | Downloaded heapless v0.8.0 |
1020 | 2024-09-25T03:18:33.509Z | Downloaded pin-project-internal v1.1.5 |
1021 | 2024-09-25T03:18:33.513Z | Downloaded http v0.2.12 |
1022 | 2024-09-25T03:18:33.516Z | Downloaded schemars_derive v0.8.21 |
1023 | 2024-09-25T03:18:33.516Z | Downloaded aws-lc-sys v0.21.2 |
1024 | 2024-09-25T03:18:33.725Z | Downloaded erased-serde v0.3.31 |
1025 | 2024-09-25T03:18:33.727Z | Downloaded path-slash v0.1.5 |
1026 | 2024-09-25T03:18:33.727Z | Downloaded crossbeam-utils v0.8.19 |
1027 | 2024-09-25T03:18:33.729Z | Downloaded primeorder v0.13.6 |
1028 | 2024-09-25T03:18:33.732Z | Downloaded base64 v0.13.1 |
1029 | 2024-09-25T03:18:33.734Z | Downloaded tls_codec_derive v0.4.1 |
1030 | 2024-09-25T03:18:33.738Z | Downloaded serde_path_to_error v0.1.16 |
1031 | 2024-09-25T03:18:33.740Z | Downloaded mockall_derive v0.13.0 |
1032 | 2024-09-25T03:18:33.740Z | Downloaded crossterm v0.27.0 |
1033 | 2024-09-25T03:18:33.745Z | Downloaded semver v0.1.20 |
1034 | 2024-09-25T03:18:33.747Z | Downloaded unicode-xid v0.2.4 |
1035 | 2024-09-25T03:18:33.748Z | Downloaded tracing-attributes v0.1.27 |
1036 | 2024-09-25T03:18:33.750Z | Downloaded downcast v0.11.0 |
1037 | 2024-09-25T03:18:33.752Z | Downloaded env_logger v0.10.2 |
1038 | 2024-09-25T03:18:33.754Z | Downloaded data-encoding v2.6.0 |
1039 | 2024-09-25T03:18:33.757Z | Downloaded serde_arrays v0.1.0 |
1040 | 2024-09-25T03:18:33.757Z | Downloaded futures-io v0.3.30 |
1041 | 2024-09-25T03:18:33.760Z | Downloaded dyn-clone v1.0.17 |
1042 | 2024-09-25T03:18:33.760Z | Downloaded darling v0.20.9 |
1043 | 2024-09-25T03:18:33.762Z | Downloaded tap v1.0.1 |
1044 | 2024-09-25T03:18:33.765Z | Downloaded signal-hook v0.3.17 |
1045 | 2024-09-25T03:18:33.767Z | Downloaded scrypt v0.11.0 |
1046 | 2024-09-25T03:18:33.771Z | Downloaded tls_codec v0.4.1 |
1047 | 2024-09-25T03:18:33.771Z | Downloaded native-tls v0.2.11 |
1048 | 2024-09-25T03:18:33.775Z | Downloaded libloading v0.8.3 |
1049 | 2024-09-25T03:18:33.780Z | Downloaded zeroize v1.8.1 |
1050 | 2024-09-25T03:18:33.780Z | Downloaded rustversion v1.0.17 |
1051 | 2024-09-25T03:18:33.780Z | Downloaded ahash v0.8.11 |
1052 | 2024-09-25T03:18:33.783Z | Downloaded aes-gcm v0.10.3 |
1053 | 2024-09-25T03:18:33.786Z | Downloaded ipnet v2.9.0 |
1054 | 2024-09-25T03:18:33.786Z | Downloaded serde_with_macros v3.9.0 |
1055 | 2024-09-25T03:18:33.789Z | Downloaded headers v0.3.9 |
1056 | 2024-09-25T03:18:33.792Z | Downloaded crc32fast v1.4.0 |
1057 | 2024-09-25T03:18:33.794Z | Downloaded cookie_store v0.20.0 |
1058 | 2024-09-25T03:18:33.797Z | Downloaded cmake v0.1.51 |
1059 | 2024-09-25T03:18:33.797Z | Downloaded curve25519-dalek-derive v0.1.1 |
1060 | 2024-09-25T03:18:33.799Z | Downloaded wyz v0.5.1 |
1061 | 2024-09-25T03:18:33.799Z | Downloaded slog-envlogger v2.2.0 |
1062 | 2024-09-25T03:18:33.802Z | Downloaded shlex v1.3.0 |
1063 | 2024-09-25T03:18:33.802Z | Downloaded rpassword v7.3.1 |
1064 | 2024-09-25T03:18:33.804Z | Downloaded indexmap v1.9.3 |
1065 | 2024-09-25T03:18:33.807Z | Downloaded console v0.15.8 |
1066 | 2024-09-25T03:18:33.809Z | Downloaded async-bb8-diesel v0.2.1 |
1067 | 2024-09-25T03:18:33.812Z | Downloaded highway v1.2.0 |
1068 | 2024-09-25T03:18:33.815Z | Downloaded chacha20 v0.9.1 |
1069 | 2024-09-25T03:18:33.818Z | Downloaded kstat-rs v0.2.4 |
1070 | 2024-09-25T03:18:33.818Z | Downloaded ipnetwork v0.20.0 |
1071 | 2024-09-25T03:18:33.821Z | Downloaded hyper-staticfile v0.9.5 |
1072 | 2024-09-25T03:18:33.822Z | Downloaded crossbeam-channel v0.5.12 |
1073 | 2024-09-25T03:18:33.824Z | Downloaded cookie v0.18.1 |
1074 | 2024-09-25T03:18:33.827Z | Downloaded constant_time_eq v0.3.0 |
1075 | 2024-09-25T03:18:33.829Z | Downloaded memoffset v0.9.1 |
1076 | 2024-09-25T03:18:33.829Z | Downloaded linear-map v1.2.0 |
1077 | 2024-09-25T03:18:33.832Z | Downloaded lalrpop-util v0.19.12 |
1078 | 2024-09-25T03:18:33.832Z | Downloaded hubpack v0.1.2 |
1079 | 2024-09-25T03:18:33.832Z | Downloaded internet-checksum v0.2.1 |
1080 | 2024-09-25T03:18:33.835Z | Downloaded chacha20poly1305 v0.10.1 |
1081 | 2024-09-25T03:18:33.835Z | Downloaded aho-corasick v1.1.3 |
1082 | 2024-09-25T03:18:33.840Z | Downloaded atomic-waker v1.1.2 |
1083 | 2024-09-25T03:18:33.843Z | Downloaded bb8 v0.8.5 |
1084 | 2024-09-25T03:18:33.843Z | Downloaded string_cache v0.8.7 |
1085 | 2024-09-25T03:18:33.846Z | Downloaded cobs v0.2.3 |
1086 | 2024-09-25T03:18:33.846Z | Downloaded bit-set v0.5.3 |
1087 | 2024-09-25T03:18:33.846Z | Downloaded signal-hook-mio v0.2.4 |
1088 | 2024-09-25T03:18:33.849Z | Downloaded bitfield v0.14.0 |
1089 | 2024-09-25T03:18:33.849Z | Downloaded humantime v2.1.0 |
1090 | 2024-09-25T03:18:33.851Z | Downloaded crunchy v0.2.2 |
1091 | 2024-09-25T03:18:33.851Z | Downloaded ciborium-io v0.2.2 |
1092 | 2024-09-25T03:18:33.851Z | Downloaded async-stream v0.3.5 |
1093 | 2024-09-25T03:18:33.854Z | Downloaded hostname v0.4.0 |
1094 | 2024-09-25T03:18:33.856Z | Downloaded libz-sys v1.1.16 |
1095 | 2024-09-25T03:18:33.925Z | Downloaded hostname v0.3.1 |
1096 | 2024-09-25T03:18:33.927Z | Downloaded home v0.5.9 |
1097 | 2024-09-25T03:18:33.928Z | Downloaded hex-literal v0.4.1 |
1098 | 2024-09-25T03:18:33.928Z | Downloaded ascii-canvas v3.0.0 |
1099 | 2024-09-25T03:18:33.930Z | Downloaded lock_api v0.4.12 |
1100 | 2024-09-25T03:18:33.930Z | Downloaded iana-time-zone v0.1.60 |
1101 | 2024-09-25T03:18:33.935Z | Downloaded arc-swap v1.7.1 |
1102 | 2024-09-25T03:18:33.937Z | Downloaded const-oid v0.9.6 |
1103 | 2024-09-25T03:18:33.937Z | Downloaded clang-sys v1.7.0 |
1104 | 2024-09-25T03:18:33.940Z | Downloaded addr2line v0.21.0 |
1105 | 2024-09-25T03:18:33.943Z | Downloaded blake2 v0.10.6 |
1106 | 2024-09-25T03:18:33.945Z | Downloaded base64ct v1.6.0 |
1107 | 2024-09-25T03:18:33.947Z | Downloaded impl-trait-for-tuples v0.2.2 |
1108 | 2024-09-25T03:18:33.949Z | Downloaded httpdate v1.0.3 |
1109 | 2024-09-25T03:18:33.951Z | Downloaded backoff v0.4.0 |
1110 | 2024-09-25T03:18:33.953Z | Downloaded matches v0.1.10 |
1111 | 2024-09-25T03:18:33.953Z | Downloaded heck v0.3.3 |
1112 | 2024-09-25T03:18:33.955Z | Downloaded bcrypt-pbkdf v0.10.0 |
1113 | 2024-09-25T03:18:33.955Z | Downloaded atomicwrites v0.4.4 |
1114 | 2024-09-25T03:18:33.958Z | Downloaded adler2 v2.0.0 |
1115 | 2024-09-25T03:18:33.958Z | Downloaded http-range v0.1.5 |
1116 | 2024-09-25T03:18:33.960Z | Downloaded base16ct v0.2.0 |
1117 | 2024-09-25T03:18:33.960Z | Downloaded cexpr v0.6.0 |
1118 | 2024-09-25T03:18:33.962Z | Downloaded cassowary v0.3.0 |
1119 | 2024-09-25T03:18:33.965Z | Downloaded bit-vec v0.6.3 |
1120 | 2024-09-25T03:18:33.965Z | Downloaded array-init v0.0.4 |
1121 | 2024-09-25T03:18:34.075Z | Downloaded ring v0.16.20 |
1122 | 2024-09-25T03:18:34.194Z | Downloaded libsqlite3-sys v0.30.1 |
1123 | 2024-09-25T03:18:34.380Z | Compiling serde v1.0.208 |
1124 | 2024-09-25T03:18:34.383Z | Compiling lock_api v0.4.12 |
1125 | 2024-09-25T03:18:34.383Z | Compiling scopeguard v1.2.0 |
1126 | 2024-09-25T03:18:34.383Z | Compiling value-bag v1.9.0 |
1127 | 2024-09-25T03:18:34.383Z | Compiling typenum v1.17.0 |
1128 | 2024-09-25T03:18:34.594Z | Compiling shlex v1.3.0 |
1129 | 2024-09-25T03:18:34.604Z | Compiling syn v2.0.74 |
1130 | 2024-09-25T03:18:34.620Z | Compiling getrandom v0.2.14 |
1131 | 2024-09-25T03:18:34.803Z | Compiling jobserver v0.1.32 |
1132 | 2024-09-25T03:18:35.023Z | Compiling rand_core v0.6.4 |
1133 | 2024-09-25T03:18:35.145Z | Compiling log v0.4.21 |
1134 | 2024-09-25T03:18:35.166Z | Compiling generic-array v0.14.7 |
1135 | 2024-09-25T03:18:35.217Z | Compiling cc v1.1.21 |
1136 | 2024-09-25T03:18:35.482Z | Compiling subtle v2.5.0 |
1137 | 2024-09-25T03:18:35.575Z | Compiling const-oid v0.9.6 |
1138 | 2024-09-25T03:18:35.596Z | Compiling spin v0.9.8 |
1139 | 2024-09-25T03:18:35.759Z | Compiling smallvec v1.13.2 |
1140 | 2024-09-25T03:18:35.831Z | Compiling pin-project-lite v0.2.14 |
1141 | 2024-09-25T03:18:35.988Z | Compiling parking_lot_core v0.9.10 |
1142 | 2024-09-25T03:18:36.034Z | Compiling signal-hook-registry v1.4.2 |
1143 | 2024-09-25T03:18:36.082Z | Compiling mio v1.0.2 |
1144 | 2024-09-25T03:18:36.197Z | Compiling socket2 v0.5.7 |
1145 | 2024-09-25T03:18:36.874Z | Compiling rustix v0.38.34 |
1146 | 2024-09-25T03:18:37.191Z | Compiling parking_lot v0.12.2 |
1147 | 2024-09-25T03:18:37.211Z | Compiling ahash v0.8.11 |
1148 | 2024-09-25T03:18:37.353Z | Compiling cpufeatures v0.2.12 |
1149 | 2024-09-25T03:18:37.456Z | Compiling futures-sink v0.3.30 |
1150 | 2024-09-25T03:18:37.457Z | Compiling futures-core v0.3.30 |
1151 | 2024-09-25T03:18:37.611Z | Compiling slab v0.4.9 |
1152 | 2024-09-25T03:18:37.631Z | Compiling aho-corasick v1.1.3 |
1153 | 2024-09-25T03:18:37.649Z | Compiling allocator-api2 v0.2.18 |
1154 | 2024-09-25T03:18:37.717Z | Compiling regex-syntax v0.8.4 |
1155 | 2024-09-25T03:18:37.799Z | Compiling glob v0.3.1 |
1156 | 2024-09-25T03:18:38.107Z | Compiling tinyvec_macros v0.1.1 |
1157 | 2024-09-25T03:18:38.207Z | Compiling tinyvec v1.6.0 |
1158 | 2024-09-25T03:18:38.362Z | Compiling futures-channel v0.3.30 |
1159 | 2024-09-25T03:18:38.391Z | Compiling lazy_static v1.5.0 |
1160 | 2024-09-25T03:18:38.517Z | Compiling base64ct v1.6.0 |
1161 | 2024-09-25T03:18:38.796Z | Compiling futures-task v0.3.30 |
1162 | 2024-09-25T03:18:38.816Z | Compiling clang-sys v1.7.0 |
1163 | 2024-09-25T03:18:39.078Z | Compiling either v1.13.0 |
1164 | 2024-09-25T03:18:39.110Z | Compiling prettyplease v0.2.20 |
1165 | 2024-09-25T03:18:39.418Z | Compiling libm v0.2.8 |
1166 | 2024-09-25T03:18:39.523Z | Compiling serde_json v1.0.125 |
1167 | 2024-09-25T03:18:39.550Z | Compiling pin-utils v0.1.0 |
1168 | 2024-09-25T03:18:39.613Z | Compiling ring v0.17.8 |
1169 | 2024-09-25T03:18:39.647Z | Compiling futures-io v0.3.30 |
1170 | 2024-09-25T03:18:39.724Z | Compiling unicode-normalization v0.1.23 |
1171 | 2024-09-25T03:18:39.870Z | Compiling pem-rfc7468 v0.7.0 |
1172 | 2024-09-25T03:18:39.907Z | Compiling num-traits v0.2.19 |
1173 | 2024-09-25T03:18:39.970Z | Compiling minimal-lexical v0.2.1 |
1174 | 2024-09-25T03:18:40.199Z | Compiling flagset v0.4.5 |
1175 | 2024-09-25T03:18:40.404Z | Compiling unicode-bidi v0.3.15 |
1176 | 2024-09-25T03:18:40.486Z | Compiling nom v7.1.3 |
1177 | 2024-09-25T03:18:40.839Z | Compiling libloading v0.8.3 |
1178 | 2024-09-25T03:18:41.208Z | Compiling regex-automata v0.4.6 |
1179 | 2024-09-25T03:18:41.787Z | Compiling home v0.5.9 |
1180 | 2024-09-25T03:18:42.055Z | Compiling bindgen v0.69.4 |
1181 | 2024-09-25T03:18:44.049Z | Compiling cexpr v0.6.0 |
1182 | 2024-09-25T03:18:44.322Z | Compiling itertools v0.12.1 |
1183 | 2024-09-25T03:18:44.854Z | Compiling tracing-core v0.1.32 |
1184 | 2024-09-25T03:18:45.064Z | Compiling vcpkg v0.2.15 |
1185 | 2024-09-25T03:18:45.830Z | Compiling lazycell v1.3.0 |
1186 | 2024-09-25T03:18:45.999Z | Compiling rustc-hash v1.1.0 |
1187 | 2024-09-25T03:18:46.149Z | Compiling pkg-config v0.3.30 |
1188 | 2024-09-25T03:18:46.174Z | Compiling untrusted v0.9.0 |
1189 | 2024-09-25T03:18:46.348Z | Compiling regex v1.10.6 |
1190 | 2024-09-25T03:18:47.187Z | Compiling cmake v0.1.51 |
1191 | 2024-09-25T03:18:47.289Z | Compiling dunce v1.0.5 |
1192 | 2024-09-25T03:18:47.417Z | Compiling fs_extra v1.3.0 |
1193 | 2024-09-25T03:18:47.437Z | Compiling percent-encoding v2.3.1 |
1194 | 2024-09-25T03:18:47.650Z | Compiling openssl-sys v0.9.103 |
1195 | 2024-09-25T03:18:47.802Z | Compiling httparse v1.8.0 |
1196 | 2024-09-25T03:18:48.004Z | Compiling ppv-lite86 v0.2.17 |
1197 | 2024-09-25T03:18:48.221Z | Compiling try-lock v0.2.5 |
1198 | 2024-09-25T03:18:48.290Z | Compiling paste v1.0.15 |
1199 | 2024-09-25T03:18:48.369Z | Compiling want v0.3.1 |
1200 | 2024-09-25T03:18:48.584Z | Compiling serde_derive v1.0.208 |
1201 | 2024-09-25T03:18:48.641Z | Compiling zeroize_derive v1.4.2 |
1202 | 2024-09-25T03:18:48.724Z | Compiling zerocopy-derive v0.7.34 |
1203 | 2024-09-25T03:18:48.752Z | Compiling tokio-macros v2.4.0 |
1204 | 2024-09-25T03:18:48.819Z | Compiling futures-macro v0.3.30 |
1205 | 2024-09-25T03:18:50.296Z | Compiling zeroize v1.8.1 |
1206 | 2024-09-25T03:18:50.462Z | Compiling thiserror-impl v1.0.63 |
1207 | 2024-09-25T03:18:50.482Z | Compiling der_derive v0.7.2 |
1208 | 2024-09-25T03:18:50.856Z | Compiling futures-util v0.3.30 |
1209 | 2024-09-25T03:18:51.014Z | Compiling zerocopy v0.7.34 |
1210 | 2024-09-25T03:18:52.095Z | Compiling crypto-common v0.1.6 |
1211 | 2024-09-25T03:18:52.338Z | Compiling block-buffer v0.10.4 |
1212 | 2024-09-25T03:18:52.595Z | Compiling digest v0.10.7 |
1213 | 2024-09-25T03:18:52.968Z | Compiling block-padding v0.3.3 |
1214 | 2024-09-25T03:18:53.086Z | Compiling hmac v0.12.1 |
1215 | 2024-09-25T03:18:53.218Z | Compiling inout v0.1.3 |
1216 | 2024-09-25T03:18:53.238Z | Compiling hashbrown v0.14.5 |
1217 | 2024-09-25T03:18:53.338Z | Compiling sha2 v0.10.8 |
1218 | 2024-09-25T03:18:53.497Z | Compiling cipher v0.4.4 |
1219 | 2024-09-25T03:18:53.658Z | Compiling der v0.7.9 |
1220 | 2024-09-25T03:18:53.706Z | Compiling thiserror v1.0.63 |
1221 | 2024-09-25T03:18:53.852Z | Compiling pbkdf2 v0.12.2 |
1222 | 2024-09-25T03:18:54.008Z | Compiling salsa20 v0.10.2 |
1223 | 2024-09-25T03:18:54.027Z | Compiling tracing-attributes v0.1.27 |
1224 | 2024-09-25T03:18:54.277Z | Compiling scrypt v0.11.0 |
1225 | 2024-09-25T03:18:54.635Z | Compiling aes v0.8.4 |
1226 | 2024-09-25T03:18:54.854Z | Compiling cbc v0.1.2 |
1227 | 2024-09-25T03:18:55.087Z | Compiling pest v2.7.10 |
1228 | 2024-09-25T03:18:55.239Z | Compiling rand_chacha v0.3.1 |
1229 | 2024-09-25T03:18:56.941Z | Compiling spki v0.7.3 |
1230 | 2024-09-25T03:18:56.970Z | Compiling scroll_derive v0.12.0 |
1231 | 2024-09-25T03:18:57.001Z | Compiling rand v0.8.5 |
1232 | 2024-09-25T03:18:57.313Z | Compiling pkcs5 v0.7.1 |
1233 | 2024-09-25T03:18:57.445Z | Compiling aws-lc-rs v1.9.0 |
1234 | 2024-09-25T03:18:57.756Z | Compiling tracing v0.1.40 |
1235 | 2024-09-25T03:18:57.922Z | Compiling pkcs8 v0.10.2 |
1236 | 2024-09-25T03:18:57.966Z | Compiling pest_meta v2.7.10 |
1237 | 2024-09-25T03:18:58.118Z | Compiling tower-service v0.3.2 |
1238 | 2024-09-25T03:18:58.246Z | Compiling httpdate v1.0.3 |
1239 | 2024-09-25T03:18:58.267Z | Compiling rustversion v1.0.17 |
1240 | 2024-09-25T03:18:58.401Z | Compiling scroll v0.12.0 |
1241 | 2024-09-25T03:18:58.491Z | Compiling openssl v0.10.66 |
1242 | 2024-09-25T03:18:58.658Z | Compiling powerfmt v0.2.0 |
1243 | 2024-09-25T03:18:58.694Z | Compiling time-core v0.1.2 |
1244 | 2024-09-25T03:18:58.874Z | Compiling num-conv v0.1.0 |
1245 | 2024-09-25T03:18:58.927Z | Compiling foreign-types-shared v0.1.1 |
1246 | 2024-09-25T03:18:58.947Z | Compiling deranged v0.3.11 |
1247 | 2024-09-25T03:18:59.007Z | Compiling goblin v0.8.2 |
1248 | 2024-09-25T03:18:59.040Z | Compiling foreign-types v0.3.2 |
1249 | 2024-09-25T03:18:59.153Z | Compiling time-macros v0.2.18 |
1250 | 2024-09-25T03:18:59.172Z | Compiling openssl-macros v0.1.1 |
1251 | 2024-09-25T03:19:00.002Z | Compiling pest_generator v2.7.10 |
1252 | 2024-09-25T03:19:00.307Z | Compiling form_urlencoded v1.2.1 |
1253 | 2024-09-25T03:19:00.476Z | Compiling crossbeam-utils v0.8.19 |
1254 | 2024-09-25T03:19:00.630Z | Compiling native-tls v0.2.11 |
1255 | 2024-09-25T03:19:00.831Z | Compiling rustls v0.21.12 |
1256 | 2024-09-25T03:19:00.962Z | Compiling syn v1.0.109 |
1257 | 2024-09-25T03:19:01.096Z | Compiling num_threads v0.1.7 |
1258 | 2024-09-25T03:19:01.099Z | Compiling siphasher v0.3.11 |
1259 | 2024-09-25T03:19:01.516Z | Compiling signature v2.2.0 |
1260 | 2024-09-25T03:19:01.694Z | Compiling rustls-webpki v0.101.7 |
1261 | 2024-09-25T03:19:01.793Z | Compiling sct v0.7.1 |
1262 | 2024-09-25T03:19:01.926Z | Compiling idna v0.5.0 |
1263 | 2024-09-25T03:19:02.122Z | Compiling cookie v0.17.0 |
1264 | 2024-09-25T03:19:02.421Z | Compiling openssl-probe v0.1.5 |
1265 | 2024-09-25T03:19:02.477Z | Compiling bytes v1.7.2 |
1266 | 2024-09-25T03:19:02.691Z | Compiling bitflags v2.6.0 |
1267 | 2024-09-25T03:19:02.769Z | Compiling indexmap v2.4.0 |
1268 | 2024-09-25T03:19:02.953Z | Compiling semver v1.0.23 |
1269 | 2024-09-25T03:19:03.458Z | Compiling tokio v1.39.3 |
1270 | 2024-09-25T03:19:03.608Z | Compiling rustc_version v0.4.0 |
1271 | 2024-09-25T03:19:03.690Z | Compiling http v0.2.12 |
1272 | 2024-09-25T03:19:03.774Z | Compiling pest_derive v2.7.10 |
1273 | 2024-09-25T03:19:04.239Z | Compiling http v1.1.0 |
1274 | 2024-09-25T03:19:04.361Z | Compiling heapless v0.7.17 |
1275 | 2024-09-25T03:19:04.581Z | Compiling dtrace-parser v0.2.0 |
1276 | 2024-09-25T03:19:05.969Z | Compiling http-body v0.4.6 |
1277 | 2024-09-25T03:19:06.252Z | Compiling dof v0.3.0 |
1278 | 2024-09-25T03:19:06.428Z | Compiling time v0.3.36 |
1279 | 2024-09-25T03:19:06.684Z | Compiling uuid v1.10.0 |
1280 | 2024-09-25T03:19:06.776Z | Compiling finl_unicode v1.2.0 |
1281 | 2024-09-25T03:19:07.407Z | Compiling which v4.4.2 |
1282 | 2024-09-25T03:19:08.143Z | Compiling iana-time-zone v0.1.60 |
1283 | 2024-09-25T03:19:08.472Z | Compiling slog v2.7.0 |
1284 | 2024-09-25T03:19:08.514Z | Compiling mirai-annotations v1.12.0 |
1285 | 2024-09-25T03:19:08.598Z | Compiling chrono v0.4.38 |
1286 | 2024-09-25T03:19:08.703Z | Compiling stringprep v0.1.4 |
1287 | 2024-09-25T03:19:09.158Z | Compiling usdt-impl v0.5.0 |
1288 | 2024-09-25T03:19:09.444Z | Compiling curve25519-dalek v4.1.3 |
1289 | 2024-09-25T03:19:09.896Z | Compiling url v2.5.2 |
1290 | 2024-09-25T03:19:10.098Z | Compiling serde_tokenstream v0.2.2 |
1291 | 2024-09-25T03:19:10.706Z | Compiling serde_spanned v0.6.7 |
1292 | 2024-09-25T03:19:10.732Z | Compiling toml_datetime v0.6.8 |
1293 | 2024-09-25T03:19:11.548Z | Compiling tokio-util v0.7.11 |
1294 | 2024-09-25T03:19:12.320Z | Compiling md-5 v0.10.6 |
1295 | 2024-09-25T03:19:12.574Z | Compiling h2 v0.3.26 |
1296 | 2024-09-25T03:19:12.919Z | Compiling pin-project-internal v1.1.5 |
1297 | 2024-09-25T03:19:12.951Z | Compiling num-integer v0.1.46 |
1298 | 2024-09-25T03:19:13.506Z | Compiling idna v0.3.0 |
1299 | 2024-09-25T03:19:13.765Z | Compiling backtrace v0.3.71 |
1300 | 2024-09-25T03:19:14.277Z | Compiling ff v0.13.0 |
1301 | 2024-09-25T03:19:14.517Z | Compiling hash32 v0.2.1 |
1302 | 2024-09-25T03:19:14.900Z | Compiling psl-types v2.0.11 |
1303 | 2024-09-25T03:19:15.102Z | Compiling base64 v0.22.1 |
1304 | 2024-09-25T03:19:15.105Z | Compiling base16ct v0.2.0 |
1305 | 2024-09-25T03:19:15.434Z | Compiling crc32fast v1.4.0 |
1306 | 2024-09-25T03:19:15.862Z | Compiling gimli v0.28.1 |
1307 | 2024-09-25T03:19:15.967Z | Compiling rustls v0.23.10 |
1308 | 2024-09-25T03:19:15.995Z | Compiling adler v1.0.2 |
1309 | 2024-09-25T03:19:16.224Z | Compiling atomic-waker v1.1.2 |
1310 | 2024-09-25T03:19:16.263Z | Compiling num-bigint-dig v0.8.4 |
1311 | 2024-09-25T03:19:16.426Z | Compiling fallible-iterator v0.2.0 |
1312 | 2024-09-25T03:19:16.584Z | Compiling rustls-pki-types v1.7.0 |
1313 | 2024-09-25T03:19:17.133Z | Compiling signal-hook v0.3.17 |
1314 | 2024-09-25T03:19:17.380Z | Compiling smoltcp v0.9.1 |
1315 | 2024-09-25T03:19:17.415Z | Compiling stable_deref_trait v1.2.0 |
1316 | 2024-09-25T03:19:18.170Z | Compiling postgres-protocol v0.6.7 |
1317 | 2024-09-25T03:19:18.603Z | Compiling h2 v0.4.6 |
1318 | 2024-09-25T03:19:18.683Z | Compiling miniz_oxide v0.7.2 |
1319 | 2024-09-25T03:19:19.491Z | Compiling hyper v0.14.30 |
1320 | 2024-09-25T03:19:19.516Z | Compiling pin-project v1.1.5 |
1321 | 2024-09-25T03:19:19.731Z | Compiling sec1 v0.7.3 |
1322 | 2024-09-25T03:19:20.177Z | Compiling addr2line v0.21.0 |
1323 | 2024-09-25T03:19:20.319Z | Compiling publicsuffix v2.2.3 |
1324 | 2024-09-25T03:19:20.590Z | Compiling tokio-rustls v0.24.1 |
1325 | 2024-09-25T03:19:20.868Z | Compiling group v0.13.0 |
1326 | 2024-09-25T03:19:20.919Z | Compiling num-iter v0.1.45 |
1327 | 2024-09-25T03:19:21.121Z | Compiling tokio-native-tls v0.3.1 |
1328 | 2024-09-25T03:19:21.412Z | Compiling terminal_size v0.3.0 |
1329 | 2024-09-25T03:19:21.619Z | Compiling http-body v1.0.0 |
1330 | 2024-09-25T03:19:21.868Z | Compiling phf_shared v0.11.2 |
1331 | 2024-09-25T03:19:22.121Z | Compiling hkdf v0.12.4 |
1332 | 2024-09-25T03:19:22.146Z | Compiling crypto-bigint v0.5.5 |
1333 | 2024-09-25T03:19:22.244Z | Compiling async-trait v0.1.82 |
1334 | 2024-09-25T03:19:22.389Z | Compiling zerocopy-derive v0.6.6 |
1335 | 2024-09-25T03:19:22.859Z | Compiling curve25519-dalek-derive v0.1.1 |
1336 | 2024-09-25T03:19:24.497Z | Compiling serde_derive_internals v0.29.1 |
1337 | 2024-09-25T03:19:24.544Z | Compiling object v0.32.2 |
1338 | 2024-09-25T03:19:25.071Z | Compiling fs-err v2.11.0 |
1339 | 2024-09-25T03:19:25.401Z | Compiling tower-layer v0.3.2 |
1340 | 2024-09-25T03:19:25.673Z | Compiling bitflags v1.3.2 |
1341 | 2024-09-25T03:19:25.782Z | Compiling ipnet v2.9.0 |
1342 | 2024-09-25T03:19:25.801Z | Compiling hubpack_derive v0.1.1 |
1343 | 2024-09-25T03:19:26.709Z | Compiling schemars v0.8.21 |
1344 | 2024-09-25T03:19:26.992Z | Compiling adler2 v2.0.0 |
1345 | 2024-09-25T03:19:27.083Z | Compiling base64 v0.21.7 |
1346 | 2024-09-25T03:19:27.215Z | Compiling winnow v0.5.40 |
1347 | 2024-09-25T03:19:27.303Z | Compiling rustc-demangle v0.1.24 |
1348 | 2024-09-25T03:19:27.869Z | Compiling managed v0.8.0 |
1349 | 2024-09-25T03:19:28.275Z | Compiling anyhow v1.0.89 |
1350 | 2024-09-25T03:19:28.298Z | Compiling clap_builder v4.5.18 |
1351 | 2024-09-25T03:19:29.103Z | Compiling rustls-pemfile v1.0.4 |
1352 | 2024-09-25T03:19:29.182Z | Compiling schemars_derive v0.8.21 |
1353 | 2024-09-25T03:19:29.426Z | Compiling miniz_oxide v0.8.0 |
1354 | 2024-09-25T03:19:29.615Z | Compiling hubpack v0.1.2 |
1355 | 2024-09-25T03:19:30.092Z | Compiling hyper-rustls v0.24.2 |
1356 | 2024-09-25T03:19:30.448Z | Compiling hyper-tls v0.5.0 |
1357 | 2024-09-25T03:19:30.521Z | Compiling tower v0.4.13 |
1358 | 2024-09-25T03:19:30.778Z | Compiling toml_edit v0.19.15 |
1359 | 2024-09-25T03:19:30.979Z | Compiling hyper v1.4.1 |
1360 | 2024-09-25T03:19:31.410Z | Compiling elliptic-curve v0.13.8 |
1361 | 2024-09-25T03:19:31.876Z | Compiling zerocopy v0.6.6 |
1362 | 2024-09-25T03:19:32.559Z | Compiling phf v0.11.2 |
1363 | 2024-09-25T03:19:32.737Z | Compiling cookie_store v0.20.0 |
1364 | 2024-09-25T03:19:34.617Z | Compiling postgres-types v0.2.7 |
1365 | 2024-09-25T03:19:35.269Z | Compiling usdt-macro v0.5.0 |
1366 | 2024-09-25T03:19:35.679Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-09-25T03:19:36.118Z | Compiling clap_derive v4.5.18 |
1368 | 2024-09-25T03:19:36.772Z | Compiling enum-as-inner v0.6.0 |
1369 | 2024-09-25T03:19:37.378Z | Compiling strum_macros v0.25.3 |
1370 | 2024-09-25T03:19:37.502Z | Compiling serde-big-array v0.5.1 |
1371 | 2024-09-25T03:19:37.737Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-09-25T03:19:37.879Z | Compiling ed25519 v2.2.3 |
1373 | 2024-09-25T03:19:38.281Z | Compiling phf_shared v0.10.0 |
1374 | 2024-09-25T03:19:38.589Z | Compiling pkcs1 v0.7.5 |
1375 | 2024-09-25T03:19:38.660Z | Compiling futures-executor v0.3.30 |
1376 | 2024-09-25T03:19:39.237Z | Compiling rfc6979 v0.4.0 |
1377 | 2024-09-25T03:19:39.448Z | Compiling serde_repr v0.1.19 |
1378 | 2024-09-25T03:19:39.626Z | Compiling bstr v1.9.1 |
1379 | 2024-09-25T03:19:39.914Z | Compiling float-cmp v0.9.0 |
1380 | 2024-09-25T03:19:40.154Z | Compiling idna v0.4.0 |
1381 | 2024-09-25T03:19:40.308Z | Compiling mio v0.8.11 |
1382 | 2024-09-25T03:19:40.675Z | Compiling encoding_rs v0.8.34 |
1383 | 2024-09-25T03:19:41.126Z | Compiling mime v0.3.17 |
1384 | 2024-09-25T03:19:41.439Z | Compiling precomputed-hash v0.1.1 |
1385 | 2024-09-25T03:19:41.488Z | Compiling new_debug_unreachable v1.0.6 |
1386 | 2024-09-25T03:19:41.552Z | Compiling sync_wrapper v0.1.2 |
1387 | 2024-09-25T03:19:41.555Z | Compiling difflib v0.4.0 |
1388 | 2024-09-25T03:19:41.593Z | Compiling webpki-roots v0.25.4 |
1389 | 2024-09-25T03:19:41.680Z | Compiling bit-vec v0.6.3 |
1390 | 2024-09-25T03:19:41.706Z | Compiling static_assertions v1.1.0 |
1391 | 2024-09-25T03:19:41.729Z | Compiling predicates-core v1.0.6 |
1392 | 2024-09-25T03:19:41.752Z | Compiling dyn-clone v1.0.17 |
1393 | 2024-09-25T03:19:41.831Z | Compiling fixedbitset v0.4.2 |
1394 | 2024-09-25T03:19:41.979Z | Compiling normalize-line-endings v0.3.0 |
1395 | 2024-09-25T03:19:42.088Z | Compiling unicode-segmentation v1.11.0 |
1396 | 2024-09-25T03:19:42.186Z | Compiling whoami v1.5.1 |
1397 | 2024-09-25T03:19:42.191Z | Compiling data-encoding v2.6.0 |
1398 | 2024-09-25T03:19:42.296Z | Compiling petgraph v0.6.5 |
1399 | 2024-09-25T03:19:42.758Z | Compiling similar v2.6.0 |
1400 | 2024-09-25T03:19:42.943Z | Compiling hickory-proto v0.24.1 |
1401 | 2024-09-25T03:19:43.172Z | Compiling reqwest v0.11.27 |
1402 | 2024-09-25T03:19:44.686Z | Compiling tokio-postgres v0.7.11 |
1403 | 2024-09-25T03:19:45.123Z | Compiling predicates v3.1.2 |
1404 | 2024-09-25T03:19:45.196Z | Compiling bit-set v0.5.3 |
1405 | 2024-09-25T03:19:46.424Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1406 | 2024-09-25T03:19:46.862Z | Compiling console v0.15.8 |
1407 | 2024-09-25T03:19:47.332Z | Compiling string_cache v0.8.7 |
1408 | 2024-09-25T03:19:47.803Z | Compiling toml_edit v0.22.20 |
1409 | 2024-09-25T03:19:48.364Z | Compiling clap v4.5.18 |
1410 | 2024-09-25T03:19:48.494Z | Compiling signal-hook-mio v0.2.4 |
1411 | 2024-09-25T03:19:48.680Z | Compiling usdt v0.5.0 |
1412 | 2024-09-25T03:19:49.210Z | Compiling ecdsa v0.16.9 |
1413 | 2024-09-25T03:19:49.231Z | Compiling rsa v0.9.6 |
1414 | 2024-09-25T03:19:50.042Z | Compiling futures v0.3.30 |
1415 | 2024-09-25T03:19:50.187Z | Compiling ed25519-dalek v2.1.1 |
1416 | 2024-09-25T03:19:50.404Z | Compiling flate2 v1.0.33 |
1417 | 2024-09-25T03:19:51.372Z | Compiling toml v0.7.8 |
1418 | 2024-09-25T03:19:51.460Z | Compiling hyper-util v0.1.7 |
1419 | 2024-09-25T03:19:53.308Z | Compiling tokio-stream v0.1.15 |
1420 | 2024-09-25T03:19:54.025Z | Compiling crossbeam-epoch v0.9.18 |
1421 | 2024-09-25T03:19:54.141Z | Compiling openapiv3 v2.0.0 |
1422 | 2024-09-25T03:19:54.308Z | Compiling hex v0.4.3 |
1423 | 2024-09-25T03:19:54.442Z | Compiling x509-cert v0.2.5 |
1424 | 2024-09-25T03:19:54.811Z | Compiling sha1 v0.10.6 |
1425 | 2024-09-25T03:19:54.928Z | Compiling itertools v0.10.5 |
1426 | 2024-09-25T03:19:55.223Z | Compiling dirs-sys-next v0.1.2 |
1427 | 2024-09-25T03:19:55.932Z | Compiling unicode-xid v0.2.4 |
1428 | 2024-09-25T03:19:56.110Z | Compiling peg-runtime v0.8.3 |
1429 | 2024-09-25T03:19:56.135Z | Compiling lalrpop-util v0.19.12 |
1430 | 2024-09-25T03:19:56.490Z | Compiling dirs-next v2.0.0 |
1431 | 2024-09-25T03:19:56.699Z | Compiling thread_local v1.1.8 |
1432 | 2024-09-25T03:19:56.755Z | Compiling slog-async v2.8.0 |
1433 | 2024-09-25T03:19:57.257Z | Compiling term v0.7.0 |
1434 | 2024-09-25T03:19:57.369Z | Compiling crossbeam-channel v0.5.12 |
1435 | 2024-09-25T03:19:57.389Z | Compiling strum_macros v0.26.4 |
1436 | 2024-09-25T03:19:57.682Z | Compiling xattr v1.3.1 |
1437 | 2024-09-25T03:19:57.964Z | Compiling filetime v0.2.25 |
1438 | 2024-09-25T03:19:58.276Z | Compiling is-terminal v0.4.12 |
1439 | 2024-09-25T03:19:58.296Z | Compiling take_mut v0.2.2 |
1440 | 2024-09-25T03:19:58.396Z | Compiling slog-term v2.9.1 |
1441 | 2024-09-25T03:19:58.399Z | Compiling tar v0.4.41 |
1442 | 2024-09-25T03:19:58.460Z | Compiling camino v1.1.9 |
1443 | 2024-09-25T03:20:02.403Z | Compiling strum v0.26.3 |
1444 | 2024-09-25T03:20:05.316Z | Compiling aws-lc-sys v0.21.2 |
1445 | 2024-09-25T03:20:19.053Z | Compiling rustls-webpki v0.102.4 |
1446 | 2024-09-25T03:20:23.465Z | Compiling tokio-rustls v0.26.0 |
1447 | 2024-09-25T03:20:25.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1448 | 2024-09-25T03:20:26.216Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1449 | 2024-09-25T03:20:31.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
1450 | 2024-09-25T03:20:31.356Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1451 | 2024-09-25T03:20:31.402Z | Sep 25 03:20:30.529 INFO Starting download, target: DendriteOpenapi |
1452 | 2024-09-25T03:20:31.402Z | Sep 25 03:20:30.529 INFO Starting download, target: DendriteStub |
1453 | 2024-09-25T03:20:31.402Z | Sep 25 03:20:30.529 INFO Starting download, target: Console |
1454 | 2024-09-25T03:20:31.402Z | Sep 25 03:20:30.529 INFO Starting download, target: Cockroach |
1455 | 2024-09-25T03:20:31.408Z | Sep 25 03:20:30.529 INFO Starting download, target: Clickhouse |
1456 | 2024-09-25T03:20:31.408Z | Sep 25 03:20:30.529 INFO Starting download, target: MaghemiteMgd |
1457 | 2024-09-25T03:20:31.408Z | Sep 25 03:20:30.529 INFO Starting download, target: TransceiverControl |
1458 | 2024-09-25T03:20:31.408Z | Sep 25 03:20:30.530 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1459 | 2024-09-25T03:20:31.408Z | Sep 25 03:20:30.530 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1460 | 2024-09-25T03:20:31.408Z | Sep 25 03:20:30.530 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1461 | 2024-09-25T03:20:31.409Z | Sep 25 03:20:30.530 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1462 | 2024-09-25T03:20:31.409Z | Sep 25 03:20:30.530 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1463 | 2024-09-25T03:20:31.409Z | Sep 25 03:20:30.530 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1464 | 2024-09-25T03:20:31.409Z | Sep 25 03:20:30.530 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1465 | 2024-09-25T03:20:31.651Z | Sep 25 03:20:30.769 INFO Download complete, target: DendriteOpenapi |
1466 | 2024-09-25T03:20:31.892Z | Sep 25 03:20:31.004 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1467 | 2024-09-25T03:20:32.016Z | Sep 25 03:20:31.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1468 | 2024-09-25T03:20:32.315Z | Sep 25 03:20:31.439 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1469 | 2024-09-25T03:20:32.326Z | Sep 25 03:20:31.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1470 | 2024-09-25T03:20:32.395Z | Sep 25 03:20:31.524 INFO Download complete, target: Console |
1471 | 2024-09-25T03:20:32.552Z | Sep 25 03:20:31.672 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1472 | 2024-09-25T03:20:32.552Z | Sep 25 03:20:31.672 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1473 | 2024-09-25T03:20:32.666Z | Sep 25 03:20:31.795 INFO Download complete, target: TransceiverControl |
1474 | 2024-09-25T03:20:33.307Z | Sep 25 03:20:32.435 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1475 | 2024-09-25T03:20:35.347Z | Sep 25 03:20:34.476 INFO Download complete, target: DendriteStub |
1476 | 2024-09-25T03:20:35.487Z | Sep 25 03:20:34.616 INFO Download complete, target: MaghemiteMgd |
1477 | 2024-09-25T03:20:40.787Z | Sep 25 03:20:39.914 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1478 | 2024-09-25T03:20:41.062Z | Sep 25 03:20:40.190 INFO Checking that binary works, target: Cockroach |
1479 | 2024-09-25T03:20:41.222Z | Sep 25 03:20:40.350 INFO Download complete, target: Cockroach |
1480 | 2024-09-25T03:20:47.173Z | Sep 25 03:20:46.293 INFO Checking that binary works, target: Clickhouse |
1481 | 2024-09-25T03:20:47.318Z | Sep 25 03:20:46.436 INFO Download complete, target: Clickhouse |
1482 | 2024-09-25T03:20:47.332Z | All builder prerequisites installed successfully, and PATH looks valid |
1483 | 2024-09-25T03:20:47.347Z | |
1484 | 2024-09-25T03:20:47.347Z | real 5:40.520054762 |
1485 | 2024-09-25T03:20:47.348Z | user 14:35.702737259 |
1486 | 2024-09-25T03:20:47.348Z | sys 2:53.410450696 |
1487 | 2024-09-25T03:20:47.348Z | trap 0.502986103 |
1488 | 2024-09-25T03:20:47.348Z | tflt 1.883553700 |
1489 | 2024-09-25T03:20:47.348Z | dflt 1.951930066 |
1490 | 2024-09-25T03:20:47.348Z | kflt 0.030614838 |
1491 | 2024-09-25T03:20:47.348Z | lock 27:42.163795839 |
1492 | 2024-09-25T03:20:47.348Z | slp 57:20.405722930 |
1493 | 2024-09-25T03:20:47.349Z | lat 52.703640469 |
1494 | 2024-09-25T03:20:47.349Z | stop 2:07.315145315 |
1495 | 2024-09-25T03:20:47.349Z | + banner hack-check |
1496 | 2024-09-25T03:20:47.349Z | |
1497 | 2024-09-25T03:20:47.349Z | # # ## #### # # #### # # ###### #### # # |
1498 | 2024-09-25T03:20:47.349Z | # # # # # # # # # # # # # # # # # |
1499 | 2024-09-25T03:20:47.349Z | ###### # # # #### ##### # ###### ##### # #### |
1500 | 2024-09-25T03:20:47.349Z | # # ###### # # # # # # # # # # |
1501 | 2024-09-25T03:20:47.349Z | # # # # # # # # # # # # # # # # # |
1502 | 2024-09-25T03:20:47.349Z | # # # # #### # # #### # # ###### #### # # |
1503 | 2024-09-25T03:20:47.349Z | |
1504 | 2024-09-25T03:20:47.350Z | + export CARGO_INCREMENTAL=0 |
1505 | 2024-09-25T03:20:47.350Z | + CARGO_INCREMENTAL=0 |
1506 | 2024-09-25T03:20:47.350Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1507 | 2024-09-25T03:20:47.941Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1508 | 2024-09-25T03:20:51.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
1509 | 2024-09-25T03:20:51.865Z | Running `target/debug/xtask check-features --ci` |
1510 | 2024-09-25T03:20:51.885Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1511 | 2024-09-25T03:20:51.885Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1512 | 2024-09-25T03:20:52.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1513 | 2024-09-25T03:20:52.443Z | Running `target/debug/xtask download cargo-hack` |
1514 | 2024-09-25T03:20:53.356Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-09-25T03:20:53.694Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1516 | 2024-09-25T03:20:57.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
1517 | 2024-09-25T03:20:58.114Z | Running `target/debug/xtask-downloader cargo-hack` |
1518 | 2024-09-25T03:20:58.150Z | Sep 25 03:20:57.276 INFO Starting download, target: CargoHack |
1519 | 2024-09-25T03:20:58.152Z | Sep 25 03:20:57.277 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1520 | 2024-09-25T03:20:58.604Z | Sep 25 03:20:57.730 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1521 | 2024-09-25T03:20:58.702Z | Sep 25 03:20:57.828 INFO Download complete, target: CargoHack |
1522 | 2024-09-25T03:20:58.706Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1523 | 2024-09-25T03:20:58.723Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1524 | 2024-09-25T03:20:58.884Z | info: running `cargo check --bins` on api_identity (1/162) |
1525 | 2024-09-25T03:20:59.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-09-25T03:20:59.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-09-25T03:20:59.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-09-25T03:20:59.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1529 | 2024-09-25T03:20:59.546Z | |
1530 | 2024-09-25T03:20:59.546Z | info: running `cargo check --bins` on bootstore (2/162) |
1531 | 2024-09-25T03:21:00.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-09-25T03:21:00.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-09-25T03:21:00.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-09-25T03:21:00.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1535 | 2024-09-25T03:21:00.243Z | |
1536 | 2024-09-25T03:21:00.243Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/162) |
1537 | 2024-09-25T03:21:00.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-09-25T03:21:00.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-09-25T03:21:00.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-09-25T03:21:00.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1541 | 2024-09-25T03:21:00.933Z | |
1542 | 2024-09-25T03:21:00.933Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162) |
1543 | 2024-09-25T03:21:01.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-09-25T03:21:01.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-09-25T03:21:01.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-09-25T03:21:01.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1547 | 2024-09-25T03:21:01.620Z | |
1548 | 2024-09-25T03:21:01.620Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162) |
1549 | 2024-09-25T03:21:02.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-09-25T03:21:02.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-09-25T03:21:02.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-09-25T03:21:02.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1553 | 2024-09-25T03:21:02.121Z | |
1554 | 2024-09-25T03:21:02.121Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162) |
1555 | 2024-09-25T03:21:02.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-09-25T03:21:02.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-09-25T03:21:02.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-09-25T03:21:02.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1559 | 2024-09-25T03:21:02.621Z | |
1560 | 2024-09-25T03:21:02.621Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162) |
1561 | 2024-09-25T03:21:03.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-09-25T03:21:03.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-09-25T03:21:03.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-09-25T03:21:03.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1565 | 2024-09-25T03:21:03.132Z | |
1566 | 2024-09-25T03:21:03.132Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162) |
1567 | 2024-09-25T03:21:03.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-09-25T03:21:03.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-09-25T03:21:03.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-09-25T03:21:03.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1571 | 2024-09-25T03:21:03.645Z | |
1572 | 2024-09-25T03:21:03.645Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162) |
1573 | 2024-09-25T03:21:04.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-09-25T03:21:04.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-09-25T03:21:04.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-09-25T03:21:04.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1577 | 2024-09-25T03:21:04.152Z | |
1578 | 2024-09-25T03:21:04.152Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162) |
1579 | 2024-09-25T03:21:04.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-09-25T03:21:04.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-09-25T03:21:04.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-09-25T03:21:04.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1583 | 2024-09-25T03:21:04.657Z | |
1584 | 2024-09-25T03:21:04.657Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162) |
1585 | 2024-09-25T03:21:05.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-09-25T03:21:05.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-09-25T03:21:05.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-09-25T03:21:05.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1589 | 2024-09-25T03:21:05.159Z | |
1590 | 2024-09-25T03:21:05.159Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162) |
1591 | 2024-09-25T03:21:05.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-09-25T03:21:05.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-09-25T03:21:05.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-09-25T03:21:05.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1595 | 2024-09-25T03:21:05.668Z | |
1596 | 2024-09-25T03:21:05.668Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162) |
1597 | 2024-09-25T03:21:06.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-09-25T03:21:06.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-09-25T03:21:06.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-09-25T03:21:06.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1601 | 2024-09-25T03:21:06.183Z | |
1602 | 2024-09-25T03:21:06.183Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162) |
1603 | 2024-09-25T03:21:06.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-09-25T03:21:06.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-09-25T03:21:06.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-09-25T03:21:06.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1607 | 2024-09-25T03:21:06.688Z | |
1608 | 2024-09-25T03:21:06.688Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162) |
1609 | 2024-09-25T03:21:07.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-09-25T03:21:07.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-09-25T03:21:07.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-09-25T03:21:07.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1613 | 2024-09-25T03:21:07.188Z | |
1614 | 2024-09-25T03:21:07.188Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162) |
1615 | 2024-09-25T03:21:07.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-09-25T03:21:07.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-09-25T03:21:07.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-09-25T03:21:07.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1619 | 2024-09-25T03:21:07.696Z | |
1620 | 2024-09-25T03:21:07.696Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162) |
1621 | 2024-09-25T03:21:08.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-09-25T03:21:08.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-09-25T03:21:08.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-09-25T03:21:08.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1625 | 2024-09-25T03:21:08.200Z | |
1626 | 2024-09-25T03:21:08.200Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162) |
1627 | 2024-09-25T03:21:08.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-09-25T03:21:08.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-09-25T03:21:08.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-09-25T03:21:08.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1631 | 2024-09-25T03:21:08.710Z | |
1632 | 2024-09-25T03:21:08.711Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162) |
1633 | 2024-09-25T03:21:09.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-09-25T03:21:09.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-09-25T03:21:09.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-09-25T03:21:09.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1637 | 2024-09-25T03:21:09.221Z | |
1638 | 2024-09-25T03:21:09.221Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162) |
1639 | 2024-09-25T03:21:09.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-09-25T03:21:09.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-09-25T03:21:09.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-09-25T03:21:09.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1643 | 2024-09-25T03:21:09.723Z | |
1644 | 2024-09-25T03:21:09.723Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162) |
1645 | 2024-09-25T03:21:10.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-09-25T03:21:10.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-09-25T03:21:10.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-09-25T03:21:10.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1649 | 2024-09-25T03:21:10.228Z | |
1650 | 2024-09-25T03:21:10.228Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162) |
1651 | 2024-09-25T03:21:10.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-09-25T03:21:10.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-09-25T03:21:10.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-09-25T03:21:10.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1655 | 2024-09-25T03:21:10.736Z | |
1656 | 2024-09-25T03:21:10.736Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162) |
1657 | 2024-09-25T03:21:11.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-09-25T03:21:11.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-09-25T03:21:11.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-09-25T03:21:11.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1661 | 2024-09-25T03:21:11.244Z | |
1662 | 2024-09-25T03:21:11.244Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162) |
1663 | 2024-09-25T03:21:11.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-09-25T03:21:11.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-09-25T03:21:11.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-09-25T03:21:11.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1667 | 2024-09-25T03:21:11.750Z | |
1668 | 2024-09-25T03:21:11.750Z | info: running `cargo check --bins` on sled-hardware-types (25/162) |
1669 | 2024-09-25T03:21:12.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-09-25T03:21:12.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-09-25T03:21:12.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-09-25T03:21:12.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1673 | 2024-09-25T03:21:12.447Z | |
1674 | 2024-09-25T03:21:12.447Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/162) |
1675 | 2024-09-25T03:21:13.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-09-25T03:21:13.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-09-25T03:21:13.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-09-25T03:21:13.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1679 | 2024-09-25T03:21:13.139Z | |
1680 | 2024-09-25T03:21:13.139Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162) |
1681 | 2024-09-25T03:21:13.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-09-25T03:21:13.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-09-25T03:21:13.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-09-25T03:21:13.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1685 | 2024-09-25T03:21:13.833Z | |
1686 | 2024-09-25T03:21:13.833Z | info: running `cargo check --bins` on oxlog (28/162) |
1687 | 2024-09-25T03:21:14.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-09-25T03:21:14.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-09-25T03:21:14.494Z | Checking cfg-if v1.0.0 |
1690 | 2024-09-25T03:21:14.497Z | Checking libc v0.2.158 |
1691 | 2024-09-25T03:21:14.596Z | Checking serde v1.0.208 |
1692 | 2024-09-25T03:21:14.598Z | Checking zeroize v1.8.1 |
1693 | 2024-09-25T03:21:14.610Z | Checking scopeguard v1.2.0 |
1694 | 2024-09-25T03:21:14.619Z | Checking memchr v2.7.2 |
1695 | 2024-09-25T03:21:14.621Z | Checking typenum v1.17.0 |
1696 | 2024-09-25T03:21:14.631Z | Checking value-bag v1.9.0 |
1697 | 2024-09-25T03:21:14.653Z | Checking byteorder v1.5.0 |
1698 | 2024-09-25T03:21:14.738Z | Checking lock_api v0.4.12 |
1699 | 2024-09-25T03:21:14.835Z | Checking subtle v2.5.0 |
1700 | 2024-09-25T03:21:15.034Z | Checking log v0.4.21 |
1701 | 2024-09-25T03:21:15.037Z | Checking const-oid v0.9.6 |
1702 | 2024-09-25T03:21:15.086Z | Checking once_cell v1.19.0 |
1703 | 2024-09-25T03:21:15.130Z | Checking itoa v1.0.11 |
1704 | 2024-09-25T03:21:15.318Z | Checking smallvec v1.13.2 |
1705 | 2024-09-25T03:21:15.383Z | Checking pin-project-lite v0.2.14 |
1706 | 2024-09-25T03:21:15.480Z | Checking zerocopy v0.7.34 |
1707 | 2024-09-25T03:21:15.496Z | Checking spin v0.9.8 |
1708 | 2024-09-25T03:21:15.571Z | Checking cpufeatures v0.2.12 |
1709 | 2024-09-25T03:21:15.656Z | Checking futures-sink v0.3.30 |
1710 | 2024-09-25T03:21:15.670Z | Checking futures-core v0.3.30 |
1711 | 2024-09-25T03:21:15.681Z | Checking getrandom v0.2.14 |
1712 | 2024-09-25T03:21:15.794Z | Checking parking_lot_core v0.9.10 |
1713 | 2024-09-25T03:21:15.820Z | Checking signal-hook-registry v1.4.2 |
1714 | 2024-09-25T03:21:15.844Z | Checking mio v1.0.2 |
1715 | 2024-09-25T03:21:15.925Z | Checking rand_core v0.6.4 |
1716 | 2024-09-25T03:21:15.947Z | Checking generic-array v0.14.7 |
1717 | 2024-09-25T03:21:16.044Z | Checking socket2 v0.5.7 |
1718 | 2024-09-25T03:21:16.114Z | Checking parking_lot v0.12.2 |
1719 | 2024-09-25T03:21:16.225Z | Checking allocator-api2 v0.2.18 |
1720 | 2024-09-25T03:21:16.420Z | Checking slab v0.4.9 |
1721 | 2024-09-25T03:21:16.461Z | Checking equivalent v1.0.1 |
1722 | 2024-09-25T03:21:16.513Z | Checking tinyvec_macros v0.1.1 |
1723 | 2024-09-25T03:21:16.557Z | Checking futures-channel v0.3.30 |
1724 | 2024-09-25T03:21:16.598Z | Checking tinyvec v1.6.0 |
1725 | 2024-09-25T03:21:16.676Z | Checking futures-io v0.3.30 |
1726 | 2024-09-25T03:21:16.825Z | Checking base64ct v1.6.0 |
1727 | 2024-09-25T03:21:16.848Z | Checking ahash v0.8.11 |
1728 | 2024-09-25T03:21:16.851Z | Checking futures-task v0.3.30 |
1729 | 2024-09-25T03:21:16.873Z | Checking pin-utils v0.1.0 |
1730 | 2024-09-25T03:21:16.892Z | Checking flagset v0.4.5 |
1731 | 2024-09-25T03:21:16.952Z | Checking unicode-bidi v0.3.15 |
1732 | 2024-09-25T03:21:17.072Z | Checking fnv v1.0.7 |
1733 | 2024-09-25T03:21:17.087Z | Checking futures-util v0.3.30 |
1734 | 2024-09-25T03:21:17.101Z | Checking crypto-common v0.1.6 |
1735 | 2024-09-25T03:21:17.189Z | Checking block-buffer v0.10.4 |
1736 | 2024-09-25T03:21:17.262Z | Checking block-padding v0.3.3 |
1737 | 2024-09-25T03:21:17.275Z | Checking pem-rfc7468 v0.7.0 |
1738 | 2024-09-25T03:21:17.364Z | Checking hashbrown v0.14.5 |
1739 | 2024-09-25T03:21:17.397Z | Checking digest v0.10.7 |
1740 | 2024-09-25T03:21:17.457Z | Checking inout v0.1.3 |
1741 | 2024-09-25T03:21:17.506Z | Checking der v0.7.9 |
1742 | 2024-09-25T03:21:17.569Z | Checking libm v0.2.8 |
1743 | 2024-09-25T03:21:17.683Z | Checking cipher v0.4.4 |
1744 | 2024-09-25T03:21:17.766Z | Checking hmac v0.12.1 |
1745 | 2024-09-25T03:21:17.887Z | Checking sha2 v0.10.8 |
1746 | 2024-09-25T03:21:17.962Z | Checking unicode-normalization v0.1.23 |
1747 | 2024-09-25T03:21:18.078Z | Checking ryu v1.0.18 |
1748 | 2024-09-25T03:21:18.329Z | Checking salsa20 v0.10.2 |
1749 | 2024-09-25T03:21:18.458Z | Checking pbkdf2 v0.12.2 |
1750 | 2024-09-25T03:21:18.466Z | Checking num-traits v0.2.19 |
1751 | 2024-09-25T03:21:18.519Z | Checking tracing-core v0.1.32 |
1752 | 2024-09-25T03:21:18.563Z | Checking untrusted v0.9.0 |
1753 | 2024-09-25T03:21:18.602Z | Checking scrypt v0.11.0 |
1754 | 2024-09-25T03:21:18.720Z | Checking ring v0.17.8 |
1755 | 2024-09-25T03:21:18.834Z | Checking cbc v0.1.2 |
1756 | 2024-09-25T03:21:18.899Z | Checking aes v0.8.4 |
1757 | 2024-09-25T03:21:19.026Z | Checking percent-encoding v2.3.1 |
1758 | 2024-09-25T03:21:19.142Z | Checking tracing v0.1.40 |
1759 | 2024-09-25T03:21:19.218Z | Checking ppv-lite86 v0.2.17 |
1760 | 2024-09-25T03:21:19.277Z | Checking spki v0.7.3 |
1761 | 2024-09-25T03:21:19.488Z | Checking try-lock v0.2.5 |
1762 | 2024-09-25T03:21:19.524Z | Checking bytes v1.7.2 |
1763 | 2024-09-25T03:21:19.564Z | Checking indexmap v2.4.0 |
1764 | 2024-09-25T03:21:19.623Z | Checking bitflags v2.6.0 |
1765 | 2024-09-25T03:21:19.784Z | Checking serde_json v1.0.125 |
1766 | 2024-09-25T03:21:19.931Z | Checking pkcs5 v0.7.1 |
1767 | 2024-09-25T03:21:19.934Z | Checking rand_chacha v0.3.1 |
1768 | 2024-09-25T03:21:20.097Z | Checking want v0.3.1 |
1769 | 2024-09-25T03:21:20.276Z | Checking httparse v1.8.0 |
1770 | 2024-09-25T03:21:20.304Z | Checking tokio v1.39.3 |
1771 | 2024-09-25T03:21:20.316Z | Checking rand v0.8.5 |
1772 | 2024-09-25T03:21:20.432Z | Checking pkcs8 v0.10.2 |
1773 | 2024-09-25T03:21:20.498Z | Checking http v0.2.12 |
1774 | 2024-09-25T03:21:20.676Z | Checking thiserror v1.0.63 |
1775 | 2024-09-25T03:21:20.730Z | Checking httpdate v1.0.3 |
1776 | 2024-09-25T03:21:20.797Z | Checking tower-service v0.3.2 |
1777 | 2024-09-25T03:21:20.813Z | Checking foreign-types-shared v0.1.1 |
1778 | 2024-09-25T03:21:20.910Z | Checking foreign-types v0.3.2 |
1779 | 2024-09-25T03:21:20.925Z | Checking form_urlencoded v1.2.1 |
1780 | 2024-09-25T03:21:20.963Z | Checking openssl-sys v0.9.103 |
1781 | 2024-09-25T03:21:20.998Z | Checking aho-corasick v1.1.3 |
1782 | 2024-09-25T03:21:21.105Z | Checking regex-syntax v0.8.4 |
1783 | 2024-09-25T03:21:21.439Z | Checking unicode-ident v1.0.12 |
1784 | 2024-09-25T03:21:21.511Z | Checking siphasher v0.3.11 |
1785 | 2024-09-25T03:21:21.596Z | Checking powerfmt v0.2.0 |
1786 | 2024-09-25T03:21:21.810Z | Checking http-body v0.4.6 |
1787 | 2024-09-25T03:21:21.823Z | Checking proc-macro2 v1.0.86 |
1788 | 2024-09-25T03:21:21.868Z | Checking deranged v0.3.11 |
1789 | 2024-09-25T03:21:22.133Z | Checking sct v0.7.1 |
1790 | 2024-09-25T03:21:22.182Z | Checking rustls-webpki v0.101.7 |
1791 | 2024-09-25T03:21:22.251Z | Checking openssl v0.10.66 |
1792 | 2024-09-25T03:21:22.322Z | Checking http v1.1.0 |
1793 | 2024-09-25T03:21:22.447Z | Checking uuid v1.10.0 |
1794 | 2024-09-25T03:21:22.644Z | Checking idna v0.5.0 |
1795 | 2024-09-25T03:21:22.898Z | Checking signature v2.2.0 |
1796 | 2024-09-25T03:21:23.065Z | Checking aws-lc-sys v0.21.2 |
1797 | 2024-09-25T03:21:23.093Z | Checking scroll v0.12.0 |
1798 | 2024-09-25T03:21:23.470Z | Checking errno v0.3.9 |
1799 | 2024-09-25T03:21:23.567Z | Checking iana-time-zone v0.1.60 |
1800 | 2024-09-25T03:21:23.634Z | Checking mirai-annotations v1.12.0 |
1801 | 2024-09-25T03:21:23.648Z | Checking anstyle v1.0.8 |
1802 | 2024-09-25T03:21:23.701Z | Checking plain v0.2.3 |
1803 | 2024-09-25T03:21:23.701Z | Checking ucd-trie v0.1.6 |
1804 | 2024-09-25T03:21:23.805Z | Checking num_threads v0.1.7 |
1805 | 2024-09-25T03:21:23.847Z | Checking utf8parse v0.2.1 |
1806 | 2024-09-25T03:21:23.901Z | Checking openssl-probe v0.1.5 |
1807 | 2024-09-25T03:21:23.925Z | Checking finl_unicode v1.2.0 |
1808 | 2024-09-25T03:21:23.991Z | Checking time-core v0.1.2 |
1809 | 2024-09-25T03:21:23.993Z | Checking num-conv v0.1.0 |
1810 | 2024-09-25T03:21:24.048Z | Checking anstyle-parse v0.2.4 |
1811 | 2024-09-25T03:21:24.138Z | Checking pest v2.7.10 |
1812 | 2024-09-25T03:21:24.231Z | Checking time v0.3.36 |
1813 | 2024-09-25T03:21:24.283Z | Checking regex-automata v0.4.6 |
1814 | 2024-09-25T03:21:24.315Z | Checking goblin v0.8.2 |
1815 | 2024-09-25T03:21:24.473Z | Checking stringprep v0.1.4 |
1816 | 2024-09-25T03:21:24.735Z | Checking chrono v0.4.38 |
1817 | 2024-09-25T03:21:25.516Z | Checking aws-lc-rs v1.9.0 |
1818 | 2024-09-25T03:21:26.585Z | Checking rustix v0.38.34 |
1819 | 2024-09-25T03:21:26.668Z | Checking url v2.5.2 |
1820 | 2024-09-25T03:21:26.871Z | Checking rustls v0.21.12 |
1821 | 2024-09-25T03:21:27.168Z | Checking tokio-util v0.7.11 |
1822 | 2024-09-25T03:21:27.245Z | Checking quote v1.0.36 |
1823 | 2024-09-25T03:21:27.439Z | Checking num-integer v0.1.46 |
1824 | 2024-09-25T03:21:27.581Z | Checking serde_spanned v0.6.7 |
1825 | 2024-09-25T03:21:27.727Z | Checking native-tls v0.2.11 |
1826 | 2024-09-25T03:21:27.767Z | Checking toml_datetime v0.6.8 |
1827 | 2024-09-25T03:21:27.923Z | Checking idna v0.3.0 |
1828 | 2024-09-25T03:21:28.037Z | Checking md-5 v0.10.6 |
1829 | 2024-09-25T03:21:28.067Z | Checking h2 v0.3.26 |
1830 | 2024-09-25T03:21:28.081Z | Checking ff v0.13.0 |
1831 | 2024-09-25T03:21:28.242Z | Checking lazy_static v1.5.0 |
1832 | 2024-09-25T03:21:28.306Z | Checking hash32 v0.2.1 |
1833 | 2024-09-25T03:21:28.365Z | Checking psl-types v2.0.11 |
1834 | 2024-09-25T03:21:28.544Z | Checking colorchoice v1.0.1 |
1835 | 2024-09-25T03:21:28.589Z | Checking adler v1.0.2 |
1836 | 2024-09-25T03:21:28.667Z | Checking atomic-waker v1.1.2 |
1837 | 2024-09-25T03:21:28.723Z | Checking gimli v0.28.1 |
1838 | 2024-09-25T03:21:28.785Z | Checking rustls-pki-types v1.7.0 |
1839 | 2024-09-25T03:21:28.797Z | Checking is_terminal_polyfill v1.70.0 |
1840 | 2024-09-25T03:21:28.836Z | Checking pretty-hex v0.4.1 |
1841 | 2024-09-25T03:21:28.909Z | Checking stable_deref_trait v1.2.0 |
1842 | 2024-09-25T03:21:28.999Z | Checking base16ct v0.2.0 |
1843 | 2024-09-25T03:21:29.015Z | Checking base64 v0.22.1 |
1844 | 2024-09-25T03:21:29.183Z | Checking fallible-iterator v0.2.0 |
1845 | 2024-09-25T03:21:29.202Z | Checking anstyle-query v1.0.3 |
1846 | 2024-09-25T03:21:29.217Z | Checking rustls-webpki v0.102.4 |
1847 | 2024-09-25T03:21:29.323Z | Checking anstream v0.6.14 |
1848 | 2024-09-25T03:21:29.470Z | Checking sec1 v0.7.3 |
1849 | 2024-09-25T03:21:29.660Z | Checking dof v0.3.0 |
1850 | 2024-09-25T03:21:29.794Z | Checking postgres-protocol v0.6.7 |
1851 | 2024-09-25T03:21:29.843Z | Checking heapless v0.7.17 |
1852 | 2024-09-25T03:21:29.984Z | Checking h2 v0.4.6 |
1853 | 2024-09-25T03:21:29.987Z | Checking terminal_size v0.3.0 |
1854 | 2024-09-25T03:21:30.039Z | Checking tokio-rustls v0.24.1 |
1855 | 2024-09-25T03:21:30.158Z | Checking publicsuffix v2.2.3 |
1856 | 2024-09-25T03:21:30.251Z | Checking miniz_oxide v0.7.2 |
1857 | 2024-09-25T03:21:30.377Z | Checking group v0.13.0 |
1858 | 2024-09-25T03:21:30.400Z | Checking tokio-native-tls v0.3.1 |
1859 | 2024-09-25T03:21:30.414Z | Checking num-iter v0.1.45 |
1860 | 2024-09-25T03:21:30.591Z | Checking syn v2.0.74 |
1861 | 2024-09-25T03:21:30.642Z | Checking cookie v0.17.0 |
1862 | 2024-09-25T03:21:30.657Z | Checking dtrace-parser v0.2.0 |
1863 | 2024-09-25T03:21:30.672Z | Checking http-body v1.0.0 |
1864 | 2024-09-25T03:21:30.861Z | Checking phf_shared v0.11.2 |
1865 | 2024-09-25T03:21:30.877Z | Checking pin-project v1.1.5 |
1866 | 2024-09-25T03:21:31.008Z | Checking hkdf v0.12.4 |
1867 | 2024-09-25T03:21:31.045Z | Checking crypto-bigint v0.5.5 |
1868 | 2024-09-25T03:21:31.118Z | Checking thread-id v4.2.1 |
1869 | 2024-09-25T03:21:31.136Z | Checking object v0.32.2 |
1870 | 2024-09-25T03:21:31.203Z | Checking clap_lex v0.7.0 |
1871 | 2024-09-25T03:21:31.226Z | Checking bitflags v1.3.2 |
1872 | 2024-09-25T03:21:31.321Z | Checking ipnet v2.9.0 |
1873 | 2024-09-25T03:21:31.442Z | Checking base64 v0.21.7 |
1874 | 2024-09-25T03:21:31.785Z | Checking winnow v0.5.40 |
1875 | 2024-09-25T03:21:31.913Z | Checking managed v0.8.0 |
1876 | 2024-09-25T03:21:32.276Z | Checking rustc-demangle v0.1.24 |
1877 | 2024-09-25T03:21:32.604Z | Checking addr2line v0.21.0 |
1878 | 2024-09-25T03:21:32.702Z | Checking either v1.13.0 |
1879 | 2024-09-25T03:21:33.091Z | Checking adler2 v2.0.0 |
1880 | 2024-09-25T03:21:33.152Z | Checking strsim v0.11.1 |
1881 | 2024-09-25T03:21:33.255Z | Checking tower-layer v0.3.2 |
1882 | 2024-09-25T03:21:33.435Z | Checking clap_builder v4.5.18 |
1883 | 2024-09-25T03:21:33.531Z | Checking tower v0.4.13 |
1884 | 2024-09-25T03:21:33.924Z | Checking elliptic-curve v0.13.8 |
1885 | 2024-09-25T03:21:34.234Z | Checking hyper v0.14.30 |
1886 | 2024-09-25T03:21:34.265Z | Checking miniz_oxide v0.8.0 |
1887 | 2024-09-25T03:21:34.586Z | Checking smoltcp v0.9.1 |
1888 | 2024-09-25T03:21:34.885Z | Checking toml_edit v0.19.15 |
1889 | 2024-09-25T03:21:35.015Z | Checking rustls-pemfile v1.0.4 |
1890 | 2024-09-25T03:21:35.208Z | Checking phf v0.11.2 |
1891 | 2024-09-25T03:21:35.456Z | Checking cookie_store v0.20.0 |
1892 | 2024-09-25T03:21:36.067Z | Checking num-bigint-dig v0.8.4 |
1893 | 2024-09-25T03:21:36.086Z | Checking postgres-types v0.2.7 |
1894 | 2024-09-25T03:21:36.217Z | Checking hyper v1.4.1 |
1895 | 2024-09-25T03:21:36.444Z | Checking rustls v0.23.10 |
1896 | 2024-09-25T03:21:36.772Z | Checking bstr v1.9.1 |
1897 | 2024-09-25T03:21:36.896Z | Checking usdt-impl v0.5.0 |
1898 | 2024-09-25T03:21:37.137Z | Checking backtrace v0.3.71 |
1899 | 2024-09-25T03:21:37.304Z | Checking regex v1.10.6 |
1900 | 2024-09-25T03:21:37.397Z | Checking ed25519 v2.2.3 |
1901 | 2024-09-25T03:21:37.703Z | Checking futures-executor v0.3.30 |
1902 | 2024-09-25T03:21:37.725Z | Checking phf_shared v0.10.0 |
1903 | 2024-09-25T03:21:37.743Z | Checking serde_urlencoded v0.7.1 |
1904 | 2024-09-25T03:21:37.918Z | Checking zerocopy v0.6.6 |
1905 | 2024-09-25T03:21:37.933Z | Checking curve25519-dalek v4.1.3 |
1906 | 2024-09-25T03:21:38.011Z | Checking pkcs1 v0.7.5 |
1907 | 2024-09-25T03:21:38.169Z | Checking hubpack v0.1.2 |
1908 | 2024-09-25T03:21:38.208Z | Checking crc32fast v1.4.0 |
1909 | 2024-09-25T03:21:38.300Z | Checking crossbeam-utils v0.8.19 |
1910 | 2024-09-25T03:21:38.411Z | Checking signal-hook v0.3.17 |
1911 | 2024-09-25T03:21:38.447Z | Checking float-cmp v0.9.0 |
1912 | 2024-09-25T03:21:38.464Z | Checking serde-big-array v0.5.1 |
1913 | 2024-09-25T03:21:38.626Z | Checking idna v0.4.0 |
1914 | 2024-09-25T03:21:38.668Z | Checking rfc6979 v0.4.0 |
1915 | 2024-09-25T03:21:38.682Z | Checking mio v0.8.11 |
1916 | 2024-09-25T03:21:38.753Z | Checking memmap v0.7.0 |
1917 | 2024-09-25T03:21:38.835Z | Checking encoding_rs v0.8.34 |
1918 | 2024-09-25T03:21:38.970Z | Checking dyn-clone v1.0.17 |
1919 | 2024-09-25T03:21:39.011Z | Checking new_debug_unreachable v1.0.6 |
1920 | 2024-09-25T03:21:39.111Z | Checking whoami v1.5.1 |
1921 | 2024-09-25T03:21:39.127Z | Checking difflib v0.4.0 |
1922 | 2024-09-25T03:21:39.285Z | Checking unicode-segmentation v1.11.0 |
1923 | 2024-09-25T03:21:39.404Z | Checking static_assertions v1.1.0 |
1924 | 2024-09-25T03:21:39.429Z | Checking fixedbitset v0.4.2 |
1925 | 2024-09-25T03:21:39.497Z | Checking winnow v0.6.18 |
1926 | 2024-09-25T03:21:39.517Z | Checking mime v0.3.17 |
1927 | 2024-09-25T03:21:39.685Z | Checking unicode-width v0.1.13 |
1928 | 2024-09-25T03:21:39.830Z | Checking bit-vec v0.6.3 |
1929 | 2024-09-25T03:21:39.846Z | Checking precomputed-hash v0.1.1 |
1930 | 2024-09-25T03:21:39.862Z | Checking webpki-roots v0.25.4 |
1931 | 2024-09-25T03:21:39.951Z | Checking sync_wrapper v0.1.2 |
1932 | 2024-09-25T03:21:39.968Z | Checking data-encoding v2.6.0 |
1933 | 2024-09-25T03:21:40.017Z | Checking normalize-line-endings v0.3.0 |
1934 | 2024-09-25T03:21:40.073Z | Checking minimal-lexical v0.2.1 |
1935 | 2024-09-25T03:21:40.136Z | Checking predicates-core v1.0.6 |
1936 | 2024-09-25T03:21:40.154Z | Checking bit-set v0.5.3 |
1937 | 2024-09-25T03:21:40.324Z | Checking predicates v3.1.2 |
1938 | 2024-09-25T03:21:40.368Z | Checking hyper-tls v0.5.0 |
1939 | 2024-09-25T03:21:40.412Z | Checking hyper-rustls v0.24.2 |
1940 | 2024-09-25T03:21:40.432Z | Checking nom v7.1.3 |
1941 | 2024-09-25T03:21:40.613Z | Checking hickory-proto v0.24.1 |
1942 | 2024-09-25T03:21:40.656Z | Checking string_cache v0.8.7 |
1943 | 2024-09-25T03:21:40.706Z | Checking similar v2.6.0 |
1944 | 2024-09-25T03:21:40.933Z | Checking console v0.15.8 |
1945 | 2024-09-25T03:21:40.974Z | Checking ed25519-dalek v2.1.1 |
1946 | 2024-09-25T03:21:41.235Z | Checking reqwest v0.11.27 |
1947 | 2024-09-25T03:21:41.405Z | Checking petgraph v0.6.5 |
1948 | 2024-09-25T03:21:41.490Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1949 | 2024-09-25T03:21:41.537Z | Checking tokio-postgres v0.7.11 |
1950 | 2024-09-25T03:21:41.862Z | Checking tokio-rustls v0.26.0 |
1951 | 2024-09-25T03:21:43.277Z | Checking signal-hook-mio v0.2.4 |
1952 | 2024-09-25T03:21:43.319Z | Checking toml_edit v0.22.20 |
1953 | 2024-09-25T03:21:43.319Z | Checking schemars v0.8.21 |
1954 | 2024-09-25T03:21:43.319Z | Checking crossbeam-epoch v0.9.18 |
1955 | 2024-09-25T03:21:43.372Z | Checking usdt v0.5.0 |
1956 | 2024-09-25T03:21:43.375Z | Checking ecdsa v0.16.9 |
1957 | 2024-09-25T03:21:43.567Z | Checking flate2 v1.0.33 |
1958 | 2024-09-25T03:21:44.038Z | Checking rsa v0.9.6 |
1959 | 2024-09-25T03:21:44.108Z | Checking hyper-util v0.1.7 |
1960 | 2024-09-25T03:21:44.203Z | Checking futures v0.3.30 |
1961 | 2024-09-25T03:21:44.315Z | Checking anyhow v1.0.89 |
1962 | 2024-09-25T03:21:44.650Z | Checking toml v0.7.8 |
1963 | 2024-09-25T03:21:44.682Z | Checking clap v4.5.18 |
1964 | 2024-09-25T03:21:44.698Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1965 | 2024-09-25T03:21:44.723Z | Checking itertools v0.12.1 |
1966 | 2024-09-25T03:21:44.796Z | Checking itertools v0.10.5 |
1967 | 2024-09-25T03:21:45.023Z | Checking tokio-stream v0.1.15 |
1968 | 2024-09-25T03:21:45.046Z | Checking fs-err v2.11.0 |
1969 | 2024-09-25T03:21:45.324Z | Checking slog v2.7.0 |
1970 | 2024-09-25T03:21:45.367Z | Checking openapiv3 v2.0.0 |
1971 | 2024-09-25T03:21:45.594Z | Checking x509-cert v0.2.5 |
1972 | 2024-09-25T03:21:45.825Z | Checking hex v0.4.3 |
1973 | 2024-09-25T03:21:45.876Z | Checking semver v1.0.23 |
1974 | 2024-09-25T03:21:46.006Z | Checking sha1 v0.10.6 |
1975 | 2024-09-25T03:21:46.286Z | Checking peg-runtime v0.8.3 |
1976 | 2024-09-25T03:21:46.301Z | Checking lalrpop-util v0.19.12 |
1977 | 2024-09-25T03:21:46.317Z | Checking camino v1.1.9 |
1978 | 2024-09-25T03:21:46.518Z | Checking sigpipe v0.1.3 |
1979 | 2024-09-25T03:21:48.203Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1980 | 2024-09-25T03:21:48.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s |
1981 | 2024-09-25T03:21:48.663Z | |
1982 | 2024-09-25T03:21:48.663Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162) |
1983 | 2024-09-25T03:21:49.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1984 | 2024-09-25T03:21:49.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1985 | 2024-09-25T03:21:49.387Z | Compiling regress v0.9.1 |
1986 | 2024-09-25T03:21:49.491Z | Checking strum v0.26.3 |
1987 | 2024-09-25T03:21:49.511Z | Checking heck v0.5.0 |
1988 | 2024-09-25T03:21:49.529Z | Compiling getopts v0.2.21 |
1989 | 2024-09-25T03:21:49.531Z | Checking dirs-sys-next v0.1.2 |
1990 | 2024-09-25T03:21:49.557Z | Compiling unsafe-libyaml v0.2.11 |
1991 | 2024-09-25T03:21:49.609Z | Checking thread_local v1.1.8 |
1992 | 2024-09-25T03:21:49.686Z | Compiling ident_case v1.0.1 |
1993 | 2024-09-25T03:21:49.706Z | Checking dirs-next v2.0.0 |
1994 | 2024-09-25T03:21:49.847Z | Checking term v0.7.0 |
1995 | 2024-09-25T03:21:49.869Z | Compiling darling_core v0.20.9 |
1996 | 2024-09-25T03:21:49.884Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1997 | 2024-09-25T03:21:49.898Z | Checking crossbeam-channel v0.5.12 |
1998 | 2024-09-25T03:21:50.196Z | Checking atty v0.2.14 |
1999 | 2024-09-25T03:21:50.259Z | Checking is-terminal v0.4.12 |
2000 | 2024-09-25T03:21:50.314Z | Checking humantime v2.1.0 |
2001 | 2024-09-25T03:21:50.379Z | Checking utf-8 v0.7.6 |
2002 | 2024-09-25T03:21:50.453Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2003 | 2024-09-25T03:21:50.569Z | Compiling rustls v0.22.4 |
2004 | 2024-09-25T03:21:50.610Z | Checking termcolor v1.4.1 |
2005 | 2024-09-25T03:21:50.627Z | Checking take_mut v0.2.2 |
2006 | 2024-09-25T03:21:50.771Z | Checking slog-async v2.8.0 |
2007 | 2024-09-25T03:21:50.829Z | Checking slog-term v2.9.1 |
2008 | 2024-09-25T03:21:50.867Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2009 | 2024-09-25T03:21:51.041Z | Compiling serde_yaml v0.9.34+deprecated |
2010 | 2024-09-25T03:21:51.055Z | Checking env_logger v0.9.3 |
2011 | 2024-09-25T03:21:51.213Z | Compiling proc-macro-crate v1.3.1 |
2012 | 2024-09-25T03:21:51.306Z | Compiling bitstruct_derive v0.1.0 |
2013 | 2024-09-25T03:21:51.500Z | Compiling structmeta-derive v0.3.0 |
2014 | 2024-09-25T03:21:51.566Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2015 | 2024-09-25T03:21:51.692Z | Compiling multer v3.1.0 |
2016 | 2024-09-25T03:21:52.008Z | Checking ascii v1.1.0 |
2017 | 2024-09-25T03:21:52.350Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2018 | 2024-09-25T03:21:52.414Z | Checking match_cfg v0.1.0 |
2019 | 2024-09-25T03:21:52.506Z | Checking hostname v0.3.1 |
2020 | 2024-09-25T03:21:52.660Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2021 | 2024-09-25T03:21:52.680Z | Compiling num_enum_derive v0.5.11 |
2022 | 2024-09-25T03:21:52.714Z | Checking bitstruct v0.1.1 |
2023 | 2024-09-25T03:21:52.896Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2024 | 2024-09-25T03:21:52.933Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2025 | 2024-09-25T03:21:53.060Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2026 | 2024-09-25T03:21:54.509Z | Compiling structmeta v0.3.0 |
2027 | 2024-09-25T03:21:54.632Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2028 | 2024-09-25T03:21:54.931Z | Checking slog-json v2.6.1 |
2029 | 2024-09-25T03:21:54.944Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2030 | 2024-09-25T03:21:55.188Z | Checking erased-serde v0.3.31 |
2031 | 2024-09-25T03:21:55.207Z | Checking serde_arrays v0.1.0 |
2032 | 2024-09-25T03:21:55.246Z | Compiling async-stream-impl v0.3.5 |
2033 | 2024-09-25T03:21:55.331Z | Compiling foreign-types-macros v0.2.3 |
2034 | 2024-09-25T03:21:55.353Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2035 | 2024-09-25T03:21:55.400Z | Checking arc-swap v1.7.1 |
2036 | 2024-09-25T03:21:55.670Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2037 | 2024-09-25T03:21:55.820Z | Checking foreign-types-shared v0.3.1 |
2038 | 2024-09-25T03:21:55.934Z | Checking slog-scope v4.4.0 |
2039 | 2024-09-25T03:21:56.053Z | Checking num_enum v0.5.11 |
2040 | 2024-09-25T03:21:56.159Z | Checking slog-bunyan v2.5.0 |
2041 | 2024-09-25T03:21:56.200Z | Compiling parse-display-derive v0.10.0 |
2042 | 2024-09-25T03:21:56.221Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2043 | 2024-09-25T03:21:56.303Z | Compiling proc-macro-error v1.0.4 |
2044 | 2024-09-25T03:21:56.619Z | Checking async-stream v0.3.5 |
2045 | 2024-09-25T03:21:56.648Z | Checking foreign-types v0.5.0 |
2046 | 2024-09-25T03:21:56.863Z | Compiling darling_macro v0.20.9 |
2047 | 2024-09-25T03:21:56.951Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2048 | 2024-09-25T03:21:56.967Z | Checking toml v0.8.19 |
2049 | 2024-09-25T03:21:57.163Z | Checking tungstenite v0.20.1 |
2050 | 2024-09-25T03:21:57.226Z | Checking waitgroup v0.1.2 |
2051 | 2024-09-25T03:21:57.244Z | Checking tokio-rustls v0.25.0 |
2052 | 2024-09-25T03:21:57.373Z | Checking rustls-pemfile v2.1.3 |
2053 | 2024-09-25T03:21:57.622Z | Compiling heck v0.3.3 |
2054 | 2024-09-25T03:21:57.637Z | Checking newtype-uuid v1.1.0 |
2055 | 2024-09-25T03:21:57.701Z | Checking ipnetwork v0.20.0 |
2056 | 2024-09-25T03:21:57.797Z | Compiling darling v0.20.9 |
2057 | 2024-09-25T03:21:57.859Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2058 | 2024-09-25T03:21:57.912Z | Compiling serde_with_macros v3.9.0 |
2059 | 2024-09-25T03:21:58.032Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2060 | 2024-09-25T03:21:58.088Z | Checking serde_path_to_error v0.1.16 |
2061 | 2024-09-25T03:21:58.107Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-09-25T03:21:58.745Z | Checking hostname v0.4.0 |
2063 | 2024-09-25T03:21:58.877Z | Checking cstr-argument v0.1.2 |
2064 | 2024-09-25T03:21:58.910Z | Checking instant v0.1.12 |
2065 | 2024-09-25T03:21:58.925Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2066 | 2024-09-25T03:21:59.029Z | Checking debug-ignore v1.0.5 |
2067 | 2024-09-25T03:21:59.049Z | Checking fastrand v2.1.0 |
2068 | 2024-09-25T03:21:59.164Z | Checking pretty-hex v0.2.1 |
2069 | 2024-09-25T03:21:59.242Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-09-25T03:21:59.329Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2071 | 2024-09-25T03:21:59.370Z | Checking tempfile v3.10.1 |
2072 | 2024-09-25T03:21:59.559Z | Checking backoff v0.4.0 |
2073 | 2024-09-25T03:21:59.733Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2074 | 2024-09-25T03:21:59.752Z | Compiling zone_cfg_derive v0.1.2 |
2075 | 2024-09-25T03:21:59.868Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2076 | 2024-09-25T03:21:59.883Z | Checking tokio-tungstenite v0.20.1 |
2077 | 2024-09-25T03:22:00.234Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2078 | 2024-09-25T03:22:00.362Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2079 | 2024-09-25T03:22:00.470Z | Checking slog-stdlog v4.1.1 |
2080 | 2024-09-25T03:22:00.645Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2081 | 2024-09-25T03:22:00.789Z | Checking parse-display v0.10.0 |
2082 | 2024-09-25T03:22:00.805Z | Checking tungstenite v0.21.0 |
2083 | 2024-09-25T03:22:00.969Z | Checking serde_with v3.9.0 |
2084 | 2024-09-25T03:22:01.030Z | Checking colored v2.1.0 |
2085 | 2024-09-25T03:22:01.128Z | Checking macaddr v1.0.1 |
2086 | 2024-09-25T03:22:01.221Z | Checking socket2 v0.4.10 |
2087 | 2024-09-25T03:22:01.323Z | Checking base64 v0.13.1 |
2088 | 2024-09-25T03:22:01.455Z | Checking zone v0.1.8 |
2089 | 2024-09-25T03:22:01.684Z | Checking tokio-tungstenite v0.21.0 |
2090 | 2024-09-25T03:22:01.733Z | Checking ron v0.7.1 |
2091 | 2024-09-25T03:22:02.113Z | Checking slog-envlogger v2.2.0 |
2092 | 2024-09-25T03:22:02.148Z | Checking pem v3.0.4 |
2093 | 2024-09-25T03:22:02.345Z | Checking tabwriter v1.4.0 |
2094 | 2024-09-25T03:22:02.428Z | Checking xattr v1.3.1 |
2095 | 2024-09-25T03:22:02.578Z | Checking portpicker v0.1.1 |
2096 | 2024-09-25T03:22:02.632Z | Checking yasna v0.5.2 |
2097 | 2024-09-25T03:22:02.716Z | Checking headers-core v0.2.0 |
2098 | 2024-09-25T03:22:02.848Z | Checking smf v0.2.3 |
2099 | 2024-09-25T03:22:02.863Z | Checking filetime v0.2.25 |
2100 | 2024-09-25T03:22:03.129Z | Checking same-file v1.0.6 |
2101 | 2024-09-25T03:22:03.314Z | Checking walkdir v2.5.0 |
2102 | 2024-09-25T03:22:03.331Z | Checking tar v0.4.41 |
2103 | 2024-09-25T03:22:03.403Z | Checking headers v0.3.9 |
2104 | 2024-09-25T03:22:03.505Z | Checking rcgen v0.12.1 |
2105 | 2024-09-25T03:22:03.613Z | Checking atomicwrites v0.4.4 |
2106 | 2024-09-25T03:22:03.808Z | Checking camino-tempfile v1.1.1 |
2107 | 2024-09-25T03:22:04.081Z | Checking subprocess v0.2.9 |
2108 | 2024-09-25T03:22:04.989Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2109 | 2024-09-25T03:22:05.261Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2110 | 2024-09-25T03:22:07.206Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2111 | 2024-09-25T03:22:09.134Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2112 | 2024-09-25T03:22:09.204Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2113 | 2024-09-25T03:22:12.416Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2114 | 2024-09-25T03:22:18.344Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2115 | 2024-09-25T03:22:18.480Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2116 | 2024-09-25T03:22:18.483Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2117 | 2024-09-25T03:22:21.029Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2118 | 2024-09-25T03:22:21.504Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2119 | 2024-09-25T03:22:27.833Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2120 | 2024-09-25T03:22:29.391Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2121 | 2024-09-25T03:22:30.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.93s |
2122 | 2024-09-25T03:22:30.770Z | |
2123 | 2024-09-25T03:22:30.770Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/162) |
2124 | 2024-09-25T03:22:31.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-09-25T03:22:32.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-09-25T03:22:32.019Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2127 | 2024-09-25T03:22:32.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2128 | 2024-09-25T03:22:33.027Z | |
2129 | 2024-09-25T03:22:33.027Z | info: running `cargo check --bins` on nexus-config (31/162) |
2130 | 2024-09-25T03:22:33.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-09-25T03:22:33.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-09-25T03:22:33.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2133 | 2024-09-25T03:22:33.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2134 | 2024-09-25T03:22:33.731Z | |
2135 | 2024-09-25T03:22:33.731Z | info: running `cargo check --bins` on omicron-rpaths (32/162) |
2136 | 2024-09-25T03:22:34.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2024-09-25T03:22:34.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2024-09-25T03:22:34.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2139 | 2024-09-25T03:22:34.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2140 | 2024-09-25T03:22:34.387Z | |
2141 | 2024-09-25T03:22:34.387Z | info: running `cargo check --bins` on omicron-certificates (33/162) |
2142 | 2024-09-25T03:22:35.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2143 | 2024-09-25T03:22:35.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2144 | 2024-09-25T03:22:35.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2145 | 2024-09-25T03:22:35.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2146 | 2024-09-25T03:22:35.109Z | |
2147 | 2024-09-25T03:22:35.109Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/162) |
2148 | 2024-09-25T03:22:35.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2149 | 2024-09-25T03:22:35.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2150 | 2024-09-25T03:22:35.818Z | Compiling heapless v0.8.0 |
2151 | 2024-09-25T03:22:35.914Z | Checking hash32 v0.3.1 |
2152 | 2024-09-25T03:22:35.923Z | Compiling smoltcp v0.11.0 |
2153 | 2024-09-25T03:22:35.936Z | Checking cobs v0.2.3 |
2154 | 2024-09-25T03:22:35.936Z | Checking embedded-io v0.4.0 |
2155 | 2024-09-25T03:22:35.958Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2156 | 2024-09-25T03:22:35.961Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2157 | 2024-09-25T03:22:35.985Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2158 | 2024-09-25T03:22:36.074Z | Compiling crucible-workspace-hack v0.1.0 |
2159 | 2024-09-25T03:22:36.098Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2160 | 2024-09-25T03:22:36.115Z | Checking newline-converter v0.3.0 |
2161 | 2024-09-25T03:22:36.129Z | Checking postcard v1.0.8 |
2162 | 2024-09-25T03:22:36.264Z | Compiling convert_case v0.4.0 |
2163 | 2024-09-25T03:22:36.333Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2164 | 2024-09-25T03:22:36.466Z | Checking expectorate v1.1.0 |
2165 | 2024-09-25T03:22:36.550Z | Compiling zone_cfg_derive v0.3.0 |
2166 | 2024-09-25T03:22:36.624Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2167 | 2024-09-25T03:22:36.643Z | Compiling num-derive v0.4.2 |
2168 | 2024-09-25T03:22:36.784Z | Compiling slog-dtrace v0.3.0 |
2169 | 2024-09-25T03:22:36.837Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2170 | 2024-09-25T03:22:36.957Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2171 | 2024-09-25T03:22:37.184Z | Compiling derive_more v0.99.18 |
2172 | 2024-09-25T03:22:37.846Z | Checking zone v0.3.0 |
2173 | 2024-09-25T03:22:38.389Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2174 | 2024-09-25T03:22:40.646Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2175 | 2024-09-25T03:22:40.682Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2176 | 2024-09-25T03:22:41.024Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2177 | 2024-09-25T03:22:41.712Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2178 | 2024-09-25T03:22:42.045Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2179 | 2024-09-25T03:22:43.512Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2180 | 2024-09-25T03:22:44.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s |
2181 | 2024-09-25T03:22:44.509Z | |
2182 | 2024-09-25T03:22:44.509Z | info: running `cargo check --bins` on clickhouse-admin-api (35/162) |
2183 | 2024-09-25T03:22:45.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-09-25T03:22:45.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-09-25T03:22:45.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-09-25T03:22:45.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2187 | 2024-09-25T03:22:45.222Z | |
2188 | 2024-09-25T03:22:45.223Z | info: running `cargo check --bins` on clickhouse-admin-types (36/162) |
2189 | 2024-09-25T03:22:45.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-09-25T03:22:45.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-09-25T03:22:45.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-09-25T03:22:45.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2193 | 2024-09-25T03:22:45.925Z | |
2194 | 2024-09-25T03:22:45.925Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/162) |
2195 | 2024-09-25T03:22:46.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-09-25T03:22:46.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-09-25T03:22:46.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-09-25T03:22:46.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2199 | 2024-09-25T03:22:46.741Z | |
2200 | 2024-09-25T03:22:46.741Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/162) |
2201 | 2024-09-25T03:22:47.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-09-25T03:22:47.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-09-25T03:22:47.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-09-25T03:22:47.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2205 | 2024-09-25T03:22:47.547Z | |
2206 | 2024-09-25T03:22:47.547Z | info: running `cargo check --bins` on dns-server (39/162) |
2207 | 2024-09-25T03:22:48.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-09-25T03:22:48.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-09-25T03:22:48.244Z | Compiling parking_lot_core v0.8.6 |
2210 | 2024-09-25T03:22:48.339Z | Checking nibble_vec v0.1.0 |
2211 | 2024-09-25T03:22:48.341Z | Checking quick-error v1.2.3 |
2212 | 2024-09-25T03:22:48.341Z | Checking linked-hash-map v0.5.6 |
2213 | 2024-09-25T03:22:48.341Z | Checking endian-type v0.1.2 |
2214 | 2024-09-25T03:22:48.341Z | Checking fxhash v0.2.1 |
2215 | 2024-09-25T03:22:48.360Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2216 | 2024-09-25T03:22:48.362Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2217 | 2024-09-25T03:22:48.463Z | Checking resolv-conf v0.7.0 |
2218 | 2024-09-25T03:22:48.505Z | Checking hickory-server v0.24.1 |
2219 | 2024-09-25T03:22:48.540Z | Checking radix_trie v0.2.1 |
2220 | 2024-09-25T03:22:48.688Z | Checking lru-cache v0.1.2 |
2221 | 2024-09-25T03:22:48.863Z | Checking hickory-resolver v0.24.1 |
2222 | 2024-09-25T03:22:48.921Z | Checking hickory-client v0.24.1 |
2223 | 2024-09-25T03:22:49.011Z | Checking parking_lot v0.11.2 |
2224 | 2024-09-25T03:22:49.316Z | Checking sled v0.34.7 |
2225 | 2024-09-25T03:22:51.068Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2226 | 2024-09-25T03:22:52.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2227 | 2024-09-25T03:22:52.327Z | |
2228 | 2024-09-25T03:22:52.328Z | info: running `cargo check --bins` on dns-server-api (40/162) |
2229 | 2024-09-25T03:22:52.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-09-25T03:22:52.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-09-25T03:22:52.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-09-25T03:22:52.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2233 | 2024-09-25T03:22:53.008Z | |
2234 | 2024-09-25T03:22:53.008Z | info: running `cargo check --bins` on dns-service-client (41/162) |
2235 | 2024-09-25T03:22:53.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-09-25T03:22:53.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-09-25T03:22:53.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-09-25T03:22:53.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2239 | 2024-09-25T03:22:53.678Z | |
2240 | 2024-09-25T03:22:53.678Z | info: running `cargo check --bins` on gateway-test-utils (42/162) |
2241 | 2024-09-25T03:22:54.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-09-25T03:22:54.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-09-25T03:22:54.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-09-25T03:22:54.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2245 | 2024-09-25T03:22:54.437Z | |
2246 | 2024-09-25T03:22:54.437Z | info: running `cargo check --bins` on gateway-types (43/162) |
2247 | 2024-09-25T03:22:55.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-09-25T03:22:55.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-09-25T03:22:55.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-09-25T03:22:55.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2251 | 2024-09-25T03:22:55.132Z | |
2252 | 2024-09-25T03:22:55.132Z | info: running `cargo check --bins` on ipcc (44/162) |
2253 | 2024-09-25T03:22:55.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-09-25T03:22:55.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-09-25T03:22:55.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2024-09-25T03:22:55.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2257 | 2024-09-25T03:22:55.831Z | |
2258 | 2024-09-25T03:22:55.831Z | info: running `cargo check --bins` on omicron-gateway (45/162) |
2259 | 2024-09-25T03:22:56.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-09-25T03:22:56.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-09-25T03:22:56.602Z | Compiling match_cfg v0.1.0 |
2262 | 2024-09-25T03:22:56.604Z | Compiling rustls v0.22.4 |
2263 | 2024-09-25T03:22:56.605Z | Checking num-rational v0.4.2 |
2264 | 2024-09-25T03:22:56.605Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2265 | 2024-09-25T03:22:56.605Z | Compiling slog-json v2.6.1 |
2266 | 2024-09-25T03:22:56.706Z | Checking num-complex v0.4.6 |
2267 | 2024-09-25T03:22:56.749Z | Compiling async-stream v0.3.5 |
2268 | 2024-09-25T03:22:56.752Z | Compiling hostname v0.3.1 |
2269 | 2024-09-25T03:22:56.776Z | Compiling multer v3.1.0 |
2270 | 2024-09-25T03:22:56.990Z | Compiling slog-bunyan v2.5.0 |
2271 | 2024-09-25T03:22:57.061Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2272 | 2024-09-25T03:22:57.064Z | Compiling toml v0.8.19 |
2273 | 2024-09-25T03:22:57.135Z | Compiling waitgroup v0.1.2 |
2274 | 2024-09-25T03:22:57.201Z | Compiling rustls-pemfile v2.1.3 |
2275 | 2024-09-25T03:22:57.280Z | Compiling ipnetwork v0.20.0 |
2276 | 2024-09-25T03:22:57.340Z | Compiling newtype-uuid v1.1.0 |
2277 | 2024-09-25T03:22:57.566Z | Compiling serde_path_to_error v0.1.16 |
2278 | 2024-09-25T03:22:57.603Z | Compiling hostname v0.4.0 |
2279 | 2024-09-25T03:22:57.662Z | Compiling instant v0.1.12 |
2280 | 2024-09-25T03:22:57.811Z | Compiling radium v0.7.0 |
2281 | 2024-09-25T03:22:57.827Z | Checking float-ord v0.3.2 |
2282 | 2024-09-25T03:22:57.840Z | Compiling debug-ignore v1.0.5 |
2283 | 2024-09-25T03:22:57.953Z | Compiling semver v0.1.20 |
2284 | 2024-09-25T03:22:57.989Z | Compiling backoff v0.4.0 |
2285 | 2024-09-25T03:22:58.158Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2286 | 2024-09-25T03:22:58.276Z | Compiling rustc_version v0.1.7 |
2287 | 2024-09-25T03:22:58.331Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2288 | 2024-09-25T03:22:58.346Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2289 | 2024-09-25T03:22:58.596Z | Compiling parse-display v0.10.0 |
2290 | 2024-09-25T03:22:58.638Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2291 | 2024-09-25T03:22:58.707Z | Compiling serde_with v3.9.0 |
2292 | 2024-09-25T03:22:58.756Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2293 | 2024-09-25T03:22:58.904Z | Compiling macaddr v1.0.1 |
2294 | 2024-09-25T03:22:59.217Z | Compiling maybe-uninit v2.0.0 |
2295 | 2024-09-25T03:22:59.325Z | Checking tap v1.0.1 |
2296 | 2024-09-25T03:22:59.489Z | Checking wyz v0.5.1 |
2297 | 2024-09-25T03:22:59.775Z | Compiling num v0.4.3 |
2298 | 2024-09-25T03:22:59.790Z | Compiling newtype_derive v0.1.6 |
2299 | 2024-09-25T03:22:59.870Z | Checking password-hash v0.5.0 |
2300 | 2024-09-25T03:23:00.087Z | Checking blake2 v0.10.6 |
2301 | 2024-09-25T03:23:00.191Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2302 | 2024-09-25T03:23:00.285Z | Compiling packed_struct v0.10.1 |
2303 | 2024-09-25T03:23:00.528Z | Checking funty v2.0.0 |
2304 | 2024-09-25T03:23:00.669Z | Compiling tokio-rustls v0.25.0 |
2305 | 2024-09-25T03:23:00.691Z | Compiling cancel-safe-futures v0.1.5 |
2306 | 2024-09-25T03:23:00.743Z | Checking crc-catalog v2.4.0 |
2307 | 2024-09-25T03:23:00.870Z | Checking crc v3.2.1 |
2308 | 2024-09-25T03:23:01.177Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2309 | 2024-09-25T03:23:01.324Z | Checking argon2 v0.5.3 |
2310 | 2024-09-25T03:23:01.404Z | Checking bitvec v1.0.1 |
2311 | 2024-09-25T03:23:02.065Z | Compiling packed_struct_codegen v0.10.1 |
2312 | 2024-09-25T03:23:02.191Z | Checking half v2.4.1 |
2313 | 2024-09-25T03:23:02.674Z | Compiling indexmap v1.9.3 |
2314 | 2024-09-25T03:23:02.712Z | Compiling cookie v0.18.1 |
2315 | 2024-09-25T03:23:02.964Z | Checking nodrop v0.1.14 |
2316 | 2024-09-25T03:23:03.032Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2317 | 2024-09-25T03:23:03.104Z | Checking ciborium-io v0.2.2 |
2318 | 2024-09-25T03:23:03.226Z | Checking ciborium-ll v0.2.2 |
2319 | 2024-09-25T03:23:03.357Z | Checking array-init v0.0.4 |
2320 | 2024-09-25T03:23:03.749Z | Checking smallvec v0.6.14 |
2321 | 2024-09-25T03:23:04.173Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2322 | 2024-09-25T03:23:04.371Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2323 | 2024-09-25T03:23:04.665Z | Checking prettyplease v0.2.20 |
2324 | 2024-09-25T03:23:04.790Z | Checking libsw v3.3.1 |
2325 | 2024-09-25T03:23:04.996Z | Compiling derive-where v1.2.7 |
2326 | 2024-09-25T03:23:05.028Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2327 | 2024-09-25T03:23:05.549Z | Compiling memoffset v0.9.1 |
2328 | 2024-09-25T03:23:05.695Z | Checking bitfield v0.14.0 |
2329 | 2024-09-25T03:23:05.868Z | Checking highway v1.2.0 |
2330 | 2024-09-25T03:23:05.976Z | Checking swrite v0.1.0 |
2331 | 2024-09-25T03:23:06.079Z | Checking linear-map v1.2.0 |
2332 | 2024-09-25T03:23:06.246Z | Checking hashbrown v0.12.3 |
2333 | 2024-09-25T03:23:06.276Z | Checking owo-colors v4.0.0 |
2334 | 2024-09-25T03:23:06.305Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2335 | 2024-09-25T03:23:06.417Z | Checking indent_write v2.2.0 |
2336 | 2024-09-25T03:23:06.631Z | Checking env_logger v0.10.2 |
2337 | 2024-09-25T03:23:07.231Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2338 | 2024-09-25T03:23:07.759Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2339 | 2024-09-25T03:23:08.062Z | Checking serde-hex v0.1.0 |
2340 | 2024-09-25T03:23:08.150Z | Checking steno v0.4.1 |
2341 | 2024-09-25T03:23:08.534Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2342 | 2024-09-25T03:23:08.853Z | Checking bzip2 v0.4.4 |
2343 | 2024-09-25T03:23:09.549Z | Checking ciborium v0.2.2 |
2344 | 2024-09-25T03:23:09.754Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2345 | 2024-09-25T03:23:09.842Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2346 | 2024-09-25T03:23:10.370Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2347 | 2024-09-25T03:23:10.561Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2348 | 2024-09-25T03:23:10.628Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2349 | 2024-09-25T03:23:10.833Z | Checking ron v0.8.1 |
2350 | 2024-09-25T03:23:11.190Z | Checking hashbrown v0.13.2 |
2351 | 2024-09-25T03:23:11.514Z | Checking crc-any v2.5.0 |
2352 | 2024-09-25T03:23:11.808Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2353 | 2024-09-25T03:23:11.904Z | Checking zip v0.6.6 |
2354 | 2024-09-25T03:23:12.091Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2355 | 2024-09-25T03:23:12.118Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2356 | 2024-09-25T03:23:12.252Z | Checking object v0.30.4 |
2357 | 2024-09-25T03:23:12.371Z | Checking path-slash v0.1.5 |
2358 | 2024-09-25T03:23:12.374Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2359 | 2024-09-25T03:23:12.504Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2360 | 2024-09-25T03:23:12.521Z | Checking nix v0.27.1 |
2361 | 2024-09-25T03:23:12.572Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2362 | 2024-09-25T03:23:12.836Z | Checking kstat-rs v0.2.4 |
2363 | 2024-09-25T03:23:13.210Z | Checking signal-hook-tokio v0.3.1 |
2364 | 2024-09-25T03:23:14.782Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2365 | 2024-09-25T03:23:14.993Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2366 | 2024-09-25T03:23:18.088Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2367 | 2024-09-25T03:23:19.721Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2368 | 2024-09-25T03:23:20.933Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2369 | 2024-09-25T03:23:24.240Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2370 | 2024-09-25T03:23:24.447Z | error[E0463]: can't find crate for `oximeter_timeseries_macro` |
2371 | 2024-09-25T03:23:24.447Z | --> oximeter/oximeter/src/lib.rs:189:9 |
2372 | 2024-09-25T03:23:24.447Z | | |
2373 | 2024-09-25T03:23:24.447Z | 189 | pub use oximeter_timeseries_macro::use_timeseries; |
2374 | 2024-09-25T03:23:24.447Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate |
2375 | 2024-09-25T03:23:24.447Z | |
2376 | 2024-09-25T03:23:24.464Z | For more information about this error, try `rustc --explain E0463`. |
2377 | 2024-09-25T03:23:24.487Z | error: could not compile `oximeter` (lib) due to 1 previous error |
2378 | 2024-09-25T03:23:24.487Z | warning: build failed, waiting for other jobs to finish... |
2379 | 2024-09-25T03:23:26.380Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path gateway/Cargo.toml` (exit status: 101) |
2380 | 2024-09-25T03:23:26.383Z | Error: cargo-hack install failed: exit status: 1 |
2381 | 2024-09-25T03:23:26.387Z | |
2382 | 2024-09-25T03:23:26.387Z | real 2:39.033422312 |
2383 | 2024-09-25T03:23:26.387Z | user 8:54.046917322 |
2384 | 2024-09-25T03:23:26.387Z | sys 2:20.210853117 |
2385 | 2024-09-25T03:23:26.388Z | trap 0.228483616 |
2386 | 2024-09-25T03:23:26.388Z | tflt 1.669857639 |
2387 | 2024-09-25T03:23:26.388Z | dflt 1.376343483 |
2388 | 2024-09-25T03:23:26.388Z | kflt 0.000041374 |
2389 | 2024-09-25T03:23:26.388Z | lock 11:56.555687818 |
2390 | 2024-09-25T03:23:26.388Z | slp 41:06.308627700 |
2391 | 2024-09-25T03:23:26.388Z | lat 31.247065770 |
2392 | 2024-09-25T03:23:26.388Z | stop 1:45.752007070 |
2393 | 2024-09-25T03:23:26.391Z | process exited: duration 499694 ms, exit code 1 |
|
2394 | 2024-09-25T03:23:26.398Z | found 0 output files |