|
|
|
1 | 2025-01-08T17:36:12.297Z | job assigned to worker 01JH3FRFN3VVA2NBFFXXMJC60M [factory aws, i-05156eb53714621b6] (queued for 54 s) |
|
2 | 2025-01-08T17:36:19.976Z | starting task 0: "setup" |
3 | 2025-01-08T17:36:19.984Z | ++ uname -s |
4 | 2025-01-08T17:36:19.986Z | + kern=SunOS |
5 | 2025-01-08T17:36:19.986Z | + case "$kern" in |
6 | 2025-01-08T17:36:19.986Z | + groupadd -g 12345 build |
7 | 2025-01-08T17:36:19.988Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T17:36:21.994Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T17:36:22.076Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T17:36:22.080Z | + home_fs=zfs |
11 | 2025-01-08T17:36:22.080Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T17:36:22.080Z | + mkdir -p /home/build |
13 | 2025-01-08T17:36:22.080Z | + chown build:build /home/build /work |
14 | 2025-01-08T17:36:24.083Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T17:36:24.085Z | process exited: duration 4110 ms, exit code 0 |
|
16 | 2025-01-08T17:36:24.090Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T17:36:24.095Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T17:36:24.095Z | * toolchain channel = "1.81.0" |
19 | 2025-01-08T17:36:24.095Z | * toolchain profile = "default" |
20 | 2025-01-08T17:36:24.095Z | ' 1.81.0 |
21 | 2025-01-08T17:36:24.096Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-08T17:36:24.096Z | ' default |
23 | 2025-01-08T17:36:24.098Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T17:36:24.098Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T17:36:24.211Z | info: downloading installer |
26 | 2025-01-08T17:36:25.709Z | info: profile set to 'default' |
27 | 2025-01-08T17:36:25.709Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T17:36:25.709Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T17:36:25.864Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T17:36:25.864Z | info: downloading component 'cargo' |
31 | 2025-01-08T17:36:26.722Z | info: downloading component 'clippy' |
32 | 2025-01-08T17:36:27.040Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T17:36:28.235Z | info: downloading component 'rust-std' |
34 | 2025-01-08T17:36:30.088Z | info: downloading component 'rustc' |
35 | 2025-01-08T17:36:36.761Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T17:36:37.012Z | info: installing component 'cargo' |
37 | 2025-01-08T17:36:37.801Z | info: installing component 'clippy' |
38 | 2025-01-08T17:36:38.157Z | info: installing component 'rust-docs' |
39 | 2025-01-08T17:36:39.778Z | info: installing component 'rust-std' |
40 | 2025-01-08T17:36:41.482Z | info: installing component 'rustc' |
41 | 2025-01-08T17:36:47.006Z | info: installing component 'rustfmt' |
42 | 2025-01-08T17:36:47.323Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T17:36:47.323Z | |
44 | 2025-01-08T17:36:47.679Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T17:36:47.679Z | |
46 | 2025-01-08T17:36:47.679Z | |
47 | 2025-01-08T17:36:47.679Z | Rust is installed now. Great! |
48 | 2025-01-08T17:36:47.679Z | |
49 | 2025-01-08T17:36:47.679Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T17:36:47.679Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T17:36:47.679Z | |
52 | 2025-01-08T17:36:47.679Z | To configure your current shell, you need to source |
53 | 2025-01-08T17:36:47.679Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T17:36:47.679Z | |
55 | 2025-01-08T17:36:47.680Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T17:36:47.680Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T17:36:47.680Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T17:36:47.745Z | + rustc --version |
59 | 2025-01-08T17:36:47.809Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T17:36:47.812Z | process exited: duration 23716 ms, exit code 0 |
|
61 | 2025-01-08T17:36:47.817Z | starting task 2: "authentication" |
62 | 2025-01-08T17:36:47.837Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-08T17:36:47.842Z | starting task 3: "clone repository" |
64 | 2025-01-08T17:36:47.847Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T17:36:47.849Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T17:36:48.100Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T17:36:56.111Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T17:36:56.111Z | + git fetch origin 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
69 | 2025-01-08T17:36:56.605Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T17:36:56.605Z | * branch 95cfd680cf02778daa4c1e551dfbc84fa5def630 -> FETCH_HEAD |
71 | 2025-01-08T17:36:56.615Z | + [[ -n blueprint-zones-map ]] |
72 | 2025-01-08T17:36:56.617Z | ++ git branch --show-current |
73 | 2025-01-08T17:36:56.619Z | + current=main |
74 | 2025-01-08T17:36:56.619Z | + [[ main != blueprint-zones-map ]] |
75 | 2025-01-08T17:36:56.619Z | + git branch -f blueprint-zones-map 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
76 | 2025-01-08T17:36:56.622Z | + git checkout -f blueprint-zones-map |
77 | 2025-01-08T17:36:56.797Z | Switched to branch 'blueprint-zones-map' |
78 | 2025-01-08T17:36:56.799Z | + git reset --hard 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
79 | 2025-01-08T17:36:56.827Z | HEAD is now at 95cfd680c review feedback |
80 | 2025-01-08T17:36:56.829Z | process exited: duration 8984 ms, exit code 0 |
|
81 | 2025-01-08T17:36:56.834Z | starting task 4: "build" |
82 | 2025-01-08T17:36:56.839Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T17:36:56.842Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T17:36:56.842Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T17:36:56.842Z | + cargo --version |
86 | 2025-01-08T17:36:56.895Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T17:36:56.898Z | + rustc --version |
88 | 2025-01-08T17:36:56.956Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T17:36:56.960Z | + source ./env.sh |
90 | 2025-01-08T17:36:56.960Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-08T17:36:56.960Z | ++ set -o xtrace |
92 | 2025-01-08T17:36:56.963Z | ++++ dirname ./env.sh |
93 | 2025-01-08T17:36:56.963Z | +++ readlink -f . |
94 | 2025-01-08T17:36:57.134Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-08T17:36:57.134Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-08T17:36:57.134Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-08T17:36:57.137Z | ++ 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 |
98 | 2025-01-08T17:36:57.137Z | ++ 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 |
99 | 2025-01-08T17:36:57.137Z | ++ 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 |
100 | 2025-01-08T17:36:57.137Z | ++ 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 |
101 | 2025-01-08T17:36:57.137Z | ++ 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 |
102 | 2025-01-08T17:36:57.137Z | ++ 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 |
103 | 2025-01-08T17:36:57.137Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-08T17:36:57.137Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-08T17:36:57.137Z | + 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 |
106 | 2025-01-08T17:36:57.137Z | + 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 |
107 | 2025-01-08T17:36:57.137Z | + banner prerequisites |
108 | 2025-01-08T17:36:57.320Z | |
109 | 2025-01-08T17:36:57.321Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-08T17:36:57.321Z | # # # # # # # # # # # # # # # |
111 | 2025-01-08T17:36:57.321Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-08T17:36:57.321Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-08T17:36:57.321Z | # # # # # # # # # # # # # # # |
114 | 2025-01-08T17:36:57.321Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-08T17:36:57.321Z | |
116 | 2025-01-08T17:36:57.323Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-08T17:37:17.833Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2025-01-08T17:37:22.049Z | Startup: Caching catalogs ... Done |
119 | 2025-01-08T17:37:33.051Z | Planning: Solver setup ... Done (10.018s) |
120 | 2025-01-08T17:37:33.189Z | Planning: Running solver ... Done (0.139s) |
121 | 2025-01-08T17:37:33.569Z | Planning: Finding local manifests ... Done (0.277s) |
122 | 2025-01-08T17:37:33.593Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2025-01-08T17:37:34.229Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2025-01-08T17:37:34.671Z | Planning: Package planning ... Done (0.442s) |
125 | 2025-01-08T17:37:34.728Z | Planning: Merging actions ... Done (0.056s) |
126 | 2025-01-08T17:37:35.908Z | Planning: Checking for conflicting actions ... Done (1.181s) |
127 | 2025-01-08T17:37:43.840Z | Planning: Consolidating action changes ... Done (7.929s) |
128 | 2025-01-08T17:37:44.214Z | Planning: Evaluating mediators ... Done (0.374s) |
129 | 2025-01-08T17:37:44.419Z | Planning: Planning completed in 22.27 seconds |
130 | 2025-01-08T17:37:45.461Z | Packages to install: 4 |
131 | 2025-01-08T17:37:45.461Z | Packages to update: 1 |
132 | 2025-01-08T17:37:45.464Z | Mediators to change: 2 |
133 | 2025-01-08T17:37:45.464Z | Services to change: 1 |
134 | 2025-01-08T17:37:45.464Z | Estimated space available: 155.63 GB |
135 | 2025-01-08T17:37:45.464Z | Estimated space to be consumed: 1.62 GB |
136 | 2025-01-08T17:37:45.464Z | Create boot environment: No |
137 | 2025-01-08T17:37:45.464Z | Create backup boot environment: Yes |
138 | 2025-01-08T17:37:45.464Z | Rebuild boot archive: No |
139 | 2025-01-08T17:37:45.464Z | |
140 | 2025-01-08T17:37:45.464Z | Changed mediators: |
141 | 2025-01-08T17:37:45.464Z | mediator clang: |
142 | 2025-01-08T17:37:45.464Z | version: None -> 15 (system default) |
143 | 2025-01-08T17:37:45.464Z | |
144 | 2025-01-08T17:37:45.464Z | mediator llvm: |
145 | 2025-01-08T17:37:45.464Z | version: 14 (system default) -> 15 (system default) |
146 | 2025-01-08T17:37:45.464Z | |
147 | 2025-01-08T17:37:45.464Z | Changed packages: |
148 | 2025-01-08T17:37:45.464Z | helios-dev |
149 | 2025-01-08T17:37:45.464Z | developer/build-essential |
150 | 2025-01-08T17:37:45.464Z | None -> 11-2.0 |
151 | 2025-01-08T17:37:45.464Z | library/libxmlsec1 |
152 | 2025-01-08T17:37:45.464Z | None -> 1.2.35-2.0 |
153 | 2025-01-08T17:37:45.464Z | ooce/developer/clang-15 |
154 | 2025-01-08T17:37:45.464Z | None -> 15.0.7-2.0 |
155 | 2025-01-08T17:37:45.464Z | ooce/developer/llvm-15 |
156 | 2025-01-08T17:37:45.464Z | None -> 15.0.7-2.0 |
157 | 2025-01-08T17:37:45.464Z | package/pkg |
158 | 2025-01-08T17:37:45.464Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2025-01-08T17:37:45.464Z | |
160 | 2025-01-08T17:37:45.464Z | Services: |
161 | 2025-01-08T17:37:45.464Z | restart_fmri: |
162 | 2025-01-08T17:37:45.464Z | svc:/system/update-man-index:default |
163 | 2025-01-08T17:37:45.464Z | |
164 | 2025-01-08T17:37:45.465Z | Editable files to change: |
165 | 2025-01-08T17:37:45.465Z | Update: |
166 | 2025-01-08T17:37:45.465Z | usr/share/lib/pkg/web/config.shtml |
167 | 2025-01-08T17:37:45.916Z | |
168 | 2025-01-08T17:37:45.917Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2025-01-08T17:37:50.929Z | Download: 1036/4281 items 19.6/220.6MB 8% complete (4.1M/s) |
170 | 2025-01-08T17:37:55.954Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (10.0M/s) |
171 | 2025-01-08T17:38:01.049Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (10.0M/s) |
172 | 2025-01-08T17:38:06.078Z | Download: 2955/4281 items 121.2/220.6MB 54% complete (3.8M/s) |
173 | 2025-01-08T17:38:11.438Z | Download: 3282/4281 items 212.0/220.6MB 96% complete (9.2M/s) |
174 | 2025-01-08T17:38:16.440Z | Download: 3829/4281 items 217.3/220.6MB 98% complete (9.6M/s) |
175 | 2025-01-08T17:38:20.443Z | Download: Completed 220.60 MB in 34.52 seconds (6.4M/s) |
176 | 2025-01-08T17:38:22.518Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2025-01-08T17:38:22.532Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2025-01-08T17:38:27.609Z | Actions: 4082/5063 actions (Installing new actions) |
179 | 2025-01-08T17:38:28.455Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2025-01-08T17:38:28.843Z | Actions: Completed 5063 actions in 6.32 seconds. |
181 | 2025-01-08T17:38:29.259Z | Done (0.409s) |
182 | 2025-01-08T17:38:29.262Z | Done (0.000s) |
183 | 2025-01-08T17:38:29.839Z | Done (0.577s) |
184 | 2025-01-08T17:38:37.116Z | Done (7.050s) |
185 | 2025-01-08T17:38:37.631Z | Done (0.450s) |
186 | 2025-01-08T17:38:37.634Z | Done (0.000s) |
187 | 2025-01-08T17:38:37.799Z | Done (0.000s) |
188 | 2025-01-08T17:38:38.482Z | Planning: Evaluating mediator changes ... Done |
189 | 2025-01-08T17:38:38.639Z | Planning: Checking for conflicting actions ... Done |
190 | 2025-01-08T17:38:38.641Z | Planning: Consolidating action changes ... Done |
191 | 2025-01-08T17:38:38.905Z | Planning: Evaluating mediators ... Done |
192 | 2025-01-08T17:38:38.907Z | Planning: Planning completed in 0.42 seconds |
193 | 2025-01-08T17:38:38.942Z | Mediators to change: 2 |
194 | 2025-01-08T17:38:38.943Z | Create boot environment: No |
195 | 2025-01-08T17:38:38.945Z | Create backup boot environment: No |
196 | 2025-01-08T17:38:39.019Z | Done |
197 | 2025-01-08T17:38:39.019Z | Done |
198 | 2025-01-08T17:38:39.377Z | Done |
199 | 2025-01-08T17:38:42.924Z | Done |
200 | 2025-01-08T17:38:43.010Z | Done |
201 | 2025-01-08T17:38:43.011Z | Done |
202 | 2025-01-08T17:38:43.144Z | Done |
203 | 2025-01-08T17:38:43.736Z | Planning: Evaluating mediator changes ... Done |
204 | 2025-01-08T17:38:43.738Z | Planning: Merging actions ... Done |
205 | 2025-01-08T17:38:43.921Z | Planning: Checking for conflicting actions ... Done |
206 | 2025-01-08T17:38:43.924Z | Planning: Consolidating action changes ... Done |
207 | 2025-01-08T17:38:44.178Z | Planning: Evaluating mediators ... Done |
208 | 2025-01-08T17:38:44.233Z | Planning: Planning completed in 0.73 seconds |
209 | 2025-01-08T17:38:44.272Z | Packages to change: 1 |
210 | 2025-01-08T17:38:44.272Z | Mediators to change: 1 |
211 | 2025-01-08T17:38:44.272Z | Services to change: 1 |
212 | 2025-01-08T17:38:44.272Z | Create boot environment: No |
213 | 2025-01-08T17:38:44.274Z | Create backup boot environment: Yes |
214 | 2025-01-08T17:38:46.242Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2025-01-08T17:38:46.377Z | Actions: Completed 6 actions in 0.13 seconds. |
216 | 2025-01-08T17:38:46.379Z | Done |
217 | 2025-01-08T17:38:46.379Z | Done |
218 | 2025-01-08T17:38:46.492Z | Done |
219 | 2025-01-08T17:38:50.040Z | Done |
220 | 2025-01-08T17:38:50.134Z | Done |
221 | 2025-01-08T17:38:50.137Z | Done |
222 | 2025-01-08T17:38:50.266Z | Done |
223 | 2025-01-08T17:38:50.682Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2025-01-08T17:38:50.682Z | clang system 15 system |
225 | 2025-01-08T17:38:50.682Z | csh system system illumos |
226 | 2025-01-08T17:38:50.682Z | ctags system system illumos |
227 | 2025-01-08T17:38:50.682Z | gcc vendor 12 vendor |
228 | 2025-01-08T17:38:50.682Z | gcc system 10 system |
229 | 2025-01-08T17:38:50.682Z | gcc system 7 system |
230 | 2025-01-08T17:38:50.682Z | go system 1.20 system |
231 | 2025-01-08T17:38:50.682Z | go system 1.19 system |
232 | 2025-01-08T17:38:50.682Z | llvm system 15 system |
233 | 2025-01-08T17:38:50.682Z | llvm system 14 system |
234 | 2025-01-08T17:38:50.682Z | mariadb system 10.6 system |
235 | 2025-01-08T17:38:50.682Z | mta vendor vendor dma |
236 | 2025-01-08T17:38:50.682Z | openjdk system 17 system |
237 | 2025-01-08T17:38:50.682Z | openjdk system 11 system |
238 | 2025-01-08T17:38:50.682Z | openjdk system 1.8 system |
239 | 2025-01-08T17:38:50.682Z | openssl vendor 3 vendor |
240 | 2025-01-08T17:38:50.682Z | perl system 5.36 system |
241 | 2025-01-08T17:38:50.682Z | postgresql system 15 system |
242 | 2025-01-08T17:38:50.682Z | postgresql system 13 system |
243 | 2025-01-08T17:38:50.682Z | python vendor 3 vendor |
244 | 2025-01-08T17:38:50.682Z | python system 2 system |
245 | 2025-01-08T17:38:50.682Z | python3 system 3.11 system |
246 | 2025-01-08T17:38:50.682Z | ruby system 3.0 system |
247 | 2025-01-08T17:38:50.682Z | words vendor vendor american-english |
248 | 2025-01-08T17:38:50.682Z | words system system australian-english |
249 | 2025-01-08T17:38:50.682Z | words system system british-english |
250 | 2025-01-08T17:38:50.683Z | words system system canadian-english |
251 | 2025-01-08T17:38:50.683Z | words system system french |
252 | 2025-01-08T17:38:50.683Z | words system system italian |
253 | 2025-01-08T17:38:50.683Z | words system system ngerman |
254 | 2025-01-08T17:38:50.683Z | words system system ogerman |
255 | 2025-01-08T17:38:50.683Z | words system system spanish |
256 | 2025-01-08T17:38:51.001Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2025-01-08T17:38:51.001Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2025-01-08T17:38:53.737Z | FMRI IFO |
259 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2025-01-08T17:38:53.737Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2025-01-08T17:38:53.738Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2025-01-08T17:38:53.738Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2025-01-08T17:38:53.738Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2025-01-08T17:38:53.738Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2025-01-08T17:38:54.490Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2025-01-08T17:38:54.807Z | Updating crates.io index |
276 | 2025-01-08T17:38:54.891Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
277 | 2025-01-08T17:38:55.181Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2025-01-08T17:38:55.681Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2025-01-08T17:38:55.973Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2025-01-08T17:38:56.246Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2025-01-08T17:38:56.472Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2025-01-08T17:38:57.485Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2025-01-08T17:38:59.109Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2025-01-08T17:38:59.765Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2025-01-08T17:39:00.538Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2025-01-08T17:39:00.882Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2025-01-08T17:39:01.309Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2025-01-08T17:39:01.901Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2025-01-08T17:39:02.246Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2025-01-08T17:39:02.579Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2025-01-08T17:39:02.905Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2025-01-08T17:39:03.228Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2025-01-08T17:39:03.490Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2025-01-08T17:39:03.792Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2025-01-08T17:39:04.132Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2025-01-08T17:39:04.577Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2025-01-08T17:39:04.851Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2025-01-08T17:39:05.335Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2025-01-08T17:39:05.623Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2025-01-08T17:39:06.014Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2025-01-08T17:39:06.439Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2025-01-08T17:39:06.734Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2025-01-08T17:39:06.986Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2025-01-08T17:39:07.316Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2025-01-08T17:39:08.804Z | Downloading crates ... |
306 | 2025-01-08T17:39:08.866Z | Downloaded block-buffer v0.10.4 |
307 | 2025-01-08T17:39:08.868Z | Downloaded cargo_metadata v0.18.1 |
308 | 2025-01-08T17:39:08.872Z | Downloaded bitflags v2.6.0 |
309 | 2025-01-08T17:39:08.874Z | Downloaded anstyle-query v1.1.1 |
310 | 2025-01-08T17:39:08.884Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2025-01-08T17:39:08.887Z | Downloaded pretty-hex v0.4.1 |
312 | 2025-01-08T17:39:08.887Z | Downloaded swrite v0.1.0 |
313 | 2025-01-08T17:39:08.887Z | Downloaded scroll_derive v0.12.0 |
314 | 2025-01-08T17:39:08.897Z | Downloaded dtrace-parser v0.2.0 |
315 | 2025-01-08T17:39:08.899Z | Downloaded autocfg v1.4.0 |
316 | 2025-01-08T17:39:08.902Z | Downloaded anyhow v1.0.93 |
317 | 2025-01-08T17:39:08.904Z | Downloaded anstyle-parse v0.2.5 |
318 | 2025-01-08T17:39:08.907Z | Downloaded anstyle v1.0.10 |
319 | 2025-01-08T17:39:08.909Z | Downloaded equivalent v1.0.1 |
320 | 2025-01-08T17:39:08.909Z | Downloaded usdt-macro v0.5.0 |
321 | 2025-01-08T17:39:08.910Z | Downloaded anstream v0.6.15 |
322 | 2025-01-08T17:39:08.912Z | Downloaded crypto-common v0.1.6 |
323 | 2025-01-08T17:39:08.914Z | Downloaded byteorder v1.5.0 |
324 | 2025-01-08T17:39:08.916Z | Downloaded pest_generator v2.7.14 |
325 | 2025-01-08T17:39:08.916Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2025-01-08T17:39:08.919Z | Downloaded fastrand v2.1.1 |
327 | 2025-01-08T17:39:08.919Z | Downloaded memmap v0.7.0 |
328 | 2025-01-08T17:39:08.921Z | Downloaded heck v0.5.0 |
329 | 2025-01-08T17:39:08.921Z | Downloaded fs-err v2.11.0 |
330 | 2025-01-08T17:39:08.923Z | Downloaded utf8parse v0.2.2 |
331 | 2025-01-08T17:39:08.923Z | Downloaded serde_spanned v0.6.8 |
332 | 2025-01-08T17:39:08.926Z | Downloaded itoa v1.0.11 |
333 | 2025-01-08T17:39:08.926Z | Downloaded fnv v1.0.7 |
334 | 2025-01-08T17:39:08.928Z | Downloaded errno v0.3.9 |
335 | 2025-01-08T17:39:08.928Z | Downloaded thiserror v1.0.69 |
336 | 2025-01-08T17:39:08.933Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2025-01-08T17:39:08.935Z | Downloaded strsim v0.11.1 |
338 | 2025-01-08T17:39:08.935Z | Downloaded version_check v0.9.5 |
339 | 2025-01-08T17:39:08.938Z | Downloaded macaddr v1.0.1 |
340 | 2025-01-08T17:39:08.938Z | Downloaded heck v0.4.1 |
341 | 2025-01-08T17:39:08.940Z | Downloaded bytecount v0.6.8 |
342 | 2025-01-08T17:39:08.942Z | Downloaded dof v0.3.0 |
343 | 2025-01-08T17:39:08.942Z | Downloaded cpufeatures v0.2.14 |
344 | 2025-01-08T17:39:08.945Z | Downloaded tabled_derive v0.7.0 |
345 | 2025-01-08T17:39:08.945Z | Downloaded camino-tempfile v1.1.1 |
346 | 2025-01-08T17:39:08.947Z | Downloaded scroll v0.12.0 |
347 | 2025-01-08T17:39:08.949Z | Downloaded usdt v0.5.0 |
348 | 2025-01-08T17:39:08.949Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2025-01-08T17:39:08.952Z | Downloaded clap_lex v0.7.2 |
350 | 2025-01-08T17:39:08.952Z | Downloaded digest v0.10.7 |
351 | 2025-01-08T17:39:08.955Z | Downloaded usdt-impl v0.5.0 |
352 | 2025-01-08T17:39:08.955Z | Downloaded smawk v0.3.2 |
353 | 2025-01-08T17:39:08.958Z | Downloaded colorchoice v1.0.2 |
354 | 2025-01-08T17:39:08.958Z | Downloaded cfg-if v1.0.0 |
355 | 2025-01-08T17:39:08.958Z | Downloaded once_cell v1.20.2 |
356 | 2025-01-08T17:39:08.961Z | Downloaded clap_derive v4.5.18 |
357 | 2025-01-08T17:39:08.963Z | Downloaded camino v1.1.9 |
358 | 2025-01-08T17:39:08.965Z | Downloaded cargo-platform v0.1.8 |
359 | 2025-01-08T17:39:08.965Z | Downloaded terminal_size v0.4.0 |
360 | 2025-01-08T17:39:08.967Z | Downloaded cargo_toml v0.20.5 |
361 | 2025-01-08T17:39:08.970Z | Downloaded pest_derive v2.7.14 |
362 | 2025-01-08T17:39:08.973Z | Downloaded toml_datetime v0.6.8 |
363 | 2025-01-08T17:39:08.973Z | Downloaded semver v1.0.23 |
364 | 2025-01-08T17:39:08.975Z | Downloaded tempfile v3.13.0 |
365 | 2025-01-08T17:39:08.978Z | Downloaded generic-array v0.14.7 |
366 | 2025-01-08T17:39:08.980Z | Downloaded proc-macro-error v1.0.4 |
367 | 2025-01-08T17:39:08.982Z | Downloaded plain v0.2.3 |
368 | 2025-01-08T17:39:08.984Z | Downloaded sha2 v0.10.8 |
369 | 2025-01-08T17:39:08.989Z | Downloaded papergrid v0.11.0 |
370 | 2025-01-08T17:39:08.994Z | Downloaded quote v1.0.37 |
371 | 2025-01-08T17:39:08.996Z | Downloaded log v0.4.22 |
372 | 2025-01-08T17:39:09.002Z | Downloaded thread-id v4.2.2 |
373 | 2025-01-08T17:39:09.004Z | Downloaded serde_derive v1.0.215 |
374 | 2025-01-08T17:39:09.006Z | Downloaded proc-macro2 v1.0.89 |
375 | 2025-01-08T17:39:09.008Z | Downloaded pest_meta v2.7.14 |
376 | 2025-01-08T17:39:09.011Z | Downloaded unicode-ident v1.0.13 |
377 | 2025-01-08T17:39:09.013Z | Downloaded ryu v1.0.18 |
378 | 2025-01-08T17:39:09.016Z | Downloaded clap v4.5.21 |
379 | 2025-01-08T17:39:09.024Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-01-08T17:39:09.028Z | Downloaded textwrap v0.16.1 |
381 | 2025-01-08T17:39:09.031Z | Downloaded proc-macro-error-attr v1.0.4 |
382 | 2025-01-08T17:39:09.033Z | Downloaded ucd-trie v0.1.7 |
383 | 2025-01-08T17:39:09.035Z | Downloaded toml v0.8.19 |
384 | 2025-01-08T17:39:09.038Z | Downloaded indexmap v2.6.0 |
385 | 2025-01-08T17:39:09.041Z | Downloaded typenum v1.17.0 |
386 | 2025-01-08T17:39:09.043Z | Downloaded thiserror-impl v1.0.69 |
387 | 2025-01-08T17:39:09.046Z | Downloaded serde v1.0.215 |
388 | 2025-01-08T17:39:09.063Z | Downloaded toml_edit v0.22.22 |
389 | 2025-01-08T17:39:09.083Z | Downloaded memchr v2.7.4 |
390 | 2025-01-08T17:39:09.102Z | Downloaded zerocopy v0.7.35 |
391 | 2025-01-08T17:39:09.117Z | Downloaded pest v2.7.14 |
392 | 2025-01-08T17:39:09.122Z | Downloaded hashbrown v0.15.1 |
393 | 2025-01-08T17:39:09.126Z | Downloaded winnow v0.6.20 |
394 | 2025-01-08T17:39:09.134Z | Downloaded goblin v0.8.2 |
395 | 2025-01-08T17:39:09.140Z | Downloaded tabled v0.15.0 |
396 | 2025-01-08T17:39:09.155Z | Downloaded clap_builder v4.5.21 |
397 | 2025-01-08T17:39:09.161Z | Downloaded serde_json v1.0.133 |
398 | 2025-01-08T17:39:09.168Z | Downloaded syn v1.0.109 |
399 | 2025-01-08T17:39:09.177Z | Downloaded unicode-width v0.1.14 |
400 | 2025-01-08T17:39:09.182Z | Downloaded syn v2.0.87 |
401 | 2025-01-08T17:39:09.193Z | Downloaded rustix v0.38.37 |
402 | 2025-01-08T17:39:09.229Z | Downloaded libc v0.2.162 |
403 | 2025-01-08T17:39:09.535Z | Compiling proc-macro2 v1.0.89 |
404 | 2025-01-08T17:39:09.535Z | Compiling unicode-ident v1.0.13 |
405 | 2025-01-08T17:39:09.535Z | Compiling serde v1.0.215 |
406 | 2025-01-08T17:39:09.535Z | Compiling version_check v0.9.5 |
407 | 2025-01-08T17:39:09.538Z | Compiling thiserror v1.0.69 |
408 | 2025-01-08T17:39:09.538Z | Compiling memchr v2.7.4 |
409 | 2025-01-08T17:39:09.570Z | Compiling libc v0.2.162 |
410 | 2025-01-08T17:39:09.572Z | Compiling ryu v1.0.18 |
411 | 2025-01-08T17:39:09.776Z | Compiling ucd-trie v0.1.7 |
412 | 2025-01-08T17:39:09.957Z | Compiling itoa v1.0.11 |
413 | 2025-01-08T17:39:10.154Z | Compiling once_cell v1.20.2 |
414 | 2025-01-08T17:39:10.437Z | Compiling byteorder v1.5.0 |
415 | 2025-01-08T17:39:10.531Z | Compiling serde_json v1.0.133 |
416 | 2025-01-08T17:39:10.831Z | Compiling rustix v0.38.37 |
417 | 2025-01-08T17:39:11.020Z | Compiling bitflags v2.6.0 |
418 | 2025-01-08T17:39:11.187Z | Compiling usdt-impl v0.5.0 |
419 | 2025-01-08T17:39:11.209Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2025-01-08T17:39:11.508Z | Compiling syn v1.0.109 |
421 | 2025-01-08T17:39:11.535Z | Compiling proc-macro-error v1.0.4 |
422 | 2025-01-08T17:39:11.713Z | Compiling utf8parse v0.2.2 |
423 | 2025-01-08T17:39:11.716Z | Compiling camino v1.1.9 |
424 | 2025-01-08T17:39:11.813Z | Compiling hashbrown v0.15.1 |
425 | 2025-01-08T17:39:11.845Z | Compiling equivalent v1.0.1 |
426 | 2025-01-08T17:39:11.875Z | Compiling plain v0.2.3 |
427 | 2025-01-08T17:39:11.960Z | Compiling log v0.4.22 |
428 | 2025-01-08T17:39:12.169Z | Compiling quote v1.0.37 |
429 | 2025-01-08T17:39:12.206Z | Compiling anstyle-parse v0.2.5 |
430 | 2025-01-08T17:39:12.359Z | Compiling errno v0.3.9 |
431 | 2025-01-08T17:39:12.459Z | Compiling thread-id v4.2.2 |
432 | 2025-01-08T17:39:12.533Z | Compiling syn v2.0.87 |
433 | 2025-01-08T17:39:12.604Z | Compiling colorchoice v1.0.2 |
434 | 2025-01-08T17:39:12.794Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2025-01-08T17:39:12.873Z | Compiling winnow v0.6.20 |
436 | 2025-01-08T17:39:12.918Z | Compiling unicode-width v0.1.14 |
437 | 2025-01-08T17:39:12.943Z | Compiling anstyle-query v1.1.1 |
438 | 2025-01-08T17:39:13.090Z | Compiling indexmap v2.6.0 |
439 | 2025-01-08T17:39:13.114Z | Compiling autocfg v1.4.0 |
440 | 2025-01-08T17:39:13.415Z | Compiling pretty-hex v0.4.1 |
441 | 2025-01-08T17:39:13.629Z | Compiling semver v1.0.23 |
442 | 2025-01-08T17:39:14.164Z | Compiling anstyle v1.0.10 |
443 | 2025-01-08T17:39:14.296Z | Compiling fs-err v2.11.0 |
444 | 2025-01-08T17:39:14.523Z | Compiling clap_lex v0.7.2 |
445 | 2025-01-08T17:39:14.545Z | Compiling anstream v0.6.15 |
446 | 2025-01-08T17:39:14.571Z | Compiling anyhow v1.0.93 |
447 | 2025-01-08T17:39:14.621Z | Compiling heck v0.4.1 |
448 | 2025-01-08T17:39:15.418Z | Compiling terminal_size v0.4.0 |
449 | 2025-01-08T17:39:15.418Z | Compiling strsim v0.11.1 |
450 | 2025-01-08T17:39:15.418Z | Compiling cfg-if v1.0.0 |
451 | 2025-01-08T17:39:15.444Z | Compiling heck v0.5.0 |
452 | 2025-01-08T17:39:15.589Z | Compiling fastrand v2.1.1 |
453 | 2025-01-08T17:39:15.692Z | Compiling bytecount v0.6.8 |
454 | 2025-01-08T17:39:15.919Z | Compiling fnv v1.0.7 |
455 | 2025-01-08T17:39:15.995Z | Compiling tempfile v3.13.0 |
456 | 2025-01-08T17:39:16.038Z | Compiling clap_builder v4.5.21 |
457 | 2025-01-08T17:39:16.067Z | Compiling papergrid v0.11.0 |
458 | 2025-01-08T17:39:16.325Z | Compiling memmap v0.7.0 |
459 | 2025-01-08T17:39:16.472Z | Compiling smawk v0.3.2 |
460 | 2025-01-08T17:39:16.692Z | Compiling unicode-linebreak v0.1.5 |
461 | 2025-01-08T17:39:16.925Z | Compiling swrite v0.1.0 |
462 | 2025-01-08T17:39:17.117Z | Compiling textwrap v0.16.1 |
463 | 2025-01-08T17:39:18.156Z | Compiling tabled_derive v0.7.0 |
464 | 2025-01-08T17:39:19.749Z | Compiling tabled v0.15.0 |
465 | 2025-01-08T17:39:21.481Z | Compiling serde_derive v1.0.215 |
466 | 2025-01-08T17:39:21.481Z | Compiling thiserror-impl v1.0.69 |
467 | 2025-01-08T17:39:21.484Z | Compiling zerocopy-derive v0.7.35 |
468 | 2025-01-08T17:39:21.484Z | Compiling scroll_derive v0.12.0 |
469 | 2025-01-08T17:39:21.547Z | Compiling clap_derive v4.5.18 |
470 | 2025-01-08T17:39:22.789Z | Compiling scroll v0.12.0 |
471 | 2025-01-08T17:39:23.129Z | Compiling zerocopy v0.7.35 |
472 | 2025-01-08T17:39:23.290Z | Compiling goblin v0.8.2 |
473 | 2025-01-08T17:39:24.370Z | Compiling pest v2.7.14 |
474 | 2025-01-08T17:39:25.067Z | Compiling clap v4.5.21 |
475 | 2025-01-08T17:39:26.547Z | Compiling pest_meta v2.7.14 |
476 | 2025-01-08T17:39:27.387Z | Compiling pest_generator v2.7.14 |
477 | 2025-01-08T17:39:29.277Z | Compiling pest_derive v2.7.14 |
478 | 2025-01-08T17:39:29.917Z | Compiling dtrace-parser v0.2.0 |
479 | 2025-01-08T17:39:31.429Z | Compiling toml_datetime v0.6.8 |
480 | 2025-01-08T17:39:31.429Z | Compiling serde_spanned v0.6.8 |
481 | 2025-01-08T17:39:31.432Z | Compiling cargo-platform v0.1.8 |
482 | 2025-01-08T17:39:31.816Z | Compiling serde_tokenstream v0.2.2 |
483 | 2025-01-08T17:39:31.838Z | Compiling toml_edit v0.22.22 |
484 | 2025-01-08T17:39:31.987Z | Compiling macaddr v1.0.1 |
485 | 2025-01-08T17:39:32.141Z | Compiling camino-tempfile v1.1.1 |
486 | 2025-01-08T17:39:32.924Z | Compiling dof v0.3.0 |
487 | 2025-01-08T17:39:32.924Z | Compiling cargo_metadata v0.18.1 |
488 | 2025-01-08T17:39:34.603Z | Compiling toml v0.8.19 |
489 | 2025-01-08T17:39:35.043Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2025-01-08T17:39:35.201Z | Compiling usdt-macro v0.5.0 |
491 | 2025-01-08T17:39:35.531Z | Compiling cargo_toml v0.20.5 |
492 | 2025-01-08T17:39:36.437Z | Compiling usdt v0.5.0 |
493 | 2025-01-08T17:39:39.060Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2025-01-08T17:39:43.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.83s |
495 | 2025-01-08T17:39:43.373Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2025-01-08T17:39:43.889Z | Downloading crates ... |
497 | 2025-01-08T17:39:43.997Z | Downloaded atty v0.2.14 |
498 | 2025-01-08T17:39:44.001Z | Downloaded adler2 v2.0.0 |
499 | 2025-01-08T17:39:44.010Z | Downloaded addr2line v0.24.2 |
500 | 2025-01-08T17:39:44.018Z | Downloaded atomicwrites v0.4.4 |
501 | 2025-01-08T17:39:44.029Z | Downloaded async-stream-impl v0.3.6 |
502 | 2025-01-08T17:39:44.032Z | Downloaded darling v0.20.10 |
503 | 2025-01-08T17:39:44.038Z | Downloaded cfg_aliases v0.2.1 |
504 | 2025-01-08T17:39:44.041Z | Downloaded cfg_aliases v0.1.1 |
505 | 2025-01-08T17:39:44.043Z | Downloaded crunchy v0.2.2 |
506 | 2025-01-08T17:39:44.052Z | Downloaded crucible-workspace-hack v0.1.0 |
507 | 2025-01-08T17:39:44.056Z | Downloaded ciborium-io v0.2.2 |
508 | 2025-01-08T17:39:44.058Z | Downloaded cstr-argument v0.1.2 |
509 | 2025-01-08T17:39:44.065Z | Downloaded headers-core v0.3.0 |
510 | 2025-01-08T17:39:44.068Z | Downloaded atomic-waker v1.1.2 |
511 | 2025-01-08T17:39:44.068Z | Downloaded arrayref v0.3.9 |
512 | 2025-01-08T17:39:44.071Z | Downloaded async-stream v0.3.6 |
513 | 2025-01-08T17:39:44.074Z | Downloaded aead v0.5.2 |
514 | 2025-01-08T17:39:44.076Z | Downloaded bit-set v0.5.3 |
515 | 2025-01-08T17:39:44.079Z | Downloaded ascii-canvas v3.0.0 |
516 | 2025-01-08T17:39:44.081Z | Downloaded crossbeam-deque v0.8.5 |
517 | 2025-01-08T17:39:44.084Z | Downloaded base16ct v0.2.0 |
518 | 2025-01-08T17:39:44.086Z | Downloaded ciborium-ll v0.2.2 |
519 | 2025-01-08T17:39:44.086Z | Downloaded bitflags v1.3.2 |
520 | 2025-01-08T17:39:44.090Z | Downloaded home v0.5.9 |
521 | 2025-01-08T17:39:44.092Z | Downloaded crc-catalog v2.4.0 |
522 | 2025-01-08T17:39:44.094Z | Downloaded cmake v0.1.51 |
523 | 2025-01-08T17:39:44.097Z | Downloaded cipher v0.4.4 |
524 | 2025-01-08T17:39:44.097Z | Downloaded array-init v0.0.4 |
525 | 2025-01-08T17:39:44.099Z | Downloaded cexpr v0.6.0 |
526 | 2025-01-08T17:39:44.102Z | Downloaded convert_case v0.4.0 |
527 | 2025-01-08T17:39:44.104Z | Downloaded cassowary v0.3.0 |
528 | 2025-01-08T17:39:44.104Z | Downloaded hkdf v0.12.4 |
529 | 2025-01-08T17:39:44.107Z | Downloaded chacha20 v0.9.1 |
530 | 2025-01-08T17:39:44.109Z | Downloaded buf-list v1.0.3 |
531 | 2025-01-08T17:39:44.112Z | Downloaded hubpack_derive v0.1.1 |
532 | 2025-01-08T17:39:44.114Z | Downloaded hostname v0.4.0 |
533 | 2025-01-08T17:39:44.116Z | Downloaded blowfish v0.9.1 |
534 | 2025-01-08T17:39:44.116Z | Downloaded httpdate v1.0.3 |
535 | 2025-01-08T17:39:44.119Z | Downloaded cobs v0.2.3 |
536 | 2025-01-08T17:39:44.121Z | Downloaded hostname v0.3.1 |
537 | 2025-01-08T17:39:44.123Z | Downloaded ident_case v1.0.1 |
538 | 2025-01-08T17:39:44.124Z | Downloaded assert_matches v1.5.0 |
539 | 2025-01-08T17:39:44.126Z | Downloaded hyper-tls v0.6.0 |
540 | 2025-01-08T17:39:44.128Z | Downloaded async-trait v0.1.83 |
541 | 2025-01-08T17:39:44.131Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2025-01-08T17:39:44.134Z | Downloaded iana-time-zone v0.1.61 |
543 | 2025-01-08T17:39:44.136Z | Downloaded block-padding v0.3.3 |
544 | 2025-01-08T17:39:44.136Z | Downloaded castaway v0.2.3 |
545 | 2025-01-08T17:39:44.139Z | Downloaded argon2 v0.5.3 |
546 | 2025-01-08T17:39:44.141Z | Downloaded hyper-staticfile v0.10.1 |
547 | 2025-01-08T17:39:44.143Z | Downloaded hex-literal v0.4.1 |
548 | 2025-01-08T17:39:44.145Z | Downloaded arrayvec v0.7.6 |
549 | 2025-01-08T17:39:44.148Z | Downloaded is_ci v1.2.0 |
550 | 2025-01-08T17:39:44.150Z | Downloaded http-body-util v0.1.2 |
551 | 2025-01-08T17:39:44.152Z | Downloaded csv-core v0.1.11 |
552 | 2025-01-08T17:39:44.155Z | Downloaded bcs v0.1.6 |
553 | 2025-01-08T17:39:44.158Z | Downloaded constant_time_eq v0.3.1 |
554 | 2025-01-08T17:39:44.158Z | Downloaded icu_locid v1.5.0 |
555 | 2025-01-08T17:39:44.163Z | Downloaded httparse v1.9.5 |
556 | 2025-01-08T17:39:44.166Z | Downloaded instant v0.1.13 |
557 | 2025-01-08T17:39:44.168Z | Downloaded ctr v0.9.2 |
558 | 2025-01-08T17:39:44.170Z | Downloaded hmac v0.12.1 |
559 | 2025-01-08T17:39:44.173Z | Downloaded crc32fast v1.4.2 |
560 | 2025-01-08T17:39:44.175Z | Downloaded md5 v0.7.0 |
561 | 2025-01-08T17:39:44.177Z | Downloaded bzip2 v0.4.4 |
562 | 2025-01-08T17:39:44.179Z | Downloaded serde-big-array v0.5.1 |
563 | 2025-01-08T17:39:44.182Z | Downloaded backoff v0.4.0 |
564 | 2025-01-08T17:39:44.184Z | Downloaded mirai-annotations v1.12.0 |
565 | 2025-01-08T17:39:44.184Z | Downloaded match_cfg v0.1.0 |
566 | 2025-01-08T17:39:44.186Z | Downloaded const_format_proc_macros v0.2.33 |
567 | 2025-01-08T17:39:44.189Z | Downloaded ahash v0.8.11 |
568 | 2025-01-08T17:39:44.191Z | Downloaded new_debug_unreachable v1.0.6 |
569 | 2025-01-08T17:39:44.195Z | Downloaded indent_write v2.2.0 |
570 | 2025-01-08T17:39:44.195Z | Downloaded rand_chacha v0.3.1 |
571 | 2025-01-08T17:39:44.197Z | Downloaded crc v3.2.1 |
572 | 2025-01-08T17:39:44.200Z | Downloaded sqlparser_derive v0.2.2 |
573 | 2025-01-08T17:39:44.200Z | Downloaded ipnetwork v0.20.0 |
574 | 2025-01-08T17:39:44.203Z | Downloaded lockfree-object-pool v0.1.6 |
575 | 2025-01-08T17:39:44.205Z | Downloaded highway v1.2.0 |
576 | 2025-01-08T17:39:44.207Z | Downloaded rustc_version v0.4.1 |
577 | 2025-01-08T17:39:44.209Z | Downloaded rtoolbox v0.0.2 |
578 | 2025-01-08T17:39:44.211Z | Downloaded is-terminal v0.4.13 |
579 | 2025-01-08T17:39:44.211Z | Downloaded idna_adapter v1.2.0 |
580 | 2025-01-08T17:39:44.214Z | Downloaded inout v0.1.3 |
581 | 2025-01-08T17:39:44.214Z | Downloaded indoc v1.0.9 |
582 | 2025-01-08T17:39:44.217Z | Downloaded lazycell v1.3.0 |
583 | 2025-01-08T17:39:44.219Z | Downloaded lazy_static v1.5.0 |
584 | 2025-01-08T17:39:44.221Z | Downloaded keccak v0.1.5 |
585 | 2025-01-08T17:39:44.221Z | Downloaded cookie v0.18.1 |
586 | 2025-01-08T17:39:44.225Z | Downloaded crossbeam-utils v0.8.20 |
587 | 2025-01-08T17:39:44.228Z | Downloaded memoffset v0.9.1 |
588 | 2025-01-08T17:39:44.230Z | Downloaded crossbeam-epoch v0.9.18 |
589 | 2025-01-08T17:39:44.233Z | Downloaded console v0.15.8 |
590 | 2025-01-08T17:39:44.236Z | Downloaded mime v0.3.17 |
591 | 2025-01-08T17:39:44.238Z | Downloaded crc-any v2.5.0 |
592 | 2025-01-08T17:39:44.241Z | Downloaded maybe-uninit v2.0.0 |
593 | 2025-01-08T17:39:44.250Z | Downloaded clang-sys v1.8.1 |
594 | 2025-01-08T17:39:44.250Z | Downloaded nanorand v0.7.0 |
595 | 2025-01-08T17:39:44.250Z | Downloaded slog-async v2.8.0 |
596 | 2025-01-08T17:39:44.253Z | Downloaded signal-hook-mio v0.2.4 |
597 | 2025-01-08T17:39:44.253Z | Downloaded serde_urlencoded v0.7.1 |
598 | 2025-01-08T17:39:44.255Z | Downloaded ref-cast-impl v1.0.23 |
599 | 2025-01-08T17:39:44.255Z | Downloaded md-5 v0.10.6 |
600 | 2025-01-08T17:39:44.257Z | Downloaded lru-cache v0.1.2 |
601 | 2025-01-08T17:39:44.257Z | Downloaded linear-map v1.2.0 |
602 | 2025-01-08T17:39:44.260Z | Downloaded libefi-sys v0.1.0 |
603 | 2025-01-08T17:39:44.262Z | Downloaded serde_repr v0.1.19 |
604 | 2025-01-08T17:39:44.264Z | Downloaded libloading v0.8.5 |
605 | 2025-01-08T17:39:44.266Z | Downloaded smallvec v0.6.14 |
606 | 2025-01-08T17:39:44.269Z | Downloaded synstructure v0.13.1 |
607 | 2025-01-08T17:39:44.271Z | Downloaded icu_provider v1.5.0 |
608 | 2025-01-08T17:39:44.273Z | Downloaded hyper-util v0.1.10 |
609 | 2025-01-08T17:39:44.278Z | Downloaded thiserror-no-std v2.0.2 |
610 | 2025-01-08T17:39:44.282Z | Downloaded yoke-derive v0.7.4 |
611 | 2025-01-08T17:39:44.284Z | Downloaded compact_str v0.8.0 |
612 | 2025-01-08T17:39:44.289Z | Downloaded number_prefix v0.4.0 |
613 | 2025-01-08T17:39:44.291Z | Downloaded num_threads v0.1.7 |
614 | 2025-01-08T17:39:44.291Z | Downloaded utf8_iter v1.0.4 |
615 | 2025-01-08T17:39:44.293Z | Downloaded jobserver v0.1.32 |
616 | 2025-01-08T17:39:44.296Z | Downloaded mime_guess v2.0.5 |
617 | 2025-01-08T17:39:44.298Z | Downloaded memmap2 v0.9.5 |
618 | 2025-01-08T17:39:44.300Z | Downloaded kstat-rs v0.2.4 |
619 | 2025-01-08T17:39:44.303Z | Downloaded arc-swap v1.7.1 |
620 | 2025-01-08T17:39:44.305Z | Downloaded thiserror-impl-no-std v2.0.2 |
621 | 2025-01-08T17:39:44.308Z | Downloaded native-tls v0.2.12 |
622 | 2025-01-08T17:39:44.310Z | Downloaded phf_shared v0.10.0 |
623 | 2025-01-08T17:39:44.310Z | Downloaded unicode-xid v0.2.6 |
624 | 2025-01-08T17:39:44.313Z | Downloaded multer v3.1.0 |
625 | 2025-01-08T17:39:44.315Z | Downloaded parse-size v1.1.0 |
626 | 2025-01-08T17:39:44.317Z | Downloaded fragile v2.0.0 |
627 | 2025-01-08T17:39:44.319Z | Downloaded enum-as-inner v0.6.1 |
628 | 2025-01-08T17:39:44.321Z | Downloaded xz2 v0.1.7 |
629 | 2025-01-08T17:39:44.325Z | Downloaded fallible-iterator v0.3.0 |
630 | 2025-01-08T17:39:44.325Z | Downloaded ed25519 v2.2.3 |
631 | 2025-01-08T17:39:44.328Z | Downloaded display-error-chain v0.2.2 |
632 | 2025-01-08T17:39:44.330Z | Downloaded dirs-next v2.0.0 |
633 | 2025-01-08T17:39:44.330Z | Downloaded foldhash v0.1.3 |
634 | 2025-01-08T17:39:44.332Z | Downloaded signal-hook-tokio v0.3.1 |
635 | 2025-01-08T17:39:44.334Z | Downloaded futures-sink v0.3.31 |
636 | 2025-01-08T17:39:44.334Z | Downloaded tokio-tungstenite v0.21.0 |
637 | 2025-01-08T17:39:44.336Z | Downloaded subtle v2.6.1 |
638 | 2025-01-08T17:39:44.339Z | Downloaded thiserror v2.0.3 |
639 | 2025-01-08T17:39:44.344Z | Downloaded futures-task v0.3.31 |
640 | 2025-01-08T17:39:44.347Z | Downloaded crypto-bigint v0.5.5 |
641 | 2025-01-08T17:39:44.353Z | Downloaded time-core v0.1.2 |
642 | 2025-01-08T17:39:44.356Z | Downloaded bytes v1.8.0 |
643 | 2025-01-08T17:39:44.360Z | Downloaded parse-display-derive v0.10.0 |
644 | 2025-01-08T17:39:44.362Z | Downloaded nodrop v0.1.14 |
645 | 2025-01-08T17:39:44.362Z | Downloaded tokio-rustls v0.25.0 |
646 | 2025-01-08T17:39:44.364Z | Downloaded tokio-rustls v0.24.1 |
647 | 2025-01-08T17:39:44.367Z | Downloaded toolchain_find v0.4.0 |
648 | 2025-01-08T17:39:44.370Z | Downloaded which v4.4.2 |
649 | 2025-01-08T17:39:44.372Z | Downloaded mockall_derive v0.13.0 |
650 | 2025-01-08T17:39:44.374Z | Downloaded cc v1.1.30 |
651 | 2025-01-08T17:39:44.377Z | Downloaded polyval v0.6.2 |
652 | 2025-01-08T17:39:44.381Z | Downloaded http v1.1.0 |
653 | 2025-01-08T17:39:44.384Z | Downloaded darling_macro v0.20.10 |
654 | 2025-01-08T17:39:44.388Z | Downloaded rand_core v0.6.4 |
655 | 2025-01-08T17:39:44.388Z | Downloaded quick-error v1.2.3 |
656 | 2025-01-08T17:39:44.391Z | Downloaded primeorder v0.13.6 |
657 | 2025-01-08T17:39:44.391Z | Downloaded futures-macro v0.3.31 |
658 | 2025-01-08T17:39:44.393Z | Downloaded foreign-types-macros v0.2.3 |
659 | 2025-01-08T17:39:44.393Z | Downloaded slog v2.7.0 |
660 | 2025-01-08T17:39:44.396Z | Downloaded foreign-types-shared v0.3.1 |
661 | 2025-01-08T17:39:44.398Z | Downloaded foreign-types-shared v0.1.1 |
662 | 2025-01-08T17:39:44.398Z | Downloaded tokio-tungstenite v0.23.1 |
663 | 2025-01-08T17:39:44.401Z | Downloaded newtype_derive v0.1.6 |
664 | 2025-01-08T17:39:44.404Z | Downloaded serde-hex v0.1.0 |
665 | 2025-01-08T17:39:44.406Z | Downloaded indicatif v0.17.9 |
666 | 2025-01-08T17:39:44.409Z | Downloaded vergen v8.3.2 |
667 | 2025-01-08T17:39:44.413Z | Downloaded normalize-line-endings v0.3.0 |
668 | 2025-01-08T17:39:44.415Z | Downloaded snafu-derive v0.8.5 |
669 | 2025-01-08T17:39:44.417Z | Downloaded crossbeam-channel v0.5.13 |
670 | 2025-01-08T17:39:44.421Z | Downloaded untrusted v0.7.1 |
671 | 2025-01-08T17:39:44.423Z | Downloaded universal-hash v0.5.1 |
672 | 2025-01-08T17:39:44.423Z | Downloaded thread_local v1.1.8 |
673 | 2025-01-08T17:39:44.426Z | Downloaded supports-color v3.0.1 |
674 | 2025-01-08T17:39:44.431Z | Downloaded smf v0.2.3 |
675 | 2025-01-08T17:39:44.431Z | Downloaded path-slash v0.1.5 |
676 | 2025-01-08T17:39:44.431Z | Downloaded num-complex v0.4.6 |
677 | 2025-01-08T17:39:44.442Z | Downloaded poly1305 v0.8.0 |
678 | 2025-01-08T17:39:44.445Z | Downloaded russh-cryptovec v0.7.3 |
679 | 2025-01-08T17:39:44.447Z | Downloaded dunce v1.0.5 |
680 | 2025-01-08T17:39:44.450Z | Downloaded diesel-dtrace v0.4.2 |
681 | 2025-01-08T17:39:44.450Z | Downloaded debug-ignore v1.0.5 |
682 | 2025-01-08T17:39:44.452Z | Downloaded data-encoding v2.6.0 |
683 | 2025-01-08T17:39:44.454Z | Downloaded strum v0.26.3 |
684 | 2025-01-08T17:39:44.454Z | Downloaded peg-macros v0.8.4 |
685 | 2025-01-08T17:39:44.457Z | Downloaded icu_collections v1.5.0 |
686 | 2025-01-08T17:39:44.463Z | Downloaded tower-service v0.3.3 |
687 | 2025-01-08T17:39:44.466Z | Downloaded waitgroup v0.1.2 |
688 | 2025-01-08T17:39:44.467Z | Downloaded topological-sort v0.2.2 |
689 | 2025-01-08T17:39:44.469Z | Downloaded env_filter v0.1.2 |
690 | 2025-01-08T17:39:44.469Z | Downloaded enum-as-inner v0.5.1 |
691 | 2025-01-08T17:39:44.471Z | Downloaded hash32 v0.3.1 |
692 | 2025-01-08T17:39:44.473Z | Downloaded num_enum v0.5.11 |
693 | 2025-01-08T17:39:44.477Z | Downloaded unicode-bidi v0.3.17 |
694 | 2025-01-08T17:39:44.481Z | Downloaded unicode-truncate v1.1.0 |
695 | 2025-01-08T17:39:44.483Z | Downloaded tokio-tungstenite v0.24.0 |
696 | 2025-01-08T17:39:44.486Z | Downloaded serde_derive_internals v0.29.1 |
697 | 2025-01-08T17:39:44.488Z | Downloaded openssl-probe v0.1.5 |
698 | 2025-01-08T17:39:44.490Z | Downloaded openssl-macros v0.1.1 |
699 | 2025-01-08T17:39:44.490Z | Downloaded pin-utils v0.1.0 |
700 | 2025-01-08T17:39:44.492Z | Downloaded pbkdf2 v0.11.0 |
701 | 2025-01-08T17:39:44.495Z | Downloaded num_enum_derive v0.5.11 |
702 | 2025-01-08T17:39:44.498Z | Downloaded packed_struct v0.10.1 |
703 | 2025-01-08T17:39:44.498Z | Downloaded rand_xorshift v0.3.0 |
704 | 2025-01-08T17:39:44.501Z | Downloaded rand_seeder v0.3.0 |
705 | 2025-01-08T17:39:44.501Z | Downloaded progenitor-macro v0.8.0 |
706 | 2025-01-08T17:39:44.503Z | Downloaded fxhash v0.2.1 |
707 | 2025-01-08T17:39:44.503Z | Downloaded dhcproto v0.12.0 |
708 | 2025-01-08T17:39:44.506Z | Downloaded oso-derive v0.27.3 |
709 | 2025-01-08T17:39:44.509Z | Downloaded progenitor-client v0.8.0 |
710 | 2025-01-08T17:39:44.509Z | Downloaded slog-scope v4.4.0 |
711 | 2025-01-08T17:39:44.511Z | Downloaded slog-json v2.6.1 |
712 | 2025-01-08T17:39:44.513Z | Downloaded shell-words v1.1.0 |
713 | 2025-01-08T17:39:44.513Z | Downloaded sha1 v0.10.6 |
714 | 2025-01-08T17:39:44.517Z | Downloaded strum_macros v0.24.3 |
715 | 2025-01-08T17:39:44.519Z | Downloaded globset v0.4.15 |
716 | 2025-01-08T17:39:44.521Z | Downloaded env_logger v0.10.2 |
717 | 2025-01-08T17:39:44.525Z | Downloaded tiny-keccak v2.0.2 |
718 | 2025-01-08T17:39:44.527Z | Downloaded vte_generate_state_changes v0.1.2 |
719 | 2025-01-08T17:39:44.527Z | Downloaded slog-stdlog v4.1.1 |
720 | 2025-01-08T17:39:44.531Z | Downloaded rustc_version v0.1.7 |
721 | 2025-01-08T17:39:44.531Z | Downloaded rustc-hash v2.0.0 |
722 | 2025-01-08T17:39:44.533Z | Downloaded rustc-hash v1.1.0 |
723 | 2025-01-08T17:39:44.533Z | Downloaded darling_core v0.20.10 |
724 | 2025-01-08T17:39:44.537Z | Downloaded termtree v0.4.1 |
725 | 2025-01-08T17:39:44.540Z | Downloaded untrusted v0.9.0 |
726 | 2025-01-08T17:39:44.542Z | Downloaded wait-timeout v0.2.0 |
727 | 2025-01-08T17:39:44.544Z | Downloaded deranged v0.3.11 |
728 | 2025-01-08T17:39:44.546Z | Downloaded flagset v0.4.6 |
729 | 2025-01-08T17:39:44.546Z | Downloaded zone v0.1.8 |
730 | 2025-01-08T17:39:44.548Z | Downloaded tokio-native-tls v0.3.1 |
731 | 2025-01-08T17:39:44.551Z | Downloaded fs_extra v1.3.0 |
732 | 2025-01-08T17:39:44.553Z | Downloaded write16 v1.0.0 |
733 | 2025-01-08T17:39:44.555Z | Downloaded socket2 v0.5.7 |
734 | 2025-01-08T17:39:44.558Z | Downloaded group v0.13.0 |
735 | 2025-01-08T17:39:44.558Z | Downloaded glob v0.3.1 |
736 | 2025-01-08T17:39:44.560Z | Downloaded fixedbitset v0.4.2 |
737 | 2025-01-08T17:39:44.562Z | Downloaded openssl-sys v0.9.103 |
738 | 2025-01-08T17:39:44.566Z | Downloaded hash32 v0.2.1 |
739 | 2025-01-08T17:39:44.569Z | Downloaded pkcs1 v0.7.5 |
740 | 2025-01-08T17:39:44.571Z | Downloaded structmeta-derive v0.2.0 |
741 | 2025-01-08T17:39:44.573Z | Downloaded pin-project-lite v0.2.14 |
742 | 2025-01-08T17:39:44.578Z | Downloaded diesel_table_macro_syntax v0.2.0 |
743 | 2025-01-08T17:39:44.581Z | Downloaded samael v0.0.17 |
744 | 2025-01-08T17:39:44.586Z | Downloaded ghash v0.5.1 |
745 | 2025-01-08T17:39:44.588Z | Downloaded rfc6979 v0.4.0 |
746 | 2025-01-08T17:39:44.590Z | Downloaded progenitor v0.8.0 |
747 | 2025-01-08T17:39:44.592Z | Downloaded packed_struct_codegen v0.10.1 |
748 | 2025-01-08T17:39:44.592Z | Downloaded serde_plain v1.0.2 |
749 | 2025-01-08T17:39:44.594Z | Downloaded slog-term v2.9.1 |
750 | 2025-01-08T17:39:44.597Z | Downloaded resolv-conf v0.7.0 |
751 | 2025-01-08T17:39:44.599Z | Downloaded vte v0.11.1 |
752 | 2025-01-08T17:39:44.601Z | Downloaded prettyplease v0.2.25 |
753 | 2025-01-08T17:39:44.606Z | Downloaded termios v0.3.3 |
754 | 2025-01-08T17:39:44.608Z | Downloaded termcolor v1.4.1 |
755 | 2025-01-08T17:39:44.610Z | Downloaded tap v1.0.1 |
756 | 2025-01-08T17:39:44.610Z | Downloaded stable_deref_trait v1.2.0 |
757 | 2025-01-08T17:39:44.614Z | Downloaded slab v0.4.9 |
758 | 2025-01-08T17:39:44.614Z | Downloaded tinyvec_macros v0.1.1 |
759 | 2025-01-08T17:39:44.617Z | Downloaded rpassword v7.3.1 |
760 | 2025-01-08T17:39:44.617Z | Downloaded precomputed-hash v0.1.1 |
761 | 2025-01-08T17:39:44.617Z | Downloaded static_assertions v1.1.0 |
762 | 2025-01-08T17:39:44.619Z | Downloaded der_derive v0.7.3 |
763 | 2025-01-08T17:39:44.621Z | Downloaded defmt v0.3.8 |
764 | 2025-01-08T17:39:44.624Z | Downloaded sync_wrapper v1.0.1 |
765 | 2025-01-08T17:39:44.626Z | Downloaded derive_builder_core v0.20.2 |
766 | 2025-01-08T17:39:44.628Z | Downloaded derive_builder v0.20.2 |
767 | 2025-01-08T17:39:44.633Z | Downloaded wyz v0.5.1 |
768 | 2025-01-08T17:39:44.635Z | Downloaded tinystr v0.7.6 |
769 | 2025-01-08T17:39:44.637Z | Downloaded russh-keys v0.45.0 |
770 | 2025-01-08T17:39:44.640Z | Downloaded take_mut v0.2.2 |
771 | 2025-01-08T17:39:44.642Z | Downloaded float-cmp v0.9.0 |
772 | 2025-01-08T17:39:44.644Z | Downloaded writeable v0.5.5 |
773 | 2025-01-08T17:39:44.644Z | Downloaded gethostname v0.5.0 |
774 | 2025-01-08T17:39:44.647Z | Downloaded unsafe-libyaml v0.2.11 |
775 | 2025-01-08T17:39:44.650Z | Downloaded derive_builder_macro v0.20.2 |
776 | 2025-01-08T17:39:44.652Z | Downloaded sync-ptr v0.1.1 |
777 | 2025-01-08T17:39:44.652Z | Downloaded predicates v3.1.2 |
778 | 2025-01-08T17:39:44.655Z | Downloaded heapless v0.7.17 |
779 | 2025-01-08T17:39:44.660Z | Downloaded olpc-cjson v0.1.4 |
780 | 2025-01-08T17:39:44.662Z | Downloaded snafu v0.8.5 |
781 | 2025-01-08T17:39:44.668Z | Downloaded parse-display v0.10.0 |
782 | 2025-01-08T17:39:44.671Z | Downloaded diesel_derives v2.2.3 |
783 | 2025-01-08T17:39:44.674Z | Downloaded elliptic-curve v0.13.8 |
784 | 2025-01-08T17:39:44.678Z | Downloaded secrecy v0.8.0 |
785 | 2025-01-08T17:39:44.680Z | Downloaded hyper v1.5.0 |
786 | 2025-01-08T17:39:44.688Z | Downloaded string_cache v0.8.7 |
787 | 2025-01-08T17:39:44.690Z | Downloaded sec1 v0.7.3 |
788 | 2025-01-08T17:39:44.692Z | Downloaded value-bag v1.9.0 |
789 | 2025-01-08T17:39:44.695Z | Downloaded derive-where v1.2.7 |
790 | 2025-01-08T17:39:44.699Z | Downloaded rustfmt-wrapper v0.2.1 |
791 | 2025-01-08T17:39:44.701Z | Downloaded getrandom v0.2.15 |
792 | 2025-01-08T17:39:44.706Z | Downloaded newline-converter v0.3.0 |
793 | 2025-01-08T17:39:44.709Z | Downloaded endian-type v0.1.2 |
794 | 2025-01-08T17:39:44.709Z | Downloaded tabwriter v1.4.0 |
795 | 2025-01-08T17:39:44.709Z | Downloaded half v2.4.1 |
796 | 2025-01-08T17:39:44.712Z | Downloaded zerofrom v0.1.4 |
797 | 2025-01-08T17:39:44.714Z | Downloaded utf16_iter v1.0.5 |
798 | 2025-01-08T17:39:44.714Z | Downloaded utf-8 v0.7.6 |
799 | 2025-01-08T17:39:44.716Z | Downloaded aes-gcm v0.10.3 |
800 | 2025-01-08T17:39:44.719Z | Downloaded zerocopy-derive v0.8.10 |
801 | 2025-01-08T17:39:44.726Z | Downloaded zone_cfg_derive v0.3.0 |
802 | 2025-01-08T17:39:44.729Z | Downloaded foreign-types v0.5.0 |
803 | 2025-01-08T17:39:44.729Z | Downloaded zone_cfg_derive v0.1.2 |
804 | 2025-01-08T17:39:44.732Z | Downloaded funty v2.0.0 |
805 | 2025-01-08T17:39:44.732Z | Downloaded nu-ansi-term v0.50.1 |
806 | 2025-01-08T17:39:44.734Z | Downloaded pretty-hex v0.2.1 |
807 | 2025-01-08T17:39:44.736Z | Downloaded paste v1.0.15 |
808 | 2025-01-08T17:39:44.740Z | Downloaded rustls-pemfile v1.0.4 |
809 | 2025-01-08T17:39:44.742Z | Downloaded pkg-config v0.3.31 |
810 | 2025-01-08T17:39:44.742Z | Downloaded percent-encoding v2.3.1 |
811 | 2025-01-08T17:39:44.745Z | Downloaded ron v0.7.1 |
812 | 2025-01-08T17:39:44.749Z | Downloaded scheduled-thread-pool v0.2.7 |
813 | 2025-01-08T17:39:44.751Z | Downloaded siphasher v0.3.11 |
814 | 2025-01-08T17:39:44.755Z | Downloaded phf_shared v0.11.2 |
815 | 2025-01-08T17:39:44.755Z | Downloaded rand v0.8.5 |
816 | 2025-01-08T17:39:44.758Z | Downloaded tokio-macros v2.4.0 |
817 | 2025-01-08T17:39:44.760Z | Downloaded slog-dtrace v0.3.0 |
818 | 2025-01-08T17:39:44.762Z | Downloaded zeroize v1.8.1 |
819 | 2025-01-08T17:39:44.762Z | Downloaded slog-bunyan v2.5.0 |
820 | 2025-01-08T17:39:44.765Z | Downloaded r2d2 v0.8.10 |
821 | 2025-01-08T17:39:44.767Z | Downloaded sigpipe v0.1.3 |
822 | 2025-01-08T17:39:44.767Z | Downloaded tinyvec v1.8.0 |
823 | 2025-01-08T17:39:44.770Z | Downloaded unicase v2.7.0 |
824 | 2025-01-08T17:39:44.773Z | Downloaded unarray v0.1.4 |
825 | 2025-01-08T17:39:44.776Z | Downloaded zerofrom-derive v0.1.4 |
826 | 2025-01-08T17:39:44.776Z | Downloaded itertools v0.10.5 |
827 | 2025-01-08T17:39:44.783Z | Downloaded ena v0.14.3 |
828 | 2025-01-08T17:39:44.785Z | Downloaded ecdsa v0.16.9 |
829 | 2025-01-08T17:39:44.787Z | Downloaded uzers v0.12.1 |
830 | 2025-01-08T17:39:44.790Z | Downloaded p256 v0.13.2 |
831 | 2025-01-08T17:39:44.796Z | Downloaded oso v0.27.3 |
832 | 2025-01-08T17:39:44.798Z | Downloaded want v0.3.1 |
833 | 2025-01-08T17:39:44.800Z | Downloaded twox-hash v1.6.3 |
834 | 2025-01-08T17:39:44.803Z | Downloaded proc-macro-crate v1.3.1 |
835 | 2025-01-08T17:39:44.803Z | Downloaded hex v0.4.3 |
836 | 2025-01-08T17:39:44.805Z | Downloaded predicates-tree v1.0.11 |
837 | 2025-01-08T17:39:44.808Z | Downloaded pkcs8 v0.10.2 |
838 | 2025-01-08T17:39:44.810Z | Downloaded psl-types v2.0.11 |
839 | 2025-01-08T17:39:44.811Z | Downloaded num-traits v0.2.19 |
840 | 2025-01-08T17:39:44.814Z | Downloaded hickory-client v0.24.1 |
841 | 2025-01-08T17:39:44.817Z | Downloaded zone v0.3.0 |
842 | 2025-01-08T17:39:44.819Z | Downloaded tokio-util v0.7.12 |
843 | 2025-01-08T17:39:44.826Z | Downloaded tracing-attributes v0.1.27 |
844 | 2025-01-08T17:39:44.828Z | Downloaded heck v0.3.3 |
845 | 2025-01-08T17:39:44.831Z | Downloaded num-bigint-dig v0.8.4 |
846 | 2025-01-08T17:39:44.835Z | Downloaded stringprep v0.1.5 |
847 | 2025-01-08T17:39:44.837Z | Downloaded pem v3.0.4 |
848 | 2025-01-08T17:39:44.840Z | Downloaded derive_more v0.99.18 |
849 | 2025-01-08T17:39:44.844Z | Downloaded float-ord v0.3.2 |
850 | 2025-01-08T17:39:44.846Z | Downloaded aws-lc-rs v1.10.0 |
851 | 2025-01-08T17:39:44.855Z | Downloaded fd-lock v4.0.2 |
852 | 2025-01-08T17:39:44.857Z | Downloaded uuid v1.11.0 |
853 | 2025-01-08T17:39:44.861Z | Downloaded embedded-io v0.4.0 |
854 | 2025-01-08T17:39:44.863Z | Downloaded der v0.7.9 |
855 | 2025-01-08T17:39:44.869Z | Downloaded nibble_vec v0.1.0 |
856 | 2025-01-08T17:39:44.871Z | Downloaded downcast v0.11.0 |
857 | 2025-01-08T17:39:44.874Z | Downloaded ron v0.8.1 |
858 | 2025-01-08T17:39:44.877Z | Downloaded foreign-types v0.3.2 |
859 | 2025-01-08T17:39:44.880Z | Downloaded ssh-cipher v0.2.0 |
860 | 2025-01-08T17:39:44.882Z | Downloaded similar v2.6.0 |
861 | 2025-01-08T17:39:44.885Z | Downloaded shlex v1.3.0 |
862 | 2025-01-08T17:39:44.887Z | Downloaded aho-corasick v1.1.3 |
863 | 2025-01-08T17:39:44.893Z | Downloaded opaque-debug v0.3.1 |
864 | 2025-01-08T17:39:44.895Z | Downloaded salsa20 v0.10.2 |
865 | 2025-01-08T17:39:44.897Z | Downloaded pbkdf2 v0.12.2 |
866 | 2025-01-08T17:39:44.897Z | Downloaded zerovec-derive v0.10.3 |
867 | 2025-01-08T17:39:44.900Z | Downloaded zeroize_derive v1.4.2 |
868 | 2025-01-08T17:39:44.900Z | Downloaded tls_codec_derive v0.4.1 |
869 | 2025-01-08T17:39:44.902Z | Downloaded tls_codec v0.4.1 |
870 | 2025-01-08T17:39:44.905Z | Downloaded pem-rfc7468 v0.7.0 |
871 | 2025-01-08T17:39:44.907Z | Downloaded num-conv v0.1.0 |
872 | 2025-01-08T17:39:44.907Z | Downloaded hashbrown v0.13.2 |
873 | 2025-01-08T17:39:44.912Z | Downloaded spki v0.7.3 |
874 | 2025-01-08T17:39:44.914Z | Downloaded strum_macros v0.26.4 |
875 | 2025-01-08T17:39:44.916Z | Downloaded rustls-webpki v0.101.7 |
876 | 2025-01-08T17:39:44.931Z | Downloaded futures-core v0.3.31 |
877 | 2025-01-08T17:39:44.934Z | Downloaded rusty-fork v0.3.0 |
878 | 2025-01-08T17:39:44.936Z | Downloaded rustversion v1.0.17 |
879 | 2025-01-08T17:39:44.939Z | Downloaded ssh-encoding v0.2.0 |
880 | 2025-01-08T17:39:44.939Z | Downloaded whoami v1.5.2 |
881 | 2025-01-08T17:39:44.941Z | Downloaded fatfs v0.3.6 |
882 | 2025-01-08T17:39:44.944Z | Downloaded unicode-segmentation v1.12.0 |
883 | 2025-01-08T17:39:44.947Z | Downloaded p521 v0.13.3 |
884 | 2025-01-08T17:39:44.952Z | Downloaded dsl_auto_type v0.1.2 |
885 | 2025-01-08T17:39:44.954Z | Downloaded postcard v1.0.10 |
886 | 2025-01-08T17:39:44.956Z | Downloaded parking_lot v0.11.2 |
887 | 2025-01-08T17:39:44.959Z | Downloaded hashlink v0.9.1 |
888 | 2025-01-08T17:39:44.961Z | Downloaded russh v0.45.0 |
889 | 2025-01-08T17:39:44.966Z | Downloaded same-file v1.0.6 |
890 | 2025-01-08T17:39:44.968Z | Downloaded num-integer v0.1.46 |
891 | 2025-01-08T17:39:44.970Z | Downloaded num-derive v0.4.2 |
892 | 2025-01-08T17:39:44.972Z | Downloaded tracing v0.1.40 |
893 | 2025-01-08T17:39:44.976Z | Downloaded ref-cast v1.0.23 |
894 | 2025-01-08T17:39:44.978Z | Downloaded tui-tree-widget v0.22.0 |
895 | 2025-01-08T17:39:44.981Z | Downloaded omicron-zone-package v0.12.0 |
896 | 2025-01-08T17:39:44.983Z | Downloaded serde_yaml v0.9.34+deprecated |
897 | 2025-01-08T17:39:44.987Z | Downloaded strum_macros v0.25.3 |
898 | 2025-01-08T17:39:44.989Z | Downloaded ff v0.13.0 |
899 | 2025-01-08T17:39:44.994Z | Downloaded spin v0.9.8 |
900 | 2025-01-08T17:39:44.996Z | Downloaded structmeta v0.2.0 |
901 | 2025-01-08T17:39:44.996Z | Downloaded time v0.3.36 |
902 | 2025-01-08T17:39:45.002Z | Downloaded structmeta v0.3.0 |
903 | 2025-01-08T17:39:45.006Z | Downloaded tungstenite v0.24.0 |
904 | 2025-01-08T17:39:45.008Z | Downloaded sct v0.7.1 |
905 | 2025-01-08T17:39:45.010Z | Downloaded tracing-core v0.1.32 |
906 | 2025-01-08T17:39:45.013Z | Downloaded futures-channel v0.3.31 |
907 | 2025-01-08T17:39:45.018Z | Downloaded tungstenite v0.23.0 |
908 | 2025-01-08T17:39:45.020Z | Downloaded strip-ansi-escapes v0.2.0 |
909 | 2025-01-08T17:39:45.020Z | Downloaded subprocess v0.2.9 |
910 | 2025-01-08T17:39:45.023Z | Downloaded rusqlite v0.32.1 |
911 | 2025-01-08T17:39:45.029Z | Downloaded dropshot_endpoint v0.13.0 |
912 | 2025-01-08T17:39:45.033Z | Downloaded password-hash v0.4.2 |
913 | 2025-01-08T17:39:45.035Z | Downloaded parking_lot_core v0.8.6 |
914 | 2025-01-08T17:39:45.038Z | Downloaded x509-cert v0.2.5 |
915 | 2025-01-08T17:39:45.043Z | Downloaded steno v0.4.1 |
916 | 2025-01-08T17:39:45.048Z | Downloaded serde_with_macros v3.11.0 |
917 | 2025-01-08T17:39:45.051Z | Downloaded url v2.5.3 |
918 | 2025-01-08T17:39:45.054Z | Downloaded schemars_derive v0.8.21 |
919 | 2025-01-08T17:39:45.061Z | Downloaded parking_lot v0.12.3 |
920 | 2025-01-08T17:39:45.061Z | Downloaded futures-util v0.3.31 |
921 | 2025-01-08T17:39:45.071Z | Downloaded dropshot_endpoint v0.12.0 |
922 | 2025-01-08T17:39:45.075Z | Downloaded icu_properties_data v1.5.0 |
923 | 2025-01-08T17:39:45.086Z | Downloaded parking_lot_core v0.9.10 |
924 | 2025-01-08T17:39:45.088Z | Downloaded heapless v0.8.0 |
925 | 2025-01-08T17:39:45.092Z | Downloaded flume v0.11.1 |
926 | 2025-01-08T17:39:45.096Z | Downloaded expectorate v1.1.0 |
927 | 2025-01-08T17:39:45.099Z | Downloaded schemars v0.8.21 |
928 | 2025-01-08T17:39:45.112Z | Downloaded rayon-core v1.12.1 |
929 | 2025-01-08T17:39:45.115Z | Downloaded portable-atomic v1.9.0 |
930 | 2025-01-08T17:39:45.123Z | Downloaded unicode-properties v0.1.3 |
931 | 2025-01-08T17:39:45.126Z | Downloaded tungstenite v0.21.0 |
932 | 2025-01-08T17:39:45.128Z | Downloaded hashbrown v0.14.5 |
933 | 2025-01-08T17:39:45.134Z | Downloaded lalrpop v0.19.12 |
934 | 2025-01-08T17:39:45.146Z | Downloaded serde_with v3.11.0 |
935 | 2025-01-08T17:39:45.155Z | Downloaded zip v2.1.3 |
936 | 2025-01-08T17:39:45.160Z | Downloaded ssh-key v0.6.6 |
937 | 2025-01-08T17:39:45.167Z | Downloaded h2 v0.4.6 |
938 | 2025-01-08T17:39:45.175Z | Downloaded tough v0.19.0 |
939 | 2025-01-08T17:39:45.303Z | Downloaded ed25519-dalek v2.1.1 |
940 | 2025-01-08T17:39:45.313Z | Downloaded proptest v1.5.0 |
941 | 2025-01-08T17:39:45.313Z | Downloaded reqwest v0.12.9 |
942 | 2025-01-08T17:39:45.313Z | Downloaded rustyline v14.0.0 |
943 | 2025-01-08T17:39:45.313Z | Downloaded idna v0.3.0 |
944 | 2025-01-08T17:39:45.313Z | Downloaded zerocopy v0.8.10 |
945 | 2025-01-08T17:39:45.313Z | Downloaded curve25519-dalek v4.1.3 |
946 | 2025-01-08T17:39:45.314Z | Downloaded p384 v0.13.0 |
947 | 2025-01-08T17:39:45.314Z | Downloaded flate2 v1.0.34 |
948 | 2025-01-08T17:39:45.314Z | Downloaded zerovec v0.10.4 |
949 | 2025-01-08T17:39:45.314Z | Downloaded idna v0.4.0 |
950 | 2025-01-08T17:39:45.314Z | Downloaded winnow v0.5.40 |
951 | 2025-01-08T17:39:45.314Z | Downloaded quinn-proto v0.11.8 |
952 | 2025-01-08T17:39:45.317Z | Downloaded idna v0.2.3 |
953 | 2025-01-08T17:39:45.317Z | Downloaded git2 v0.19.0 |
954 | 2025-01-08T17:39:45.326Z | Downloaded unicode-normalization v0.1.24 |
955 | 2025-01-08T17:39:45.328Z | Downloaded quick-xml v0.33.0 |
956 | 2025-01-08T17:39:45.336Z | Downloaded smoltcp v0.9.1 |
957 | 2025-01-08T17:39:45.347Z | Downloaded salty v0.3.0 |
958 | 2025-01-08T17:39:45.354Z | Downloaded idna v0.5.0 |
959 | 2025-01-08T17:39:45.362Z | Downloaded petname v2.0.2 |
960 | 2025-01-08T17:39:45.366Z | Downloaded unicode-width v0.2.0 |
961 | 2025-01-08T17:39:45.371Z | Downloaded rustls-webpki v0.102.8 |
962 | 2025-01-08T17:39:45.390Z | Downloaded rustls v0.21.12 |
963 | 2025-01-08T17:39:45.400Z | Downloaded object v0.30.4 |
964 | 2025-01-08T17:39:45.411Z | Downloaded radix_trie v0.2.1 |
965 | 2025-01-08T17:39:45.416Z | Downloaded rustls v0.22.4 |
966 | 2025-01-08T17:39:45.428Z | Downloaded gimli v0.31.1 |
967 | 2025-01-08T17:39:45.435Z | Downloaded object v0.36.5 |
968 | 2025-01-08T17:39:45.448Z | Downloaded bstr v1.10.0 |
969 | 2025-01-08T17:39:45.456Z | Downloaded smoltcp v0.11.0 |
970 | 2025-01-08T17:39:45.470Z | Downloaded nix v0.29.0 |
971 | 2025-01-08T17:39:45.482Z | Downloaded dropshot v0.13.0 |
972 | 2025-01-08T17:39:45.502Z | Downloaded webpki-roots v0.26.6 |
973 | 2025-01-08T17:39:45.506Z | Downloaded openapiv3 v2.0.0 |
974 | 2025-01-08T17:39:45.517Z | Downloaded vcpkg v0.2.15 |
975 | 2025-01-08T17:39:45.554Z | Downloaded dropshot v0.12.0 |
976 | 2025-01-08T17:39:45.574Z | Downloaded hickory-proto v0.24.1 |
977 | 2025-01-08T17:39:45.588Z | Downloaded regex-syntax v0.6.29 |
978 | 2025-01-08T17:39:45.596Z | Downloaded sled v0.34.7 |
979 | 2025-01-08T17:39:45.606Z | Downloaded nix v0.27.1 |
980 | 2025-01-08T17:39:45.616Z | Downloaded nix v0.28.0 |
981 | 2025-01-08T17:39:45.627Z | Downloaded polar-core v0.27.3 |
982 | 2025-01-08T17:39:45.635Z | Downloaded typify-impl v0.2.0 |
983 | 2025-01-08T17:39:45.649Z | Downloaded rustls v0.23.19 |
984 | 2025-01-08T17:39:45.660Z | Downloaded regex-syntax v0.8.5 |
985 | 2025-01-08T17:39:45.668Z | Downloaded zerocopy-derive v0.6.6 |
986 | 2025-01-08T17:39:45.675Z | Downloaded trust-dns-proto v0.22.0 |
987 | 2025-01-08T17:39:45.688Z | Downloaded ratatui v0.28.1 |
988 | 2025-01-08T17:39:45.706Z | Downloaded regress v0.9.1 |
989 | 2025-01-08T17:39:45.714Z | Downloaded regress v0.10.1 |
990 | 2025-01-08T17:39:45.723Z | Downloaded diesel v2.2.6 |
991 | 2025-01-08T17:39:45.742Z | Downloaded openssl v0.10.66 |
992 | 2025-01-08T17:39:45.751Z | Downloaded chrono-tz v0.10.0 |
993 | 2025-01-08T17:39:45.758Z | Downloaded lzma-sys v0.1.20 |
994 | 2025-01-08T17:39:45.788Z | Downloaded regex v1.11.1 |
995 | 2025-01-08T17:39:45.799Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
996 | 2025-01-08T17:39:45.812Z | Downloaded typed-path v0.9.3 |
997 | 2025-01-08T17:39:45.819Z | Downloaded nom v7.1.3 |
998 | 2025-01-08T17:39:45.824Z | Downloaded quinn v0.11.5 |
999 | 2025-01-08T17:39:45.828Z | Downloaded parse-zoneinfo v0.3.1 |
1000 | 2025-01-08T17:39:45.832Z | Downloaded libz-sys v1.1.20 |
1001 | 2025-01-08T17:39:45.852Z | Downloaded bitvec v1.0.1 |
1002 | 2025-01-08T17:39:45.867Z | Downloaded zip v0.6.6 |
1003 | 2025-01-08T17:39:45.871Z | Downloaded headers v0.4.0 |
1004 | 2025-01-08T17:39:45.877Z | Downloaded num-bigint v0.4.6 |
1005 | 2025-01-08T17:39:45.883Z | Downloaded rayon v1.10.0 |
1006 | 2025-01-08T17:39:45.891Z | Downloaded bindgen v0.69.5 |
1007 | 2025-01-08T17:39:45.898Z | Downloaded signal-hook v0.3.17 |
1008 | 2025-01-08T17:39:45.901Z | Downloaded sqlparser v0.45.0 |
1009 | 2025-01-08T17:39:45.906Z | Downloaded petgraph v0.6.5 |
1010 | 2025-01-08T17:39:45.925Z | Downloaded regex-automata v0.4.8 |
1011 | 2025-01-08T17:39:45.943Z | Downloaded futures-io v0.3.31 |
1012 | 2025-01-08T17:39:45.945Z | Downloaded futures-executor v0.3.31 |
1013 | 2025-01-08T17:39:45.945Z | Downloaded dyn-clone v1.0.17 |
1014 | 2025-01-08T17:39:45.948Z | Downloaded typify-macro v0.2.0 |
1015 | 2025-01-08T17:39:45.948Z | Downloaded signal-hook-registry v1.4.2 |
1016 | 2025-01-08T17:39:45.948Z | Downloaded chrono v0.4.38 |
1017 | 2025-01-08T17:39:45.956Z | Downloaded password-hash v0.5.0 |
1018 | 2025-01-08T17:39:45.958Z | Downloaded csv v1.3.0 |
1019 | 2025-01-08T17:39:45.978Z | Downloaded reedline v0.35.0 |
1020 | 2025-01-08T17:39:45.986Z | Downloaded pkcs5 v0.7.1 |
1021 | 2025-01-08T17:39:45.990Z | Downloaded tokio v1.40.0 |
1022 | 2025-01-08T17:39:46.029Z | Downloaded displaydoc v0.2.5 |
1023 | 2025-01-08T17:39:46.032Z | Downloaded sha3 v0.10.8 |
1024 | 2025-01-08T17:39:46.035Z | Downloaded try-lock v0.2.5 |
1025 | 2025-01-08T17:39:46.038Z | Downloaded newtype-uuid v1.1.3 |
1026 | 2025-01-08T17:39:46.038Z | Downloaded postgres-types v0.2.8 |
1027 | 2025-01-08T17:39:46.041Z | Downloaded libxml v0.3.3 |
1028 | 2025-01-08T17:39:46.045Z | Downloaded either v1.13.0 |
1029 | 2025-01-08T17:39:46.048Z | Downloaded zopfli v0.8.1 |
1030 | 2025-01-08T17:39:46.050Z | Downloaded num-iter v0.1.45 |
1031 | 2025-01-08T17:39:46.053Z | Downloaded num-rational v0.4.2 |
1032 | 2025-01-08T17:39:46.053Z | Downloaded itertools v0.13.0 |
1033 | 2025-01-08T17:39:46.060Z | Downloaded itertools v0.12.1 |
1034 | 2025-01-08T17:39:46.067Z | Downloaded blake3 v1.5.4 |
1035 | 2025-01-08T17:39:46.074Z | Downloaded predicates-core v1.0.8 |
1036 | 2025-01-08T17:39:46.078Z | Downloaded powerfmt v0.2.0 |
1037 | 2025-01-08T17:39:46.078Z | Downloaded phf v0.11.2 |
1038 | 2025-01-08T17:39:46.081Z | Downloaded futures v0.3.31 |
1039 | 2025-01-08T17:39:46.083Z | Downloaded radium v0.7.0 |
1040 | 2025-01-08T17:39:46.085Z | Downloaded num v0.4.3 |
1041 | 2025-01-08T17:39:46.086Z | Downloaded diff v0.1.13 |
1042 | 2025-01-08T17:39:46.088Z | Downloaded test-strategy v0.3.1 |
1043 | 2025-01-08T17:39:46.091Z | Downloaded idna v1.0.3 |
1044 | 2025-01-08T17:39:46.096Z | Downloaded semver v0.1.20 |
1045 | 2025-01-08T17:39:46.098Z | Downloaded rsa v0.9.6 |
1046 | 2025-01-08T17:39:46.101Z | Downloaded progenitor-impl v0.8.0 |
1047 | 2025-01-08T17:39:46.103Z | Downloaded toml_edit v0.19.15 |
1048 | 2025-01-08T17:39:46.120Z | Downloaded tokio-postgres v0.7.12 |
1049 | 2025-01-08T17:39:46.125Z | Downloaded peg-runtime v0.8.3 |
1050 | 2025-01-08T17:39:46.127Z | Downloaded libm v0.2.8 |
1051 | 2025-01-08T17:39:46.133Z | Downloaded difflib v0.4.0 |
1052 | 2025-01-08T17:39:46.136Z | Downloaded hashbrown v0.12.3 |
1053 | 2025-01-08T17:39:46.138Z | Downloaded postgres-protocol v0.6.7 |
1054 | 2025-01-08T17:39:46.142Z | Downloaded ppv-lite86 v0.2.20 |
1055 | 2025-01-08T17:39:46.145Z | Downloaded publicsuffix v2.2.3 |
1056 | 2025-01-08T17:39:46.145Z | Downloaded minimal-lexical v0.2.1 |
1057 | 2025-01-08T17:39:46.148Z | Downloaded hickory-resolver v0.24.1 |
1058 | 2025-01-08T17:39:46.154Z | Downloaded walkdir v2.5.0 |
1059 | 2025-01-08T17:39:46.156Z | Downloaded pin-project v1.1.6 |
1060 | 2025-01-08T17:39:46.165Z | Downloaded tar v0.4.42 |
1061 | 2025-01-08T17:39:46.169Z | Downloaded hickory-server v0.24.1 |
1062 | 2025-01-08T17:39:46.176Z | Downloaded unicode_categories v0.1.1 |
1063 | 2025-01-08T17:39:46.180Z | Downloaded crossterm v0.28.1 |
1064 | 2025-01-08T17:39:46.183Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1065 | 2025-01-08T17:39:46.260Z | Downloaded encoding_rs v0.8.34 |
1066 | 2025-01-08T17:39:46.281Z | Downloaded time-macros v0.2.18 |
1067 | 2025-01-08T17:39:46.284Z | Downloaded rcgen v0.12.1 |
1068 | 2025-01-08T17:39:46.287Z | Downloaded mio v1.0.2 |
1069 | 2025-01-08T17:39:46.293Z | Downloaded dhcproto-macros v0.1.0 |
1070 | 2025-01-08T17:39:46.296Z | Downloaded pin-project-internal v1.1.6 |
1071 | 2025-01-08T17:39:46.296Z | Downloaded owo-colors v4.1.0 |
1072 | 2025-01-08T17:39:46.299Z | Downloaded env_logger v0.11.5 |
1073 | 2025-01-08T17:39:46.299Z | Downloaded zerocopy v0.6.6 |
1074 | 2025-01-08T17:39:46.301Z | Downloaded filetime v0.2.25 |
1075 | 2025-01-08T17:39:46.304Z | Downloaded toml v0.7.8 |
1076 | 2025-01-08T17:39:46.307Z | Downloaded qorb v0.2.1 |
1077 | 2025-01-08T17:39:46.311Z | Downloaded aes v0.8.4 |
1078 | 2025-01-08T17:39:46.315Z | Downloaded backtrace v0.3.74 |
1079 | 2025-01-08T17:39:46.319Z | Downloaded slog-envlogger v2.2.0 |
1080 | 2025-01-08T17:39:46.322Z | Downloaded signature v2.2.0 |
1081 | 2025-01-08T17:39:46.324Z | Downloaded serde_path_to_error v0.1.16 |
1082 | 2025-01-08T17:39:46.324Z | Downloaded scopeguard v1.2.0 |
1083 | 2025-01-08T17:39:46.327Z | Downloaded rustls-pki-types v1.10.0 |
1084 | 2025-01-08T17:39:46.329Z | Downloaded dirs-sys-next v0.1.2 |
1085 | 2025-01-08T17:39:46.329Z | Downloaded phf_generator v0.11.2 |
1086 | 2025-01-08T17:39:46.332Z | Downloaded phf_codegen v0.11.2 |
1087 | 2025-01-08T17:39:46.332Z | Downloaded peg v0.8.4 |
1088 | 2025-01-08T17:39:46.335Z | Downloaded form_urlencoded v1.2.1 |
1089 | 2025-01-08T17:39:46.338Z | Downloaded des v0.8.1 |
1090 | 2025-01-08T17:39:46.338Z | Downloaded miniz_oxide v0.8.0 |
1091 | 2025-01-08T17:39:46.341Z | Downloaded lock_api v0.4.12 |
1092 | 2025-01-08T17:39:46.344Z | Downloaded icu_properties v1.5.1 |
1093 | 2025-01-08T17:39:46.346Z | Downloaded bumpalo v3.16.0 |
1094 | 2025-01-08T17:39:46.349Z | Downloaded yoke v0.7.4 |
1095 | 2025-01-08T17:39:46.349Z | Downloaded yasna v0.5.2 |
1096 | 2025-01-08T17:39:46.352Z | Downloaded const_format v0.2.33 |
1097 | 2025-01-08T17:39:46.355Z | Downloaded base64 v0.21.7 |
1098 | 2025-01-08T17:39:46.360Z | Downloaded base64 v0.22.1 |
1099 | 2025-01-08T17:39:46.365Z | Downloaded vsss-rs v3.3.4 |
1100 | 2025-01-08T17:39:46.368Z | Downloaded typify v0.2.0 |
1101 | 2025-01-08T17:39:46.370Z | Downloaded tokio-stream v0.1.16 |
1102 | 2025-01-08T17:39:46.373Z | Downloaded tokio-rustls v0.26.0 |
1103 | 2025-01-08T17:39:46.376Z | Downloaded base64 v0.13.1 |
1104 | 2025-01-08T17:39:46.380Z | Downloaded sqlformat v0.2.6 |
1105 | 2025-01-08T17:39:46.383Z | Downloaded indexmap v1.9.3 |
1106 | 2025-01-08T17:39:46.383Z | Downloaded icu_normalizer v1.5.0 |
1107 | 2025-01-08T17:39:46.386Z | Downloaded fallible-streaming-iterator v0.1.9 |
1108 | 2025-01-08T17:39:46.388Z | Downloaded fallible-iterator v0.2.0 |
1109 | 2025-01-08T17:39:46.388Z | Downloaded term v0.7.0 |
1110 | 2025-01-08T17:39:46.392Z | Downloaded smallvec v1.13.2 |
1111 | 2025-01-08T17:39:46.394Z | Downloaded mockall v0.13.0 |
1112 | 2025-01-08T17:39:46.394Z | Downloaded defmt-parser v0.3.4 |
1113 | 2025-01-08T17:39:46.394Z | Downloaded defmt-macros v0.3.9 |
1114 | 2025-01-08T17:39:46.397Z | Downloaded litemap v0.7.3 |
1115 | 2025-01-08T17:39:46.400Z | Downloaded xattr v1.3.1 |
1116 | 2025-01-08T17:39:46.402Z | Downloaded embedded-io v0.6.1 |
1117 | 2025-01-08T17:39:46.402Z | Downloaded chacha20poly1305 v0.10.1 |
1118 | 2025-01-08T17:39:46.405Z | Downloaded libsw v3.3.1 |
1119 | 2025-01-08T17:39:46.405Z | Downloaded thiserror-impl v2.0.3 |
1120 | 2025-01-08T17:39:46.407Z | Downloaded scrypt v0.11.0 |
1121 | 2025-01-08T17:39:46.407Z | Downloaded rustls-pemfile v2.2.0 |
1122 | 2025-01-08T17:39:46.411Z | Downloaded rustc-demangle v0.1.24 |
1123 | 2025-01-08T17:39:46.414Z | Downloaded const-oid v0.9.6 |
1124 | 2025-01-08T17:39:46.414Z | Downloaded structmeta-derive v0.3.0 |
1125 | 2025-01-08T17:39:46.414Z | Downloaded icu_locid_transform_data v1.5.0 |
1126 | 2025-01-08T17:39:46.416Z | Downloaded simd-adler32 v0.3.7 |
1127 | 2025-01-08T17:39:46.419Z | Downloaded blake2 v0.10.6 |
1128 | 2025-01-08T17:39:46.419Z | Downloaded ipnet v2.10.1 |
1129 | 2025-01-08T17:39:46.422Z | Downloaded icu_normalizer_data v1.5.0 |
1130 | 2025-01-08T17:39:46.425Z | Downloaded allocator-api2 v0.2.18 |
1131 | 2025-01-08T17:39:46.425Z | Downloaded cookie_store v0.21.0 |
1132 | 2025-01-08T17:39:46.427Z | Downloaded cancel-safe-futures v0.1.5 |
1133 | 2025-01-08T17:39:46.431Z | Downloaded multimap v0.10.0 |
1134 | 2025-01-08T17:39:46.431Z | Downloaded internet-checksum v0.2.1 |
1135 | 2025-01-08T17:39:46.434Z | Downloaded maplit v1.0.2 |
1136 | 2025-01-08T17:39:46.434Z | Downloaded managed v0.8.0 |
1137 | 2025-01-08T17:39:46.434Z | Downloaded lru v0.12.5 |
1138 | 2025-01-08T17:39:46.436Z | Downloaded lalrpop-util v0.19.12 |
1139 | 2025-01-08T17:39:46.436Z | Downloaded base64ct v1.6.0 |
1140 | 2025-01-08T17:39:46.439Z | Downloaded linked-hash-map v0.5.6 |
1141 | 2025-01-08T17:39:46.439Z | Downloaded impl-trait-for-tuples v0.2.2 |
1142 | 2025-01-08T17:39:46.441Z | Downloaded instability v0.3.2 |
1143 | 2025-01-08T17:39:46.441Z | Downloaded bb8 v0.8.5 |
1144 | 2025-01-08T17:39:46.443Z | Downloaded async-recursion v1.1.1 |
1145 | 2025-01-08T17:39:46.448Z | Downloaded quinn-udp v0.5.5 |
1146 | 2025-01-08T17:39:46.452Z | Downloaded icu_locid_transform v1.5.0 |
1147 | 2025-01-08T17:39:46.452Z | Downloaded matches v0.1.10 |
1148 | 2025-01-08T17:39:46.452Z | Downloaded async-bb8-diesel v0.2.1 |
1149 | 2025-01-08T17:39:46.455Z | Downloaded hubpack v0.1.2 |
1150 | 2025-01-08T17:39:46.456Z | Downloaded ciborium v0.2.2 |
1151 | 2025-01-08T17:39:46.456Z | Downloaded colored v2.1.0 |
1152 | 2025-01-08T17:39:46.459Z | Downloaded chrono-tz-build v0.4.0 |
1153 | 2025-01-08T17:39:46.459Z | Downloaded humantime v2.1.0 |
1154 | 2025-01-08T17:39:46.459Z | Downloaded hyper-rustls v0.27.3 |
1155 | 2025-01-08T17:39:46.461Z | Downloaded curve25519-dalek-derive v0.1.1 |
1156 | 2025-01-08T17:39:46.461Z | Downloaded cbc v0.1.2 |
1157 | 2025-01-08T17:39:46.464Z | Downloaded http-range v0.1.5 |
1158 | 2025-01-08T17:39:46.464Z | Downloaded http-body v1.0.1 |
1159 | 2025-01-08T17:39:46.464Z | Downloaded bitfield v0.14.0 |
1160 | 2025-01-08T17:39:46.467Z | Downloaded bcrypt-pbkdf v0.10.0 |
1161 | 2025-01-08T17:39:46.467Z | Downloaded bitfield-struct v0.6.2 |
1162 | 2025-01-08T17:39:46.469Z | Downloaded bit-vec v0.6.3 |
1163 | 2025-01-08T17:39:46.593Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2025-01-08T17:39:46.725Z | Downloaded ring v0.17.8 |
1165 | 2025-01-08T17:39:47.041Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2025-01-08T17:39:47.339Z | Compiling serde v1.0.215 |
1167 | 2025-01-08T17:39:47.342Z | Compiling lock_api v0.4.12 |
1168 | 2025-01-08T17:39:47.342Z | Compiling scopeguard v1.2.0 |
1169 | 2025-01-08T17:39:47.342Z | Compiling value-bag v1.9.0 |
1170 | 2025-01-08T17:39:47.493Z | Compiling typenum v1.17.0 |
1171 | 2025-01-08T17:39:47.496Z | Compiling generic-array v0.14.7 |
1172 | 2025-01-08T17:39:47.531Z | Compiling syn v2.0.87 |
1173 | 2025-01-08T17:39:47.544Z | Compiling getrandom v0.2.15 |
1174 | 2025-01-08T17:39:47.622Z | Compiling subtle v2.6.1 |
1175 | 2025-01-08T17:39:47.858Z | Compiling rand_core v0.6.4 |
1176 | 2025-01-08T17:39:47.948Z | Compiling log v0.4.22 |
1177 | 2025-01-08T17:39:48.025Z | Compiling shlex v1.3.0 |
1178 | 2025-01-08T17:39:48.044Z | Compiling jobserver v0.1.32 |
1179 | 2025-01-08T17:39:48.062Z | Compiling smallvec v1.13.2 |
1180 | 2025-01-08T17:39:48.384Z | Compiling const-oid v0.9.6 |
1181 | 2025-01-08T17:39:48.403Z | Compiling spin v0.9.8 |
1182 | 2025-01-08T17:39:48.447Z | Compiling cc v1.1.30 |
1183 | 2025-01-08T17:39:48.479Z | Compiling pin-project-lite v0.2.14 |
1184 | 2025-01-08T17:39:48.604Z | Compiling rustix v0.38.37 |
1185 | 2025-01-08T17:39:48.780Z | Compiling parking_lot_core v0.9.10 |
1186 | 2025-01-08T17:39:48.804Z | Compiling futures-core v0.3.31 |
1187 | 2025-01-08T17:39:48.980Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2025-01-08T17:39:49.059Z | Compiling mio v1.0.2 |
1189 | 2025-01-08T17:39:49.486Z | Compiling aho-corasick v1.1.3 |
1190 | 2025-01-08T17:39:49.843Z | Compiling parking_lot v0.12.3 |
1191 | 2025-01-08T17:39:49.913Z | Compiling regex-syntax v0.8.5 |
1192 | 2025-01-08T17:39:50.203Z | Compiling either v1.13.0 |
1193 | 2025-01-08T17:39:50.314Z | Compiling cpufeatures v0.2.14 |
1194 | 2025-01-08T17:39:50.426Z | Compiling lazy_static v1.5.0 |
1195 | 2025-01-08T17:39:50.482Z | Compiling stable_deref_trait v1.2.0 |
1196 | 2025-01-08T17:39:50.558Z | Compiling futures-sink v0.3.31 |
1197 | 2025-01-08T17:39:50.588Z | Compiling glob v0.3.1 |
1198 | 2025-01-08T17:39:50.721Z | Compiling socket2 v0.5.7 |
1199 | 2025-01-08T17:39:50.740Z | Compiling slab v0.4.9 |
1200 | 2025-01-08T17:39:50.840Z | Compiling prettyplease v0.2.25 |
1201 | 2025-01-08T17:39:51.190Z | Compiling serde_json v1.0.133 |
1202 | 2025-01-08T17:39:51.214Z | Compiling minimal-lexical v0.2.1 |
1203 | 2025-01-08T17:39:51.638Z | Compiling clang-sys v1.8.1 |
1204 | 2025-01-08T17:39:51.739Z | Compiling nom v7.1.3 |
1205 | 2025-01-08T17:39:51.758Z | Compiling libloading v0.8.5 |
1206 | 2025-01-08T17:39:51.830Z | Compiling home v0.5.9 |
1207 | 2025-01-08T17:39:52.115Z | Compiling bindgen v0.69.5 |
1208 | 2025-01-08T17:39:52.195Z | Compiling itertools v0.12.1 |
1209 | 2025-01-08T17:39:52.855Z | Compiling futures-channel v0.3.31 |
1210 | 2025-01-08T17:39:52.908Z | Compiling foldhash v0.1.3 |
1211 | 2025-01-08T17:39:53.231Z | Compiling allocator-api2 v0.2.18 |
1212 | 2025-01-08T17:39:53.286Z | Compiling pin-utils v0.1.0 |
1213 | 2025-01-08T17:39:53.385Z | Compiling rustc-hash v1.1.0 |
1214 | 2025-01-08T17:39:53.531Z | Compiling futures-task v0.3.31 |
1215 | 2025-01-08T17:39:53.813Z | Compiling regex-automata v0.4.8 |
1216 | 2025-01-08T17:39:54.066Z | Compiling libm v0.2.8 |
1217 | 2025-01-08T17:39:54.392Z | Compiling futures-io v0.3.31 |
1218 | 2025-01-08T17:39:54.702Z | Compiling lazycell v1.3.0 |
1219 | 2025-01-08T17:39:54.898Z | Compiling hashbrown v0.15.1 |
1220 | 2025-01-08T17:39:55.343Z | Compiling synstructure v0.13.1 |
1221 | 2025-01-08T17:39:55.540Z | Compiling cexpr v0.6.0 |
1222 | 2025-01-08T17:39:56.231Z | Compiling cmake v0.1.51 |
1223 | 2025-01-08T17:39:56.955Z | Compiling num-traits v0.2.19 |
1224 | 2025-01-08T17:39:57.048Z | Compiling pkg-config v0.3.31 |
1225 | 2025-01-08T17:39:57.240Z | Compiling dunce v1.0.5 |
1226 | 2025-01-08T17:39:57.263Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2025-01-08T17:39:57.329Z | Compiling fs_extra v1.3.0 |
1228 | 2025-01-08T17:39:57.352Z | Compiling tinyvec v1.8.0 |
1229 | 2025-01-08T17:39:57.952Z | Compiling ring v0.17.8 |
1230 | 2025-01-08T17:39:58.613Z | Compiling paste v1.0.15 |
1231 | 2025-01-08T17:39:58.868Z | Compiling unicode-normalization v0.1.24 |
1232 | 2025-01-08T17:39:58.959Z | Compiling litemap v0.7.3 |
1233 | 2025-01-08T17:39:59.061Z | Compiling base64ct v1.6.0 |
1234 | 2025-01-08T17:39:59.129Z | Compiling writeable v0.5.5 |
1235 | 2025-01-08T17:39:59.362Z | Compiling regex v1.11.1 |
1236 | 2025-01-08T17:39:59.669Z | Compiling unicode-bidi v0.3.17 |
1237 | 2025-01-08T17:39:59.715Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2025-01-08T17:40:00.459Z | Compiling flagset v0.4.6 |
1239 | 2025-01-08T17:40:00.487Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2025-01-08T17:40:00.648Z | Compiling httparse v1.9.5 |
1241 | 2025-01-08T17:40:00.895Z | Compiling tracing-core v0.1.32 |
1242 | 2025-01-08T17:40:01.049Z | Compiling rustls-pki-types v1.10.0 |
1243 | 2025-01-08T17:40:01.417Z | Compiling percent-encoding v2.3.1 |
1244 | 2025-01-08T17:40:01.752Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2025-01-08T17:40:01.771Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2025-01-08T17:40:02.162Z | Compiling num-conv v0.1.0 |
1247 | 2025-01-08T17:40:02.248Z | Compiling mirai-annotations v1.12.0 |
1248 | 2025-01-08T17:40:02.268Z | Compiling serde_derive v1.0.215 |
1249 | 2025-01-08T17:40:02.304Z | Compiling zeroize_derive v1.4.2 |
1250 | 2025-01-08T17:40:02.421Z | Compiling zerocopy-derive v0.7.35 |
1251 | 2025-01-08T17:40:02.441Z | Compiling tokio-macros v2.4.0 |
1252 | 2025-01-08T17:40:02.493Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2025-01-08T17:40:03.854Z | Compiling zeroize v1.8.1 |
1254 | 2025-01-08T17:40:04.017Z | Compiling thiserror-impl v1.0.69 |
1255 | 2025-01-08T17:40:04.455Z | Compiling yoke-derive v0.7.4 |
1256 | 2025-01-08T17:40:04.633Z | Compiling zerocopy v0.7.35 |
1257 | 2025-01-08T17:40:05.671Z | Compiling crypto-common v0.1.6 |
1258 | 2025-01-08T17:40:05.897Z | Compiling block-buffer v0.10.4 |
1259 | 2025-01-08T17:40:06.134Z | Compiling digest v0.10.7 |
1260 | 2025-01-08T17:40:06.295Z | Compiling futures-macro v0.3.31 |
1261 | 2025-01-08T17:40:06.502Z | Compiling hmac v0.12.1 |
1262 | 2025-01-08T17:40:06.561Z | Compiling zerovec-derive v0.10.3 |
1263 | 2025-01-08T17:40:06.610Z | Compiling zerofrom v0.1.4 |
1264 | 2025-01-08T17:40:06.737Z | Compiling block-padding v0.3.3 |
1265 | 2025-01-08T17:40:06.852Z | Compiling displaydoc v0.2.5 |
1266 | 2025-01-08T17:40:06.984Z | Compiling inout v0.1.3 |
1267 | 2025-01-08T17:40:07.255Z | Compiling cipher v0.4.4 |
1268 | 2025-01-08T17:40:07.501Z | Compiling thiserror v1.0.69 |
1269 | 2025-01-08T17:40:07.548Z | Compiling yoke v0.7.4 |
1270 | 2025-01-08T17:40:07.639Z | Compiling sha2 v0.10.8 |
1271 | 2025-01-08T17:40:07.721Z | Compiling ppv-lite86 v0.2.20 |
1272 | 2025-01-08T17:40:07.907Z | Compiling der_derive v0.7.3 |
1273 | 2025-01-08T17:40:08.207Z | Compiling futures-util v0.3.31 |
1274 | 2025-01-08T17:40:08.511Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2025-01-08T17:40:08.531Z | Compiling rand_chacha v0.3.1 |
1276 | 2025-01-08T17:40:09.166Z | Compiling zerovec v0.10.4 |
1277 | 2025-01-08T17:40:09.624Z | Compiling tracing-attributes v0.1.27 |
1278 | 2025-01-08T17:40:09.968Z | Compiling rand v0.8.5 |
1279 | 2025-01-08T17:40:10.209Z | Compiling der v0.7.9 |
1280 | 2025-01-08T17:40:10.879Z | Compiling salsa20 v0.10.2 |
1281 | 2025-01-08T17:40:11.114Z | Compiling tinystr v0.7.6 |
1282 | 2025-01-08T17:40:11.175Z | Compiling icu_collections v1.5.0 |
1283 | 2025-01-08T17:40:11.489Z | Compiling pest v2.7.14 |
1284 | 2025-01-08T17:40:11.571Z | Compiling icu_locid v1.5.0 |
1285 | 2025-01-08T17:40:12.207Z | Compiling pbkdf2 v0.12.2 |
1286 | 2025-01-08T17:40:12.380Z | Compiling spki v0.7.3 |
1287 | 2025-01-08T17:40:12.718Z | Compiling untrusted v0.9.0 |
1288 | 2025-01-08T17:40:12.744Z | Compiling powerfmt v0.2.0 |
1289 | 2025-01-08T17:40:12.899Z | Compiling icu_provider v1.5.0 |
1290 | 2025-01-08T17:40:13.157Z | Compiling time-core v0.1.2 |
1291 | 2025-01-08T17:40:13.332Z | Compiling icu_properties_data v1.5.0 |
1292 | 2025-01-08T17:40:13.523Z | Compiling tracing v0.1.40 |
1293 | 2025-01-08T17:40:13.561Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2025-01-08T17:40:13.609Z | Compiling vcpkg v0.2.15 |
1295 | 2025-01-08T17:40:13.923Z | Compiling untrusted v0.7.1 |
1296 | 2025-01-08T17:40:14.049Z | Compiling pest_meta v2.7.14 |
1297 | 2025-01-08T17:40:14.066Z | Compiling time-macros v0.2.18 |
1298 | 2025-01-08T17:40:14.116Z | Compiling deranged v0.3.11 |
1299 | 2025-01-08T17:40:15.824Z | Compiling icu_properties v1.5.1 |
1300 | 2025-01-08T17:40:15.929Z | Compiling openssl-sys v0.9.103 |
1301 | 2025-01-08T17:40:16.095Z | Compiling scrypt v0.11.0 |
1302 | 2025-01-08T17:40:16.321Z | Compiling bitflags v2.6.0 |
1303 | 2025-01-08T17:40:16.634Z | Compiling bytes v1.8.0 |
1304 | 2025-01-08T17:40:16.991Z | Compiling indexmap v2.6.0 |
1305 | 2025-01-08T17:40:17.392Z | Compiling semver v1.0.23 |
1306 | 2025-01-08T17:40:17.946Z | Compiling tokio v1.40.0 |
1307 | 2025-01-08T17:40:18.182Z | Compiling http v1.1.0 |
1308 | 2025-01-08T17:40:18.258Z | Compiling rustc_version v0.4.1 |
1309 | 2025-01-08T17:40:18.477Z | Compiling aes v0.8.4 |
1310 | 2025-01-08T17:40:19.052Z | Compiling cbc v0.1.2 |
1311 | 2025-01-08T17:40:19.263Z | Compiling scroll_derive v0.12.0 |
1312 | 2025-01-08T17:40:19.289Z | Compiling utf16_iter v1.0.5 |
1313 | 2025-01-08T17:40:19.496Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2025-01-08T17:40:19.608Z | Compiling atomic-waker v1.1.2 |
1315 | 2025-01-08T17:40:19.804Z | Compiling utf8_iter v1.0.4 |
1316 | 2025-01-08T17:40:20.061Z | Compiling write16 v1.0.0 |
1317 | 2025-01-08T17:40:20.080Z | Compiling num_threads v0.1.7 |
1318 | 2025-01-08T17:40:20.228Z | Compiling icu_normalizer v1.5.0 |
1319 | 2025-01-08T17:40:20.249Z | Compiling time v0.3.36 |
1320 | 2025-01-08T17:40:20.748Z | Compiling which v4.4.2 |
1321 | 2025-01-08T17:40:20.767Z | Compiling scroll v0.12.0 |
1322 | 2025-01-08T17:40:20.788Z | Compiling http-body v1.0.1 |
1323 | 2025-01-08T17:40:21.043Z | Compiling pkcs5 v0.7.1 |
1324 | 2025-01-08T17:40:21.402Z | Compiling pest_generator v2.7.14 |
1325 | 2025-01-08T17:40:21.576Z | Compiling form_urlencoded v1.2.1 |
1326 | 2025-01-08T17:40:21.910Z | Compiling try-lock v0.2.5 |
1327 | 2025-01-08T17:40:22.065Z | Compiling slog v2.7.0 |
1328 | 2025-01-08T17:40:22.132Z | Compiling goblin v0.8.2 |
1329 | 2025-01-08T17:40:22.250Z | Compiling want v0.3.1 |
1330 | 2025-01-08T17:40:22.302Z | Compiling pkcs8 v0.10.2 |
1331 | 2025-01-08T17:40:22.549Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-01-08T17:40:22.661Z | Compiling uuid v1.11.0 |
1333 | 2025-01-08T17:40:22.777Z | Compiling httpdate v1.0.3 |
1334 | 2025-01-08T17:40:23.029Z | Compiling iana-time-zone v0.1.61 |
1335 | 2025-01-08T17:40:23.273Z | Compiling chrono v0.4.38 |
1336 | 2025-01-08T17:40:23.466Z | Compiling pest_derive v2.7.14 |
1337 | 2025-01-08T17:40:23.516Z | Compiling idna v1.0.3 |
1338 | 2025-01-08T17:40:24.261Z | Compiling dtrace-parser v0.2.0 |
1339 | 2025-01-08T17:40:24.884Z | Compiling toml_datetime v0.6.8 |
1340 | 2025-01-08T17:40:25.414Z | Compiling serde_spanned v0.6.8 |
1341 | 2025-01-08T17:40:25.444Z | Compiling serde_tokenstream v0.2.2 |
1342 | 2025-01-08T17:40:25.596Z | Compiling tower-service v0.3.3 |
1343 | 2025-01-08T17:40:25.659Z | Compiling match_cfg v0.1.0 |
1344 | 2025-01-08T17:40:25.732Z | Compiling openssl v0.10.66 |
1345 | 2025-01-08T17:40:25.766Z | Compiling base64 v0.22.1 |
1346 | 2025-01-08T17:40:26.037Z | Compiling foreign-types-shared v0.1.1 |
1347 | 2025-01-08T17:40:26.149Z | Compiling adler2 v2.0.0 |
1348 | 2025-01-08T17:40:26.169Z | Compiling rustversion v1.0.17 |
1349 | 2025-01-08T17:40:26.366Z | Compiling tokio-util v0.7.12 |
1350 | 2025-01-08T17:40:26.478Z | Compiling miniz_oxide v0.8.0 |
1351 | 2025-01-08T17:40:26.545Z | Compiling foreign-types v0.3.2 |
1352 | 2025-01-08T17:40:26.650Z | Compiling hostname v0.3.1 |
1353 | 2025-01-08T17:40:26.898Z | Compiling url v2.5.3 |
1354 | 2025-01-08T17:40:27.219Z | Compiling openssl-macros v0.1.1 |
1355 | 2025-01-08T17:40:27.742Z | Compiling h2 v0.4.6 |
1356 | 2025-01-08T17:40:27.982Z | Compiling dof v0.3.0 |
1357 | 2025-01-08T17:40:28.027Z | Compiling async-trait v0.1.83 |
1358 | 2025-01-08T17:40:28.362Z | Compiling serde_derive_internals v0.29.1 |
1359 | 2025-01-08T17:40:28.910Z | Compiling usdt-impl v0.5.0 |
1360 | 2025-01-08T17:40:30.192Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2025-01-08T17:40:30.560Z | Compiling syn v1.0.109 |
1362 | 2025-01-08T17:40:30.895Z | Compiling rustls v0.22.4 |
1363 | 2025-01-08T17:40:30.913Z | Compiling data-encoding v2.6.0 |
1364 | 2025-01-08T17:40:31.143Z | Compiling rustls v0.23.19 |
1365 | 2025-01-08T17:40:31.163Z | Compiling schemars v0.8.21 |
1366 | 2025-01-08T17:40:31.183Z | Compiling siphasher v0.3.11 |
1367 | 2025-01-08T17:40:31.414Z | Compiling native-tls v0.2.12 |
1368 | 2025-01-08T17:40:31.552Z | Compiling schemars_derive v0.8.21 |
1369 | 2025-01-08T17:40:31.633Z | Compiling dirs-next v2.0.0 |
1370 | 2025-01-08T17:40:32.496Z | Compiling http-body-util v0.1.2 |
1371 | 2025-01-08T17:40:33.016Z | Compiling heapless v0.7.17 |
1372 | 2025-01-08T17:40:33.267Z | Compiling crossbeam-epoch v0.9.18 |
1373 | 2025-01-08T17:40:33.343Z | Compiling signature v2.2.0 |
1374 | 2025-01-08T17:40:33.427Z | Compiling sha1 v0.10.6 |
1375 | 2025-01-08T17:40:33.652Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1376 | 2025-01-08T17:40:33.741Z | Compiling thread_local v1.1.8 |
1377 | 2025-01-08T17:40:33.865Z | Compiling multer v3.1.0 |
1378 | 2025-01-08T17:40:34.008Z | Compiling encoding_rs v0.8.34 |
1379 | 2025-01-08T17:40:34.135Z | Compiling cookie v0.18.1 |
1380 | 2025-01-08T17:40:34.138Z | Compiling openssl-probe v0.1.5 |
1381 | 2025-01-08T17:40:34.293Z | Compiling slog-async v2.8.0 |
1382 | 2025-01-08T17:40:34.412Z | Compiling gimli v0.31.1 |
1383 | 2025-01-08T17:40:34.508Z | Compiling signal-hook v0.3.17 |
1384 | 2025-01-08T17:40:34.787Z | Compiling hyper v1.5.0 |
1385 | 2025-01-08T17:40:34.808Z | Compiling ipnet v2.10.1 |
1386 | 2025-01-08T17:40:34.975Z | Compiling rayon-core v1.12.1 |
1387 | 2025-01-08T17:40:35.273Z | Compiling dyn-clone v1.0.17 |
1388 | 2025-01-08T17:40:35.508Z | Compiling mime v0.3.17 |
1389 | 2025-01-08T17:40:36.155Z | Compiling unicode-properties v0.1.3 |
1390 | 2025-01-08T17:40:36.175Z | Compiling toml_edit v0.22.22 |
1391 | 2025-01-08T17:40:36.570Z | Compiling stringprep v0.1.5 |
1392 | 2025-01-08T17:40:37.880Z | Compiling hyper-util v0.1.10 |
1393 | 2025-01-08T17:40:39.038Z | Compiling addr2line v0.24.2 |
1394 | 2025-01-08T17:40:39.659Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2025-01-08T17:40:39.810Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2025-01-08T17:40:39.992Z | Compiling usdt-macro v0.5.0 |
1397 | 2025-01-08T17:40:40.538Z | Compiling term v0.7.0 |
1398 | 2025-01-08T17:40:41.005Z | Compiling slog-json v2.6.1 |
1399 | 2025-01-08T17:40:41.395Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2025-01-08T17:40:41.444Z | Compiling curve25519-dalek v4.1.3 |
1401 | 2025-01-08T17:40:41.447Z | Compiling crossbeam-channel v0.5.13 |
1402 | 2025-01-08T17:40:41.936Z | Compiling futures-executor v0.3.31 |
1403 | 2025-01-08T17:40:42.049Z | Compiling enum-as-inner v0.6.1 |
1404 | 2025-01-08T17:40:42.087Z | Compiling md-5 v0.10.6 |
1405 | 2025-01-08T17:40:42.251Z | Compiling async-stream-impl v0.3.6 |
1406 | 2025-01-08T17:40:42.358Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2025-01-08T17:40:42.512Z | Compiling num-integer v0.1.46 |
1408 | 2025-01-08T17:40:42.536Z | Compiling idna v0.3.0 |
1409 | 2025-01-08T17:40:42.700Z | Compiling idna v0.4.0 |
1410 | 2025-01-08T17:40:43.206Z | Compiling hash32 v0.2.1 |
1411 | 2025-01-08T17:40:43.277Z | Compiling ff v0.13.0 |
1412 | 2025-01-08T17:40:43.521Z | Compiling is-terminal v0.4.13 |
1413 | 2025-01-08T17:40:43.605Z | Compiling object v0.36.5 |
1414 | 2025-01-08T17:40:43.640Z | Compiling dropshot v0.12.0 |
1415 | 2025-01-08T17:40:43.662Z | Compiling quick-error v1.2.3 |
1416 | 2025-01-08T17:40:43.808Z | Compiling anyhow v1.0.93 |
1417 | 2025-01-08T17:40:43.928Z | Compiling fallible-iterator v0.2.0 |
1418 | 2025-01-08T17:40:44.199Z | Compiling rustc-demangle v0.1.24 |
1419 | 2025-01-08T17:40:44.362Z | Compiling utf-8 v0.7.6 |
1420 | 2025-01-08T17:40:44.452Z | Compiling smoltcp v0.9.1 |
1421 | 2025-01-08T17:40:44.629Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2025-01-08T17:40:44.683Z | Compiling base16ct v0.2.0 |
1423 | 2025-01-08T17:40:44.685Z | Compiling psl-types v2.0.11 |
1424 | 2025-01-08T17:40:44.907Z | Compiling linked-hash-map v0.5.6 |
1425 | 2025-01-08T17:40:44.926Z | Compiling take_mut v0.2.2 |
1426 | 2025-01-08T17:40:45.017Z | Compiling portable-atomic v1.9.0 |
1427 | 2025-01-08T17:40:45.242Z | Compiling sec1 v0.7.3 |
1428 | 2025-01-08T17:40:45.262Z | Compiling publicsuffix v2.2.3 |
1429 | 2025-01-08T17:40:45.313Z | Compiling lru-cache v0.1.2 |
1430 | 2025-01-08T17:40:45.518Z | Compiling postgres-protocol v0.6.7 |
1431 | 2025-01-08T17:40:45.521Z | Compiling tungstenite v0.24.0 |
1432 | 2025-01-08T17:40:46.237Z | Compiling resolv-conf v0.7.0 |
1433 | 2025-01-08T17:40:46.292Z | Compiling async-stream v0.3.6 |
1434 | 2025-01-08T17:40:46.320Z | Compiling slog-term v2.9.1 |
1435 | 2025-01-08T17:40:46.603Z | Compiling hickory-proto v0.24.1 |
1436 | 2025-01-08T17:40:47.039Z | Compiling usdt v0.5.0 |
1437 | 2025-01-08T17:40:47.588Z | Compiling group v0.13.0 |
1438 | 2025-01-08T17:40:47.590Z | Compiling num-iter v0.1.45 |
1439 | 2025-01-08T17:40:47.805Z | Compiling futures v0.3.31 |
1440 | 2025-01-08T17:40:47.930Z | Compiling slog-bunyan v2.5.0 |
1441 | 2025-01-08T17:40:48.071Z | Compiling toml v0.8.19 |
1442 | 2025-01-08T17:40:49.336Z | Compiling camino v1.1.9 |
1443 | 2025-01-08T17:40:49.852Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2025-01-08T17:40:49.854Z | Compiling phf_shared v0.11.2 |
1445 | 2025-01-08T17:40:50.147Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2025-01-08T17:40:50.242Z | Compiling terminal_size v0.4.0 |
1447 | 2025-01-08T17:40:50.261Z | Compiling waitgroup v0.1.2 |
1448 | 2025-01-08T17:40:50.324Z | Compiling openapiv3 v2.0.0 |
1449 | 2025-01-08T17:40:50.459Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2025-01-08T17:40:50.489Z | Compiling hkdf v0.12.4 |
1451 | 2025-01-08T17:40:50.749Z | Compiling crypto-bigint v0.5.5 |
1452 | 2025-01-08T17:40:51.326Z | Compiling backtrace v0.3.74 |
1453 | 2025-01-08T17:40:51.720Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2025-01-08T17:40:53.302Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2025-01-08T17:40:54.814Z | Compiling webpki-roots v0.26.6 |
1456 | 2025-01-08T17:40:54.895Z | Compiling idna v0.5.0 |
1457 | 2025-01-08T17:40:55.039Z | Compiling hostname v0.4.0 |
1458 | 2025-01-08T17:40:55.056Z | Compiling ahash v0.8.11 |
1459 | 2025-01-08T17:40:55.185Z | Compiling hubpack_derive v0.1.1 |
1460 | 2025-01-08T17:40:55.336Z | Compiling crc32fast v1.4.2 |
1461 | 2025-01-08T17:40:55.407Z | Compiling fs-err v2.11.0 |
1462 | 2025-01-08T17:40:55.633Z | Compiling newtype-uuid v1.1.3 |
1463 | 2025-01-08T17:40:55.675Z | Compiling managed v0.8.0 |
1464 | 2025-01-08T17:40:55.705Z | Compiling winnow v0.5.40 |
1465 | 2025-01-08T17:40:55.904Z | Compiling debug-ignore v1.0.5 |
1466 | 2025-01-08T17:40:56.060Z | Compiling bitflags v1.3.2 |
1467 | 2025-01-08T17:40:56.121Z | Compiling hubpack v0.1.2 |
1468 | 2025-01-08T17:40:56.137Z | Compiling strum_macros v0.25.3 |
1469 | 2025-01-08T17:40:56.623Z | Compiling cookie_store v0.21.0 |
1470 | 2025-01-08T17:40:56.786Z | Compiling clap_builder v4.5.21 |
1471 | 2025-01-08T17:40:56.940Z | Compiling console v0.15.8 |
1472 | 2025-01-08T17:40:57.280Z | Compiling zerocopy v0.6.6 |
1473 | 2025-01-08T17:40:58.195Z | Compiling flate2 v1.0.34 |
1474 | 2025-01-08T17:40:58.286Z | Compiling elliptic-curve v0.13.8 |
1475 | 2025-01-08T17:40:58.541Z | Compiling hickory-resolver v0.24.1 |
1476 | 2025-01-08T17:40:59.183Z | Compiling toml_edit v0.19.15 |
1477 | 2025-01-08T17:40:59.581Z | Compiling phf v0.11.2 |
1478 | 2025-01-08T17:40:59.890Z | Compiling hyper-tls v0.6.0 |
1479 | 2025-01-08T17:41:00.032Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2025-01-08T17:41:00.226Z | Compiling rayon v1.10.0 |
1481 | 2025-01-08T17:41:00.320Z | Compiling bzip2 v0.4.4 |
1482 | 2025-01-08T17:41:00.745Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2025-01-08T17:41:01.293Z | Compiling postgres-types v0.2.8 |
1484 | 2025-01-08T17:41:04.248Z | Compiling ed25519 v2.2.3 |
1485 | 2025-01-08T17:41:05.133Z | Compiling phf_shared v0.10.0 |
1486 | 2025-01-08T17:41:05.520Z | Compiling tokio-stream v0.1.16 |
1487 | 2025-01-08T17:41:05.576Z | Compiling pkcs1 v0.7.5 |
1488 | 2025-01-08T17:41:06.141Z | Compiling serde-big-array v0.5.1 |
1489 | 2025-01-08T17:41:06.381Z | Compiling clap_derive v4.5.18 |
1490 | 2025-01-08T17:41:06.437Z | Compiling rfc6979 v0.4.0 |
1491 | 2025-01-08T17:41:06.457Z | Compiling serde_repr v0.1.19 |
1492 | 2025-01-08T17:41:06.583Z | Compiling derive-where v1.2.7 |
1493 | 2025-01-08T17:41:06.604Z | Compiling float-cmp v0.9.0 |
1494 | 2025-01-08T17:41:06.633Z | Compiling bstr v1.10.0 |
1495 | 2025-01-08T17:41:06.828Z | Compiling sync_wrapper v1.0.1 |
1496 | 2025-01-08T17:41:06.990Z | Compiling fixedbitset v0.4.2 |
1497 | 2025-01-08T17:41:07.463Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2025-01-08T17:41:07.483Z | Compiling bit-vec v0.6.3 |
1499 | 2025-01-08T17:41:07.597Z | Compiling unicode-segmentation v1.12.0 |
1500 | 2025-01-08T17:41:07.655Z | Compiling whoami v1.5.2 |
1501 | 2025-01-08T17:41:07.970Z | Compiling predicates-core v1.0.8 |
1502 | 2025-01-08T17:41:08.291Z | Compiling difflib v0.4.0 |
1503 | 2025-01-08T17:41:08.351Z | Compiling static_assertions v1.1.0 |
1504 | 2025-01-08T17:41:08.413Z | Compiling number_prefix v0.4.0 |
1505 | 2025-01-08T17:41:08.457Z | Compiling precomputed-hash v0.1.1 |
1506 | 2025-01-08T17:41:08.487Z | Compiling new_debug_unreachable v1.0.6 |
1507 | 2025-01-08T17:41:08.574Z | Compiling unicode-width v0.2.0 |
1508 | 2025-01-08T17:41:08.593Z | Compiling string_cache v0.8.7 |
1509 | 2025-01-08T17:41:08.648Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2025-01-08T17:41:09.073Z | Compiling indicatif v0.17.9 |
1511 | 2025-01-08T17:41:09.114Z | Compiling predicates v3.1.2 |
1512 | 2025-01-08T17:41:09.968Z | Compiling similar v2.6.0 |
1513 | 2025-01-08T17:41:10.159Z | Compiling tokio-postgres v0.7.12 |
1514 | 2025-01-08T17:41:10.914Z | Compiling bit-set v0.5.3 |
1515 | 2025-01-08T17:41:11.200Z | Compiling petgraph v0.6.5 |
1516 | 2025-01-08T17:41:11.484Z | Compiling ecdsa v0.16.9 |
1517 | 2025-01-08T17:41:11.539Z | Compiling clap v4.5.21 |
1518 | 2025-01-08T17:41:11.666Z | Compiling rsa v0.9.6 |
1519 | 2025-01-08T17:41:12.374Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2025-01-08T17:41:12.544Z | Compiling toml v0.7.8 |
1521 | 2025-01-08T17:41:13.753Z | Compiling zip v0.6.6 |
1522 | 2025-01-08T17:41:14.311Z | Compiling crossterm v0.28.1 |
1523 | 2025-01-08T17:41:15.433Z | Compiling hex v0.4.3 |
1524 | 2025-01-08T17:41:15.680Z | Compiling x509-cert v0.2.5 |
1525 | 2025-01-08T17:41:15.700Z | Compiling itertools v0.10.5 |
1526 | 2025-01-08T17:41:16.058Z | Compiling lalrpop-util v0.19.12 |
1527 | 2025-01-08T17:41:16.088Z | Compiling peg-runtime v0.8.3 |
1528 | 2025-01-08T17:41:16.132Z | Compiling unicode-xid v0.2.6 |
1529 | 2025-01-08T17:41:16.315Z | Compiling strum_macros v0.26.4 |
1530 | 2025-01-08T17:41:16.415Z | Compiling xattr v1.3.1 |
1531 | 2025-01-08T17:41:16.693Z | Compiling filetime v0.2.25 |
1532 | 2025-01-08T17:41:17.028Z | Compiling tar v0.4.42 |
1533 | 2025-01-08T17:41:21.367Z | Compiling strum v0.26.3 |
1534 | 2025-01-08T17:41:24.031Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2025-01-08T17:41:55.956Z | Compiling rustls-webpki v0.102.8 |
1536 | 2025-01-08T17:41:59.292Z | Compiling tokio-rustls v0.25.0 |
1537 | 2025-01-08T17:42:00.734Z | Compiling tokio-rustls v0.26.0 |
1538 | 2025-01-08T17:42:01.207Z | Compiling hyper-rustls v0.27.3 |
1539 | 2025-01-08T17:42:01.557Z | Compiling reqwest v0.12.9 |
1540 | 2025-01-08T17:42:02.852Z | Compiling qorb v0.2.1 |
1541 | 2025-01-08T17:42:07.531Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2025-01-08T17:42:07.759Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2025-01-08T17:42:13.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1544 | 2025-01-08T17:42:13.637Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2025-01-08T17:42:13.685Z | Jan 08 17:42:12.461 INFO Starting download, target: Cockroach |
1546 | 2025-01-08T17:42:13.685Z | Jan 08 17:42:12.461 INFO Starting download, target: Clickhouse |
1547 | 2025-01-08T17:42:13.685Z | Jan 08 17:42:12.461 INFO Starting download, target: Console |
1548 | 2025-01-08T17:42:13.685Z | Jan 08 17:42:12.461 INFO Starting download, target: DendriteOpenapi |
1549 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.461 INFO Starting download, target: DendriteStub |
1550 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.461 INFO Starting download, target: MaghemiteMgd |
1551 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.461 INFO Starting download, target: TransceiverControl |
1552 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.462 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.462 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.462 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1555 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.462 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.462 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2025-01-08T17:42:13.688Z | Jan 08 17:42:12.462 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2025-01-08T17:42:13.889Z | Jan 08 17:42:12.639 INFO Download complete, target: DendriteOpenapi |
1560 | 2025-01-08T17:42:14.032Z | Jan 08 17:42:12.772 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2025-01-08T17:42:14.208Z | Jan 08 17:42:12.940 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2025-01-08T17:42:14.544Z | Jan 08 17:42:13.311 INFO Download complete, target: Console |
1563 | 2025-01-08T17:42:14.559Z | Jan 08 17:42:13.326 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1564 | 2025-01-08T17:42:14.592Z | Jan 08 17:42:13.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1565 | 2025-01-08T17:42:14.713Z | Jan 08 17:42:13.487 INFO Download complete, target: TransceiverControl |
1566 | 2025-01-08T17:42:15.176Z | Jan 08 17:42:13.952 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2025-01-08T17:42:15.176Z | Jan 08 17:42:13.952 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2025-01-08T17:42:15.708Z | Jan 08 17:42:14.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2025-01-08T17:42:17.649Z | Jan 08 17:42:16.424 INFO Download complete, target: MaghemiteMgd |
1570 | 2025-01-08T17:42:17.658Z | Jan 08 17:42:16.434 INFO Download complete, target: DendriteStub |
1571 | 2025-01-08T17:42:22.868Z | Jan 08 17:42:21.642 INFO Checking that binary works, target: Cockroach |
1572 | 2025-01-08T17:42:23.021Z | Jan 08 17:42:21.796 INFO Download complete, target: Cockroach |
1573 | 2025-01-08T17:42:28.632Z | Jan 08 17:42:27.403 INFO Checking that binary works, target: Clickhouse |
1574 | 2025-01-08T17:42:29.055Z | Jan 08 17:42:27.828 INFO Download complete, target: Clickhouse |
1575 | 2025-01-08T17:42:29.193Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2025-01-08T17:42:29.196Z | |
1577 | 2025-01-08T17:42:29.196Z | real 5:31.803441350 |
1578 | 2025-01-08T17:42:29.196Z | user 16:31.541422189 |
1579 | 2025-01-08T17:42:29.196Z | sys 3:15.652823525 |
1580 | 2025-01-08T17:42:29.196Z | trap 0.545732486 |
1581 | 2025-01-08T17:42:29.196Z | tflt 5.363010312 |
1582 | 2025-01-08T17:42:29.196Z | dflt 5.199636865 |
1583 | 2025-01-08T17:42:29.196Z | kflt 0.439568382 |
1584 | 2025-01-08T17:42:29.196Z | lock 30:23.102498217 |
1585 | 2025-01-08T17:42:29.196Z | slp 1:03:28.762065355 |
1586 | 2025-01-08T17:42:29.196Z | lat 56.159367468 |
1587 | 2025-01-08T17:42:29.196Z | stop 2:16.933147223 |
1588 | 2025-01-08T17:42:29.196Z | + banner hack-check |
1589 | 2025-01-08T17:42:29.196Z | |
1590 | 2025-01-08T17:42:29.196Z | # # ## #### # # #### # # ###### #### # # |
1591 | 2025-01-08T17:42:29.196Z | # # # # # # # # # # # # # # # # # |
1592 | 2025-01-08T17:42:29.196Z | ###### # # # #### ##### # ###### ##### # #### |
1593 | 2025-01-08T17:42:29.196Z | # # ###### # # # # # # # # # # |
1594 | 2025-01-08T17:42:29.196Z | # # # # # # # # # # # # # # # # # |
1595 | 2025-01-08T17:42:29.197Z | # # # # #### # # #### # # ###### #### # # |
1596 | 2025-01-08T17:42:29.197Z | |
1597 | 2025-01-08T17:42:29.197Z | + export CARGO_INCREMENTAL=0 |
1598 | 2025-01-08T17:42:29.197Z | + CARGO_INCREMENTAL=0 |
1599 | 2025-01-08T17:42:29.197Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1600 | 2025-01-08T17:42:29.717Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2025-01-08T17:42:33.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
1602 | 2025-01-08T17:42:33.227Z | Running `target/debug/xtask check-features --ci` |
1603 | 2025-01-08T17:42:33.247Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1604 | 2025-01-08T17:42:33.247Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1605 | 2025-01-08T17:42:33.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1606 | 2025-01-08T17:42:33.707Z | Running `target/debug/xtask download cargo-hack` |
1607 | 2025-01-08T17:42:34.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2025-01-08T17:42:34.853Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2025-01-08T17:42:39.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s |
1610 | 2025-01-08T17:42:39.926Z | Running `target/debug/xtask-downloader cargo-hack` |
1611 | 2025-01-08T17:42:39.971Z | Jan 08 17:42:38.742 INFO Starting download, target: CargoHack |
1612 | 2025-01-08T17:42:39.974Z | Jan 08 17:42:38.743 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1613 | 2025-01-08T17:42:40.586Z | Jan 08 17:42:39.357 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1614 | 2025-01-08T17:42:40.675Z | Jan 08 17:42:39.446 INFO Download complete, target: CargoHack |
1615 | 2025-01-08T17:42:40.679Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1616 | 2025-01-08T17:42:40.694Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1617 | 2025-01-08T17:42:40.859Z | info: running `cargo check --bins` on api_identity (1/176) |
1618 | 2025-01-08T17:42:41.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2025-01-08T17:42:41.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2025-01-08T17:42:41.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2025-01-08T17:42:41.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1622 | 2025-01-08T17:42:41.449Z | |
1623 | 2025-01-08T17:42:41.449Z | info: running `cargo check --bins` on bootstore (2/176) |
1624 | 2025-01-08T17:42:41.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2025-01-08T17:42:42.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2025-01-08T17:42:42.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2025-01-08T17:42:42.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1628 | 2025-01-08T17:42:42.075Z | |
1629 | 2025-01-08T17:42:42.075Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1630 | 2025-01-08T17:42:42.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2025-01-08T17:42:42.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2025-01-08T17:42:42.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2025-01-08T17:42:42.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1634 | 2025-01-08T17:42:42.687Z | |
1635 | 2025-01-08T17:42:42.687Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1636 | 2025-01-08T17:42:43.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2025-01-08T17:42:43.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2025-01-08T17:42:43.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2025-01-08T17:42:43.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1640 | 2025-01-08T17:42:43.302Z | |
1641 | 2025-01-08T17:42:43.302Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1642 | 2025-01-08T17:42:43.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2025-01-08T17:42:43.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2025-01-08T17:42:43.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2025-01-08T17:42:43.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1646 | 2025-01-08T17:42:43.717Z | |
1647 | 2025-01-08T17:42:43.718Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1648 | 2025-01-08T17:42:44.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2025-01-08T17:42:44.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2025-01-08T17:42:44.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2025-01-08T17:42:44.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2025-01-08T17:42:44.139Z | |
1653 | 2025-01-08T17:42:44.139Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1654 | 2025-01-08T17:42:44.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2025-01-08T17:42:44.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2025-01-08T17:42:44.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2025-01-08T17:42:44.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1658 | 2025-01-08T17:42:44.558Z | |
1659 | 2025-01-08T17:42:44.558Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1660 | 2025-01-08T17:42:44.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2025-01-08T17:42:44.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2025-01-08T17:42:44.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2025-01-08T17:42:44.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2025-01-08T17:42:44.976Z | |
1665 | 2025-01-08T17:42:44.976Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1666 | 2025-01-08T17:42:45.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-01-08T17:42:45.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-01-08T17:42:45.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-01-08T17:42:45.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2025-01-08T17:42:45.400Z | |
1671 | 2025-01-08T17:42:45.400Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1672 | 2025-01-08T17:42:45.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-01-08T17:42:45.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-01-08T17:42:45.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-01-08T17:42:45.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2025-01-08T17:42:45.818Z | |
1677 | 2025-01-08T17:42:45.818Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1678 | 2025-01-08T17:42:46.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-01-08T17:42:46.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-01-08T17:42:46.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-01-08T17:42:46.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1682 | 2025-01-08T17:42:46.241Z | |
1683 | 2025-01-08T17:42:46.241Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1684 | 2025-01-08T17:42:46.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-01-08T17:42:46.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-01-08T17:42:46.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-01-08T17:42:46.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1688 | 2025-01-08T17:42:46.657Z | |
1689 | 2025-01-08T17:42:46.657Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1690 | 2025-01-08T17:42:47.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-01-08T17:42:47.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-01-08T17:42:47.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-01-08T17:42:47.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1694 | 2025-01-08T17:42:47.073Z | |
1695 | 2025-01-08T17:42:47.073Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1696 | 2025-01-08T17:42:47.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-01-08T17:42:47.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-01-08T17:42:47.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-01-08T17:42:47.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1700 | 2025-01-08T17:42:47.490Z | |
1701 | 2025-01-08T17:42:47.490Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1702 | 2025-01-08T17:42:47.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-01-08T17:42:47.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-01-08T17:42:47.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-01-08T17:42:47.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1706 | 2025-01-08T17:42:47.906Z | |
1707 | 2025-01-08T17:42:47.906Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1708 | 2025-01-08T17:42:48.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-01-08T17:42:48.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-01-08T17:42:48.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-01-08T17:42:48.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1712 | 2025-01-08T17:42:48.330Z | |
1713 | 2025-01-08T17:42:48.330Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1714 | 2025-01-08T17:42:48.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-01-08T17:42:48.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-01-08T17:42:48.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-01-08T17:42:48.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1718 | 2025-01-08T17:42:48.750Z | |
1719 | 2025-01-08T17:42:48.750Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1720 | 2025-01-08T17:42:49.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-01-08T17:42:49.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-01-08T17:42:49.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-01-08T17:42:49.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1724 | 2025-01-08T17:42:49.171Z | |
1725 | 2025-01-08T17:42:49.171Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1726 | 2025-01-08T17:42:49.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-01-08T17:42:49.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-01-08T17:42:49.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-01-08T17:42:49.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2025-01-08T17:42:49.590Z | |
1731 | 2025-01-08T17:42:49.590Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1732 | 2025-01-08T17:42:49.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-01-08T17:42:49.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-01-08T17:42:49.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-01-08T17:42:49.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1736 | 2025-01-08T17:42:50.007Z | |
1737 | 2025-01-08T17:42:50.007Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1738 | 2025-01-08T17:42:50.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-01-08T17:42:50.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-01-08T17:42:50.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-01-08T17:42:50.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1742 | 2025-01-08T17:42:50.423Z | |
1743 | 2025-01-08T17:42:50.423Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1744 | 2025-01-08T17:42:50.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-01-08T17:42:50.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-01-08T17:42:50.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-01-08T17:42:50.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1748 | 2025-01-08T17:42:50.846Z | |
1749 | 2025-01-08T17:42:50.846Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1750 | 2025-01-08T17:42:51.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-01-08T17:42:51.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-01-08T17:42:51.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-01-08T17:42:51.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1754 | 2025-01-08T17:42:51.269Z | |
1755 | 2025-01-08T17:42:51.269Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1756 | 2025-01-08T17:42:51.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-01-08T17:42:51.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-01-08T17:42:51.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-01-08T17:42:51.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1760 | 2025-01-08T17:42:51.691Z | |
1761 | 2025-01-08T17:42:51.691Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1762 | 2025-01-08T17:42:52.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-01-08T17:42:52.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-01-08T17:42:52.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-01-08T17:42:52.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1766 | 2025-01-08T17:42:52.335Z | |
1767 | 2025-01-08T17:42:52.335Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1768 | 2025-01-08T17:42:52.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-01-08T17:42:52.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-01-08T17:42:52.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-01-08T17:42:52.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1772 | 2025-01-08T17:42:52.959Z | |
1773 | 2025-01-08T17:42:52.960Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1774 | 2025-01-08T17:42:53.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-01-08T17:42:53.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-01-08T17:42:53.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-01-08T17:42:53.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1778 | 2025-01-08T17:42:53.691Z | |
1779 | 2025-01-08T17:42:53.691Z | info: running `cargo check --bins` on oxlog (28/176) |
1780 | 2025-01-08T17:42:54.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-01-08T17:42:54.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-01-08T17:42:54.199Z | Checking cfg-if v1.0.0 |
1783 | 2025-01-08T17:42:54.201Z | Checking libc v0.2.162 |
1784 | 2025-01-08T17:42:54.306Z | Checking serde v1.0.215 |
1785 | 2025-01-08T17:42:54.309Z | Checking zeroize v1.8.1 |
1786 | 2025-01-08T17:42:54.321Z | Checking memchr v2.7.4 |
1787 | 2025-01-08T17:42:54.323Z | Checking typenum v1.17.0 |
1788 | 2025-01-08T17:42:54.331Z | Checking scopeguard v1.2.0 |
1789 | 2025-01-08T17:42:54.356Z | Checking subtle v2.6.1 |
1790 | 2025-01-08T17:42:54.370Z | Checking value-bag v1.9.0 |
1791 | 2025-01-08T17:42:54.472Z | Checking lock_api v0.4.12 |
1792 | 2025-01-08T17:42:54.547Z | Checking smallvec v1.13.2 |
1793 | 2025-01-08T17:42:54.597Z | Checking itoa v1.0.11 |
1794 | 2025-01-08T17:42:54.788Z | Checking log v0.4.22 |
1795 | 2025-01-08T17:42:54.829Z | Checking const-oid v0.9.6 |
1796 | 2025-01-08T17:42:54.873Z | Checking pin-project-lite v0.2.14 |
1797 | 2025-01-08T17:42:54.892Z | Checking byteorder v1.5.0 |
1798 | 2025-01-08T17:42:54.999Z | Checking futures-core v0.3.31 |
1799 | 2025-01-08T17:42:55.190Z | Checking once_cell v1.20.2 |
1800 | 2025-01-08T17:42:55.206Z | Checking cpufeatures v0.2.14 |
1801 | 2025-01-08T17:42:55.289Z | Checking stable_deref_trait v1.2.0 |
1802 | 2025-01-08T17:42:55.303Z | Checking futures-sink v0.3.31 |
1803 | 2025-01-08T17:42:55.342Z | Checking spin v0.9.8 |
1804 | 2025-01-08T17:42:55.388Z | Checking zerocopy v0.7.35 |
1805 | 2025-01-08T17:42:55.440Z | Checking zerofrom v0.1.4 |
1806 | 2025-01-08T17:42:55.455Z | Checking getrandom v0.2.15 |
1807 | 2025-01-08T17:42:55.475Z | Checking signal-hook-registry v1.4.2 |
1808 | 2025-01-08T17:42:55.640Z | Checking generic-array v0.14.7 |
1809 | 2025-01-08T17:42:55.655Z | Checking parking_lot_core v0.9.10 |
1810 | 2025-01-08T17:42:55.670Z | Checking mio v1.0.2 |
1811 | 2025-01-08T17:42:55.673Z | Checking rand_core v0.6.4 |
1812 | 2025-01-08T17:42:55.720Z | Checking socket2 v0.5.7 |
1813 | 2025-01-08T17:42:55.966Z | Checking slab v0.4.9 |
1814 | 2025-01-08T17:42:56.003Z | Checking parking_lot v0.12.3 |
1815 | 2025-01-08T17:42:56.194Z | Checking yoke v0.7.4 |
1816 | 2025-01-08T17:42:56.222Z | Checking futures-channel v0.3.31 |
1817 | 2025-01-08T17:42:56.278Z | Checking futures-task v0.3.31 |
1818 | 2025-01-08T17:42:56.361Z | Checking equivalent v1.0.1 |
1819 | 2025-01-08T17:42:56.467Z | Checking allocator-api2 v0.2.18 |
1820 | 2025-01-08T17:42:56.517Z | Checking pin-utils v0.1.0 |
1821 | 2025-01-08T17:42:56.545Z | Checking futures-io v0.3.31 |
1822 | 2025-01-08T17:42:56.565Z | Checking foldhash v0.1.3 |
1823 | 2025-01-08T17:42:56.601Z | Checking zerovec v0.10.4 |
1824 | 2025-01-08T17:42:56.644Z | Checking ryu v1.0.18 |
1825 | 2025-01-08T17:42:56.705Z | Checking futures-util v0.3.31 |
1826 | 2025-01-08T17:42:56.750Z | Checking tinyvec_macros v0.1.1 |
1827 | 2025-01-08T17:42:56.813Z | Checking crypto-common v0.1.6 |
1828 | 2025-01-08T17:42:56.813Z | Checking block-buffer v0.10.4 |
1829 | 2025-01-08T17:42:56.842Z | Checking block-padding v0.3.3 |
1830 | 2025-01-08T17:42:56.859Z | Checking tinyvec v1.8.0 |
1831 | 2025-01-08T17:42:56.986Z | Checking fnv v1.0.7 |
1832 | 2025-01-08T17:42:57.035Z | Checking inout v0.1.3 |
1833 | 2025-01-08T17:42:57.051Z | Checking digest v0.10.7 |
1834 | 2025-01-08T17:42:57.086Z | Checking hashbrown v0.15.1 |
1835 | 2025-01-08T17:42:57.113Z | Checking libm v0.2.8 |
1836 | 2025-01-08T17:42:57.274Z | Checking cipher v0.4.4 |
1837 | 2025-01-08T17:42:57.429Z | Checking hmac v0.12.1 |
1838 | 2025-01-08T17:42:57.647Z | Checking sha2 v0.10.8 |
1839 | 2025-01-08T17:42:57.703Z | Checking base64ct v1.6.0 |
1840 | 2025-01-08T17:42:58.051Z | Checking unicode-bidi v0.3.17 |
1841 | 2025-01-08T17:42:58.137Z | Checking litemap v0.7.3 |
1842 | 2025-01-08T17:42:58.162Z | Checking unicode-normalization v0.1.24 |
1843 | 2025-01-08T17:42:58.201Z | Checking writeable v0.5.5 |
1844 | 2025-01-08T17:42:58.239Z | Checking pem-rfc7468 v0.7.0 |
1845 | 2025-01-08T17:42:58.259Z | Checking tinystr v0.7.6 |
1846 | 2025-01-08T17:42:58.482Z | Checking num-traits v0.2.19 |
1847 | 2025-01-08T17:42:58.511Z | Checking ppv-lite86 v0.2.20 |
1848 | 2025-01-08T17:42:58.527Z | Checking flagset v0.4.6 |
1849 | 2025-01-08T17:42:58.638Z | Checking icu_locid v1.5.0 |
1850 | 2025-01-08T17:42:58.688Z | Checking tracing-core v0.1.32 |
1851 | 2025-01-08T17:42:58.710Z | Checking der v0.7.9 |
1852 | 2025-01-08T17:42:59.057Z | Checking thiserror v1.0.69 |
1853 | 2025-01-08T17:42:59.191Z | Checking rustls-pki-types v1.10.0 |
1854 | 2025-01-08T17:42:59.288Z | Checking rand_chacha v0.3.1 |
1855 | 2025-01-08T17:42:59.303Z | Checking bytes v1.8.0 |
1856 | 2025-01-08T17:42:59.327Z | Checking indexmap v2.6.0 |
1857 | 2025-01-08T17:42:59.683Z | Checking serde_json v1.0.133 |
1858 | 2025-01-08T17:42:59.686Z | Checking icu_provider v1.5.0 |
1859 | 2025-01-08T17:42:59.740Z | Checking bitflags v2.6.0 |
1860 | 2025-01-08T17:43:00.054Z | Checking percent-encoding v2.3.1 |
1861 | 2025-01-08T17:43:00.133Z | Checking tokio v1.40.0 |
1862 | 2025-01-08T17:43:00.250Z | Checking http v1.1.0 |
1863 | 2025-01-08T17:43:00.266Z | Checking icu_locid_transform_data v1.5.0 |
1864 | 2025-01-08T17:43:00.354Z | Checking rand v0.8.5 |
1865 | 2025-01-08T17:43:00.383Z | Checking icu_locid_transform v1.5.0 |
1866 | 2025-01-08T17:43:00.573Z | Checking spki v0.7.3 |
1867 | 2025-01-08T17:43:00.647Z | Checking tracing v0.1.40 |
1868 | 2025-01-08T17:43:00.870Z | Checking icu_collections v1.5.0 |
1869 | 2025-01-08T17:43:01.002Z | Checking salsa20 v0.10.2 |
1870 | 2025-01-08T17:43:01.218Z | Checking pbkdf2 v0.12.2 |
1871 | 2025-01-08T17:43:01.307Z | Checking aws-lc-sys v0.22.0 |
1872 | 2025-01-08T17:43:01.372Z | Checking httparse v1.9.5 |
1873 | 2025-01-08T17:43:01.465Z | Checking icu_properties_data v1.5.0 |
1874 | 2025-01-08T17:43:01.503Z | Checking untrusted v0.7.1 |
1875 | 2025-01-08T17:43:01.568Z | Checking mirai-annotations v1.12.0 |
1876 | 2025-01-08T17:43:01.665Z | Checking untrusted v0.9.0 |
1877 | 2025-01-08T17:43:01.683Z | Checking powerfmt v0.2.0 |
1878 | 2025-01-08T17:43:01.701Z | Checking icu_properties v1.5.1 |
1879 | 2025-01-08T17:43:01.733Z | Checking scrypt v0.11.0 |
1880 | 2025-01-08T17:43:01.789Z | Checking cbc v0.1.2 |
1881 | 2025-01-08T17:43:01.809Z | Checking ring v0.17.8 |
1882 | 2025-01-08T17:43:01.836Z | Checking aes v0.8.4 |
1883 | 2025-01-08T17:43:01.943Z | Checking deranged v0.3.11 |
1884 | 2025-01-08T17:43:01.946Z | Checking crossbeam-utils v0.8.20 |
1885 | 2025-01-08T17:43:01.980Z | Checking utf8_iter v1.0.4 |
1886 | 2025-01-08T17:43:02.171Z | Checking icu_normalizer_data v1.5.0 |
1887 | 2025-01-08T17:43:02.270Z | Checking time-core v0.1.2 |
1888 | 2025-01-08T17:43:02.433Z | Checking utf16_iter v1.0.5 |
1889 | 2025-01-08T17:43:02.598Z | Checking num_threads v0.1.7 |
1890 | 2025-01-08T17:43:02.634Z | Checking num-conv v0.1.0 |
1891 | 2025-01-08T17:43:02.715Z | Checking atomic-waker v1.1.2 |
1892 | 2025-01-08T17:43:02.760Z | Checking write16 v1.0.0 |
1893 | 2025-01-08T17:43:02.835Z | Checking pkcs5 v0.7.1 |
1894 | 2025-01-08T17:43:02.875Z | Checking http-body v1.0.1 |
1895 | 2025-01-08T17:43:02.890Z | Checking form_urlencoded v1.2.1 |
1896 | 2025-01-08T17:43:03.068Z | Checking try-lock v0.2.5 |
1897 | 2025-01-08T17:43:03.084Z | Checking uuid v1.11.0 |
1898 | 2025-01-08T17:43:03.206Z | Checking want v0.3.1 |
1899 | 2025-01-08T17:43:03.357Z | Checking pkcs8 v0.10.2 |
1900 | 2025-01-08T17:43:03.391Z | Checking httpdate v1.0.3 |
1901 | 2025-01-08T17:43:03.615Z | Checking unicode-ident v1.0.13 |
1902 | 2025-01-08T17:43:03.662Z | Checking time v0.3.36 |
1903 | 2025-01-08T17:43:03.679Z | Checking serde_spanned v0.6.8 |
1904 | 2025-01-08T17:43:03.679Z | Checking toml_datetime v0.6.8 |
1905 | 2025-01-08T17:43:03.703Z | Checking slog v2.7.0 |
1906 | 2025-01-08T17:43:03.775Z | Checking proc-macro2 v1.0.89 |
1907 | 2025-01-08T17:43:03.853Z | Checking scroll v0.12.0 |
1908 | 2025-01-08T17:43:03.892Z | Checking aws-lc-rs v1.10.0 |
1909 | 2025-01-08T17:43:03.961Z | Checking foreign-types-shared v0.1.1 |
1910 | 2025-01-08T17:43:04.065Z | Checking adler2 v2.0.0 |
1911 | 2025-01-08T17:43:04.175Z | Checking match_cfg v0.1.0 |
1912 | 2025-01-08T17:43:04.211Z | Checking iana-time-zone v0.1.61 |
1913 | 2025-01-08T17:43:04.267Z | Checking tower-service v0.3.3 |
1914 | 2025-01-08T17:43:04.338Z | Checking plain v0.2.3 |
1915 | 2025-01-08T17:43:04.368Z | Checking base64 v0.22.1 |
1916 | 2025-01-08T17:43:04.385Z | Checking ucd-trie v0.1.7 |
1917 | 2025-01-08T17:43:04.430Z | Checking quote v1.0.37 |
1918 | 2025-01-08T17:43:04.485Z | Checking goblin v0.8.2 |
1919 | 2025-01-08T17:43:04.580Z | Checking pest v2.7.14 |
1920 | 2025-01-08T17:43:04.780Z | Checking chrono v0.4.38 |
1921 | 2025-01-08T17:43:04.813Z | Checking hostname v0.3.1 |
1922 | 2025-01-08T17:43:04.947Z | Checking miniz_oxide v0.8.0 |
1923 | 2025-01-08T17:43:05.019Z | Checking icu_normalizer v1.5.0 |
1924 | 2025-01-08T17:43:05.726Z | Checking foreign-types v0.3.2 |
1925 | 2025-01-08T17:43:05.748Z | Checking rustls-webpki v0.102.8 |
1926 | 2025-01-08T17:43:05.812Z | Checking openssl-sys v0.9.103 |
1927 | 2025-01-08T17:43:05.852Z | Checking idna_adapter v1.2.0 |
1928 | 2025-01-08T17:43:06.033Z | Checking idna v1.0.3 |
1929 | 2025-01-08T17:43:06.144Z | Checking errno v0.3.9 |
1930 | 2025-01-08T17:43:06.319Z | Checking dirs-sys-next v0.1.2 |
1931 | 2025-01-08T17:43:06.507Z | Checking aho-corasick v1.1.3 |
1932 | 2025-01-08T17:43:06.525Z | Checking url v2.5.3 |
1933 | 2025-01-08T17:43:06.553Z | Checking siphasher v0.3.11 |
1934 | 2025-01-08T17:43:06.868Z | Checking pretty-hex v0.4.1 |
1935 | 2025-01-08T17:43:06.885Z | Checking regex-syntax v0.8.5 |
1936 | 2025-01-08T17:43:07.040Z | Compiling newtype-uuid v1.1.3 |
1937 | 2025-01-08T17:43:07.069Z | Checking data-encoding v2.6.0 |
1938 | 2025-01-08T17:43:07.092Z | Checking openssl v0.10.66 |
1939 | 2025-01-08T17:43:07.320Z | Checking dtrace-parser v0.2.0 |
1940 | 2025-01-08T17:43:07.355Z | Checking dirs-next v2.0.0 |
1941 | 2025-01-08T17:43:07.455Z | Checking tokio-util v0.7.12 |
1942 | 2025-01-08T17:43:07.483Z | Checking rustix v0.38.37 |
1943 | 2025-01-08T17:43:07.676Z | Checking syn v2.0.87 |
1944 | 2025-01-08T17:43:07.806Z | Checking http-body-util v0.1.2 |
1945 | 2025-01-08T17:43:08.160Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2025-01-08T17:43:08.263Z | Checking sha1 v0.10.6 |
1947 | 2025-01-08T17:43:08.402Z | Checking h2 v0.4.6 |
1948 | 2025-01-08T17:43:08.524Z | Checking signature v2.2.0 |
1949 | 2025-01-08T17:43:08.569Z | Checking lazy_static v1.5.0 |
1950 | 2025-01-08T17:43:08.692Z | Checking thread_local v1.1.8 |
1951 | 2025-01-08T17:43:08.719Z | Checking thread-id v4.2.2 |
1952 | 2025-01-08T17:43:08.831Z | Checking encoding_rs v0.8.34 |
1953 | 2025-01-08T17:43:08.954Z | Checking winnow v0.6.20 |
1954 | 2025-01-08T17:43:09.419Z | Checking dof v0.3.0 |
1955 | 2025-01-08T17:43:10.024Z | Checking ipnet v2.10.1 |
1956 | 2025-01-08T17:43:10.147Z | Checking regex-automata v0.4.8 |
1957 | 2025-01-08T17:43:10.492Z | Checking either v1.13.0 |
1958 | 2025-01-08T17:43:10.891Z | Checking utf8parse v0.2.2 |
1959 | 2025-01-08T17:43:11.041Z | Checking gimli v0.31.1 |
1960 | 2025-01-08T17:43:11.059Z | Checking unicode-properties v0.1.3 |
1961 | 2025-01-08T17:43:11.166Z | Checking anstyle v1.0.10 |
1962 | 2025-01-08T17:43:11.422Z | Checking mime v0.3.17 |
1963 | 2025-01-08T17:43:11.531Z | Checking openssl-probe v0.1.5 |
1964 | 2025-01-08T17:43:11.682Z | Checking stringprep v0.1.5 |
1965 | 2025-01-08T17:43:11.745Z | Checking anstyle-parse v0.2.5 |
1966 | 2025-01-08T17:43:11.962Z | Checking crossbeam-deque v0.8.5 |
1967 | 2025-01-08T17:43:12.009Z | Checking toml_edit v0.22.22 |
1968 | 2025-01-08T17:43:12.012Z | Checking term v0.7.0 |
1969 | 2025-01-08T17:43:12.259Z | Checking rustls v0.23.19 |
1970 | 2025-01-08T17:43:12.434Z | Checking rustls v0.22.4 |
1971 | 2025-01-08T17:43:12.650Z | Checking native-tls v0.2.12 |
1972 | 2025-01-08T17:43:12.964Z | Checking slog-json v2.6.1 |
1973 | 2025-01-08T17:43:13.213Z | Checking serde_urlencoded v0.7.1 |
1974 | 2025-01-08T17:43:13.647Z | Checking crossbeam-channel v0.5.13 |
1975 | 2025-01-08T17:43:13.972Z | Checking usdt-impl v0.5.0 |
1976 | 2025-01-08T17:43:14.374Z | Checking futures-executor v0.3.31 |
1977 | 2025-01-08T17:43:14.525Z | Checking num-integer v0.1.46 |
1978 | 2025-01-08T17:43:14.601Z | Checking rustls-pemfile v2.2.0 |
1979 | 2025-01-08T17:43:14.604Z | Checking idna v0.4.0 |
1980 | 2025-01-08T17:43:14.660Z | Checking hyper v1.5.0 |
1981 | 2025-01-08T17:43:14.813Z | Checking idna v0.3.0 |
1982 | 2025-01-08T17:43:14.837Z | Checking md-5 v0.10.6 |
1983 | 2025-01-08T17:43:15.000Z | Checking ff v0.13.0 |
1984 | 2025-01-08T17:43:15.052Z | Checking is-terminal v0.4.13 |
1985 | 2025-01-08T17:43:15.170Z | Checking memmap v0.7.0 |
1986 | 2025-01-08T17:43:15.172Z | Checking addr2line v0.24.2 |
1987 | 2025-01-08T17:43:15.217Z | Checking hash32 v0.2.1 |
1988 | 2025-01-08T17:43:15.373Z | Checking object v0.36.5 |
1989 | 2025-01-08T17:43:15.443Z | Checking fallible-iterator v0.2.0 |
1990 | 2025-01-08T17:43:15.517Z | Checking is_terminal_polyfill v1.70.1 |
1991 | 2025-01-08T17:43:15.633Z | Checking take_mut v0.2.2 |
1992 | 2025-01-08T17:43:15.686Z | Checking anstyle-query v1.1.1 |
1993 | 2025-01-08T17:43:15.710Z | Checking dyn-clone v1.0.17 |
1994 | 2025-01-08T17:43:15.773Z | Checking quick-error v1.2.3 |
1995 | 2025-01-08T17:43:15.805Z | Checking colorchoice v1.0.2 |
1996 | 2025-01-08T17:43:15.851Z | Checking base16ct v0.2.0 |
1997 | 2025-01-08T17:43:15.912Z | Checking linked-hash-map v0.5.6 |
1998 | 2025-01-08T17:43:15.932Z | Checking rustc-demangle v0.1.24 |
1999 | 2025-01-08T17:43:16.032Z | Checking psl-types v2.0.11 |
2000 | 2025-01-08T17:43:16.046Z | Checking utf-8 v0.7.6 |
2001 | 2025-01-08T17:43:16.121Z | Checking tokio-rustls v0.25.0 |
2002 | 2025-01-08T17:43:16.205Z | Checking lru-cache v0.1.2 |
2003 | 2025-01-08T17:43:16.208Z | Checking publicsuffix v2.2.3 |
2004 | 2025-01-08T17:43:16.244Z | Checking tungstenite v0.24.0 |
2005 | 2025-01-08T17:43:16.325Z | Checking sec1 v0.7.3 |
2006 | 2025-01-08T17:43:16.378Z | Checking postgres-protocol v0.6.7 |
2007 | 2025-01-08T17:43:16.449Z | Checking anstream v0.6.15 |
2008 | 2025-01-08T17:43:16.485Z | Checking resolv-conf v0.7.0 |
2009 | 2025-01-08T17:43:16.692Z | Checking schemars v0.8.21 |
2010 | 2025-01-08T17:43:16.784Z | Checking hyper-util v0.1.10 |
2011 | 2025-01-08T17:43:16.800Z | Checking slog-async v2.8.0 |
2012 | 2025-01-08T17:43:16.833Z | Checking heapless v0.7.17 |
2013 | 2025-01-08T17:43:17.050Z | Checking hickory-proto v0.24.1 |
2014 | 2025-01-08T17:43:17.083Z | Checking usdt v0.5.0 |
2015 | 2025-01-08T17:43:17.141Z | Checking group v0.13.0 |
2016 | 2025-01-08T17:43:17.331Z | Checking slog-term v2.9.1 |
2017 | 2025-01-08T17:43:17.402Z | Checking num-iter v0.1.45 |
2018 | 2025-01-08T17:43:17.575Z | Checking toml v0.8.19 |
2019 | 2025-01-08T17:43:17.831Z | Checking futures v0.3.31 |
2020 | 2025-01-08T17:43:17.833Z | Checking tokio-rustls v0.26.0 |
2021 | 2025-01-08T17:43:17.860Z | Checking slog-bunyan v2.5.0 |
2022 | 2025-01-08T17:43:17.943Z | Checking tokio-native-tls v0.3.1 |
2023 | 2025-01-08T17:43:18.024Z | Checking rayon-core v1.12.1 |
2024 | 2025-01-08T17:43:18.215Z | Checking multer v3.1.0 |
2025 | 2025-01-08T17:43:18.246Z | Checking terminal_size v0.4.0 |
2026 | 2025-01-08T17:43:18.329Z | Checking phf_shared v0.11.2 |
2027 | 2025-01-08T17:43:18.421Z | Checking cookie v0.18.1 |
2028 | 2025-01-08T17:43:18.518Z | Checking async-stream v0.3.6 |
2029 | 2025-01-08T17:43:18.613Z | Checking bzip2-sys v0.1.11+1.0.8 |
2030 | 2025-01-08T17:43:18.628Z | Checking camino v1.1.9 |
2031 | 2025-01-08T17:43:18.678Z | Checking signal-hook v0.3.17 |
2032 | 2025-01-08T17:43:18.700Z | Checking waitgroup v0.1.2 |
2033 | 2025-01-08T17:43:18.735Z | Checking openapiv3 v2.0.0 |
2034 | 2025-01-08T17:43:18.754Z | Checking webpki-roots v0.26.6 |
2035 | 2025-01-08T17:43:18.825Z | Checking serde_path_to_error v0.1.16 |
2036 | 2025-01-08T17:43:18.866Z | Checking idna v0.5.0 |
2037 | 2025-01-08T17:43:18.965Z | Checking hkdf v0.12.4 |
2038 | 2025-01-08T17:43:19.002Z | Checking crypto-bigint v0.5.5 |
2039 | 2025-01-08T17:43:19.177Z | Checking hostname v0.4.0 |
2040 | 2025-01-08T17:43:19.180Z | Checking crc32fast v1.4.2 |
2041 | 2025-01-08T17:43:19.304Z | Checking clap_lex v0.7.2 |
2042 | 2025-01-08T17:43:19.403Z | Checking unicode-width v0.1.14 |
2043 | 2025-01-08T17:43:19.433Z | Checking debug-ignore v1.0.5 |
2044 | 2025-01-08T17:43:19.540Z | Checking strsim v0.11.1 |
2045 | 2025-01-08T17:43:19.568Z | Checking winnow v0.5.40 |
2046 | 2025-01-08T17:43:19.734Z | Checking managed v0.8.0 |
2047 | 2025-01-08T17:43:19.826Z | Checking bitflags v1.3.2 |
2048 | 2025-01-08T17:43:19.874Z | Checking console v0.15.8 |
2049 | 2025-01-08T17:43:19.924Z | Checking clap_builder v4.5.21 |
2050 | 2025-01-08T17:43:20.112Z | Checking smoltcp v0.9.1 |
2051 | 2025-01-08T17:43:20.489Z | Checking cookie_store v0.21.0 |
2052 | 2025-01-08T17:43:21.173Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2053 | 2025-01-08T17:43:21.430Z | Checking flate2 v1.0.34 |
2054 | 2025-01-08T17:43:21.563Z | Checking signal-hook-mio v0.2.4 |
2055 | 2025-01-08T17:43:21.707Z | Checking hyper-rustls v0.27.3 |
2056 | 2025-01-08T17:43:21.784Z | Checking hickory-resolver v0.24.1 |
2057 | 2025-01-08T17:43:21.865Z | Checking backtrace v0.3.74 |
2058 | 2025-01-08T17:43:21.922Z | Checking elliptic-curve v0.13.8 |
2059 | 2025-01-08T17:43:22.049Z | Checking hyper-tls v0.6.0 |
2060 | 2025-01-08T17:43:22.067Z | Checking bzip2 v0.4.4 |
2061 | 2025-01-08T17:43:22.243Z | Checking dropshot v0.12.0 |
2062 | 2025-01-08T17:43:22.334Z | Checking rayon v1.10.0 |
2063 | 2025-01-08T17:43:22.358Z | Checking phf v0.11.2 |
2064 | 2025-01-08T17:43:22.418Z | Checking anyhow v1.0.93 |
2065 | 2025-01-08T17:43:22.548Z | Checking num-bigint-dig v0.8.4 |
2066 | 2025-01-08T17:43:22.609Z | Checking tokio-tungstenite v0.24.0 |
2067 | 2025-01-08T17:43:22.664Z | Checking toml_edit v0.19.15 |
2068 | 2025-01-08T17:43:22.782Z | Checking postgres-types v0.2.8 |
2069 | 2025-01-08T17:43:22.997Z | Checking bstr v1.10.0 |
2070 | 2025-01-08T17:43:23.050Z | Checking regex v1.11.1 |
2071 | 2025-01-08T17:43:23.354Z | Checking ed25519 v2.2.3 |
2072 | 2025-01-08T17:43:23.477Z | Checking tokio-stream v0.1.16 |
2073 | 2025-01-08T17:43:23.649Z | Checking phf_shared v0.10.0 |
2074 | 2025-01-08T17:43:23.697Z | Checking zerocopy v0.6.6 |
2075 | 2025-01-08T17:43:23.935Z | Checking curve25519-dalek v4.1.3 |
2076 | 2025-01-08T17:43:23.951Z | Checking hubpack v0.1.2 |
2077 | 2025-01-08T17:43:24.274Z | Checking portable-atomic v1.9.0 |
2078 | 2025-01-08T17:43:24.347Z | Checking pkcs1 v0.7.5 |
2079 | 2025-01-08T17:43:24.465Z | Checking float-cmp v0.9.0 |
2080 | 2025-01-08T17:43:24.651Z | Checking serde-big-array v0.5.1 |
2081 | 2025-01-08T17:43:24.664Z | Checking rfc6979 v0.4.0 |
2082 | 2025-01-08T17:43:24.748Z | Checking sync_wrapper v1.0.1 |
2083 | 2025-01-08T17:43:24.838Z | Checking number_prefix v0.4.0 |
2084 | 2025-01-08T17:43:24.870Z | Checking unicode-segmentation v1.12.0 |
2085 | 2025-01-08T17:43:24.894Z | Checking new_debug_unreachable v1.0.6 |
2086 | 2025-01-08T17:43:25.002Z | Checking static_assertions v1.1.0 |
2087 | 2025-01-08T17:43:25.049Z | Checking precomputed-hash v0.1.1 |
2088 | 2025-01-08T17:43:25.105Z | Checking difflib v0.4.0 |
2089 | 2025-01-08T17:43:25.164Z | Checking fixedbitset v0.4.2 |
2090 | 2025-01-08T17:43:25.180Z | Checking minimal-lexical v0.2.1 |
2091 | 2025-01-08T17:43:25.336Z | Checking whoami v1.5.2 |
2092 | 2025-01-08T17:43:25.424Z | Checking unicode-width v0.2.0 |
2093 | 2025-01-08T17:43:25.438Z | Checking normalize-line-endings v0.3.0 |
2094 | 2025-01-08T17:43:25.558Z | Checking predicates-core v1.0.8 |
2095 | 2025-01-08T17:43:25.573Z | Checking bit-vec v0.6.3 |
2096 | 2025-01-08T17:43:25.587Z | Checking nom v7.1.3 |
2097 | 2025-01-08T17:43:25.619Z | Checking tokio-postgres v0.7.12 |
2098 | 2025-01-08T17:43:25.730Z | Checking predicates v3.1.2 |
2099 | 2025-01-08T17:43:25.789Z | Checking ed25519-dalek v2.1.1 |
2100 | 2025-01-08T17:43:25.808Z | Checking qorb v0.2.1 |
2101 | 2025-01-08T17:43:25.884Z | Checking similar v2.6.0 |
2102 | 2025-01-08T17:43:25.886Z | Checking bit-set v0.5.3 |
2103 | 2025-01-08T17:43:26.150Z | Checking petgraph v0.6.5 |
2104 | 2025-01-08T17:43:26.185Z | Checking toml v0.7.8 |
2105 | 2025-01-08T17:43:26.203Z | Checking indicatif v0.17.9 |
2106 | 2025-01-08T17:43:26.357Z | Checking string_cache v0.8.7 |
2107 | 2025-01-08T17:43:26.644Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2108 | 2025-01-08T17:43:26.750Z | Checking reqwest v0.12.9 |
2109 | 2025-01-08T17:43:26.910Z | Checking ecdsa v0.16.9 |
2110 | 2025-01-08T17:43:26.951Z | Checking rsa v0.9.6 |
2111 | 2025-01-08T17:43:27.635Z | Checking clap v4.5.21 |
2112 | 2025-01-08T17:43:27.758Z | Checking zip v0.6.6 |
2113 | 2025-01-08T17:43:27.996Z | Checking crossterm v0.28.1 |
2114 | 2025-01-08T17:43:28.337Z | Checking itertools v0.10.5 |
2115 | 2025-01-08T17:43:28.424Z | Checking itertools v0.12.1 |
2116 | 2025-01-08T17:43:28.476Z | Checking fs-err v2.11.0 |
2117 | 2025-01-08T17:43:28.628Z | Checking ahash v0.8.11 |
2118 | 2025-01-08T17:43:28.847Z | Checking x509-cert v0.2.5 |
2119 | 2025-01-08T17:43:29.028Z | Checking semver v1.0.23 |
2120 | 2025-01-08T17:43:29.208Z | Checking hex v0.4.3 |
2121 | 2025-01-08T17:43:29.448Z | Checking peg-runtime v0.8.3 |
2122 | 2025-01-08T17:43:29.675Z | Checking lalrpop-util v0.19.12 |
2123 | 2025-01-08T17:43:29.698Z | Checking sigpipe v0.1.3 |
2124 | 2025-01-08T17:43:31.445Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2125 | 2025-01-08T17:43:31.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.15s |
2126 | 2025-01-08T17:43:31.905Z | |
2127 | 2025-01-08T17:43:31.905Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2128 | 2025-01-08T17:43:32.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2025-01-08T17:43:32.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2025-01-08T17:43:32.555Z | Compiling hashbrown v0.14.5 |
2131 | 2025-01-08T17:43:32.672Z | Checking heck v0.5.0 |
2132 | 2025-01-08T17:43:32.682Z | Compiling unsafe-libyaml v0.2.11 |
2133 | 2025-01-08T17:43:32.695Z | Checking ipnetwork v0.20.0 |
2134 | 2025-01-08T17:43:32.698Z | Compiling ident_case v1.0.1 |
2135 | 2025-01-08T17:43:32.721Z | Checking progenitor-client v0.8.0 |
2136 | 2025-01-08T17:43:32.735Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2137 | 2025-01-08T17:43:32.825Z | Checking newtype-uuid v1.1.3 |
2138 | 2025-01-08T17:43:32.873Z | Compiling darling_core v0.20.10 |
2139 | 2025-01-08T17:43:33.039Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2140 | 2025-01-08T17:43:33.068Z | Compiling proc-macro-crate v1.3.1 |
2141 | 2025-01-08T17:43:33.071Z | Compiling structmeta-derive v0.3.0 |
2142 | 2025-01-08T17:43:33.084Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2143 | 2025-01-08T17:43:33.389Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2144 | 2025-01-08T17:43:33.407Z | Compiling lzma-sys v0.1.20 |
2145 | 2025-01-08T17:43:33.787Z | Checking regress v0.10.1 |
2146 | 2025-01-08T17:43:34.173Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2025-01-08T17:43:34.233Z | Compiling num_enum_derive v0.5.11 |
2148 | 2025-01-08T17:43:34.609Z | Compiling foreign-types-macros v0.2.3 |
2149 | 2025-01-08T17:43:34.624Z | Compiling dropshot v0.13.0 |
2150 | 2025-01-08T17:43:34.900Z | Checking arc-swap v1.7.1 |
2151 | 2025-01-08T17:43:35.371Z | Checking foreign-types-shared v0.3.1 |
2152 | 2025-01-08T17:43:35.480Z | Checking slog-scope v4.4.0 |
2153 | 2025-01-08T17:43:35.750Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2154 | 2025-01-08T17:43:35.919Z | Checking foreign-types v0.5.0 |
2155 | 2025-01-08T17:43:36.182Z | Compiling structmeta v0.3.0 |
2156 | 2025-01-08T17:43:36.213Z | Compiling proc-macro-error v1.0.4 |
2157 | 2025-01-08T17:43:36.513Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2158 | 2025-01-08T17:43:36.624Z | Checking tungstenite v0.21.0 |
2159 | 2025-01-08T17:43:36.640Z | Compiling parse-display-derive v0.10.0 |
2160 | 2025-01-08T17:43:36.871Z | Checking num_enum v0.5.11 |
2161 | 2025-01-08T17:43:36.932Z | Compiling heck v0.3.3 |
2162 | 2025-01-08T17:43:37.025Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2163 | 2025-01-08T17:43:37.301Z | Checking typify-impl v0.2.0 |
2164 | 2025-01-08T17:43:37.376Z | Compiling dropshot_endpoint v0.13.0 |
2165 | 2025-01-08T17:43:37.870Z | Checking cstr-argument v0.1.2 |
2166 | 2025-01-08T17:43:38.055Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2025-01-08T17:43:38.556Z | Checking instant v0.1.13 |
2168 | 2025-01-08T17:43:38.672Z | Checking base64 v0.21.7 |
2169 | 2025-01-08T17:43:38.835Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2170 | 2025-01-08T17:43:38.910Z | Checking fastrand v2.1.1 |
2171 | 2025-01-08T17:43:39.104Z | Checking pretty-hex v0.2.1 |
2172 | 2025-01-08T17:43:39.238Z | Checking tempfile v3.13.0 |
2173 | 2025-01-08T17:43:39.259Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2025-01-08T17:43:39.274Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2175 | 2025-01-08T17:43:39.402Z | Checking backoff v0.4.0 |
2176 | 2025-01-08T17:43:39.554Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2177 | 2025-01-08T17:43:39.613Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2178 | 2025-01-08T17:43:39.711Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2025-01-08T17:43:39.750Z | Compiling zone_cfg_derive v0.1.2 |
2180 | 2025-01-08T17:43:39.765Z | Checking strum v0.26.3 |
2181 | 2025-01-08T17:43:39.865Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2182 | 2025-01-08T17:43:39.906Z | Compiling darling_macro v0.20.10 |
2183 | 2025-01-08T17:43:39.922Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2184 | 2025-01-08T17:43:40.312Z | Checking slog-stdlog v4.1.1 |
2185 | 2025-01-08T17:43:40.441Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2186 | 2025-01-08T17:43:40.485Z | Checking regress v0.9.1 |
2187 | 2025-01-08T17:43:40.599Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2025-01-08T17:43:40.615Z | Checking colored v2.1.0 |
2189 | 2025-01-08T17:43:40.886Z | Checking macaddr v1.0.1 |
2190 | 2025-01-08T17:43:40.886Z | Compiling darling v0.20.10 |
2191 | 2025-01-08T17:43:40.916Z | Checking base64 v0.13.1 |
2192 | 2025-01-08T17:43:41.012Z | Compiling serde_with_macros v3.11.0 |
2193 | 2025-01-08T17:43:41.279Z | Checking parse-display v0.10.0 |
2194 | 2025-01-08T17:43:41.294Z | Checking ron v0.7.1 |
2195 | 2025-01-08T17:43:41.322Z | Checking zone v0.1.8 |
2196 | 2025-01-08T17:43:41.503Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2197 | 2025-01-08T17:43:41.955Z | Checking slog-envlogger v2.2.0 |
2198 | 2025-01-08T17:43:42.006Z | Checking xz2 v0.1.7 |
2199 | 2025-01-08T17:43:42.177Z | Checking tabwriter v1.4.0 |
2200 | 2025-01-08T17:43:42.307Z | Checking xattr v1.3.1 |
2201 | 2025-01-08T17:43:42.410Z | Checking pem v3.0.4 |
2202 | 2025-01-08T17:43:42.478Z | Checking yasna v0.5.2 |
2203 | 2025-01-08T17:43:42.494Z | Checking headers-core v0.3.0 |
2204 | 2025-01-08T17:43:42.634Z | Checking smf v0.2.3 |
2205 | 2025-01-08T17:43:42.686Z | Checking filetime v0.2.25 |
2206 | 2025-01-08T17:43:42.906Z | Checking same-file v1.0.6 |
2207 | 2025-01-08T17:43:43.067Z | Checking walkdir v2.5.0 |
2208 | 2025-01-08T17:43:43.083Z | Checking tar v0.4.42 |
2209 | 2025-01-08T17:43:43.086Z | Checking headers v0.4.0 |
2210 | 2025-01-08T17:43:43.338Z | Checking atomicwrites v0.4.4 |
2211 | 2025-01-08T17:43:43.369Z | Checking rcgen v0.12.1 |
2212 | 2025-01-08T17:43:43.541Z | Checking camino-tempfile v1.1.1 |
2213 | 2025-01-08T17:43:43.828Z | Checking subprocess v0.2.9 |
2214 | 2025-01-08T17:43:43.885Z | Checking serde_with v3.11.0 |
2215 | 2025-01-08T17:43:47.920Z | Compiling typify-macro v0.2.0 |
2216 | 2025-01-08T17:43:49.749Z | Compiling typify v0.2.0 |
2217 | 2025-01-08T17:43:49.815Z | Compiling progenitor-impl v0.8.0 |
2218 | 2025-01-08T17:43:52.946Z | Compiling progenitor-macro v0.8.0 |
2219 | 2025-01-08T17:43:57.685Z | Checking progenitor v0.8.0 |
2220 | 2025-01-08T17:43:57.834Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2221 | 2025-01-08T17:43:57.837Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2025-01-08T17:44:00.472Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2223 | 2025-01-08T17:44:00.784Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2224 | 2025-01-08T17:44:07.103Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2225 | 2025-01-08T17:44:08.651Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2025-01-08T17:44:09.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s |
2227 | 2025-01-08T17:44:10.062Z | |
2228 | 2025-01-08T17:44:10.062Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2229 | 2025-01-08T17:44:10.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2025-01-08T17:44:10.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2025-01-08T17:44:10.698Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2232 | 2025-01-08T17:44:12.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
2233 | 2025-01-08T17:44:12.254Z | |
2234 | 2025-01-08T17:44:12.254Z | info: running `cargo check --bins` on nexus-config (31/176) |
2235 | 2025-01-08T17:44:12.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2025-01-08T17:44:12.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2025-01-08T17:44:12.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2025-01-08T17:44:12.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2239 | 2025-01-08T17:44:12.869Z | |
2240 | 2025-01-08T17:44:12.869Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2241 | 2025-01-08T17:44:13.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2025-01-08T17:44:13.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2025-01-08T17:44:13.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2025-01-08T17:44:13.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2245 | 2025-01-08T17:44:13.470Z | |
2246 | 2025-01-08T17:44:13.470Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2247 | 2025-01-08T17:44:14.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2025-01-08T17:44:14.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2025-01-08T17:44:14.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2025-01-08T17:44:14.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2251 | 2025-01-08T17:44:14.086Z | |
2252 | 2025-01-08T17:44:14.086Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2253 | 2025-01-08T17:44:14.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2025-01-08T17:44:14.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2025-01-08T17:44:14.759Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2256 | 2025-01-08T17:44:14.867Z | Compiling ipnetwork v0.20.0 |
2257 | 2025-01-08T17:44:14.870Z | Compiling zerocopy v0.8.10 |
2258 | 2025-01-08T17:44:14.870Z | Compiling progenitor-client v0.8.0 |
2259 | 2025-01-08T17:44:14.870Z | Compiling itertools v0.13.0 |
2260 | 2025-01-08T17:44:14.870Z | Compiling zerocopy-derive v0.8.10 |
2261 | 2025-01-08T17:44:14.870Z | Compiling heapless v0.8.0 |
2262 | 2025-01-08T17:44:14.878Z | Checking hash32 v0.3.1 |
2263 | 2025-01-08T17:44:15.008Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2264 | 2025-01-08T17:44:15.162Z | Compiling instant v0.1.13 |
2265 | 2025-01-08T17:44:15.312Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2266 | 2025-01-08T17:44:15.346Z | Compiling progenitor v0.8.0 |
2267 | 2025-01-08T17:44:15.598Z | Compiling smoltcp v0.11.0 |
2268 | 2025-01-08T17:44:15.741Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2269 | 2025-01-08T17:44:15.769Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2270 | 2025-01-08T17:44:15.783Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2271 | 2025-01-08T17:44:16.089Z | Compiling backoff v0.4.0 |
2272 | 2025-01-08T17:44:16.310Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2273 | 2025-01-08T17:44:16.442Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2274 | 2025-01-08T17:44:16.481Z | Compiling dropshot v0.13.0 |
2275 | 2025-01-08T17:44:16.714Z | Compiling serde_with v3.11.0 |
2276 | 2025-01-08T17:44:16.749Z | Compiling parse-display v0.10.0 |
2277 | 2025-01-08T17:44:16.910Z | Checking num-rational v0.4.2 |
2278 | 2025-01-08T17:44:17.501Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2279 | 2025-01-08T17:44:17.661Z | Compiling regress v0.9.1 |
2280 | 2025-01-08T17:44:18.082Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2281 | 2025-01-08T17:44:19.455Z | Compiling phf_generator v0.11.2 |
2282 | 2025-01-08T17:44:19.650Z | Checking num-complex v0.4.6 |
2283 | 2025-01-08T17:44:20.918Z | Compiling macaddr v1.0.1 |
2284 | 2025-01-08T17:44:21.113Z | Checking cobs v0.2.3 |
2285 | 2025-01-08T17:44:21.322Z | Checking postcard v1.0.10 |
2286 | 2025-01-08T17:44:21.352Z | Checking num v0.4.3 |
2287 | 2025-01-08T17:44:21.803Z | Compiling phf_codegen v0.11.2 |
2288 | 2025-01-08T17:44:22.029Z | Compiling parse-zoneinfo v0.3.1 |
2289 | 2025-01-08T17:44:22.879Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2290 | 2025-01-08T17:44:23.173Z | Compiling convert_case v0.4.0 |
2291 | 2025-01-08T17:44:24.027Z | Checking float-ord v0.3.2 |
2292 | 2025-01-08T17:44:24.117Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2293 | 2025-01-08T17:44:24.193Z | Compiling derive_more v0.99.18 |
2294 | 2025-01-08T17:44:24.326Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2025-01-08T17:44:24.355Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2296 | 2025-01-08T17:44:24.926Z | Compiling thiserror v2.0.3 |
2297 | 2025-01-08T17:44:25.270Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2298 | 2025-01-08T17:44:25.401Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2299 | 2025-01-08T17:44:25.552Z | Compiling crucible-workspace-hack v0.1.0 |
2300 | 2025-01-08T17:44:25.808Z | Compiling chrono-tz v0.10.0 |
2301 | 2025-01-08T17:44:25.878Z | Checking newline-converter v0.3.0 |
2302 | 2025-01-08T17:44:26.027Z | Checking prettyplease v0.2.25 |
2303 | 2025-01-08T17:44:26.197Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2304 | 2025-01-08T17:44:26.262Z | Compiling thiserror-impl v2.0.3 |
2305 | 2025-01-08T17:44:26.465Z | Compiling slog-dtrace v0.3.0 |
2306 | 2025-01-08T17:44:26.758Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2307 | 2025-01-08T17:44:26.868Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2308 | 2025-01-08T17:44:28.213Z | Checking expectorate v1.1.0 |
2309 | 2025-01-08T17:44:28.377Z | Compiling zone_cfg_derive v0.3.0 |
2310 | 2025-01-08T17:44:28.455Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2311 | 2025-01-08T17:44:28.752Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2312 | 2025-01-08T17:44:29.111Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2313 | 2025-01-08T17:44:29.480Z | Compiling const_format_proc_macros v0.2.33 |
2314 | 2025-01-08T17:44:29.899Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2315 | 2025-01-08T17:44:29.916Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2316 | 2025-01-08T17:44:29.918Z | Compiling num-derive v0.4.2 |
2317 | 2025-01-08T17:44:30.111Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2318 | 2025-01-08T17:44:30.385Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2319 | 2025-01-08T17:44:30.401Z | Checking highway v1.2.0 |
2320 | 2025-01-08T17:44:30.813Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2321 | 2025-01-08T17:44:31.239Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2322 | 2025-01-08T17:44:31.459Z | Checking zone v0.3.0 |
2323 | 2025-01-08T17:44:31.474Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2324 | 2025-01-08T17:44:31.593Z | Checking const_format v0.2.33 |
2325 | 2025-01-08T17:44:31.707Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2025-01-08T17:44:32.074Z | Checking gethostname v0.5.0 |
2327 | 2025-01-08T17:44:32.153Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2328 | 2025-01-08T17:44:32.197Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2329 | 2025-01-08T17:44:32.213Z | Checking bcs v0.1.6 |
2330 | 2025-01-08T17:44:32.260Z | Compiling async-recursion v1.1.1 |
2331 | 2025-01-08T17:44:32.322Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2332 | 2025-01-08T17:44:34.434Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2333 | 2025-01-08T17:44:38.738Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2334 | 2025-01-08T17:44:42.133Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2335 | 2025-01-08T17:44:44.690Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2336 | 2025-01-08T17:44:45.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.84s |
2337 | 2025-01-08T17:44:46.120Z | |
2338 | 2025-01-08T17:44:46.120Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2339 | 2025-01-08T17:44:46.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2025-01-08T17:44:46.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2025-01-08T17:44:46.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2025-01-08T17:44:46.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2343 | 2025-01-08T17:44:46.743Z | |
2344 | 2025-01-08T17:44:46.743Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2345 | 2025-01-08T17:44:47.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2025-01-08T17:44:47.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2025-01-08T17:44:47.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2025-01-08T17:44:47.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2349 | 2025-01-08T17:44:47.365Z | |
2350 | 2025-01-08T17:44:47.365Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2351 | 2025-01-08T17:44:47.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2025-01-08T17:44:47.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2025-01-08T17:44:48.011Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2354 | 2025-01-08T17:44:48.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2355 | 2025-01-08T17:44:48.815Z | |
2356 | 2025-01-08T17:44:48.815Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2357 | 2025-01-08T17:44:49.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2025-01-08T17:44:49.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2025-01-08T17:44:49.473Z | Compiling cfg_aliases v0.1.1 |
2360 | 2025-01-08T17:44:49.478Z | Compiling vte_generate_state_changes v0.1.2 |
2361 | 2025-01-08T17:44:49.478Z | Checking fd-lock v4.0.2 |
2362 | 2025-01-08T17:44:49.478Z | Checking nibble_vec v0.1.0 |
2363 | 2025-01-08T17:44:49.478Z | Checking bytecount v0.6.8 |
2364 | 2025-01-08T17:44:49.575Z | Checking endian-type v0.1.2 |
2365 | 2025-01-08T17:44:49.579Z | Compiling tabled_derive v0.7.0 |
2366 | 2025-01-08T17:44:49.621Z | Compiling peg-macros v0.8.4 |
2367 | 2025-01-08T17:44:49.655Z | Compiling nix v0.28.0 |
2368 | 2025-01-08T17:44:49.703Z | Checking papergrid v0.11.0 |
2369 | 2025-01-08T17:44:49.746Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2370 | 2025-01-08T17:44:49.789Z | Compiling sqlparser_derive v0.2.2 |
2371 | 2025-01-08T17:44:49.822Z | Checking radix_trie v0.2.1 |
2372 | 2025-01-08T17:44:50.163Z | Checking vte v0.11.1 |
2373 | 2025-01-08T17:44:50.229Z | Checking unicode_categories v0.1.1 |
2374 | 2025-01-08T17:44:50.525Z | Checking nu-ansi-term v0.50.1 |
2375 | 2025-01-08T17:44:50.852Z | Checking home v0.5.9 |
2376 | 2025-01-08T17:44:50.940Z | Checking sqlparser v0.45.0 |
2377 | 2025-01-08T17:44:50.963Z | Checking sqlformat v0.2.6 |
2378 | 2025-01-08T17:44:50.991Z | Checking display-error-chain v0.2.2 |
2379 | 2025-01-08T17:44:51.527Z | Checking strip-ansi-escapes v0.2.0 |
2380 | 2025-01-08T17:44:51.665Z | Checking reedline v0.35.0 |
2381 | 2025-01-08T17:44:51.901Z | Checking tabled v0.15.0 |
2382 | 2025-01-08T17:44:52.475Z | Checking peg v0.8.4 |
2383 | 2025-01-08T17:44:52.916Z | Checking rustyline v14.0.0 |
2384 | 2025-01-08T17:45:01.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s |
2385 | 2025-01-08T17:45:01.537Z | |
2386 | 2025-01-08T17:45:01.537Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2387 | 2025-01-08T17:45:02.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2025-01-08T17:45:02.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2025-01-08T17:45:02.193Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2025-01-08T17:45:07.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2391 | 2025-01-08T17:45:07.240Z | |
2392 | 2025-01-08T17:45:07.240Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2393 | 2025-01-08T17:45:07.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2025-01-08T17:45:07.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2025-01-08T17:45:07.897Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2025-01-08T17:45:11.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
2397 | 2025-01-08T17:45:11.750Z | |
2398 | 2025-01-08T17:45:11.750Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2399 | 2025-01-08T17:45:12.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2025-01-08T17:45:12.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2025-01-08T17:45:12.387Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2025-01-08T17:45:16.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
2403 | 2025-01-08T17:45:17.163Z | |
2404 | 2025-01-08T17:45:17.163Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2405 | 2025-01-08T17:45:17.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2025-01-08T17:45:17.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2025-01-08T17:45:17.807Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2025-01-08T17:45:22.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2409 | 2025-01-08T17:45:22.657Z | |
2410 | 2025-01-08T17:45:22.657Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2411 | 2025-01-08T17:45:23.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-01-08T17:45:23.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-01-08T17:45:23.306Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-01-08T17:45:27.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2415 | 2025-01-08T17:45:27.342Z | |
2416 | 2025-01-08T17:45:27.342Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2417 | 2025-01-08T17:45:27.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-01-08T17:45:27.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-01-08T17:45:27.994Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-01-08T17:45:31.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2421 | 2025-01-08T17:45:32.114Z | |
2422 | 2025-01-08T17:45:32.114Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2423 | 2025-01-08T17:45:32.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-01-08T17:45:32.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-01-08T17:45:32.756Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2025-01-08T17:45:37.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
2427 | 2025-01-08T17:45:37.791Z | |
2428 | 2025-01-08T17:45:37.791Z | info: running `cargo check --bins` on oximeter (46/176) |
2429 | 2025-01-08T17:45:38.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-01-08T17:45:38.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-01-08T17:45:38.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2025-01-08T17:45:38.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2433 | 2025-01-08T17:45:38.407Z | |
2434 | 2025-01-08T17:45:38.407Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2435 | 2025-01-08T17:45:38.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-01-08T17:45:38.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-01-08T17:45:38.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2025-01-08T17:45:38.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2439 | 2025-01-08T17:45:39.001Z | |
2440 | 2025-01-08T17:45:39.001Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2441 | 2025-01-08T17:45:39.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-01-08T17:45:39.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-01-08T17:45:39.619Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2444 | 2025-01-08T17:45:41.671Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2445 | 2025-01-08T17:45:42.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
2446 | 2025-01-08T17:45:42.798Z | |
2447 | 2025-01-08T17:45:42.798Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2448 | 2025-01-08T17:45:43.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2025-01-08T17:45:43.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2025-01-08T17:45:43.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2025-01-08T17:45:43.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2452 | 2025-01-08T17:45:43.406Z | |
2453 | 2025-01-08T17:45:43.406Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2454 | 2025-01-08T17:45:43.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2025-01-08T17:45:43.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2025-01-08T17:45:43.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2025-01-08T17:45:43.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2458 | 2025-01-08T17:45:44.013Z | |
2459 | 2025-01-08T17:45:44.013Z | info: running `cargo check --bins` on oxql-types (51/176) |
2460 | 2025-01-08T17:45:44.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2025-01-08T17:45:44.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2025-01-08T17:45:44.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2025-01-08T17:45:44.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2464 | 2025-01-08T17:45:44.621Z | |
2465 | 2025-01-08T17:45:44.621Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2466 | 2025-01-08T17:45:45.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2025-01-08T17:45:45.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2025-01-08T17:45:45.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2025-01-08T17:45:45.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2470 | 2025-01-08T17:45:45.259Z | |
2471 | 2025-01-08T17:45:45.259Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2472 | 2025-01-08T17:45:45.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2025-01-08T17:45:45.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2025-01-08T17:45:45.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2025-01-08T17:45:45.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2476 | 2025-01-08T17:45:45.877Z | |
2477 | 2025-01-08T17:45:45.877Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2478 | 2025-01-08T17:45:46.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2025-01-08T17:45:46.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2025-01-08T17:45:46.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2025-01-08T17:45:46.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2482 | 2025-01-08T17:45:46.500Z | |
2483 | 2025-01-08T17:45:46.500Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2484 | 2025-01-08T17:45:47.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2025-01-08T17:45:47.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2025-01-08T17:45:47.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2025-01-08T17:45:47.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2488 | 2025-01-08T17:45:47.111Z | |
2489 | 2025-01-08T17:45:47.111Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2490 | 2025-01-08T17:45:47.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2025-01-08T17:45:47.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2025-01-08T17:45:47.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2025-01-08T17:45:47.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2494 | 2025-01-08T17:45:47.723Z | |
2495 | 2025-01-08T17:45:47.723Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2496 | 2025-01-08T17:45:48.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2025-01-08T17:45:48.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2025-01-08T17:45:48.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2025-01-08T17:45:48.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2500 | 2025-01-08T17:45:48.339Z | |
2501 | 2025-01-08T17:45:48.339Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2502 | 2025-01-08T17:45:48.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2025-01-08T17:45:48.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2025-01-08T17:45:48.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2025-01-08T17:45:48.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2506 | 2025-01-08T17:45:48.934Z | |
2507 | 2025-01-08T17:45:48.934Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2508 | 2025-01-08T17:45:49.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-01-08T17:45:49.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-01-08T17:45:49.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2025-01-08T17:45:49.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2512 | 2025-01-08T17:45:49.557Z | |
2513 | 2025-01-08T17:45:49.557Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2514 | 2025-01-08T17:45:50.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-01-08T17:45:50.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-01-08T17:45:50.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-01-08T17:45:50.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2518 | 2025-01-08T17:45:50.170Z | |
2519 | 2025-01-08T17:45:50.170Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2520 | 2025-01-08T17:45:50.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-01-08T17:45:50.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-01-08T17:45:50.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-01-08T17:45:50.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2524 | 2025-01-08T17:45:50.778Z | |
2525 | 2025-01-08T17:45:50.778Z | info: running `cargo check --bins` on dpd-client (62/176) |
2526 | 2025-01-08T17:45:51.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-01-08T17:45:51.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-01-08T17:45:51.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-01-08T17:45:51.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2530 | 2025-01-08T17:45:51.379Z | |
2531 | 2025-01-08T17:45:51.379Z | info: running `cargo check --bins` on gateway-client (63/176) |
2532 | 2025-01-08T17:45:51.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-01-08T17:45:51.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-01-08T17:45:51.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2025-01-08T17:45:51.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2536 | 2025-01-08T17:45:51.973Z | |
2537 | 2025-01-08T17:45:51.973Z | info: running `cargo check --bins` on installinator-client (64/176) |
2538 | 2025-01-08T17:45:52.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-01-08T17:45:52.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-01-08T17:45:52.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2025-01-08T17:45:52.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2542 | 2025-01-08T17:45:52.599Z | |
2543 | 2025-01-08T17:45:52.599Z | info: running `cargo check --bins` on installinator-common (65/176) |
2544 | 2025-01-08T17:45:53.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-01-08T17:45:53.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-01-08T17:45:53.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2025-01-08T17:45:53.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2548 | 2025-01-08T17:45:53.221Z | |
2549 | 2025-01-08T17:45:53.221Z | info: running `cargo check --bins` on update-engine (66/176) |
2550 | 2025-01-08T17:45:53.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-01-08T17:45:53.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-01-08T17:45:53.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2025-01-08T17:45:53.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2554 | 2025-01-08T17:45:53.821Z | |
2555 | 2025-01-08T17:45:53.821Z | info: running `cargo check --bins` on nexus-client (67/176) |
2556 | 2025-01-08T17:45:54.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-01-08T17:45:54.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-01-08T17:45:54.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2025-01-08T17:45:54.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2560 | 2025-01-08T17:45:54.457Z | |
2561 | 2025-01-08T17:45:54.457Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2562 | 2025-01-08T17:45:55.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-01-08T17:45:55.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-01-08T17:45:55.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-01-08T17:45:55.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2566 | 2025-01-08T17:45:55.085Z | |
2567 | 2025-01-08T17:45:55.085Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2568 | 2025-01-08T17:45:55.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-01-08T17:45:55.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-01-08T17:45:55.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-01-08T17:45:55.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2572 | 2025-01-08T17:45:55.683Z | |
2573 | 2025-01-08T17:45:55.683Z | info: running `cargo check --bins` on nexus-types (70/176) |
2574 | 2025-01-08T17:45:56.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-01-08T17:45:56.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-01-08T17:45:56.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-01-08T17:45:56.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2578 | 2025-01-08T17:45:56.316Z | |
2579 | 2025-01-08T17:45:56.316Z | info: running `cargo check --bins` on oxide-client (71/176) |
2580 | 2025-01-08T17:45:56.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-08T17:45:56.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-08T17:45:56.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2025-01-08T17:45:56.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2584 | 2025-01-08T17:45:56.909Z | |
2585 | 2025-01-08T17:45:56.910Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2586 | 2025-01-08T17:45:57.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-01-08T17:45:57.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-01-08T17:45:57.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2025-01-08T17:45:57.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2590 | 2025-01-08T17:45:57.517Z | |
2591 | 2025-01-08T17:45:57.517Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2592 | 2025-01-08T17:45:58.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-08T17:45:58.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-08T17:45:58.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-08T17:45:58.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2596 | 2025-01-08T17:45:58.113Z | |
2597 | 2025-01-08T17:45:58.113Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2598 | 2025-01-08T17:45:58.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-08T17:45:58.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-08T17:45:58.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-08T17:45:58.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2602 | 2025-01-08T17:45:58.741Z | |
2603 | 2025-01-08T17:45:58.741Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2604 | 2025-01-08T17:45:59.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-08T17:45:59.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-08T17:45:59.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-08T17:45:59.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2608 | 2025-01-08T17:45:59.385Z | |
2609 | 2025-01-08T17:45:59.385Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2610 | 2025-01-08T17:45:59.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-08T17:45:59.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-08T17:45:59.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-08T17:45:59.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2614 | 2025-01-08T17:46:00.034Z | |
2615 | 2025-01-08T17:46:00.034Z | info: running `cargo check --bins` on wicket-common (77/176) |
2616 | 2025-01-08T17:46:00.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-08T17:46:00.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-08T17:46:00.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-08T17:46:00.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2620 | 2025-01-08T17:46:00.668Z | |
2621 | 2025-01-08T17:46:00.668Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2622 | 2025-01-08T17:46:01.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-08T17:46:01.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-08T17:46:01.308Z | Checking csv-core v0.1.11 |
2625 | 2025-01-08T17:46:01.308Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2626 | 2025-01-08T17:46:01.311Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2627 | 2025-01-08T17:46:01.311Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2628 | 2025-01-08T17:46:01.586Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2629 | 2025-01-08T17:46:01.623Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2630 | 2025-01-08T17:46:01.637Z | Checking csv v1.3.0 |
2631 | 2025-01-08T17:46:02.220Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2632 | 2025-01-08T17:46:02.566Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2633 | 2025-01-08T17:46:04.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
2634 | 2025-01-08T17:46:04.473Z | |
2635 | 2025-01-08T17:46:04.473Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2636 | 2025-01-08T17:46:05.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-01-08T17:46:05.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-01-08T17:46:05.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-01-08T17:46:05.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2640 | 2025-01-08T17:46:05.086Z | |
2641 | 2025-01-08T17:46:05.086Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2642 | 2025-01-08T17:46:05.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-01-08T17:46:05.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-01-08T17:46:05.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-01-08T17:46:05.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2646 | 2025-01-08T17:46:05.710Z | |
2647 | 2025-01-08T17:46:05.710Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2648 | 2025-01-08T17:46:06.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-01-08T17:46:06.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-01-08T17:46:06.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-01-08T17:46:06.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2652 | 2025-01-08T17:46:06.417Z | |
2653 | 2025-01-08T17:46:06.417Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2654 | 2025-01-08T17:46:07.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-01-08T17:46:07.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-01-08T17:46:07.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-01-08T17:46:07.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2658 | 2025-01-08T17:46:07.124Z | |
2659 | 2025-01-08T17:46:07.124Z | info: running `cargo check --bins` on dns-server (83/176) |
2660 | 2025-01-08T17:46:07.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-08T17:46:07.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-08T17:46:07.752Z | Compiling parking_lot_core v0.8.6 |
2663 | 2025-01-08T17:46:07.752Z | Checking fxhash v0.2.1 |
2664 | 2025-01-08T17:46:07.756Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2665 | 2025-01-08T17:46:07.853Z | Checking hickory-server v0.24.1 |
2666 | 2025-01-08T17:46:07.862Z | Checking hickory-client v0.24.1 |
2667 | 2025-01-08T17:46:08.417Z | Checking parking_lot v0.11.2 |
2668 | 2025-01-08T17:46:08.552Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2669 | 2025-01-08T17:46:08.552Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2670 | 2025-01-08T17:46:08.650Z | Checking sled v0.34.7 |
2671 | 2025-01-08T17:46:10.392Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2672 | 2025-01-08T17:46:11.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
2673 | 2025-01-08T17:46:11.814Z | |
2674 | 2025-01-08T17:46:11.814Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2675 | 2025-01-08T17:46:12.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2025-01-08T17:46:12.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2025-01-08T17:46:12.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2025-01-08T17:46:12.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2679 | 2025-01-08T17:46:12.427Z | |
2680 | 2025-01-08T17:46:12.427Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2681 | 2025-01-08T17:46:13.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2025-01-08T17:46:13.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2025-01-08T17:46:13.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2025-01-08T17:46:13.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2685 | 2025-01-08T17:46:13.089Z | |
2686 | 2025-01-08T17:46:13.089Z | info: running `cargo check --bins` on gateway-types (86/176) |
2687 | 2025-01-08T17:46:13.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-01-08T17:46:13.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-01-08T17:46:13.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-01-08T17:46:13.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2691 | 2025-01-08T17:46:13.705Z | |
2692 | 2025-01-08T17:46:13.705Z | info: running `cargo check --bins` on ipcc (87/176) |
2693 | 2025-01-08T17:46:14.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-01-08T17:46:14.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-01-08T17:46:14.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-01-08T17:46:14.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2697 | 2025-01-08T17:46:14.314Z | |
2698 | 2025-01-08T17:46:14.315Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2699 | 2025-01-08T17:46:14.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-01-08T17:46:14.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-01-08T17:46:15.006Z | Compiling semver v0.1.20 |
2702 | 2025-01-08T17:46:15.006Z | Compiling radium v0.7.0 |
2703 | 2025-01-08T17:46:15.120Z | Compiling maybe-uninit v2.0.0 |
2704 | 2025-01-08T17:46:15.120Z | Checking tap v1.0.1 |
2705 | 2025-01-08T17:46:15.128Z | Checking password-hash v0.5.0 |
2706 | 2025-01-08T17:46:15.136Z | Checking blake2 v0.10.6 |
2707 | 2025-01-08T17:46:15.138Z | Checking crc-catalog v2.4.0 |
2708 | 2025-01-08T17:46:15.147Z | Compiling cancel-safe-futures v0.1.5 |
2709 | 2025-01-08T17:46:15.253Z | Checking wyz v0.5.1 |
2710 | 2025-01-08T17:46:15.299Z | Compiling packed_struct v0.10.1 |
2711 | 2025-01-08T17:46:15.503Z | Compiling rustc_version v0.1.7 |
2712 | 2025-01-08T17:46:15.546Z | Compiling owo-colors v4.1.0 |
2713 | 2025-01-08T17:46:15.592Z | Checking funty v2.0.0 |
2714 | 2025-01-08T17:46:15.628Z | Checking argon2 v0.5.3 |
2715 | 2025-01-08T17:46:15.729Z | Checking crc v3.2.1 |
2716 | 2025-01-08T17:46:15.772Z | Compiling packed_struct_codegen v0.10.1 |
2717 | 2025-01-08T17:46:15.805Z | Compiling indexmap v1.9.3 |
2718 | 2025-01-08T17:46:15.823Z | Checking half v2.4.1 |
2719 | 2025-01-08T17:46:15.984Z | Compiling newtype_derive v0.1.6 |
2720 | 2025-01-08T17:46:16.088Z | Checking ciborium-io v0.2.2 |
2721 | 2025-01-08T17:46:16.103Z | Checking nodrop v0.1.14 |
2722 | 2025-01-08T17:46:16.139Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2723 | 2025-01-08T17:46:16.224Z | Checking array-init v0.0.4 |
2724 | 2025-01-08T17:46:16.279Z | Checking ciborium-ll v0.2.2 |
2725 | 2025-01-08T17:46:16.294Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2726 | 2025-01-08T17:46:16.439Z | Checking smallvec v0.6.14 |
2727 | 2025-01-08T17:46:16.461Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2728 | 2025-01-08T17:46:16.517Z | Checking bitvec v1.0.1 |
2729 | 2025-01-08T17:46:16.578Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2730 | 2025-01-08T17:46:16.828Z | Checking libsw v3.3.1 |
2731 | 2025-01-08T17:46:16.993Z | Compiling memoffset v0.9.1 |
2732 | 2025-01-08T17:46:17.104Z | Checking swrite v0.1.0 |
2733 | 2025-01-08T17:46:17.185Z | Checking indent_write v2.2.0 |
2734 | 2025-01-08T17:46:17.220Z | Checking termcolor v1.4.1 |
2735 | 2025-01-08T17:46:17.258Z | Checking bitfield v0.14.0 |
2736 | 2025-01-08T17:46:17.286Z | Checking hashbrown v0.12.3 |
2737 | 2025-01-08T17:46:17.392Z | Checking linear-map v1.2.0 |
2738 | 2025-01-08T17:46:17.536Z | Checking ron v0.8.1 |
2739 | 2025-01-08T17:46:17.635Z | Checking env_logger v0.10.2 |
2740 | 2025-01-08T17:46:17.717Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2741 | 2025-01-08T17:46:17.747Z | Checking serde-hex v0.1.0 |
2742 | 2025-01-08T17:46:18.040Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2025-01-08T17:46:18.043Z | Checking ciborium v0.2.2 |
2744 | 2025-01-08T17:46:18.780Z | Checking steno v0.4.1 |
2745 | 2025-01-08T17:46:18.812Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2746 | 2025-01-08T17:46:19.006Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2747 | 2025-01-08T17:46:19.052Z | Checking hashbrown v0.13.2 |
2748 | 2025-01-08T17:46:19.055Z | Checking crc-any v2.5.0 |
2749 | 2025-01-08T17:46:19.329Z | Checking humantime v2.1.0 |
2750 | 2025-01-08T17:46:19.616Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2751 | 2025-01-08T17:46:20.094Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2752 | 2025-01-08T17:46:20.122Z | Checking object v0.30.4 |
2753 | 2025-01-08T17:46:20.369Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2754 | 2025-01-08T17:46:20.386Z | Checking path-slash v0.1.5 |
2755 | 2025-01-08T17:46:20.524Z | Checking nix v0.27.1 |
2756 | 2025-01-08T17:46:20.715Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2757 | 2025-01-08T17:46:21.033Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2758 | 2025-01-08T17:46:21.061Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2759 | 2025-01-08T17:46:21.315Z | Checking tungstenite v0.23.0 |
2760 | 2025-01-08T17:46:21.640Z | Checking kstat-rs v0.2.4 |
2761 | 2025-01-08T17:46:21.785Z | Checking signal-hook-tokio v0.3.1 |
2762 | 2025-01-08T17:46:21.921Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2763 | 2025-01-08T17:46:22.111Z | Checking tokio-tungstenite v0.23.1 |
2764 | 2025-01-08T17:46:22.722Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2765 | 2025-01-08T17:46:23.318Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2766 | 2025-01-08T17:46:23.336Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2767 | 2025-01-08T17:46:29.560Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2768 | 2025-01-08T17:46:30.810Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2769 | 2025-01-08T17:46:33.987Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2770 | 2025-01-08T17:46:39.551Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2771 | 2025-01-08T17:46:40.242Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2772 | 2025-01-08T17:46:42.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.65s |
2773 | 2025-01-08T17:46:43.158Z | |
2774 | 2025-01-08T17:46:43.158Z | info: running `cargo check --bins` on gateway-api (89/176) |
2775 | 2025-01-08T17:46:43.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2025-01-08T17:46:43.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2025-01-08T17:46:43.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2025-01-08T17:46:43.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2779 | 2025-01-08T17:46:43.769Z | |
2780 | 2025-01-08T17:46:43.769Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2781 | 2025-01-08T17:46:44.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2025-01-08T17:46:44.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2025-01-08T17:46:44.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2025-01-08T17:46:44.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2785 | 2025-01-08T17:46:44.362Z | |
2786 | 2025-01-08T17:46:44.362Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2787 | 2025-01-08T17:46:44.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-01-08T17:46:44.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-01-08T17:46:44.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-01-08T17:46:44.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2791 | 2025-01-08T17:46:44.969Z | |
2792 | 2025-01-08T17:46:44.969Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2793 | 2025-01-08T17:46:45.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-01-08T17:46:45.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-01-08T17:46:45.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-01-08T17:46:45.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2797 | 2025-01-08T17:46:45.580Z | |
2798 | 2025-01-08T17:46:45.580Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2799 | 2025-01-08T17:46:46.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-01-08T17:46:46.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-01-08T17:46:46.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-01-08T17:46:46.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2803 | 2025-01-08T17:46:46.195Z | |
2804 | 2025-01-08T17:46:46.195Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2805 | 2025-01-08T17:46:46.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-01-08T17:46:46.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-01-08T17:46:46.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2025-01-08T17:46:46.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2809 | 2025-01-08T17:46:46.809Z | |
2810 | 2025-01-08T17:46:46.809Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2811 | 2025-01-08T17:46:47.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-01-08T17:46:47.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-01-08T17:46:47.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-01-08T17:46:47.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2815 | 2025-01-08T17:46:47.416Z | |
2816 | 2025-01-08T17:46:47.416Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2817 | 2025-01-08T17:46:47.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-08T17:46:47.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-08T17:46:47.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-08T17:46:47.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2821 | 2025-01-08T17:46:48.024Z | |
2822 | 2025-01-08T17:46:48.024Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2823 | 2025-01-08T17:46:48.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-08T17:46:48.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-08T17:46:48.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-08T17:46:48.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2827 | 2025-01-08T17:46:48.659Z | |
2828 | 2025-01-08T17:46:48.659Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2829 | 2025-01-08T17:46:49.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-08T17:46:49.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-08T17:46:49.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-08T17:46:49.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2833 | 2025-01-08T17:46:49.265Z | |
2834 | 2025-01-08T17:46:49.265Z | info: running `cargo check --bins` on sp-sim (99/176) |
2835 | 2025-01-08T17:46:49.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-08T17:46:49.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-08T17:46:49.890Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2838 | 2025-01-08T17:46:50.366Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2839 | 2025-01-08T17:46:52.170Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2840 | 2025-01-08T17:46:53.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2841 | 2025-01-08T17:46:54.036Z | |
2842 | 2025-01-08T17:46:54.036Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2843 | 2025-01-08T17:46:54.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-01-08T17:46:54.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-01-08T17:46:54.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-01-08T17:46:54.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2847 | 2025-01-08T17:46:54.685Z | |
2848 | 2025-01-08T17:46:54.685Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2849 | 2025-01-08T17:46:55.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-01-08T17:46:55.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-01-08T17:46:55.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-01-08T17:46:55.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2853 | 2025-01-08T17:46:55.350Z | |
2854 | 2025-01-08T17:46:55.350Z | info: running `cargo check --bins` on db-macros (102/176) |
2855 | 2025-01-08T17:46:55.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-01-08T17:46:55.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-01-08T17:46:55.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-01-08T17:46:55.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2859 | 2025-01-08T17:46:55.946Z | |
2860 | 2025-01-08T17:46:55.946Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2861 | 2025-01-08T17:46:56.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-01-08T17:46:56.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-01-08T17:46:56.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-01-08T17:46:56.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2865 | 2025-01-08T17:46:56.541Z | |
2866 | 2025-01-08T17:46:56.541Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2867 | 2025-01-08T17:46:57.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-01-08T17:46:57.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-01-08T17:46:57.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-01-08T17:46:57.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2871 | 2025-01-08T17:46:57.191Z | |
2872 | 2025-01-08T17:46:57.191Z | info: running `cargo check --bins` on authz-macros (105/176) |
2873 | 2025-01-08T17:46:57.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-01-08T17:46:57.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-01-08T17:46:57.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-01-08T17:46:57.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2877 | 2025-01-08T17:46:57.791Z | |
2878 | 2025-01-08T17:46:57.791Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2879 | 2025-01-08T17:46:58.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-01-08T17:46:58.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-01-08T17:46:58.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-01-08T17:46:58.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2883 | 2025-01-08T17:46:58.436Z | |
2884 | 2025-01-08T17:46:58.436Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2885 | 2025-01-08T17:46:58.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-01-08T17:46:59.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-01-08T17:46:59.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-01-08T17:46:59.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2889 | 2025-01-08T17:46:59.080Z | |
2890 | 2025-01-08T17:46:59.080Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2891 | 2025-01-08T17:46:59.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-01-08T17:46:59.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-01-08T17:46:59.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-01-08T17:46:59.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2895 | 2025-01-08T17:46:59.697Z | |
2896 | 2025-01-08T17:46:59.697Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2897 | 2025-01-08T17:47:00.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-01-08T17:47:00.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-01-08T17:47:00.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2025-01-08T17:47:00.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2901 | 2025-01-08T17:47:00.339Z | |
2902 | 2025-01-08T17:47:00.340Z | info: running `cargo check --bins` on typed-rng (110/176) |
2903 | 2025-01-08T17:47:00.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2025-01-08T17:47:00.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2025-01-08T17:47:00.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2025-01-08T17:47:00.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2907 | 2025-01-08T17:47:00.936Z | |
2908 | 2025-01-08T17:47:00.936Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2909 | 2025-01-08T17:47:01.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-01-08T17:47:01.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-01-08T17:47:01.662Z | Checking keccak v0.1.5 |
2912 | 2025-01-08T17:47:01.665Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2913 | 2025-01-08T17:47:01.773Z | Checking secrecy v0.8.0 |
2914 | 2025-01-08T17:47:01.775Z | Compiling unicase v2.7.0 |
2915 | 2025-01-08T17:47:01.781Z | Compiling same-file v1.0.6 |
2916 | 2025-01-08T17:47:01.809Z | Compiling tempfile v3.13.0 |
2917 | 2025-01-08T17:47:01.812Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2918 | 2025-01-08T17:47:01.812Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2919 | 2025-01-08T17:47:01.977Z | Compiling walkdir v2.5.0 |
2920 | 2025-01-08T17:47:02.047Z | Checking sha3 v0.10.8 |
2921 | 2025-01-08T17:47:02.072Z | Compiling thiserror-impl-no-std v2.0.2 |
2922 | 2025-01-08T17:47:02.118Z | Checking universal-hash v0.5.1 |
2923 | 2025-01-08T17:47:02.166Z | Compiling blake3 v1.5.4 |
2924 | 2025-01-08T17:47:02.210Z | Checking opaque-debug v0.3.1 |
2925 | 2025-01-08T17:47:02.300Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2926 | 2025-01-08T17:47:02.334Z | Checking poly1305 v0.8.0 |
2927 | 2025-01-08T17:47:02.368Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2928 | 2025-01-08T17:47:02.437Z | Checking chacha20 v0.9.1 |
2929 | 2025-01-08T17:47:02.586Z | Checking aead v0.5.2 |
2930 | 2025-01-08T17:47:02.693Z | Compiling memmap2 v0.9.5 |
2931 | 2025-01-08T17:47:02.697Z | Compiling arrayref v0.3.9 |
2932 | 2025-01-08T17:47:02.785Z | Compiling arrayvec v0.7.6 |
2933 | 2025-01-08T17:47:02.802Z | Compiling salty v0.3.0 |
2934 | 2025-01-08T17:47:02.819Z | Compiling constant_time_eq v0.3.1 |
2935 | 2025-01-08T17:47:02.833Z | Compiling libefi-sys v0.1.0 |
2936 | 2025-01-08T17:47:02.994Z | Checking chacha20poly1305 v0.10.1 |
2937 | 2025-01-08T17:47:03.142Z | Compiling toolchain_find v0.4.0 |
2938 | 2025-01-08T17:47:03.190Z | Compiling camino-tempfile v1.1.1 |
2939 | 2025-01-08T17:47:03.219Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2940 | 2025-01-08T17:47:03.240Z | Compiling bitfield-struct v0.6.2 |
2941 | 2025-01-08T17:47:03.543Z | Compiling topological-sort v0.2.2 |
2942 | 2025-01-08T17:47:03.652Z | Compiling mime_guess v2.0.5 |
2943 | 2025-01-08T17:47:03.702Z | Compiling rustfmt-wrapper v0.2.1 |
2944 | 2025-01-08T17:47:04.249Z | Compiling omicron-zone-package v0.12.0 |
2945 | 2025-01-08T17:47:04.290Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2946 | 2025-01-08T17:47:04.320Z | Checking primeorder v0.13.6 |
2947 | 2025-01-08T17:47:04.596Z | Checking env_filter v0.1.2 |
2948 | 2025-01-08T17:47:04.710Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2949 | 2025-01-08T17:47:04.726Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2950 | 2025-01-08T17:47:04.801Z | Checking p384 v0.13.0 |
2951 | 2025-01-08T17:47:04.826Z | Checking env_logger v0.11.5 |
2952 | 2025-01-08T17:47:04.977Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2953 | 2025-01-08T17:47:05.006Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2954 | 2025-01-08T17:47:05.089Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2955 | 2025-01-08T17:47:05.275Z | Checking thiserror-no-std v2.0.2 |
2956 | 2025-01-08T17:47:05.327Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2025-01-08T17:47:05.350Z | Checking simd-adler32 v0.3.7 |
2958 | 2025-01-08T17:47:05.390Z | Checking vsss-rs v3.3.4 |
2959 | 2025-01-08T17:47:05.459Z | Checking lockfree-object-pool v0.1.6 |
2960 | 2025-01-08T17:47:05.622Z | Checking http-range v0.1.5 |
2961 | 2025-01-08T17:47:05.704Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2962 | 2025-01-08T17:47:05.707Z | Compiling zip v2.1.3 |
2963 | 2025-01-08T17:47:05.800Z | Checking bumpalo v3.16.0 |
2964 | 2025-01-08T17:47:05.802Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2965 | 2025-01-08T17:47:05.927Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2966 | 2025-01-08T17:47:06.050Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2967 | 2025-01-08T17:47:06.121Z | Checking zopfli v0.8.1 |
2968 | 2025-01-08T17:47:06.218Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2969 | 2025-01-08T17:47:06.675Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2970 | 2025-01-08T17:47:06.737Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2971 | 2025-01-08T17:47:06.813Z | Checking nanorand v0.7.0 |
2972 | 2025-01-08T17:47:06.963Z | Checking atty v0.2.14 |
2973 | 2025-01-08T17:47:07.094Z | Checking glob v0.3.1 |
2974 | 2025-01-08T17:47:07.111Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2975 | 2025-01-08T17:47:07.179Z | Checking flume v0.11.1 |
2976 | 2025-01-08T17:47:07.196Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2977 | 2025-01-08T17:47:07.427Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2978 | 2025-01-08T17:47:07.924Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2979 | 2025-01-08T17:47:08.365Z | Checking hyper-staticfile v0.10.1 |
2980 | 2025-01-08T17:47:08.814Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2981 | 2025-01-08T17:47:08.895Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2982 | 2025-01-08T17:47:09.062Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2983 | 2025-01-08T17:47:09.245Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2984 | 2025-01-08T17:47:09.372Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2985 | 2025-01-08T17:47:09.533Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2986 | 2025-01-08T17:47:10.248Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2987 | 2025-01-08T17:47:10.455Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2988 | 2025-01-08T17:47:10.799Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2989 | 2025-01-08T17:47:11.347Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2990 | 2025-01-08T17:47:11.365Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2991 | 2025-01-08T17:47:14.296Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2992 | 2025-01-08T17:47:14.296Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2993 | 2025-01-08T17:47:23.211Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2025-01-08T17:47:36.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.62s |
2995 | 2025-01-08T17:47:36.747Z | |
2996 | 2025-01-08T17:47:36.747Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
2997 | 2025-01-08T17:47:37.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-01-08T17:47:37.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-01-08T17:47:37.466Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2025-01-08T17:47:50.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
3001 | 2025-01-08T17:47:51.132Z | |
3002 | 2025-01-08T17:47:51.132Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3003 | 2025-01-08T17:47:51.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-08T17:47:51.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-08T17:47:51.847Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2025-01-08T17:48:05.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
3007 | 2025-01-08T17:48:05.551Z | |
3008 | 2025-01-08T17:48:05.551Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3009 | 2025-01-08T17:48:06.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-08T17:48:06.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-08T17:48:06.268Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2025-01-08T17:48:19.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
3013 | 2025-01-08T17:48:20.131Z | |
3014 | 2025-01-08T17:48:20.131Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3015 | 2025-01-08T17:48:20.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-08T17:48:20.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-08T17:48:20.855Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2025-01-08T17:48:34.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s |
3019 | 2025-01-08T17:48:34.594Z | |
3020 | 2025-01-08T17:48:34.594Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3021 | 2025-01-08T17:48:35.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-08T17:48:35.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-08T17:48:35.314Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3024 | 2025-01-08T17:48:49.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s |
3025 | 2025-01-08T17:48:49.290Z | |
3026 | 2025-01-08T17:48:49.290Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3027 | 2025-01-08T17:48:49.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-08T17:48:49.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-08T17:48:50.022Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2025-01-08T17:49:03.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
3031 | 2025-01-08T17:49:03.807Z | |
3032 | 2025-01-08T17:49:03.807Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3033 | 2025-01-08T17:49:04.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-08T17:49:04.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-08T17:49:04.527Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3036 | 2025-01-08T17:49:18.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
3037 | 2025-01-08T17:49:18.377Z | |
3038 | 2025-01-08T17:49:18.377Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3039 | 2025-01-08T17:49:18.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-08T17:49:18.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-08T17:49:18.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-01-08T17:49:18.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3043 | 2025-01-08T17:49:19.012Z | |
3044 | 2025-01-08T17:49:19.012Z | info: running `cargo check --bins` on key-manager (120/176) |
3045 | 2025-01-08T17:49:19.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-08T17:49:19.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-08T17:49:19.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-01-08T17:49:19.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3049 | 2025-01-08T17:49:19.621Z | |
3050 | 2025-01-08T17:49:19.621Z | info: running `cargo check --bins` on range-requests (121/176) |
3051 | 2025-01-08T17:49:20.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-08T17:49:20.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-08T17:49:20.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-01-08T17:49:20.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3055 | 2025-01-08T17:49:20.223Z | |
3056 | 2025-01-08T17:49:20.223Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3057 | 2025-01-08T17:49:20.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-01-08T17:49:20.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-01-08T17:49:20.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-01-08T17:49:20.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3061 | 2025-01-08T17:49:20.844Z | |
3062 | 2025-01-08T17:49:20.844Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3063 | 2025-01-08T17:49:21.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-01-08T17:49:21.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-01-08T17:49:21.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-01-08T17:49:21.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3067 | 2025-01-08T17:49:21.480Z | |
3068 | 2025-01-08T17:49:21.480Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3069 | 2025-01-08T17:49:22.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-01-08T17:49:22.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-01-08T17:49:22.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-01-08T17:49:22.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3073 | 2025-01-08T17:49:22.076Z | |
3074 | 2025-01-08T17:49:22.076Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3075 | 2025-01-08T17:49:22.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-01-08T17:49:22.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-01-08T17:49:22.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-01-08T17:49:22.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3079 | 2025-01-08T17:49:22.713Z | |
3080 | 2025-01-08T17:49:22.713Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3081 | 2025-01-08T17:49:23.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-01-08T17:49:23.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-01-08T17:49:23.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-01-08T17:49:23.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3085 | 2025-01-08T17:49:23.338Z | |
3086 | 2025-01-08T17:49:23.338Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3087 | 2025-01-08T17:49:23.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-01-08T17:49:23.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-01-08T17:49:23.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-01-08T17:49:23.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3091 | 2025-01-08T17:49:23.965Z | |
3092 | 2025-01-08T17:49:23.965Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3093 | 2025-01-08T17:49:24.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-01-08T17:49:24.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-01-08T17:49:24.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-01-08T17:49:24.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3097 | 2025-01-08T17:49:24.601Z | |
3098 | 2025-01-08T17:49:24.601Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3099 | 2025-01-08T17:49:25.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-01-08T17:49:25.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-01-08T17:49:25.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-01-08T17:49:25.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3103 | 2025-01-08T17:49:25.234Z | |
3104 | 2025-01-08T17:49:25.234Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3105 | 2025-01-08T17:49:25.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-01-08T17:49:25.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-01-08T17:49:25.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2025-01-08T17:49:25.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3109 | 2025-01-08T17:49:25.867Z | |
3110 | 2025-01-08T17:49:25.867Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3111 | 2025-01-08T17:49:26.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-01-08T17:49:26.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-01-08T17:49:26.537Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3114 | 2025-01-08T17:49:26.537Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3115 | 2025-01-08T17:49:27.388Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3116 | 2025-01-08T17:49:29.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3117 | 2025-01-08T17:49:29.586Z | |
3118 | 2025-01-08T17:49:29.586Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3119 | 2025-01-08T17:49:30.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2025-01-08T17:49:30.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2025-01-08T17:49:30.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2025-01-08T17:49:30.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3123 | 2025-01-08T17:49:30.197Z | |
3124 | 2025-01-08T17:49:30.197Z | info: running `cargo check --bins` on cert-dev (133/176) |
3125 | 2025-01-08T17:49:30.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2025-01-08T17:49:30.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2025-01-08T17:49:30.793Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3128 | 2025-01-08T17:49:31.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3129 | 2025-01-08T17:49:31.212Z | |
3130 | 2025-01-08T17:49:31.212Z | info: running `cargo check --bins` on clickana (134/176) |
3131 | 2025-01-08T17:49:31.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-01-08T17:49:31.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-01-08T17:49:31.840Z | Checking castaway v0.2.3 |
3134 | 2025-01-08T17:49:31.840Z | Checking unicode-truncate v1.1.0 |
3135 | 2025-01-08T17:49:31.842Z | Checking lru v0.12.5 |
3136 | 2025-01-08T17:49:31.842Z | Compiling instability v0.3.2 |
3137 | 2025-01-08T17:49:31.842Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3138 | 2025-01-08T17:49:31.843Z | Checking cassowary v0.3.0 |
3139 | 2025-01-08T17:49:32.106Z | Checking compact_str v0.8.0 |
3140 | 2025-01-08T17:49:32.707Z | Checking ratatui v0.28.1 |
3141 | 2025-01-08T17:49:33.495Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3142 | 2025-01-08T17:49:34.579Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3143 | 2025-01-08T17:49:35.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
3144 | 2025-01-08T17:49:35.567Z | |
3145 | 2025-01-08T17:49:35.567Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3146 | 2025-01-08T17:49:36.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-01-08T17:49:36.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-01-08T17:49:36.229Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3149 | 2025-01-08T17:49:36.229Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3150 | 2025-01-08T17:49:37.234Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3151 | 2025-01-08T17:49:37.707Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3152 | 2025-01-08T17:49:38.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
3153 | 2025-01-08T17:49:38.256Z | |
3154 | 2025-01-08T17:49:38.256Z | info: running `cargo check --bins` on ch-dev (136/176) |
3155 | 2025-01-08T17:49:38.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2025-01-08T17:49:38.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2025-01-08T17:49:38.902Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3158 | 2025-01-08T17:49:39.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3159 | 2025-01-08T17:49:39.770Z | |
3160 | 2025-01-08T17:49:39.771Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3161 | 2025-01-08T17:49:40.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-01-08T17:49:40.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-01-08T17:49:40.416Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3164 | 2025-01-08T17:49:40.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3165 | 2025-01-08T17:49:40.956Z | |
3166 | 2025-01-08T17:49:40.956Z | info: running `cargo check --bins` on db-dev (138/176) |
3167 | 2025-01-08T17:49:41.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-01-08T17:49:41.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-01-08T17:49:41.599Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3170 | 2025-01-08T17:49:42.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3171 | 2025-01-08T17:49:42.478Z | |
3172 | 2025-01-08T17:49:42.478Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3173 | 2025-01-08T17:49:43.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-01-08T17:49:43.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-01-08T17:49:43.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3176 | 2025-01-08T17:49:43.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3177 | 2025-01-08T17:49:43.101Z | |
3178 | 2025-01-08T17:49:43.101Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3179 | 2025-01-08T17:49:43.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-01-08T17:49:43.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-01-08T17:49:43.700Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3182 | 2025-01-08T17:49:44.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3183 | 2025-01-08T17:49:44.730Z | |
3184 | 2025-01-08T17:49:44.730Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3185 | 2025-01-08T17:49:45.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-01-08T17:49:45.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-01-08T17:49:45.334Z | Checking cargo-platform v0.1.8 |
3188 | 2025-01-08T17:49:45.598Z | Checking cargo_metadata v0.18.1 |
3189 | 2025-01-08T17:49:46.555Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3190 | 2025-01-08T17:49:47.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
3191 | 2025-01-08T17:49:47.523Z | |
3192 | 2025-01-08T17:49:47.523Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3193 | 2025-01-08T17:49:48.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-01-08T17:49:48.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-01-08T17:49:48.225Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3196 | 2025-01-08T17:49:49.696Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3197 | 2025-01-08T17:49:50.325Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3198 | 2025-01-08T17:49:50.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
3199 | 2025-01-08T17:49:51.076Z | |
3200 | 2025-01-08T17:49:51.076Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3201 | 2025-01-08T17:49:51.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-01-08T17:49:51.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-01-08T17:49:51.845Z | Compiling crunchy v0.2.2 |
3204 | 2025-01-08T17:49:51.845Z | Compiling tiny-keccak v2.0.2 |
3205 | 2025-01-08T17:49:51.847Z | Compiling dsl_auto_type v0.1.2 |
3206 | 2025-01-08T17:49:51.847Z | Checking scheduled-thread-pool v0.2.7 |
3207 | 2025-01-08T17:49:51.847Z | Compiling diesel_table_macro_syntax v0.2.0 |
3208 | 2025-01-08T17:49:51.847Z | Compiling ascii-canvas v3.0.0 |
3209 | 2025-01-08T17:49:51.847Z | Compiling ena v0.14.3 |
3210 | 2025-01-08T17:49:51.959Z | Compiling diff v0.1.13 |
3211 | 2025-01-08T17:49:52.216Z | Checking r2d2 v0.8.10 |
3212 | 2025-01-08T17:49:52.258Z | Compiling regex-syntax v0.6.29 |
3213 | 2025-01-08T17:49:52.372Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3214 | 2025-01-08T17:49:52.410Z | Compiling ref-cast v1.0.23 |
3215 | 2025-01-08T17:49:52.505Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3216 | 2025-01-08T17:49:52.562Z | Compiling derive_builder_core v0.20.2 |
3217 | 2025-01-08T17:49:52.598Z | Compiling libxml v0.3.3 |
3218 | 2025-01-08T17:49:52.672Z | Compiling ref-cast-impl v1.0.23 |
3219 | 2025-01-08T17:49:52.809Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3220 | 2025-01-08T17:49:53.009Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3221 | 2025-01-08T17:49:53.035Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3222 | 2025-01-08T17:49:53.250Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3223 | 2025-01-08T17:49:53.318Z | Compiling strum_macros v0.24.3 |
3224 | 2025-01-08T17:49:53.356Z | Compiling samael v0.0.17 |
3225 | 2025-01-08T17:49:53.575Z | Compiling diesel_derives v2.2.3 |
3226 | 2025-01-08T17:49:53.680Z | Compiling indoc v1.0.9 |
3227 | 2025-01-08T17:49:54.665Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3228 | 2025-01-08T17:49:54.950Z | Compiling oso-derive v0.27.3 |
3229 | 2025-01-08T17:49:55.046Z | Compiling derive_builder_macro v0.20.2 |
3230 | 2025-01-08T17:49:55.911Z | Compiling lalrpop v0.19.12 |
3231 | 2025-01-08T17:49:55.954Z | Checking derive_builder v0.20.2 |
3232 | 2025-01-08T17:49:56.080Z | Compiling impl-trait-for-tuples v0.2.2 |
3233 | 2025-01-08T17:49:56.113Z | Checking quick-xml v0.33.0 |
3234 | 2025-01-08T17:49:56.446Z | Compiling diesel-dtrace v0.4.2 |
3235 | 2025-01-08T17:49:56.743Z | Checking maplit v1.0.2 |
3236 | 2025-01-08T17:49:56.970Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3237 | 2025-01-08T17:49:56.990Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3238 | 2025-01-08T17:49:57.258Z | Checking bb8 v0.8.5 |
3239 | 2025-01-08T17:49:57.652Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3240 | 2025-01-08T17:49:57.758Z | Checking rand_seeder v0.3.0 |
3241 | 2025-01-08T17:49:57.971Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3242 | 2025-01-08T17:49:57.990Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3243 | 2025-01-08T17:49:58.202Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3244 | 2025-01-08T17:49:58.351Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3245 | 2025-01-08T17:49:58.632Z | Checking is_ci v1.2.0 |
3246 | 2025-01-08T17:49:58.682Z | Checking smawk v0.3.2 |
3247 | 2025-01-08T17:49:58.773Z | Checking unicode-linebreak v0.1.5 |
3248 | 2025-01-08T17:49:58.889Z | Checking supports-color v3.0.1 |
3249 | 2025-01-08T17:49:59.119Z | Checking multimap v0.10.0 |
3250 | 2025-01-08T17:49:59.193Z | Checking textwrap v0.16.1 |
3251 | 2025-01-08T17:49:59.871Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3252 | 2025-01-08T17:50:02.887Z | Checking diesel v2.2.6 |
3253 | 2025-01-08T17:50:28.968Z | Compiling polar-core v0.27.3 |
3254 | 2025-01-08T17:50:32.192Z | Checking async-bb8-diesel v0.2.1 |
3255 | 2025-01-08T17:50:36.313Z | Checking oso v0.27.3 |
3256 | 2025-01-08T17:51:42.585Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3257 | 2025-01-08T17:51:48.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3258 | 2025-01-08T17:51:48.784Z | |
3259 | 2025-01-08T17:51:48.784Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3260 | 2025-01-08T17:51:49.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2025-01-08T17:51:49.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2025-01-08T17:51:49.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3263 | 2025-01-08T17:51:49.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3264 | 2025-01-08T17:51:49.449Z | |
3265 | 2025-01-08T17:51:49.449Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3266 | 2025-01-08T17:51:50.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2025-01-08T17:51:50.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2025-01-08T17:51:50.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3269 | 2025-01-08T17:51:50.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3270 | 2025-01-08T17:51:50.104Z | |
3271 | 2025-01-08T17:51:50.104Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3272 | 2025-01-08T17:51:50.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-01-08T17:51:50.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-01-08T17:51:50.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-01-08T17:51:50.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3276 | 2025-01-08T17:51:50.703Z | |
3277 | 2025-01-08T17:51:50.703Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3278 | 2025-01-08T17:51:51.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-01-08T17:51:51.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-01-08T17:51:51.485Z | Compiling libz-sys v1.1.20 |
3281 | 2025-01-08T17:51:51.598Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3282 | 2025-01-08T17:51:51.609Z | Compiling vergen v8.3.2 |
3283 | 2025-01-08T17:51:51.612Z | Compiling cargo-platform v0.1.8 |
3284 | 2025-01-08T17:51:51.612Z | Compiling pin-project-internal v1.1.6 |
3285 | 2025-01-08T17:51:51.648Z | Compiling libsqlite3-sys v0.30.1 |
3286 | 2025-01-08T17:51:51.651Z | Compiling snafu-derive v0.8.5 |
3287 | 2025-01-08T17:51:51.651Z | Compiling buf-list v1.0.3 |
3288 | 2025-01-08T17:51:51.897Z | Compiling cfg_aliases v0.2.1 |
3289 | 2025-01-08T17:51:52.010Z | Compiling cargo_metadata v0.18.1 |
3290 | 2025-01-08T17:51:52.136Z | Compiling rustls v0.21.12 |
3291 | 2025-01-08T17:51:52.229Z | Compiling nix v0.29.0 |
3292 | 2025-01-08T17:51:52.355Z | Checking globset v0.4.15 |
3293 | 2025-01-08T17:51:52.461Z | Checking sct v0.7.1 |
3294 | 2025-01-08T17:51:52.539Z | Checking rustls-webpki v0.101.7 |
3295 | 2025-01-08T17:51:52.664Z | Checking olpc-cjson v0.1.4 |
3296 | 2025-01-08T17:51:52.849Z | Checking serde_plain v1.0.2 |
3297 | 2025-01-08T17:51:52.868Z | Checking typed-path v0.9.3 |
3298 | 2025-01-08T17:51:53.388Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3299 | 2025-01-08T17:51:53.569Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3300 | 2025-01-08T17:51:53.670Z | Checking hashlink v0.9.1 |
3301 | 2025-01-08T17:51:53.825Z | Checking fallible-iterator v0.3.0 |
3302 | 2025-01-08T17:51:54.282Z | Checking fallible-streaming-iterator v0.1.9 |
3303 | 2025-01-08T17:51:54.472Z | Checking parse-size v1.1.0 |
3304 | 2025-01-08T17:51:54.520Z | Checking rusqlite v0.32.1 |
3305 | 2025-01-08T17:51:54.770Z | Checking pin-project v1.1.6 |
3306 | 2025-01-08T17:51:54.793Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3307 | 2025-01-08T17:51:54.887Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3308 | 2025-01-08T17:51:55.254Z | Checking rustls-pemfile v1.0.4 |
3309 | 2025-01-08T17:51:55.461Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3310 | 2025-01-08T17:51:55.531Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3311 | 2025-01-08T17:51:55.806Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3312 | 2025-01-08T17:51:55.866Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3313 | 2025-01-08T17:51:55.932Z | Checking twox-hash v1.6.3 |
3314 | 2025-01-08T17:51:55.995Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3315 | 2025-01-08T17:51:56.156Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3316 | 2025-01-08T17:51:56.422Z | Checking tokio-rustls v0.24.1 |
3317 | 2025-01-08T17:51:56.440Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3318 | 2025-01-08T17:51:56.766Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3319 | 2025-01-08T17:51:57.044Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3320 | 2025-01-08T17:51:57.123Z | Checking fatfs v0.3.6 |
3321 | 2025-01-08T17:51:57.151Z | Checking snafu v0.8.5 |
3322 | 2025-01-08T17:51:57.641Z | Checking tough v0.19.0 |
3323 | 2025-01-08T17:51:57.859Z | Checking assert_matches v1.5.0 |
3324 | 2025-01-08T17:52:01.822Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3325 | 2025-01-08T17:52:03.072Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3326 | 2025-01-08T17:52:04.099Z | Compiling git2 v0.19.0 |
3327 | 2025-01-08T17:52:08.691Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3328 | 2025-01-08T17:53:01.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3329 | 2025-01-08T17:53:01.863Z | |
3330 | 2025-01-08T17:53:01.863Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3331 | 2025-01-08T17:53:02.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-01-08T17:53:02.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-01-08T17:53:02.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2025-01-08T17:53:02.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3335 | 2025-01-08T17:53:02.536Z | |
3336 | 2025-01-08T17:53:02.536Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3337 | 2025-01-08T17:53:03.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-01-08T17:53:03.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-01-08T17:53:03.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-01-08T17:53:03.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3341 | 2025-01-08T17:53:03.129Z | |
3342 | 2025-01-08T17:53:03.129Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3343 | 2025-01-08T17:53:03.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-01-08T17:53:03.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-01-08T17:53:03.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-01-08T17:53:03.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3347 | 2025-01-08T17:53:03.772Z | |
3348 | 2025-01-08T17:53:03.772Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3349 | 2025-01-08T17:53:04.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-01-08T17:53:04.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-01-08T17:53:04.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-01-08T17:53:04.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3353 | 2025-01-08T17:53:04.438Z | |
3354 | 2025-01-08T17:53:04.438Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3355 | 2025-01-08T17:53:05.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-01-08T17:53:05.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-01-08T17:53:05.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-01-08T17:53:05.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3359 | 2025-01-08T17:53:05.100Z | |
3360 | 2025-01-08T17:53:05.100Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3361 | 2025-01-08T17:53:05.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-01-08T17:53:05.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-01-08T17:53:05.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-01-08T17:53:05.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3365 | 2025-01-08T17:53:05.788Z | |
3366 | 2025-01-08T17:53:05.788Z | info: running `cargo check --bins` on update-common (154/176) |
3367 | 2025-01-08T17:53:06.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-01-08T17:53:06.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-01-08T17:53:06.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2025-01-08T17:53:06.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3371 | 2025-01-08T17:53:06.431Z | |
3372 | 2025-01-08T17:53:06.431Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3373 | 2025-01-08T17:53:06.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-01-08T17:53:06.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-01-08T17:53:06.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-01-08T17:53:06.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3377 | 2025-01-08T17:53:07.065Z | |
3378 | 2025-01-08T17:53:07.065Z | info: running `cargo check --bins` on tufaceous (156/176) |
3379 | 2025-01-08T17:53:07.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-01-08T17:53:07.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-01-08T17:53:07.725Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3382 | 2025-01-08T17:53:08.933Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3383 | 2025-01-08T17:53:09.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
3384 | 2025-01-08T17:53:09.978Z | |
3385 | 2025-01-08T17:53:09.978Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3386 | 2025-01-08T17:53:10.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2025-01-08T17:53:10.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2025-01-08T17:53:10.813Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3389 | 2025-01-08T17:53:10.813Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3390 | 2025-01-08T17:53:10.949Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3391 | 2025-01-08T17:53:10.951Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3392 | 2025-01-08T17:53:11.986Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3393 | 2025-01-08T17:53:37.376Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3394 | 2025-01-08T17:53:37.376Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3395 | 2025-01-08T17:53:37.379Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3396 | 2025-01-08T17:53:37.379Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3397 | 2025-01-08T17:53:37.379Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3398 | 2025-01-08T17:53:38.186Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3399 | 2025-01-08T17:53:39.437Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3400 | 2025-01-08T17:54:16.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3401 | 2025-01-08T17:54:17.196Z | |
3402 | 2025-01-08T17:54:17.196Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3403 | 2025-01-08T17:54:17.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2025-01-08T17:54:17.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2025-01-08T17:54:17.882Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3406 | 2025-01-08T17:54:17.882Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3407 | 2025-01-08T17:54:17.885Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3408 | 2025-01-08T17:54:18.010Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3409 | 2025-01-08T17:54:18.013Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3410 | 2025-01-08T17:54:18.037Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3411 | 2025-01-08T17:54:18.039Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3412 | 2025-01-08T17:54:18.049Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3413 | 2025-01-08T17:54:18.187Z | Checking heck v0.4.1 |
3414 | 2025-01-08T17:54:18.287Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3415 | 2025-01-08T17:54:18.384Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3416 | 2025-01-08T17:54:18.638Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3417 | 2025-01-08T17:54:18.683Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3418 | 2025-01-08T17:54:19.142Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3419 | 2025-01-08T17:54:19.345Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3420 | 2025-01-08T17:54:19.428Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3421 | 2025-01-08T17:54:20.664Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3422 | 2025-01-08T17:54:21.222Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3423 | 2025-01-08T17:54:21.705Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3424 | 2025-01-08T17:54:21.825Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3425 | 2025-01-08T17:54:23.845Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3426 | 2025-01-08T17:54:23.845Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3427 | 2025-01-08T17:54:25.046Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3428 | 2025-01-08T17:54:26.547Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3429 | 2025-01-08T17:54:32.406Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3430 | 2025-01-08T17:54:32.407Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3431 | 2025-01-08T17:54:33.611Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3432 | 2025-01-08T17:54:34.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.48s |
3433 | 2025-01-08T17:54:34.871Z | |
3434 | 2025-01-08T17:54:34.871Z | info: running `cargo check --bins` on installinator-api (159/176) |
3435 | 2025-01-08T17:54:35.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3436 | 2025-01-08T17:54:35.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3437 | 2025-01-08T17:54:35.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3438 | 2025-01-08T17:54:35.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3439 | 2025-01-08T17:54:35.515Z | |
3440 | 2025-01-08T17:54:35.515Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3441 | 2025-01-08T17:54:36.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3442 | 2025-01-08T17:54:36.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3443 | 2025-01-08T17:54:36.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3444 | 2025-01-08T17:54:36.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3445 | 2025-01-08T17:54:36.150Z | |
3446 | 2025-01-08T17:54:36.150Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3447 | 2025-01-08T17:54:36.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3448 | 2025-01-08T17:54:36.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3449 | 2025-01-08T17:54:36.822Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3450 | 2025-01-08T17:54:36.822Z | Compiling petname v2.0.2 |
3451 | 2025-01-08T17:54:36.822Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3452 | 2025-01-08T17:54:36.826Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3453 | 2025-01-08T17:54:36.826Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3454 | 2025-01-08T17:54:36.927Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3455 | 2025-01-08T17:54:36.951Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3456 | 2025-01-08T17:54:36.979Z | Checking sync-ptr v0.1.1 |
3457 | 2025-01-08T17:54:42.260Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3458 | 2025-01-08T17:54:42.903Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3459 | 2025-01-08T17:54:44.081Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3460 | 2025-01-08T17:54:45.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s |
3461 | 2025-01-08T17:54:45.797Z | |
3462 | 2025-01-08T17:54:45.797Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3463 | 2025-01-08T17:54:46.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2025-01-08T17:54:46.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2025-01-08T17:54:46.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3466 | 2025-01-08T17:54:46.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3467 | 2025-01-08T17:54:46.444Z | |
3468 | 2025-01-08T17:54:46.444Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3469 | 2025-01-08T17:54:46.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3470 | 2025-01-08T17:54:47.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3471 | 2025-01-08T17:54:47.090Z | Checking memmap2 v0.9.5 |
3472 | 2025-01-08T17:54:47.090Z | Checking arrayvec v0.7.6 |
3473 | 2025-01-08T17:54:47.090Z | Checking arrayref v0.3.9 |
3474 | 2025-01-08T17:54:47.093Z | Checking constant_time_eq v0.3.1 |
3475 | 2025-01-08T17:54:47.093Z | Checking topological-sort v0.2.2 |
3476 | 2025-01-08T17:54:47.093Z | Checking shell-words v1.1.0 |
3477 | 2025-01-08T17:54:47.442Z | Checking blake3 v1.5.4 |
3478 | 2025-01-08T17:54:47.776Z | Checking omicron-zone-package v0.12.0 |
3479 | 2025-01-08T17:54:48.951Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3480 | 2025-01-08T17:54:49.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
3481 | 2025-01-08T17:54:50.009Z | |
3482 | 2025-01-08T17:54:50.009Z | info: running `cargo check --bins` on xtask (164/176) |
3483 | 2025-01-08T17:54:50.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-01-08T17:54:50.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-01-08T17:54:50.438Z | Checking bitflags v2.6.0 |
3486 | 2025-01-08T17:54:50.440Z | Checking serde v1.0.215 |
3487 | 2025-01-08T17:54:50.440Z | Checking thiserror v1.0.69 |
3488 | 2025-01-08T17:54:50.516Z | Checking scroll v0.12.0 |
3489 | 2025-01-08T17:54:50.523Z | Checking log v0.4.22 |
3490 | 2025-01-08T17:54:50.529Z | Checking hashbrown v0.15.1 |
3491 | 2025-01-08T17:54:50.553Z | Checking zerocopy v0.7.35 |
3492 | 2025-01-08T17:54:50.566Z | Checking syn v2.0.87 |
3493 | 2025-01-08T17:54:50.634Z | Checking pest v2.7.14 |
3494 | 2025-01-08T17:54:50.749Z | Checking rustix v0.38.37 |
3495 | 2025-01-08T17:54:50.958Z | Checking once_cell v1.20.2 |
3496 | 2025-01-08T17:54:50.978Z | Checking goblin v0.8.2 |
3497 | 2025-01-08T17:54:51.248Z | Checking fs-err v2.11.0 |
3498 | 2025-01-08T17:54:51.581Z | Checking anyhow v1.0.93 |
3499 | 2025-01-08T17:54:51.631Z | Checking indexmap v2.6.0 |
3500 | 2025-01-08T17:54:51.927Z | Checking tabled v0.15.0 |
3501 | 2025-01-08T17:54:52.724Z | Checking terminal_size v0.4.0 |
3502 | 2025-01-08T17:54:52.726Z | Checking tempfile v3.13.0 |
3503 | 2025-01-08T17:54:52.883Z | Checking clap_builder v4.5.21 |
3504 | 2025-01-08T17:54:53.163Z | Checking dtrace-parser v0.2.0 |
3505 | 2025-01-08T17:54:54.794Z | Checking serde_json v1.0.133 |
3506 | 2025-01-08T17:54:54.795Z | Checking toml_datetime v0.6.8 |
3507 | 2025-01-08T17:54:54.797Z | Checking serde_spanned v0.6.8 |
3508 | 2025-01-08T17:54:54.797Z | Checking camino v1.1.9 |
3509 | 2025-01-08T17:54:54.797Z | Checking semver v1.0.23 |
3510 | 2025-01-08T17:54:54.853Z | Checking cargo-platform v0.1.8 |
3511 | 2025-01-08T17:54:55.003Z | Checking macaddr v1.0.1 |
3512 | 2025-01-08T17:54:55.096Z | Checking toml_edit v0.22.22 |
3513 | 2025-01-08T17:54:55.249Z | Checking clap v4.5.21 |
3514 | 2025-01-08T17:54:55.350Z | Checking camino-tempfile v1.1.1 |
3515 | 2025-01-08T17:54:55.967Z | Checking dof v0.3.0 |
3516 | 2025-01-08T17:54:55.967Z | Checking cargo_metadata v0.18.1 |
3517 | 2025-01-08T17:54:56.357Z | Checking usdt-impl v0.5.0 |
3518 | 2025-01-08T17:54:56.703Z | Checking usdt v0.5.0 |
3519 | 2025-01-08T17:54:56.831Z | Checking toml v0.8.19 |
3520 | 2025-01-08T17:54:57.280Z | Checking cargo_toml v0.20.5 |
3521 | 2025-01-08T17:54:58.450Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3522 | 2025-01-08T17:54:59.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s |
3523 | 2025-01-08T17:54:59.131Z | |
3524 | 2025-01-08T17:54:59.131Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3525 | 2025-01-08T17:54:59.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-01-08T17:54:59.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-01-08T17:54:59.875Z | Checking polyval v0.6.2 |
3528 | 2025-01-08T17:54:59.987Z | Checking ctr v0.9.2 |
3529 | 2025-01-08T17:54:59.999Z | Checking ssh-encoding v0.2.0 |
3530 | 2025-01-08T17:54:59.999Z | Checking blowfish v0.9.1 |
3531 | 2025-01-08T17:55:00.021Z | Checking password-hash v0.4.2 |
3532 | 2025-01-08T17:55:00.024Z | Checking matches v0.1.10 |
3533 | 2025-01-08T17:55:00.050Z | Checking p256 v0.13.2 |
3534 | 2025-01-08T17:55:00.050Z | Checking p521 v0.13.3 |
3535 | 2025-01-08T17:55:00.123Z | Checking idna v0.2.3 |
3536 | 2025-01-08T17:55:00.211Z | Checking ghash v0.5.1 |
3537 | 2025-01-08T17:55:00.249Z | Checking bcrypt-pbkdf v0.10.0 |
3538 | 2025-01-08T17:55:00.267Z | Compiling enum-as-inner v0.5.1 |
3539 | 2025-01-08T17:55:00.310Z | Checking russh-cryptovec v0.7.3 |
3540 | 2025-01-08T17:55:00.386Z | Checking aes-gcm v0.10.3 |
3541 | 2025-01-08T17:55:00.425Z | Checking pbkdf2 v0.11.0 |
3542 | 2025-01-08T17:55:00.520Z | Checking md5 v0.7.0 |
3543 | 2025-01-08T17:55:00.538Z | Checking num-bigint v0.4.6 |
3544 | 2025-01-08T17:55:00.538Z | Checking des v0.8.1 |
3545 | 2025-01-08T17:55:00.627Z | Checking ssh-cipher v0.2.0 |
3546 | 2025-01-08T17:55:00.691Z | Compiling dhcproto-macros v0.1.0 |
3547 | 2025-01-08T17:55:00.792Z | Checking hex-literal v0.4.1 |
3548 | 2025-01-08T17:55:00.824Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3549 | 2025-01-08T17:55:00.919Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3550 | 2025-01-08T17:55:00.919Z | Checking ssh-key v0.6.6 |
3551 | 2025-01-08T17:55:00.953Z | Checking internet-checksum v0.2.1 |
3552 | 2025-01-08T17:55:01.267Z | Checking trust-dns-proto v0.22.0 |
3553 | 2025-01-08T17:55:02.203Z | Checking russh-keys v0.45.0 |
3554 | 2025-01-08T17:55:03.078Z | Checking russh v0.45.0 |
3555 | 2025-01-08T17:55:03.729Z | Checking dhcproto v0.12.0 |
3556 | 2025-01-08T17:55:20.598Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3557 | 2025-01-08T17:55:22.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.86s |
3558 | 2025-01-08T17:55:22.198Z | |
3559 | 2025-01-08T17:55:22.198Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3560 | 2025-01-08T17:55:22.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3561 | 2025-01-08T17:55:22.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3562 | 2025-01-08T17:55:22.829Z | Checking termios v0.3.3 |
3563 | 2025-01-08T17:55:23.041Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3564 | 2025-01-08T17:55:23.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3565 | 2025-01-08T17:55:23.979Z | |
3566 | 2025-01-08T17:55:23.979Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3567 | 2025-01-08T17:55:24.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3568 | 2025-01-08T17:55:24.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3569 | 2025-01-08T17:55:24.656Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3570 | 2025-01-08T17:55:24.656Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3571 | 2025-01-08T17:55:24.659Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3572 | 2025-01-08T17:55:24.659Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3573 | 2025-01-08T17:55:25.705Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3574 | 2025-01-08T17:55:26.995Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3575 | 2025-01-08T17:55:28.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
3576 | 2025-01-08T17:55:29.042Z | |
3577 | 2025-01-08T17:55:29.042Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3578 | 2025-01-08T17:55:29.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3579 | 2025-01-08T17:55:29.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3580 | 2025-01-08T17:55:29.670Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3581 | 2025-01-08T17:55:30.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3582 | 2025-01-08T17:55:30.321Z | |
3583 | 2025-01-08T17:55:30.321Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3584 | 2025-01-08T17:55:30.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3585 | 2025-01-08T17:55:30.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3586 | 2025-01-08T17:55:30.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3587 | 2025-01-08T17:55:30.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3588 | 2025-01-08T17:55:30.918Z | |
3589 | 2025-01-08T17:55:30.918Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3590 | 2025-01-08T17:55:31.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3591 | 2025-01-08T17:55:31.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3592 | 2025-01-08T17:55:31.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3593 | 2025-01-08T17:55:31.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3594 | 2025-01-08T17:55:31.521Z | |
3595 | 2025-01-08T17:55:31.521Z | info: running `cargo check --bins` on omicron-package (171/176) |
3596 | 2025-01-08T17:55:32.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3597 | 2025-01-08T17:55:32.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3598 | 2025-01-08T17:55:32.171Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3599 | 2025-01-08T17:55:33.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3600 | 2025-01-08T17:55:33.726Z | |
3601 | 2025-01-08T17:55:33.726Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3602 | 2025-01-08T17:55:34.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3603 | 2025-01-08T17:55:34.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3604 | 2025-01-08T17:55:34.408Z | Checking rtoolbox v0.0.2 |
3605 | 2025-01-08T17:55:34.408Z | Checking tui-tree-widget v0.22.0 |
3606 | 2025-01-08T17:55:34.408Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3607 | 2025-01-08T17:55:34.637Z | Checking rpassword v7.3.1 |
3608 | 2025-01-08T17:55:38.598Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3609 | 2025-01-08T17:55:41.547Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3610 | 2025-01-08T17:55:42.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s |
3611 | 2025-01-08T17:55:42.938Z | |
3612 | 2025-01-08T17:55:42.938Z | info: running `cargo check --bins` on wicket (173/176) |
3613 | 2025-01-08T17:55:43.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3614 | 2025-01-08T17:55:43.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3615 | 2025-01-08T17:55:43.619Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3616 | 2025-01-08T17:55:44.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3617 | 2025-01-08T17:55:44.247Z | |
3618 | 2025-01-08T17:55:44.247Z | info: running `cargo check --bins` on wicketd (174/176) |
3619 | 2025-01-08T17:55:44.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3620 | 2025-01-08T17:55:44.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3621 | 2025-01-08T17:55:44.946Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3622 | 2025-01-08T17:55:44.946Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3623 | 2025-01-08T17:55:45.808Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3624 | 2025-01-08T17:55:49.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
3625 | 2025-01-08T17:55:49.842Z | |
3626 | 2025-01-08T17:55:49.843Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3627 | 2025-01-08T17:55:50.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-01-08T17:55:50.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-01-08T17:55:50.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3630 | 2025-01-08T17:55:50.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3631 | 2025-01-08T17:55:50.444Z | |
3632 | 2025-01-08T17:55:50.444Z | info: running `cargo check --bins` on zone-setup (176/176) |
3633 | 2025-01-08T17:55:51.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3634 | 2025-01-08T17:55:51.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3635 | 2025-01-08T17:55:51.157Z | Checking uzers v0.12.1 |
3636 | 2025-01-08T17:55:51.491Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3637 | 2025-01-08T17:55:52.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3638 | 2025-01-08T17:55:52.862Z | |
3639 | 2025-01-08T17:55:52.862Z | real 13:23.508756547 |
3640 | 2025-01-08T17:55:52.862Z | user 25:15.532556373 |
3641 | 2025-01-08T17:55:52.863Z | sys 5:44.571451643 |
3642 | 2025-01-08T17:55:52.863Z | trap 0.489772889 |
3643 | 2025-01-08T17:55:52.863Z | tflt 2.592197915 |
3644 | 2025-01-08T17:55:52.863Z | dflt 3.100440806 |
3645 | 2025-01-08T17:55:52.863Z | kflt 0.000762854 |
3646 | 2025-01-08T17:55:52.865Z | lock 48:03.483882136 |
3647 | 2025-01-08T17:55:52.865Z | slp 2:12:11.104178200 |
3648 | 2025-01-08T17:55:52.865Z | lat 1:01.363120011 |
3649 | 2025-01-08T17:55:52.865Z | stop 3:23.028122668 |
3650 | 2025-01-08T17:55:52.865Z | process exited: duration 1135808 ms, exit code 0 |
|
3651 | 2025-01-08T17:55:52.871Z | found 0 output files |