|
|
|
1 | 2024-08-07T06:47:12.162Z | job assigned to worker 01J4NSD74EYVF4F8WPFY8JDHE1 (queued for 1 m 7 s) |
|
2 | 2024-08-07T06:47:20.248Z | starting task 0: "setup" |
3 | 2024-08-07T06:47:20.260Z | ++ uname -s |
4 | 2024-08-07T06:47:20.262Z | + kern=SunOS |
5 | 2024-08-07T06:47:20.262Z | + case "$kern" in |
6 | 2024-08-07T06:47:20.262Z | + groupadd -g 12345 build |
7 | 2024-08-07T06:47:20.265Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T06:47:22.277Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T06:47:22.370Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T06:47:22.372Z | + home_fs=zfs |
11 | 2024-08-07T06:47:22.372Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T06:47:22.372Z | + mkdir -p /home/build |
13 | 2024-08-07T06:47:22.375Z | + chown build:build /home/build /work |
14 | 2024-08-07T06:47:23.376Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T06:47:23.378Z | process exited: duration 3128 ms, exit code 0 |
|
16 | 2024-08-07T06:47:23.384Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T06:47:23.389Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T06:47:23.389Z | ' 1.80.0 |
19 | 2024-08-07T06:47:23.389Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-07T06:47:23.389Z | ' default |
21 | 2024-08-07T06:47:23.392Z | * toolchain channel = "1.80.0" |
22 | 2024-08-07T06:47:23.392Z | * toolchain profile = "default" |
23 | 2024-08-07T06:47:23.392Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T06:47:23.392Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T06:47:23.507Z | info: downloading installer |
26 | 2024-08-07T06:47:24.911Z | info: profile set to 'default' |
27 | 2024-08-07T06:47:24.911Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T06:47:24.914Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T06:47:25.057Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T06:47:25.057Z | info: downloading component 'cargo' |
31 | 2024-08-07T06:47:25.870Z | info: downloading component 'clippy' |
32 | 2024-08-07T06:47:26.155Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T06:47:27.272Z | info: downloading component 'rust-std' |
34 | 2024-08-07T06:47:28.855Z | info: downloading component 'rustc' |
35 | 2024-08-07T06:47:33.310Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T06:47:33.546Z | info: installing component 'cargo' |
37 | 2024-08-07T06:47:34.381Z | info: installing component 'clippy' |
38 | 2024-08-07T06:47:34.752Z | info: installing component 'rust-docs' |
39 | 2024-08-07T06:47:36.381Z | info: installing component 'rust-std' |
40 | 2024-08-07T06:47:38.027Z | info: installing component 'rustc' |
41 | 2024-08-07T06:47:42.204Z | info: installing component 'rustfmt' |
42 | 2024-08-07T06:47:42.547Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T06:47:42.547Z | |
44 | 2024-08-07T06:47:42.821Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T06:47:42.821Z | |
46 | 2024-08-07T06:47:42.824Z | |
47 | 2024-08-07T06:47:42.824Z | Rust is installed now. Great! |
48 | 2024-08-07T06:47:42.824Z | |
49 | 2024-08-07T06:47:42.824Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T06:47:42.824Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T06:47:42.824Z | |
52 | 2024-08-07T06:47:42.824Z | To configure your current shell, you need to source |
53 | 2024-08-07T06:47:42.824Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T06:47:42.824Z | |
55 | 2024-08-07T06:47:42.824Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T06:47:42.824Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T06:47:42.824Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T06:47:42.877Z | + rustc --version |
59 | 2024-08-07T06:47:42.940Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T06:47:42.943Z | process exited: duration 19552 ms, exit code 0 |
|
61 | 2024-08-07T06:47:42.949Z | starting task 2: "authentication" |
62 | 2024-08-07T06:47:42.969Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-07T06:47:42.977Z | starting task 3: "clone repository" |
64 | 2024-08-07T06:47:42.979Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T06:47:42.982Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T06:47:43.029Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T06:47:48.437Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T06:47:48.437Z | + git fetch origin 2dbf463f253dd1e0c662e2563bae30c0071ee454 |
69 | 2024-08-07T06:47:48.703Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T06:47:48.703Z | * branch 2dbf463f253dd1e0c662e2563bae30c0071ee454 -> FETCH_HEAD |
71 | 2024-08-07T06:47:48.712Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
72 | 2024-08-07T06:47:48.715Z | ++ git branch --show-current |
73 | 2024-08-07T06:47:48.718Z | + current=main |
74 | 2024-08-07T06:47:48.718Z | + [[ main != renovate/hyper-staticfile-0.x ]] |
75 | 2024-08-07T06:47:48.718Z | + git branch -f renovate/hyper-staticfile-0.x 2dbf463f253dd1e0c662e2563bae30c0071ee454 |
76 | 2024-08-07T06:47:48.720Z | + git checkout -f renovate/hyper-staticfile-0.x |
77 | 2024-08-07T06:47:48.815Z | Switched to branch 'renovate/hyper-staticfile-0.x' |
78 | 2024-08-07T06:47:48.818Z | + git reset --hard 2dbf463f253dd1e0c662e2563bae30c0071ee454 |
79 | 2024-08-07T06:47:48.910Z | HEAD is now at 2dbf463f2 Update Rust crate hyper-staticfile to 0.10.1 |
80 | 2024-08-07T06:47:48.913Z | process exited: duration 5934 ms, exit code 0 |
|
81 | 2024-08-07T06:47:48.919Z | starting task 4: "build" |
82 | 2024-08-07T06:47:48.924Z | + cargo --version |
83 | 2024-08-07T06:47:48.979Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T06:47:48.982Z | + rustc --version |
85 | 2024-08-07T06:47:49.037Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T06:47:49.040Z | + source ./env.sh |
87 | 2024-08-07T06:47:49.040Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-07T06:47:49.040Z | ++ set -o xtrace |
89 | 2024-08-07T06:47:49.042Z | ++++ dirname ./env.sh |
90 | 2024-08-07T06:47:49.045Z | +++ readlink -f . |
91 | 2024-08-07T06:47:49.048Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-07T06:47:49.051Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-07T06:47:49.051Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-07T06:47:49.051Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-07T06:47:49.051Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-07T06:47:49.051Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-07T06:47:49.051Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-07T06:47:49.051Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-07T06:47:49.051Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-07T06:47:49.051Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-07T06:47:49.051Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-07T06:47:49.051Z | + 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 |
103 | 2024-08-07T06:47:49.051Z | + 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 |
104 | 2024-08-07T06:47:49.051Z | + banner prerequisites |
105 | 2024-08-07T06:47:49.051Z | |
106 | 2024-08-07T06:47:49.051Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-07T06:47:49.051Z | # # # # # # # # # # # # # # # |
108 | 2024-08-07T06:47:49.051Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-07T06:47:49.051Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-07T06:47:49.051Z | # # # # # # # # # # # # # # # |
111 | 2024-08-07T06:47:49.051Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-07T06:47:49.051Z | |
113 | 2024-08-07T06:47:49.051Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-07T06:47:54.802Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-07T06:47:56.840Z | Startup: Caching catalogs ... Done |
116 | 2024-08-07T06:48:00.661Z | Planning: Solver setup ... Done (3.248s) |
117 | 2024-08-07T06:48:00.724Z | Planning: Running solver ... Done (0.062s) |
118 | 2024-08-07T06:48:00.774Z | Planning: Finding local manifests ... Done (0.004s) |
119 | 2024-08-07T06:48:00.786Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-07T06:48:00.935Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-07T06:48:00.983Z | Planning: Package planning ... Done (0.048s) |
122 | 2024-08-07T06:48:01.034Z | Planning: Merging actions ... Done (0.051s) |
123 | 2024-08-07T06:48:01.326Z | Planning: Checking for conflicting actions ... Done (0.292s) |
124 | 2024-08-07T06:48:01.337Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-07T06:48:02.326Z | Planning: Evaluating mediators ... Done (0.989s) |
126 | 2024-08-07T06:48:02.336Z | Planning: Planning completed in 5.43 seconds |
127 | 2024-08-07T06:48:02.353Z | Packages to install: 4 |
128 | 2024-08-07T06:48:02.353Z | Mediators to change: 2 |
129 | 2024-08-07T06:48:02.356Z | Services to change: 1 |
130 | 2024-08-07T06:48:02.356Z | Estimated space available: 155.76 GB |
131 | 2024-08-07T06:48:02.356Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-07T06:48:02.356Z | Create boot environment: No |
133 | 2024-08-07T06:48:02.356Z | Create backup boot environment: No |
134 | 2024-08-07T06:48:02.356Z | Rebuild boot archive: No |
135 | 2024-08-07T06:48:02.356Z | |
136 | 2024-08-07T06:48:02.356Z | Changed mediators: |
137 | 2024-08-07T06:48:02.356Z | mediator clang: |
138 | 2024-08-07T06:48:02.356Z | version: None -> 15 (system default) |
139 | 2024-08-07T06:48:02.356Z | |
140 | 2024-08-07T06:48:02.356Z | mediator llvm: |
141 | 2024-08-07T06:48:02.356Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-07T06:48:02.356Z | |
143 | 2024-08-07T06:48:02.356Z | Changed packages: |
144 | 2024-08-07T06:48:02.356Z | helios-dev |
145 | 2024-08-07T06:48:02.356Z | developer/build-essential |
146 | 2024-08-07T06:48:02.356Z | None -> 11-2.0 |
147 | 2024-08-07T06:48:02.356Z | library/libxmlsec1 |
148 | 2024-08-07T06:48:02.356Z | None -> 1.2.35-2.0 |
149 | 2024-08-07T06:48:02.356Z | ooce/developer/clang-15 |
150 | 2024-08-07T06:48:02.356Z | None -> 15.0.7-2.0 |
151 | 2024-08-07T06:48:02.356Z | ooce/developer/llvm-15 |
152 | 2024-08-07T06:48:02.356Z | None -> 15.0.7-2.0 |
153 | 2024-08-07T06:48:02.356Z | |
154 | 2024-08-07T06:48:02.356Z | Services: |
155 | 2024-08-07T06:48:02.357Z | restart_fmri: |
156 | 2024-08-07T06:48:02.357Z | svc:/system/update-man-index:default |
157 | 2024-08-07T06:48:02.400Z | |
158 | 2024-08-07T06:48:02.400Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-07T06:48:07.402Z | Download: 1378/3290 items 110.0/212.6MB 51% complete (22.0M/s) |
160 | 2024-08-07T06:48:12.404Z | Download: 3105/3290 items 131.2/212.6MB 61% complete (13.1M/s) |
161 | 2024-08-07T06:48:15.524Z | Download: Completed 212.60 MB in 13.12 seconds (16.2M/s) |
162 | 2024-08-07T06:48:15.793Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-08-07T06:48:20.330Z | Actions: Completed 3689 actions in 4.53 seconds. |
164 | 2024-08-07T06:48:20.589Z | Done (0.253s) |
165 | 2024-08-07T06:48:20.589Z | Done (0.000s) |
166 | 2024-08-07T06:48:20.940Z | Done (0.352s) |
167 | 2024-08-07T06:48:25.193Z | Done (4.085s) |
168 | 2024-08-07T06:48:25.276Z | Done (0.019s) |
169 | 2024-08-07T06:48:25.280Z | Done (0.000s) |
170 | 2024-08-07T06:48:25.429Z | Done (0.000s) |
171 | 2024-08-07T06:48:26.000Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-08-07T06:48:26.169Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-08-07T06:48:26.174Z | Planning: Consolidating action changes ... Done |
174 | 2024-08-07T06:48:26.422Z | Planning: Evaluating mediators ... Done |
175 | 2024-08-07T06:48:26.431Z | Planning: Planning completed in 0.43 seconds |
176 | 2024-08-07T06:48:26.458Z | Mediators to change: 2 |
177 | 2024-08-07T06:48:26.459Z | Create boot environment: No |
178 | 2024-08-07T06:48:26.466Z | Create backup boot environment: No |
179 | 2024-08-07T06:48:26.525Z | Done |
180 | 2024-08-07T06:48:26.525Z | Done |
181 | 2024-08-07T06:48:26.758Z | Done |
182 | 2024-08-07T06:48:30.168Z | Done |
183 | 2024-08-07T06:48:30.253Z | Done |
184 | 2024-08-07T06:48:30.258Z | Done |
185 | 2024-08-07T06:48:30.361Z | Done |
186 | 2024-08-07T06:48:30.957Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-08-07T06:48:30.960Z | Planning: Merging actions ... Done |
188 | 2024-08-07T06:48:31.145Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-08-07T06:48:31.148Z | Planning: Consolidating action changes ... Done |
190 | 2024-08-07T06:48:31.408Z | Planning: Evaluating mediators ... Done |
191 | 2024-08-07T06:48:31.464Z | Planning: Planning completed in 0.75 seconds |
192 | 2024-08-07T06:48:31.500Z | Packages to change: 1 |
193 | 2024-08-07T06:48:31.500Z | Mediators to change: 1 |
194 | 2024-08-07T06:48:31.503Z | Services to change: 1 |
195 | 2024-08-07T06:48:31.503Z | Create boot environment: No |
196 | 2024-08-07T06:48:31.503Z | Create backup boot environment: Yes |
197 | 2024-08-07T06:48:33.589Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-08-07T06:48:33.592Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-08-07T06:48:33.592Z | Done |
200 | 2024-08-07T06:48:33.592Z | Done |
201 | 2024-08-07T06:48:33.664Z | Done |
202 | 2024-08-07T06:48:37.202Z | Done |
203 | 2024-08-07T06:48:37.283Z | Done |
204 | 2024-08-07T06:48:37.286Z | Done |
205 | 2024-08-07T06:48:37.428Z | Done |
206 | 2024-08-07T06:48:37.856Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-08-07T06:48:37.856Z | clang system 15 system |
208 | 2024-08-07T06:48:37.856Z | csh system system illumos |
209 | 2024-08-07T06:48:37.856Z | ctags system system illumos |
210 | 2024-08-07T06:48:37.856Z | gcc vendor 12 vendor |
211 | 2024-08-07T06:48:37.856Z | gcc system 10 system |
212 | 2024-08-07T06:48:37.857Z | gcc system 7 system |
213 | 2024-08-07T06:48:37.857Z | go system 1.20 system |
214 | 2024-08-07T06:48:37.857Z | go system 1.19 system |
215 | 2024-08-07T06:48:37.857Z | llvm system 15 system |
216 | 2024-08-07T06:48:37.857Z | llvm system 14 system |
217 | 2024-08-07T06:48:37.857Z | mariadb system 10.6 system |
218 | 2024-08-07T06:48:37.857Z | mta vendor vendor dma |
219 | 2024-08-07T06:48:37.857Z | openjdk system 17 system |
220 | 2024-08-07T06:48:37.857Z | openjdk system 11 system |
221 | 2024-08-07T06:48:37.857Z | openjdk system 1.8 system |
222 | 2024-08-07T06:48:37.857Z | openssl vendor 3 vendor |
223 | 2024-08-07T06:48:37.857Z | perl system 5.36 system |
224 | 2024-08-07T06:48:37.857Z | postgresql system 15 system |
225 | 2024-08-07T06:48:37.857Z | postgresql system 13 system |
226 | 2024-08-07T06:48:37.857Z | python vendor 3 vendor |
227 | 2024-08-07T06:48:37.857Z | python system 2 system |
228 | 2024-08-07T06:48:37.857Z | python3 system 3.11 system |
229 | 2024-08-07T06:48:37.857Z | ruby system 3.0 system |
230 | 2024-08-07T06:48:37.857Z | words vendor vendor american-english |
231 | 2024-08-07T06:48:37.857Z | words system system australian-english |
232 | 2024-08-07T06:48:37.857Z | words system system british-english |
233 | 2024-08-07T06:48:37.857Z | words system system canadian-english |
234 | 2024-08-07T06:48:37.857Z | words system system french |
235 | 2024-08-07T06:48:37.857Z | words system system italian |
236 | 2024-08-07T06:48:37.857Z | words system system ngerman |
237 | 2024-08-07T06:48:37.857Z | words system system ogerman |
238 | 2024-08-07T06:48:37.857Z | words system system spanish |
239 | 2024-08-07T06:48:38.183Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-08-07T06:48:38.183Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-08-07T06:48:39.822Z | FMRI IFO |
242 | 2024-08-07T06:48:39.822Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-08-07T06:48:39.822Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-08-07T06:48:39.823Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-08-07T06:48:40.392Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-08-07T06:48:40.670Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-08-07T06:48:40.942Z | Updating crates.io index |
257 | 2024-08-07T06:48:40.945Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-08-07T06:48:41.688Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-08-07T06:48:42.404Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-08-07T06:48:42.659Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-08-07T06:48:44.170Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-08-07T06:48:44.392Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-08-07T06:48:44.638Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-08-07T06:48:45.728Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-08-07T06:48:47.739Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-08-07T06:48:48.677Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-08-07T06:48:49.388Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-08-07T06:48:49.992Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-08-07T06:48:50.307Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
270 | 2024-08-07T06:48:50.602Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
271 | 2024-08-07T06:48:50.845Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
272 | 2024-08-07T06:48:51.149Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
273 | 2024-08-07T06:48:51.433Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
274 | 2024-08-07T06:48:51.650Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
275 | 2024-08-07T06:48:51.928Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-08-07T06:48:52.263Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-08-07T06:48:52.551Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-08-07T06:48:52.949Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-08-07T06:48:53.279Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-08-07T06:48:53.809Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-08-07T06:48:54.137Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
282 | 2024-08-07T06:48:54.582Z | Updating git repository `https://github.com/oxidecomputer/typify` |
283 | 2024-08-07T06:48:56.831Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
284 | 2024-08-07T06:48:57.072Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
285 | 2024-08-07T06:48:57.343Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
286 | 2024-08-07T06:48:57.658Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
287 | 2024-08-07T06:48:58.894Z | Downloading crates ... |
288 | 2024-08-07T06:48:58.961Z | Downloaded equivalent v1.0.1 |
289 | 2024-08-07T06:48:58.979Z | Downloaded is_terminal_polyfill v1.70.0 |
290 | 2024-08-07T06:48:58.986Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-08-07T06:48:58.993Z | Downloaded pretty-hex v0.4.1 |
292 | 2024-08-07T06:48:58.996Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-08-07T06:48:58.998Z | Downloaded crypto-common v0.1.6 |
294 | 2024-08-07T06:48:58.999Z | Downloaded colorchoice v1.0.1 |
295 | 2024-08-07T06:48:58.999Z | Downloaded cargo-platform v0.1.8 |
296 | 2024-08-07T06:48:59.001Z | Downloaded bytecount v0.6.8 |
297 | 2024-08-07T06:48:59.004Z | Downloaded anstyle-parse v0.2.4 |
298 | 2024-08-07T06:48:59.004Z | Downloaded dtrace-parser v0.2.0 |
299 | 2024-08-07T06:48:59.007Z | Downloaded cpufeatures v0.2.12 |
300 | 2024-08-07T06:48:59.007Z | Downloaded version_check v0.9.5 |
301 | 2024-08-07T06:48:59.010Z | Downloaded dof v0.3.0 |
302 | 2024-08-07T06:48:59.010Z | Downloaded cfg-if v1.0.0 |
303 | 2024-08-07T06:48:59.010Z | Downloaded anstyle-query v1.0.3 |
304 | 2024-08-07T06:48:59.013Z | Downloaded clap_lex v0.7.0 |
305 | 2024-08-07T06:48:59.013Z | Downloaded anstyle v1.0.8 |
306 | 2024-08-07T06:48:59.015Z | Downloaded byteorder v1.5.0 |
307 | 2024-08-07T06:48:59.018Z | Downloaded toml_datetime v0.6.8 |
308 | 2024-08-07T06:48:59.021Z | Downloaded proc-macro-error-attr v1.0.4 |
309 | 2024-08-07T06:48:59.021Z | Downloaded heck v0.5.0 |
310 | 2024-08-07T06:48:59.022Z | Downloaded thiserror-impl v1.0.63 |
311 | 2024-08-07T06:48:59.025Z | Downloaded terminal_size v0.3.0 |
312 | 2024-08-07T06:48:59.025Z | Downloaded memmap v0.7.0 |
313 | 2024-08-07T06:48:59.027Z | Downloaded macaddr v1.0.1 |
314 | 2024-08-07T06:48:59.027Z | Downloaded strsim v0.11.1 |
315 | 2024-08-07T06:48:59.030Z | Downloaded generic-array v0.14.7 |
316 | 2024-08-07T06:48:59.030Z | Downloaded fnv v1.0.7 |
317 | 2024-08-07T06:48:59.032Z | Downloaded clap_derive v4.5.13 |
318 | 2024-08-07T06:48:59.035Z | Downloaded anstream v0.6.14 |
319 | 2024-08-07T06:48:59.038Z | Downloaded cargo_metadata v0.18.1 |
320 | 2024-08-07T06:48:59.038Z | Downloaded serde_spanned v0.6.7 |
321 | 2024-08-07T06:48:59.043Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-08-07T06:48:59.051Z | Downloaded digest v0.10.7 |
323 | 2024-08-07T06:48:59.054Z | Downloaded camino v1.1.7 |
324 | 2024-08-07T06:48:59.057Z | Downloaded thiserror v1.0.63 |
325 | 2024-08-07T06:48:59.060Z | Downloaded usdt v0.5.0 |
326 | 2024-08-07T06:48:59.063Z | Downloaded semver v1.0.23 |
327 | 2024-08-07T06:48:59.065Z | Downloaded scroll v0.12.0 |
328 | 2024-08-07T06:48:59.065Z | Downloaded cargo_toml v0.20.4 |
329 | 2024-08-07T06:48:59.069Z | Downloaded anyhow v1.0.86 |
330 | 2024-08-07T06:48:59.073Z | Downloaded utf8parse v0.2.1 |
331 | 2024-08-07T06:48:59.075Z | Downloaded thread-id v4.2.1 |
332 | 2024-08-07T06:48:59.075Z | Downloaded serde_tokenstream v0.2.1 |
333 | 2024-08-07T06:48:59.078Z | Downloaded pest_derive v2.7.10 |
334 | 2024-08-07T06:48:59.081Z | Downloaded usdt-impl v0.5.0 |
335 | 2024-08-07T06:48:59.084Z | Downloaded tabled_derive v0.7.0 |
336 | 2024-08-07T06:48:59.084Z | Downloaded pest_generator v2.7.10 |
337 | 2024-08-07T06:48:59.084Z | Downloaded heck v0.4.1 |
338 | 2024-08-07T06:48:59.088Z | Downloaded block-buffer v0.10.4 |
339 | 2024-08-07T06:48:59.088Z | Downloaded autocfg v1.3.0 |
340 | 2024-08-07T06:48:59.090Z | Downloaded swrite v0.1.0 |
341 | 2024-08-07T06:48:59.090Z | Downloaded once_cell v1.19.0 |
342 | 2024-08-07T06:48:59.093Z | Downloaded itoa v1.0.11 |
343 | 2024-08-07T06:48:59.093Z | Downloaded bitflags v2.6.0 |
344 | 2024-08-07T06:48:59.096Z | Downloaded errno v0.3.9 |
345 | 2024-08-07T06:48:59.098Z | Downloaded ucd-trie v0.1.6 |
346 | 2024-08-07T06:48:59.101Z | Downloaded plain v0.2.3 |
347 | 2024-08-07T06:48:59.101Z | Downloaded fs-err v2.11.0 |
348 | 2024-08-07T06:48:59.104Z | Downloaded quote v1.0.36 |
349 | 2024-08-07T06:48:59.106Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-08-07T06:48:59.109Z | Downloaded pest_meta v2.7.10 |
351 | 2024-08-07T06:48:59.112Z | Downloaded typenum v1.17.0 |
352 | 2024-08-07T06:48:59.115Z | Downloaded toml v0.8.19 |
353 | 2024-08-07T06:48:59.118Z | Downloaded zerocopy-derive v0.7.34 |
354 | 2024-08-07T06:48:59.121Z | Downloaded sha2 v0.10.8 |
355 | 2024-08-07T06:48:59.124Z | Downloaded serde_derive v1.0.204 |
356 | 2024-08-07T06:48:59.126Z | Downloaded clap v4.5.13 |
357 | 2024-08-07T06:48:59.134Z | Downloaded papergrid v0.11.0 |
358 | 2024-08-07T06:48:59.139Z | Downloaded unicode-ident v1.0.12 |
359 | 2024-08-07T06:48:59.141Z | Downloaded ryu v1.0.18 |
360 | 2024-08-07T06:48:59.144Z | Downloaded proc-macro2 v1.0.86 |
361 | 2024-08-07T06:48:59.147Z | Downloaded log v0.4.21 |
362 | 2024-08-07T06:48:59.170Z | Downloaded indexmap v2.3.0 |
363 | 2024-08-07T06:48:59.187Z | Downloaded serde v1.0.204 |
364 | 2024-08-07T06:48:59.190Z | Downloaded memchr v2.7.2 |
365 | 2024-08-07T06:48:59.195Z | Downloaded toml_edit v0.22.20 |
366 | 2024-08-07T06:48:59.217Z | Downloaded clap_builder v4.5.13 |
367 | 2024-08-07T06:48:59.225Z | Downloaded pest v2.7.10 |
368 | 2024-08-07T06:48:59.233Z | Downloaded winnow v0.6.18 |
369 | 2024-08-07T06:48:59.242Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-07T06:48:59.247Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-07T06:48:59.262Z | Downloaded serde_json v1.0.122 |
372 | 2024-08-07T06:48:59.269Z | Downloaded tabled v0.15.0 |
373 | 2024-08-07T06:48:59.284Z | Downloaded syn v1.0.109 |
374 | 2024-08-07T06:48:59.294Z | Downloaded syn v2.0.72 |
375 | 2024-08-07T06:48:59.305Z | Downloaded goblin v0.8.2 |
376 | 2024-08-07T06:48:59.311Z | Downloaded rustix v0.38.34 |
377 | 2024-08-07T06:48:59.333Z | Downloaded unicode-width v0.1.13 |
378 | 2024-08-07T06:48:59.341Z | Downloaded libc v0.2.155 |
379 | 2024-08-07T06:48:59.633Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-07T06:48:59.633Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-07T06:48:59.636Z | Compiling version_check v0.9.5 |
382 | 2024-08-07T06:48:59.636Z | Compiling serde v1.0.204 |
383 | 2024-08-07T06:48:59.636Z | Compiling memchr v2.7.2 |
384 | 2024-08-07T06:48:59.636Z | Compiling thiserror v1.0.63 |
385 | 2024-08-07T06:48:59.636Z | Compiling libc v0.2.155 |
386 | 2024-08-07T06:48:59.666Z | Compiling ryu v1.0.18 |
387 | 2024-08-07T06:48:59.946Z | Compiling itoa v1.0.11 |
388 | 2024-08-07T06:49:00.125Z | Compiling ucd-trie v0.1.6 |
389 | 2024-08-07T06:49:00.163Z | Compiling once_cell v1.19.0 |
390 | 2024-08-07T06:49:00.491Z | Compiling byteorder v1.5.0 |
391 | 2024-08-07T06:49:00.581Z | Compiling serde_json v1.0.122 |
392 | 2024-08-07T06:49:00.970Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-08-07T06:49:00.992Z | Compiling usdt-impl v0.5.0 |
394 | 2024-08-07T06:49:01.020Z | Compiling rustix v0.38.34 |
395 | 2024-08-07T06:49:01.119Z | Compiling syn v1.0.109 |
396 | 2024-08-07T06:49:01.279Z | Compiling quote v1.0.36 |
397 | 2024-08-07T06:49:01.492Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-08-07T06:49:01.516Z | Compiling log v0.4.21 |
399 | 2024-08-07T06:49:01.758Z | Compiling syn v2.0.72 |
400 | 2024-08-07T06:49:01.873Z | Compiling errno v0.3.9 |
401 | 2024-08-07T06:49:01.904Z | Compiling equivalent v1.0.1 |
402 | 2024-08-07T06:49:01.923Z | Compiling bitflags v2.6.0 |
403 | 2024-08-07T06:49:01.965Z | Compiling plain v0.2.3 |
404 | 2024-08-07T06:49:01.990Z | Compiling thread-id v4.2.1 |
405 | 2024-08-07T06:49:02.013Z | Compiling utf8parse v0.2.1 |
406 | 2024-08-07T06:49:02.073Z | Compiling hashbrown v0.14.5 |
407 | 2024-08-07T06:49:02.167Z | Compiling anstyle-parse v0.2.4 |
408 | 2024-08-07T06:49:02.324Z | Compiling anstyle v1.0.8 |
409 | 2024-08-07T06:49:02.553Z | Compiling semver v1.0.23 |
410 | 2024-08-07T06:49:02.577Z | Compiling pretty-hex v0.4.1 |
411 | 2024-08-07T06:49:02.808Z | Compiling camino v1.1.7 |
412 | 2024-08-07T06:49:02.869Z | Compiling colorchoice v1.0.1 |
413 | 2024-08-07T06:49:03.027Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-07T06:49:03.072Z | Compiling winnow v0.6.18 |
415 | 2024-08-07T06:49:03.144Z | Compiling anstyle-query v1.0.3 |
416 | 2024-08-07T06:49:03.169Z | Compiling autocfg v1.3.0 |
417 | 2024-08-07T06:49:03.295Z | Compiling anstream v0.6.14 |
418 | 2024-08-07T06:49:03.510Z | Compiling indexmap v2.3.0 |
419 | 2024-08-07T06:49:03.576Z | Compiling terminal_size v0.3.0 |
420 | 2024-08-07T06:49:03.991Z | Compiling strsim v0.11.1 |
421 | 2024-08-07T06:49:04.049Z | Compiling unicode-width v0.1.13 |
422 | 2024-08-07T06:49:04.052Z | Compiling clap_lex v0.7.0 |
423 | 2024-08-07T06:49:04.140Z | Compiling fs-err v2.11.0 |
424 | 2024-08-07T06:49:04.276Z | Compiling anyhow v1.0.86 |
425 | 2024-08-07T06:49:04.434Z | Compiling heck v0.4.1 |
426 | 2024-08-07T06:49:04.579Z | Compiling bytecount v0.6.8 |
427 | 2024-08-07T06:49:04.800Z | Compiling heck v0.5.0 |
428 | 2024-08-07T06:49:04.899Z | Compiling fnv v1.0.7 |
429 | 2024-08-07T06:49:05.032Z | Compiling papergrid v0.11.0 |
430 | 2024-08-07T06:49:05.084Z | Compiling clap_builder v4.5.13 |
431 | 2024-08-07T06:49:05.110Z | Compiling memmap v0.7.0 |
432 | 2024-08-07T06:49:05.652Z | Compiling swrite v0.1.0 |
433 | 2024-08-07T06:49:07.285Z | Compiling tabled_derive v0.7.0 |
434 | 2024-08-07T06:49:08.851Z | Compiling tabled v0.15.0 |
435 | 2024-08-07T06:49:10.179Z | Compiling serde_derive v1.0.204 |
436 | 2024-08-07T06:49:10.179Z | Compiling thiserror-impl v1.0.63 |
437 | 2024-08-07T06:49:10.182Z | Compiling zerocopy-derive v0.7.34 |
438 | 2024-08-07T06:49:10.182Z | Compiling scroll_derive v0.12.0 |
439 | 2024-08-07T06:49:10.544Z | Compiling clap_derive v4.5.13 |
440 | 2024-08-07T06:49:11.686Z | Compiling scroll v0.12.0 |
441 | 2024-08-07T06:49:12.204Z | Compiling goblin v0.8.2 |
442 | 2024-08-07T06:49:12.331Z | Compiling zerocopy v0.7.34 |
443 | 2024-08-07T06:49:13.042Z | Compiling pest v2.7.10 |
444 | 2024-08-07T06:49:14.402Z | Compiling clap v4.5.13 |
445 | 2024-08-07T06:49:15.232Z | Compiling pest_meta v2.7.10 |
446 | 2024-08-07T06:49:16.026Z | Compiling pest_generator v2.7.10 |
447 | 2024-08-07T06:49:17.725Z | Compiling pest_derive v2.7.10 |
448 | 2024-08-07T06:49:18.464Z | Compiling dtrace-parser v0.2.0 |
449 | 2024-08-07T06:49:20.478Z | Compiling serde_tokenstream v0.2.1 |
450 | 2024-08-07T06:49:20.496Z | Compiling toml_datetime v0.6.8 |
451 | 2024-08-07T06:49:20.496Z | Compiling serde_spanned v0.6.7 |
452 | 2024-08-07T06:49:20.824Z | Compiling cargo-platform v0.1.8 |
453 | 2024-08-07T06:49:20.863Z | Compiling toml_edit v0.22.20 |
454 | 2024-08-07T06:49:21.010Z | Compiling macaddr v1.0.1 |
455 | 2024-08-07T06:49:21.841Z | Compiling dof v0.3.0 |
456 | 2024-08-07T06:49:21.987Z | Compiling cargo_metadata v0.18.1 |
457 | 2024-08-07T06:49:23.513Z | Compiling usdt-attr-macro v0.5.0 |
458 | 2024-08-07T06:49:23.513Z | Compiling usdt-macro v0.5.0 |
459 | 2024-08-07T06:49:23.675Z | Compiling toml v0.8.19 |
460 | 2024-08-07T06:49:24.559Z | Compiling cargo_toml v0.20.4 |
461 | 2024-08-07T06:49:24.837Z | Compiling usdt v0.5.0 |
462 | 2024-08-07T06:49:28.212Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
463 | 2024-08-07T06:49:31.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.80s |
464 | 2024-08-07T06:49:32.229Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
465 | 2024-08-07T06:49:32.770Z | Downloading crates ... |
466 | 2024-08-07T06:49:32.887Z | Downloaded adler v1.0.2 |
467 | 2024-08-07T06:49:32.892Z | Downloaded aead v0.5.2 |
468 | 2024-08-07T06:49:32.898Z | Downloaded argon2 v0.5.3 |
469 | 2024-08-07T06:49:32.901Z | Downloaded addr2line v0.21.0 |
470 | 2024-08-07T06:49:32.903Z | Downloaded async-stream-impl v0.3.5 |
471 | 2024-08-07T06:49:32.906Z | Downloaded cstr-argument v0.1.2 |
472 | 2024-08-07T06:49:32.906Z | Downloaded crunchy v0.2.2 |
473 | 2024-08-07T06:49:32.909Z | Downloaded atty v0.2.14 |
474 | 2024-08-07T06:49:32.909Z | Downloaded cfg_aliases v0.1.1 |
475 | 2024-08-07T06:49:32.913Z | Downloaded ciborium-io v0.2.2 |
476 | 2024-08-07T06:49:32.916Z | Downloaded bitstruct_derive v0.1.0 |
477 | 2024-08-07T06:49:32.919Z | Downloaded darling_macro v0.20.9 |
478 | 2024-08-07T06:49:32.919Z | Downloaded ahash v0.8.11 |
479 | 2024-08-07T06:49:32.924Z | Downloaded instant v0.1.12 |
480 | 2024-08-07T06:49:32.926Z | Downloaded num-conv v0.1.0 |
481 | 2024-08-07T06:49:32.927Z | Downloaded new_debug_unreachable v1.0.6 |
482 | 2024-08-07T06:49:32.929Z | Downloaded constant_time_eq v0.3.0 |
483 | 2024-08-07T06:49:32.933Z | Downloaded async-recursion v1.1.1 |
484 | 2024-08-07T06:49:32.935Z | Downloaded normalize-line-endings v0.3.0 |
485 | 2024-08-07T06:49:32.936Z | Downloaded cobs v0.2.3 |
486 | 2024-08-07T06:49:32.938Z | Downloaded allocator-api2 v0.2.18 |
487 | 2024-08-07T06:49:32.941Z | Downloaded bitfield v0.14.0 |
488 | 2024-08-07T06:49:32.944Z | Downloaded parse-size v1.0.0 |
489 | 2024-08-07T06:49:32.944Z | Downloaded debug-ignore v1.0.5 |
490 | 2024-08-07T06:49:32.946Z | Downloaded crc v3.2.1 |
491 | 2024-08-07T06:49:32.950Z | Downloaded indexmap v1.9.3 |
492 | 2024-08-07T06:49:32.952Z | Downloaded number_prefix v0.4.0 |
493 | 2024-08-07T06:49:32.955Z | Downloaded num-integer v0.1.46 |
494 | 2024-08-07T06:49:32.958Z | Downloaded nanorand v0.7.0 |
495 | 2024-08-07T06:49:32.961Z | Downloaded linear-map v1.2.0 |
496 | 2024-08-07T06:49:32.963Z | Downloaded libsw v3.3.1 |
497 | 2024-08-07T06:49:32.963Z | Downloaded nibble_vec v0.1.0 |
498 | 2024-08-07T06:49:32.966Z | Downloaded newtype-uuid v1.1.0 |
499 | 2024-08-07T06:49:32.969Z | Downloaded mockall v0.12.1 |
500 | 2024-08-07T06:49:32.972Z | Downloaded maplit v1.0.2 |
501 | 2024-08-07T06:49:32.972Z | Downloaded defmt-macros v0.3.9 |
502 | 2024-08-07T06:49:32.974Z | Downloaded num_enum_derive v0.5.11 |
503 | 2024-08-07T06:49:32.977Z | Downloaded is-terminal v0.4.12 |
504 | 2024-08-07T06:49:32.980Z | Downloaded indoc v1.0.9 |
505 | 2024-08-07T06:49:32.982Z | Downloaded num_cpus v1.16.0 |
506 | 2024-08-07T06:49:32.985Z | Downloaded serde_repr v0.1.19 |
507 | 2024-08-07T06:49:32.988Z | Downloaded strum v0.26.3 |
508 | 2024-08-07T06:49:32.988Z | Downloaded cexpr v0.6.0 |
509 | 2024-08-07T06:49:32.990Z | Downloaded base16ct v0.2.0 |
510 | 2024-08-07T06:49:32.993Z | Downloaded newtype_derive v0.1.6 |
511 | 2024-08-07T06:49:32.993Z | Downloaded sha1 v0.10.6 |
512 | 2024-08-07T06:49:32.996Z | Downloaded num_threads v0.1.7 |
513 | 2024-08-07T06:49:32.996Z | Downloaded crossbeam-epoch v0.9.18 |
514 | 2024-08-07T06:49:32.999Z | Downloaded castaway v0.2.2 |
515 | 2024-08-07T06:49:33.002Z | Downloaded openssl-probe v0.1.5 |
516 | 2024-08-07T06:49:33.004Z | Downloaded opaque-debug v0.3.1 |
517 | 2024-08-07T06:49:33.004Z | Downloaded newline-converter v0.3.0 |
518 | 2024-08-07T06:49:33.007Z | Downloaded bb8 v0.8.5 |
519 | 2024-08-07T06:49:33.007Z | Downloaded const_format_proc_macros v0.2.32 |
520 | 2024-08-07T06:49:33.010Z | Downloaded time-core v0.1.2 |
521 | 2024-08-07T06:49:33.012Z | Downloaded signal-hook-mio v0.2.3 |
522 | 2024-08-07T06:49:33.015Z | Downloaded lock_api v0.4.12 |
523 | 2024-08-07T06:49:33.015Z | Downloaded libloading v0.8.3 |
524 | 2024-08-07T06:49:33.018Z | Downloaded crossbeam-deque v0.8.5 |
525 | 2024-08-07T06:49:33.020Z | Downloaded diesel_table_macro_syntax v0.1.0 |
526 | 2024-08-07T06:49:33.020Z | Downloaded lru v0.12.3 |
527 | 2024-08-07T06:49:33.023Z | Downloaded lalrpop-util v0.19.12 |
528 | 2024-08-07T06:49:33.023Z | Downloaded libefi-sys v0.1.0 |
529 | 2024-08-07T06:49:33.026Z | Downloaded curve25519-dalek-derive v0.1.1 |
530 | 2024-08-07T06:49:33.026Z | Downloaded try-lock v0.2.5 |
531 | 2024-08-07T06:49:33.029Z | Downloaded num-rational v0.4.2 |
532 | 2024-08-07T06:49:33.031Z | Downloaded parking_lot_core v0.8.6 |
533 | 2024-08-07T06:49:33.031Z | Downloaded parking_lot v0.11.2 |
534 | 2024-08-07T06:49:33.034Z | Downloaded foreign-types-shared v0.1.1 |
535 | 2024-08-07T06:49:33.037Z | Downloaded slog-scope v4.4.0 |
536 | 2024-08-07T06:49:33.040Z | Downloaded spki v0.7.3 |
537 | 2024-08-07T06:49:33.040Z | Downloaded foreign-types-shared v0.3.1 |
538 | 2024-08-07T06:49:33.042Z | Downloaded signal-hook-registry v1.4.2 |
539 | 2024-08-07T06:49:33.043Z | Downloaded async-trait v0.1.81 |
540 | 2024-08-07T06:49:33.046Z | Downloaded mime v0.3.17 |
541 | 2024-08-07T06:49:33.049Z | Downloaded peg-runtime v0.8.3 |
542 | 2024-08-07T06:49:33.049Z | Downloaded olpc-cjson v0.1.3 |
543 | 2024-08-07T06:49:33.052Z | Downloaded num_enum v0.5.11 |
544 | 2024-08-07T06:49:33.056Z | Downloaded packed_struct_codegen v0.10.1 |
545 | 2024-08-07T06:49:33.058Z | Downloaded fxhash v0.2.1 |
546 | 2024-08-07T06:49:33.061Z | Downloaded tap v1.0.1 |
547 | 2024-08-07T06:49:33.061Z | Downloaded crc32fast v1.4.0 |
548 | 2024-08-07T06:49:33.064Z | Downloaded precomputed-hash v0.1.1 |
549 | 2024-08-07T06:49:33.064Z | Downloaded console v0.15.8 |
550 | 2024-08-07T06:49:33.066Z | Downloaded cookie_store v0.20.0 |
551 | 2024-08-07T06:49:33.069Z | Downloaded uzers v0.11.3 |
552 | 2024-08-07T06:49:33.072Z | Downloaded parse-display-derive v0.9.1 |
553 | 2024-08-07T06:49:33.075Z | Downloaded arrayvec v0.7.4 |
554 | 2024-08-07T06:49:33.077Z | Downloaded ciborium v0.2.2 |
555 | 2024-08-07T06:49:33.080Z | Downloaded data-encoding v2.6.0 |
556 | 2024-08-07T06:49:33.080Z | Downloaded lazy_static v1.5.0 |
557 | 2024-08-07T06:49:33.083Z | Downloaded inout v0.1.3 |
558 | 2024-08-07T06:49:33.085Z | Downloaded enum-as-inner v0.5.1 |
559 | 2024-08-07T06:49:33.085Z | Downloaded static_assertions v1.1.0 |
560 | 2024-08-07T06:49:33.088Z | Downloaded der v0.7.9 |
561 | 2024-08-07T06:49:33.093Z | Downloaded tui-tree-widget v0.21.0 |
562 | 2024-08-07T06:49:33.096Z | Downloaded strip-ansi-escapes v0.2.0 |
563 | 2024-08-07T06:49:33.098Z | Downloaded erased-serde v0.3.31 |
564 | 2024-08-07T06:49:33.101Z | Downloaded zeroize_derive v1.4.2 |
565 | 2024-08-07T06:49:33.101Z | Downloaded zeroize v1.7.0 |
566 | 2024-08-07T06:49:33.103Z | Downloaded peg v0.8.4 |
567 | 2024-08-07T06:49:33.107Z | Downloaded crc-any v2.5.0 |
568 | 2024-08-07T06:49:33.110Z | Downloaded quick-error v1.2.3 |
569 | 2024-08-07T06:49:33.113Z | Downloaded which v4.4.2 |
570 | 2024-08-07T06:49:33.115Z | Downloaded owo-colors v4.0.0 |
571 | 2024-08-07T06:49:33.118Z | Downloaded clang-sys v1.7.0 |
572 | 2024-08-07T06:49:33.121Z | Downloaded display-error-chain v0.2.0 |
573 | 2024-08-07T06:49:33.123Z | Downloaded slog v2.7.0 |
574 | 2024-08-07T06:49:33.126Z | Downloaded downcast v0.11.0 |
575 | 2024-08-07T06:49:33.126Z | Downloaded want v0.3.1 |
576 | 2024-08-07T06:49:33.129Z | Downloaded scopeguard v1.2.0 |
577 | 2024-08-07T06:49:33.129Z | Downloaded stringprep v0.1.4 |
578 | 2024-08-07T06:49:33.132Z | Downloaded slog-dtrace v0.3.0 |
579 | 2024-08-07T06:49:33.134Z | Downloaded percent-encoding v2.3.1 |
580 | 2024-08-07T06:49:33.134Z | Downloaded ppv-lite86 v0.2.17 |
581 | 2024-08-07T06:49:33.137Z | Downloaded pem v3.0.4 |
582 | 2024-08-07T06:49:33.140Z | Downloaded path-slash v0.1.5 |
583 | 2024-08-07T06:49:33.140Z | Downloaded hubpack_derive v0.1.1 |
584 | 2024-08-07T06:49:33.142Z | Downloaded tar v0.4.41 |
585 | 2024-08-07T06:49:33.145Z | Downloaded const_format v0.2.32 |
586 | 2024-08-07T06:49:33.150Z | Downloaded tokio-native-tls v0.3.1 |
587 | 2024-08-07T06:49:33.152Z | Downloaded phf_shared v0.10.0 |
588 | 2024-08-07T06:49:33.155Z | Downloaded crossbeam-channel v0.5.12 |
589 | 2024-08-07T06:49:33.158Z | Downloaded tokio-macros v2.3.0 |
590 | 2024-08-07T06:49:33.161Z | Downloaded darling_core v0.20.9 |
591 | 2024-08-07T06:49:33.164Z | Downloaded sigpipe v0.1.3 |
592 | 2024-08-07T06:49:33.167Z | Downloaded unicode-linebreak v0.1.5 |
593 | 2024-08-07T06:49:33.167Z | Downloaded toolchain_find v0.4.0 |
594 | 2024-08-07T06:49:33.170Z | Downloaded mockall_derive v0.12.1 |
595 | 2024-08-07T06:49:33.172Z | Downloaded structmeta-derive v0.2.0 |
596 | 2024-08-07T06:49:33.172Z | Downloaded dirs-sys-next v0.1.2 |
597 | 2024-08-07T06:49:33.175Z | Downloaded dirs-next v2.0.0 |
598 | 2024-08-07T06:49:33.175Z | Downloaded structmeta v0.3.0 |
599 | 2024-08-07T06:49:33.178Z | Downloaded env_logger v0.9.3 |
600 | 2024-08-07T06:49:33.181Z | Downloaded zone_cfg_derive v0.1.2 |
601 | 2024-08-07T06:49:33.181Z | Downloaded crypto-bigint v0.5.5 |
602 | 2024-08-07T06:49:33.187Z | Downloaded bytes v1.7.1 |
603 | 2024-08-07T06:49:33.192Z | Downloaded rand_core v0.6.4 |
604 | 2024-08-07T06:49:33.194Z | Downloaded pem-rfc7468 v0.7.0 |
605 | 2024-08-07T06:49:33.197Z | Downloaded hyper-rustls v0.24.2 |
606 | 2024-08-07T06:49:33.200Z | Downloaded tempfile v3.10.1 |
607 | 2024-08-07T06:49:33.204Z | Downloaded cookie v0.18.1 |
608 | 2024-08-07T06:49:33.206Z | Downloaded ident_case v1.0.1 |
609 | 2024-08-07T06:49:33.206Z | Downloaded foreign-types-macros v0.2.3 |
610 | 2024-08-07T06:49:33.206Z | Downloaded signature v2.2.0 |
611 | 2024-08-07T06:49:33.209Z | Downloaded foreign-types v0.5.0 |
612 | 2024-08-07T06:49:33.209Z | Downloaded oso v0.27.3 |
613 | 2024-08-07T06:49:33.213Z | Downloaded getopts v0.2.21 |
614 | 2024-08-07T06:49:33.216Z | Downloaded signal-hook-tokio v0.3.1 |
615 | 2024-08-07T06:49:33.216Z | Downloaded phf v0.11.2 |
616 | 2024-08-07T06:49:33.218Z | Downloaded futures-task v0.3.30 |
617 | 2024-08-07T06:49:33.221Z | Downloaded stability v0.2.0 |
618 | 2024-08-07T06:49:33.221Z | Downloaded zone v0.1.8 |
619 | 2024-08-07T06:49:33.224Z | Downloaded rtoolbox v0.0.2 |
620 | 2024-08-07T06:49:33.224Z | Downloaded rpassword v7.3.1 |
621 | 2024-08-07T06:49:33.226Z | Downloaded phf_shared v0.11.2 |
622 | 2024-08-07T06:49:33.226Z | Downloaded topological-sort v0.2.2 |
623 | 2024-08-07T06:49:33.229Z | Downloaded highway v1.2.0 |
624 | 2024-08-07T06:49:33.231Z | Downloaded spin v0.9.8 |
625 | 2024-08-07T06:49:33.234Z | Downloaded paste v1.0.15 |
626 | 2024-08-07T06:49:33.237Z | Downloaded rand_chacha v0.3.1 |
627 | 2024-08-07T06:49:33.237Z | Downloaded humantime v2.1.0 |
628 | 2024-08-07T06:49:33.239Z | Downloaded num-traits v0.2.19 |
629 | 2024-08-07T06:49:33.242Z | Downloaded foreign-types v0.3.2 |
630 | 2024-08-07T06:49:33.244Z | Downloaded trust-dns-resolver v0.22.0 |
631 | 2024-08-07T06:49:33.247Z | Downloaded derive_builder_macro v0.20.0 |
632 | 2024-08-07T06:49:33.250Z | Downloaded waitgroup v0.1.2 |
633 | 2024-08-07T06:49:33.250Z | Downloaded resolv-conf v0.7.0 |
634 | 2024-08-07T06:49:33.253Z | Downloaded fastrand v2.1.0 |
635 | 2024-08-07T06:49:33.255Z | Downloaded utf-8 v0.7.6 |
636 | 2024-08-07T06:49:33.255Z | Downloaded proc-macro-crate v1.3.1 |
637 | 2024-08-07T06:49:33.258Z | Downloaded headers v0.3.9 |
638 | 2024-08-07T06:49:33.262Z | Downloaded elliptic-curve v0.13.8 |
639 | 2024-08-07T06:49:33.266Z | Downloaded rustc_version v0.4.0 |
640 | 2024-08-07T06:49:33.269Z | Downloaded strum_macros v0.26.4 |
641 | 2024-08-07T06:49:33.272Z | Downloaded serde_plain v1.0.2 |
642 | 2024-08-07T06:49:33.274Z | Downloaded futures-sink v0.3.30 |
643 | 2024-08-07T06:49:33.274Z | Downloaded structmeta-derive v0.3.0 |
644 | 2024-08-07T06:49:33.277Z | Downloaded sqlparser_derive v0.2.2 |
645 | 2024-08-07T06:49:33.277Z | Downloaded yasna v0.5.2 |
646 | 2024-08-07T06:49:33.280Z | Downloaded crossterm v0.27.0 |
647 | 2024-08-07T06:49:33.284Z | Downloaded string_cache v0.8.7 |
648 | 2024-08-07T06:49:33.287Z | Downloaded unicode-xid v0.2.4 |
649 | 2024-08-07T06:49:33.296Z | Downloaded rustversion v1.0.17 |
650 | 2024-08-07T06:49:33.299Z | Downloaded pin-project-internal v1.1.5 |
651 | 2024-08-07T06:49:33.302Z | Downloaded home v0.5.9 |
652 | 2024-08-07T06:49:33.305Z | Downloaded rayon-core v1.12.1 |
653 | 2024-08-07T06:49:33.307Z | Downloaded futures-channel v0.3.30 |
654 | 2024-08-07T06:49:33.310Z | Downloaded serde-big-array v0.5.1 |
655 | 2024-08-07T06:49:33.313Z | Downloaded rand_xorshift v0.3.0 |
656 | 2024-08-07T06:49:33.313Z | Downloaded aho-corasick v1.1.3 |
657 | 2024-08-07T06:49:33.319Z | Downloaded flagset v0.4.5 |
658 | 2024-08-07T06:49:33.322Z | Downloaded tinyvec_macros v0.1.1 |
659 | 2024-08-07T06:49:33.324Z | Downloaded rustc-hash v1.1.0 |
660 | 2024-08-07T06:49:33.324Z | Downloaded textwrap v0.16.1 |
661 | 2024-08-07T06:49:33.327Z | Downloaded test-strategy v0.3.1 |
662 | 2024-08-07T06:49:33.330Z | Downloaded smawk v0.3.2 |
663 | 2024-08-07T06:49:33.332Z | Downloaded float-ord v0.3.2 |
664 | 2024-08-07T06:49:33.335Z | Downloaded zerocopy v0.6.6 |
665 | 2024-08-07T06:49:33.338Z | Downloaded signal-hook v0.3.17 |
666 | 2024-08-07T06:49:33.340Z | Downloaded rand_seeder v0.3.0 |
667 | 2024-08-07T06:49:33.343Z | Downloaded ena v0.14.3 |
668 | 2024-08-07T06:49:33.343Z | Downloaded tracing-attributes v0.1.27 |
669 | 2024-08-07T06:49:33.346Z | Downloaded iana-time-zone v0.1.60 |
670 | 2024-08-07T06:49:33.348Z | Downloaded supports-color v3.0.0 |
671 | 2024-08-07T06:49:33.351Z | Downloaded rusty-fork v0.3.0 |
672 | 2024-08-07T06:49:33.353Z | Downloaded subtle v2.5.0 |
673 | 2024-08-07T06:49:33.353Z | Downloaded fragile v2.0.0 |
674 | 2024-08-07T06:49:33.356Z | Downloaded vte_generate_state_changes v0.1.1 |
675 | 2024-08-07T06:49:33.356Z | Downloaded group v0.13.0 |
676 | 2024-08-07T06:49:33.359Z | Downloaded ref-cast-impl v1.0.23 |
677 | 2024-08-07T06:49:33.359Z | Downloaded hostname v0.4.0 |
678 | 2024-08-07T06:49:33.362Z | Downloaded sync_wrapper v0.1.2 |
679 | 2024-08-07T06:49:33.362Z | Downloaded ron v0.7.1 |
680 | 2024-08-07T06:49:33.367Z | Downloaded strum_macros v0.25.3 |
681 | 2024-08-07T06:49:33.370Z | Downloaded portpicker v0.1.1 |
682 | 2024-08-07T06:49:33.372Z | Downloaded derive_builder v0.20.0 |
683 | 2024-08-07T06:49:33.375Z | Downloaded socket2 v0.5.7 |
684 | 2024-08-07T06:49:33.378Z | Downloaded either v1.13.0 |
685 | 2024-08-07T06:49:33.381Z | Downloaded dyn-clone v1.0.17 |
686 | 2024-08-07T06:49:33.383Z | Downloaded psl-types v2.0.11 |
687 | 2024-08-07T06:49:33.383Z | Downloaded sqlformat v0.2.4 |
688 | 2024-08-07T06:49:33.386Z | Downloaded subprocess v0.2.9 |
689 | 2024-08-07T06:49:33.389Z | Downloaded slog-envlogger v2.2.0 |
690 | 2024-08-07T06:49:33.391Z | Downloaded slab v0.4.9 |
691 | 2024-08-07T06:49:33.391Z | Downloaded toml v0.7.8 |
692 | 2024-08-07T06:49:33.394Z | Downloaded hashbrown v0.13.2 |
693 | 2024-08-07T06:49:33.398Z | Downloaded derive_builder_core v0.20.0 |
694 | 2024-08-07T06:49:33.401Z | Downloaded rcgen v0.12.1 |
695 | 2024-08-07T06:49:33.404Z | Downloaded pretty-hex v0.2.1 |
696 | 2024-08-07T06:49:33.407Z | Downloaded funty v2.0.0 |
697 | 2024-08-07T06:49:33.407Z | Downloaded rsa v0.9.6 |
698 | 2024-08-07T06:49:33.411Z | Downloaded pkcs1 v0.7.5 |
699 | 2024-08-07T06:49:33.414Z | Downloaded futures-executor v0.3.30 |
700 | 2024-08-07T06:49:33.417Z | Downloaded term v0.7.0 |
701 | 2024-08-07T06:49:33.419Z | Downloaded tough v0.17.1 |
702 | 2024-08-07T06:49:33.428Z | Downloaded ff v0.13.0 |
703 | 2024-08-07T06:49:33.431Z | Downloaded filetime v0.2.23 |
704 | 2024-08-07T06:49:33.433Z | Downloaded tabwriter v1.4.0 |
705 | 2024-08-07T06:49:33.433Z | Downloaded similar v2.5.0 |
706 | 2024-08-07T06:49:33.438Z | Downloaded tracing v0.1.40 |
707 | 2024-08-07T06:49:33.442Z | Downloaded take_mut v0.2.2 |
708 | 2024-08-07T06:49:33.445Z | Downloaded http-range v0.1.5 |
709 | 2024-08-07T06:49:33.445Z | Downloaded futures-macro v0.3.30 |
710 | 2024-08-07T06:49:33.448Z | Downloaded rustls-pemfile v1.0.4 |
711 | 2024-08-07T06:49:33.448Z | Downloaded futures-io v0.3.30 |
712 | 2024-08-07T06:49:33.450Z | Downloaded unarray v0.1.4 |
713 | 2024-08-07T06:49:33.450Z | Downloaded rustc_version v0.1.7 |
714 | 2024-08-07T06:49:33.453Z | Downloaded half v2.4.1 |
715 | 2024-08-07T06:49:33.455Z | Downloaded difflib v0.4.0 |
716 | 2024-08-07T06:49:33.456Z | Downloaded itertools v0.12.1 |
717 | 2024-08-07T06:49:33.462Z | Downloaded derive_more v0.99.18 |
718 | 2024-08-07T06:49:33.467Z | Downloaded termtree v0.4.1 |
719 | 2024-08-07T06:49:33.470Z | Downloaded http-body v1.0.0 |
720 | 2024-08-07T06:49:33.470Z | Downloaded trust-dns-server v0.22.1 |
721 | 2024-08-07T06:49:33.475Z | Downloaded libxml v0.3.3 |
722 | 2024-08-07T06:49:33.481Z | Downloaded libm v0.2.8 |
723 | 2024-08-07T06:49:33.489Z | Downloaded universal-hash v0.5.1 |
724 | 2024-08-07T06:49:33.491Z | Downloaded termios v0.3.3 |
725 | 2024-08-07T06:49:33.494Z | Downloaded ron v0.8.1 |
726 | 2024-08-07T06:49:33.497Z | Downloaded serde_arrays v0.1.0 |
727 | 2024-08-07T06:49:33.500Z | Downloaded thiserror-impl-no-std v2.0.2 |
728 | 2024-08-07T06:49:33.502Z | Downloaded pkg-config v0.3.30 |
729 | 2024-08-07T06:49:33.503Z | Downloaded rand v0.8.5 |
730 | 2024-08-07T06:49:33.505Z | Downloaded smallvec v0.6.14 |
731 | 2024-08-07T06:49:33.508Z | Downloaded glob v0.3.1 |
732 | 2024-08-07T06:49:33.511Z | Downloaded siphasher v0.3.11 |
733 | 2024-08-07T06:49:33.511Z | Downloaded untrusted v0.9.0 |
734 | 2024-08-07T06:49:33.513Z | Downloaded smf v0.2.3 |
735 | 2024-08-07T06:49:33.513Z | Downloaded thread_local v1.1.8 |
736 | 2024-08-07T06:49:33.516Z | Downloaded unicode-bidi v0.3.15 |
737 | 2024-08-07T06:49:33.519Z | Downloaded x509-cert v0.2.5 |
738 | 2024-08-07T06:49:33.523Z | Downloaded serde_path_to_error v0.1.16 |
739 | 2024-08-07T06:49:33.526Z | Downloaded deranged v0.3.11 |
740 | 2024-08-07T06:49:33.528Z | Downloaded unicode_categories v0.1.1 |
741 | 2024-08-07T06:49:33.531Z | Downloaded serde-hex v0.1.0 |
742 | 2024-08-07T06:49:33.531Z | Downloaded predicates v3.1.2 |
743 | 2024-08-07T06:49:33.534Z | Downloaded powerfmt v0.2.0 |
744 | 2024-08-07T06:49:33.536Z | Downloaded tokio-rustls v0.24.1 |
745 | 2024-08-07T06:49:33.536Z | Downloaded uuid v1.10.0 |
746 | 2024-08-07T06:49:33.540Z | Downloaded getrandom v0.2.14 |
747 | 2024-08-07T06:49:33.543Z | Downloaded prettyplease v0.2.20 |
748 | 2024-08-07T06:49:33.546Z | Downloaded unicode-normalization v0.1.23 |
749 | 2024-08-07T06:49:33.550Z | Downloaded diff v0.1.13 |
750 | 2024-08-07T06:49:33.553Z | Downloaded vsss-rs v3.3.4 |
751 | 2024-08-07T06:49:33.556Z | Downloaded unicode-segmentation v1.11.0 |
752 | 2024-08-07T06:49:33.559Z | Downloaded thiserror-no-std v2.0.2 |
753 | 2024-08-07T06:49:33.563Z | Downloaded postgres-protocol v0.6.7 |
754 | 2024-08-07T06:49:33.566Z | Downloaded snafu-derive v0.8.2 |
755 | 2024-08-07T06:49:33.568Z | Downloaded futures-util v0.3.30 |
756 | 2024-08-07T06:49:33.579Z | Downloaded blake3 v1.5.1 |
757 | 2024-08-07T06:49:33.586Z | Downloaded vte v0.11.1 |
758 | 2024-08-07T06:49:33.589Z | Downloaded postcard v1.0.8 |
759 | 2024-08-07T06:49:33.592Z | Downloaded socket2 v0.4.10 |
760 | 2024-08-07T06:49:33.595Z | Downloaded reedline v0.31.0 |
761 | 2024-08-07T06:49:33.601Z | Downloaded winnow v0.5.40 |
762 | 2024-08-07T06:49:33.609Z | Downloaded snafu v0.8.2 |
763 | 2024-08-07T06:49:33.615Z | Downloaded tokio-util v0.7.11 |
764 | 2024-08-07T06:49:33.622Z | Downloaded itertools v0.13.0 |
765 | 2024-08-07T06:49:33.629Z | Downloaded hkdf v0.12.4 |
766 | 2024-08-07T06:49:33.637Z | Downloaded unsafe-libyaml v0.2.11 |
767 | 2024-08-07T06:49:33.637Z | Downloaded http v0.2.12 |
768 | 2024-08-07T06:49:33.640Z | Downloaded flate2 v1.0.31 |
769 | 2024-08-07T06:49:33.645Z | Downloaded chrono v0.4.38 |
770 | 2024-08-07T06:49:33.652Z | Downloaded typed-path v0.7.1 |
771 | 2024-08-07T06:49:33.658Z | Downloaded tungstenite v0.20.1 |
772 | 2024-08-07T06:49:33.662Z | Downloaded hyper v1.3.1 |
773 | 2024-08-07T06:49:33.669Z | Downloaded rustyline v14.0.0 |
774 | 2024-08-07T06:49:33.674Z | Downloaded bindgen v0.69.4 |
775 | 2024-08-07T06:49:33.681Z | Downloaded quick-xml v0.31.0 |
776 | 2024-08-07T06:49:33.688Z | Downloaded rayon v1.10.0 |
777 | 2024-08-07T06:49:33.698Z | Downloaded http v1.1.0 |
778 | 2024-08-07T06:49:33.701Z | Downloaded portable-atomic v1.6.0 |
779 | 2024-08-07T06:49:33.708Z | Downloaded h2 v0.3.26 |
780 | 2024-08-07T06:49:33.714Z | Downloaded proptest v1.4.0 |
781 | 2024-08-07T06:49:33.724Z | Downloaded lalrpop v0.19.12 |
782 | 2024-08-07T06:49:33.735Z | Downloaded rustls-webpki v0.101.7 |
783 | 2024-08-07T06:49:33.750Z | Downloaded regex-automata v0.1.10 |
784 | 2024-08-07T06:49:33.754Z | Downloaded sqlparser v0.45.0 |
785 | 2024-08-07T06:49:33.760Z | Downloaded rustls-webpki v0.102.4 |
786 | 2024-08-07T06:49:33.779Z | Downloaded object v0.30.4 |
787 | 2024-08-07T06:49:33.788Z | Downloaded nix v0.27.1 |
788 | 2024-08-07T06:49:33.800Z | Downloaded reqwest v0.11.27 |
789 | 2024-08-07T06:49:33.807Z | Downloaded rustls v0.21.12 |
790 | 2024-08-07T06:49:33.820Z | Downloaded vcpkg v0.2.15 |
791 | 2024-08-07T06:49:33.857Z | Downloaded nix v0.28.0 |
792 | 2024-08-07T06:49:33.868Z | Downloaded radix_trie v0.2.1 |
793 | 2024-08-07T06:49:33.873Z | Downloaded idna v0.2.3 |
794 | 2024-08-07T06:49:33.880Z | Downloaded bstr v1.9.1 |
795 | 2024-08-07T06:49:33.890Z | Downloaded regex v1.10.6 |
796 | 2024-08-07T06:49:33.904Z | Downloaded polar-core v0.27.3 |
797 | 2024-08-07T06:49:33.912Z | Downloaded regex-syntax v0.6.29 |
798 | 2024-08-07T06:49:33.919Z | Downloaded smoltcp v0.11.0 |
799 | 2024-08-07T06:49:33.932Z | Downloaded gimli v0.28.1 |
800 | 2024-08-07T06:49:33.940Z | Downloaded regress v0.9.1 |
801 | 2024-08-07T06:49:33.949Z | Downloaded regex-syntax v0.8.3 |
802 | 2024-08-07T06:49:33.956Z | Downloaded diesel v2.1.6 |
803 | 2024-08-07T06:49:33.975Z | Downloaded regex-automata v0.4.6 |
804 | 2024-08-07T06:49:33.992Z | Downloaded finl_unicode v1.2.0 |
805 | 2024-08-07T06:49:34.004Z | Downloaded sled v0.34.7 |
806 | 2024-08-07T06:49:34.014Z | Downloaded ratatui v0.27.0 |
807 | 2024-08-07T06:49:34.033Z | Downloaded zerocopy-derive v0.6.6 |
808 | 2024-08-07T06:49:34.042Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
809 | 2024-08-07T06:49:34.055Z | Downloaded rustls v0.22.4 |
810 | 2024-08-07T06:49:34.069Z | Downloaded openapiv3 v2.0.0 |
811 | 2024-08-07T06:49:34.081Z | Downloaded petgraph v0.6.5 |
812 | 2024-08-07T06:49:34.100Z | Downloaded smoltcp v0.9.1 |
813 | 2024-08-07T06:49:34.111Z | Downloaded tokio v1.38.1 |
814 | 2024-08-07T06:49:34.149Z | Downloaded openssl v0.10.66 |
815 | 2024-08-07T06:49:34.159Z | Downloaded sha3 v0.10.8 |
816 | 2024-08-07T06:49:34.164Z | Downloaded csv v1.3.0 |
817 | 2024-08-07T06:49:34.185Z | Downloaded hyper v0.14.30 |
818 | 2024-08-07T06:49:34.194Z | Downloaded webpki-roots v0.25.4 |
819 | 2024-08-07T06:49:34.198Z | Downloaded object v0.32.2 |
820 | 2024-08-07T06:49:34.209Z | Downloaded idna v0.5.0 |
821 | 2024-08-07T06:49:34.216Z | Downloaded trust-dns-proto v0.22.0 |
822 | 2024-08-07T06:49:34.228Z | Downloaded idna v0.3.0 |
823 | 2024-08-07T06:49:34.235Z | Downloaded encoding_rs v0.8.34 |
824 | 2024-08-07T06:49:34.258Z | Downloaded curve25519-dalek v4.1.3 |
825 | 2024-08-07T06:49:34.267Z | Downloaded bstr v0.2.17 |
826 | 2024-08-07T06:49:34.278Z | Downloaded serde_with v3.8.3 |
827 | 2024-08-07T06:49:34.286Z | Downloaded bitvec v1.0.1 |
828 | 2024-08-07T06:49:34.301Z | Downloaded steno v0.4.1 |
829 | 2024-08-07T06:49:34.305Z | Downloaded pkcs8 v0.10.2 |
830 | 2024-08-07T06:49:34.307Z | Downloaded httparse v1.8.0 |
831 | 2024-08-07T06:49:34.310Z | Downloaded fatfs v0.3.6 |
832 | 2024-08-07T06:49:34.312Z | Downloaded samael v0.0.15 |
833 | 2024-08-07T06:49:34.317Z | Downloaded toml_edit v0.19.15 |
834 | 2024-08-07T06:49:34.333Z | Downloaded sct v0.7.1 |
835 | 2024-08-07T06:49:34.337Z | Downloaded same-file v1.0.6 |
836 | 2024-08-07T06:49:34.340Z | Downloaded tinyvec v1.6.0 |
837 | 2024-08-07T06:49:34.342Z | Downloaded derive-where v1.2.7 |
838 | 2024-08-07T06:49:34.345Z | Downloaded predicates-core v1.0.6 |
839 | 2024-08-07T06:49:34.348Z | Downloaded http-body v0.4.6 |
840 | 2024-08-07T06:49:34.348Z | Downloaded fallible-iterator v0.2.0 |
841 | 2024-08-07T06:49:34.351Z | Downloaded rustls-pemfile v2.1.3 |
842 | 2024-08-07T06:49:34.351Z | Downloaded url v2.5.2 |
843 | 2024-08-07T06:49:34.353Z | Downloaded itertools v0.10.5 |
844 | 2024-08-07T06:49:34.360Z | Downloaded ring v0.16.20 |
845 | 2024-08-07T06:49:34.443Z | Downloaded secrecy v0.8.0 |
846 | 2024-08-07T06:49:34.449Z | Downloaded rustls-pki-types v1.7.0 |
847 | 2024-08-07T06:49:34.449Z | Downloaded tls_codec_derive v0.4.1 |
848 | 2024-08-07T06:49:34.449Z | Downloaded tls_codec v0.4.1 |
849 | 2024-08-07T06:49:34.452Z | Downloaded r2d2 v0.8.10 |
850 | 2024-08-07T06:49:34.452Z | Downloaded rustc-demangle v0.1.24 |
851 | 2024-08-07T06:49:34.452Z | Downloaded fd-lock v4.0.2 |
852 | 2024-08-07T06:49:34.455Z | Downloaded tracing-core v0.1.32 |
853 | 2024-08-07T06:49:34.457Z | Downloaded termcolor v1.4.1 |
854 | 2024-08-07T06:49:34.460Z | Downloaded float-cmp v0.9.0 |
855 | 2024-08-07T06:49:34.460Z | Downloaded tokio-rustls v0.25.0 |
856 | 2024-08-07T06:49:34.462Z | Downloaded globset v0.4.14 |
857 | 2024-08-07T06:49:34.464Z | Downloaded num-bigint-dig v0.8.4 |
858 | 2024-08-07T06:49:34.467Z | Downloaded mio v0.8.11 |
859 | 2024-08-07T06:49:34.474Z | Downloaded untrusted v0.7.1 |
860 | 2024-08-07T06:49:34.476Z | Downloaded flume v0.11.0 |
861 | 2024-08-07T06:49:34.479Z | Downloaded sec1 v0.7.3 |
862 | 2024-08-07T06:49:34.481Z | Downloaded slog-term v2.9.1 |
863 | 2024-08-07T06:49:34.481Z | Downloaded poly1305 v0.8.0 |
864 | 2024-08-07T06:49:34.484Z | Downloaded time v0.3.36 |
865 | 2024-08-07T06:49:34.490Z | Downloaded tokio-postgres v0.7.11 |
866 | 2024-08-07T06:49:34.495Z | Downloaded ring v0.17.8 |
867 | 2024-08-07T06:49:34.565Z | Downloaded expectorate v1.1.0 |
868 | 2024-08-07T06:49:34.568Z | Downloaded num-bigint v0.4.5 |
869 | 2024-08-07T06:49:34.572Z | Downloaded spin v0.5.2 |
870 | 2024-08-07T06:49:34.574Z | Downloaded postgres-types v0.2.7 |
871 | 2024-08-07T06:49:34.576Z | Downloaded unicase v2.7.0 |
872 | 2024-08-07T06:49:34.576Z | Downloaded radium v0.7.0 |
873 | 2024-08-07T06:49:34.579Z | Downloaded walkdir v2.5.0 |
874 | 2024-08-07T06:49:34.579Z | Downloaded pin-project v1.1.5 |
875 | 2024-08-07T06:49:34.589Z | Downloaded predicates-tree v1.0.9 |
876 | 2024-08-07T06:49:34.592Z | Downloaded nom v7.1.3 |
877 | 2024-08-07T06:49:34.595Z | Downloaded minimal-lexical v0.2.1 |
878 | 2024-08-07T06:49:34.599Z | Downloaded toml v0.5.11 |
879 | 2024-08-07T06:49:34.602Z | Downloaded futures v0.3.30 |
880 | 2024-08-07T06:49:34.606Z | Downloaded heapless v0.8.0 |
881 | 2024-08-07T06:49:34.610Z | Downloaded heapless v0.7.17 |
882 | 2024-08-07T06:49:34.613Z | Downloaded hashbrown v0.12.3 |
883 | 2024-08-07T06:49:34.617Z | Downloaded der_derive v0.7.2 |
884 | 2024-08-07T06:49:34.620Z | Downloaded smallvec v1.13.2 |
885 | 2024-08-07T06:49:34.622Z | Downloaded serde_yaml v0.9.34+deprecated |
886 | 2024-08-07T06:49:34.624Z | Downloaded hostname v0.3.1 |
887 | 2024-08-07T06:49:34.627Z | Downloaded endian-type v0.1.2 |
888 | 2024-08-07T06:49:34.627Z | Downloaded xattr v1.3.1 |
889 | 2024-08-07T06:49:34.630Z | Downloaded pin-project-lite v0.2.14 |
890 | 2024-08-07T06:49:34.632Z | Downloaded password-hash v0.5.0 |
891 | 2024-08-07T06:49:34.635Z | Downloaded tokio-tungstenite v0.21.0 |
892 | 2024-08-07T06:49:34.640Z | Downloaded serde_urlencoded v0.7.1 |
893 | 2024-08-07T06:49:34.640Z | Downloaded embedded-io v0.4.0 |
894 | 2024-08-07T06:49:34.640Z | Downloaded hyper-tls v0.5.0 |
895 | 2024-08-07T06:49:34.640Z | Downloaded hyper-staticfile v0.10.1 |
896 | 2024-08-07T06:49:34.652Z | Downloaded tungstenite v0.21.0 |
897 | 2024-08-07T06:49:34.652Z | Downloaded pin-utils v0.1.0 |
898 | 2024-08-07T06:49:34.652Z | Downloaded hubpack v0.1.2 |
899 | 2024-08-07T06:49:34.652Z | Downloaded httpdate v1.0.3 |
900 | 2024-08-07T06:49:34.652Z | Downloaded hex v0.4.3 |
901 | 2024-08-07T06:49:34.657Z | Downloaded serde_derive_internals v0.29.1 |
902 | 2024-08-07T06:49:34.657Z | Downloaded zip v0.6.6 |
903 | 2024-08-07T06:49:34.657Z | Downloaded publicsuffix v2.2.3 |
904 | 2024-08-07T06:49:34.661Z | Downloaded trust-dns-client v0.22.0 |
905 | 2024-08-07T06:49:34.664Z | Downloaded ref-cast v1.0.23 |
906 | 2024-08-07T06:49:34.666Z | Downloaded hmac v0.12.1 |
907 | 2024-08-07T06:49:34.666Z | Downloaded heck v0.3.3 |
908 | 2024-08-07T06:49:34.669Z | Downloaded hash32 v0.3.1 |
909 | 2024-08-07T06:49:34.669Z | Downloaded hash32 v0.2.1 |
910 | 2024-08-07T06:49:34.672Z | Downloaded futures-core v0.3.30 |
911 | 2024-08-07T06:49:34.672Z | Downloaded diesel_derives v2.1.4 |
912 | 2024-08-07T06:49:34.674Z | Downloaded semver v0.1.20 |
913 | 2024-08-07T06:49:34.677Z | Downloaded serde_with_macros v3.8.3 |
914 | 2024-08-07T06:49:34.677Z | Downloaded schemars v0.8.21 |
915 | 2024-08-07T06:49:34.687Z | Downloaded fixedbitset v0.4.2 |
916 | 2024-08-07T06:49:34.690Z | Downloaded wyz v0.5.1 |
917 | 2024-08-07T06:49:34.690Z | Downloaded unicode-truncate v1.0.0 |
918 | 2024-08-07T06:49:34.692Z | Downloaded wait-timeout v0.2.0 |
919 | 2024-08-07T06:49:34.692Z | Downloaded base64 v0.21.7 |
920 | 2024-08-07T06:49:34.696Z | Downloaded parking_lot v0.12.2 |
921 | 2024-08-07T06:49:34.698Z | Downloaded structmeta v0.2.0 |
922 | 2024-08-07T06:49:34.701Z | Downloaded env_logger v0.10.2 |
923 | 2024-08-07T06:49:34.703Z | Downloaded whoami v1.5.1 |
924 | 2024-08-07T06:49:34.703Z | Downloaded shlex v1.3.0 |
925 | 2024-08-07T06:49:34.705Z | Downloaded shell-words v1.1.0 |
926 | 2024-08-07T06:49:34.705Z | Downloaded native-tls v0.2.11 |
927 | 2024-08-07T06:49:34.708Z | Downloaded tiny-keccak v2.0.2 |
928 | 2024-08-07T06:49:34.710Z | Downloaded peg-macros v0.8.4 |
929 | 2024-08-07T06:49:34.713Z | Downloaded openssl-sys v0.9.103 |
930 | 2024-08-07T06:49:34.715Z | Downloaded chacha20poly1305 v0.10.1 |
931 | 2024-08-07T06:49:34.718Z | Downloaded backtrace v0.3.71 |
932 | 2024-08-07T06:49:34.722Z | Downloaded time-macros v0.2.18 |
933 | 2024-08-07T06:49:34.724Z | Downloaded parking_lot_core v0.9.10 |
934 | 2024-08-07T06:49:34.726Z | Downloaded miniz_oxide v0.7.2 |
935 | 2024-08-07T06:49:34.729Z | Downloaded slog-bunyan v2.5.0 |
936 | 2024-08-07T06:49:34.729Z | Downloaded slog-async v2.8.0 |
937 | 2024-08-07T06:49:34.731Z | Downloaded cc v1.0.97 |
938 | 2024-08-07T06:49:34.734Z | Downloaded scheduled-thread-pool v0.2.7 |
939 | 2024-08-07T06:49:34.734Z | Downloaded rustfmt-wrapper v0.2.1 |
940 | 2024-08-07T06:49:34.736Z | Downloaded tower-service v0.3.2 |
941 | 2024-08-07T06:49:34.736Z | Downloaded schemars_derive v0.8.21 |
942 | 2024-08-07T06:49:34.739Z | Downloaded headers-core v0.2.0 |
943 | 2024-08-07T06:49:34.739Z | Downloaded nu-ansi-term v0.50.0 |
944 | 2024-08-07T06:49:34.741Z | Downloaded tokio-tungstenite v0.20.1 |
945 | 2024-08-07T06:49:34.741Z | Downloaded num-complex v0.4.6 |
946 | 2024-08-07T06:49:34.744Z | Downloaded const-oid v0.9.6 |
947 | 2024-08-07T06:49:34.746Z | Downloaded gethostname v0.5.0 |
948 | 2024-08-07T06:49:34.746Z | Downloaded form_urlencoded v1.2.1 |
949 | 2024-08-07T06:49:34.749Z | Downloaded tokio-stream v0.1.15 |
950 | 2024-08-07T06:49:34.751Z | Downloaded num-derive v0.4.2 |
951 | 2024-08-07T06:49:34.754Z | Downloaded ipnet v2.9.0 |
952 | 2024-08-07T06:49:34.754Z | Downloaded memmap2 v0.9.4 |
953 | 2024-08-07T06:49:34.756Z | Downloaded crossbeam-utils v0.8.19 |
954 | 2024-08-07T06:49:34.758Z | Downloaded indicatif v0.17.8 |
955 | 2024-08-07T06:49:34.761Z | Downloaded omicron-zone-package v0.11.0 |
956 | 2024-08-07T06:49:34.764Z | Downloaded defmt v0.3.8 |
957 | 2024-08-07T06:49:34.767Z | Downloaded base64 v0.22.1 |
958 | 2024-08-07T06:49:34.770Z | Downloaded csv-core v0.1.11 |
959 | 2024-08-07T06:49:34.773Z | Downloaded cancel-safe-futures v0.1.5 |
960 | 2024-08-07T06:49:34.776Z | Downloaded base64ct v1.6.0 |
961 | 2024-08-07T06:49:34.778Z | Downloaded base64 v0.13.1 |
962 | 2024-08-07T06:49:34.780Z | Downloaded backoff v0.4.0 |
963 | 2024-08-07T06:49:34.783Z | Downloaded num-iter v0.1.45 |
964 | 2024-08-07T06:49:34.783Z | Downloaded kstat-rs v0.2.4 |
965 | 2024-08-07T06:49:34.785Z | Downloaded arc-swap v1.7.1 |
966 | 2024-08-07T06:49:34.788Z | Downloaded strum_macros v0.24.3 |
967 | 2024-08-07T06:49:34.790Z | Downloaded stable_deref_trait v1.2.0 |
968 | 2024-08-07T06:49:34.790Z | Downloaded slog-json v2.6.1 |
969 | 2024-08-07T06:49:34.793Z | Downloaded nodrop v0.1.14 |
970 | 2024-08-07T06:49:34.793Z | Downloaded multimap v0.10.0 |
971 | 2024-08-07T06:49:34.793Z | Downloaded maybe-uninit v2.0.0 |
972 | 2024-08-07T06:49:34.796Z | Downloaded managed v0.8.0 |
973 | 2024-08-07T06:49:34.796Z | Downloaded slog-stdlog v4.1.1 |
974 | 2024-08-07T06:49:34.796Z | Downloaded bit-vec v0.6.3 |
975 | 2024-08-07T06:49:34.798Z | Downloaded linked-hash-map v0.5.6 |
976 | 2024-08-07T06:49:34.798Z | Downloaded ciborium-ll v0.2.2 |
977 | 2024-08-07T06:49:34.800Z | Downloaded multer v3.1.0 |
978 | 2024-08-07T06:49:34.803Z | Downloaded mime_guess v2.0.4 |
979 | 2024-08-07T06:49:34.803Z | Downloaded defmt-parser v0.3.4 |
980 | 2024-08-07T06:49:34.803Z | Downloaded convert_case v0.4.0 |
981 | 2024-08-07T06:49:34.806Z | Downloaded compact_str v0.7.1 |
982 | 2024-08-07T06:49:34.809Z | Downloaded colored v2.1.0 |
983 | 2024-08-07T06:49:34.809Z | Downloaded block-padding v0.3.3 |
984 | 2024-08-07T06:49:34.811Z | Downloaded blake2 v0.10.6 |
985 | 2024-08-07T06:49:34.813Z | Downloaded bitfield-struct v0.6.1 |
986 | 2024-08-07T06:49:34.813Z | Downloaded async-stream v0.3.5 |
987 | 2024-08-07T06:49:34.816Z | Downloaded match_cfg v0.1.0 |
988 | 2024-08-07T06:49:34.816Z | Downloaded assert_matches v1.5.0 |
989 | 2024-08-07T06:49:34.816Z | Downloaded parse-display v0.9.1 |
990 | 2024-08-07T06:49:34.818Z | Downloaded packed_struct v0.10.1 |
991 | 2024-08-07T06:49:34.818Z | Downloaded darling v0.20.9 |
992 | 2024-08-07T06:49:34.824Z | Downloaded ascii v1.1.0 |
993 | 2024-08-07T06:49:34.827Z | Downloaded array-init v0.0.4 |
994 | 2024-08-07T06:49:34.827Z | Downloaded md-5 v0.10.6 |
995 | 2024-08-07T06:49:34.827Z | Downloaded lru-cache v0.1.2 |
996 | 2024-08-07T06:49:34.827Z | Downloaded crucible-workspace-hack v0.1.0 |
997 | 2024-08-07T06:49:34.827Z | Downloaded bitstruct v0.1.1 |
998 | 2024-08-07T06:49:34.830Z | Downloaded atomicwrites v0.4.3 |
999 | 2024-08-07T06:49:34.830Z | Downloaded lazycell v1.3.0 |
1000 | 2024-08-07T06:49:34.832Z | Downloaded keccak v0.1.5 |
1001 | 2024-08-07T06:49:34.832Z | Downloaded cookie v0.17.0 |
1002 | 2024-08-07T06:49:34.835Z | Downloaded bzip2 v0.4.4 |
1003 | 2024-08-07T06:49:34.835Z | Downloaded bcs v0.1.6 |
1004 | 2024-08-07T06:49:34.837Z | Downloaded ipnetwork v0.20.0 |
1005 | 2024-08-07T06:49:34.840Z | Downloaded bit-set v0.5.3 |
1006 | 2024-08-07T06:49:34.840Z | Downloaded num v0.4.3 |
1007 | 2024-08-07T06:49:34.840Z | Downloaded chacha20 v0.9.1 |
1008 | 2024-08-07T06:49:34.842Z | Downloaded memoffset v0.9.1 |
1009 | 2024-08-07T06:49:34.842Z | Downloaded indent_write v2.2.0 |
1010 | 2024-08-07T06:49:34.845Z | Downloaded impl-trait-for-tuples v0.2.2 |
1011 | 2024-08-07T06:49:34.847Z | Downloaded camino-tempfile v1.1.1 |
1012 | 2024-08-07T06:49:34.847Z | Downloaded oso-derive v0.27.3 |
1013 | 2024-08-07T06:49:34.850Z | Downloaded openssl-macros v0.1.1 |
1014 | 2024-08-07T06:49:34.850Z | Downloaded arrayref v0.3.7 |
1015 | 2024-08-07T06:49:34.850Z | Downloaded matches v0.1.10 |
1016 | 2024-08-07T06:49:34.852Z | Downloaded is_ci v1.2.0 |
1017 | 2024-08-07T06:49:34.852Z | Downloaded crc-catalog v2.4.0 |
1018 | 2024-08-07T06:49:34.852Z | Downloaded cassowary v0.3.0 |
1019 | 2024-08-07T06:49:34.855Z | Downloaded buf-list v1.0.3 |
1020 | 2024-08-07T06:49:34.858Z | Downloaded ascii-canvas v3.0.0 |
1021 | 2024-08-07T06:49:34.858Z | Downloaded atomic-waker v1.1.2 |
1022 | 2024-08-07T06:49:34.858Z | Downloaded cipher v0.4.4 |
1023 | 2024-08-07T06:49:34.860Z | Downloaded bitflags v1.3.2 |
1024 | 2024-08-07T06:49:34.941Z | Compiling cfg-if v1.0.0 |
1025 | 2024-08-07T06:49:34.941Z | Compiling serde v1.0.204 |
1026 | 2024-08-07T06:49:34.944Z | Compiling lock_api v0.4.12 |
1027 | 2024-08-07T06:49:34.944Z | Compiling scopeguard v1.2.0 |
1028 | 2024-08-07T06:49:34.944Z | Compiling log v0.4.21 |
1029 | 2024-08-07T06:49:35.108Z | Compiling syn v2.0.72 |
1030 | 2024-08-07T06:49:35.111Z | Compiling cc v1.0.97 |
1031 | 2024-08-07T06:49:35.135Z | Compiling getrandom v0.2.14 |
1032 | 2024-08-07T06:49:35.151Z | Compiling parking_lot_core v0.9.10 |
1033 | 2024-08-07T06:49:35.199Z | Compiling smallvec v1.13.2 |
1034 | 2024-08-07T06:49:35.522Z | Compiling rand_core v0.6.4 |
1035 | 2024-08-07T06:49:35.593Z | Compiling pin-project-lite v0.2.14 |
1036 | 2024-08-07T06:49:35.612Z | Compiling typenum v1.17.0 |
1037 | 2024-08-07T06:49:35.615Z | Compiling generic-array v0.14.7 |
1038 | 2024-08-07T06:49:35.706Z | Compiling signal-hook-registry v1.4.2 |
1039 | 2024-08-07T06:49:35.905Z | Compiling mio v0.8.11 |
1040 | 2024-08-07T06:49:36.021Z | Compiling parking_lot v0.12.2 |
1041 | 2024-08-07T06:49:36.042Z | Compiling spin v0.9.8 |
1042 | 2024-08-07T06:49:36.243Z | Compiling libm v0.2.8 |
1043 | 2024-08-07T06:49:36.430Z | Compiling futures-core v0.3.30 |
1044 | 2024-08-07T06:49:36.492Z | Compiling serde_json v1.0.122 |
1045 | 2024-08-07T06:49:36.630Z | Compiling num_cpus v1.16.0 |
1046 | 2024-08-07T06:49:36.666Z | Compiling socket2 v0.5.7 |
1047 | 2024-08-07T06:49:36.744Z | Compiling ahash v0.8.11 |
1048 | 2024-08-07T06:49:36.857Z | Compiling num-traits v0.2.19 |
1049 | 2024-08-07T06:49:36.944Z | Compiling tinyvec_macros v0.1.1 |
1050 | 2024-08-07T06:49:37.033Z | Compiling tinyvec v1.6.0 |
1051 | 2024-08-07T06:49:37.165Z | Compiling slab v0.4.9 |
1052 | 2024-08-07T06:49:37.537Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-07T06:49:37.558Z | Compiling futures-sink v0.3.30 |
1054 | 2024-08-07T06:49:37.718Z | Compiling subtle v2.5.0 |
1055 | 2024-08-07T06:49:37.893Z | Compiling unicode-bidi v0.3.15 |
1056 | 2024-08-07T06:49:38.081Z | Compiling allocator-api2 v0.2.18 |
1057 | 2024-08-07T06:49:38.562Z | Compiling unicode-normalization v0.1.23 |
1058 | 2024-08-07T06:49:38.741Z | Compiling futures-channel v0.3.30 |
1059 | 2024-08-07T06:49:38.910Z | Compiling futures-io v0.3.30 |
1060 | 2024-08-07T06:49:38.987Z | Compiling futures-task v0.3.30 |
1061 | 2024-08-07T06:49:39.237Z | Compiling pin-utils v0.1.0 |
1062 | 2024-08-07T06:49:39.306Z | Compiling pkg-config v0.3.30 |
1063 | 2024-08-07T06:49:39.327Z | Compiling vcpkg v0.2.15 |
1064 | 2024-08-07T06:49:39.342Z | Compiling ring v0.17.8 |
1065 | 2024-08-07T06:49:39.493Z | Compiling ppv-lite86 v0.2.17 |
1066 | 2024-08-07T06:49:39.645Z | Compiling percent-encoding v2.3.1 |
1067 | 2024-08-07T06:49:39.799Z | Compiling tracing-core v0.1.32 |
1068 | 2024-08-07T06:49:40.021Z | Compiling untrusted v0.9.0 |
1069 | 2024-08-07T06:49:40.187Z | Compiling time-core v0.1.2 |
1070 | 2024-08-07T06:49:40.314Z | Compiling rand_chacha v0.3.1 |
1071 | 2024-08-07T06:49:40.365Z | Compiling syn v1.0.109 |
1072 | 2024-08-07T06:49:40.622Z | Compiling rustix v0.38.34 |
1073 | 2024-08-07T06:49:40.898Z | Compiling httparse v1.8.0 |
1074 | 2024-08-07T06:49:41.046Z | Compiling powerfmt v0.2.0 |
1075 | 2024-08-07T06:49:41.247Z | Compiling num-conv v0.1.0 |
1076 | 2024-08-07T06:49:41.351Z | Compiling deranged v0.3.11 |
1077 | 2024-08-07T06:49:41.487Z | Compiling rand v0.8.5 |
1078 | 2024-08-07T06:49:41.520Z | Compiling time-macros v0.2.18 |
1079 | 2024-08-07T06:49:41.557Z | Compiling try-lock v0.2.5 |
1080 | 2024-08-07T06:49:41.610Z | Compiling openssl-sys v0.9.103 |
1081 | 2024-08-07T06:49:41.694Z | Compiling foreign-types-shared v0.1.1 |
1082 | 2024-08-07T06:49:41.796Z | Compiling openssl v0.10.66 |
1083 | 2024-08-07T06:49:42.235Z | Compiling base64ct v1.6.0 |
1084 | 2024-08-07T06:49:42.735Z | Compiling num_threads v0.1.7 |
1085 | 2024-08-07T06:49:42.814Z | Compiling iana-time-zone v0.1.60 |
1086 | 2024-08-07T06:49:42.854Z | Compiling rustversion v1.0.17 |
1087 | 2024-08-07T06:49:43.270Z | Compiling pem-rfc7468 v0.7.0 |
1088 | 2024-08-07T06:49:43.290Z | Compiling foreign-types v0.3.2 |
1089 | 2024-08-07T06:49:43.379Z | Compiling want v0.3.1 |
1090 | 2024-08-07T06:49:43.647Z | Compiling form_urlencoded v1.2.1 |
1091 | 2024-08-07T06:49:43.956Z | Compiling crossbeam-utils v0.8.19 |
1092 | 2024-08-07T06:49:43.999Z | Compiling siphasher v0.3.11 |
1093 | 2024-08-07T06:49:44.205Z | Compiling rustls v0.21.12 |
1094 | 2024-08-07T06:49:44.305Z | Compiling flagset v0.4.5 |
1095 | 2024-08-07T06:49:44.376Z | Compiling native-tls v0.2.11 |
1096 | 2024-08-07T06:49:44.511Z | Compiling serde_derive_internals v0.29.1 |
1097 | 2024-08-07T06:49:44.586Z | Compiling idna v0.5.0 |
1098 | 2024-08-07T06:49:44.745Z | Compiling lazy_static v1.5.0 |
1099 | 2024-08-07T06:49:44.775Z | Compiling time v0.3.36 |
1100 | 2024-08-07T06:49:44.863Z | Compiling aho-corasick v1.1.3 |
1101 | 2024-08-07T06:49:45.881Z | Compiling sct v0.7.1 |
1102 | 2024-08-07T06:49:46.178Z | Compiling rustls-webpki v0.101.7 |
1103 | 2024-08-07T06:49:46.209Z | Compiling cookie v0.17.0 |
1104 | 2024-08-07T06:49:46.502Z | Compiling adler v1.0.2 |
1105 | 2024-08-07T06:49:46.731Z | Compiling signal-hook v0.3.17 |
1106 | 2024-08-07T06:49:47.001Z | Compiling finl_unicode v1.2.0 |
1107 | 2024-08-07T06:49:47.275Z | Compiling httpdate v1.0.3 |
1108 | 2024-08-07T06:49:47.543Z | Compiling schemars v0.8.21 |
1109 | 2024-08-07T06:49:47.630Z | Compiling tower-service v0.3.2 |
1110 | 2024-08-07T06:49:47.754Z | Compiling regex-syntax v0.8.3 |
1111 | 2024-08-07T06:49:47.784Z | Compiling slog v2.7.0 |
1112 | 2024-08-07T06:49:47.914Z | Compiling openssl-probe v0.1.5 |
1113 | 2024-08-07T06:49:48.108Z | Compiling cpufeatures v0.2.12 |
1114 | 2024-08-07T06:49:48.236Z | Compiling stringprep v0.1.4 |
1115 | 2024-08-07T06:49:48.376Z | Compiling miniz_oxide v0.7.2 |
1116 | 2024-08-07T06:49:49.477Z | Compiling url v2.5.2 |
1117 | 2024-08-07T06:49:49.836Z | Compiling serde_derive v1.0.204 |
1118 | 2024-08-07T06:49:49.881Z | Compiling zeroize_derive v1.4.2 |
1119 | 2024-08-07T06:49:50.151Z | Compiling zerocopy-derive v0.7.34 |
1120 | 2024-08-07T06:49:50.304Z | Compiling tokio-macros v2.3.0 |
1121 | 2024-08-07T06:49:51.320Z | Compiling thiserror-impl v1.0.63 |
1122 | 2024-08-07T06:49:51.549Z | Compiling zeroize v1.7.0 |
1123 | 2024-08-07T06:49:51.947Z | Compiling futures-macro v0.3.30 |
1124 | 2024-08-07T06:49:52.459Z | Compiling zerocopy v0.7.34 |
1125 | 2024-08-07T06:49:53.357Z | Compiling crypto-common v0.1.6 |
1126 | 2024-08-07T06:49:53.594Z | Compiling block-buffer v0.10.4 |
1127 | 2024-08-07T06:49:53.848Z | Compiling digest v0.10.7 |
1128 | 2024-08-07T06:49:54.088Z | Compiling futures-util v0.3.30 |
1129 | 2024-08-07T06:49:54.303Z | Compiling scroll_derive v0.12.0 |
1130 | 2024-08-07T06:49:54.357Z | Compiling tracing-attributes v0.1.27 |
1131 | 2024-08-07T06:49:54.600Z | Compiling hashbrown v0.14.5 |
1132 | 2024-08-07T06:49:54.691Z | Compiling thiserror v1.0.63 |
1133 | 2024-08-07T06:49:54.831Z | Compiling pest v2.7.10 |
1134 | 2024-08-07T06:49:55.771Z | Compiling scroll v0.12.0 |
1135 | 2024-08-07T06:49:56.006Z | Compiling hmac v0.12.1 |
1136 | 2024-08-07T06:49:56.230Z | Compiling der_derive v0.7.2 |
1137 | 2024-08-07T06:49:56.332Z | Compiling goblin v0.8.2 |
1138 | 2024-08-07T06:49:57.219Z | Compiling openssl-macros v0.1.1 |
1139 | 2024-08-07T06:49:57.697Z | Compiling pest_meta v2.7.10 |
1140 | 2024-08-07T06:49:57.862Z | Compiling md-5 v0.10.6 |
1141 | 2024-08-07T06:49:58.015Z | Compiling sha2 v0.10.8 |
1142 | 2024-08-07T06:49:58.088Z | Compiling regex-automata v0.4.6 |
1143 | 2024-08-07T06:49:58.214Z | Compiling tracing v0.1.40 |
1144 | 2024-08-07T06:49:58.716Z | Compiling schemars_derive v0.8.21 |
1145 | 2024-08-07T06:49:58.854Z | Compiling der v0.7.9 |
1146 | 2024-08-07T06:50:00.194Z | Compiling pest_generator v2.7.10 |
1147 | 2024-08-07T06:50:01.577Z | Compiling spki v0.7.3 |
1148 | 2024-08-07T06:50:02.098Z | Compiling num-integer v0.1.46 |
1149 | 2024-08-07T06:50:02.191Z | Compiling idna v0.3.0 |
1150 | 2024-08-07T06:50:02.225Z | Compiling backtrace v0.3.71 |
1151 | 2024-08-07T06:50:02.727Z | Compiling hash32 v0.2.1 |
1152 | 2024-08-07T06:50:02.871Z | Compiling pest_derive v2.7.10 |
1153 | 2024-08-07T06:50:02.907Z | Compiling fallible-iterator v0.2.0 |
1154 | 2024-08-07T06:50:03.095Z | Compiling psl-types v2.0.11 |
1155 | 2024-08-07T06:50:03.250Z | Compiling stable_deref_trait v1.2.0 |
1156 | 2024-08-07T06:50:03.285Z | Compiling dyn-clone v1.0.17 |
1157 | 2024-08-07T06:50:03.347Z | Compiling base64 v0.22.1 |
1158 | 2024-08-07T06:50:03.502Z | Compiling smoltcp v0.9.1 |
1159 | 2024-08-07T06:50:03.592Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1160 | 2024-08-07T06:50:03.664Z | Compiling dtrace-parser v0.2.0 |
1161 | 2024-08-07T06:50:03.802Z | Compiling gimli v0.28.1 |
1162 | 2024-08-07T06:50:04.108Z | Compiling crc32fast v1.4.0 |
1163 | 2024-08-07T06:50:04.233Z | Compiling bytes v1.7.1 |
1164 | 2024-08-07T06:50:04.413Z | Compiling bitflags v2.6.0 |
1165 | 2024-08-07T06:50:04.629Z | Compiling indexmap v2.3.0 |
1166 | 2024-08-07T06:50:04.848Z | Compiling semver v1.0.23 |
1167 | 2024-08-07T06:50:05.589Z | Compiling tokio v1.38.1 |
1168 | 2024-08-07T06:50:05.619Z | Compiling http v0.2.12 |
1169 | 2024-08-07T06:50:05.779Z | Compiling uuid v1.10.0 |
1170 | 2024-08-07T06:50:06.102Z | Compiling rustc_version v0.4.0 |
1171 | 2024-08-07T06:50:06.885Z | Compiling chrono v0.4.38 |
1172 | 2024-08-07T06:50:07.194Z | Compiling http-body v0.4.6 |
1173 | 2024-08-07T06:50:07.649Z | Compiling heapless v0.7.17 |
1174 | 2024-08-07T06:50:07.668Z | Compiling dof v0.3.0 |
1175 | 2024-08-07T06:50:08.208Z | Compiling serde_tokenstream v0.2.1 |
1176 | 2024-08-07T06:50:08.757Z | Compiling usdt-impl v0.5.0 |
1177 | 2024-08-07T06:50:08.844Z | Compiling toml_datetime v0.6.8 |
1178 | 2024-08-07T06:50:09.353Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-07T06:50:09.817Z | Compiling terminal_size v0.3.0 |
1180 | 2024-08-07T06:50:10.007Z | Compiling addr2line v0.21.0 |
1181 | 2024-08-07T06:50:10.358Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-07T06:50:10.643Z | Compiling http v1.1.0 |
1183 | 2024-08-07T06:50:10.837Z | Compiling publicsuffix v2.2.3 |
1184 | 2024-08-07T06:50:11.004Z | Compiling pkcs8 v0.10.2 |
1185 | 2024-08-07T06:50:11.017Z | Compiling hubpack_derive v0.1.1 |
1186 | 2024-08-07T06:50:11.092Z | Compiling block-padding v0.3.3 |
1187 | 2024-08-07T06:50:11.329Z | Compiling async-trait v0.1.81 |
1188 | 2024-08-07T06:50:11.546Z | Compiling zerocopy-derive v0.6.6 |
1189 | 2024-08-07T06:50:12.798Z | Compiling phf_shared v0.11.2 |
1190 | 2024-08-07T06:50:13.077Z | Compiling diesel_table_macro_syntax v0.1.0 |
1191 | 2024-08-07T06:50:13.160Z | Compiling ff v0.13.0 |
1192 | 2024-08-07T06:50:13.365Z | Compiling scheduled-thread-pool v0.2.7 |
1193 | 2024-08-07T06:50:13.381Z | Compiling object v0.32.2 |
1194 | 2024-08-07T06:50:13.460Z | Compiling fs-err v2.11.0 |
1195 | 2024-08-07T06:50:13.724Z | Compiling tokio-util v0.7.11 |
1196 | 2024-08-07T06:50:13.741Z | Compiling tokio-rustls v0.24.1 |
1197 | 2024-08-07T06:50:13.761Z | Compiling winnow v0.5.40 |
1198 | 2024-08-07T06:50:13.966Z | Compiling bit-vec v0.6.3 |
1199 | 2024-08-07T06:50:14.157Z | Compiling anyhow v1.0.86 |
1200 | 2024-08-07T06:50:14.456Z | Compiling tokio-native-tls v0.3.1 |
1201 | 2024-08-07T06:50:14.722Z | Compiling h2 v0.3.26 |
1202 | 2024-08-07T06:50:14.740Z | Compiling either v1.13.0 |
1203 | 2024-08-07T06:50:14.794Z | Compiling base64 v0.21.7 |
1204 | 2024-08-07T06:50:15.115Z | Compiling matches v0.1.10 |
1205 | 2024-08-07T06:50:15.167Z | Compiling bitflags v1.3.2 |
1206 | 2024-08-07T06:50:15.201Z | Compiling ipnet v2.9.0 |
1207 | 2024-08-07T06:50:15.268Z | Compiling rustc-demangle v0.1.24 |
1208 | 2024-08-07T06:50:15.555Z | Compiling regex-automata v0.1.10 |
1209 | 2024-08-07T06:50:16.063Z | Compiling base16ct v0.2.0 |
1210 | 2024-08-07T06:50:16.269Z | Compiling managed v0.8.0 |
1211 | 2024-08-07T06:50:16.408Z | Compiling sec1 v0.7.3 |
1212 | 2024-08-07T06:50:16.411Z | Compiling bstr v0.2.17 |
1213 | 2024-08-07T06:50:16.702Z | Compiling rustls-pemfile v1.0.4 |
1214 | 2024-08-07T06:50:16.997Z | Compiling idna v0.2.3 |
1215 | 2024-08-07T06:50:17.132Z | Compiling clap_builder v4.5.13 |
1216 | 2024-08-07T06:50:17.567Z | Compiling toml_edit v0.19.15 |
1217 | 2024-08-07T06:50:18.230Z | Compiling zerocopy v0.6.6 |
1218 | 2024-08-07T06:50:18.655Z | Compiling r2d2 v0.8.10 |
1219 | 2024-08-07T06:50:18.811Z | Compiling diesel_derives v2.1.4 |
1220 | 2024-08-07T06:50:19.031Z | Compiling group v0.13.0 |
1221 | 2024-08-07T06:50:19.096Z | Compiling signal-hook-mio v0.2.3 |
1222 | 2024-08-07T06:50:19.254Z | Compiling phf v0.11.2 |
1223 | 2024-08-07T06:50:19.345Z | Compiling cookie_store v0.20.0 |
1224 | 2024-08-07T06:50:19.539Z | Compiling http-body v1.0.0 |
1225 | 2024-08-07T06:50:19.759Z | Compiling hubpack v0.1.2 |
1226 | 2024-08-07T06:50:20.615Z | Compiling ipnetwork v0.20.0 |
1227 | 2024-08-07T06:50:20.653Z | Compiling inout v0.1.3 |
1228 | 2024-08-07T06:50:20.870Z | Compiling postgres-types v0.2.7 |
1229 | 2024-08-07T06:50:21.525Z | Compiling hyper v0.14.30 |
1230 | 2024-08-07T06:50:21.529Z | Compiling usdt-attr-macro v0.5.0 |
1231 | 2024-08-07T06:50:22.425Z | Compiling usdt-macro v0.5.0 |
1232 | 2024-08-07T06:50:23.230Z | Compiling serde_urlencoded v0.7.1 |
1233 | 2024-08-07T06:50:23.700Z | Compiling regex v1.10.6 |
1234 | 2024-08-07T06:50:23.762Z | Compiling num-bigint v0.4.5 |
1235 | 2024-08-07T06:50:23.913Z | Compiling futures-executor v0.3.30 |
1236 | 2024-08-07T06:50:24.474Z | Compiling enum-as-inner v0.5.1 |
1237 | 2024-08-07T06:50:24.809Z | Compiling hkdf v0.12.4 |
1238 | 2024-08-07T06:50:25.064Z | Compiling crypto-bigint v0.5.5 |
1239 | 2024-08-07T06:50:25.114Z | Compiling serde_repr v0.1.19 |
1240 | 2024-08-07T06:50:25.319Z | Compiling strum_macros v0.25.3 |
1241 | 2024-08-07T06:50:25.515Z | Compiling clap_derive v4.5.13 |
1242 | 2024-08-07T06:50:26.304Z | Compiling phf_shared v0.10.0 |
1243 | 2024-08-07T06:50:26.343Z | Compiling float-cmp v0.9.0 |
1244 | 2024-08-07T06:50:26.561Z | Compiling encoding_rs v0.8.34 |
1245 | 2024-08-07T06:50:26.695Z | Compiling unicode-segmentation v1.11.0 |
1246 | 2024-08-07T06:50:27.604Z | Compiling predicates-core v1.0.6 |
1247 | 2024-08-07T06:50:27.953Z | Compiling normalize-line-endings v0.3.0 |
1248 | 2024-08-07T06:50:28.075Z | Compiling sync_wrapper v0.1.2 |
1249 | 2024-08-07T06:50:28.206Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-07T06:50:28.304Z | Compiling hyper-tls v0.5.0 |
1251 | 2024-08-07T06:50:28.665Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-08-07T06:50:29.010Z | Compiling webpki-roots v0.25.4 |
1253 | 2024-08-07T06:50:29.169Z | Compiling data-encoding v2.6.0 |
1254 | 2024-08-07T06:50:29.454Z | Compiling mime v0.3.17 |
1255 | 2024-08-07T06:50:30.083Z | Compiling minimal-lexical v0.2.1 |
1256 | 2024-08-07T06:50:30.586Z | Compiling difflib v0.4.0 |
1257 | 2024-08-07T06:50:30.718Z | Compiling new_debug_unreachable v1.0.6 |
1258 | 2024-08-07T06:50:30.721Z | Compiling precomputed-hash v0.1.1 |
1259 | 2024-08-07T06:50:30.805Z | Compiling fixedbitset v0.4.2 |
1260 | 2024-08-07T06:50:31.027Z | Compiling whoami v1.5.1 |
1261 | 2024-08-07T06:50:31.078Z | Compiling toml_edit v0.22.20 |
1262 | 2024-08-07T06:50:31.276Z | Compiling petgraph v0.6.5 |
1263 | 2024-08-07T06:50:31.318Z | Compiling diesel v2.1.6 |
1264 | 2024-08-07T06:50:31.336Z | Compiling console v0.15.8 |
1265 | 2024-08-07T06:50:31.591Z | Compiling tokio-postgres v0.7.11 |
1266 | 2024-08-07T06:50:31.642Z | Compiling predicates v3.1.2 |
1267 | 2024-08-07T06:50:32.155Z | Compiling string_cache v0.8.7 |
1268 | 2024-08-07T06:50:32.645Z | Compiling clap v4.5.13 |
1269 | 2024-08-07T06:50:32.771Z | Compiling nom v7.1.3 |
1270 | 2024-08-07T06:50:32.835Z | Compiling trust-dns-proto v0.22.0 |
1271 | 2024-08-07T06:50:33.420Z | Compiling reqwest v0.11.27 |
1272 | 2024-08-07T06:50:34.647Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1273 | 2024-08-07T06:50:35.339Z | Compiling elliptic-curve v0.13.8 |
1274 | 2024-08-07T06:50:36.143Z | Compiling similar v2.5.0 |
1275 | 2024-08-07T06:50:36.415Z | Compiling yasna v0.5.2 |
1276 | 2024-08-07T06:50:37.179Z | Compiling usdt v0.5.0 |
1277 | 2024-08-07T06:50:37.689Z | Compiling futures v0.3.30 |
1278 | 2024-08-07T06:50:37.805Z | Compiling flate2 v1.0.31 |
1279 | 2024-08-07T06:50:38.708Z | Compiling cipher v0.4.4 |
1280 | 2024-08-07T06:50:38.765Z | Compiling toml v0.7.8 |
1281 | 2024-08-07T06:50:39.183Z | Compiling hyper v1.3.1 |
1282 | 2024-08-07T06:50:39.198Z | Compiling crossterm v0.27.0 |
1283 | 2024-08-07T06:50:40.107Z | Compiling itertools v0.10.5 |
1284 | 2024-08-07T06:50:40.443Z | Compiling itertools v0.12.1 |
1285 | 2024-08-07T06:50:40.977Z | Compiling bit-set v0.5.3 |
1286 | 2024-08-07T06:50:41.251Z | Compiling tokio-stream v0.1.15 |
1287 | 2024-08-07T06:50:41.269Z | Compiling openapiv3 v2.0.0 |
1288 | 2024-08-07T06:50:41.945Z | Compiling hex v0.4.3 |
1289 | 2024-08-07T06:50:42.198Z | Compiling bstr v1.9.1 |
1290 | 2024-08-07T06:50:42.567Z | Compiling crossbeam-epoch v0.9.18 |
1291 | 2024-08-07T06:50:42.892Z | Compiling num-iter v0.1.45 |
1292 | 2024-08-07T06:50:42.916Z | Compiling dirs-sys-next v0.1.2 |
1293 | 2024-08-07T06:50:43.084Z | Compiling unicode-xid v0.2.4 |
1294 | 2024-08-07T06:50:43.249Z | Compiling lalrpop-util v0.19.12 |
1295 | 2024-08-07T06:50:43.316Z | Compiling peg-runtime v0.8.3 |
1296 | 2024-08-07T06:50:43.570Z | Compiling dirs-next v2.0.0 |
1297 | 2024-08-07T06:50:43.586Z | Compiling thread_local v1.1.8 |
1298 | 2024-08-07T06:50:43.589Z | Compiling slog-async v2.8.0 |
1299 | 2024-08-07T06:50:43.755Z | Compiling term v0.7.0 |
1300 | 2024-08-07T06:50:43.960Z | Compiling xattr v1.3.1 |
1301 | 2024-08-07T06:50:44.006Z | Compiling crossbeam-channel v0.5.12 |
1302 | 2024-08-07T06:50:44.123Z | Compiling strum_macros v0.26.4 |
1303 | 2024-08-07T06:50:44.206Z | Compiling filetime v0.2.23 |
1304 | 2024-08-07T06:50:44.230Z | Compiling is-terminal v0.4.12 |
1305 | 2024-08-07T06:50:44.355Z | Compiling take_mut v0.2.2 |
1306 | 2024-08-07T06:50:44.506Z | Compiling tar v0.4.41 |
1307 | 2024-08-07T06:50:44.524Z | Compiling slog-term v2.9.1 |
1308 | 2024-08-07T06:50:45.247Z | Compiling camino v1.1.7 |
1309 | 2024-08-07T06:50:47.447Z | Compiling strum v0.26.3 |
1310 | 2024-08-07T06:50:57.625Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1311 | 2024-08-07T06:50:57.863Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1312 | 2024-08-07T06:51:03.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1313 | 2024-08-07T06:51:03.226Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1314 | 2024-08-07T06:51:03.269Z | Aug 07 06:51:01.870 INFO Starting download, target: Console |
1315 | 2024-08-07T06:51:03.269Z | Aug 07 06:51:01.871 INFO Starting download, target: DendriteOpenapi |
1316 | 2024-08-07T06:51:03.269Z | Aug 07 06:51:01.871 INFO Starting download, target: Clickhouse |
1317 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Starting download, target: Cockroach |
1318 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Starting download, target: DendriteStub |
1319 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Starting download, target: MaghemiteMgd |
1320 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Starting download, target: TransceiverControl |
1321 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1322 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1323 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1324 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1325 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.871 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1326 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.872 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1327 | 2024-08-07T06:51:03.272Z | Aug 07 06:51:01.872 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1328 | 2024-08-07T06:51:03.422Z | Aug 07 06:51:02.024 INFO Download complete, target: DendriteOpenapi |
1329 | 2024-08-07T06:51:03.770Z | Aug 07 06:51:02.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1330 | 2024-08-07T06:51:03.812Z | Aug 07 06:51:02.410 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1331 | 2024-08-07T06:51:03.916Z | Aug 07 06:51:02.516 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1332 | 2024-08-07T06:51:04.026Z | Aug 07 06:51:02.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1333 | 2024-08-07T06:51:04.215Z | Aug 07 06:51:02.816 INFO Download complete, target: Console |
1334 | 2024-08-07T06:51:04.549Z | Aug 07 06:51:03.150 INFO Download complete, target: TransceiverControl |
1335 | 2024-08-07T06:51:05.245Z | Aug 07 06:51:03.846 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1336 | 2024-08-07T06:51:05.245Z | Aug 07 06:51:03.846 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1337 | 2024-08-07T06:51:06.504Z | Aug 07 06:51:05.104 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1338 | 2024-08-07T06:51:07.185Z | Aug 07 06:51:05.786 INFO Download complete, target: DendriteStub |
1339 | 2024-08-07T06:51:07.461Z | Aug 07 06:51:06.061 INFO Download complete, target: MaghemiteMgd |
1340 | 2024-08-07T06:51:13.966Z | Aug 07 06:51:12.565 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1341 | 2024-08-07T06:51:14.278Z | Aug 07 06:51:12.876 INFO Checking that binary works, target: Cockroach |
1342 | 2024-08-07T06:51:14.429Z | Aug 07 06:51:13.027 INFO Download complete, target: Cockroach |
1343 | 2024-08-07T06:51:21.283Z | Aug 07 06:51:19.878 INFO Checking that binary works, target: Clickhouse |
1344 | 2024-08-07T06:51:21.463Z | Aug 07 06:51:20.059 INFO Download complete, target: Clickhouse |
1345 | 2024-08-07T06:51:21.482Z | All builder prerequisites installed successfully, and PATH looks valid |
1346 | 2024-08-07T06:51:21.485Z | |
1347 | 2024-08-07T06:51:21.485Z | real 3:32.357171655 |
1348 | 2024-08-07T06:51:21.485Z | user 11:43.247826619 |
1349 | 2024-08-07T06:51:21.485Z | sys 2:27.127001150 |
1350 | 2024-08-07T06:51:21.485Z | trap 0.433942035 |
1351 | 2024-08-07T06:51:21.485Z | tflt 1.355841012 |
1352 | 2024-08-07T06:51:21.485Z | dflt 1.483171341 |
1353 | 2024-08-07T06:51:21.485Z | kflt 0.026458770 |
1354 | 2024-08-07T06:51:21.486Z | lock 22:18.079025947 |
1355 | 2024-08-07T06:51:21.486Z | slp 44:07.139308465 |
1356 | 2024-08-07T06:51:21.486Z | lat 44.026458284 |
1357 | 2024-08-07T06:51:21.486Z | stop 1:44.940513595 |
1358 | 2024-08-07T06:51:21.486Z | + banner hack-check |
1359 | 2024-08-07T06:51:21.489Z | |
1360 | 2024-08-07T06:51:21.489Z | # # ## #### # # #### # # ###### #### # # |
1361 | 2024-08-07T06:51:21.489Z | # # # # # # # # # # # # # # # # # |
1362 | 2024-08-07T06:51:21.489Z | ###### # # # #### ##### # ###### ##### # #### |
1363 | 2024-08-07T06:51:21.489Z | # # ###### # # # # # # # # # # |
1364 | 2024-08-07T06:51:21.489Z | # # # # # # # # # # # # # # # # # |
1365 | 2024-08-07T06:51:21.489Z | # # # # #### # # #### # # ###### #### # # |
1366 | 2024-08-07T06:51:21.489Z | |
1367 | 2024-08-07T06:51:21.489Z | + export CARGO_INCREMENTAL=0 |
1368 | 2024-08-07T06:51:21.489Z | + CARGO_INCREMENTAL=0 |
1369 | 2024-08-07T06:51:21.489Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1370 | 2024-08-07T06:51:22.026Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1371 | 2024-08-07T06:51:25.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
1372 | 2024-08-07T06:51:25.415Z | Running `target/debug/xtask check-features --ci` |
1373 | 2024-08-07T06:51:25.434Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1374 | 2024-08-07T06:51:25.437Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1375 | 2024-08-07T06:51:25.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1376 | 2024-08-07T06:51:25.925Z | Running `target/debug/xtask download cargo-hack` |
1377 | 2024-08-07T06:51:26.702Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1378 | 2024-08-07T06:51:27.047Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1379 | 2024-08-07T06:51:31.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
1380 | 2024-08-07T06:51:31.757Z | Running `target/debug/xtask-downloader cargo-hack` |
1381 | 2024-08-07T06:51:31.788Z | Aug 07 06:51:30.380 INFO Starting download, target: CargoHack |
1382 | 2024-08-07T06:51:31.791Z | Aug 07 06:51:30.380 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1383 | 2024-08-07T06:51:32.359Z | Aug 07 06:51:30.951 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1384 | 2024-08-07T06:51:32.464Z | Aug 07 06:51:31.056 INFO Download complete, target: CargoHack |
1385 | 2024-08-07T06:51:32.467Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1386 | 2024-08-07T06:51:32.483Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1387 | 2024-08-07T06:51:32.628Z | info: running `cargo check --bins` on api_identity (1/147) |
1388 | 2024-08-07T06:51:33.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1389 | 2024-08-07T06:51:33.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1390 | 2024-08-07T06:51:33.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1391 | 2024-08-07T06:51:33.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1392 | 2024-08-07T06:51:33.213Z | |
1393 | 2024-08-07T06:51:33.213Z | info: running `cargo check --bins` on bootstore (2/147) |
1394 | 2024-08-07T06:51:33.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1395 | 2024-08-07T06:51:33.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1396 | 2024-08-07T06:51:33.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1397 | 2024-08-07T06:51:33.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1398 | 2024-08-07T06:51:33.847Z | |
1399 | 2024-08-07T06:51:33.847Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
1400 | 2024-08-07T06:51:34.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1401 | 2024-08-07T06:51:34.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1402 | 2024-08-07T06:51:34.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1403 | 2024-08-07T06:51:34.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1404 | 2024-08-07T06:51:34.450Z | |
1405 | 2024-08-07T06:51:34.450Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
1406 | 2024-08-07T06:51:35.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1407 | 2024-08-07T06:51:35.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1408 | 2024-08-07T06:51:35.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1409 | 2024-08-07T06:51:35.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1410 | 2024-08-07T06:51:35.075Z | |
1411 | 2024-08-07T06:51:35.075Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
1412 | 2024-08-07T06:51:35.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1413 | 2024-08-07T06:51:35.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1414 | 2024-08-07T06:51:35.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1415 | 2024-08-07T06:51:35.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1416 | 2024-08-07T06:51:35.518Z | |
1417 | 2024-08-07T06:51:35.518Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
1418 | 2024-08-07T06:51:35.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1419 | 2024-08-07T06:51:35.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1420 | 2024-08-07T06:51:35.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1421 | 2024-08-07T06:51:35.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1422 | 2024-08-07T06:51:35.968Z | |
1423 | 2024-08-07T06:51:35.968Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
1424 | 2024-08-07T06:51:36.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1425 | 2024-08-07T06:51:36.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1426 | 2024-08-07T06:51:36.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1427 | 2024-08-07T06:51:36.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1428 | 2024-08-07T06:51:36.414Z | |
1429 | 2024-08-07T06:51:36.414Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
1430 | 2024-08-07T06:51:36.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1431 | 2024-08-07T06:51:36.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1432 | 2024-08-07T06:51:36.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1433 | 2024-08-07T06:51:36.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1434 | 2024-08-07T06:51:36.865Z | |
1435 | 2024-08-07T06:51:36.865Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
1436 | 2024-08-07T06:51:37.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1437 | 2024-08-07T06:51:37.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1438 | 2024-08-07T06:51:37.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1439 | 2024-08-07T06:51:37.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1440 | 2024-08-07T06:51:37.317Z | |
1441 | 2024-08-07T06:51:37.317Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
1442 | 2024-08-07T06:51:37.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1443 | 2024-08-07T06:51:37.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1444 | 2024-08-07T06:51:37.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1445 | 2024-08-07T06:51:37.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1446 | 2024-08-07T06:51:37.768Z | |
1447 | 2024-08-07T06:51:37.768Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
1448 | 2024-08-07T06:51:38.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1449 | 2024-08-07T06:51:38.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1450 | 2024-08-07T06:51:38.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1451 | 2024-08-07T06:51:38.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1452 | 2024-08-07T06:51:38.217Z | |
1453 | 2024-08-07T06:51:38.217Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
1454 | 2024-08-07T06:51:38.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1455 | 2024-08-07T06:51:38.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1456 | 2024-08-07T06:51:38.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1457 | 2024-08-07T06:51:38.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1458 | 2024-08-07T06:51:38.672Z | |
1459 | 2024-08-07T06:51:38.672Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
1460 | 2024-08-07T06:51:39.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1461 | 2024-08-07T06:51:39.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1462 | 2024-08-07T06:51:39.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1463 | 2024-08-07T06:51:39.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1464 | 2024-08-07T06:51:39.127Z | |
1465 | 2024-08-07T06:51:39.127Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
1466 | 2024-08-07T06:51:39.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1467 | 2024-08-07T06:51:39.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1468 | 2024-08-07T06:51:39.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1469 | 2024-08-07T06:51:39.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1470 | 2024-08-07T06:51:39.575Z | |
1471 | 2024-08-07T06:51:39.575Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
1472 | 2024-08-07T06:51:39.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1473 | 2024-08-07T06:51:39.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1474 | 2024-08-07T06:51:39.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1475 | 2024-08-07T06:51:39.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1476 | 2024-08-07T06:51:40.020Z | |
1477 | 2024-08-07T06:51:40.020Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
1478 | 2024-08-07T06:51:40.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-08-07T06:51:40.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-08-07T06:51:40.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1481 | 2024-08-07T06:51:40.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1482 | 2024-08-07T06:51:40.468Z | |
1483 | 2024-08-07T06:51:40.468Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
1484 | 2024-08-07T06:51:40.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1485 | 2024-08-07T06:51:40.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1486 | 2024-08-07T06:51:40.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1487 | 2024-08-07T06:51:40.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1488 | 2024-08-07T06:51:40.920Z | |
1489 | 2024-08-07T06:51:40.921Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
1490 | 2024-08-07T06:51:41.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1491 | 2024-08-07T06:51:41.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1492 | 2024-08-07T06:51:41.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1493 | 2024-08-07T06:51:41.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1494 | 2024-08-07T06:51:41.367Z | |
1495 | 2024-08-07T06:51:41.367Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
1496 | 2024-08-07T06:51:41.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1497 | 2024-08-07T06:51:41.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1498 | 2024-08-07T06:51:41.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1499 | 2024-08-07T06:51:41.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1500 | 2024-08-07T06:51:41.817Z | |
1501 | 2024-08-07T06:51:41.817Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
1502 | 2024-08-07T06:51:42.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1503 | 2024-08-07T06:51:42.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1504 | 2024-08-07T06:51:42.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1505 | 2024-08-07T06:51:42.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1506 | 2024-08-07T06:51:42.266Z | |
1507 | 2024-08-07T06:51:42.266Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
1508 | 2024-08-07T06:51:42.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1509 | 2024-08-07T06:51:42.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1510 | 2024-08-07T06:51:42.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1511 | 2024-08-07T06:51:42.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1512 | 2024-08-07T06:51:42.713Z | |
1513 | 2024-08-07T06:51:42.713Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
1514 | 2024-08-07T06:51:43.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1515 | 2024-08-07T06:51:43.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1516 | 2024-08-07T06:51:43.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1517 | 2024-08-07T06:51:43.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1518 | 2024-08-07T06:51:43.171Z | |
1519 | 2024-08-07T06:51:43.171Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
1520 | 2024-08-07T06:51:43.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1521 | 2024-08-07T06:51:43.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1522 | 2024-08-07T06:51:43.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1523 | 2024-08-07T06:51:43.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1524 | 2024-08-07T06:51:43.628Z | |
1525 | 2024-08-07T06:51:43.628Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
1526 | 2024-08-07T06:51:44.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-08-07T06:51:44.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-08-07T06:51:44.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-08-07T06:51:44.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1530 | 2024-08-07T06:51:44.071Z | |
1531 | 2024-08-07T06:51:44.071Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
1532 | 2024-08-07T06:51:44.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-08-07T06:51:44.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-08-07T06:51:44.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-08-07T06:51:44.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1536 | 2024-08-07T06:51:44.692Z | |
1537 | 2024-08-07T06:51:44.692Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
1538 | 2024-08-07T06:51:45.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-08-07T06:51:45.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-08-07T06:51:45.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-08-07T06:51:45.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1542 | 2024-08-07T06:51:45.303Z | |
1543 | 2024-08-07T06:51:45.303Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
1544 | 2024-08-07T06:51:45.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-08-07T06:51:45.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-08-07T06:51:45.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1547 | 2024-08-07T06:51:45.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1548 | 2024-08-07T06:51:45.922Z | |
1549 | 2024-08-07T06:51:45.922Z | info: running `cargo check --bins` on oxlog (28/147) |
1550 | 2024-08-07T06:51:46.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1551 | 2024-08-07T06:51:46.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1552 | 2024-08-07T06:51:46.502Z | Checking cfg-if v1.0.0 |
1553 | 2024-08-07T06:51:46.505Z | Checking libc v0.2.155 |
1554 | 2024-08-07T06:51:46.585Z | Checking memchr v2.7.2 |
1555 | 2024-08-07T06:51:46.596Z | Checking scopeguard v1.2.0 |
1556 | 2024-08-07T06:51:46.600Z | Checking serde v1.0.204 |
1557 | 2024-08-07T06:51:46.611Z | Checking log v0.4.21 |
1558 | 2024-08-07T06:51:46.613Z | Checking byteorder v1.5.0 |
1559 | 2024-08-07T06:51:46.614Z | Checking itoa v1.0.11 |
1560 | 2024-08-07T06:51:46.642Z | Checking smallvec v1.13.2 |
1561 | 2024-08-07T06:51:46.706Z | Checking lock_api v0.4.12 |
1562 | 2024-08-07T06:51:46.807Z | Checking zeroize v1.7.0 |
1563 | 2024-08-07T06:51:46.899Z | Checking once_cell v1.19.0 |
1564 | 2024-08-07T06:51:46.979Z | Checking pin-project-lite v0.2.14 |
1565 | 2024-08-07T06:51:47.013Z | Checking typenum v1.17.0 |
1566 | 2024-08-07T06:51:47.077Z | Checking zerocopy v0.7.34 |
1567 | 2024-08-07T06:51:47.114Z | Checking futures-core v0.3.30 |
1568 | 2024-08-07T06:51:47.128Z | Checking spin v0.9.8 |
1569 | 2024-08-07T06:51:47.166Z | Checking tinyvec_macros v0.1.1 |
1570 | 2024-08-07T06:51:47.248Z | Checking tinyvec v1.6.0 |
1571 | 2024-08-07T06:51:47.280Z | Checking libm v0.2.8 |
1572 | 2024-08-07T06:51:47.434Z | Checking const-oid v0.9.6 |
1573 | 2024-08-07T06:51:47.454Z | Checking futures-sink v0.3.30 |
1574 | 2024-08-07T06:51:47.589Z | Checking ryu v1.0.18 |
1575 | 2024-08-07T06:51:47.663Z | Checking getrandom v0.2.14 |
1576 | 2024-08-07T06:51:47.816Z | Checking parking_lot_core v0.9.10 |
1577 | 2024-08-07T06:51:47.913Z | Checking rand_core v0.6.4 |
1578 | 2024-08-07T06:51:48.157Z | Checking parking_lot v0.12.2 |
1579 | 2024-08-07T06:51:48.205Z | Checking signal-hook-registry v1.4.2 |
1580 | 2024-08-07T06:51:48.218Z | Checking mio v0.8.11 |
1581 | 2024-08-07T06:51:48.274Z | Checking generic-array v0.14.7 |
1582 | 2024-08-07T06:51:48.436Z | Checking socket2 v0.5.7 |
1583 | 2024-08-07T06:51:48.500Z | Checking num_cpus v1.16.0 |
1584 | 2024-08-07T06:51:48.511Z | Checking subtle v2.5.0 |
1585 | 2024-08-07T06:51:48.522Z | Checking ahash v0.8.11 |
1586 | 2024-08-07T06:51:48.607Z | Checking unicode-normalization v0.1.23 |
1587 | 2024-08-07T06:51:48.757Z | Checking num-traits v0.2.19 |
1588 | 2024-08-07T06:51:48.808Z | Checking unicode-bidi v0.3.15 |
1589 | 2024-08-07T06:51:48.882Z | Checking allocator-api2 v0.2.18 |
1590 | 2024-08-07T06:51:49.035Z | Checking futures-channel v0.3.30 |
1591 | 2024-08-07T06:51:49.220Z | Checking slab v0.4.9 |
1592 | 2024-08-07T06:51:49.401Z | Checking futures-task v0.3.30 |
1593 | 2024-08-07T06:51:49.432Z | Checking futures-io v0.3.30 |
1594 | 2024-08-07T06:51:49.432Z | Checking pin-utils v0.1.0 |
1595 | 2024-08-07T06:51:49.459Z | Checking equivalent v1.0.1 |
1596 | 2024-08-07T06:51:49.471Z | Checking hashbrown v0.14.5 |
1597 | 2024-08-07T06:51:49.505Z | Checking crypto-common v0.1.6 |
1598 | 2024-08-07T06:51:49.520Z | Checking fnv v1.0.7 |
1599 | 2024-08-07T06:51:49.555Z | Checking block-buffer v0.10.4 |
1600 | 2024-08-07T06:51:49.589Z | Checking ppv-lite86 v0.2.17 |
1601 | 2024-08-07T06:51:49.611Z | Checking futures-util v0.3.30 |
1602 | 2024-08-07T06:51:49.627Z | Checking percent-encoding v2.3.1 |
1603 | 2024-08-07T06:51:49.682Z | Checking tracing-core v0.1.32 |
1604 | 2024-08-07T06:51:49.770Z | Checking digest v0.10.7 |
1605 | 2024-08-07T06:51:49.839Z | Checking untrusted v0.9.0 |
1606 | 2024-08-07T06:51:49.990Z | Checking ring v0.17.8 |
1607 | 2024-08-07T06:51:50.134Z | Checking thiserror v1.0.63 |
1608 | 2024-08-07T06:51:50.266Z | Checking try-lock v0.2.5 |
1609 | 2024-08-07T06:51:50.284Z | Checking rand_chacha v0.3.1 |
1610 | 2024-08-07T06:51:50.337Z | Checking tracing v0.1.40 |
1611 | 2024-08-07T06:51:50.385Z | Checking iana-time-zone v0.1.60 |
1612 | 2024-08-07T06:51:50.481Z | Checking foreign-types-shared v0.1.1 |
1613 | 2024-08-07T06:51:50.527Z | Checking powerfmt v0.2.0 |
1614 | 2024-08-07T06:51:50.577Z | Checking base64ct v1.6.0 |
1615 | 2024-08-07T06:51:50.636Z | Checking rand v0.8.5 |
1616 | 2024-08-07T06:51:50.655Z | Checking foreign-types v0.3.2 |
1617 | 2024-08-07T06:51:50.667Z | Checking want v0.3.1 |
1618 | 2024-08-07T06:51:50.742Z | Checking hmac v0.12.1 |
1619 | 2024-08-07T06:51:50.771Z | Checking deranged v0.3.11 |
1620 | 2024-08-07T06:51:50.829Z | Checking form_urlencoded v1.2.1 |
1621 | 2024-08-07T06:51:50.938Z | Checking openssl-sys v0.9.103 |
1622 | 2024-08-07T06:51:50.988Z | Checking pem-rfc7468 v0.7.0 |
1623 | 2024-08-07T06:51:51.009Z | Checking httparse v1.8.0 |
1624 | 2024-08-07T06:51:51.236Z | Checking time-core v0.1.2 |
1625 | 2024-08-07T06:51:51.387Z | Checking num_threads v0.1.7 |
1626 | 2024-08-07T06:51:51.424Z | Checking num-conv v0.1.0 |
1627 | 2024-08-07T06:51:51.497Z | Checking siphasher v0.3.11 |
1628 | 2024-08-07T06:51:51.604Z | Checking bytes v1.7.1 |
1629 | 2024-08-07T06:51:51.643Z | Checking bitflags v2.6.0 |
1630 | 2024-08-07T06:51:51.796Z | Checking serde_json v1.0.122 |
1631 | 2024-08-07T06:51:51.807Z | Checking indexmap v2.3.0 |
1632 | 2024-08-07T06:51:51.857Z | Checking uuid v1.10.0 |
1633 | 2024-08-07T06:51:51.917Z | Checking chrono v0.4.38 |
1634 | 2024-08-07T06:51:52.220Z | Checking flagset v0.4.5 |
1635 | 2024-08-07T06:51:52.377Z | Checking tokio v1.38.1 |
1636 | 2024-08-07T06:51:52.415Z | Checking http v0.2.12 |
1637 | 2024-08-07T06:51:52.445Z | Checking unicode-ident v1.0.12 |
1638 | 2024-08-07T06:51:52.456Z | Checking time v0.3.36 |
1639 | 2024-08-07T06:51:52.606Z | Checking proc-macro2 v1.0.86 |
1640 | 2024-08-07T06:51:53.063Z | Checking der v0.7.9 |
1641 | 2024-08-07T06:51:53.267Z | Checking openssl v0.10.66 |
1642 | 2024-08-07T06:51:53.420Z | Checking sct v0.7.1 |
1643 | 2024-08-07T06:51:53.609Z | Checking rustls-webpki v0.101.7 |
1644 | 2024-08-07T06:51:53.797Z | Checking http-body v0.4.6 |
1645 | 2024-08-07T06:51:53.985Z | Checking idna v0.5.0 |
1646 | 2024-08-07T06:51:54.187Z | Checking errno v0.3.9 |
1647 | 2024-08-07T06:51:54.280Z | Checking lazy_static v1.5.0 |
1648 | 2024-08-07T06:51:54.343Z | Checking aho-corasick v1.1.3 |
1649 | 2024-08-07T06:51:54.387Z | Checking scroll v0.12.0 |
1650 | 2024-08-07T06:51:54.615Z | Checking plain v0.2.3 |
1651 | 2024-08-07T06:51:54.770Z | Checking openssl-probe v0.1.5 |
1652 | 2024-08-07T06:51:54.829Z | Checking regex-syntax v0.8.3 |
1653 | 2024-08-07T06:51:54.832Z | Checking anstyle v1.0.8 |
1654 | 2024-08-07T06:51:54.888Z | Checking ucd-trie v0.1.6 |
1655 | 2024-08-07T06:51:54.911Z | Checking tower-service v0.3.2 |
1656 | 2024-08-07T06:51:54.976Z | Checking cpufeatures v0.2.12 |
1657 | 2024-08-07T06:51:55.025Z | Checking adler v1.0.2 |
1658 | 2024-08-07T06:51:55.061Z | Checking finl_unicode v1.2.0 |
1659 | 2024-08-07T06:51:55.087Z | Checking httpdate v1.0.3 |
1660 | 2024-08-07T06:51:55.162Z | Checking utf8parse v0.2.1 |
1661 | 2024-08-07T06:51:55.176Z | Checking miniz_oxide v0.7.2 |
1662 | 2024-08-07T06:51:55.303Z | Checking anstyle-parse v0.2.4 |
1663 | 2024-08-07T06:51:55.303Z | Checking pest v2.7.10 |
1664 | 2024-08-07T06:51:55.556Z | Checking sha2 v0.10.8 |
1665 | 2024-08-07T06:51:55.640Z | Checking stringprep v0.1.4 |
1666 | 2024-08-07T06:51:55.877Z | Checking spki v0.7.3 |
1667 | 2024-08-07T06:51:55.907Z | Checking goblin v0.8.2 |
1668 | 2024-08-07T06:51:55.919Z | Checking url v2.5.2 |
1669 | 2024-08-07T06:51:56.114Z | Checking rustix v0.38.34 |
1670 | 2024-08-07T06:51:56.144Z | Checking rustls v0.21.12 |
1671 | 2024-08-07T06:51:56.717Z | Checking quote v1.0.36 |
1672 | 2024-08-07T06:51:57.055Z | Checking toml_datetime v0.6.8 |
1673 | 2024-08-07T06:51:57.331Z | Checking serde_spanned v0.6.7 |
1674 | 2024-08-07T06:51:57.520Z | Checking num-integer v0.1.46 |
1675 | 2024-08-07T06:51:57.805Z | Checking md-5 v0.10.6 |
1676 | 2024-08-07T06:51:57.996Z | Checking idna v0.3.0 |
1677 | 2024-08-07T06:51:58.010Z | Checking regex-automata v0.4.6 |
1678 | 2024-08-07T06:51:58.024Z | Checking hash32 v0.2.1 |
1679 | 2024-08-07T06:51:58.039Z | Checking psl-types v2.0.11 |
1680 | 2024-08-07T06:51:58.215Z | Checking base64 v0.22.1 |
1681 | 2024-08-07T06:51:58.305Z | Checking anstyle-query v1.0.3 |
1682 | 2024-08-07T06:51:58.426Z | Checking pretty-hex v0.4.1 |
1683 | 2024-08-07T06:51:58.564Z | Checking native-tls v0.2.11 |
1684 | 2024-08-07T06:51:58.600Z | Checking is_terminal_polyfill v1.70.0 |
1685 | 2024-08-07T06:51:58.653Z | Checking stable_deref_trait v1.2.0 |
1686 | 2024-08-07T06:51:58.706Z | Checking colorchoice v1.0.1 |
1687 | 2024-08-07T06:51:58.746Z | Checking dyn-clone v1.0.17 |
1688 | 2024-08-07T06:51:58.802Z | Checking fallible-iterator v0.2.0 |
1689 | 2024-08-07T06:51:58.825Z | Checking gimli v0.28.1 |
1690 | 2024-08-07T06:51:58.869Z | Checking anstream v0.6.14 |
1691 | 2024-08-07T06:51:58.884Z | Checking schemars v0.8.21 |
1692 | 2024-08-07T06:51:59.147Z | Checking tokio-util v0.7.11 |
1693 | 2024-08-07T06:51:59.235Z | Checking tokio-native-tls v0.3.1 |
1694 | 2024-08-07T06:51:59.351Z | Checking tokio-rustls v0.24.1 |
1695 | 2024-08-07T06:51:59.415Z | Checking postgres-protocol v0.6.7 |
1696 | 2024-08-07T06:51:59.480Z | Checking publicsuffix v2.2.3 |
1697 | 2024-08-07T06:51:59.698Z | Checking heapless v0.7.17 |
1698 | 2024-08-07T06:51:59.719Z | Checking terminal_size v0.3.0 |
1699 | 2024-08-07T06:51:59.887Z | Checking dtrace-parser v0.2.0 |
1700 | 2024-08-07T06:51:59.997Z | Checking h2 v0.3.26 |
1701 | 2024-08-07T06:52:00.075Z | Checking syn v2.0.72 |
1702 | 2024-08-07T06:52:00.331Z | Checking pkcs8 v0.10.2 |
1703 | 2024-08-07T06:52:00.586Z | Checking cookie v0.17.0 |
1704 | 2024-08-07T06:52:00.596Z | Checking http v1.1.0 |
1705 | 2024-08-07T06:52:00.709Z | Checking phf_shared v0.11.2 |
1706 | 2024-08-07T06:52:00.941Z | Checking dof v0.3.0 |
1707 | 2024-08-07T06:52:00.954Z | Checking signal-hook v0.3.17 |
1708 | 2024-08-07T06:52:00.970Z | Checking block-padding v0.3.3 |
1709 | 2024-08-07T06:52:01.164Z | Checking ff v0.13.0 |
1710 | 2024-08-07T06:52:01.252Z | Checking scheduled-thread-pool v0.2.7 |
1711 | 2024-08-07T06:52:01.379Z | Checking thread-id v4.2.1 |
1712 | 2024-08-07T06:52:01.468Z | Checking object v0.32.2 |
1713 | 2024-08-07T06:52:01.485Z | Checking base16ct v0.2.0 |
1714 | 2024-08-07T06:52:01.520Z | Checking matches v0.1.10 |
1715 | 2024-08-07T06:52:01.608Z | Checking regex-automata v0.1.10 |
1716 | 2024-08-07T06:52:01.671Z | Checking bitflags v1.3.2 |
1717 | 2024-08-07T06:52:01.768Z | Checking rustc-demangle v0.1.24 |
1718 | 2024-08-07T06:52:01.916Z | Checking either v1.13.0 |
1719 | 2024-08-07T06:52:01.997Z | Checking bit-vec v0.6.3 |
1720 | 2024-08-07T06:52:02.190Z | Checking clap_lex v0.7.0 |
1721 | 2024-08-07T06:52:02.260Z | Checking base64 v0.21.7 |
1722 | 2024-08-07T06:52:02.322Z | Checking ipnet v2.9.0 |
1723 | 2024-08-07T06:52:02.423Z | Checking strsim v0.11.1 |
1724 | 2024-08-07T06:52:02.485Z | Checking winnow v0.5.40 |
1725 | 2024-08-07T06:52:02.699Z | Checking managed v0.8.0 |
1726 | 2024-08-07T06:52:02.702Z | Checking addr2line v0.21.0 |
1727 | 2024-08-07T06:52:02.724Z | Checking rustls-pemfile v1.0.4 |
1728 | 2024-08-07T06:52:02.764Z | Checking clap_builder v4.5.13 |
1729 | 2024-08-07T06:52:02.909Z | Checking regex v1.10.6 |
1730 | 2024-08-07T06:52:03.065Z | Checking smoltcp v0.9.1 |
1731 | 2024-08-07T06:52:03.215Z | Checking bstr v0.2.17 |
1732 | 2024-08-07T06:52:03.529Z | Checking http-body v1.0.0 |
1733 | 2024-08-07T06:52:03.726Z | Checking sec1 v0.7.3 |
1734 | 2024-08-07T06:52:04.054Z | Checking idna v0.2.3 |
1735 | 2024-08-07T06:52:04.108Z | Checking r2d2 v0.8.10 |
1736 | 2024-08-07T06:52:04.408Z | Checking group v0.13.0 |
1737 | 2024-08-07T06:52:04.542Z | Checking signal-hook-mio v0.2.3 |
1738 | 2024-08-07T06:52:04.663Z | Checking inout v0.1.3 |
1739 | 2024-08-07T06:52:04.691Z | Checking cookie_store v0.20.0 |
1740 | 2024-08-07T06:52:04.882Z | Checking phf v0.11.2 |
1741 | 2024-08-07T06:52:04.926Z | Checking ipnetwork v0.20.0 |
1742 | 2024-08-07T06:52:05.150Z | Checking postgres-types v0.2.7 |
1743 | 2024-08-07T06:52:05.278Z | Checking num-bigint v0.4.5 |
1744 | 2024-08-07T06:52:05.314Z | Checking futures-executor v0.3.30 |
1745 | 2024-08-07T06:52:05.472Z | Checking toml_edit v0.19.15 |
1746 | 2024-08-07T06:52:05.530Z | Checking phf_shared v0.10.0 |
1747 | 2024-08-07T06:52:05.782Z | Checking hubpack v0.1.2 |
1748 | 2024-08-07T06:52:05.796Z | Checking serde_urlencoded v0.7.1 |
1749 | 2024-08-07T06:52:05.842Z | Checking hkdf v0.12.4 |
1750 | 2024-08-07T06:52:06.033Z | Checking float-cmp v0.9.0 |
1751 | 2024-08-07T06:52:06.088Z | Checking zerocopy v0.6.6 |
1752 | 2024-08-07T06:52:06.152Z | Checking hyper v0.14.30 |
1753 | 2024-08-07T06:52:06.171Z | Checking crossbeam-utils v0.8.19 |
1754 | 2024-08-07T06:52:06.206Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1755 | 2024-08-07T06:52:06.220Z | Checking usdt-impl v0.5.0 |
1756 | 2024-08-07T06:52:06.446Z | Checking crc32fast v1.4.0 |
1757 | 2024-08-07T06:52:06.664Z | Checking crypto-bigint v0.5.5 |
1758 | 2024-08-07T06:52:06.765Z | Checking memmap v0.7.0 |
1759 | 2024-08-07T06:52:06.802Z | Checking encoding_rs v0.8.34 |
1760 | 2024-08-07T06:52:06.838Z | Checking mime v0.3.17 |
1761 | 2024-08-07T06:52:06.963Z | Checking unicode-width v0.1.13 |
1762 | 2024-08-07T06:52:07.145Z | Checking unicode-segmentation v1.11.0 |
1763 | 2024-08-07T06:52:07.145Z | Checking static_assertions v1.1.0 |
1764 | 2024-08-07T06:52:07.236Z | Checking sync_wrapper v0.1.2 |
1765 | 2024-08-07T06:52:07.336Z | Checking backtrace v0.3.71 |
1766 | 2024-08-07T06:52:07.354Z | Checking winnow v0.6.18 |
1767 | 2024-08-07T06:52:07.800Z | Checking minimal-lexical v0.2.1 |
1768 | 2024-08-07T06:52:07.813Z | Checking fixedbitset v0.4.2 |
1769 | 2024-08-07T06:52:07.876Z | Checking whoami v1.5.1 |
1770 | 2024-08-07T06:52:07.902Z | Checking data-encoding v2.6.0 |
1771 | 2024-08-07T06:52:08.048Z | Checking difflib v0.4.0 |
1772 | 2024-08-07T06:52:08.176Z | Checking new_debug_unreachable v1.0.6 |
1773 | 2024-08-07T06:52:08.190Z | Checking normalize-line-endings v0.3.0 |
1774 | 2024-08-07T06:52:08.264Z | Checking webpki-roots v0.25.4 |
1775 | 2024-08-07T06:52:08.302Z | Checking precomputed-hash v0.1.1 |
1776 | 2024-08-07T06:52:08.343Z | Checking predicates-core v1.0.6 |
1777 | 2024-08-07T06:52:08.408Z | Checking string_cache v0.8.7 |
1778 | 2024-08-07T06:52:08.426Z | Checking nom v7.1.3 |
1779 | 2024-08-07T06:52:08.517Z | Checking predicates v3.1.2 |
1780 | 2024-08-07T06:52:08.573Z | Checking trust-dns-proto v0.22.0 |
1781 | 2024-08-07T06:52:08.680Z | Checking tokio-postgres v0.7.11 |
1782 | 2024-08-07T06:52:09.084Z | Checking petgraph v0.6.5 |
1783 | 2024-08-07T06:52:09.147Z | Checking toml v0.7.8 |
1784 | 2024-08-07T06:52:09.329Z | Checking elliptic-curve v0.13.8 |
1785 | 2024-08-07T06:52:09.902Z | Checking anyhow v1.0.86 |
1786 | 2024-08-07T06:52:10.020Z | Checking similar v2.5.0 |
1787 | 2024-08-07T06:52:10.250Z | Checking toml_edit v0.22.20 |
1788 | 2024-08-07T06:52:10.266Z | Checking yasna v0.5.2 |
1789 | 2024-08-07T06:52:10.869Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1790 | 2024-08-07T06:52:11.159Z | Checking console v0.15.8 |
1791 | 2024-08-07T06:52:11.322Z | Checking usdt v0.5.0 |
1792 | 2024-08-07T06:52:11.588Z | Checking crossbeam-epoch v0.9.18 |
1793 | 2024-08-07T06:52:11.705Z | Checking flate2 v1.0.31 |
1794 | 2024-08-07T06:52:11.724Z | Checking diesel v2.1.6 |
1795 | 2024-08-07T06:52:12.001Z | Checking clap v4.5.13 |
1796 | 2024-08-07T06:52:12.110Z | Checking futures v0.3.30 |
1797 | 2024-08-07T06:52:12.188Z | Checking hyper-tls v0.5.0 |
1798 | 2024-08-07T06:52:12.212Z | Checking hyper-rustls v0.24.2 |
1799 | 2024-08-07T06:52:12.325Z | Checking cipher v0.4.4 |
1800 | 2024-08-07T06:52:12.355Z | Checking crossterm v0.27.0 |
1801 | 2024-08-07T06:52:12.441Z | Checking hyper v1.3.1 |
1802 | 2024-08-07T06:52:12.467Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1803 | 2024-08-07T06:52:12.487Z | Checking reqwest v0.11.27 |
1804 | 2024-08-07T06:52:12.501Z | Checking bstr v1.9.1 |
1805 | 2024-08-07T06:52:12.704Z | Checking bit-set v0.5.3 |
1806 | 2024-08-07T06:52:12.864Z | Checking itertools v0.12.1 |
1807 | 2024-08-07T06:52:12.956Z | Checking itertools v0.10.5 |
1808 | 2024-08-07T06:52:13.413Z | Checking fs-err v2.11.0 |
1809 | 2024-08-07T06:52:13.579Z | Checking tokio-stream v0.1.15 |
1810 | 2024-08-07T06:52:13.929Z | Checking num-iter v0.1.45 |
1811 | 2024-08-07T06:52:14.082Z | Checking openapiv3 v2.0.0 |
1812 | 2024-08-07T06:52:14.104Z | Checking slog v2.7.0 |
1813 | 2024-08-07T06:52:14.167Z | Checking semver v1.0.23 |
1814 | 2024-08-07T06:52:14.312Z | Checking hex v0.4.3 |
1815 | 2024-08-07T06:52:14.527Z | Checking peg-runtime v0.8.3 |
1816 | 2024-08-07T06:52:14.568Z | Checking lalrpop-util v0.19.12 |
1817 | 2024-08-07T06:52:14.754Z | Checking camino v1.1.7 |
1818 | 2024-08-07T06:52:14.841Z | Checking sigpipe v0.1.3 |
1819 | 2024-08-07T06:52:31.625Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1820 | 2024-08-07T06:52:31.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.98s |
1821 | 2024-08-07T06:52:32.051Z | |
1822 | 2024-08-07T06:52:32.051Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
1823 | 2024-08-07T06:52:32.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2024-08-07T06:52:32.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2024-08-07T06:52:32.697Z | Compiling regress v0.9.1 |
1826 | 2024-08-07T06:52:32.789Z | Checking sha1 v0.10.6 |
1827 | 2024-08-07T06:52:32.798Z | Checking strum v0.26.3 |
1828 | 2024-08-07T06:52:32.814Z | Checking heck v0.5.0 |
1829 | 2024-08-07T06:52:32.823Z | Compiling getopts v0.2.21 |
1830 | 2024-08-07T06:52:32.826Z | Checking dirs-sys-next v0.1.2 |
1831 | 2024-08-07T06:52:32.845Z | Compiling unsafe-libyaml v0.2.11 |
1832 | 2024-08-07T06:52:32.975Z | Checking thread_local v1.1.8 |
1833 | 2024-08-07T06:52:32.990Z | Checking dirs-next v2.0.0 |
1834 | 2024-08-07T06:52:33.021Z | Checking rustls-pki-types v1.7.0 |
1835 | 2024-08-07T06:52:33.105Z | Compiling ident_case v1.0.1 |
1836 | 2024-08-07T06:52:33.213Z | Checking term v0.7.0 |
1837 | 2024-08-07T06:52:33.233Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1838 | 2024-08-07T06:52:33.280Z | Compiling darling_core v0.20.9 |
1839 | 2024-08-07T06:52:33.428Z | Checking crossbeam-channel v0.5.12 |
1840 | 2024-08-07T06:52:33.550Z | Checking atty v0.2.14 |
1841 | 2024-08-07T06:52:33.620Z | Checking is-terminal v0.4.12 |
1842 | 2024-08-07T06:52:33.670Z | Compiling paste v1.0.15 |
1843 | 2024-08-07T06:52:33.734Z | Compiling rustls v0.22.4 |
1844 | 2024-08-07T06:52:33.748Z | Checking humantime v2.1.0 |
1845 | 2024-08-07T06:52:34.009Z | Checking take_mut v0.2.2 |
1846 | 2024-08-07T06:52:34.023Z | Checking utf-8 v0.7.6 |
1847 | 2024-08-07T06:52:34.115Z | Checking termcolor v1.4.1 |
1848 | 2024-08-07T06:52:34.144Z | Compiling serde_yaml v0.9.34+deprecated |
1849 | 2024-08-07T06:52:34.215Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1850 | 2024-08-07T06:52:34.294Z | Checking slog-async v2.8.0 |
1851 | 2024-08-07T06:52:34.549Z | Checking env_logger v0.9.3 |
1852 | 2024-08-07T06:52:34.598Z | Checking slog-term v2.9.1 |
1853 | 2024-08-07T06:52:34.612Z | Checking rustls-webpki v0.102.4 |
1854 | 2024-08-07T06:52:34.804Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1855 | 2024-08-07T06:52:35.004Z | Compiling proc-macro-crate v1.3.1 |
1856 | 2024-08-07T06:52:35.130Z | Compiling bitstruct_derive v0.1.0 |
1857 | 2024-08-07T06:52:35.155Z | Compiling structmeta-derive v0.3.0 |
1858 | 2024-08-07T06:52:35.395Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-08-07T06:52:35.521Z | Compiling multer v3.1.0 |
1860 | 2024-08-07T06:52:35.830Z | Checking ascii v1.1.0 |
1861 | 2024-08-07T06:52:36.091Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-08-07T06:52:36.207Z | Checking match_cfg v0.1.0 |
1863 | 2024-08-07T06:52:36.300Z | Checking hostname v0.3.1 |
1864 | 2024-08-07T06:52:36.322Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1865 | 2024-08-07T06:52:36.452Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1866 | 2024-08-07T06:52:36.523Z | Checking bitstruct v0.1.1 |
1867 | 2024-08-07T06:52:36.632Z | Compiling num_enum_derive v0.5.11 |
1868 | 2024-08-07T06:52:37.435Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-08-07T06:52:37.855Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1870 | 2024-08-07T06:52:38.104Z | Compiling structmeta v0.3.0 |
1871 | 2024-08-07T06:52:38.285Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-08-07T06:52:38.531Z | Checking slog-json v2.6.1 |
1873 | 2024-08-07T06:52:38.570Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1874 | 2024-08-07T06:52:38.763Z | Checking erased-serde v0.3.31 |
1875 | 2024-08-07T06:52:38.777Z | Checking serde_arrays v0.1.0 |
1876 | 2024-08-07T06:52:38.816Z | Compiling async-stream-impl v0.3.5 |
1877 | 2024-08-07T06:52:38.929Z | Compiling foreign-types-macros v0.2.3 |
1878 | 2024-08-07T06:52:39.275Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1879 | 2024-08-07T06:52:39.300Z | Checking arc-swap v1.7.1 |
1880 | 2024-08-07T06:52:39.593Z | Checking atomic-waker v1.1.2 |
1881 | 2024-08-07T06:52:39.755Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1882 | 2024-08-07T06:52:39.783Z | Checking foreign-types-shared v0.3.1 |
1883 | 2024-08-07T06:52:39.846Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-08-07T06:52:39.896Z | Checking slog-scope v4.4.0 |
1885 | 2024-08-07T06:52:40.073Z | Checking waitgroup v0.1.2 |
1886 | 2024-08-07T06:52:40.166Z | Checking num_enum v0.5.11 |
1887 | 2024-08-07T06:52:40.208Z | Checking slog-bunyan v2.5.0 |
1888 | 2024-08-07T06:52:40.223Z | Compiling darling_macro v0.20.9 |
1889 | 2024-08-07T06:52:40.252Z | Checking foreign-types v0.5.0 |
1890 | 2024-08-07T06:52:40.276Z | Checking async-stream v0.3.5 |
1891 | 2024-08-07T06:52:40.312Z | Compiling parse-display-derive v0.9.1 |
1892 | 2024-08-07T06:52:40.351Z | Compiling proc-macro-error v1.0.4 |
1893 | 2024-08-07T06:52:40.596Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1894 | 2024-08-07T06:52:40.754Z | Checking toml v0.8.19 |
1895 | 2024-08-07T06:52:40.879Z | Checking tungstenite v0.20.1 |
1896 | 2024-08-07T06:52:41.001Z | Checking rustls-pemfile v2.1.3 |
1897 | 2024-08-07T06:52:41.149Z | Compiling darling v0.20.9 |
1898 | 2024-08-07T06:52:41.222Z | Compiling heck v0.3.3 |
1899 | 2024-08-07T06:52:41.269Z | Compiling serde_with_macros v3.8.3 |
1900 | 2024-08-07T06:52:41.284Z | Checking tokio-rustls v0.25.0 |
1901 | 2024-08-07T06:52:41.498Z | Checking newtype-uuid v1.1.0 |
1902 | 2024-08-07T06:52:41.643Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1903 | 2024-08-07T06:52:41.663Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1904 | 2024-08-07T06:52:41.732Z | Checking serde_path_to_error v0.1.16 |
1905 | 2024-08-07T06:52:41.776Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1906 | 2024-08-07T06:52:42.335Z | Checking hostname v0.4.0 |
1907 | 2024-08-07T06:52:42.474Z | Checking cstr-argument v0.1.2 |
1908 | 2024-08-07T06:52:42.488Z | Checking instant v0.1.12 |
1909 | 2024-08-07T06:52:42.517Z | Checking debug-ignore v1.0.5 |
1910 | 2024-08-07T06:52:42.597Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1911 | 2024-08-07T06:52:42.635Z | Checking pretty-hex v0.2.1 |
1912 | 2024-08-07T06:52:42.649Z | Checking fastrand v2.1.0 |
1913 | 2024-08-07T06:52:42.795Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1914 | 2024-08-07T06:52:42.911Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1915 | 2024-08-07T06:52:42.982Z | Checking tempfile v3.10.1 |
1916 | 2024-08-07T06:52:43.058Z | Checking backoff v0.4.0 |
1917 | 2024-08-07T06:52:43.220Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1918 | 2024-08-07T06:52:43.346Z | Checking tokio-tungstenite v0.20.1 |
1919 | 2024-08-07T06:52:43.370Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1920 | 2024-08-07T06:52:43.493Z | Compiling zone_cfg_derive v0.1.2 |
1921 | 2024-08-07T06:52:43.592Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1922 | 2024-08-07T06:52:43.813Z | Checking slog-stdlog v4.1.1 |
1923 | 2024-08-07T06:52:43.967Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1924 | 2024-08-07T06:52:44.127Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1925 | 2024-08-07T06:52:44.273Z | Checking serde_with v3.8.3 |
1926 | 2024-08-07T06:52:44.354Z | Checking tungstenite v0.21.0 |
1927 | 2024-08-07T06:52:44.460Z | Checking colored v2.1.0 |
1928 | 2024-08-07T06:52:44.828Z | Checking macaddr v1.0.1 |
1929 | 2024-08-07T06:52:45.034Z | Checking socket2 v0.4.10 |
1930 | 2024-08-07T06:52:45.168Z | Checking parse-display v0.9.1 |
1931 | 2024-08-07T06:52:45.183Z | Checking base64 v0.13.1 |
1932 | 2024-08-07T06:52:45.319Z | Checking tokio-tungstenite v0.21.0 |
1933 | 2024-08-07T06:52:45.391Z | Checking zone v0.1.8 |
1934 | 2024-08-07T06:52:45.587Z | Checking ron v0.7.1 |
1935 | 2024-08-07T06:52:45.787Z | Checking slog-envlogger v2.2.0 |
1936 | 2024-08-07T06:52:46.013Z | Checking pem v3.0.4 |
1937 | 2024-08-07T06:52:46.016Z | Checking tabwriter v1.4.0 |
1938 | 2024-08-07T06:52:46.252Z | Checking xattr v1.3.1 |
1939 | 2024-08-07T06:52:46.285Z | Checking portpicker v0.1.1 |
1940 | 2024-08-07T06:52:46.428Z | Checking headers-core v0.2.0 |
1941 | 2024-08-07T06:52:46.451Z | Checking smf v0.2.3 |
1942 | 2024-08-07T06:52:46.574Z | Checking filetime v0.2.23 |
1943 | 2024-08-07T06:52:46.734Z | Checking same-file v1.0.6 |
1944 | 2024-08-07T06:52:46.785Z | Checking tar v0.4.41 |
1945 | 2024-08-07T06:52:46.904Z | Checking walkdir v2.5.0 |
1946 | 2024-08-07T06:52:46.921Z | Checking headers v0.3.9 |
1947 | 2024-08-07T06:52:47.178Z | Checking rcgen v0.12.1 |
1948 | 2024-08-07T06:52:47.193Z | Checking atomicwrites v0.4.3 |
1949 | 2024-08-07T06:52:47.386Z | Checking camino-tempfile v1.1.1 |
1950 | 2024-08-07T06:52:47.537Z | Checking subprocess v0.2.9 |
1951 | 2024-08-07T06:52:48.460Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1952 | 2024-08-07T06:52:48.686Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-08-07T06:52:50.885Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1954 | 2024-08-07T06:52:52.913Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1955 | 2024-08-07T06:52:52.979Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1956 | 2024-08-07T06:52:56.027Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1957 | 2024-08-07T06:53:01.691Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1958 | 2024-08-07T06:53:01.817Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1959 | 2024-08-07T06:53:01.817Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-08-07T06:53:04.251Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1961 | 2024-08-07T06:53:04.622Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1962 | 2024-08-07T06:53:09.999Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1963 | 2024-08-07T06:53:11.329Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1964 | 2024-08-07T06:53:12.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.35s |
1965 | 2024-08-07T06:53:12.572Z | |
1966 | 2024-08-07T06:53:12.572Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
1967 | 2024-08-07T06:53:13.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1968 | 2024-08-07T06:53:13.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1969 | 2024-08-07T06:53:13.211Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1970 | 2024-08-07T06:53:14.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
1971 | 2024-08-07T06:53:14.585Z | |
1972 | 2024-08-07T06:53:14.585Z | info: running `cargo check --bins` on nexus-config (31/147) |
1973 | 2024-08-07T06:53:15.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1974 | 2024-08-07T06:53:15.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1975 | 2024-08-07T06:53:15.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1976 | 2024-08-07T06:53:15.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1977 | 2024-08-07T06:53:15.195Z | |
1978 | 2024-08-07T06:53:15.195Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
1979 | 2024-08-07T06:53:15.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1980 | 2024-08-07T06:53:15.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1981 | 2024-08-07T06:53:15.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1982 | 2024-08-07T06:53:15.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1983 | 2024-08-07T06:53:15.780Z | |
1984 | 2024-08-07T06:53:15.780Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
1985 | 2024-08-07T06:53:16.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1986 | 2024-08-07T06:53:16.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1987 | 2024-08-07T06:53:16.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1988 | 2024-08-07T06:53:16.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1989 | 2024-08-07T06:53:16.388Z | |
1990 | 2024-08-07T06:53:16.388Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
1991 | 2024-08-07T06:53:16.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1992 | 2024-08-07T06:53:16.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1993 | 2024-08-07T06:53:16.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1994 | 2024-08-07T06:53:16.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1995 | 2024-08-07T06:53:17.012Z | |
1996 | 2024-08-07T06:53:17.012Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
1997 | 2024-08-07T06:53:17.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1998 | 2024-08-07T06:53:17.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1999 | 2024-08-07T06:53:17.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2000 | 2024-08-07T06:53:17.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2001 | 2024-08-07T06:53:17.603Z | |
2002 | 2024-08-07T06:53:17.603Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
2003 | 2024-08-07T06:53:18.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2004 | 2024-08-07T06:53:18.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2005 | 2024-08-07T06:53:18.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2006 | 2024-08-07T06:53:18.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2007 | 2024-08-07T06:53:18.225Z | |
2008 | 2024-08-07T06:53:18.225Z | info: running `cargo check --bins` on dns-service-client (37/147) |
2009 | 2024-08-07T06:53:18.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-08-07T06:53:18.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-08-07T06:53:18.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2012 | 2024-08-07T06:53:18.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2013 | 2024-08-07T06:53:18.805Z | |
2014 | 2024-08-07T06:53:18.806Z | info: running `cargo check --bins` on dpd-client (38/147) |
2015 | 2024-08-07T06:53:19.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2016 | 2024-08-07T06:53:19.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2017 | 2024-08-07T06:53:19.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2018 | 2024-08-07T06:53:19.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2019 | 2024-08-07T06:53:19.397Z | |
2020 | 2024-08-07T06:53:19.397Z | info: running `cargo check --bins` on gateway-client (39/147) |
2021 | 2024-08-07T06:53:19.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2022 | 2024-08-07T06:53:19.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2023 | 2024-08-07T06:53:19.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2024 | 2024-08-07T06:53:19.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2025 | 2024-08-07T06:53:19.971Z | |
2026 | 2024-08-07T06:53:19.971Z | info: running `cargo check --bins` on installinator-client (40/147) |
2027 | 2024-08-07T06:53:20.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2028 | 2024-08-07T06:53:20.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2029 | 2024-08-07T06:53:20.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2030 | 2024-08-07T06:53:20.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2031 | 2024-08-07T06:53:20.582Z | |
2032 | 2024-08-07T06:53:20.582Z | info: running `cargo check --bins` on installinator-common (41/147) |
2033 | 2024-08-07T06:53:21.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2034 | 2024-08-07T06:53:21.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2035 | 2024-08-07T06:53:21.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2036 | 2024-08-07T06:53:21.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2037 | 2024-08-07T06:53:21.192Z | |
2038 | 2024-08-07T06:53:21.192Z | info: running `cargo check --bins` on update-engine (42/147) |
2039 | 2024-08-07T06:53:21.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2040 | 2024-08-07T06:53:21.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2041 | 2024-08-07T06:53:21.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2042 | 2024-08-07T06:53:21.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2043 | 2024-08-07T06:53:21.775Z | |
2044 | 2024-08-07T06:53:21.775Z | info: running `cargo check --bins` on nexus-client (43/147) |
2045 | 2024-08-07T06:53:22.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-08-07T06:53:22.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-08-07T06:53:22.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2048 | 2024-08-07T06:53:22.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2049 | 2024-08-07T06:53:22.400Z | |
2050 | 2024-08-07T06:53:22.400Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
2051 | 2024-08-07T06:53:22.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-08-07T06:53:22.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-08-07T06:53:22.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-08-07T06:53:22.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2055 | 2024-08-07T06:53:23.020Z | |
2056 | 2024-08-07T06:53:23.020Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
2057 | 2024-08-07T06:53:23.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-08-07T06:53:23.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-08-07T06:53:23.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-08-07T06:53:23.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2061 | 2024-08-07T06:53:23.612Z | |
2062 | 2024-08-07T06:53:23.612Z | info: running `cargo check --bins` on nexus-types (46/147) |
2063 | 2024-08-07T06:53:24.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-08-07T06:53:24.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-08-07T06:53:24.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2066 | 2024-08-07T06:53:24.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2067 | 2024-08-07T06:53:24.241Z | |
2068 | 2024-08-07T06:53:24.241Z | info: running `cargo check --bins` on oxide-client (47/147) |
2069 | 2024-08-07T06:53:24.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2070 | 2024-08-07T06:53:24.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2071 | 2024-08-07T06:53:24.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2072 | 2024-08-07T06:53:24.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2073 | 2024-08-07T06:53:24.832Z | |
2074 | 2024-08-07T06:53:24.833Z | info: running `cargo check --bins` on oximeter-client (48/147) |
2075 | 2024-08-07T06:53:25.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2076 | 2024-08-07T06:53:25.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2077 | 2024-08-07T06:53:25.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2078 | 2024-08-07T06:53:25.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2079 | 2024-08-07T06:53:25.441Z | |
2080 | 2024-08-07T06:53:25.441Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
2081 | 2024-08-07T06:53:25.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2082 | 2024-08-07T06:53:26.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2083 | 2024-08-07T06:53:26.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2084 | 2024-08-07T06:53:26.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2085 | 2024-08-07T06:53:26.062Z | |
2086 | 2024-08-07T06:53:26.062Z | info: running `cargo check --bins` on wicketd-client (50/147) |
2087 | 2024-08-07T06:53:26.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2088 | 2024-08-07T06:53:26.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2089 | 2024-08-07T06:53:26.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2090 | 2024-08-07T06:53:26.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2091 | 2024-08-07T06:53:26.693Z | |
2092 | 2024-08-07T06:53:26.693Z | info: running `cargo check --bins` on wicket-common (51/147) |
2093 | 2024-08-07T06:53:27.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2094 | 2024-08-07T06:53:27.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2095 | 2024-08-07T06:53:27.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2096 | 2024-08-07T06:53:27.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2097 | 2024-08-07T06:53:27.325Z | |
2098 | 2024-08-07T06:53:27.325Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
2099 | 2024-08-07T06:53:27.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2100 | 2024-08-07T06:53:27.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2101 | 2024-08-07T06:53:27.961Z | Compiling heapless v0.8.0 |
2102 | 2024-08-07T06:53:28.048Z | Checking hash32 v0.3.1 |
2103 | 2024-08-07T06:53:28.055Z | Compiling smoltcp v0.11.0 |
2104 | 2024-08-07T06:53:28.063Z | Checking cobs v0.2.3 |
2105 | 2024-08-07T06:53:28.066Z | Checking embedded-io v0.4.0 |
2106 | 2024-08-07T06:53:28.084Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2107 | 2024-08-07T06:53:28.087Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2108 | 2024-08-07T06:53:28.108Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2109 | 2024-08-07T06:53:28.200Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2110 | 2024-08-07T06:53:28.214Z | Compiling crucible-workspace-hack v0.1.0 |
2111 | 2024-08-07T06:53:28.227Z | Checking csv-core v0.1.11 |
2112 | 2024-08-07T06:53:28.253Z | Checking postcard v1.0.8 |
2113 | 2024-08-07T06:53:28.450Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2114 | 2024-08-07T06:53:28.525Z | Checking csv v1.3.0 |
2115 | 2024-08-07T06:53:28.608Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2116 | 2024-08-07T06:53:28.657Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2117 | 2024-08-07T06:53:28.733Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2118 | 2024-08-07T06:53:28.892Z | Compiling num-derive v0.4.2 |
2119 | 2024-08-07T06:53:28.961Z | Compiling slog-dtrace v0.3.0 |
2120 | 2024-08-07T06:53:28.984Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2121 | 2024-08-07T06:53:29.040Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2122 | 2024-08-07T06:53:29.300Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2123 | 2024-08-07T06:53:29.315Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2124 | 2024-08-07T06:53:29.868Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2125 | 2024-08-07T06:53:30.000Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2126 | 2024-08-07T06:53:30.540Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2127 | 2024-08-07T06:53:31.765Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2128 | 2024-08-07T06:53:32.599Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2129 | 2024-08-07T06:53:33.628Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2130 | 2024-08-07T06:53:36.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.95s |
2131 | 2024-08-07T06:53:36.425Z | |
2132 | 2024-08-07T06:53:36.425Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
2133 | 2024-08-07T06:53:36.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2134 | 2024-08-07T06:53:36.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2135 | 2024-08-07T06:53:36.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2136 | 2024-08-07T06:53:36.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2137 | 2024-08-07T06:53:37.033Z | |
2138 | 2024-08-07T06:53:37.033Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
2139 | 2024-08-07T06:53:37.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2140 | 2024-08-07T06:53:37.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2141 | 2024-08-07T06:53:37.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2142 | 2024-08-07T06:53:37.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2143 | 2024-08-07T06:53:37.642Z | |
2144 | 2024-08-07T06:53:37.642Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
2145 | 2024-08-07T06:53:38.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2146 | 2024-08-07T06:53:38.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2147 | 2024-08-07T06:53:38.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2148 | 2024-08-07T06:53:38.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2149 | 2024-08-07T06:53:38.353Z | |
2150 | 2024-08-07T06:53:38.353Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
2151 | 2024-08-07T06:53:38.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2152 | 2024-08-07T06:53:39.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2153 | 2024-08-07T06:53:39.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2154 | 2024-08-07T06:53:39.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2155 | 2024-08-07T06:53:39.077Z | |
2156 | 2024-08-07T06:53:39.077Z | info: running `cargo check --bins` on dns-server (57/147) |
2157 | 2024-08-07T06:53:39.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2158 | 2024-08-07T06:53:39.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2159 | 2024-08-07T06:53:39.698Z | Compiling parking_lot_core v0.8.6 |
2160 | 2024-08-07T06:53:39.784Z | Checking nibble_vec v0.1.0 |
2161 | 2024-08-07T06:53:39.786Z | Checking endian-type v0.1.2 |
2162 | 2024-08-07T06:53:39.801Z | Checking newline-converter v0.3.0 |
2163 | 2024-08-07T06:53:39.806Z | Checking linked-hash-map v0.5.6 |
2164 | 2024-08-07T06:53:39.806Z | Checking quick-error v1.2.3 |
2165 | 2024-08-07T06:53:39.811Z | Checking fxhash v0.2.1 |
2166 | 2024-08-07T06:53:39.821Z | Checking toml v0.5.11 |
2167 | 2024-08-07T06:53:39.927Z | Checking expectorate v1.1.0 |
2168 | 2024-08-07T06:53:39.943Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2169 | 2024-08-07T06:53:39.955Z | Checking resolv-conf v0.7.0 |
2170 | 2024-08-07T06:53:39.955Z | Checking radix_trie v0.2.1 |
2171 | 2024-08-07T06:53:40.080Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2172 | 2024-08-07T06:53:40.098Z | Checking lru-cache v0.1.2 |
2173 | 2024-08-07T06:53:40.269Z | Checking trust-dns-resolver v0.22.0 |
2174 | 2024-08-07T06:53:40.301Z | Checking trust-dns-client v0.22.0 |
2175 | 2024-08-07T06:53:40.486Z | Checking parking_lot v0.11.2 |
2176 | 2024-08-07T06:53:40.812Z | Checking sled v0.34.7 |
2177 | 2024-08-07T06:53:41.246Z | Checking trust-dns-server v0.22.1 |
2178 | 2024-08-07T06:53:42.767Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2179 | 2024-08-07T06:53:43.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
2180 | 2024-08-07T06:53:43.952Z | |
2181 | 2024-08-07T06:53:43.952Z | info: running `cargo check --bins` on dns-server-api (58/147) |
2182 | 2024-08-07T06:53:44.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2183 | 2024-08-07T06:53:44.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2184 | 2024-08-07T06:53:44.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2185 | 2024-08-07T06:53:44.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2186 | 2024-08-07T06:53:44.558Z | |
2187 | 2024-08-07T06:53:44.558Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
2188 | 2024-08-07T06:53:45.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2189 | 2024-08-07T06:53:45.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2190 | 2024-08-07T06:53:45.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2191 | 2024-08-07T06:53:45.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2192 | 2024-08-07T06:53:45.225Z | |
2193 | 2024-08-07T06:53:45.225Z | info: running `cargo check --bins` on gateway-types (60/147) |
2194 | 2024-08-07T06:53:45.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2195 | 2024-08-07T06:53:45.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2196 | 2024-08-07T06:53:45.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2197 | 2024-08-07T06:53:45.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2198 | 2024-08-07T06:53:45.835Z | |
2199 | 2024-08-07T06:53:45.835Z | info: running `cargo check --bins` on ipcc (61/147) |
2200 | 2024-08-07T06:53:46.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2201 | 2024-08-07T06:53:46.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2202 | 2024-08-07T06:53:46.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2203 | 2024-08-07T06:53:46.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2204 | 2024-08-07T06:53:46.444Z | |
2205 | 2024-08-07T06:53:46.444Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
2206 | 2024-08-07T06:53:47.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2207 | 2024-08-07T06:53:47.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2208 | 2024-08-07T06:53:47.098Z | Compiling radium v0.7.0 |
2209 | 2024-08-07T06:53:47.188Z | Compiling maybe-uninit v2.0.0 |
2210 | 2024-08-07T06:53:47.191Z | Checking tap v1.0.1 |
2211 | 2024-08-07T06:53:47.203Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2212 | 2024-08-07T06:53:47.206Z | Checking funty v2.0.0 |
2213 | 2024-08-07T06:53:47.206Z | Compiling num-bigint-dig v0.8.4 |
2214 | 2024-08-07T06:53:47.212Z | Compiling packed_struct v0.10.1 |
2215 | 2024-08-07T06:53:47.215Z | Checking crc-catalog v2.4.0 |
2216 | 2024-08-07T06:53:47.321Z | Checking wyz v0.5.1 |
2217 | 2024-08-07T06:53:47.378Z | Checking crc v3.2.1 |
2218 | 2024-08-07T06:53:47.550Z | Compiling packed_struct_codegen v0.10.1 |
2219 | 2024-08-07T06:53:47.688Z | Compiling indexmap v1.9.3 |
2220 | 2024-08-07T06:53:47.717Z | Checking half v2.4.1 |
2221 | 2024-08-07T06:53:47.782Z | Checking ciborium-io v0.2.2 |
2222 | 2024-08-07T06:53:47.831Z | Checking nodrop v0.1.14 |
2223 | 2024-08-07T06:53:47.891Z | Checking smallvec v0.6.14 |
2224 | 2024-08-07T06:53:47.950Z | Checking array-init v0.0.4 |
2225 | 2024-08-07T06:53:48.030Z | Checking pkcs1 v0.7.5 |
2226 | 2024-08-07T06:53:48.098Z | Checking bitvec v1.0.1 |
2227 | 2024-08-07T06:53:48.187Z | Checking ciborium-ll v0.2.2 |
2228 | 2024-08-07T06:53:48.264Z | Checking signature v2.2.0 |
2229 | 2024-08-07T06:53:48.414Z | Compiling memoffset v0.9.1 |
2230 | 2024-08-07T06:53:48.453Z | Checking hashbrown v0.12.3 |
2231 | 2024-08-07T06:53:48.491Z | Checking bitfield v0.14.0 |
2232 | 2024-08-07T06:53:48.513Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2233 | 2024-08-07T06:53:48.774Z | Checking env_logger v0.10.2 |
2234 | 2024-08-07T06:53:48.830Z | Checking bzip2 v0.4.4 |
2235 | 2024-08-07T06:53:48.860Z | Checking ciborium v0.2.2 |
2236 | 2024-08-07T06:53:48.927Z | Checking serde-hex v0.1.0 |
2237 | 2024-08-07T06:53:49.111Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2238 | 2024-08-07T06:53:49.185Z | Checking ron v0.8.1 |
2239 | 2024-08-07T06:53:49.363Z | Checking x509-cert v0.2.5 |
2240 | 2024-08-07T06:53:49.891Z | Checking hashbrown v0.13.2 |
2241 | 2024-08-07T06:53:50.142Z | Checking crc-any v2.5.0 |
2242 | 2024-08-07T06:53:50.158Z | Checking rsa v0.9.6 |
2243 | 2024-08-07T06:53:50.448Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2244 | 2024-08-07T06:53:50.528Z | Checking zip v0.6.6 |
2245 | 2024-08-07T06:53:50.817Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2246 | 2024-08-07T06:53:50.925Z | Checking path-slash v0.1.5 |
2247 | 2024-08-07T06:53:50.942Z | Checking object v0.30.4 |
2248 | 2024-08-07T06:53:50.955Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2249 | 2024-08-07T06:53:51.058Z | Checking nix v0.27.1 |
2250 | 2024-08-07T06:53:51.166Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2251 | 2024-08-07T06:53:51.180Z | Checking serde-big-array v0.5.1 |
2252 | 2024-08-07T06:53:51.191Z | Checking signal-hook-tokio v0.3.1 |
2253 | 2024-08-07T06:53:52.912Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2254 | 2024-08-07T06:53:53.621Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2255 | 2024-08-07T06:54:00.282Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2256 | 2024-08-07T06:54:01.549Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2257 | 2024-08-07T06:54:03.326Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2258 | 2024-08-07T06:54:05.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s |
2259 | 2024-08-07T06:54:05.266Z | |
2260 | 2024-08-07T06:54:05.266Z | info: running `cargo check --bins` on gateway-api (63/147) |
2261 | 2024-08-07T06:54:05.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-08-07T06:54:05.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-08-07T06:54:05.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2264 | 2024-08-07T06:54:05.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2265 | 2024-08-07T06:54:05.877Z | |
2266 | 2024-08-07T06:54:05.877Z | info: running `cargo check --bins` on sp-sim (64/147) |
2267 | 2024-08-07T06:54:06.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-08-07T06:54:06.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-08-07T06:54:06.494Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2270 | 2024-08-07T06:54:08.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
2271 | 2024-08-07T06:54:08.250Z | |
2272 | 2024-08-07T06:54:08.250Z | info: running `cargo check --bins` on internal-dns (65/147) |
2273 | 2024-08-07T06:54:08.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2024-08-07T06:54:08.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2024-08-07T06:54:08.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2024-08-07T06:54:08.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2277 | 2024-08-07T06:54:08.879Z | |
2278 | 2024-08-07T06:54:08.879Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
2279 | 2024-08-07T06:54:09.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-08-07T06:54:09.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-08-07T06:54:09.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2282 | 2024-08-07T06:54:09.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2283 | 2024-08-07T06:54:09.532Z | |
2284 | 2024-08-07T06:54:09.532Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
2285 | 2024-08-07T06:54:10.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2024-08-07T06:54:10.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2024-08-07T06:54:10.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2288 | 2024-08-07T06:54:10.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2289 | 2024-08-07T06:54:10.193Z | |
2290 | 2024-08-07T06:54:10.193Z | info: running `cargo check --bins` on db-macros (68/147) |
2291 | 2024-08-07T06:54:10.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2292 | 2024-08-07T06:54:10.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2293 | 2024-08-07T06:54:10.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2294 | 2024-08-07T06:54:10.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2295 | 2024-08-07T06:54:10.786Z | |
2296 | 2024-08-07T06:54:10.786Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
2297 | 2024-08-07T06:54:11.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-08-07T06:54:11.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-08-07T06:54:11.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-08-07T06:54:11.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2301 | 2024-08-07T06:54:11.383Z | |
2302 | 2024-08-07T06:54:11.383Z | info: running `cargo check --bins` on nexus-auth (70/147) |
2303 | 2024-08-07T06:54:11.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-08-07T06:54:11.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-08-07T06:54:11.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-08-07T06:54:11.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2307 | 2024-08-07T06:54:12.045Z | |
2308 | 2024-08-07T06:54:12.045Z | info: running `cargo check --bins` on authz-macros (71/147) |
2309 | 2024-08-07T06:54:12.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-08-07T06:54:12.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-08-07T06:54:12.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-08-07T06:54:12.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2313 | 2024-08-07T06:54:12.641Z | |
2314 | 2024-08-07T06:54:12.641Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
2315 | 2024-08-07T06:54:13.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-08-07T06:54:13.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-08-07T06:54:13.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-08-07T06:54:13.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2319 | 2024-08-07T06:54:13.288Z | |
2320 | 2024-08-07T06:54:13.288Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
2321 | 2024-08-07T06:54:13.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-08-07T06:54:13.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-08-07T06:54:13.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-08-07T06:54:13.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2325 | 2024-08-07T06:54:13.930Z | |
2326 | 2024-08-07T06:54:13.930Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
2327 | 2024-08-07T06:54:14.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-08-07T06:54:14.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-08-07T06:54:14.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-08-07T06:54:14.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2331 | 2024-08-07T06:54:14.544Z | |
2332 | 2024-08-07T06:54:14.544Z | info: running `cargo check --bins` on oximeter (75/147) |
2333 | 2024-08-07T06:54:15.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-08-07T06:54:15.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-08-07T06:54:15.179Z | Compiling rustls-pki-types v1.7.0 |
2336 | 2024-08-07T06:54:15.266Z | Compiling prettyplease v0.2.20 |
2337 | 2024-08-07T06:54:15.269Z | Compiling match_cfg v0.1.0 |
2338 | 2024-08-07T06:54:15.282Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2339 | 2024-08-07T06:54:15.285Z | Compiling slog-json v2.6.1 |
2340 | 2024-08-07T06:54:15.303Z | Compiling atomic-waker v1.1.2 |
2341 | 2024-08-07T06:54:15.315Z | Compiling async-stream v0.3.5 |
2342 | 2024-08-07T06:54:15.315Z | Compiling multer v3.1.0 |
2343 | 2024-08-07T06:54:15.348Z | Compiling hostname v0.3.1 |
2344 | 2024-08-07T06:54:15.485Z | Compiling waitgroup v0.1.2 |
2345 | 2024-08-07T06:54:15.555Z | Compiling toml v0.8.19 |
2346 | 2024-08-07T06:54:15.593Z | Compiling slog-bunyan v2.5.0 |
2347 | 2024-08-07T06:54:15.608Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2348 | 2024-08-07T06:54:15.661Z | Compiling rustls-webpki v0.102.4 |
2349 | 2024-08-07T06:54:15.688Z | Compiling rustls-pemfile v2.1.3 |
2350 | 2024-08-07T06:54:15.696Z | Compiling sha1 v0.10.6 |
2351 | 2024-08-07T06:54:15.805Z | Compiling newtype-uuid v1.1.0 |
2352 | 2024-08-07T06:54:15.821Z | Compiling serde_path_to_error v0.1.16 |
2353 | 2024-08-07T06:54:16.009Z | Compiling hostname v0.4.0 |
2354 | 2024-08-07T06:54:16.124Z | Compiling instant v0.1.12 |
2355 | 2024-08-07T06:54:16.153Z | Compiling debug-ignore v1.0.5 |
2356 | 2024-08-07T06:54:16.170Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2357 | 2024-08-07T06:54:16.258Z | Compiling backoff v0.4.0 |
2358 | 2024-08-07T06:54:16.261Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2359 | 2024-08-07T06:54:16.306Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2360 | 2024-08-07T06:54:16.371Z | Compiling parse-display v0.9.1 |
2361 | 2024-08-07T06:54:16.477Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2362 | 2024-08-07T06:54:16.492Z | Compiling serde_with v3.8.3 |
2363 | 2024-08-07T06:54:16.584Z | Compiling rustls v0.22.4 |
2364 | 2024-08-07T06:54:16.656Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2365 | 2024-08-07T06:54:16.816Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2366 | 2024-08-07T06:54:17.031Z | Compiling num-rational v0.4.2 |
2367 | 2024-08-07T06:54:17.308Z | Compiling num-complex v0.4.6 |
2368 | 2024-08-07T06:54:17.589Z | Compiling macaddr v1.0.1 |
2369 | 2024-08-07T06:54:18.394Z | Compiling num v0.4.3 |
2370 | 2024-08-07T06:54:18.468Z | Compiling float-ord v0.3.2 |
2371 | 2024-08-07T06:54:19.449Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2372 | 2024-08-07T06:54:20.413Z | Compiling tokio-rustls v0.25.0 |
2373 | 2024-08-07T06:54:20.665Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2374 | 2024-08-07T06:54:23.993Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2375 | 2024-08-07T06:54:35.305Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2376 | 2024-08-07T06:54:38.369Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2377 | 2024-08-07T06:54:38.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.43s |
2378 | 2024-08-07T06:54:39.125Z | |
2379 | 2024-08-07T06:54:39.125Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
2380 | 2024-08-07T06:54:39.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-08-07T06:54:39.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-08-07T06:54:39.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-08-07T06:54:39.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2384 | 2024-08-07T06:54:39.770Z | |
2385 | 2024-08-07T06:54:39.770Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
2386 | 2024-08-07T06:54:40.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-08-07T06:54:40.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-08-07T06:54:40.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-08-07T06:54:40.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2390 | 2024-08-07T06:54:40.382Z | |
2391 | 2024-08-07T06:54:40.382Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
2392 | 2024-08-07T06:54:40.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-08-07T06:54:40.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-08-07T06:54:40.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-08-07T06:54:40.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2396 | 2024-08-07T06:54:41.012Z | |
2397 | 2024-08-07T06:54:41.012Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
2398 | 2024-08-07T06:54:41.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-08-07T06:54:41.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-08-07T06:54:41.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-08-07T06:54:41.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2402 | 2024-08-07T06:54:41.674Z | |
2403 | 2024-08-07T06:54:41.674Z | info: running `cargo check --bins` on typed-rng (80/147) |
2404 | 2024-08-07T06:54:42.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-08-07T06:54:42.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-08-07T06:54:42.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-08-07T06:54:42.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2408 | 2024-08-07T06:54:42.286Z | |
2409 | 2024-08-07T06:54:42.286Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
2410 | 2024-08-07T06:54:42.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-08-07T06:54:42.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-08-07T06:54:43.030Z | Checking password-hash v0.5.0 |
2413 | 2024-08-07T06:54:43.030Z | Checking blake2 v0.10.6 |
2414 | 2024-08-07T06:54:43.033Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2415 | 2024-08-07T06:54:43.033Z | Compiling semver v0.1.20 |
2416 | 2024-08-07T06:54:43.033Z | Compiling convert_case v0.4.0 |
2417 | 2024-08-07T06:54:43.125Z | Compiling rayon-core v1.12.1 |
2418 | 2024-08-07T06:54:43.170Z | Compiling crossbeam-deque v0.8.5 |
2419 | 2024-08-07T06:54:43.191Z | Compiling unicase v2.7.0 |
2420 | 2024-08-07T06:54:43.481Z | Compiling rustc_version v0.1.7 |
2421 | 2024-08-07T06:54:43.507Z | Compiling same-file v1.0.6 |
2422 | 2024-08-07T06:54:43.511Z | Compiling libefi-sys v0.1.0 |
2423 | 2024-08-07T06:54:43.518Z | Compiling fastrand v2.1.0 |
2424 | 2024-08-07T06:54:43.581Z | Checking argon2 v0.5.3 |
2425 | 2024-08-07T06:54:43.794Z | Compiling walkdir v2.5.0 |
2426 | 2024-08-07T06:54:43.882Z | Compiling tempfile v3.10.1 |
2427 | 2024-08-07T06:54:43.947Z | Compiling newtype_derive v0.1.6 |
2428 | 2024-08-07T06:54:44.008Z | Compiling curve25519-dalek v4.1.3 |
2429 | 2024-08-07T06:54:44.072Z | Compiling bitfield-struct v0.6.1 |
2430 | 2024-08-07T06:54:44.088Z | Compiling derive_more v0.99.18 |
2431 | 2024-08-07T06:54:44.291Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2432 | 2024-08-07T06:54:44.328Z | Compiling derive-where v1.2.7 |
2433 | 2024-08-07T06:54:44.562Z | Compiling ring v0.16.20 |
2434 | 2024-08-07T06:54:44.579Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2435 | 2024-08-07T06:54:44.641Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2436 | 2024-08-07T06:54:44.710Z | Compiling blake3 v1.5.1 |
2437 | 2024-08-07T06:54:45.064Z | Checking keccak v0.1.5 |
2438 | 2024-08-07T06:54:45.408Z | Checking sha3 v0.10.8 |
2439 | 2024-08-07T06:54:45.587Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2440 | 2024-08-07T06:54:45.783Z | Compiling rayon v1.10.0 |
2441 | 2024-08-07T06:54:45.923Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2442 | 2024-08-07T06:54:45.960Z | Checking universal-hash v0.5.1 |
2443 | 2024-08-07T06:54:46.139Z | Compiling thiserror-impl-no-std v2.0.2 |
2444 | 2024-08-07T06:54:46.156Z | Checking secrecy v0.8.0 |
2445 | 2024-08-07T06:54:46.217Z | Compiling curve25519-dalek-derive v0.1.1 |
2446 | 2024-08-07T06:54:46.254Z | Compiling memmap2 v0.9.4 |
2447 | 2024-08-07T06:54:46.369Z | Checking opaque-debug v0.3.1 |
2448 | 2024-08-07T06:54:46.467Z | Compiling untrusted v0.7.1 |
2449 | 2024-08-07T06:54:46.652Z | Compiling constant_time_eq v0.3.0 |
2450 | 2024-08-07T06:54:46.731Z | Compiling home v0.5.9 |
2451 | 2024-08-07T06:54:46.842Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2452 | 2024-08-07T06:54:46.963Z | Compiling arrayref v0.3.7 |
2453 | 2024-08-07T06:54:47.013Z | Compiling spin v0.5.2 |
2454 | 2024-08-07T06:54:47.075Z | Compiling arrayvec v0.7.4 |
2455 | 2024-08-07T06:54:47.252Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2456 | 2024-08-07T06:54:47.492Z | Compiling toolchain_find v0.4.0 |
2457 | 2024-08-07T06:54:47.714Z | Checking poly1305 v0.8.0 |
2458 | 2024-08-07T06:54:47.977Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2459 | 2024-08-07T06:54:48.205Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2460 | 2024-08-07T06:54:48.222Z | Checking steno v0.4.1 |
2461 | 2024-08-07T06:54:48.403Z | Compiling camino-tempfile v1.1.1 |
2462 | 2024-08-07T06:54:48.860Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2463 | 2024-08-07T06:54:48.938Z | Checking chacha20 v0.9.1 |
2464 | 2024-08-07T06:54:49.305Z | Checking gethostname v0.5.0 |
2465 | 2024-08-07T06:54:49.400Z | Checking thiserror-no-std v2.0.2 |
2466 | 2024-08-07T06:54:49.442Z | Checking aead v0.5.2 |
2467 | 2024-08-07T06:54:49.520Z | Compiling topological-sort v0.2.2 |
2468 | 2024-08-07T06:54:49.668Z | Compiling cancel-safe-futures v0.1.5 |
2469 | 2024-08-07T06:54:49.782Z | Checking chacha20poly1305 v0.10.1 |
2470 | 2024-08-07T06:54:49.830Z | Checking vsss-rs v3.3.4 |
2471 | 2024-08-07T06:54:49.971Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2472 | 2024-08-07T06:54:50.069Z | Compiling mime_guess v2.0.4 |
2473 | 2024-08-07T06:54:50.663Z | Compiling rustfmt-wrapper v0.2.1 |
2474 | 2024-08-07T06:54:51.284Z | Compiling omicron-zone-package v0.11.0 |
2475 | 2024-08-07T06:54:51.388Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2476 | 2024-08-07T06:54:51.457Z | Checking glob v0.3.1 |
2477 | 2024-08-07T06:54:51.955Z | Checking libsw v3.3.1 |
2478 | 2024-08-07T06:54:52.077Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2479 | 2024-08-07T06:54:52.132Z | Checking owo-colors v4.0.0 |
2480 | 2024-08-07T06:54:52.149Z | Checking swrite v0.1.0 |
2481 | 2024-08-07T06:54:52.204Z | Checking linear-map v1.2.0 |
2482 | 2024-08-07T06:54:52.289Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2483 | 2024-08-07T06:54:52.523Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2484 | 2024-08-07T06:54:52.897Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2485 | 2024-08-07T06:54:53.111Z | Checking kstat-rs v0.2.4 |
2486 | 2024-08-07T06:54:53.159Z | Checking nanorand v0.7.0 |
2487 | 2024-08-07T06:54:53.461Z | Checking http-range v0.1.5 |
2488 | 2024-08-07T06:54:53.481Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2489 | 2024-08-07T06:54:53.497Z | Checking flume v0.11.0 |
2490 | 2024-08-07T06:54:53.641Z | Checking hyper-staticfile v0.10.1 |
2491 | 2024-08-07T06:54:53.666Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2492 | 2024-08-07T06:54:53.941Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2493 | 2024-08-07T06:54:53.971Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2494 | 2024-08-07T06:54:54.044Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2495 | 2024-08-07T06:54:54.122Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2496 | 2024-08-07T06:54:54.341Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2497 | 2024-08-07T06:54:55.431Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2498 | 2024-08-07T06:54:55.649Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2499 | 2024-08-07T06:54:56.964Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2500 | 2024-08-07T06:54:57.390Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2501 | 2024-08-07T06:54:57.636Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2502 | 2024-08-07T06:54:57.995Z | Checking display-error-chain v0.2.0 |
2503 | 2024-08-07T06:55:04.617Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2504 | 2024-08-07T06:55:09.691Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2505 | 2024-08-07T06:55:09.693Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2506 | 2024-08-07T06:55:10.358Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2507 | 2024-08-07T06:55:11.576Z | error[E0433]: failed to resolve: could not find `FileBytesStream` in `hyper_staticfile` |
2508 | 2024-08-07T06:55:11.576Z | --> sled-agent/src/http_entrypoints.rs:208:36 |
2509 | 2024-08-07T06:55:11.576Z | | |
2510 | 2024-08-07T06:55:11.576Z | 208 | let stream = hyper_staticfile::FileBytesStream::new(f); |
2511 | 2024-08-07T06:55:11.576Z | | ^^^^^^^^^^^^^^^ could not find `FileBytesStream` in `hyper_staticfile` |
2512 | 2024-08-07T06:55:11.576Z | | |
2513 | 2024-08-07T06:55:11.576Z | help: consider importing this struct |
2514 | 2024-08-07T06:55:11.576Z | | |
2515 | 2024-08-07T06:55:11.576Z | 7 + use hyper_staticfile::util::FileBytesStream; |
2516 | 2024-08-07T06:55:11.576Z | | |
2517 | 2024-08-07T06:55:11.576Z | help: if you import `FileBytesStream`, refer to it directly |
2518 | 2024-08-07T06:55:11.576Z | | |
2519 | 2024-08-07T06:55:11.576Z | 208 - let stream = hyper_staticfile::FileBytesStream::new(f); |
2520 | 2024-08-07T06:55:11.576Z | 208 + let stream = FileBytesStream::new(f); |
2521 | 2024-08-07T06:55:11.576Z | | |
2522 | 2024-08-07T06:55:11.576Z | |
2523 | 2024-08-07T06:55:21.545Z | For more information about this error, try `rustc --explain E0433`. |
2524 | 2024-08-07T06:55:21.663Z | error: could not compile `omicron-sled-agent` (lib) due to 1 previous error |
2525 | 2024-08-07T06:55:21.827Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path sled-agent/Cargo.toml --no-default-features` (exit status: 101) |
2526 | 2024-08-07T06:55:21.830Z | Error: cargo-hack install failed: exit status: 1 |
2527 | 2024-08-07T06:55:21.835Z | |
2528 | 2024-08-07T06:55:21.835Z | real 4:00.261499092 |
2529 | 2024-08-07T06:55:21.835Z | user 10:27.537321845 |
2530 | 2024-08-07T06:55:21.835Z | sys 2:47.238258823 |
2531 | 2024-08-07T06:55:21.835Z | trap 0.263566013 |
2532 | 2024-08-07T06:55:21.835Z | tflt 1.453463006 |
2533 | 2024-08-07T06:55:21.835Z | dflt 1.479540630 |
2534 | 2024-08-07T06:55:21.835Z | kflt 0.000262563 |
2535 | 2024-08-07T06:55:21.835Z | lock 16:16.206717228 |
2536 | 2024-08-07T06:55:21.835Z | slp 51:14.479205854 |
2537 | 2024-08-07T06:55:21.835Z | lat 41.221914579 |
2538 | 2024-08-07T06:55:21.835Z | stop 1:50.995216651 |
2539 | 2024-08-07T06:55:21.835Z | process exited: duration 452759 ms, exit code 1 |
|
2540 | 2024-08-07T06:55:21.842Z | found 0 output files |