|
|
|
1 | 2024-12-13T23:51:49.248Z | job assigned to worker 01JF16XQ1DD2XHHN1VDVM2K6R1 [factory aws, i-05eb199ee9818d1ca] (queued for 49 s) |
|
2 | 2024-12-13T23:51:56.771Z | starting task 0: "setup" |
3 | 2024-12-13T23:51:56.782Z | ++ uname -s |
4 | 2024-12-13T23:51:56.784Z | + kern=SunOS |
5 | 2024-12-13T23:51:56.784Z | + case "$kern" in |
6 | 2024-12-13T23:51:56.784Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:51:56.787Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:51:58.795Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:51:58.897Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:51:58.900Z | + home_fs=zfs |
11 | 2024-12-13T23:51:58.900Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:51:58.900Z | + mkdir -p /home/build |
13 | 2024-12-13T23:51:58.903Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:52:00.903Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:52:00.906Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-12-13T23:52:00.912Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:52:00.918Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:52:00.918Z | ' 1.81.0 |
19 | 2024-12-13T23:52:00.918Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T23:52:00.918Z | * toolchain profile = "default" |
21 | 2024-12-13T23:52:00.918Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-13T23:52:00.918Z | ' default |
23 | 2024-12-13T23:52:00.920Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:52:00.920Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:52:01.035Z | info: downloading installer |
26 | 2024-12-13T23:52:02.411Z | info: profile set to 'default' |
27 | 2024-12-13T23:52:02.411Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:52:02.415Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:52:02.585Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:52:02.585Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:52:03.599Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:52:03.986Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:52:05.393Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:52:07.574Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:52:15.489Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:52:15.788Z | info: installing component 'cargo' |
37 | 2024-12-13T23:52:16.574Z | info: installing component 'clippy' |
38 | 2024-12-13T23:52:16.930Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:52:18.535Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:52:20.242Z | info: installing component 'rustc' |
41 | 2024-12-13T23:52:25.917Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:52:26.237Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:52:26.237Z | |
44 | 2024-12-13T23:52:26.604Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:52:26.604Z | |
46 | 2024-12-13T23:52:26.607Z | |
47 | 2024-12-13T23:52:26.607Z | Rust is installed now. Great! |
48 | 2024-12-13T23:52:26.607Z | |
49 | 2024-12-13T23:52:26.607Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:52:26.607Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:52:26.607Z | |
52 | 2024-12-13T23:52:26.607Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:52:26.607Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:52:26.607Z | |
55 | 2024-12-13T23:52:26.607Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:52:26.607Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:52:26.607Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:52:26.681Z | + rustc --version |
59 | 2024-12-13T23:52:26.746Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:52:26.749Z | process exited: duration 25841 ms, exit code 0 |
|
61 | 2024-12-13T23:52:26.757Z | starting task 2: "authentication" |
62 | 2024-12-13T23:52:26.776Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T23:52:26.781Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:52:26.786Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:52:26.789Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:52:26.829Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:52:33.472Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:52:33.472Z | + git fetch origin 2d0edd7fe91c7e13881879dccf13399351d475d3 |
69 | 2024-12-13T23:52:33.765Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:52:33.765Z | * branch 2d0edd7fe91c7e13881879dccf13399351d475d3 -> FETCH_HEAD |
71 | 2024-12-13T23:52:33.774Z | + [[ -n dtrace-sql-transactions ]] |
72 | 2024-12-13T23:52:33.777Z | ++ git branch --show-current |
73 | 2024-12-13T23:52:33.780Z | + current=main |
74 | 2024-12-13T23:52:33.780Z | + [[ main != dtrace-sql-transactions ]] |
75 | 2024-12-13T23:52:33.780Z | + git branch -f dtrace-sql-transactions 2d0edd7fe91c7e13881879dccf13399351d475d3 |
76 | 2024-12-13T23:52:33.783Z | + git checkout -f dtrace-sql-transactions |
77 | 2024-12-13T23:52:33.957Z | Switched to branch 'dtrace-sql-transactions' |
78 | 2024-12-13T23:52:33.960Z | + git reset --hard 2d0edd7fe91c7e13881879dccf13399351d475d3 |
79 | 2024-12-13T23:52:34.128Z | HEAD is now at 2d0edd7fe Alan has spoken |
80 | 2024-12-13T23:52:34.131Z | process exited: duration 7349 ms, exit code 0 |
|
81 | 2024-12-13T23:52:34.138Z | starting task 4: "build" |
82 | 2024-12-13T23:52:34.145Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T23:52:34.145Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T23:52:34.148Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T23:52:34.148Z | + cargo --version |
86 | 2024-12-13T23:52:34.201Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T23:52:34.204Z | + rustc --version |
88 | 2024-12-13T23:52:34.263Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T23:52:34.265Z | + source ./env.sh |
90 | 2024-12-13T23:52:34.265Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-13T23:52:34.265Z | ++ set -o xtrace |
92 | 2024-12-13T23:52:34.268Z | ++++ dirname ./env.sh |
93 | 2024-12-13T23:52:34.272Z | +++ readlink -f . |
94 | 2024-12-13T23:52:34.275Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-13T23:52:34.275Z | ++ 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 | 2024-12-13T23:52:34.275Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-13T23:52:34.275Z | ++ 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 | 2024-12-13T23:52:34.276Z | ++ 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 | 2024-12-13T23:52:34.276Z | ++ 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 | 2024-12-13T23:52:34.276Z | ++ 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 | 2024-12-13T23:52:34.276Z | ++ 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 | 2024-12-13T23:52:34.276Z | ++ 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 | 2024-12-13T23:52:34.276Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-13T23:52:34.276Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-13T23:52:34.276Z | + 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 | 2024-12-13T23:52:34.276Z | + 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 | 2024-12-13T23:52:34.276Z | + banner prerequisites |
108 | 2024-12-13T23:52:34.278Z | |
109 | 2024-12-13T23:52:34.279Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-13T23:52:34.279Z | # # # # # # # # # # # # # # # |
111 | 2024-12-13T23:52:34.279Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-13T23:52:34.279Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-13T23:52:34.279Z | # # # # # # # # # # # # # # # |
114 | 2024-12-13T23:52:34.279Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-13T23:52:34.279Z | |
116 | 2024-12-13T23:52:34.279Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-13T23:52:41.718Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-13T23:52:45.453Z | Startup: Caching catalogs ... Done |
119 | 2024-12-13T23:52:55.639Z | Planning: Solver setup ... Done (9.326s) |
120 | 2024-12-13T23:52:55.764Z | Planning: Running solver ... Done (0.126s) |
121 | 2024-12-13T23:52:55.860Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-12-13T23:52:55.881Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-13T23:52:56.126Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-13T23:52:56.225Z | Planning: Package planning ... Done (0.099s) |
125 | 2024-12-13T23:52:56.281Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-13T23:52:56.471Z | Planning: Checking for conflicting actions ... Done (0.190s) |
127 | 2024-12-13T23:52:58.575Z | Planning: Consolidating action changes ... Done (2.104s) |
128 | 2024-12-13T23:52:59.029Z | Planning: Evaluating mediators ... Done (0.454s) |
129 | 2024-12-13T23:52:59.111Z | Planning: Planning completed in 13.57 seconds |
130 | 2024-12-13T23:52:59.128Z | Packages to install: 4 |
131 | 2024-12-13T23:52:59.128Z | Packages to update: 1 |
132 | 2024-12-13T23:52:59.131Z | Mediators to change: 2 |
133 | 2024-12-13T23:52:59.131Z | Services to change: 1 |
134 | 2024-12-13T23:52:59.132Z | Estimated space available: 155.63 GB |
135 | 2024-12-13T23:52:59.132Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-13T23:52:59.132Z | Create boot environment: No |
137 | 2024-12-13T23:52:59.132Z | Create backup boot environment: Yes |
138 | 2024-12-13T23:52:59.132Z | Rebuild boot archive: No |
139 | 2024-12-13T23:52:59.132Z | |
140 | 2024-12-13T23:52:59.132Z | Changed mediators: |
141 | 2024-12-13T23:52:59.132Z | mediator clang: |
142 | 2024-12-13T23:52:59.132Z | version: None -> 15 (system default) |
143 | 2024-12-13T23:52:59.132Z | |
144 | 2024-12-13T23:52:59.132Z | mediator llvm: |
145 | 2024-12-13T23:52:59.132Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-13T23:52:59.132Z | |
147 | 2024-12-13T23:52:59.132Z | Changed packages: |
148 | 2024-12-13T23:52:59.132Z | helios-dev |
149 | 2024-12-13T23:52:59.132Z | developer/build-essential |
150 | 2024-12-13T23:52:59.132Z | None -> 11-2.0 |
151 | 2024-12-13T23:52:59.132Z | library/libxmlsec1 |
152 | 2024-12-13T23:52:59.132Z | None -> 1.2.35-2.0 |
153 | 2024-12-13T23:52:59.132Z | ooce/developer/clang-15 |
154 | 2024-12-13T23:52:59.132Z | None -> 15.0.7-2.0 |
155 | 2024-12-13T23:52:59.132Z | ooce/developer/llvm-15 |
156 | 2024-12-13T23:52:59.132Z | None -> 15.0.7-2.0 |
157 | 2024-12-13T23:52:59.132Z | package/pkg |
158 | 2024-12-13T23:52:59.132Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-13T23:52:59.132Z | |
160 | 2024-12-13T23:52:59.132Z | Services: |
161 | 2024-12-13T23:52:59.132Z | restart_fmri: |
162 | 2024-12-13T23:52:59.132Z | svc:/system/update-man-index:default |
163 | 2024-12-13T23:52:59.132Z | |
164 | 2024-12-13T23:52:59.132Z | Editable files to change: |
165 | 2024-12-13T23:52:59.132Z | Update: |
166 | 2024-12-13T23:52:59.132Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-13T23:52:59.210Z | |
168 | 2024-12-13T23:52:59.211Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-13T23:53:04.440Z | Download: 1190/4281 items 64.3/220.6MB 29% complete (12.9M/s) |
170 | 2024-12-13T23:53:09.442Z | Download: 1732/4281 items 117.4/220.6MB 53% complete (11.7M/s) |
171 | 2024-12-13T23:53:14.446Z | Download: 2488/4281 items 120.3/220.6MB 54% complete (5.6M/s) |
172 | 2024-12-13T23:53:21.104Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.6M/s) |
173 | 2024-12-13T23:53:27.709Z | Download: 3505/4281 items 215.4/220.6MB 97% complete (9.4M/s) |
174 | 2024-12-13T23:53:30.319Z | Download: Completed 220.60 MB in 31.11 seconds (7.1M/s) |
175 | 2024-12-13T23:53:32.401Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-13T23:53:32.427Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-13T23:53:37.106Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-12-13T23:53:37.427Z | Actions: Completed 5063 actions in 5.03 seconds. |
179 | 2024-12-13T23:53:37.649Z | Done (0.213s) |
180 | 2024-12-13T23:53:37.652Z | Done (0.000s) |
181 | 2024-12-13T23:53:38.195Z | Done (0.545s) |
182 | 2024-12-13T23:53:42.642Z | Done (4.225s) |
183 | 2024-12-13T23:53:42.736Z | Done (0.022s) |
184 | 2024-12-13T23:53:42.740Z | Done (0.000s) |
185 | 2024-12-13T23:53:42.904Z | Done (0.000s) |
186 | 2024-12-13T23:53:43.588Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-12-13T23:53:44.014Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-12-13T23:53:44.027Z | Planning: Consolidating action changes ... Done |
189 | 2024-12-13T23:53:44.036Z | Planning: Evaluating mediators ... Done |
190 | 2024-12-13T23:53:44.036Z | Planning: Planning completed in 0.44 seconds |
191 | 2024-12-13T23:53:44.066Z | Mediators to change: 2 |
192 | 2024-12-13T23:53:44.066Z | Create boot environment: No |
193 | 2024-12-13T23:53:44.080Z | Create backup boot environment: No |
194 | 2024-12-13T23:53:44.152Z | Done |
195 | 2024-12-13T23:53:44.152Z | Done |
196 | 2024-12-13T23:53:44.500Z | Done |
197 | 2024-12-13T23:53:48.160Z | Done |
198 | 2024-12-13T23:53:48.249Z | Done |
199 | 2024-12-13T23:53:48.252Z | Done |
200 | 2024-12-13T23:53:48.383Z | Done |
201 | 2024-12-13T23:53:49.007Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-12-13T23:53:49.015Z | Planning: Merging actions ... Done |
203 | 2024-12-13T23:53:49.202Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-12-13T23:53:49.206Z | Planning: Consolidating action changes ... Done |
205 | 2024-12-13T23:53:49.475Z | Planning: Evaluating mediators ... Done |
206 | 2024-12-13T23:53:49.533Z | Planning: Planning completed in 0.78 seconds |
207 | 2024-12-13T23:53:49.576Z | Packages to change: 1 |
208 | 2024-12-13T23:53:49.578Z | Mediators to change: 1 |
209 | 2024-12-13T23:53:49.579Z | Services to change: 1 |
210 | 2024-12-13T23:53:49.579Z | Create boot environment: No |
211 | 2024-12-13T23:53:49.579Z | Create backup boot environment: Yes |
212 | 2024-12-13T23:53:51.904Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-12-13T23:53:51.907Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-12-13T23:53:51.907Z | Done |
215 | 2024-12-13T23:53:51.907Z | Done |
216 | 2024-12-13T23:53:52.022Z | Done |
217 | 2024-12-13T23:53:55.614Z | Done |
218 | 2024-12-13T23:53:55.701Z | Done |
219 | 2024-12-13T23:53:55.705Z | Done |
220 | 2024-12-13T23:53:55.833Z | Done |
221 | 2024-12-13T23:53:56.271Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-12-13T23:53:56.271Z | clang system 15 system |
223 | 2024-12-13T23:53:56.271Z | csh system system illumos |
224 | 2024-12-13T23:53:56.271Z | ctags system system illumos |
225 | 2024-12-13T23:53:56.271Z | gcc vendor 12 vendor |
226 | 2024-12-13T23:53:56.271Z | gcc system 10 system |
227 | 2024-12-13T23:53:56.271Z | gcc system 7 system |
228 | 2024-12-13T23:53:56.271Z | go system 1.20 system |
229 | 2024-12-13T23:53:56.271Z | go system 1.19 system |
230 | 2024-12-13T23:53:56.271Z | llvm system 15 system |
231 | 2024-12-13T23:53:56.271Z | llvm system 14 system |
232 | 2024-12-13T23:53:56.271Z | mariadb system 10.6 system |
233 | 2024-12-13T23:53:56.271Z | mta vendor vendor dma |
234 | 2024-12-13T23:53:56.271Z | openjdk system 17 system |
235 | 2024-12-13T23:53:56.271Z | openjdk system 11 system |
236 | 2024-12-13T23:53:56.271Z | openjdk system 1.8 system |
237 | 2024-12-13T23:53:56.271Z | openssl vendor 3 vendor |
238 | 2024-12-13T23:53:56.271Z | perl system 5.36 system |
239 | 2024-12-13T23:53:56.272Z | postgresql system 15 system |
240 | 2024-12-13T23:53:56.272Z | postgresql system 13 system |
241 | 2024-12-13T23:53:56.272Z | python vendor 3 vendor |
242 | 2024-12-13T23:53:56.272Z | python system 2 system |
243 | 2024-12-13T23:53:56.272Z | python3 system 3.11 system |
244 | 2024-12-13T23:53:56.272Z | ruby system 3.0 system |
245 | 2024-12-13T23:53:56.272Z | words vendor vendor american-english |
246 | 2024-12-13T23:53:56.272Z | words system system australian-english |
247 | 2024-12-13T23:53:56.272Z | words system system british-english |
248 | 2024-12-13T23:53:56.272Z | words system system canadian-english |
249 | 2024-12-13T23:53:56.272Z | words system system french |
250 | 2024-12-13T23:53:56.272Z | words system system italian |
251 | 2024-12-13T23:53:56.272Z | words system system ngerman |
252 | 2024-12-13T23:53:56.272Z | words system system ogerman |
253 | 2024-12-13T23:53:56.272Z | words system system spanish |
254 | 2024-12-13T23:53:56.603Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-12-13T23:53:56.603Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-12-13T23:53:59.326Z | FMRI IFO |
257 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-12-13T23:53:59.326Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-12-13T23:54:00.086Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-12-13T23:54:00.391Z | Updating crates.io index |
274 | 2024-12-13T23:54:00.461Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-12-13T23:54:00.991Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-12-13T23:54:01.345Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-12-13T23:54:01.558Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-12-13T23:54:01.866Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-12-13T23:54:02.735Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-12-13T23:54:04.411Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-12-13T23:54:05.548Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-12-13T23:54:06.232Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-12-13T23:54:06.479Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-12-13T23:54:06.815Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-12-13T23:54:07.396Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-12-13T23:54:07.727Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-12-13T23:54:08.006Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-12-13T23:54:08.298Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-12-13T23:54:08.594Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-12-13T23:54:08.850Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-12-13T23:54:09.163Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-12-13T23:54:09.441Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-12-13T23:54:09.853Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-12-13T23:54:10.109Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-12-13T23:54:10.632Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-12-13T23:54:10.925Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-12-13T23:54:11.307Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-12-13T23:54:11.701Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-12-13T23:54:11.984Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-12-13T23:54:12.242Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-12-13T23:54:12.525Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-12-13T23:54:13.908Z | Downloading crates ... |
303 | 2024-12-13T23:54:13.965Z | Downloaded anstream v0.6.15 |
304 | 2024-12-13T23:54:13.972Z | Downloaded equivalent v1.0.1 |
305 | 2024-12-13T23:54:13.975Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-12-13T23:54:13.978Z | Downloaded proc-macro-error-attr v1.0.4 |
307 | 2024-12-13T23:54:13.980Z | Downloaded camino-tempfile v1.1.1 |
308 | 2024-12-13T23:54:13.989Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-12-13T23:54:13.994Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-12-13T23:54:13.997Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-12-13T23:54:14.001Z | Downloaded errno v0.3.9 |
312 | 2024-12-13T23:54:14.004Z | Downloaded colorchoice v1.0.2 |
313 | 2024-12-13T23:54:14.004Z | Downloaded clap_lex v0.7.2 |
314 | 2024-12-13T23:54:14.006Z | Downloaded block-buffer v0.10.4 |
315 | 2024-12-13T23:54:14.006Z | Downloaded autocfg v1.4.0 |
316 | 2024-12-13T23:54:14.013Z | Downloaded swrite v0.1.0 |
317 | 2024-12-13T23:54:14.019Z | Downloaded pretty-hex v0.4.1 |
318 | 2024-12-13T23:54:14.022Z | Downloaded crypto-common v0.1.6 |
319 | 2024-12-13T23:54:14.025Z | Downloaded is_terminal_polyfill v1.70.1 |
320 | 2024-12-13T23:54:14.025Z | Downloaded serde_tokenstream v0.2.2 |
321 | 2024-12-13T23:54:14.027Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-12-13T23:54:14.031Z | Downloaded strsim v0.11.1 |
323 | 2024-12-13T23:54:14.033Z | Downloaded fs-err v2.11.0 |
324 | 2024-12-13T23:54:14.035Z | Downloaded thiserror-impl v1.0.69 |
325 | 2024-12-13T23:54:14.035Z | Downloaded heck v0.4.1 |
326 | 2024-12-13T23:54:14.038Z | Downloaded anstyle-query v1.1.1 |
327 | 2024-12-13T23:54:14.038Z | Downloaded serde_spanned v0.6.8 |
328 | 2024-12-13T23:54:14.041Z | Downloaded pest_generator v2.7.14 |
329 | 2024-12-13T23:54:14.044Z | Downloaded fastrand v2.1.1 |
330 | 2024-12-13T23:54:14.044Z | Downloaded cfg-if v1.0.0 |
331 | 2024-12-13T23:54:14.046Z | Downloaded semver v1.0.23 |
332 | 2024-12-13T23:54:14.049Z | Downloaded anstyle v1.0.10 |
333 | 2024-12-13T23:54:14.051Z | Downloaded generic-array v0.14.7 |
334 | 2024-12-13T23:54:14.054Z | Downloaded thread-id v4.2.2 |
335 | 2024-12-13T23:54:14.054Z | Downloaded thiserror v1.0.69 |
336 | 2024-12-13T23:54:14.058Z | Downloaded terminal_size v0.4.0 |
337 | 2024-12-13T23:54:14.061Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-12-13T23:54:14.063Z | Downloaded smawk v0.3.2 |
339 | 2024-12-13T23:54:14.063Z | Downloaded cargo-platform v0.1.8 |
340 | 2024-12-13T23:54:14.065Z | Downloaded utf8parse v0.2.2 |
341 | 2024-12-13T23:54:14.065Z | Downloaded fnv v1.0.7 |
342 | 2024-12-13T23:54:14.065Z | Downloaded plain v0.2.3 |
343 | 2024-12-13T23:54:14.068Z | Downloaded macaddr v1.0.1 |
344 | 2024-12-13T23:54:14.068Z | Downloaded cpufeatures v0.2.14 |
345 | 2024-12-13T23:54:14.070Z | Downloaded toml_datetime v0.6.8 |
346 | 2024-12-13T23:54:14.070Z | Downloaded memmap v0.7.0 |
347 | 2024-12-13T23:54:14.073Z | Downloaded heck v0.5.0 |
348 | 2024-12-13T23:54:14.073Z | Downloaded digest v0.10.7 |
349 | 2024-12-13T23:54:14.075Z | Downloaded bytecount v0.6.8 |
350 | 2024-12-13T23:54:14.076Z | Downloaded anstyle-parse v0.2.5 |
351 | 2024-12-13T23:54:14.078Z | Downloaded dof v0.3.0 |
352 | 2024-12-13T23:54:14.081Z | Downloaded pest_derive v2.7.14 |
353 | 2024-12-13T23:54:14.083Z | Downloaded clap_derive v4.5.18 |
354 | 2024-12-13T23:54:14.083Z | Downloaded tempfile v3.13.0 |
355 | 2024-12-13T23:54:14.085Z | Downloaded scroll v0.12.0 |
356 | 2024-12-13T23:54:14.088Z | Downloaded quote v1.0.37 |
357 | 2024-12-13T23:54:14.090Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-12-13T23:54:14.090Z | Downloaded version_check v0.9.5 |
359 | 2024-12-13T23:54:14.093Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-12-13T23:54:14.093Z | Downloaded camino v1.1.9 |
361 | 2024-12-13T23:54:14.096Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-12-13T23:54:14.099Z | Downloaded once_cell v1.20.2 |
363 | 2024-12-13T23:54:14.101Z | Downloaded byteorder v1.5.0 |
364 | 2024-12-13T23:54:14.101Z | Downloaded cargo_toml v0.20.5 |
365 | 2024-12-13T23:54:14.103Z | Downloaded itoa v1.0.11 |
366 | 2024-12-13T23:54:14.107Z | Downloaded usdt v0.5.0 |
367 | 2024-12-13T23:54:14.111Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-12-13T23:54:14.116Z | Downloaded textwrap v0.16.1 |
369 | 2024-12-13T23:54:14.118Z | Downloaded bitflags v2.6.0 |
370 | 2024-12-13T23:54:14.121Z | Downloaded proc-macro2 v1.0.89 |
371 | 2024-12-13T23:54:14.124Z | Downloaded clap v4.5.21 |
372 | 2024-12-13T23:54:14.131Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-12-13T23:54:14.133Z | Downloaded anyhow v1.0.93 |
374 | 2024-12-13T23:54:14.136Z | Downloaded ucd-trie v0.1.7 |
375 | 2024-12-13T23:54:14.139Z | Downloaded serde_derive v1.0.215 |
376 | 2024-12-13T23:54:14.142Z | Downloaded ryu v1.0.18 |
377 | 2024-12-13T23:54:14.147Z | Downloaded typenum v1.17.0 |
378 | 2024-12-13T23:54:14.149Z | Downloaded toml v0.8.19 |
379 | 2024-12-13T23:54:14.149Z | Downloaded pest_meta v2.7.14 |
380 | 2024-12-13T23:54:14.151Z | Downloaded serde v1.0.215 |
381 | 2024-12-13T23:54:14.153Z | Downloaded papergrid v0.11.0 |
382 | 2024-12-13T23:54:14.157Z | Downloaded log v0.4.22 |
383 | 2024-12-13T23:54:14.159Z | Downloaded sha2 v0.10.8 |
384 | 2024-12-13T23:54:14.163Z | Downloaded indexmap v2.6.0 |
385 | 2024-12-13T23:54:14.167Z | Downloaded memchr v2.7.4 |
386 | 2024-12-13T23:54:14.178Z | Downloaded toml_edit v0.22.22 |
387 | 2024-12-13T23:54:14.197Z | Downloaded pest v2.7.14 |
388 | 2024-12-13T23:54:14.202Z | Downloaded hashbrown v0.15.1 |
389 | 2024-12-13T23:54:14.206Z | Downloaded serde_json v1.0.132 |
390 | 2024-12-13T23:54:14.220Z | Downloaded goblin v0.8.2 |
391 | 2024-12-13T23:54:14.227Z | Downloaded clap_builder v4.5.21 |
392 | 2024-12-13T23:54:14.232Z | Downloaded zerocopy v0.7.35 |
393 | 2024-12-13T23:54:14.247Z | Downloaded winnow v0.6.20 |
394 | 2024-12-13T23:54:14.254Z | Downloaded tabled v0.15.0 |
395 | 2024-12-13T23:54:14.282Z | Downloaded syn v1.0.109 |
396 | 2024-12-13T23:54:14.291Z | Downloaded unicode-width v0.1.14 |
397 | 2024-12-13T23:54:14.296Z | Downloaded syn v2.0.87 |
398 | 2024-12-13T23:54:14.306Z | Downloaded rustix v0.38.37 |
399 | 2024-12-13T23:54:14.348Z | Downloaded libc v0.2.162 |
400 | 2024-12-13T23:54:14.653Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-12-13T23:54:14.653Z | Compiling unicode-ident v1.0.13 |
402 | 2024-12-13T23:54:14.653Z | Compiling serde v1.0.215 |
403 | 2024-12-13T23:54:14.656Z | Compiling version_check v0.9.5 |
404 | 2024-12-13T23:54:14.656Z | Compiling memchr v2.7.4 |
405 | 2024-12-13T23:54:14.656Z | Compiling thiserror v1.0.69 |
406 | 2024-12-13T23:54:14.656Z | Compiling libc v0.2.162 |
407 | 2024-12-13T23:54:14.688Z | Compiling itoa v1.0.11 |
408 | 2024-12-13T23:54:14.896Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-13T23:54:15.031Z | Compiling ryu v1.0.18 |
410 | 2024-12-13T23:54:15.386Z | Compiling once_cell v1.20.2 |
411 | 2024-12-13T23:54:15.488Z | Compiling byteorder v1.5.0 |
412 | 2024-12-13T23:54:15.730Z | Compiling serde_json v1.0.132 |
413 | 2024-12-13T23:54:15.830Z | Compiling rustix v0.38.37 |
414 | 2024-12-13T23:54:16.035Z | Compiling bitflags v2.6.0 |
415 | 2024-12-13T23:54:16.106Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-13T23:54:16.374Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-13T23:54:16.450Z | Compiling syn v1.0.109 |
418 | 2024-12-13T23:54:16.501Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-12-13T23:54:16.627Z | Compiling quote v1.0.37 |
420 | 2024-12-13T23:54:16.726Z | Compiling plain v0.2.3 |
421 | 2024-12-13T23:54:16.775Z | Compiling log v0.4.22 |
422 | 2024-12-13T23:54:16.823Z | Compiling equivalent v1.0.1 |
423 | 2024-12-13T23:54:16.915Z | Compiling errno v0.3.9 |
424 | 2024-12-13T23:54:16.941Z | Compiling utf8parse v0.2.2 |
425 | 2024-12-13T23:54:17.088Z | Compiling syn v2.0.87 |
426 | 2024-12-13T23:54:17.142Z | Compiling thread-id v4.2.2 |
427 | 2024-12-13T23:54:17.207Z | Compiling camino v1.1.9 |
428 | 2024-12-13T23:54:17.233Z | Compiling hashbrown v0.15.1 |
429 | 2024-12-13T23:54:17.259Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-12-13T23:54:17.620Z | Compiling pretty-hex v0.4.1 |
431 | 2024-12-13T23:54:17.829Z | Compiling autocfg v1.4.0 |
432 | 2024-12-13T23:54:17.856Z | Compiling colorchoice v1.0.2 |
433 | 2024-12-13T23:54:17.950Z | Compiling winnow v0.6.20 |
434 | 2024-12-13T23:54:18.013Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-12-13T23:54:18.144Z | Compiling anstyle v1.0.10 |
436 | 2024-12-13T23:54:18.319Z | Compiling unicode-width v0.1.14 |
437 | 2024-12-13T23:54:18.480Z | Compiling indexmap v2.6.0 |
438 | 2024-12-13T23:54:18.604Z | Compiling semver v1.0.23 |
439 | 2024-12-13T23:54:18.856Z | Compiling anstyle-query v1.1.1 |
440 | 2024-12-13T23:54:19.012Z | Compiling fs-err v2.11.0 |
441 | 2024-12-13T23:54:19.036Z | Compiling anstream v0.6.15 |
442 | 2024-12-13T23:54:19.308Z | Compiling terminal_size v0.4.0 |
443 | 2024-12-13T23:54:19.493Z | Compiling fnv v1.0.7 |
444 | 2024-12-13T23:54:19.527Z | Compiling anyhow v1.0.93 |
445 | 2024-12-13T23:54:19.633Z | Compiling heck v0.4.1 |
446 | 2024-12-13T23:54:19.769Z | Compiling clap_lex v0.7.2 |
447 | 2024-12-13T23:54:19.810Z | Compiling cfg-if v1.0.0 |
448 | 2024-12-13T23:54:19.917Z | Compiling strsim v0.11.1 |
449 | 2024-12-13T23:54:20.175Z | Compiling heck v0.5.0 |
450 | 2024-12-13T23:54:20.298Z | Compiling bytecount v0.6.8 |
451 | 2024-12-13T23:54:20.533Z | Compiling fastrand v2.1.1 |
452 | 2024-12-13T23:54:20.582Z | Compiling papergrid v0.11.0 |
453 | 2024-12-13T23:54:20.721Z | Compiling clap_builder v4.5.21 |
454 | 2024-12-13T23:54:21.046Z | Compiling tempfile v3.13.0 |
455 | 2024-12-13T23:54:21.081Z | Compiling memmap v0.7.0 |
456 | 2024-12-13T23:54:21.240Z | Compiling smawk v0.3.2 |
457 | 2024-12-13T23:54:21.476Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-13T23:54:21.954Z | Compiling textwrap v0.16.1 |
459 | 2024-12-13T23:54:21.978Z | Compiling swrite v0.1.0 |
460 | 2024-12-13T23:54:23.052Z | Compiling tabled_derive v0.7.0 |
461 | 2024-12-13T23:54:24.543Z | Compiling tabled v0.15.0 |
462 | 2024-12-13T23:54:26.084Z | Compiling serde_derive v1.0.215 |
463 | 2024-12-13T23:54:26.084Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-12-13T23:54:26.087Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-12-13T23:54:26.087Z | Compiling scroll_derive v0.12.0 |
466 | 2024-12-13T23:54:26.342Z | Compiling clap_derive v4.5.18 |
467 | 2024-12-13T23:54:28.441Z | Compiling scroll v0.12.0 |
468 | 2024-12-13T23:54:28.444Z | Compiling goblin v0.8.2 |
469 | 2024-12-13T23:54:28.444Z | Compiling zerocopy v0.7.35 |
470 | 2024-12-13T23:54:28.714Z | Compiling pest v2.7.14 |
471 | 2024-12-13T23:54:30.160Z | Compiling clap v4.5.21 |
472 | 2024-12-13T23:54:30.988Z | Compiling pest_meta v2.7.14 |
473 | 2024-12-13T23:54:31.858Z | Compiling pest_generator v2.7.14 |
474 | 2024-12-13T23:54:33.746Z | Compiling pest_derive v2.7.14 |
475 | 2024-12-13T23:54:34.420Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-12-13T23:54:36.204Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-12-13T23:54:36.318Z | Compiling serde_spanned v0.6.8 |
478 | 2024-12-13T23:54:36.318Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-13T23:54:36.464Z | Compiling cargo-platform v0.1.8 |
480 | 2024-12-13T23:54:36.731Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-13T23:54:36.811Z | Compiling macaddr v1.0.1 |
482 | 2024-12-13T23:54:37.006Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-12-13T23:54:37.685Z | Compiling dof v0.3.0 |
484 | 2024-12-13T23:54:37.882Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-12-13T23:54:39.428Z | Compiling usdt-macro v0.5.0 |
486 | 2024-12-13T23:54:39.428Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-12-13T23:54:39.619Z | Compiling toml v0.8.19 |
488 | 2024-12-13T23:54:40.478Z | Compiling cargo_toml v0.20.5 |
489 | 2024-12-13T23:54:40.928Z | Compiling usdt v0.5.0 |
490 | 2024-12-13T23:54:44.009Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-12-13T23:54:48.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.33s |
492 | 2024-12-13T23:54:48.437Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-12-13T23:54:48.953Z | Downloading crates ... |
494 | 2024-12-13T23:54:49.073Z | Downloaded async-stream v0.3.6 |
495 | 2024-12-13T23:54:49.077Z | Downloaded atty v0.2.14 |
496 | 2024-12-13T23:54:49.081Z | Downloaded addr2line v0.24.2 |
497 | 2024-12-13T23:54:49.081Z | Downloaded argon2 v0.5.3 |
498 | 2024-12-13T23:54:49.084Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-12-13T23:54:49.088Z | Downloaded ciborium-io v0.2.2 |
500 | 2024-12-13T23:54:49.091Z | Downloaded cstr-argument v0.1.2 |
501 | 2024-12-13T23:54:49.094Z | Downloaded crucible-workspace-hack v0.1.0 |
502 | 2024-12-13T23:54:49.094Z | Downloaded cfg_aliases v0.2.1 |
503 | 2024-12-13T23:54:49.097Z | Downloaded async-recursion v1.1.1 |
504 | 2024-12-13T23:54:49.101Z | Downloaded crunchy v0.2.2 |
505 | 2024-12-13T23:54:49.106Z | Downloaded bit-set v0.5.3 |
506 | 2024-12-13T23:54:49.109Z | Downloaded async-stream-impl v0.3.6 |
507 | 2024-12-13T23:54:49.111Z | Downloaded curve25519-dalek-derive v0.1.1 |
508 | 2024-12-13T23:54:49.114Z | Downloaded cfg_aliases v0.1.1 |
509 | 2024-12-13T23:54:49.117Z | Downloaded array-init v0.0.4 |
510 | 2024-12-13T23:54:49.123Z | Downloaded ascii-canvas v3.0.0 |
511 | 2024-12-13T23:54:49.125Z | Downloaded bcrypt-pbkdf v0.10.0 |
512 | 2024-12-13T23:54:49.125Z | Downloaded darling v0.20.10 |
513 | 2024-12-13T23:54:49.130Z | Downloaded convert_case v0.4.0 |
514 | 2024-12-13T23:54:49.133Z | Downloaded ctr v0.9.2 |
515 | 2024-12-13T23:54:49.136Z | Downloaded cobs v0.2.3 |
516 | 2024-12-13T23:54:49.138Z | Downloaded heck v0.3.3 |
517 | 2024-12-13T23:54:49.138Z | Downloaded heapless v0.8.0 |
518 | 2024-12-13T23:54:49.143Z | Downloaded chrono-tz-build v0.4.0 |
519 | 2024-12-13T23:54:49.146Z | Downloaded bitfield v0.14.0 |
520 | 2024-12-13T23:54:49.146Z | Downloaded block-padding v0.3.3 |
521 | 2024-12-13T23:54:49.150Z | Downloaded bitflags v1.3.2 |
522 | 2024-12-13T23:54:49.153Z | Downloaded bit-vec v0.6.3 |
523 | 2024-12-13T23:54:49.153Z | Downloaded crc v3.2.1 |
524 | 2024-12-13T23:54:49.156Z | Downloaded cexpr v0.6.0 |
525 | 2024-12-13T23:54:49.156Z | Downloaded castaway v0.2.3 |
526 | 2024-12-13T23:54:49.158Z | Downloaded constant_time_eq v0.3.1 |
527 | 2024-12-13T23:54:49.161Z | Downloaded crc-catalog v2.4.0 |
528 | 2024-12-13T23:54:49.161Z | Downloaded cassowary v0.3.0 |
529 | 2024-12-13T23:54:49.164Z | Downloaded bitfield-struct v0.6.2 |
530 | 2024-12-13T23:54:49.164Z | Downloaded headers-core v0.3.0 |
531 | 2024-12-13T23:54:49.166Z | Downloaded crossbeam-deque v0.8.5 |
532 | 2024-12-13T23:54:49.166Z | Downloaded colored v2.1.0 |
533 | 2024-12-13T23:54:49.169Z | Downloaded ref-cast-impl v1.0.23 |
534 | 2024-12-13T23:54:49.171Z | Downloaded cmake v0.1.51 |
535 | 2024-12-13T23:54:49.174Z | Downloaded base16ct v0.2.0 |
536 | 2024-12-13T23:54:49.174Z | Downloaded cipher v0.4.4 |
537 | 2024-12-13T23:54:49.177Z | Downloaded chacha20 v0.9.1 |
538 | 2024-12-13T23:54:49.179Z | Downloaded backoff v0.4.0 |
539 | 2024-12-13T23:54:49.182Z | Downloaded atomic-waker v1.1.2 |
540 | 2024-12-13T23:54:49.184Z | Downloaded async-trait v0.1.83 |
541 | 2024-12-13T23:54:49.187Z | Downloaded cancel-safe-futures v0.1.5 |
542 | 2024-12-13T23:54:49.190Z | Downloaded hickory-proto v0.24.1 |
543 | 2024-12-13T23:54:49.208Z | Downloaded russh-cryptovec v0.7.3 |
544 | 2024-12-13T23:54:49.210Z | Downloaded hickory-client v0.24.1 |
545 | 2024-12-13T23:54:49.213Z | Downloaded http-body v1.0.1 |
546 | 2024-12-13T23:54:49.213Z | Downloaded hostname v0.4.0 |
547 | 2024-12-13T23:54:49.216Z | Downloaded hubpack_derive v0.1.1 |
548 | 2024-12-13T23:54:49.219Z | Downloaded hickory-resolver v0.24.1 |
549 | 2024-12-13T23:54:49.222Z | Downloaded csv-core v0.1.11 |
550 | 2024-12-13T23:54:49.225Z | Downloaded http-body-util v0.1.2 |
551 | 2024-12-13T23:54:49.228Z | Downloaded highway v1.2.0 |
552 | 2024-12-13T23:54:49.230Z | Downloaded termtree v0.4.1 |
553 | 2024-12-13T23:54:49.233Z | Downloaded psl-types v2.0.11 |
554 | 2024-12-13T23:54:49.233Z | Downloaded hmac v0.12.1 |
555 | 2024-12-13T23:54:49.236Z | Downloaded icu_provider_macros v1.5.0 |
556 | 2024-12-13T23:54:49.236Z | Downloaded hyper-tls v0.6.0 |
557 | 2024-12-13T23:54:49.238Z | Downloaded ident_case v1.0.1 |
558 | 2024-12-13T23:54:49.241Z | Downloaded httpdate v1.0.3 |
559 | 2024-12-13T23:54:49.241Z | Downloaded ciborium-ll v0.2.2 |
560 | 2024-12-13T23:54:49.245Z | Downloaded async-bb8-diesel v0.2.1 |
561 | 2024-12-13T23:54:49.247Z | Downloaded humantime v2.1.0 |
562 | 2024-12-13T23:54:49.247Z | Downloaded hex-literal v0.4.1 |
563 | 2024-12-13T23:54:49.250Z | Downloaded hex v0.4.3 |
564 | 2024-12-13T23:54:49.252Z | Downloaded cbc v0.1.2 |
565 | 2024-12-13T23:54:49.252Z | Downloaded lazycell v1.3.0 |
566 | 2024-12-13T23:54:49.255Z | Downloaded is_ci v1.2.0 |
567 | 2024-12-13T23:54:49.255Z | Downloaded bzip2 v0.4.4 |
568 | 2024-12-13T23:54:49.257Z | Downloaded try-lock v0.2.5 |
569 | 2024-12-13T23:54:49.260Z | Downloaded ciborium v0.2.2 |
570 | 2024-12-13T23:54:49.262Z | Downloaded ahash v0.8.11 |
571 | 2024-12-13T23:54:49.265Z | Downloaded rustversion v1.0.17 |
572 | 2024-12-13T23:54:49.268Z | Downloaded md5 v0.7.0 |
573 | 2024-12-13T23:54:49.270Z | Downloaded match_cfg v0.1.0 |
574 | 2024-12-13T23:54:49.270Z | Downloaded instant v0.1.13 |
575 | 2024-12-13T23:54:49.273Z | Downloaded serde_urlencoded v0.7.1 |
576 | 2024-12-13T23:54:49.275Z | Downloaded slab v0.4.9 |
577 | 2024-12-13T23:54:49.277Z | Downloaded serde_repr v0.1.19 |
578 | 2024-12-13T23:54:49.280Z | Downloaded darling_macro v0.20.10 |
579 | 2024-12-13T23:54:49.280Z | Downloaded allocator-api2 v0.2.18 |
580 | 2024-12-13T23:54:49.283Z | Downloaded sync_wrapper v1.0.1 |
581 | 2024-12-13T23:54:49.286Z | Downloaded tiny-keccak v2.0.2 |
582 | 2024-12-13T23:54:49.292Z | Downloaded dhcproto-macros v0.1.0 |
583 | 2024-12-13T23:54:49.295Z | Downloaded iana-time-zone v0.1.61 |
584 | 2024-12-13T23:54:49.295Z | Downloaded hyper-staticfile v0.10.1 |
585 | 2024-12-13T23:54:49.298Z | Downloaded fxhash v0.2.1 |
586 | 2024-12-13T23:54:49.298Z | Downloaded funty v2.0.0 |
587 | 2024-12-13T23:54:49.298Z | Downloaded ipnetwork v0.20.0 |
588 | 2024-12-13T23:54:49.301Z | Downloaded chacha20poly1305 v0.10.1 |
589 | 2024-12-13T23:54:49.305Z | Downloaded lru-cache v0.1.2 |
590 | 2024-12-13T23:54:49.305Z | Downloaded lru v0.12.5 |
591 | 2024-12-13T23:54:49.309Z | Downloaded derive_builder_macro v0.20.2 |
592 | 2024-12-13T23:54:49.309Z | Downloaded libsw v3.3.1 |
593 | 2024-12-13T23:54:49.312Z | Downloaded matches v0.1.10 |
594 | 2024-12-13T23:54:49.312Z | Downloaded maplit v1.0.2 |
595 | 2024-12-13T23:54:49.312Z | Downloaded managed v0.8.0 |
596 | 2024-12-13T23:54:49.315Z | Downloaded tui-tree-widget v0.22.0 |
597 | 2024-12-13T23:54:49.320Z | Downloaded mime v0.3.17 |
598 | 2024-12-13T23:54:49.320Z | Downloaded memoffset v0.9.1 |
599 | 2024-12-13T23:54:49.320Z | Downloaded md-5 v0.10.6 |
600 | 2024-12-13T23:54:49.323Z | Downloaded utf8_iter v1.0.4 |
601 | 2024-12-13T23:54:49.323Z | Downloaded utf16_iter v1.0.5 |
602 | 2024-12-13T23:54:49.326Z | Downloaded maybe-uninit v2.0.0 |
603 | 2024-12-13T23:54:49.326Z | Downloaded blake2 v0.10.6 |
604 | 2024-12-13T23:54:49.329Z | Downloaded wait-timeout v0.2.0 |
605 | 2024-12-13T23:54:49.332Z | Downloaded libefi-sys v0.1.0 |
606 | 2024-12-13T23:54:49.334Z | Downloaded keccak v0.1.5 |
607 | 2024-12-13T23:54:49.334Z | Downloaded icu_locid_transform v1.5.0 |
608 | 2024-12-13T23:54:49.337Z | Downloaded signal-hook-registry v1.4.2 |
609 | 2024-12-13T23:54:49.340Z | Downloaded structmeta-derive v0.2.0 |
610 | 2024-12-13T23:54:49.340Z | Downloaded hickory-server v0.24.1 |
611 | 2024-12-13T23:54:49.347Z | Downloaded diesel-dtrace v0.4.2 |
612 | 2024-12-13T23:54:49.349Z | Downloaded embedded-io v0.6.1 |
613 | 2024-12-13T23:54:49.352Z | Downloaded crossbeam-epoch v0.9.18 |
614 | 2024-12-13T23:54:49.355Z | Downloaded fallible-streaming-iterator v0.1.9 |
615 | 2024-12-13T23:54:49.355Z | Downloaded crypto-bigint v0.5.5 |
616 | 2024-12-13T23:54:49.363Z | Downloaded pretty-hex v0.2.1 |
617 | 2024-12-13T23:54:49.366Z | Downloaded precomputed-hash v0.1.1 |
618 | 2024-12-13T23:54:49.366Z | Downloaded memmap2 v0.9.5 |
619 | 2024-12-13T23:54:49.369Z | Downloaded strum v0.26.3 |
620 | 2024-12-13T23:54:49.372Z | Downloaded futures-io v0.3.31 |
621 | 2024-12-13T23:54:49.372Z | Downloaded icu_provider v1.5.0 |
622 | 2024-12-13T23:54:49.375Z | Downloaded mime_guess v2.0.5 |
623 | 2024-12-13T23:54:49.378Z | Downloaded sha1 v0.10.6 |
624 | 2024-12-13T23:54:49.380Z | Downloaded hash32 v0.2.1 |
625 | 2024-12-13T23:54:49.380Z | Downloaded lock_api v0.4.12 |
626 | 2024-12-13T23:54:49.383Z | Downloaded structmeta v0.2.0 |
627 | 2024-12-13T23:54:49.386Z | Downloaded whoami v1.5.2 |
628 | 2024-12-13T23:54:49.388Z | Downloaded hyper-util v0.1.10 |
629 | 2024-12-13T23:54:49.392Z | Downloaded zerofrom v0.1.4 |
630 | 2024-12-13T23:54:49.395Z | Downloaded mockall v0.13.0 |
631 | 2024-12-13T23:54:49.395Z | Downloaded slog v2.7.0 |
632 | 2024-12-13T23:54:49.398Z | Downloaded zone_cfg_derive v0.3.0 |
633 | 2024-12-13T23:54:49.401Z | Downloaded zone_cfg_derive v0.1.2 |
634 | 2024-12-13T23:54:49.401Z | Downloaded polyval v0.6.2 |
635 | 2024-12-13T23:54:49.404Z | Downloaded bytes v1.8.0 |
636 | 2024-12-13T23:54:49.407Z | Downloaded rand_xorshift v0.3.0 |
637 | 2024-12-13T23:54:49.409Z | Downloaded base64 v0.22.1 |
638 | 2024-12-13T23:54:49.413Z | Downloaded crossbeam-channel v0.5.13 |
639 | 2024-12-13T23:54:49.419Z | Downloaded foreign-types v0.3.2 |
640 | 2024-12-13T23:54:49.422Z | Downloaded strum_macros v0.24.3 |
641 | 2024-12-13T23:54:49.425Z | Downloaded predicates-core v1.0.8 |
642 | 2024-12-13T23:54:49.425Z | Downloaded nu-ansi-term v0.50.1 |
643 | 2024-12-13T23:54:49.428Z | Downloaded structmeta v0.3.0 |
644 | 2024-12-13T23:54:49.431Z | Downloaded sec1 v0.7.3 |
645 | 2024-12-13T23:54:49.431Z | Downloaded rtoolbox v0.0.2 |
646 | 2024-12-13T23:54:49.433Z | Downloaded normalize-line-endings v0.3.0 |
647 | 2024-12-13T23:54:49.436Z | Downloaded num-conv v0.1.0 |
648 | 2024-12-13T23:54:49.436Z | Downloaded env_logger v0.11.5 |
649 | 2024-12-13T23:54:49.438Z | Downloaded password-hash v0.5.0 |
650 | 2024-12-13T23:54:49.441Z | Downloaded unarray v0.1.4 |
651 | 2024-12-13T23:54:49.444Z | Downloaded samael v0.0.17 |
652 | 2024-12-13T23:54:49.449Z | Downloaded progenitor-client v0.8.0 |
653 | 2024-12-13T23:54:49.451Z | Downloaded path-slash v0.1.5 |
654 | 2024-12-13T23:54:49.451Z | Downloaded parse-size v1.1.0 |
655 | 2024-12-13T23:54:49.455Z | Downloaded zone v0.1.8 |
656 | 2024-12-13T23:54:49.455Z | Downloaded dunce v1.0.5 |
657 | 2024-12-13T23:54:49.457Z | Downloaded owo-colors v4.1.0 |
658 | 2024-12-13T23:54:49.459Z | Downloaded dsl_auto_type v0.1.2 |
659 | 2024-12-13T23:54:49.463Z | Downloaded indicatif v0.17.9 |
660 | 2024-12-13T23:54:49.466Z | Downloaded indexmap v1.9.3 |
661 | 2024-12-13T23:54:49.470Z | Downloaded sigpipe v0.1.3 |
662 | 2024-12-13T23:54:49.472Z | Downloaded foldhash v0.1.3 |
663 | 2024-12-13T23:54:49.472Z | Downloaded dyn-clone v1.0.17 |
664 | 2024-12-13T23:54:49.475Z | Downloaded downcast v0.11.0 |
665 | 2024-12-13T23:54:49.477Z | Downloaded hash32 v0.3.1 |
666 | 2024-12-13T23:54:49.480Z | Downloaded futures-task v0.3.31 |
667 | 2024-12-13T23:54:49.480Z | Downloaded futures-sink v0.3.31 |
668 | 2024-12-13T23:54:49.483Z | Downloaded group v0.13.0 |
669 | 2024-12-13T23:54:49.483Z | Downloaded fd-lock v4.0.2 |
670 | 2024-12-13T23:54:49.486Z | Downloaded nibble_vec v0.1.0 |
671 | 2024-12-13T23:54:49.488Z | Downloaded icu_collections v1.5.0 |
672 | 2024-12-13T23:54:49.494Z | Downloaded want v0.3.1 |
673 | 2024-12-13T23:54:49.507Z | Downloaded display-error-chain v0.2.2 |
674 | 2024-12-13T23:54:49.510Z | Downloaded progenitor v0.8.0 |
675 | 2024-12-13T23:54:49.510Z | Downloaded proc-macro-crate v1.3.1 |
676 | 2024-12-13T23:54:49.512Z | Downloaded primeorder v0.13.6 |
677 | 2024-12-13T23:54:49.512Z | Downloaded ppv-lite86 v0.2.20 |
678 | 2024-12-13T23:54:49.515Z | Downloaded smf v0.2.3 |
679 | 2024-12-13T23:54:49.518Z | Downloaded darling_core v0.20.10 |
680 | 2024-12-13T23:54:49.521Z | Downloaded rfc6979 v0.4.0 |
681 | 2024-12-13T23:54:49.523Z | Downloaded oso-derive v0.27.3 |
682 | 2024-12-13T23:54:49.527Z | Downloaded opaque-debug v0.3.1 |
683 | 2024-12-13T23:54:49.527Z | Downloaded futures-macro v0.3.31 |
684 | 2024-12-13T23:54:49.527Z | Downloaded derive_more v0.99.18 |
685 | 2024-12-13T23:54:49.532Z | Downloaded signature v2.2.0 |
686 | 2024-12-13T23:54:49.535Z | Downloaded resolv-conf v0.7.0 |
687 | 2024-12-13T23:54:49.537Z | Downloaded termcolor v1.4.1 |
688 | 2024-12-13T23:54:49.540Z | Downloaded tungstenite v0.21.0 |
689 | 2024-12-13T23:54:49.542Z | Downloaded stringprep v0.1.5 |
690 | 2024-12-13T23:54:49.545Z | Downloaded untrusted v0.7.1 |
691 | 2024-12-13T23:54:49.548Z | Downloaded universal-hash v0.5.1 |
692 | 2024-12-13T23:54:49.548Z | Downloaded num-rational v0.4.2 |
693 | 2024-12-13T23:54:49.551Z | Downloaded string_cache v0.8.7 |
694 | 2024-12-13T23:54:49.553Z | Downloaded take_mut v0.2.2 |
695 | 2024-12-13T23:54:49.553Z | Downloaded dirs-sys-next v0.1.2 |
696 | 2024-12-13T23:54:49.555Z | Downloaded writeable v0.5.5 |
697 | 2024-12-13T23:54:49.558Z | Downloaded which v4.4.2 |
698 | 2024-12-13T23:54:49.560Z | Downloaded ghash v0.5.1 |
699 | 2024-12-13T23:54:49.560Z | Downloaded zopfli v0.8.1 |
700 | 2024-12-13T23:54:49.563Z | Downloaded rayon-core v1.12.1 |
701 | 2024-12-13T23:54:49.567Z | Downloaded vte_generate_state_changes v0.1.2 |
702 | 2024-12-13T23:54:49.569Z | Downloaded dirs-next v2.0.0 |
703 | 2024-12-13T23:54:49.569Z | Downloaded defmt-parser v0.3.4 |
704 | 2024-12-13T23:54:49.572Z | Downloaded scrypt v0.11.0 |
705 | 2024-12-13T23:54:49.576Z | Downloaded waitgroup v0.1.2 |
706 | 2024-12-13T23:54:49.576Z | Downloaded sct v0.7.1 |
707 | 2024-12-13T23:54:49.578Z | Downloaded rustc-demangle v0.1.24 |
708 | 2024-12-13T23:54:49.581Z | Downloaded number_prefix v0.4.0 |
709 | 2024-12-13T23:54:49.584Z | Downloaded mirai-annotations v1.12.0 |
710 | 2024-12-13T23:54:49.584Z | Downloaded num v0.4.3 |
711 | 2024-12-13T23:54:49.584Z | Downloaded nodrop v0.1.14 |
712 | 2024-12-13T23:54:49.587Z | Downloaded prettyplease v0.2.25 |
713 | 2024-12-13T23:54:49.589Z | Downloaded phf_generator v0.11.2 |
714 | 2024-12-13T23:54:49.592Z | Downloaded phf_codegen v0.11.2 |
715 | 2024-12-13T23:54:49.592Z | Downloaded gethostname v0.5.0 |
716 | 2024-12-13T23:54:49.601Z | Downloaded term v0.7.0 |
717 | 2024-12-13T23:54:49.601Z | Downloaded unicode-bidi v0.3.17 |
718 | 2024-12-13T23:54:49.601Z | Downloaded tabwriter v1.4.0 |
719 | 2024-12-13T23:54:49.606Z | Downloaded displaydoc v0.2.5 |
720 | 2024-12-13T23:54:49.608Z | Downloaded serde-big-array v0.5.1 |
721 | 2024-12-13T23:54:49.611Z | Downloaded synstructure v0.13.1 |
722 | 2024-12-13T23:54:49.611Z | Downloaded rustls-pemfile v1.0.4 |
723 | 2024-12-13T23:54:49.613Z | Downloaded getrandom v0.2.15 |
724 | 2024-12-13T23:54:49.617Z | Downloaded snafu v0.8.5 |
725 | 2024-12-13T23:54:49.624Z | Downloaded untrusted v0.9.0 |
726 | 2024-12-13T23:54:49.626Z | Downloaded xattr v1.3.1 |
727 | 2024-12-13T23:54:49.629Z | Downloaded wyz v0.5.1 |
728 | 2024-12-13T23:54:49.632Z | Downloaded termios v0.3.3 |
729 | 2024-12-13T23:54:49.634Z | Downloaded diesel_table_macro_syntax v0.2.0 |
730 | 2024-12-13T23:54:49.634Z | Downloaded mio v1.0.2 |
731 | 2024-12-13T23:54:49.640Z | Downloaded nanorand v0.7.0 |
732 | 2024-12-13T23:54:49.643Z | Downloaded foreign-types-shared v0.1.1 |
733 | 2024-12-13T23:54:49.646Z | Downloaded aes-gcm v0.10.3 |
734 | 2024-12-13T23:54:49.649Z | Downloaded foreign-types-shared v0.3.1 |
735 | 2024-12-13T23:54:49.652Z | Downloaded packed_struct_codegen v0.10.1 |
736 | 2024-12-13T23:54:49.652Z | Downloaded ron v0.8.1 |
737 | 2024-12-13T23:54:49.658Z | Downloaded progenitor-macro v0.8.0 |
738 | 2024-12-13T23:54:49.660Z | Downloaded powerfmt v0.2.0 |
739 | 2024-12-13T23:54:49.662Z | Downloaded rustc-hash v1.1.0 |
740 | 2024-12-13T23:54:49.663Z | Downloaded dropshot_endpoint v0.12.0 |
741 | 2024-12-13T23:54:49.665Z | Downloaded spin v0.5.2 |
742 | 2024-12-13T23:54:49.667Z | Downloaded serde-hex v0.1.0 |
743 | 2024-12-13T23:54:49.670Z | Downloaded sqlformat v0.2.6 |
744 | 2024-12-13T23:54:49.672Z | Downloaded serde_yaml v0.9.34+deprecated |
745 | 2024-12-13T23:54:49.676Z | Downloaded time-core v0.1.2 |
746 | 2024-12-13T23:54:49.679Z | Downloaded embedded-io v0.4.0 |
747 | 2024-12-13T23:54:49.682Z | Downloaded walkdir v2.5.0 |
748 | 2024-12-13T23:54:49.682Z | Downloaded oso v0.27.3 |
749 | 2024-12-13T23:54:49.686Z | Downloaded endian-type v0.1.2 |
750 | 2024-12-13T23:54:49.688Z | Downloaded parse-zoneinfo v0.3.1 |
751 | 2024-12-13T23:54:49.690Z | Downloaded idna v1.0.3 |
752 | 2024-12-13T23:54:49.695Z | Downloaded defmt-macros v0.3.9 |
753 | 2024-12-13T23:54:49.699Z | Downloaded form_urlencoded v1.2.1 |
754 | 2024-12-13T23:54:49.702Z | Downloaded hyper v1.5.0 |
755 | 2024-12-13T23:54:49.708Z | Downloaded parse-display-derive v0.10.0 |
756 | 2024-12-13T23:54:49.711Z | Downloaded tower-service v0.3.3 |
757 | 2024-12-13T23:54:49.711Z | Downloaded slog-term v2.9.1 |
758 | 2024-12-13T23:54:49.714Z | Downloaded parse-display v0.10.0 |
759 | 2024-12-13T23:54:49.717Z | Downloaded num_enum_derive v0.5.11 |
760 | 2024-12-13T23:54:49.717Z | Downloaded signal-hook-mio v0.2.4 |
761 | 2024-12-13T23:54:49.719Z | Downloaded tokio-tungstenite v0.23.1 |
762 | 2024-12-13T23:54:49.722Z | Downloaded serde_path_to_error v0.1.16 |
763 | 2024-12-13T23:54:49.725Z | Downloaded quick-error v1.2.3 |
764 | 2024-12-13T23:54:49.727Z | Downloaded pin-utils v0.1.0 |
765 | 2024-12-13T23:54:49.730Z | Downloaded serde_derive_internals v0.29.1 |
766 | 2024-12-13T23:54:49.730Z | Downloaded tracing-attributes v0.1.27 |
767 | 2024-12-13T23:54:49.733Z | Downloaded zip v0.6.6 |
768 | 2024-12-13T23:54:49.737Z | Downloaded thiserror-impl v2.0.3 |
769 | 2024-12-13T23:54:49.740Z | Downloaded float-cmp v0.9.0 |
770 | 2024-12-13T23:54:49.743Z | Downloaded num_threads v0.1.7 |
771 | 2024-12-13T23:54:49.743Z | Downloaded zerofrom-derive v0.1.4 |
772 | 2024-12-13T23:54:49.747Z | Downloaded postcard v1.0.10 |
773 | 2024-12-13T23:54:49.749Z | Downloaded zeroize v1.8.1 |
774 | 2024-12-13T23:54:49.749Z | Downloaded subtle v2.6.1 |
775 | 2024-12-13T23:54:49.752Z | Downloaded enum-as-inner v0.5.1 |
776 | 2024-12-13T23:54:49.752Z | Downloaded ena v0.14.3 |
777 | 2024-12-13T23:54:49.755Z | Downloaded glob v0.3.1 |
778 | 2024-12-13T23:54:49.758Z | Downloaded parking_lot_core v0.9.10 |
779 | 2024-12-13T23:54:49.760Z | Downloaded rustls-pki-types v1.10.0 |
780 | 2024-12-13T23:54:49.763Z | Downloaded phf_shared v0.10.0 |
781 | 2024-12-13T23:54:49.766Z | Downloaded newline-converter v0.3.0 |
782 | 2024-12-13T23:54:49.766Z | Downloaded omicron-zone-package v0.11.1 |
783 | 2024-12-13T23:54:49.769Z | Downloaded topological-sort v0.2.2 |
784 | 2024-12-13T23:54:49.773Z | Downloaded deranged v0.3.11 |
785 | 2024-12-13T23:54:49.773Z | Downloaded blake3 v1.5.4 |
786 | 2024-12-13T23:54:49.782Z | Downloaded toolchain_find v0.4.0 |
787 | 2024-12-13T23:54:49.786Z | Downloaded itertools v0.12.1 |
788 | 2024-12-13T23:54:49.793Z | Downloaded float-ord v0.3.2 |
789 | 2024-12-13T23:54:49.797Z | Downloaded time-macros v0.2.18 |
790 | 2024-12-13T23:54:49.797Z | Downloaded peg-runtime v0.8.3 |
791 | 2024-12-13T23:54:49.801Z | Downloaded aho-corasick v1.1.3 |
792 | 2024-12-13T23:54:49.804Z | Downloaded num_enum v0.5.11 |
793 | 2024-12-13T23:54:49.808Z | Downloaded smallvec v0.6.14 |
794 | 2024-12-13T23:54:49.812Z | Downloaded slog-dtrace v0.3.0 |
795 | 2024-12-13T23:54:49.812Z | Downloaded globset v0.4.15 |
796 | 2024-12-13T23:54:49.815Z | Downloaded newtype-uuid v1.1.3 |
797 | 2024-12-13T23:54:49.815Z | Downloaded uuid v1.11.0 |
798 | 2024-12-13T23:54:49.818Z | Downloaded pin-project-lite v0.2.14 |
799 | 2024-12-13T23:54:49.824Z | Downloaded debug-ignore v1.0.5 |
800 | 2024-12-13T23:54:49.826Z | Downloaded zeroize_derive v1.4.2 |
801 | 2024-12-13T23:54:49.829Z | Downloaded slog-json v2.6.1 |
802 | 2024-12-13T23:54:49.829Z | Downloaded slog-envlogger v2.2.0 |
803 | 2024-12-13T23:54:49.831Z | Downloaded slog-bunyan v2.5.0 |
804 | 2024-12-13T23:54:49.834Z | Downloaded aws-lc-rs v1.10.0 |
805 | 2024-12-13T23:54:49.843Z | Downloaded signal-hook v0.3.17 |
806 | 2024-12-13T23:54:49.846Z | Downloaded pkcs5 v0.7.1 |
807 | 2024-12-13T23:54:49.850Z | Downloaded url v2.5.3 |
808 | 2024-12-13T23:54:49.853Z | Downloaded newtype_derive v0.1.6 |
809 | 2024-12-13T23:54:49.857Z | Downloaded subprocess v0.2.9 |
810 | 2024-12-13T23:54:49.859Z | Downloaded uzers v0.12.1 |
811 | 2024-12-13T23:54:49.862Z | Downloaded tinystr v0.7.6 |
812 | 2024-12-13T23:54:49.862Z | Downloaded pem v3.0.4 |
813 | 2024-12-13T23:54:49.866Z | Downloaded diesel_derives v2.2.3 |
814 | 2024-12-13T23:54:49.869Z | Downloaded flagset v0.4.6 |
815 | 2024-12-13T23:54:49.871Z | Downloaded unicode-truncate v1.1.0 |
816 | 2024-12-13T23:54:49.871Z | Downloaded tinyvec_macros v0.1.1 |
817 | 2024-12-13T23:54:49.874Z | Downloaded snafu-derive v0.8.5 |
818 | 2024-12-13T23:54:49.876Z | Downloaded unicode-normalization v0.1.24 |
819 | 2024-12-13T23:54:49.879Z | Downloaded headers v0.4.0 |
820 | 2024-12-13T23:54:49.885Z | Downloaded rusty-fork v0.3.0 |
821 | 2024-12-13T23:54:49.887Z | Downloaded xz2 v0.1.7 |
822 | 2024-12-13T23:54:49.890Z | Downloaded derive-where v1.2.7 |
823 | 2024-12-13T23:54:49.892Z | Downloaded qorb v0.2.1 |
824 | 2024-12-13T23:54:49.897Z | Downloaded same-file v1.0.6 |
825 | 2024-12-13T23:54:49.900Z | Downloaded salsa20 v0.10.2 |
826 | 2024-12-13T23:54:49.900Z | Downloaded peg v0.8.4 |
827 | 2024-12-13T23:54:49.904Z | Downloaded fixedbitset v0.4.2 |
828 | 2024-12-13T23:54:49.907Z | Downloaded futures-channel v0.3.31 |
829 | 2024-12-13T23:54:49.910Z | Downloaded winnow v0.5.40 |
830 | 2024-12-13T23:54:49.918Z | Downloaded ref-cast v1.0.23 |
831 | 2024-12-13T23:54:49.920Z | Downloaded peg-macros v0.8.4 |
832 | 2024-12-13T23:54:49.924Z | Downloaded ff v0.13.0 |
833 | 2024-12-13T23:54:49.924Z | Downloaded futures-executor v0.3.31 |
834 | 2024-12-13T23:54:49.927Z | Downloaded filetime v0.2.25 |
835 | 2024-12-13T23:54:49.929Z | Downloaded enum-as-inner v0.6.1 |
836 | 2024-12-13T23:54:49.932Z | Downloaded vte v0.11.1 |
837 | 2024-12-13T23:54:49.932Z | Downloaded yoke-derive v0.7.4 |
838 | 2024-12-13T23:54:49.934Z | Downloaded vergen v8.3.2 |
839 | 2024-12-13T23:54:49.937Z | Downloaded futures-core v0.3.31 |
840 | 2024-12-13T23:54:49.939Z | Downloaded publicsuffix v2.2.3 |
841 | 2024-12-13T23:54:49.942Z | Downloaded chrono v0.4.38 |
842 | 2024-12-13T23:54:49.949Z | Downloaded num-traits v0.2.19 |
843 | 2024-12-13T23:54:49.952Z | Downloaded serde_with v3.11.0 |
844 | 2024-12-13T23:54:49.962Z | Downloaded strum_macros v0.26.4 |
845 | 2024-12-13T23:54:49.964Z | Downloaded derive_builder_core v0.20.2 |
846 | 2024-12-13T23:54:49.967Z | Downloaded schemars v0.8.21 |
847 | 2024-12-13T23:54:49.980Z | Downloaded derive_builder v0.20.2 |
848 | 2024-12-13T23:54:49.985Z | Downloaded zerocopy v0.6.6 |
849 | 2024-12-13T23:54:49.988Z | Downloaded tinyvec v1.8.0 |
850 | 2024-12-13T23:54:49.991Z | Downloaded parking_lot_core v0.8.6 |
851 | 2024-12-13T23:54:49.993Z | Downloaded parking_lot v0.12.3 |
852 | 2024-12-13T23:54:49.996Z | Downloaded unicode-properties v0.1.3 |
853 | 2024-12-13T23:54:49.999Z | Downloaded bitvec v1.0.1 |
854 | 2024-12-13T23:54:50.015Z | Downloaded num-bigint v0.4.6 |
855 | 2024-12-13T23:54:50.019Z | Downloaded lalrpop v0.19.12 |
856 | 2024-12-13T23:54:50.032Z | Downloaded parking_lot v0.11.2 |
857 | 2024-12-13T23:54:50.035Z | Downloaded p521 v0.13.3 |
858 | 2024-12-13T23:54:50.038Z | Downloaded icu_properties_data v1.5.0 |
859 | 2024-12-13T23:54:50.050Z | Downloaded zerocopy-derive v0.8.10 |
860 | 2024-12-13T23:54:50.056Z | Downloaded ssh-key v0.6.6 |
861 | 2024-12-13T23:54:50.063Z | Downloaded git2 v0.19.0 |
862 | 2024-12-13T23:54:50.073Z | Downloaded unicode-segmentation v1.12.0 |
863 | 2024-12-13T23:54:50.076Z | Downloaded idna v0.5.0 |
864 | 2024-12-13T23:54:50.083Z | Downloaded reedline v0.35.0 |
865 | 2024-12-13T23:54:50.091Z | Downloaded idna v0.3.0 |
866 | 2024-12-13T23:54:50.100Z | Downloaded hashbrown v0.13.2 |
867 | 2024-12-13T23:54:50.104Z | Downloaded p384 v0.13.0 |
868 | 2024-12-13T23:54:50.110Z | Downloaded zip v2.1.3 |
869 | 2024-12-13T23:54:50.115Z | Downloaded portable-atomic v1.9.0 |
870 | 2024-12-13T23:54:50.123Z | Downloaded idna v0.4.0 |
871 | 2024-12-13T23:54:50.131Z | Downloaded proptest v1.5.0 |
872 | 2024-12-13T23:54:50.142Z | Downloaded futures-util v0.3.31 |
873 | 2024-12-13T23:54:50.154Z | Downloaded reqwest v0.12.9 |
874 | 2024-12-13T23:54:50.164Z | Downloaded flate2 v1.0.34 |
875 | 2024-12-13T23:54:50.169Z | Downloaded idna v0.2.3 |
876 | 2024-12-13T23:54:50.179Z | Downloaded rustyline v14.0.0 |
877 | 2024-12-13T23:54:50.187Z | Downloaded rustls-webpki v0.101.7 |
878 | 2024-12-13T23:54:50.198Z | Downloaded hashbrown v0.14.5 |
879 | 2024-12-13T23:54:50.203Z | Downloaded curve25519-dalek v4.1.3 |
880 | 2024-12-13T23:54:50.212Z | Downloaded vcpkg v0.2.15 |
881 | 2024-12-13T23:54:50.251Z | Downloaded rustls-webpki v0.102.8 |
882 | 2024-12-13T23:54:50.270Z | Downloaded quinn-proto v0.11.8 |
883 | 2024-12-13T23:54:50.276Z | Downloaded quick-xml v0.33.0 |
884 | 2024-12-13T23:54:50.283Z | Downloaded rustls v0.21.12 |
885 | 2024-12-13T23:54:50.298Z | Downloaded salty v0.3.0 |
886 | 2024-12-13T23:54:50.302Z | Downloaded dropshot v0.13.0 |
887 | 2024-12-13T23:54:50.323Z | Downloaded rustls v0.23.19 |
888 | 2024-12-13T23:54:50.334Z | Downloaded webpki-roots v0.26.6 |
889 | 2024-12-13T23:54:50.338Z | Downloaded chrono-tz v0.10.0 |
890 | 2024-12-13T23:54:50.346Z | Downloaded rustls v0.22.4 |
891 | 2024-12-13T23:54:50.361Z | Downloaded object v0.30.4 |
892 | 2024-12-13T23:54:50.370Z | Downloaded smoltcp v0.11.0 |
893 | 2024-12-13T23:54:50.383Z | Downloaded regress v0.9.1 |
894 | 2024-12-13T23:54:50.392Z | Downloaded openssl v0.10.66 |
895 | 2024-12-13T23:54:50.402Z | Downloaded zerocopy v0.8.10 |
896 | 2024-12-13T23:54:50.427Z | Downloaded polar-core v0.27.3 |
897 | 2024-12-13T23:54:50.436Z | Downloaded ratatui v0.28.1 |
898 | 2024-12-13T23:54:50.456Z | Downloaded nix v0.27.1 |
899 | 2024-12-13T23:54:50.467Z | Downloaded radix_trie v0.2.1 |
900 | 2024-12-13T23:54:50.473Z | Downloaded regress v0.10.1 |
901 | 2024-12-13T23:54:50.482Z | Downloaded gimli v0.31.1 |
902 | 2024-12-13T23:54:50.492Z | Downloaded regex-syntax v0.6.29 |
903 | 2024-12-13T23:54:50.500Z | Downloaded nix v0.28.0 |
904 | 2024-12-13T23:54:50.511Z | Downloaded openapiv3 v2.0.0 |
905 | 2024-12-13T23:54:50.524Z | Downloaded nix v0.29.0 |
906 | 2024-12-13T23:54:50.537Z | Downloaded unicode-width v0.2.0 |
907 | 2024-12-13T23:54:50.543Z | Downloaded regex-syntax v0.8.5 |
908 | 2024-12-13T23:54:50.552Z | Downloaded sled v0.34.7 |
909 | 2024-12-13T23:54:50.563Z | Downloaded typify-impl v0.2.0 |
910 | 2024-12-13T23:54:50.578Z | Downloaded zerocopy-derive v0.6.6 |
911 | 2024-12-13T23:54:50.589Z | Downloaded bstr v1.10.0 |
912 | 2024-12-13T23:54:50.601Z | Downloaded object v0.36.5 |
913 | 2024-12-13T23:54:50.613Z | Downloaded smoltcp v0.9.1 |
914 | 2024-12-13T23:54:50.623Z | Downloaded petgraph v0.6.5 |
915 | 2024-12-13T23:54:50.640Z | Downloaded regex-automata v0.4.8 |
916 | 2024-12-13T23:54:50.657Z | Downloaded lzma-sys v0.1.20 |
917 | 2024-12-13T23:54:50.685Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
918 | 2024-12-13T23:54:50.697Z | Downloaded libz-sys v1.1.20 |
919 | 2024-12-13T23:54:50.718Z | Downloaded diesel v2.2.6 |
920 | 2024-12-13T23:54:50.759Z | Downloaded trust-dns-proto v0.22.0 |
921 | 2024-12-13T23:54:50.775Z | Downloaded dropshot v0.12.0 |
922 | 2024-12-13T23:54:50.802Z | Downloaded petname v2.0.2 |
923 | 2024-12-13T23:54:50.807Z | Downloaded tough v0.19.0 |
924 | 2024-12-13T23:54:50.815Z | Downloaded tokio v1.40.0 |
925 | 2024-12-13T23:54:50.850Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2024-12-13T23:54:50.855Z | Downloaded regex v1.11.1 |
927 | 2024-12-13T23:54:50.867Z | Downloaded hashbrown v0.12.3 |
928 | 2024-12-13T23:54:50.870Z | Downloaded yasna v0.5.2 |
929 | 2024-12-13T23:54:50.874Z | Downloaded h2 v0.4.6 |
930 | 2024-12-13T23:54:50.879Z | Downloaded tracing v0.1.40 |
931 | 2024-12-13T23:54:50.883Z | Downloaded rcgen v0.12.1 |
932 | 2024-12-13T23:54:50.886Z | Downloaded nom v7.1.3 |
933 | 2024-12-13T23:54:50.891Z | Downloaded rusqlite v0.32.1 |
934 | 2024-12-13T23:54:50.896Z | Downloaded bindgen v0.69.5 |
935 | 2024-12-13T23:54:50.903Z | Downloaded stable_deref_trait v1.2.0 |
936 | 2024-12-13T23:54:50.906Z | Downloaded sha3 v0.10.8 |
937 | 2024-12-13T23:54:50.909Z | Downloaded csv v1.3.0 |
938 | 2024-12-13T23:54:50.928Z | Downloaded native-tls v0.2.12 |
939 | 2024-12-13T23:54:50.930Z | Downloaded slog-scope v4.4.0 |
940 | 2024-12-13T23:54:50.933Z | Downloaded env_filter v0.1.2 |
941 | 2024-12-13T23:54:50.933Z | Downloaded radium v0.7.0 |
942 | 2024-12-13T23:54:50.933Z | Downloaded hashlink v0.9.1 |
943 | 2024-12-13T23:54:50.936Z | Downloaded percent-encoding v2.3.1 |
944 | 2024-12-13T23:54:50.936Z | Downloaded smallvec v1.13.2 |
945 | 2024-12-13T23:54:50.939Z | Downloaded x509-cert v0.2.5 |
946 | 2024-12-13T23:54:50.942Z | Downloaded tokio-util v0.7.12 |
947 | 2024-12-13T23:54:50.948Z | Downloaded rayon v1.10.0 |
948 | 2024-12-13T23:54:50.957Z | Downloaded sqlparser v0.45.0 |
949 | 2024-12-13T23:54:50.963Z | Downloaded toml v0.7.8 |
950 | 2024-12-13T23:54:50.966Z | Downloaded flume v0.11.1 |
951 | 2024-12-13T23:54:50.969Z | Downloaded russh v0.45.0 |
952 | 2024-12-13T23:54:50.977Z | Downloaded tls_codec_derive v0.4.1 |
953 | 2024-12-13T23:54:50.981Z | Downloaded scheduled-thread-pool v0.2.7 |
954 | 2024-12-13T23:54:50.981Z | Downloaded unicode-xid v0.2.6 |
955 | 2024-12-13T23:54:50.981Z | Downloaded tls_codec v0.4.1 |
956 | 2024-12-13T23:54:50.984Z | Downloaded slog-stdlog v4.1.1 |
957 | 2024-12-13T23:54:50.984Z | Downloaded r2d2 v0.8.10 |
958 | 2024-12-13T23:54:50.984Z | Downloaded phf v0.11.2 |
959 | 2024-12-13T23:54:50.986Z | Downloaded defmt v0.3.8 |
960 | 2024-12-13T23:54:50.990Z | Downloaded typed-path v0.9.3 |
961 | 2024-12-13T23:54:50.993Z | Downloaded tokio-macros v2.4.0 |
962 | 2024-12-13T23:54:50.996Z | Downloaded vsss-rs v3.3.4 |
963 | 2024-12-13T23:54:50.998Z | Downloaded ed25519-dalek v2.1.1 |
964 | 2024-12-13T23:54:51.001Z | Downloaded der v0.7.9 |
965 | 2024-12-13T23:54:51.004Z | Downloaded rand_chacha v0.3.1 |
966 | 2024-12-13T23:54:51.007Z | Downloaded pin-project-internal v1.1.6 |
967 | 2024-12-13T23:54:51.007Z | Downloaded der_derive v0.7.3 |
968 | 2024-12-13T23:54:51.009Z | Downloaded pem-rfc7468 v0.7.0 |
969 | 2024-12-13T23:54:51.010Z | Downloaded zerovec v0.10.4 |
970 | 2024-12-13T23:54:51.016Z | Downloaded dropshot_endpoint v0.13.0 |
971 | 2024-12-13T23:54:51.018Z | Downloaded yoke v0.7.4 |
972 | 2024-12-13T23:54:51.021Z | Downloaded thiserror v2.0.3 |
973 | 2024-12-13T23:54:51.025Z | Downloaded steno v0.4.1 |
974 | 2024-12-13T23:54:51.029Z | Downloaded time v0.3.36 |
975 | 2024-12-13T23:54:51.036Z | Downloaded encoding_rs v0.8.34 |
976 | 2024-12-13T23:54:51.055Z | Downloaded socket2 v0.5.7 |
977 | 2024-12-13T23:54:51.058Z | Downloaded elliptic-curve v0.13.8 |
978 | 2024-12-13T23:54:51.061Z | Downloaded itertools v0.13.0 |
979 | 2024-12-13T23:54:51.068Z | Downloaded strip-ansi-escapes v0.2.0 |
980 | 2024-12-13T23:54:51.071Z | Downloaded pkcs1 v0.7.5 |
981 | 2024-12-13T23:54:51.073Z | Downloaded unicode_categories v0.1.1 |
982 | 2024-12-13T23:54:51.075Z | Downloaded tokio-postgres v0.7.12 |
983 | 2024-12-13T23:54:51.078Z | Downloaded rand_seeder v0.3.0 |
984 | 2024-12-13T23:54:51.080Z | Downloaded rand_core v0.6.4 |
985 | 2024-12-13T23:54:51.083Z | Downloaded strum_macros v0.25.3 |
986 | 2024-12-13T23:54:51.085Z | Downloaded simd-adler32 v0.3.7 |
987 | 2024-12-13T23:54:51.085Z | Downloaded secrecy v0.8.0 |
988 | 2024-12-13T23:54:51.088Z | Downloaded schemars_derive v0.8.21 |
989 | 2024-12-13T23:54:51.088Z | Downloaded new_debug_unreachable v1.0.6 |
990 | 2024-12-13T23:54:51.088Z | Downloaded quinn-udp v0.5.5 |
991 | 2024-12-13T23:54:51.090Z | Downloaded ecdsa v0.16.9 |
992 | 2024-12-13T23:54:51.096Z | Downloaded value-bag v1.9.0 |
993 | 2024-12-13T23:54:51.099Z | Downloaded tokio-rustls v0.26.0 |
994 | 2024-12-13T23:54:51.099Z | Downloaded spin v0.9.8 |
995 | 2024-12-13T23:54:51.099Z | Downloaded diff v0.1.13 |
996 | 2024-12-13T23:54:51.101Z | Downloaded shlex v1.3.0 |
997 | 2024-12-13T23:54:51.104Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
998 | 2024-12-13T23:54:51.159Z | Downloaded tokio-tungstenite v0.21.0 |
999 | 2024-12-13T23:54:51.161Z | Downloaded tar v0.4.42 |
1000 | 2024-12-13T23:54:51.164Z | Downloaded foreign-types-macros v0.2.3 |
1001 | 2024-12-13T23:54:51.167Z | Downloaded foreign-types v0.5.0 |
1002 | 2024-12-13T23:54:51.167Z | Downloaded num-complex v0.4.6 |
1003 | 2024-12-13T23:54:51.167Z | Downloaded fs_extra v1.3.0 |
1004 | 2024-12-13T23:54:51.169Z | Downloaded utf-8 v0.7.6 |
1005 | 2024-12-13T23:54:51.172Z | Downloaded libxml v0.3.3 |
1006 | 2024-12-13T23:54:51.175Z | Downloaded itertools v0.10.5 |
1007 | 2024-12-13T23:54:51.182Z | Downloaded rustls-pemfile v2.2.0 |
1008 | 2024-12-13T23:54:51.185Z | Downloaded toml_edit v0.19.15 |
1009 | 2024-12-13T23:54:51.200Z | Downloaded packed_struct v0.10.1 |
1010 | 2024-12-13T23:54:51.202Z | Downloaded openssl-sys v0.9.103 |
1011 | 2024-12-13T23:54:51.207Z | Downloaded fragile v2.0.0 |
1012 | 2024-12-13T23:54:51.209Z | Downloaded poly1305 v0.8.0 |
1013 | 2024-12-13T23:54:51.211Z | Downloaded either v1.13.0 |
1014 | 2024-12-13T23:54:51.214Z | Downloaded ed25519 v2.2.3 |
1015 | 2024-12-13T23:54:51.214Z | Downloaded postgres-types v0.2.8 |
1016 | 2024-12-13T23:54:51.217Z | Downloaded postgres-protocol v0.6.7 |
1017 | 2024-12-13T23:54:51.219Z | Downloaded libm v0.2.8 |
1018 | 2024-12-13T23:54:51.226Z | Downloaded tap v1.0.1 |
1019 | 2024-12-13T23:54:51.229Z | Downloaded ssh-encoding v0.2.0 |
1020 | 2024-12-13T23:54:51.229Z | Downloaded difflib v0.4.0 |
1021 | 2024-12-13T23:54:51.232Z | Downloaded crossterm v0.28.1 |
1022 | 2024-12-13T23:54:51.235Z | Downloaded expectorate v1.1.0 |
1023 | 2024-12-13T23:54:51.237Z | Downloaded progenitor-impl v0.8.0 |
1024 | 2024-12-13T23:54:51.240Z | Downloaded supports-color v3.0.1 |
1025 | 2024-12-13T23:54:51.243Z | Downloaded tokio-rustls v0.25.0 |
1026 | 2024-12-13T23:54:51.243Z | Downloaded tokio-rustls v0.24.1 |
1027 | 2024-12-13T23:54:51.246Z | Downloaded rustc_version v0.1.7 |
1028 | 2024-12-13T23:54:51.246Z | Downloaded rustc-hash v2.0.0 |
1029 | 2024-12-13T23:54:51.250Z | Downloaded tungstenite v0.24.0 |
1030 | 2024-12-13T23:54:51.252Z | Downloaded tungstenite v0.23.0 |
1031 | 2024-12-13T23:54:51.255Z | Downloaded futures v0.3.31 |
1032 | 2024-12-13T23:54:51.258Z | Downloaded fatfs v0.3.6 |
1033 | 2024-12-13T23:54:51.260Z | Downloaded russh-keys v0.45.0 |
1034 | 2024-12-13T23:54:51.263Z | Downloaded signal-hook-tokio v0.3.1 |
1035 | 2024-12-13T23:54:51.263Z | Downloaded p256 v0.13.2 |
1036 | 2024-12-13T23:54:51.266Z | Downloaded pkcs8 v0.10.2 |
1037 | 2024-12-13T23:54:51.269Z | Downloaded minimal-lexical v0.2.1 |
1038 | 2024-12-13T23:54:51.272Z | Downloaded pin-project v1.1.6 |
1039 | 2024-12-13T23:54:51.283Z | Downloaded tokio-native-tls v0.3.1 |
1040 | 2024-12-13T23:54:51.286Z | Downloaded pbkdf2 v0.11.0 |
1041 | 2024-12-13T23:54:51.289Z | Downloaded ron v0.7.1 |
1042 | 2024-12-13T23:54:51.292Z | Downloaded unsafe-libyaml v0.2.11 |
1043 | 2024-12-13T23:54:51.295Z | Downloaded aes v0.8.4 |
1044 | 2024-12-13T23:54:51.298Z | Downloaded rand v0.8.5 |
1045 | 2024-12-13T23:54:51.303Z | Downloaded pkg-config v0.3.31 |
1046 | 2024-12-13T23:54:51.306Z | Downloaded tokio-tungstenite v0.24.0 |
1047 | 2024-12-13T23:54:51.306Z | Downloaded pbkdf2 v0.12.2 |
1048 | 2024-12-13T23:54:51.311Z | Downloaded paste v1.0.15 |
1049 | 2024-12-13T23:54:51.311Z | Downloaded num-derive v0.4.2 |
1050 | 2024-12-13T23:54:51.315Z | Downloaded serde_with_macros v3.11.0 |
1051 | 2024-12-13T23:54:51.315Z | Downloaded rsa v0.9.6 |
1052 | 2024-12-13T23:54:51.319Z | Downloaded half v2.4.1 |
1053 | 2024-12-13T23:54:51.323Z | Downloaded tracing-core v0.1.32 |
1054 | 2024-12-13T23:54:51.326Z | Downloaded predicates-tree v1.0.11 |
1055 | 2024-12-13T23:54:51.326Z | Downloaded predicates v3.1.2 |
1056 | 2024-12-13T23:54:51.329Z | Downloaded dhcproto v0.12.0 |
1057 | 2024-12-13T23:54:51.332Z | Downloaded spki v0.7.3 |
1058 | 2024-12-13T23:54:51.334Z | Downloaded mockall_derive v0.13.0 |
1059 | 2024-12-13T23:54:51.337Z | Downloaded zone v0.3.0 |
1060 | 2024-12-13T23:54:51.337Z | Downloaded num-integer v0.1.46 |
1061 | 2024-12-13T23:54:51.341Z | Downloaded quinn v0.11.5 |
1062 | 2024-12-13T23:54:51.344Z | Downloaded heapless v0.7.17 |
1063 | 2024-12-13T23:54:51.348Z | Downloaded phf_shared v0.11.2 |
1064 | 2024-12-13T23:54:51.351Z | Downloaded openssl-probe v0.1.5 |
1065 | 2024-12-13T23:54:51.354Z | Downloaded openssl-macros v0.1.1 |
1066 | 2024-12-13T23:54:51.354Z | Downloaded unicase v2.7.0 |
1067 | 2024-12-13T23:54:51.354Z | Downloaded typify-macro v0.2.0 |
1068 | 2024-12-13T23:54:51.368Z | Downloaded typify v0.2.0 |
1069 | 2024-12-13T23:54:51.370Z | Downloaded cc v1.1.30 |
1070 | 2024-12-13T23:54:51.370Z | Downloaded backtrace v0.3.74 |
1071 | 2024-12-13T23:54:51.370Z | Downloaded twox-hash v1.6.3 |
1072 | 2024-12-13T23:54:51.370Z | Downloaded thiserror-no-std v2.0.2 |
1073 | 2024-12-13T23:54:51.373Z | Downloaded static_assertions v1.1.0 |
1074 | 2024-12-13T23:54:51.376Z | Downloaded shell-words v1.1.0 |
1075 | 2024-12-13T23:54:51.376Z | Downloaded password-hash v0.4.2 |
1076 | 2024-12-13T23:54:51.378Z | Downloaded env_logger v0.10.2 |
1077 | 2024-12-13T23:54:51.381Z | Downloaded http v1.1.0 |
1078 | 2024-12-13T23:54:51.384Z | Downloaded hkdf v0.12.4 |
1079 | 2024-12-13T23:54:51.387Z | Downloaded thread_local v1.1.8 |
1080 | 2024-12-13T23:54:51.390Z | Downloaded thiserror-impl-no-std v2.0.2 |
1081 | 2024-12-13T23:54:51.390Z | Downloaded rpassword v7.3.1 |
1082 | 2024-12-13T23:54:51.393Z | Downloaded miniz_oxide v0.8.0 |
1083 | 2024-12-13T23:54:51.395Z | Downloaded des v0.8.1 |
1084 | 2024-12-13T23:54:51.395Z | Downloaded similar v2.6.0 |
1085 | 2024-12-13T23:54:51.399Z | Downloaded ipnet v2.10.1 |
1086 | 2024-12-13T23:54:51.402Z | Downloaded icu_properties v1.5.1 |
1087 | 2024-12-13T23:54:51.405Z | Downloaded icu_normalizer v1.5.0 |
1088 | 2024-12-13T23:54:51.407Z | Downloaded bumpalo v3.16.0 |
1089 | 2024-12-13T23:54:51.410Z | Downloaded test-strategy v0.3.1 |
1090 | 2024-12-13T23:54:51.414Z | Downloaded icu_normalizer_data v1.5.0 |
1091 | 2024-12-13T23:54:51.416Z | Downloaded const_format v0.2.33 |
1092 | 2024-12-13T23:54:51.421Z | Downloaded compact_str v0.8.0 |
1093 | 2024-12-13T23:54:51.424Z | Downloaded sync-ptr v0.1.1 |
1094 | 2024-12-13T23:54:51.427Z | Downloaded icu_locid v1.5.0 |
1095 | 2024-12-13T23:54:51.430Z | Downloaded icu_locid_transform_data v1.5.0 |
1096 | 2024-12-13T23:54:51.433Z | Downloaded olpc-cjson v0.1.4 |
1097 | 2024-12-13T23:54:51.433Z | Downloaded num-iter v0.1.45 |
1098 | 2024-12-13T23:54:51.435Z | Downloaded multimap v0.10.0 |
1099 | 2024-12-13T23:54:51.435Z | Downloaded multer v3.1.0 |
1100 | 2024-12-13T23:54:51.437Z | Downloaded tokio-stream v0.1.16 |
1101 | 2024-12-13T23:54:51.441Z | Downloaded litemap v0.7.3 |
1102 | 2024-12-13T23:54:51.444Z | Downloaded linked-hash-map v0.5.6 |
1103 | 2024-12-13T23:54:51.447Z | Downloaded libloading v0.8.5 |
1104 | 2024-12-13T23:54:51.450Z | Downloaded base64 v0.21.7 |
1105 | 2024-12-13T23:54:51.450Z | Downloaded fallible-iterator v0.3.0 |
1106 | 2024-12-13T23:54:51.452Z | Downloaded fallible-iterator v0.2.0 |
1107 | 2024-12-13T23:54:51.452Z | Downloaded jobserver v0.1.32 |
1108 | 2024-12-13T23:54:51.455Z | Downloaded indoc v1.0.9 |
1109 | 2024-12-13T23:54:51.457Z | Downloaded arc-swap v1.7.1 |
1110 | 2024-12-13T23:54:51.460Z | Downloaded data-encoding v2.6.0 |
1111 | 2024-12-13T23:54:51.464Z | Downloaded zerovec-derive v0.10.3 |
1112 | 2024-12-13T23:54:51.464Z | Downloaded linear-map v1.2.0 |
1113 | 2024-12-13T23:54:51.467Z | Downloaded lockfree-object-pool v0.1.6 |
1114 | 2024-12-13T23:54:51.469Z | Downloaded kstat-rs v0.2.4 |
1115 | 2024-12-13T23:54:51.469Z | Downloaded lazy_static v1.5.0 |
1116 | 2024-12-13T23:54:51.472Z | Downloaded lalrpop-util v0.19.12 |
1117 | 2024-12-13T23:54:51.472Z | Downloaded is-terminal v0.4.13 |
1118 | 2024-12-13T23:54:51.472Z | Downloaded internet-checksum v0.2.1 |
1119 | 2024-12-13T23:54:51.475Z | Downloaded inout v0.1.3 |
1120 | 2024-12-13T23:54:51.475Z | Downloaded indent_write v2.2.0 |
1121 | 2024-12-13T23:54:51.475Z | Downloaded impl-trait-for-tuples v0.2.2 |
1122 | 2024-12-13T23:54:51.478Z | Downloaded idna_adapter v1.2.0 |
1123 | 2024-12-13T23:54:51.480Z | Downloaded base64 v0.13.1 |
1124 | 2024-12-13T23:54:51.482Z | Downloaded instability v0.3.2 |
1125 | 2024-12-13T23:54:51.485Z | Downloaded hyper-rustls v0.27.3 |
1126 | 2024-12-13T23:54:51.488Z | Downloaded write16 v1.0.0 |
1127 | 2024-12-13T23:54:51.488Z | Downloaded structmeta-derive v0.3.0 |
1128 | 2024-12-13T23:54:51.488Z | Downloaded ssh-cipher v0.2.0 |
1129 | 2024-12-13T23:54:51.491Z | Downloaded slog-async v2.8.0 |
1130 | 2024-12-13T23:54:51.491Z | Downloaded siphasher v0.3.11 |
1131 | 2024-12-13T23:54:51.494Z | Downloaded serde_plain v1.0.2 |
1132 | 2024-12-13T23:54:51.494Z | Downloaded semver v0.1.20 |
1133 | 2024-12-13T23:54:51.494Z | Downloaded scopeguard v1.2.0 |
1134 | 2024-12-13T23:54:51.497Z | Downloaded crc-any v2.5.0 |
1135 | 2024-12-13T23:54:51.499Z | Downloaded const-oid v0.9.6 |
1136 | 2024-12-13T23:54:51.502Z | Downloaded rustfmt-wrapper v0.2.1 |
1137 | 2024-12-13T23:54:51.505Z | Downloaded rustc_version v0.4.1 |
1138 | 2024-12-13T23:54:51.505Z | Downloaded crossbeam-utils v0.8.20 |
1139 | 2024-12-13T23:54:51.507Z | Downloaded crc32fast v1.4.2 |
1140 | 2024-12-13T23:54:51.512Z | Downloaded clang-sys v1.8.1 |
1141 | 2024-12-13T23:54:51.514Z | Downloaded hubpack v0.1.2 |
1142 | 2024-12-13T23:54:51.514Z | Downloaded sqlparser_derive v0.2.2 |
1143 | 2024-12-13T23:54:51.514Z | Downloaded httparse v1.9.5 |
1144 | 2024-12-13T23:54:51.517Z | Downloaded http-range v0.1.5 |
1145 | 2024-12-13T23:54:51.517Z | Downloaded home v0.5.9 |
1146 | 2024-12-13T23:54:51.519Z | Downloaded cookie v0.18.1 |
1147 | 2024-12-13T23:54:51.521Z | Downloaded console v0.15.8 |
1148 | 2024-12-13T23:54:51.524Z | Downloaded hostname v0.3.1 |
1149 | 2024-12-13T23:54:51.524Z | Downloaded cookie_store v0.21.0 |
1150 | 2024-12-13T23:54:51.528Z | Downloaded buf-list v1.0.3 |
1151 | 2024-12-13T23:54:51.530Z | Downloaded blowfish v0.9.1 |
1152 | 2024-12-13T23:54:51.531Z | Downloaded const_format_proc_macros v0.2.33 |
1153 | 2024-12-13T23:54:51.533Z | Downloaded base64ct v1.6.0 |
1154 | 2024-12-13T23:54:51.536Z | Downloaded bcs v0.1.6 |
1155 | 2024-12-13T23:54:51.536Z | Downloaded arrayvec v0.7.6 |
1156 | 2024-12-13T23:54:51.538Z | Downloaded arrayref v0.3.9 |
1157 | 2024-12-13T23:54:51.541Z | Downloaded bb8 v0.8.5 |
1158 | 2024-12-13T23:54:51.541Z | Downloaded assert_matches v1.5.0 |
1159 | 2024-12-13T23:54:51.544Z | Downloaded aead v0.5.2 |
1160 | 2024-12-13T23:54:51.544Z | Downloaded adler2 v2.0.0 |
1161 | 2024-12-13T23:54:51.624Z | Downloaded ring v0.17.8 |
1162 | 2024-12-13T23:54:51.777Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-12-13T23:54:51.854Z | Downloaded ring v0.16.20 |
1164 | 2024-12-13T23:54:51.962Z | Downloaded aws-lc-sys v0.22.0 |
1165 | 2024-12-13T23:54:52.278Z | Compiling serde v1.0.215 |
1166 | 2024-12-13T23:54:52.281Z | Compiling lock_api v0.4.12 |
1167 | 2024-12-13T23:54:52.281Z | Compiling scopeguard v1.2.0 |
1168 | 2024-12-13T23:54:52.281Z | Compiling value-bag v1.9.0 |
1169 | 2024-12-13T23:54:52.281Z | Compiling typenum v1.17.0 |
1170 | 2024-12-13T23:54:52.437Z | Compiling generic-array v0.14.7 |
1171 | 2024-12-13T23:54:52.478Z | Compiling syn v2.0.87 |
1172 | 2024-12-13T23:54:52.492Z | Compiling getrandom v0.2.15 |
1173 | 2024-12-13T23:54:52.567Z | Compiling subtle v2.6.1 |
1174 | 2024-12-13T23:54:52.782Z | Compiling rand_core v0.6.4 |
1175 | 2024-12-13T23:54:52.900Z | Compiling log v0.4.22 |
1176 | 2024-12-13T23:54:52.984Z | Compiling shlex v1.3.0 |
1177 | 2024-12-13T23:54:53.005Z | Compiling jobserver v0.1.32 |
1178 | 2024-12-13T23:54:53.031Z | Compiling const-oid v0.9.6 |
1179 | 2024-12-13T23:54:53.299Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-13T23:54:53.397Z | Compiling cc v1.1.30 |
1181 | 2024-12-13T23:54:53.409Z | Compiling spin v0.9.8 |
1182 | 2024-12-13T23:54:53.695Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-13T23:54:53.778Z | Compiling rustix v0.38.37 |
1184 | 2024-12-13T23:54:53.805Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-12-13T23:54:53.824Z | Compiling futures-core v0.3.31 |
1186 | 2024-12-13T23:54:53.903Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-12-13T23:54:54.056Z | Compiling mio v1.0.2 |
1188 | 2024-12-13T23:54:54.667Z | Compiling parking_lot v0.12.3 |
1189 | 2024-12-13T23:54:54.740Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-13T23:54:54.935Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-12-13T23:54:54.954Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-13T23:54:55.041Z | Compiling lazy_static v1.5.0 |
1193 | 2024-12-13T23:54:55.159Z | Compiling futures-sink v0.3.31 |
1194 | 2024-12-13T23:54:55.161Z | Compiling glob v0.3.1 |
1195 | 2024-12-13T23:54:55.262Z | Compiling stable_deref_trait v1.2.0 |
1196 | 2024-12-13T23:54:55.297Z | Compiling either v1.13.0 |
1197 | 2024-12-13T23:54:55.369Z | Compiling socket2 v0.5.7 |
1198 | 2024-12-13T23:54:55.583Z | Compiling slab v0.4.9 |
1199 | 2024-12-13T23:54:55.740Z | Compiling prettyplease v0.2.25 |
1200 | 2024-12-13T23:54:56.108Z | Compiling minimal-lexical v0.2.1 |
1201 | 2024-12-13T23:54:56.321Z | Compiling clang-sys v1.8.1 |
1202 | 2024-12-13T23:54:56.402Z | Compiling libloading v0.8.5 |
1203 | 2024-12-13T23:54:56.463Z | Compiling serde_json v1.0.132 |
1204 | 2024-12-13T23:54:56.658Z | Compiling nom v7.1.3 |
1205 | 2024-12-13T23:54:56.776Z | Compiling home v0.5.9 |
1206 | 2024-12-13T23:54:56.831Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-13T23:54:57.081Z | Compiling itertools v0.10.5 |
1208 | 2024-12-13T23:54:57.652Z | Compiling futures-channel v0.3.31 |
1209 | 2024-12-13T23:54:57.755Z | Compiling allocator-api2 v0.2.18 |
1210 | 2024-12-13T23:54:58.075Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-12-13T23:54:58.243Z | Compiling foldhash v0.1.3 |
1212 | 2024-12-13T23:54:58.573Z | Compiling lazycell v1.3.0 |
1213 | 2024-12-13T23:54:58.575Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-13T23:54:58.769Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-13T23:54:58.899Z | Compiling futures-task v0.3.31 |
1216 | 2024-12-13T23:54:59.215Z | Compiling pin-utils v0.1.0 |
1217 | 2024-12-13T23:54:59.312Z | Compiling hashbrown v0.15.1 |
1218 | 2024-12-13T23:54:59.877Z | Compiling cmake v0.1.51 |
1219 | 2024-12-13T23:55:00.420Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-13T23:55:00.648Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-13T23:55:00.921Z | Compiling fs_extra v1.3.0 |
1222 | 2024-12-13T23:55:01.533Z | Compiling dunce v1.0.5 |
1223 | 2024-12-13T23:55:01.669Z | Compiling libm v0.2.8 |
1224 | 2024-12-13T23:55:01.931Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-12-13T23:55:01.984Z | Compiling pkg-config v0.3.31 |
1226 | 2024-12-13T23:55:02.028Z | Compiling tinyvec v1.8.0 |
1227 | 2024-12-13T23:55:02.181Z | Compiling num-traits v0.2.19 |
1228 | 2024-12-13T23:55:02.699Z | Compiling ring v0.17.8 |
1229 | 2024-12-13T23:55:03.516Z | Compiling unicode-normalization v0.1.24 |
1230 | 2024-12-13T23:55:03.536Z | Compiling writeable v0.5.5 |
1231 | 2024-12-13T23:55:03.636Z | Compiling base64ct v1.6.0 |
1232 | 2024-12-13T23:55:03.838Z | Compiling litemap v0.7.3 |
1233 | 2024-12-13T23:55:03.919Z | Compiling paste v1.0.15 |
1234 | 2024-12-13T23:55:04.107Z | Compiling unicode-bidi v0.3.17 |
1235 | 2024-12-13T23:55:04.207Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-12-13T23:55:04.436Z | Compiling regex v1.11.1 |
1237 | 2024-12-13T23:55:04.925Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-12-13T23:55:05.375Z | Compiling flagset v0.4.6 |
1239 | 2024-12-13T23:55:05.526Z | Compiling httparse v1.9.5 |
1240 | 2024-12-13T23:55:05.598Z | Compiling tracing-core v0.1.32 |
1241 | 2024-12-13T23:55:06.382Z | Compiling rustls-pki-types v1.10.0 |
1242 | 2024-12-13T23:55:06.603Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-12-13T23:55:06.767Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-13T23:55:06.975Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2024-12-13T23:55:07.078Z | Compiling icu_properties_data v1.5.0 |
1246 | 2024-12-13T23:55:07.100Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-13T23:55:07.345Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-13T23:55:07.363Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-13T23:55:07.435Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-13T23:55:07.646Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-13T23:55:08.922Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-13T23:55:09.015Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-12-13T23:55:09.093Z | Compiling thiserror-impl v1.0.69 |
1254 | 2024-12-13T23:55:09.622Z | Compiling zerocopy v0.7.35 |
1255 | 2024-12-13T23:55:09.828Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-12-13T23:55:10.778Z | Compiling crypto-common v0.1.6 |
1257 | 2024-12-13T23:55:11.034Z | Compiling block-buffer v0.10.4 |
1258 | 2024-12-13T23:55:11.274Z | Compiling digest v0.10.7 |
1259 | 2024-12-13T23:55:11.302Z | Compiling futures-macro v0.3.31 |
1260 | 2024-12-13T23:55:11.735Z | Compiling zerofrom v0.1.4 |
1261 | 2024-12-13T23:55:11.773Z | Compiling hmac v0.12.1 |
1262 | 2024-12-13T23:55:11.838Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-13T23:55:11.966Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-13T23:55:12.028Z | Compiling sha2 v0.10.8 |
1265 | 2024-12-13T23:55:12.103Z | Compiling inout v0.1.3 |
1266 | 2024-12-13T23:55:12.176Z | Compiling yoke v0.7.4 |
1267 | 2024-12-13T23:55:12.398Z | Compiling cipher v0.4.4 |
1268 | 2024-12-13T23:55:12.525Z | Compiling thiserror v1.0.69 |
1269 | 2024-12-13T23:55:12.566Z | Compiling ppv-lite86 v0.2.20 |
1270 | 2024-12-13T23:55:12.671Z | Compiling der_derive v0.7.3 |
1271 | 2024-12-13T23:55:12.691Z | Compiling zerovec v0.10.4 |
1272 | 2024-12-13T23:55:12.929Z | Compiling icu_provider_macros v1.5.0 |
1273 | 2024-12-13T23:55:13.280Z | Compiling futures-util v0.3.31 |
1274 | 2024-12-13T23:55:13.431Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-12-13T23:55:13.691Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-13T23:55:14.103Z | Compiling rand v0.8.5 |
1277 | 2024-12-13T23:55:14.894Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-13T23:55:15.211Z | Compiling der v0.7.9 |
1279 | 2024-12-13T23:55:15.357Z | Compiling icu_locid v1.5.0 |
1280 | 2024-12-13T23:55:15.537Z | Compiling icu_collections v1.5.0 |
1281 | 2024-12-13T23:55:15.667Z | Compiling salsa20 v0.10.2 |
1282 | 2024-12-13T23:55:15.978Z | Compiling pest v2.7.14 |
1283 | 2024-12-13T23:55:16.359Z | Compiling pbkdf2 v0.12.2 |
1284 | 2024-12-13T23:55:16.573Z | Compiling num-conv v0.1.0 |
1285 | 2024-12-13T23:55:16.869Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-13T23:55:17.104Z | Compiling untrusted v0.9.0 |
1287 | 2024-12-13T23:55:17.281Z | Compiling time-core v0.1.2 |
1288 | 2024-12-13T23:55:17.477Z | Compiling spki v0.7.3 |
1289 | 2024-12-13T23:55:17.606Z | Compiling tracing v0.1.40 |
1290 | 2024-12-13T23:55:17.861Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-13T23:55:17.887Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-12-13T23:55:17.924Z | Compiling powerfmt v0.2.0 |
1293 | 2024-12-13T23:55:18.078Z | Compiling vcpkg v0.2.15 |
1294 | 2024-12-13T23:55:18.144Z | Compiling untrusted v0.7.1 |
1295 | 2024-12-13T23:55:18.324Z | Compiling deranged v0.3.11 |
1296 | 2024-12-13T23:55:18.343Z | Compiling time-macros v0.2.18 |
1297 | 2024-12-13T23:55:18.647Z | Compiling pest_meta v2.7.14 |
1298 | 2024-12-13T23:55:19.047Z | Compiling icu_properties v1.5.1 |
1299 | 2024-12-13T23:55:20.286Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-12-13T23:55:20.500Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-13T23:55:21.120Z | Compiling aes v0.8.4 |
1302 | 2024-12-13T23:55:21.417Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-13T23:55:21.570Z | Compiling bytes v1.8.0 |
1304 | 2024-12-13T23:55:21.679Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-13T23:55:22.934Z | Compiling tokio v1.40.0 |
1306 | 2024-12-13T23:55:23.189Z | Compiling http v1.1.0 |
1307 | 2024-12-13T23:55:23.300Z | Compiling semver v1.0.23 |
1308 | 2024-12-13T23:55:23.718Z | Compiling cbc v0.1.2 |
1309 | 2024-12-13T23:55:23.930Z | Compiling rustc_version v0.4.1 |
1310 | 2024-12-13T23:55:23.964Z | Compiling scroll_derive v0.12.0 |
1311 | 2024-12-13T23:55:23.984Z | Compiling utf16_iter v1.0.5 |
1312 | 2024-12-13T23:55:24.061Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-12-13T23:55:24.169Z | Compiling write16 v1.0.0 |
1314 | 2024-12-13T23:55:24.190Z | Compiling num_threads v0.1.7 |
1315 | 2024-12-13T23:55:24.307Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-13T23:55:24.327Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-12-13T23:55:24.500Z | Compiling time v0.3.36 |
1318 | 2024-12-13T23:55:24.585Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-12-13T23:55:24.723Z | Compiling http-body v1.0.1 |
1320 | 2024-12-13T23:55:24.843Z | Compiling pkcs5 v0.7.1 |
1321 | 2024-12-13T23:55:25.174Z | Compiling pest_generator v2.7.14 |
1322 | 2024-12-13T23:55:25.551Z | Compiling scroll v0.12.0 |
1323 | 2024-12-13T23:55:25.730Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-12-13T23:55:26.031Z | Compiling which v4.4.2 |
1325 | 2024-12-13T23:55:26.076Z | Compiling slog v2.7.0 |
1326 | 2024-12-13T23:55:26.139Z | Compiling try-lock v0.2.5 |
1327 | 2024-12-13T23:55:26.295Z | Compiling want v0.3.1 |
1328 | 2024-12-13T23:55:26.611Z | Compiling goblin v0.8.2 |
1329 | 2024-12-13T23:55:26.644Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-12-13T23:55:26.658Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-13T23:55:26.874Z | Compiling httpdate v1.0.3 |
1332 | 2024-12-13T23:55:27.115Z | Compiling pest_derive v2.7.14 |
1333 | 2024-12-13T23:55:27.341Z | Compiling idna v1.0.3 |
1334 | 2024-12-13T23:55:27.389Z | Compiling uuid v1.11.0 |
1335 | 2024-12-13T23:55:27.898Z | Compiling dtrace-parser v0.2.0 |
1336 | 2024-12-13T23:55:28.221Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-12-13T23:55:28.460Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-13T23:55:28.848Z | Compiling serde_tokenstream v0.2.2 |
1339 | 2024-12-13T23:55:28.998Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-12-13T23:55:29.118Z | Compiling base64 v0.22.1 |
1341 | 2024-12-13T23:55:29.138Z | Compiling openssl v0.10.66 |
1342 | 2024-12-13T23:55:29.447Z | Compiling match_cfg v0.1.0 |
1343 | 2024-12-13T23:55:29.549Z | Compiling rustversion v1.0.17 |
1344 | 2024-12-13T23:55:29.564Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-13T23:55:29.715Z | Compiling tower-service v0.3.3 |
1346 | 2024-12-13T23:55:29.849Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-13T23:55:29.874Z | Compiling chrono v0.4.38 |
1348 | 2024-12-13T23:55:30.018Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-12-13T23:55:30.086Z | Compiling hostname v0.3.1 |
1350 | 2024-12-13T23:55:30.107Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-13T23:55:30.208Z | Compiling url v2.5.3 |
1352 | 2024-12-13T23:55:30.364Z | Compiling async-trait v0.1.83 |
1353 | 2024-12-13T23:55:31.587Z | Compiling tokio-util v0.7.12 |
1354 | 2024-12-13T23:55:31.784Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-12-13T23:55:32.268Z | Compiling dof v0.3.0 |
1356 | 2024-12-13T23:55:32.559Z | Compiling h2 v0.4.6 |
1357 | 2024-12-13T23:55:33.004Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-13T23:55:33.106Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-13T23:55:33.570Z | Compiling siphasher v0.3.11 |
1360 | 2024-12-13T23:55:33.676Z | Compiling syn v1.0.109 |
1361 | 2024-12-13T23:55:33.963Z | Compiling data-encoding v2.6.0 |
1362 | 2024-12-13T23:55:34.298Z | Compiling rustls v0.22.4 |
1363 | 2024-12-13T23:55:34.485Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-13T23:55:34.562Z | Compiling rustls v0.23.19 |
1365 | 2024-12-13T23:55:34.772Z | Compiling dirs-next v2.0.0 |
1366 | 2024-12-13T23:55:34.992Z | Compiling http-body-util v0.1.2 |
1367 | 2024-12-13T23:55:35.520Z | Compiling heapless v0.7.17 |
1368 | 2024-12-13T23:55:35.991Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-12-13T23:55:36.332Z | Compiling signature v2.2.0 |
1370 | 2024-12-13T23:55:36.352Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-13T23:55:36.635Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2024-12-13T23:55:36.743Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2024-12-13T23:55:36.783Z | Compiling thread_local v1.1.8 |
1374 | 2024-12-13T23:55:36.961Z | Compiling cookie v0.18.1 |
1375 | 2024-12-13T23:55:37.143Z | Compiling multer v3.1.0 |
1376 | 2024-12-13T23:55:37.257Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-13T23:55:37.358Z | Compiling rayon-core v1.12.1 |
1378 | 2024-12-13T23:55:37.423Z | Compiling unicode-properties v0.1.3 |
1379 | 2024-12-13T23:55:37.626Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-13T23:55:37.822Z | Compiling ipnet v2.10.1 |
1381 | 2024-12-13T23:55:38.155Z | Compiling gimli v0.31.1 |
1382 | 2024-12-13T23:55:38.563Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-13T23:55:38.942Z | Compiling schemars v0.8.21 |
1384 | 2024-12-13T23:55:39.115Z | Compiling signal-hook v0.3.17 |
1385 | 2024-12-13T23:55:39.284Z | Compiling hyper v1.5.0 |
1386 | 2024-12-13T23:55:39.379Z | Compiling mime v0.3.17 |
1387 | 2024-12-13T23:55:39.483Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-12-13T23:55:39.990Z | Compiling toml_edit v0.22.22 |
1389 | 2024-12-13T23:55:41.818Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-13T23:55:42.886Z | Compiling addr2line v0.24.2 |
1391 | 2024-12-13T23:55:43.480Z | Compiling stringprep v0.1.5 |
1392 | 2024-12-13T23:55:43.636Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-12-13T23:55:43.636Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-12-13T23:55:43.673Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-12-13T23:55:44.074Z | Compiling term v0.7.0 |
1396 | 2024-12-13T23:55:44.864Z | Compiling slog-json v2.6.1 |
1397 | 2024-12-13T23:55:45.054Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-12-13T23:55:45.078Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2024-12-13T23:55:45.197Z | Compiling crossbeam-channel v0.5.13 |
1400 | 2024-12-13T23:55:45.217Z | Compiling futures-executor v0.3.31 |
1401 | 2024-12-13T23:55:45.574Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-13T23:55:45.577Z | Compiling md-5 v0.10.6 |
1403 | 2024-12-13T23:55:45.684Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-12-13T23:55:45.844Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-13T23:55:45.864Z | Compiling num-integer v0.1.46 |
1406 | 2024-12-13T23:55:46.205Z | Compiling idna v0.4.0 |
1407 | 2024-12-13T23:55:46.313Z | Compiling idna v0.3.0 |
1408 | 2024-12-13T23:55:46.642Z | Compiling hash32 v0.2.1 |
1409 | 2024-12-13T23:55:46.750Z | Compiling ff v0.13.0 |
1410 | 2024-12-13T23:55:46.975Z | Compiling is-terminal v0.4.13 |
1411 | 2024-12-13T23:55:46.998Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-13T23:55:47.101Z | Compiling object v0.36.5 |
1413 | 2024-12-13T23:55:47.104Z | Compiling dyn-clone v1.0.17 |
1414 | 2024-12-13T23:55:47.286Z | Compiling take_mut v0.2.2 |
1415 | 2024-12-13T23:55:47.347Z | Compiling portable-atomic v1.9.0 |
1416 | 2024-12-13T23:55:47.453Z | Compiling psl-types v2.0.11 |
1417 | 2024-12-13T23:55:47.660Z | Compiling anyhow v1.0.93 |
1418 | 2024-12-13T23:55:47.891Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-12-13T23:55:47.984Z | Compiling base16ct v0.2.0 |
1420 | 2024-12-13T23:55:48.226Z | Compiling utf-8 v0.7.6 |
1421 | 2024-12-13T23:55:48.280Z | Compiling rustc-demangle v0.1.24 |
1422 | 2024-12-13T23:55:48.312Z | Compiling quick-error v1.2.3 |
1423 | 2024-12-13T23:55:48.329Z | Compiling smoltcp v0.9.1 |
1424 | 2024-12-13T23:55:48.382Z | Compiling num-bigint-dig v0.8.4 |
1425 | 2024-12-13T23:55:48.448Z | Compiling fallible-iterator v0.2.0 |
1426 | 2024-12-13T23:55:48.574Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-12-13T23:55:48.711Z | Compiling tungstenite v0.24.0 |
1428 | 2024-12-13T23:55:49.180Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-12-13T23:55:49.221Z | Compiling lru-cache v0.1.2 |
1430 | 2024-12-13T23:55:49.383Z | Compiling sec1 v0.7.3 |
1431 | 2024-12-13T23:55:49.430Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-12-13T23:55:49.980Z | Compiling async-stream v0.3.6 |
1433 | 2024-12-13T23:55:50.291Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-12-13T23:55:50.478Z | Compiling slog-term v2.9.1 |
1435 | 2024-12-13T23:55:50.674Z | Compiling usdt v0.5.0 |
1436 | 2024-12-13T23:55:51.146Z | Compiling group v0.13.0 |
1437 | 2024-12-13T23:55:51.491Z | Compiling num-iter v0.1.45 |
1438 | 2024-12-13T23:55:51.790Z | Compiling futures v0.3.31 |
1439 | 2024-12-13T23:55:51.811Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-12-13T23:55:53.563Z | Compiling camino v1.1.9 |
1441 | 2024-12-13T23:55:53.583Z | Compiling tokio-native-tls v0.3.1 |
1442 | 2024-12-13T23:55:53.812Z | Compiling toml v0.8.19 |
1443 | 2024-12-13T23:55:53.844Z | Compiling phf_shared v0.11.2 |
1444 | 2024-12-13T23:55:54.240Z | Compiling dropshot_endpoint v0.12.0 |
1445 | 2024-12-13T23:55:54.258Z | Compiling terminal_size v0.4.0 |
1446 | 2024-12-13T23:55:54.481Z | Compiling backtrace v0.3.74 |
1447 | 2024-12-13T23:55:54.517Z | Compiling waitgroup v0.1.2 |
1448 | 2024-12-13T23:55:54.747Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-12-13T23:55:55.167Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-12-13T23:55:55.567Z | Compiling hkdf v0.12.4 |
1451 | 2024-12-13T23:55:55.846Z | Compiling crypto-bigint v0.5.5 |
1452 | 2024-12-13T23:55:56.070Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-12-13T23:55:57.675Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-12-13T23:55:58.261Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-12-13T23:55:58.495Z | Compiling idna v0.5.0 |
1456 | 2024-12-13T23:55:58.913Z | Compiling hostname v0.4.0 |
1457 | 2024-12-13T23:55:58.946Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-13T23:55:59.171Z | Compiling crc32fast v1.4.2 |
1459 | 2024-12-13T23:55:59.200Z | Compiling ahash v0.8.11 |
1460 | 2024-12-13T23:55:59.534Z | Compiling fs-err v2.11.0 |
1461 | 2024-12-13T23:55:59.552Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-12-13T23:55:59.697Z | Compiling winnow v0.5.40 |
1463 | 2024-12-13T23:55:59.822Z | Compiling managed v0.8.0 |
1464 | 2024-12-13T23:55:59.858Z | Compiling bitflags v1.3.2 |
1465 | 2024-12-13T23:55:59.935Z | Compiling zerocopy v0.6.6 |
1466 | 2024-12-13T23:55:59.970Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-13T23:56:00.172Z | Compiling hubpack v0.1.2 |
1468 | 2024-12-13T23:56:00.663Z | Compiling console v0.15.8 |
1469 | 2024-12-13T23:56:00.880Z | Compiling strum_macros v0.25.3 |
1470 | 2024-12-13T23:56:01.091Z | Compiling flate2 v1.0.34 |
1471 | 2024-12-13T23:56:02.047Z | Compiling cookie_store v0.21.0 |
1472 | 2024-12-13T23:56:02.076Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-12-13T23:56:02.469Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-12-13T23:56:03.607Z | Compiling toml_edit v0.19.15 |
1475 | 2024-12-13T23:56:03.643Z | Compiling phf v0.11.2 |
1476 | 2024-12-13T23:56:03.849Z | Compiling hyper-tls v0.6.0 |
1477 | 2024-12-13T23:56:03.934Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-13T23:56:04.102Z | Compiling rayon v1.10.0 |
1479 | 2024-12-13T23:56:04.287Z | Compiling bzip2 v0.4.4 |
1480 | 2024-12-13T23:56:05.072Z | Compiling postgres-types v0.2.8 |
1481 | 2024-12-13T23:56:06.673Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-13T23:56:08.594Z | Compiling ed25519 v2.2.3 |
1483 | 2024-12-13T23:56:08.851Z | Compiling phf_shared v0.10.0 |
1484 | 2024-12-13T23:56:09.230Z | Compiling tokio-stream v0.1.16 |
1485 | 2024-12-13T23:56:09.264Z | Compiling pkcs1 v0.7.5 |
1486 | 2024-12-13T23:56:09.572Z | Compiling serde-big-array v0.5.1 |
1487 | 2024-12-13T23:56:09.816Z | Compiling clap_derive v4.5.18 |
1488 | 2024-12-13T23:56:10.230Z | Compiling rfc6979 v0.4.0 |
1489 | 2024-12-13T23:56:10.309Z | Compiling derive-where v1.2.7 |
1490 | 2024-12-13T23:56:10.328Z | Compiling serde_repr v0.1.19 |
1491 | 2024-12-13T23:56:10.415Z | Compiling float-cmp v0.9.0 |
1492 | 2024-12-13T23:56:10.508Z | Compiling bstr v1.10.0 |
1493 | 2024-12-13T23:56:10.637Z | Compiling sync_wrapper v1.0.1 |
1494 | 2024-12-13T23:56:10.826Z | Compiling fixedbitset v0.4.2 |
1495 | 2024-12-13T23:56:11.289Z | Compiling new_debug_unreachable v1.0.6 |
1496 | 2024-12-13T23:56:11.392Z | Compiling bit-vec v0.6.3 |
1497 | 2024-12-13T23:56:11.498Z | Compiling predicates-core v1.0.8 |
1498 | 2024-12-13T23:56:11.773Z | Compiling normalize-line-endings v0.3.0 |
1499 | 2024-12-13T23:56:11.852Z | Compiling unicode-width v0.2.0 |
1500 | 2024-12-13T23:56:11.873Z | Compiling whoami v1.5.2 |
1501 | 2024-12-13T23:56:11.904Z | Compiling difflib v0.4.0 |
1502 | 2024-12-13T23:56:12.339Z | Compiling unicode-segmentation v1.12.0 |
1503 | 2024-12-13T23:56:12.383Z | Compiling number_prefix v0.4.0 |
1504 | 2024-12-13T23:56:12.539Z | Compiling static_assertions v1.1.0 |
1505 | 2024-12-13T23:56:12.610Z | Compiling precomputed-hash v0.1.1 |
1506 | 2024-12-13T23:56:12.649Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1507 | 2024-12-13T23:56:12.734Z | Compiling string_cache v0.8.7 |
1508 | 2024-12-13T23:56:13.234Z | Compiling similar v2.6.0 |
1509 | 2024-12-13T23:56:13.234Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-13T23:56:13.554Z | Compiling predicates v3.1.2 |
1511 | 2024-12-13T23:56:14.016Z | Compiling tokio-postgres v0.7.12 |
1512 | 2024-12-13T23:56:14.972Z | Compiling clap v4.5.21 |
1513 | 2024-12-13T23:56:15.107Z | Compiling bit-set v0.5.3 |
1514 | 2024-12-13T23:56:15.356Z | Compiling petgraph v0.6.5 |
1515 | 2024-12-13T23:56:15.398Z | Compiling ecdsa v0.16.9 |
1516 | 2024-12-13T23:56:15.504Z | Compiling rsa v0.9.6 |
1517 | 2024-12-13T23:56:15.665Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2024-12-13T23:56:16.297Z | Compiling toml v0.7.8 |
1519 | 2024-12-13T23:56:17.070Z | Compiling zip v0.6.6 |
1520 | 2024-12-13T23:56:18.100Z | Compiling crossterm v0.28.1 |
1521 | 2024-12-13T23:56:19.177Z | Compiling hex v0.4.3 |
1522 | 2024-12-13T23:56:19.547Z | Compiling x509-cert v0.2.5 |
1523 | 2024-12-13T23:56:19.664Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-12-13T23:56:19.800Z | Compiling lalrpop-util v0.19.12 |
1525 | 2024-12-13T23:56:19.901Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-13T23:56:19.928Z | Compiling strum_macros v0.26.4 |
1527 | 2024-12-13T23:56:20.081Z | Compiling xattr v1.3.1 |
1528 | 2024-12-13T23:56:20.172Z | Compiling filetime v0.2.25 |
1529 | 2024-12-13T23:56:20.364Z | Compiling tar v0.4.42 |
1530 | 2024-12-13T23:56:25.183Z | Compiling strum v0.26.3 |
1531 | 2024-12-13T23:56:27.826Z | Compiling aws-lc-sys v0.22.0 |
1532 | 2024-12-13T23:56:55.681Z | Compiling rustls-webpki v0.102.8 |
1533 | 2024-12-13T23:56:59.123Z | Compiling tokio-rustls v0.25.0 |
1534 | 2024-12-13T23:57:00.656Z | Compiling tokio-rustls v0.26.0 |
1535 | 2024-12-13T23:57:00.985Z | Compiling hyper-rustls v0.27.3 |
1536 | 2024-12-13T23:57:01.352Z | Compiling reqwest v0.12.9 |
1537 | 2024-12-13T23:57:02.708Z | Compiling qorb v0.2.1 |
1538 | 2024-12-13T23:57:07.435Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-12-13T23:57:07.669Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1540 | 2024-12-13T23:57:13.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1541 | 2024-12-13T23:57:13.608Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1542 | 2024-12-13T23:57:13.658Z | Dec 13 23:57:12.668 INFO Starting download, target: DendriteOpenapi |
1543 | 2024-12-13T23:57:13.658Z | Dec 13 23:57:12.669 INFO Starting download, target: Console |
1544 | 2024-12-13T23:57:13.658Z | Dec 13 23:57:12.669 INFO Starting download, target: Cockroach |
1545 | 2024-12-13T23:57:13.658Z | Dec 13 23:57:12.669 INFO Starting download, target: Clickhouse |
1546 | 2024-12-13T23:57:13.658Z | Dec 13 23:57:12.669 INFO Starting download, target: DendriteStub |
1547 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Starting download, target: MaghemiteMgd |
1548 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Starting download, target: TransceiverControl |
1549 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1552 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.669 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-12-13T23:57:13.661Z | Dec 13 23:57:12.670 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-12-13T23:57:14.025Z | Dec 13 23:57:12.914 INFO Download complete, target: DendriteOpenapi |
1557 | 2024-12-13T23:57:14.229Z | Dec 13 23:57:13.189 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-13T23:57:14.292Z | Dec 13 23:57:13.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1559 | 2024-12-13T23:57:14.619Z | Dec 13 23:57:13.533 INFO Download complete, target: Console |
1560 | 2024-12-13T23:57:14.904Z | Dec 13 23:57:13.914 INFO Download complete, target: TransceiverControl |
1561 | 2024-12-13T23:57:14.955Z | Dec 13 23:57:13.964 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-13T23:57:14.959Z | Dec 13 23:57:13.967 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-13T23:57:15.597Z | Dec 13 23:57:14.608 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-12-13T23:57:15.597Z | Dec 13 23:57:14.608 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-12-13T23:57:15.601Z | Dec 13 23:57:14.612 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-12-13T23:57:17.903Z | Dec 13 23:57:16.914 INFO Download complete, target: DendriteStub |
1567 | 2024-12-13T23:57:17.945Z | Dec 13 23:57:16.954 INFO Download complete, target: MaghemiteMgd |
1568 | 2024-12-13T23:57:22.983Z | Dec 13 23:57:21.996 INFO Checking that binary works, target: Cockroach |
1569 | 2024-12-13T23:57:23.144Z | Dec 13 23:57:22.157 INFO Download complete, target: Cockroach |
1570 | 2024-12-13T23:57:27.991Z | Dec 13 23:57:27.003 INFO Checking that binary works, target: Clickhouse |
1571 | 2024-12-13T23:57:28.154Z | Dec 13 23:57:27.167 INFO Download complete, target: Clickhouse |
1572 | 2024-12-13T23:57:28.173Z | All builder prerequisites installed successfully, and PATH looks valid |
1573 | 2024-12-13T23:57:28.176Z | |
1574 | 2024-12-13T23:57:28.176Z | real 4:53.941984699 |
1575 | 2024-12-13T23:57:28.176Z | user 16:27.286615148 |
1576 | 2024-12-13T23:57:28.177Z | sys 3:14.805937228 |
1577 | 2024-12-13T23:57:28.177Z | trap 0.541374610 |
1578 | 2024-12-13T23:57:28.177Z | tflt 1.686475403 |
1579 | 2024-12-13T23:57:28.177Z | dflt 2.277146675 |
1580 | 2024-12-13T23:57:28.177Z | kflt 0.029067539 |
1581 | 2024-12-13T23:57:28.177Z | lock 29:16.369125304 |
1582 | 2024-12-13T23:57:28.177Z | slp 1:01:08.021848874 |
1583 | 2024-12-13T23:57:28.177Z | lat 59.343151010 |
1584 | 2024-12-13T23:57:28.177Z | stop 2:19.904281431 |
1585 | 2024-12-13T23:57:28.177Z | + banner hack-check |
1586 | 2024-12-13T23:57:28.180Z | |
1587 | 2024-12-13T23:57:28.181Z | # # ## #### # # #### # # ###### #### # # |
1588 | 2024-12-13T23:57:28.181Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-12-13T23:57:28.181Z | ###### # # # #### ##### # ###### ##### # #### |
1590 | 2024-12-13T23:57:28.181Z | # # ###### # # # # # # # # # # |
1591 | 2024-12-13T23:57:28.181Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-12-13T23:57:28.181Z | # # # # #### # # #### # # ###### #### # # |
1593 | 2024-12-13T23:57:28.181Z | |
1594 | 2024-12-13T23:57:28.181Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-12-13T23:57:28.181Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-12-13T23:57:28.181Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1597 | 2024-12-13T23:57:28.702Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1598 | 2024-12-13T23:57:32.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
1599 | 2024-12-13T23:57:32.308Z | Running `target/debug/xtask check-features --ci` |
1600 | 2024-12-13T23:57:32.328Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1601 | 2024-12-13T23:57:32.328Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1602 | 2024-12-13T23:57:32.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1603 | 2024-12-13T23:57:32.780Z | Running `target/debug/xtask download cargo-hack` |
1604 | 2024-12-13T23:57:33.571Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1605 | 2024-12-13T23:57:33.931Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1606 | 2024-12-13T23:57:38.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
1607 | 2024-12-13T23:57:39.092Z | Running `target/debug/xtask-downloader cargo-hack` |
1608 | 2024-12-13T23:57:39.126Z | Dec 13 23:57:38.141 INFO Starting download, target: CargoHack |
1609 | 2024-12-13T23:57:39.129Z | Dec 13 23:57:38.142 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1610 | 2024-12-13T23:57:39.798Z | Dec 13 23:57:38.813 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1611 | 2024-12-13T23:57:39.888Z | Dec 13 23:57:38.903 INFO Download complete, target: CargoHack |
1612 | 2024-12-13T23:57:39.892Z | 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" |
1613 | 2024-12-13T23:57:39.907Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1614 | 2024-12-13T23:57:40.075Z | info: running `cargo check --bins` on api_identity (1/173) |
1615 | 2024-12-13T23:57:40.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-12-13T23:57:40.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-12-13T23:57:40.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-12-13T23:57:40.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1619 | 2024-12-13T23:57:40.701Z | |
1620 | 2024-12-13T23:57:40.701Z | info: running `cargo check --bins` on bootstore (2/173) |
1621 | 2024-12-13T23:57:41.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-12-13T23:57:41.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-12-13T23:57:41.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-12-13T23:57:41.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1625 | 2024-12-13T23:57:41.338Z | |
1626 | 2024-12-13T23:57:41.338Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1627 | 2024-12-13T23:57:41.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-12-13T23:57:41.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-12-13T23:57:41.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-12-13T23:57:41.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1631 | 2024-12-13T23:57:42.424Z | |
1632 | 2024-12-13T23:57:42.424Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1633 | 2024-12-13T23:57:42.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-13T23:57:42.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-13T23:57:42.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-13T23:57:42.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1637 | 2024-12-13T23:57:42.575Z | |
1638 | 2024-12-13T23:57:42.575Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1639 | 2024-12-13T23:57:42.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-13T23:57:42.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-13T23:57:42.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-13T23:57:42.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1643 | 2024-12-13T23:57:42.983Z | |
1644 | 2024-12-13T23:57:42.983Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1645 | 2024-12-13T23:57:43.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-13T23:57:43.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-13T23:57:43.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-13T23:57:43.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1649 | 2024-12-13T23:57:43.399Z | |
1650 | 2024-12-13T23:57:43.399Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1651 | 2024-12-13T23:57:43.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-13T23:57:43.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-13T23:57:43.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-13T23:57:43.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1655 | 2024-12-13T23:57:43.810Z | |
1656 | 2024-12-13T23:57:43.810Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1657 | 2024-12-13T23:57:44.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-13T23:57:44.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-13T23:57:44.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-13T23:57:44.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-12-13T23:57:44.224Z | |
1662 | 2024-12-13T23:57:44.224Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1663 | 2024-12-13T23:57:44.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-13T23:57:44.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-13T23:57:44.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-13T23:57:44.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1667 | 2024-12-13T23:57:44.637Z | |
1668 | 2024-12-13T23:57:44.637Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1669 | 2024-12-13T23:57:45.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-13T23:57:45.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-13T23:57:45.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-13T23:57:45.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1673 | 2024-12-13T23:57:45.050Z | |
1674 | 2024-12-13T23:57:45.050Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1675 | 2024-12-13T23:57:45.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-13T23:57:45.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-13T23:57:45.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-13T23:57:45.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1679 | 2024-12-13T23:57:45.467Z | |
1680 | 2024-12-13T23:57:45.467Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1681 | 2024-12-13T23:57:45.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-13T23:57:45.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-13T23:57:45.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-13T23:57:45.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2024-12-13T23:57:45.875Z | |
1686 | 2024-12-13T23:57:45.875Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1687 | 2024-12-13T23:57:46.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-13T23:57:46.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-13T23:57:46.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-13T23:57:46.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1691 | 2024-12-13T23:57:46.290Z | |
1692 | 2024-12-13T23:57:46.290Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1693 | 2024-12-13T23:57:46.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-13T23:57:46.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-13T23:57:46.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-13T23:57:46.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1697 | 2024-12-13T23:57:46.698Z | |
1698 | 2024-12-13T23:57:46.698Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1699 | 2024-12-13T23:57:47.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-13T23:57:47.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-13T23:57:47.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-13T23:57:47.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1703 | 2024-12-13T23:57:47.109Z | |
1704 | 2024-12-13T23:57:47.109Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1705 | 2024-12-13T23:57:47.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-13T23:57:47.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-13T23:57:47.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-13T23:57:47.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1709 | 2024-12-13T23:57:47.516Z | |
1710 | 2024-12-13T23:57:47.516Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1711 | 2024-12-13T23:57:47.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-13T23:57:47.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-13T23:57:47.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-13T23:57:47.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1715 | 2024-12-13T23:57:47.924Z | |
1716 | 2024-12-13T23:57:47.924Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1717 | 2024-12-13T23:57:48.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-13T23:57:48.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-13T23:57:48.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-13T23:57:48.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1721 | 2024-12-13T23:57:48.338Z | |
1722 | 2024-12-13T23:57:48.338Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1723 | 2024-12-13T23:57:48.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-13T23:57:48.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-13T23:57:48.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-13T23:57:48.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1727 | 2024-12-13T23:57:48.755Z | |
1728 | 2024-12-13T23:57:48.755Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1729 | 2024-12-13T23:57:49.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-13T23:57:49.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-13T23:57:49.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-13T23:57:49.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1733 | 2024-12-13T23:57:49.169Z | |
1734 | 2024-12-13T23:57:49.169Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1735 | 2024-12-13T23:57:49.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-13T23:57:49.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-13T23:57:49.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-13T23:57:49.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1739 | 2024-12-13T23:57:49.582Z | |
1740 | 2024-12-13T23:57:49.582Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1741 | 2024-12-13T23:57:49.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-13T23:57:49.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-13T23:57:49.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-13T23:57:49.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1745 | 2024-12-13T23:57:50.001Z | |
1746 | 2024-12-13T23:57:50.001Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1747 | 2024-12-13T23:57:50.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-13T23:57:50.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-13T23:57:50.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-13T23:57:50.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1751 | 2024-12-13T23:57:50.419Z | |
1752 | 2024-12-13T23:57:50.419Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1753 | 2024-12-13T23:57:50.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-13T23:57:50.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-13T23:57:50.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-13T23:57:50.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1757 | 2024-12-13T23:57:50.829Z | |
1758 | 2024-12-13T23:57:50.829Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1759 | 2024-12-13T23:57:51.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-13T23:57:51.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-13T23:57:51.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-13T23:57:51.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1763 | 2024-12-13T23:57:51.452Z | |
1764 | 2024-12-13T23:57:51.452Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1765 | 2024-12-13T23:57:52.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-13T23:57:52.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-13T23:57:52.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-13T23:57:52.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1769 | 2024-12-13T23:57:52.076Z | |
1770 | 2024-12-13T23:57:52.076Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1771 | 2024-12-13T23:57:52.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-13T23:57:52.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-13T23:57:52.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-13T23:57:52.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1775 | 2024-12-13T23:57:52.703Z | |
1776 | 2024-12-13T23:57:52.703Z | info: running `cargo check --bins` on oxlog (28/173) |
1777 | 2024-12-13T23:57:53.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-13T23:57:53.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-13T23:57:53.311Z | Checking cfg-if v1.0.0 |
1780 | 2024-12-13T23:57:53.314Z | Checking libc v0.2.162 |
1781 | 2024-12-13T23:57:53.420Z | Checking serde v1.0.215 |
1782 | 2024-12-13T23:57:53.423Z | Checking zeroize v1.8.1 |
1783 | 2024-12-13T23:57:53.437Z | Checking memchr v2.7.4 |
1784 | 2024-12-13T23:57:53.440Z | Checking typenum v1.17.0 |
1785 | 2024-12-13T23:57:53.455Z | Checking scopeguard v1.2.0 |
1786 | 2024-12-13T23:57:53.458Z | Checking subtle v2.6.1 |
1787 | 2024-12-13T23:57:53.479Z | Checking value-bag v1.9.0 |
1788 | 2024-12-13T23:57:53.586Z | Checking lock_api v0.4.12 |
1789 | 2024-12-13T23:57:53.684Z | Checking const-oid v0.9.6 |
1790 | 2024-12-13T23:57:53.720Z | Checking itoa v1.0.11 |
1791 | 2024-12-13T23:57:53.880Z | Checking log v0.4.22 |
1792 | 2024-12-13T23:57:53.925Z | Checking smallvec v1.13.2 |
1793 | 2024-12-13T23:57:53.975Z | Checking pin-project-lite v0.2.14 |
1794 | 2024-12-13T23:57:54.101Z | Checking byteorder v1.5.0 |
1795 | 2024-12-13T23:57:54.308Z | Checking futures-core v0.3.31 |
1796 | 2024-12-13T23:57:54.325Z | Checking once_cell v1.20.2 |
1797 | 2024-12-13T23:57:54.366Z | Checking cpufeatures v0.2.14 |
1798 | 2024-12-13T23:57:54.459Z | Checking stable_deref_trait v1.2.0 |
1799 | 2024-12-13T23:57:54.485Z | Checking futures-sink v0.3.31 |
1800 | 2024-12-13T23:57:54.538Z | Checking spin v0.9.8 |
1801 | 2024-12-13T23:57:54.557Z | Checking zerocopy v0.7.35 |
1802 | 2024-12-13T23:57:54.576Z | Checking getrandom v0.2.15 |
1803 | 2024-12-13T23:57:54.612Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-12-13T23:57:54.630Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-12-13T23:57:54.697Z | Checking generic-array v0.14.7 |
1806 | 2024-12-13T23:57:54.788Z | Checking rand_core v0.6.4 |
1807 | 2024-12-13T23:57:54.861Z | Checking mio v1.0.2 |
1808 | 2024-12-13T23:57:54.864Z | Checking socket2 v0.5.7 |
1809 | 2024-12-13T23:57:54.950Z | Checking parking_lot v0.12.3 |
1810 | 2024-12-13T23:57:55.086Z | Checking zerofrom v0.1.4 |
1811 | 2024-12-13T23:57:55.302Z | Checking slab v0.4.9 |
1812 | 2024-12-13T23:57:55.319Z | Checking yoke v0.7.4 |
1813 | 2024-12-13T23:57:55.331Z | Checking futures-channel v0.3.31 |
1814 | 2024-12-13T23:57:55.467Z | Checking futures-task v0.3.31 |
1815 | 2024-12-13T23:57:55.483Z | Checking pin-utils v0.1.0 |
1816 | 2024-12-13T23:57:55.566Z | Checking futures-io v0.3.31 |
1817 | 2024-12-13T23:57:55.580Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-12-13T23:57:55.650Z | Checking foldhash v0.1.3 |
1819 | 2024-12-13T23:57:55.665Z | Checking equivalent v1.0.1 |
1820 | 2024-12-13T23:57:55.706Z | Checking zerovec v0.10.4 |
1821 | 2024-12-13T23:57:55.747Z | Checking futures-util v0.3.31 |
1822 | 2024-12-13T23:57:55.766Z | Checking tinyvec_macros v0.1.1 |
1823 | 2024-12-13T23:57:55.843Z | Checking ryu v1.0.18 |
1824 | 2024-12-13T23:57:55.859Z | Checking crypto-common v0.1.6 |
1825 | 2024-12-13T23:57:55.862Z | Checking block-buffer v0.10.4 |
1826 | 2024-12-13T23:57:55.986Z | Checking block-padding v0.3.3 |
1827 | 2024-12-13T23:57:56.030Z | Checking tinyvec v1.8.0 |
1828 | 2024-12-13T23:57:56.077Z | Checking fnv v1.0.7 |
1829 | 2024-12-13T23:57:56.080Z | Checking digest v0.10.7 |
1830 | 2024-12-13T23:57:56.174Z | Checking inout v0.1.3 |
1831 | 2024-12-13T23:57:56.202Z | Checking libm v0.2.8 |
1832 | 2024-12-13T23:57:56.225Z | Checking hashbrown v0.15.1 |
1833 | 2024-12-13T23:57:56.396Z | Checking cipher v0.4.4 |
1834 | 2024-12-13T23:57:56.479Z | Checking hmac v0.12.1 |
1835 | 2024-12-13T23:57:56.699Z | Checking sha2 v0.10.8 |
1836 | 2024-12-13T23:57:56.797Z | Checking litemap v0.7.3 |
1837 | 2024-12-13T23:57:57.097Z | Checking writeable v0.5.5 |
1838 | 2024-12-13T23:57:57.150Z | Checking unicode-bidi v0.3.17 |
1839 | 2024-12-13T23:57:57.306Z | Checking base64ct v1.6.0 |
1840 | 2024-12-13T23:57:57.340Z | Checking unicode-normalization v0.1.24 |
1841 | 2024-12-13T23:57:57.359Z | Checking tinystr v0.7.6 |
1842 | 2024-12-13T23:57:57.373Z | Checking num-traits v0.2.19 |
1843 | 2024-12-13T23:57:57.407Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-12-13T23:57:57.733Z | Checking icu_locid v1.5.0 |
1845 | 2024-12-13T23:57:57.736Z | Checking pem-rfc7468 v0.7.0 |
1846 | 2024-12-13T23:57:57.761Z | Checking flagset v0.4.6 |
1847 | 2024-12-13T23:57:57.956Z | Checking tracing-core v0.1.32 |
1848 | 2024-12-13T23:57:58.006Z | Checking der v0.7.9 |
1849 | 2024-12-13T23:57:58.166Z | Checking rand_chacha v0.3.1 |
1850 | 2024-12-13T23:57:58.251Z | Checking thiserror v1.0.69 |
1851 | 2024-12-13T23:57:58.392Z | Checking rustls-pki-types v1.10.0 |
1852 | 2024-12-13T23:57:58.428Z | Checking bytes v1.8.0 |
1853 | 2024-12-13T23:57:58.562Z | Checking indexmap v2.6.0 |
1854 | 2024-12-13T23:57:58.641Z | Checking serde_json v1.0.132 |
1855 | 2024-12-13T23:57:58.763Z | Checking icu_provider v1.5.0 |
1856 | 2024-12-13T23:57:58.963Z | Checking bitflags v2.6.0 |
1857 | 2024-12-13T23:57:59.043Z | Checking icu_locid_transform_data v1.5.0 |
1858 | 2024-12-13T23:57:59.146Z | Checking percent-encoding v2.3.1 |
1859 | 2024-12-13T23:57:59.254Z | Checking tracing v0.1.40 |
1860 | 2024-12-13T23:57:59.272Z | Checking tokio v1.40.0 |
1861 | 2024-12-13T23:57:59.360Z | Checking http v1.1.0 |
1862 | 2024-12-13T23:57:59.387Z | Checking icu_locid_transform v1.5.0 |
1863 | 2024-12-13T23:57:59.598Z | Checking rand v0.8.5 |
1864 | 2024-12-13T23:57:59.794Z | Checking spki v0.7.3 |
1865 | 2024-12-13T23:57:59.891Z | Checking icu_collections v1.5.0 |
1866 | 2024-12-13T23:58:00.084Z | Checking salsa20 v0.10.2 |
1867 | 2024-12-13T23:58:00.306Z | Checking pbkdf2 v0.12.2 |
1868 | 2024-12-13T23:58:00.367Z | Checking aws-lc-sys v0.22.0 |
1869 | 2024-12-13T23:58:00.415Z | Checking httparse v1.9.5 |
1870 | 2024-12-13T23:58:00.466Z | Checking powerfmt v0.2.0 |
1871 | 2024-12-13T23:58:00.580Z | Checking untrusted v0.9.0 |
1872 | 2024-12-13T23:58:00.698Z | Checking untrusted v0.7.1 |
1873 | 2024-12-13T23:58:00.733Z | Checking mirai-annotations v1.12.0 |
1874 | 2024-12-13T23:58:00.746Z | Checking icu_properties_data v1.5.0 |
1875 | 2024-12-13T23:58:00.781Z | Checking ring v0.17.8 |
1876 | 2024-12-13T23:58:00.848Z | Checking deranged v0.3.11 |
1877 | 2024-12-13T23:58:00.862Z | Checking scrypt v0.11.0 |
1878 | 2024-12-13T23:58:00.890Z | Checking cbc v0.1.2 |
1879 | 2024-12-13T23:58:00.905Z | Checking aes v0.8.4 |
1880 | 2024-12-13T23:58:00.973Z | Checking icu_properties v1.5.1 |
1881 | 2024-12-13T23:58:01.085Z | Checking crossbeam-utils v0.8.20 |
1882 | 2024-12-13T23:58:01.099Z | Checking write16 v1.0.0 |
1883 | 2024-12-13T23:58:01.218Z | Checking utf16_iter v1.0.5 |
1884 | 2024-12-13T23:58:01.385Z | Checking icu_normalizer_data v1.5.0 |
1885 | 2024-12-13T23:58:01.483Z | Checking time-core v0.1.2 |
1886 | 2024-12-13T23:58:01.646Z | Checking atomic-waker v1.1.2 |
1887 | 2024-12-13T23:58:01.772Z | Checking num-conv v0.1.0 |
1888 | 2024-12-13T23:58:01.801Z | Checking num_threads v0.1.7 |
1889 | 2024-12-13T23:58:01.817Z | Checking utf8_iter v1.0.4 |
1890 | 2024-12-13T23:58:01.914Z | Checking pkcs5 v0.7.1 |
1891 | 2024-12-13T23:58:02.008Z | Checking http-body v1.0.1 |
1892 | 2024-12-13T23:58:02.023Z | Checking form_urlencoded v1.2.1 |
1893 | 2024-12-13T23:58:02.209Z | Checking try-lock v0.2.5 |
1894 | 2024-12-13T23:58:02.226Z | Checking httpdate v1.0.3 |
1895 | 2024-12-13T23:58:02.340Z | Checking want v0.3.1 |
1896 | 2024-12-13T23:58:02.441Z | Checking pkcs8 v0.10.2 |
1897 | 2024-12-13T23:58:02.455Z | Checking unicode-ident v1.0.13 |
1898 | 2024-12-13T23:58:02.523Z | Checking toml_datetime v0.6.8 |
1899 | 2024-12-13T23:58:02.584Z | Checking time v0.3.36 |
1900 | 2024-12-13T23:58:02.610Z | Checking proc-macro2 v1.0.89 |
1901 | 2024-12-13T23:58:02.613Z | Checking serde_spanned v0.6.8 |
1902 | 2024-12-13T23:58:02.730Z | Checking uuid v1.11.0 |
1903 | 2024-12-13T23:58:02.790Z | Checking slog v2.7.0 |
1904 | 2024-12-13T23:58:02.804Z | Checking scroll v0.12.0 |
1905 | 2024-12-13T23:58:02.893Z | Checking aws-lc-rs v1.10.0 |
1906 | 2024-12-13T23:58:03.266Z | Checking iana-time-zone v0.1.61 |
1907 | 2024-12-13T23:58:03.279Z | Checking match_cfg v0.1.0 |
1908 | 2024-12-13T23:58:03.293Z | Checking adler2 v2.0.0 |
1909 | 2024-12-13T23:58:03.335Z | Checking ucd-trie v0.1.7 |
1910 | 2024-12-13T23:58:03.369Z | Checking tower-service v0.3.3 |
1911 | 2024-12-13T23:58:03.403Z | Checking base64 v0.22.1 |
1912 | 2024-12-13T23:58:03.436Z | Checking plain v0.2.3 |
1913 | 2024-12-13T23:58:03.487Z | Checking foreign-types-shared v0.1.1 |
1914 | 2024-12-13T23:58:03.538Z | Checking pest v2.7.14 |
1915 | 2024-12-13T23:58:03.587Z | Checking goblin v0.8.2 |
1916 | 2024-12-13T23:58:03.590Z | Checking foreign-types v0.3.2 |
1917 | 2024-12-13T23:58:03.688Z | Checking miniz_oxide v0.8.0 |
1918 | 2024-12-13T23:58:03.863Z | Checking chrono v0.4.38 |
1919 | 2024-12-13T23:58:04.361Z | Checking icu_normalizer v1.5.0 |
1920 | 2024-12-13T23:58:04.371Z | Checking hostname v0.3.1 |
1921 | 2024-12-13T23:58:04.508Z | Checking quote v1.0.37 |
1922 | 2024-12-13T23:58:04.730Z | Checking rustls-webpki v0.102.8 |
1923 | 2024-12-13T23:58:04.868Z | Checking openssl-sys v0.9.103 |
1924 | 2024-12-13T23:58:05.019Z | Checking errno v0.3.9 |
1925 | 2024-12-13T23:58:05.133Z | Checking idna_adapter v1.2.0 |
1926 | 2024-12-13T23:58:05.221Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-12-13T23:58:05.333Z | Checking idna v1.0.3 |
1928 | 2024-12-13T23:58:05.400Z | Checking aho-corasick v1.1.3 |
1929 | 2024-12-13T23:58:05.508Z | Checking siphasher v0.3.11 |
1930 | 2024-12-13T23:58:05.812Z | Checking url v2.5.3 |
1931 | 2024-12-13T23:58:05.842Z | Checking data-encoding v2.6.0 |
1932 | 2024-12-13T23:58:05.921Z | Checking pretty-hex v0.4.1 |
1933 | 2024-12-13T23:58:06.103Z | Checking regex-syntax v0.8.5 |
1934 | 2024-12-13T23:58:06.127Z | Checking dtrace-parser v0.2.0 |
1935 | 2024-12-13T23:58:06.173Z | Checking openssl v0.10.66 |
1936 | 2024-12-13T23:58:06.482Z | Checking dirs-next v2.0.0 |
1937 | 2024-12-13T23:58:06.604Z | Checking rustix v0.38.37 |
1938 | 2024-12-13T23:58:06.607Z | Checking syn v2.0.87 |
1939 | 2024-12-13T23:58:06.633Z | Checking tokio-util v0.7.12 |
1940 | 2024-12-13T23:58:06.652Z | Checking http-body-util v0.1.2 |
1941 | 2024-12-13T23:58:07.056Z | Checking crossbeam-epoch v0.9.18 |
1942 | 2024-12-13T23:58:07.093Z | Checking sha1 v0.10.6 |
1943 | 2024-12-13T23:58:07.371Z | Checking signature v2.2.0 |
1944 | 2024-12-13T23:58:07.504Z | Checking lazy_static v1.5.0 |
1945 | 2024-12-13T23:58:07.529Z | Checking h2 v0.4.6 |
1946 | 2024-12-13T23:58:07.581Z | Checking thread_local v1.1.8 |
1947 | 2024-12-13T23:58:07.611Z | Checking thread-id v4.2.2 |
1948 | 2024-12-13T23:58:07.714Z | Checking encoding_rs v0.8.34 |
1949 | 2024-12-13T23:58:07.849Z | Checking gimli v0.31.1 |
1950 | 2024-12-13T23:58:08.471Z | Checking dof v0.3.0 |
1951 | 2024-12-13T23:58:09.126Z | Checking utf8parse v0.2.2 |
1952 | 2024-12-13T23:58:09.277Z | Checking mime v0.3.17 |
1953 | 2024-12-13T23:58:09.314Z | Checking regex-automata v0.4.8 |
1954 | 2024-12-13T23:58:09.588Z | Checking unicode-properties v0.1.3 |
1955 | 2024-12-13T23:58:09.966Z | Checking openssl-probe v0.1.5 |
1956 | 2024-12-13T23:58:09.970Z | Checking winnow v0.6.20 |
1957 | 2024-12-13T23:58:10.123Z | Checking ipnet v2.10.1 |
1958 | 2024-12-13T23:58:10.205Z | Checking anstyle v1.0.10 |
1959 | 2024-12-13T23:58:10.571Z | Checking stringprep v0.1.5 |
1960 | 2024-12-13T23:58:10.601Z | Checking anstyle-parse v0.2.5 |
1961 | 2024-12-13T23:58:10.873Z | Checking crossbeam-deque v0.8.5 |
1962 | 2024-12-13T23:58:10.888Z | Checking term v0.7.0 |
1963 | 2024-12-13T23:58:11.194Z | Checking rustls v0.22.4 |
1964 | 2024-12-13T23:58:11.312Z | Checking rustls v0.23.19 |
1965 | 2024-12-13T23:58:11.514Z | Checking native-tls v0.2.12 |
1966 | 2024-12-13T23:58:11.850Z | Checking slog-json v2.6.1 |
1967 | 2024-12-13T23:58:12.068Z | Checking addr2line v0.24.2 |
1968 | 2024-12-13T23:58:12.107Z | Checking serde_urlencoded v0.7.1 |
1969 | 2024-12-13T23:58:12.530Z | Checking crossbeam-channel v0.5.13 |
1970 | 2024-12-13T23:58:12.572Z | Checking futures-executor v0.3.31 |
1971 | 2024-12-13T23:58:12.791Z | Checking num-integer v0.1.46 |
1972 | 2024-12-13T23:58:12.954Z | Checking toml_edit v0.22.22 |
1973 | 2024-12-13T23:58:13.121Z | Checking usdt-impl v0.5.0 |
1974 | 2024-12-13T23:58:13.222Z | Checking rustls-pemfile v2.2.0 |
1975 | 2024-12-13T23:58:13.245Z | Checking idna v0.3.0 |
1976 | 2024-12-13T23:58:13.430Z | Checking idna v0.4.0 |
1977 | 2024-12-13T23:58:13.633Z | Checking md-5 v0.10.6 |
1978 | 2024-12-13T23:58:13.659Z | Checking hyper v1.5.0 |
1979 | 2024-12-13T23:58:13.848Z | Checking ff v0.13.0 |
1980 | 2024-12-13T23:58:13.890Z | Checking is-terminal v0.4.13 |
1981 | 2024-12-13T23:58:14.016Z | Checking memmap v0.7.0 |
1982 | 2024-12-13T23:58:14.063Z | Checking hash32 v0.2.1 |
1983 | 2024-12-13T23:58:14.077Z | Checking object v0.36.5 |
1984 | 2024-12-13T23:58:14.222Z | Checking base16ct v0.2.0 |
1985 | 2024-12-13T23:58:14.285Z | Checking take_mut v0.2.2 |
1986 | 2024-12-13T23:58:14.363Z | Checking utf-8 v0.7.6 |
1987 | 2024-12-13T23:58:14.408Z | Checking quick-error v1.2.3 |
1988 | 2024-12-13T23:58:14.430Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-12-13T23:58:14.546Z | Checking either v1.13.0 |
1990 | 2024-12-13T23:58:14.563Z | Checking anstyle-query v1.1.1 |
1991 | 2024-12-13T23:58:14.690Z | Checking rustc-demangle v0.1.24 |
1992 | 2024-12-13T23:58:14.861Z | Checking linked-hash-map v0.5.6 |
1993 | 2024-12-13T23:58:14.898Z | Checking psl-types v2.0.11 |
1994 | 2024-12-13T23:58:15.021Z | Checking colorchoice v1.0.2 |
1995 | 2024-12-13T23:58:15.060Z | Checking dyn-clone v1.0.17 |
1996 | 2024-12-13T23:58:15.164Z | Checking is_terminal_polyfill v1.70.1 |
1997 | 2024-12-13T23:58:15.176Z | Checking publicsuffix v2.2.3 |
1998 | 2024-12-13T23:58:15.208Z | Checking schemars v0.8.21 |
1999 | 2024-12-13T23:58:15.229Z | Checking lru-cache v0.1.2 |
2000 | 2024-12-13T23:58:15.276Z | Checking anstream v0.6.15 |
2001 | 2024-12-13T23:58:15.394Z | Checking postgres-protocol v0.6.7 |
2002 | 2024-12-13T23:58:15.405Z | Checking tokio-rustls v0.25.0 |
2003 | 2024-12-13T23:58:15.486Z | Checking toml v0.8.19 |
2004 | 2024-12-13T23:58:15.634Z | Checking tungstenite v0.24.0 |
2005 | 2024-12-13T23:58:15.740Z | Checking hyper-util v0.1.10 |
2006 | 2024-12-13T23:58:15.811Z | Checking resolv-conf v0.7.0 |
2007 | 2024-12-13T23:58:16.083Z | Checking slog-async v2.8.0 |
2008 | 2024-12-13T23:58:16.157Z | Checking sec1 v0.7.3 |
2009 | 2024-12-13T23:58:16.225Z | Checking heapless v0.7.17 |
2010 | 2024-12-13T23:58:16.367Z | Checking hickory-proto v0.24.1 |
2011 | 2024-12-13T23:58:16.526Z | Checking usdt v0.5.0 |
2012 | 2024-12-13T23:58:16.543Z | Checking group v0.13.0 |
2013 | 2024-12-13T23:58:16.774Z | Checking slog-term v2.9.1 |
2014 | 2024-12-13T23:58:16.788Z | Checking num-iter v0.1.45 |
2015 | 2024-12-13T23:58:16.858Z | Checking futures v0.3.31 |
2016 | 2024-12-13T23:58:16.899Z | Checking tokio-rustls v0.26.0 |
2017 | 2024-12-13T23:58:16.959Z | Checking slog-bunyan v2.5.0 |
2018 | 2024-12-13T23:58:16.959Z | Checking tokio-native-tls v0.3.1 |
2019 | 2024-12-13T23:58:17.124Z | Checking rayon-core v1.12.1 |
2020 | 2024-12-13T23:58:17.220Z | Checking terminal_size v0.4.0 |
2021 | 2024-12-13T23:58:17.236Z | Checking multer v3.1.0 |
2022 | 2024-12-13T23:58:17.250Z | Checking phf_shared v0.11.2 |
2023 | 2024-12-13T23:58:17.304Z | Checking cookie v0.18.1 |
2024 | 2024-12-13T23:58:17.379Z | Checking async-stream v0.3.6 |
2025 | 2024-12-13T23:58:17.524Z | Checking bzip2-sys v0.1.11+1.0.8 |
2026 | 2024-12-13T23:58:17.568Z | Checking signal-hook v0.3.17 |
2027 | 2024-12-13T23:58:17.624Z | Checking camino v1.1.9 |
2028 | 2024-12-13T23:58:17.647Z | Checking waitgroup v0.1.2 |
2029 | 2024-12-13T23:58:17.750Z | Checking openapiv3 v2.0.0 |
2030 | 2024-12-13T23:58:17.768Z | Checking webpki-roots v0.26.6 |
2031 | 2024-12-13T23:58:17.783Z | Checking serde_path_to_error v0.1.16 |
2032 | 2024-12-13T23:58:17.798Z | Checking idna v0.5.0 |
2033 | 2024-12-13T23:58:17.901Z | Checking hkdf v0.12.4 |
2034 | 2024-12-13T23:58:17.976Z | Checking crypto-bigint v0.5.5 |
2035 | 2024-12-13T23:58:18.119Z | Checking hostname v0.4.0 |
2036 | 2024-12-13T23:58:18.191Z | Checking crc32fast v1.4.2 |
2037 | 2024-12-13T23:58:18.250Z | Checking bitflags v1.3.2 |
2038 | 2024-12-13T23:58:18.345Z | Checking debug-ignore v1.0.5 |
2039 | 2024-12-13T23:58:18.377Z | Checking managed v0.8.0 |
2040 | 2024-12-13T23:58:18.411Z | Checking unicode-width v0.1.14 |
2041 | 2024-12-13T23:58:18.475Z | Checking clap_lex v0.7.2 |
2042 | 2024-12-13T23:58:18.656Z | Checking strsim v0.11.1 |
2043 | 2024-12-13T23:58:18.733Z | Checking winnow v0.5.40 |
2044 | 2024-12-13T23:58:18.748Z | Checking smoltcp v0.9.1 |
2045 | 2024-12-13T23:58:18.887Z | Checking console v0.15.8 |
2046 | 2024-12-13T23:58:18.927Z | Checking clap_builder v4.5.21 |
2047 | 2024-12-13T23:58:19.490Z | Checking cookie_store v0.21.0 |
2048 | 2024-12-13T23:58:20.213Z | Checking flate2 v1.0.34 |
2049 | 2024-12-13T23:58:20.258Z | Checking hyper-rustls v0.27.3 |
2050 | 2024-12-13T23:58:20.453Z | Checking backtrace v0.3.74 |
2051 | 2024-12-13T23:58:20.601Z | Checking signal-hook-mio v0.2.4 |
2052 | 2024-12-13T23:58:20.741Z | Checking rayon v1.10.0 |
2053 | 2024-12-13T23:58:20.853Z | Checking elliptic-curve v0.13.8 |
2054 | 2024-12-13T23:58:20.874Z | Checking hyper-tls v0.6.0 |
2055 | 2024-12-13T23:58:21.030Z | Checking anyhow v1.0.93 |
2056 | 2024-12-13T23:58:21.140Z | Checking hickory-resolver v0.24.1 |
2057 | 2024-12-13T23:58:21.157Z | Checking bzip2 v0.4.4 |
2058 | 2024-12-13T23:58:21.257Z | Checking dropshot v0.12.0 |
2059 | 2024-12-13T23:58:21.383Z | Checking phf v0.11.2 |
2060 | 2024-12-13T23:58:21.442Z | Checking num-bigint-dig v0.8.4 |
2061 | 2024-12-13T23:58:21.470Z | Checking tokio-tungstenite v0.24.0 |
2062 | 2024-12-13T23:58:21.650Z | Checking postgres-types v0.2.8 |
2063 | 2024-12-13T23:58:21.783Z | Checking toml_edit v0.19.15 |
2064 | 2024-12-13T23:58:21.921Z | Checking bstr v1.10.0 |
2065 | 2024-12-13T23:58:21.954Z | Checking regex v1.11.1 |
2066 | 2024-12-13T23:58:22.387Z | Checking ed25519 v2.2.3 |
2067 | 2024-12-13T23:58:22.587Z | Checking tokio-stream v0.1.16 |
2068 | 2024-12-13T23:58:22.687Z | Checking phf_shared v0.10.0 |
2069 | 2024-12-13T23:58:22.742Z | Checking curve25519-dalek v4.1.3 |
2070 | 2024-12-13T23:58:22.854Z | Checking zerocopy v0.6.6 |
2071 | 2024-12-13T23:58:22.965Z | Checking pkcs1 v0.7.5 |
2072 | 2024-12-13T23:58:23.353Z | Checking hubpack v0.1.2 |
2073 | 2024-12-13T23:58:23.470Z | Checking portable-atomic v1.9.0 |
2074 | 2024-12-13T23:58:23.610Z | Checking float-cmp v0.9.0 |
2075 | 2024-12-13T23:58:23.631Z | Checking serde-big-array v0.5.1 |
2076 | 2024-12-13T23:58:23.679Z | Checking rfc6979 v0.4.0 |
2077 | 2024-12-13T23:58:23.791Z | Checking sync_wrapper v1.0.1 |
2078 | 2024-12-13T23:58:23.829Z | Checking static_assertions v1.1.0 |
2079 | 2024-12-13T23:58:23.857Z | Checking new_debug_unreachable v1.0.6 |
2080 | 2024-12-13T23:58:23.926Z | Checking precomputed-hash v0.1.1 |
2081 | 2024-12-13T23:58:23.942Z | Checking number_prefix v0.4.0 |
2082 | 2024-12-13T23:58:23.956Z | Checking bit-vec v0.6.3 |
2083 | 2024-12-13T23:58:24.037Z | Checking difflib v0.4.0 |
2084 | 2024-12-13T23:58:24.133Z | Checking predicates-core v1.0.8 |
2085 | 2024-12-13T23:58:24.204Z | Checking fixedbitset v0.4.2 |
2086 | 2024-12-13T23:58:24.269Z | Checking unicode-width v0.2.0 |
2087 | 2024-12-13T23:58:24.305Z | Checking minimal-lexical v0.2.1 |
2088 | 2024-12-13T23:58:24.343Z | Checking normalize-line-endings v0.3.0 |
2089 | 2024-12-13T23:58:24.455Z | Checking whoami v1.5.2 |
2090 | 2024-12-13T23:58:24.470Z | Checking unicode-segmentation v1.12.0 |
2091 | 2024-12-13T23:58:24.509Z | Checking petgraph v0.6.5 |
2092 | 2024-12-13T23:58:24.535Z | Checking predicates v3.1.2 |
2093 | 2024-12-13T23:58:24.549Z | Checking ed25519-dalek v2.1.1 |
2094 | 2024-12-13T23:58:24.680Z | Checking nom v7.1.3 |
2095 | 2024-12-13T23:58:24.732Z | Checking indicatif v0.17.9 |
2096 | 2024-12-13T23:58:24.748Z | Checking tokio-postgres v0.7.12 |
2097 | 2024-12-13T23:58:24.867Z | Checking qorb v0.2.1 |
2098 | 2024-12-13T23:58:24.937Z | Checking bit-set v0.5.3 |
2099 | 2024-12-13T23:58:25.144Z | Checking similar v2.6.0 |
2100 | 2024-12-13T23:58:25.170Z | Checking toml v0.7.8 |
2101 | 2024-12-13T23:58:25.187Z | Checking string_cache v0.8.7 |
2102 | 2024-12-13T23:58:25.461Z | Checking reqwest v0.12.9 |
2103 | 2024-12-13T23:58:25.501Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2104 | 2024-12-13T23:58:25.935Z | Checking ecdsa v0.16.9 |
2105 | 2024-12-13T23:58:26.008Z | Checking rsa v0.9.6 |
2106 | 2024-12-13T23:58:26.658Z | Checking clap v4.5.21 |
2107 | 2024-12-13T23:58:26.772Z | Checking zip v0.6.6 |
2108 | 2024-12-13T23:58:27.048Z | Checking crossterm v0.28.1 |
2109 | 2024-12-13T23:58:27.301Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2110 | 2024-12-13T23:58:27.328Z | Checking itertools v0.10.5 |
2111 | 2024-12-13T23:58:27.440Z | Checking fs-err v2.11.0 |
2112 | 2024-12-13T23:58:27.455Z | Checking ahash v0.8.11 |
2113 | 2024-12-13T23:58:27.559Z | Checking x509-cert v0.2.5 |
2114 | 2024-12-13T23:58:27.762Z | Checking semver v1.0.23 |
2115 | 2024-12-13T23:58:27.959Z | Checking hex v0.4.3 |
2116 | 2024-12-13T23:58:27.981Z | Checking peg-runtime v0.8.3 |
2117 | 2024-12-13T23:58:28.008Z | Checking lalrpop-util v0.19.12 |
2118 | 2024-12-13T23:58:28.170Z | Checking heck v0.4.1 |
2119 | 2024-12-13T23:58:28.199Z | Checking sigpipe v0.1.3 |
2120 | 2024-12-13T23:58:29.956Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2024-12-13T23:58:30.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.56s |
2122 | 2024-12-13T23:58:30.427Z | |
2123 | 2024-12-13T23:58:30.427Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2124 | 2024-12-13T23:58:30.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-12-13T23:58:30.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-12-13T23:58:31.082Z | Compiling hashbrown v0.14.5 |
2127 | 2024-12-13T23:58:31.201Z | Checking heck v0.5.0 |
2128 | 2024-12-13T23:58:31.214Z | Compiling unsafe-libyaml v0.2.11 |
2129 | 2024-12-13T23:58:31.227Z | Compiling ident_case v1.0.1 |
2130 | 2024-12-13T23:58:31.240Z | Checking progenitor-client v0.8.0 |
2131 | 2024-12-13T23:58:31.255Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2132 | 2024-12-13T23:58:31.269Z | Compiling proc-macro-crate v1.3.1 |
2133 | 2024-12-13T23:58:31.358Z | Compiling darling_core v0.20.10 |
2134 | 2024-12-13T23:58:31.396Z | Checking ipnetwork v0.20.0 |
2135 | 2024-12-13T23:58:31.584Z | Compiling structmeta-derive v0.3.0 |
2136 | 2024-12-13T23:58:31.587Z | Compiling newtype-uuid v1.1.3 |
2137 | 2024-12-13T23:58:31.763Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2024-12-13T23:58:31.904Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-12-13T23:58:32.061Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-12-13T23:58:32.245Z | Compiling foreign-types-macros v0.2.3 |
2141 | 2024-12-13T23:58:32.323Z | Checking regress v0.10.1 |
2142 | 2024-12-13T23:58:32.530Z | Compiling serde_yaml v0.9.34+deprecated |
2143 | 2024-12-13T23:58:32.807Z | Compiling num_enum_derive v0.5.11 |
2144 | 2024-12-13T23:58:33.102Z | Compiling dropshot v0.13.0 |
2145 | 2024-12-13T23:58:33.379Z | Checking arc-swap v1.7.1 |
2146 | 2024-12-13T23:58:33.510Z | Checking foreign-types-shared v0.3.1 |
2147 | 2024-12-13T23:58:33.625Z | Checking foreign-types v0.5.0 |
2148 | 2024-12-13T23:58:33.822Z | Checking slog-scope v4.4.0 |
2149 | 2024-12-13T23:58:33.845Z | Compiling proc-macro-error v1.0.4 |
2150 | 2024-12-13T23:58:34.489Z | Compiling structmeta v0.3.0 |
2151 | 2024-12-13T23:58:34.528Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2152 | 2024-12-13T23:58:34.571Z | Checking tungstenite v0.21.0 |
2153 | 2024-12-13T23:58:34.635Z | Compiling heck v0.3.3 |
2154 | 2024-12-13T23:58:34.941Z | Compiling parse-display-derive v0.10.0 |
2155 | 2024-12-13T23:58:35.029Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2024-12-13T23:58:35.378Z | Checking num_enum v0.5.11 |
2157 | 2024-12-13T23:58:35.503Z | Compiling dropshot_endpoint v0.13.0 |
2158 | 2024-12-13T23:58:35.541Z | Checking cstr-argument v0.1.2 |
2159 | 2024-12-13T23:58:35.753Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-12-13T23:58:35.877Z | Checking typify-impl v0.2.0 |
2161 | 2024-12-13T23:58:35.929Z | Checking instant v0.1.13 |
2162 | 2024-12-13T23:58:36.047Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2163 | 2024-12-13T23:58:36.540Z | Checking base64 v0.21.7 |
2164 | 2024-12-13T23:58:36.786Z | Checking pretty-hex v0.2.1 |
2165 | 2024-12-13T23:58:36.952Z | Checking fastrand v2.1.1 |
2166 | 2024-12-13T23:58:37.006Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2167 | 2024-12-13T23:58:37.285Z | Checking tempfile v3.13.0 |
2168 | 2024-12-13T23:58:37.306Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-12-13T23:58:37.457Z | Checking backoff v0.4.0 |
2170 | 2024-12-13T23:58:37.518Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2171 | 2024-12-13T23:58:37.657Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2024-12-13T23:58:37.674Z | Checking tokio-tungstenite v0.21.0 |
2173 | 2024-12-13T23:58:37.782Z | Checking strum v0.26.3 |
2174 | 2024-12-13T23:58:37.942Z | Compiling zone_cfg_derive v0.1.2 |
2175 | 2024-12-13T23:58:37.980Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-12-13T23:58:38.189Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2024-12-13T23:58:38.324Z | Compiling darling_macro v0.20.10 |
2178 | 2024-12-13T23:58:38.396Z | Checking slog-stdlog v4.1.1 |
2179 | 2024-12-13T23:58:38.564Z | Checking regress v0.9.1 |
2180 | 2024-12-13T23:58:38.595Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2024-12-13T23:58:38.722Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2182 | 2024-12-13T23:58:38.750Z | Checking colored v2.1.0 |
2183 | 2024-12-13T23:58:38.988Z | Checking macaddr v1.0.1 |
2184 | 2024-12-13T23:58:39.028Z | Checking base64 v0.13.1 |
2185 | 2024-12-13T23:58:39.256Z | Compiling darling v0.20.10 |
2186 | 2024-12-13T23:58:39.374Z | Compiling serde_with_macros v3.11.0 |
2187 | 2024-12-13T23:58:39.433Z | Checking ron v0.7.1 |
2188 | 2024-12-13T23:58:39.449Z | Checking zone v0.1.8 |
2189 | 2024-12-13T23:58:39.579Z | Checking parse-display v0.10.0 |
2190 | 2024-12-13T23:58:39.805Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2024-12-13T23:58:40.085Z | Checking xz2 v0.1.7 |
2192 | 2024-12-13T23:58:40.300Z | Checking slog-envlogger v2.2.0 |
2193 | 2024-12-13T23:58:40.393Z | Checking tabwriter v1.4.0 |
2194 | 2024-12-13T23:58:40.515Z | Checking xattr v1.3.1 |
2195 | 2024-12-13T23:58:40.535Z | Checking pem v3.0.4 |
2196 | 2024-12-13T23:58:40.628Z | Checking yasna v0.5.2 |
2197 | 2024-12-13T23:58:40.770Z | Checking headers-core v0.3.0 |
2198 | 2024-12-13T23:58:40.848Z | Checking smf v0.2.3 |
2199 | 2024-12-13T23:58:40.918Z | Checking filetime v0.2.25 |
2200 | 2024-12-13T23:58:41.125Z | Checking same-file v1.0.6 |
2201 | 2024-12-13T23:58:41.299Z | Checking walkdir v2.5.0 |
2202 | 2024-12-13T23:58:41.317Z | Checking tar v0.4.42 |
2203 | 2024-12-13T23:58:41.362Z | Checking headers v0.4.0 |
2204 | 2024-12-13T23:58:41.558Z | Checking rcgen v0.12.1 |
2205 | 2024-12-13T23:58:41.595Z | Checking camino-tempfile v1.1.1 |
2206 | 2024-12-13T23:58:41.861Z | Checking atomicwrites v0.4.4 |
2207 | 2024-12-13T23:58:42.068Z | Checking subprocess v0.2.9 |
2208 | 2024-12-13T23:58:42.268Z | Checking serde_with v3.11.0 |
2209 | 2024-12-13T23:58:46.260Z | Compiling typify-macro v0.2.0 |
2210 | 2024-12-13T23:58:48.107Z | Compiling typify v0.2.0 |
2211 | 2024-12-13T23:58:48.177Z | Compiling progenitor-impl v0.8.0 |
2212 | 2024-12-13T23:58:51.385Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-12-13T23:58:56.140Z | Checking progenitor v0.8.0 |
2214 | 2024-12-13T23:58:56.292Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2215 | 2024-12-13T23:58:56.294Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2216 | 2024-12-13T23:58:59.002Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2217 | 2024-12-13T23:58:59.236Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2218 | 2024-12-13T23:59:05.682Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2024-12-13T23:59:07.267Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-12-13T23:59:08.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.07s |
2221 | 2024-12-13T23:59:08.661Z | |
2222 | 2024-12-13T23:59:08.661Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2223 | 2024-12-13T23:59:09.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-12-13T23:59:09.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-12-13T23:59:09.302Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-12-13T23:59:10.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2227 | 2024-12-13T23:59:10.864Z | |
2228 | 2024-12-13T23:59:10.865Z | info: running `cargo check --bins` on nexus-config (31/173) |
2229 | 2024-12-13T23:59:11.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-12-13T23:59:11.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-12-13T23:59:11.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-12-13T23:59:11.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2233 | 2024-12-13T23:59:11.474Z | |
2234 | 2024-12-13T23:59:11.474Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2235 | 2024-12-13T23:59:11.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-12-13T23:59:11.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-12-13T23:59:11.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-12-13T23:59:12.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2239 | 2024-12-13T23:59:12.064Z | |
2240 | 2024-12-13T23:59:12.064Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2241 | 2024-12-13T23:59:12.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-13T23:59:12.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-13T23:59:12.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-12-13T23:59:12.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2245 | 2024-12-13T23:59:12.669Z | |
2246 | 2024-12-13T23:59:12.669Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2247 | 2024-12-13T23:59:13.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-13T23:59:13.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-13T23:59:13.336Z | Compiling zerocopy v0.8.10 |
2250 | 2024-12-13T23:59:13.336Z | Compiling progenitor-client v0.8.0 |
2251 | 2024-12-13T23:59:13.336Z | Compiling itertools v0.13.0 |
2252 | 2024-12-13T23:59:13.340Z | Compiling zerocopy-derive v0.8.10 |
2253 | 2024-12-13T23:59:13.340Z | Compiling heapless v0.8.0 |
2254 | 2024-12-13T23:59:13.340Z | Compiling newtype-uuid v1.1.3 |
2255 | 2024-12-13T23:59:13.340Z | Compiling ipnetwork v0.20.0 |
2256 | 2024-12-13T23:59:13.340Z | Checking hash32 v0.3.1 |
2257 | 2024-12-13T23:59:13.673Z | Compiling instant v0.1.13 |
2258 | 2024-12-13T23:59:13.737Z | Compiling smoltcp v0.11.0 |
2259 | 2024-12-13T23:59:13.817Z | Compiling progenitor v0.8.0 |
2260 | 2024-12-13T23:59:13.915Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2261 | 2024-12-13T23:59:14.080Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2262 | 2024-12-13T23:59:14.359Z | Compiling backoff v0.4.0 |
2263 | 2024-12-13T23:59:14.414Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2264 | 2024-12-13T23:59:14.481Z | Compiling dropshot v0.13.0 |
2265 | 2024-12-13T23:59:14.646Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2266 | 2024-12-13T23:59:14.713Z | Compiling serde_with v3.11.0 |
2267 | 2024-12-13T23:59:14.759Z | Compiling parse-display v0.10.0 |
2268 | 2024-12-13T23:59:14.822Z | Checking num-rational v0.4.2 |
2269 | 2024-12-13T23:59:15.259Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2270 | 2024-12-13T23:59:15.460Z | Compiling regress v0.9.1 |
2271 | 2024-12-13T23:59:15.493Z | Compiling phf_generator v0.11.2 |
2272 | 2024-12-13T23:59:15.677Z | Checking num-complex v0.4.6 |
2273 | 2024-12-13T23:59:16.565Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2274 | 2024-12-13T23:59:17.256Z | Compiling macaddr v1.0.1 |
2275 | 2024-12-13T23:59:17.673Z | Checking cobs v0.2.3 |
2276 | 2024-12-13T23:59:17.743Z | Compiling num v0.4.3 |
2277 | 2024-12-13T23:59:17.874Z | Checking postcard v1.0.10 |
2278 | 2024-12-13T23:59:17.964Z | Compiling phf_codegen v0.11.2 |
2279 | 2024-12-13T23:59:18.437Z | Compiling parse-zoneinfo v0.3.1 |
2280 | 2024-12-13T23:59:18.785Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2281 | 2024-12-13T23:59:19.058Z | Compiling float-ord v0.3.2 |
2282 | 2024-12-13T23:59:19.234Z | Compiling convert_case v0.4.0 |
2283 | 2024-12-13T23:59:19.410Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2284 | 2024-12-13T23:59:19.566Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2285 | 2024-12-13T23:59:20.370Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2286 | 2024-12-13T23:59:20.492Z | Compiling derive_more v0.99.18 |
2287 | 2024-12-13T23:59:20.790Z | Compiling chrono-tz-build v0.4.0 |
2288 | 2024-12-13T23:59:21.274Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2289 | 2024-12-13T23:59:22.181Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2290 | 2024-12-13T23:59:22.288Z | Compiling crucible-workspace-hack v0.1.0 |
2291 | 2024-12-13T23:59:22.321Z | Compiling thiserror v2.0.3 |
2292 | 2024-12-13T23:59:22.488Z | Compiling chrono-tz v0.10.0 |
2293 | 2024-12-13T23:59:22.583Z | Checking newline-converter v0.3.0 |
2294 | 2024-12-13T23:59:22.749Z | Checking prettyplease v0.2.25 |
2295 | 2024-12-13T23:59:23.117Z | Compiling thiserror-impl v2.0.3 |
2296 | 2024-12-13T23:59:23.326Z | Compiling slog-dtrace v0.3.0 |
2297 | 2024-12-13T23:59:23.618Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2298 | 2024-12-13T23:59:23.776Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2299 | 2024-12-13T23:59:23.926Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2300 | 2024-12-13T23:59:24.100Z | Checking expectorate v1.1.0 |
2301 | 2024-12-13T23:59:24.265Z | Compiling zone_cfg_derive v0.3.0 |
2302 | 2024-12-13T23:59:24.553Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-12-13T23:59:25.025Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2304 | 2024-12-13T23:59:25.083Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2305 | 2024-12-13T23:59:25.817Z | Compiling const_format_proc_macros v0.2.33 |
2306 | 2024-12-13T23:59:25.984Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2307 | 2024-12-13T23:59:26.334Z | Compiling num-derive v0.4.2 |
2308 | 2024-12-13T23:59:26.944Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2309 | 2024-12-13T23:59:26.991Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2310 | 2024-12-13T23:59:27.182Z | Checking highway v1.2.0 |
2311 | 2024-12-13T23:59:27.318Z | Checking zone v0.3.0 |
2312 | 2024-12-13T23:59:27.606Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2313 | 2024-12-13T23:59:27.972Z | Checking const_format v0.2.33 |
2314 | 2024-12-13T23:59:28.052Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-13T23:59:28.359Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2316 | 2024-12-13T23:59:28.402Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2317 | 2024-12-13T23:59:28.434Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2318 | 2024-12-13T23:59:28.578Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2319 | 2024-12-13T23:59:28.711Z | Checking gethostname v0.5.0 |
2320 | 2024-12-13T23:59:28.851Z | Checking bcs v0.1.6 |
2321 | 2024-12-13T23:59:29.040Z | Compiling async-recursion v1.1.1 |
2322 | 2024-12-13T23:59:29.983Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2323 | 2024-12-13T23:59:30.576Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2324 | 2024-12-13T23:59:36.380Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2325 | 2024-12-13T23:59:39.657Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2326 | 2024-12-13T23:59:42.305Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2327 | 2024-12-13T23:59:43.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.84s |
2328 | 2024-12-13T23:59:43.688Z | |
2329 | 2024-12-13T23:59:43.688Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2330 | 2024-12-13T23:59:44.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-12-13T23:59:44.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-12-13T23:59:44.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-12-13T23:59:44.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2334 | 2024-12-13T23:59:44.312Z | |
2335 | 2024-12-13T23:59:44.312Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2336 | 2024-12-13T23:59:44.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-12-13T23:59:44.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-12-13T23:59:44.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-12-13T23:59:44.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2340 | 2024-12-13T23:59:44.928Z | |
2341 | 2024-12-13T23:59:44.928Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2342 | 2024-12-13T23:59:45.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-12-13T23:59:45.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-12-13T23:59:45.570Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2345 | 2024-12-13T23:59:46.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2346 | 2024-12-13T23:59:46.382Z | |
2347 | 2024-12-13T23:59:46.382Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2348 | 2024-12-13T23:59:46.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-13T23:59:46.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-13T23:59:47.033Z | Compiling cfg_aliases v0.1.1 |
2351 | 2024-12-13T23:59:47.048Z | Compiling vte_generate_state_changes v0.1.2 |
2352 | 2024-12-13T23:59:47.049Z | Checking fd-lock v4.0.2 |
2353 | 2024-12-13T23:59:47.150Z | Checking nibble_vec v0.1.0 |
2354 | 2024-12-13T23:59:47.154Z | Checking endian-type v0.1.2 |
2355 | 2024-12-13T23:59:47.154Z | Checking bytecount v0.6.8 |
2356 | 2024-12-13T23:59:47.180Z | Compiling tabled_derive v0.7.0 |
2357 | 2024-12-13T23:59:47.188Z | Checking itertools v0.12.1 |
2358 | 2024-12-13T23:59:47.212Z | Compiling nix v0.28.0 |
2359 | 2024-12-13T23:59:47.291Z | Checking papergrid v0.11.0 |
2360 | 2024-12-13T23:59:47.306Z | Compiling peg-macros v0.8.4 |
2361 | 2024-12-13T23:59:47.325Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2362 | 2024-12-13T23:59:47.341Z | Checking radix_trie v0.2.1 |
2363 | 2024-12-13T23:59:47.736Z | Compiling sqlparser_derive v0.2.2 |
2364 | 2024-12-13T23:59:47.756Z | Checking vte v0.11.1 |
2365 | 2024-12-13T23:59:48.431Z | Checking nu-ansi-term v0.50.1 |
2366 | 2024-12-13T23:59:48.753Z | Checking unicode_categories v0.1.1 |
2367 | 2024-12-13T23:59:48.797Z | Checking home v0.5.9 |
2368 | 2024-12-13T23:59:48.873Z | Checking sqlparser v0.45.0 |
2369 | 2024-12-13T23:59:48.964Z | Checking display-error-chain v0.2.2 |
2370 | 2024-12-13T23:59:49.067Z | Checking sqlformat v0.2.6 |
2371 | 2024-12-13T23:59:49.163Z | Checking strip-ansi-escapes v0.2.0 |
2372 | 2024-12-13T23:59:49.697Z | Checking tabled v0.15.0 |
2373 | 2024-12-13T23:59:49.765Z | Checking reedline v0.35.0 |
2374 | 2024-12-13T23:59:50.339Z | Checking rustyline v14.0.0 |
2375 | 2024-12-13T23:59:50.393Z | Checking peg v0.8.4 |
2376 | 2024-12-13T23:59:59.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s |
2377 | 2024-12-13T23:59:59.724Z | |
2378 | 2024-12-13T23:59:59.724Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2379 | 2024-12-14T00:00:00.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-12-14T00:00:00.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-12-14T00:00:00.381Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2024-12-14T00:00:05.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2383 | 2024-12-14T00:00:05.532Z | |
2384 | 2024-12-14T00:00:05.532Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2385 | 2024-12-14T00:00:06.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-12-14T00:00:06.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-12-14T00:00:06.193Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2388 | 2024-12-14T00:00:09.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2389 | 2024-12-14T00:00:10.097Z | |
2390 | 2024-12-14T00:00:10.097Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2391 | 2024-12-14T00:00:10.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-12-14T00:00:10.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-12-14T00:00:10.751Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2024-12-14T00:00:15.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2395 | 2024-12-14T00:00:15.679Z | |
2396 | 2024-12-14T00:00:15.679Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2397 | 2024-12-14T00:00:16.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-12-14T00:00:16.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-12-14T00:00:16.332Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-12-14T00:00:21.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2401 | 2024-12-14T00:00:21.251Z | |
2402 | 2024-12-14T00:00:21.251Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2403 | 2024-12-14T00:00:21.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-12-14T00:00:21.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-12-14T00:00:21.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-12-14T00:00:25.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2407 | 2024-12-14T00:00:25.979Z | |
2408 | 2024-12-14T00:00:25.980Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2409 | 2024-12-14T00:00:26.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-12-14T00:00:26.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-12-14T00:00:26.629Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-12-14T00:00:30.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
2413 | 2024-12-14T00:00:30.799Z | |
2414 | 2024-12-14T00:00:30.799Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2415 | 2024-12-14T00:00:31.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-12-14T00:00:31.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-12-14T00:00:31.449Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2024-12-14T00:00:36.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2419 | 2024-12-14T00:00:36.539Z | |
2420 | 2024-12-14T00:00:36.539Z | info: running `cargo check --bins` on oximeter (46/173) |
2421 | 2024-12-14T00:00:37.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-12-14T00:00:37.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-12-14T00:00:37.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-12-14T00:00:37.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2425 | 2024-12-14T00:00:37.153Z | |
2426 | 2024-12-14T00:00:37.153Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2427 | 2024-12-14T00:00:37.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-12-14T00:00:37.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-12-14T00:00:37.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-12-14T00:00:37.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2431 | 2024-12-14T00:00:37.746Z | |
2432 | 2024-12-14T00:00:37.746Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2433 | 2024-12-14T00:00:38.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-12-14T00:00:38.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-12-14T00:00:38.362Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2436 | 2024-12-14T00:00:38.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2437 | 2024-12-14T00:00:38.972Z | |
2438 | 2024-12-14T00:00:38.972Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2439 | 2024-12-14T00:00:39.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-12-14T00:00:39.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-12-14T00:00:39.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-12-14T00:00:39.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2443 | 2024-12-14T00:00:39.584Z | |
2444 | 2024-12-14T00:00:39.584Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2445 | 2024-12-14T00:00:40.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-12-14T00:00:40.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-12-14T00:00:40.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-12-14T00:00:40.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2449 | 2024-12-14T00:00:40.197Z | |
2450 | 2024-12-14T00:00:40.197Z | info: running `cargo check --bins` on oxql-types (51/173) |
2451 | 2024-12-14T00:00:40.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-12-14T00:00:40.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-12-14T00:00:40.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-12-14T00:00:40.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2455 | 2024-12-14T00:00:40.820Z | |
2456 | 2024-12-14T00:00:40.820Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2457 | 2024-12-14T00:00:41.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-14T00:00:41.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-14T00:00:41.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-14T00:00:41.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2461 | 2024-12-14T00:00:41.467Z | |
2462 | 2024-12-14T00:00:41.467Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2463 | 2024-12-14T00:00:43.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-14T00:00:43.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-14T00:00:43.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-14T00:00:43.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2024-12-14T00:00:43.084Z | |
2468 | 2024-12-14T00:00:43.084Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2469 | 2024-12-14T00:00:43.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-14T00:00:43.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-14T00:00:43.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-14T00:00:43.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2473 | 2024-12-14T00:00:43.085Z | |
2474 | 2024-12-14T00:00:43.085Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2475 | 2024-12-14T00:00:43.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-14T00:00:43.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-14T00:00:43.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-14T00:00:43.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2479 | 2024-12-14T00:00:43.338Z | |
2480 | 2024-12-14T00:00:43.338Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2481 | 2024-12-14T00:00:43.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-14T00:00:43.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-14T00:00:43.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-14T00:00:43.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2485 | 2024-12-14T00:00:43.958Z | |
2486 | 2024-12-14T00:00:43.958Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2487 | 2024-12-14T00:00:44.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-14T00:00:44.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-14T00:00:44.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-14T00:00:44.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2491 | 2024-12-14T00:00:44.575Z | |
2492 | 2024-12-14T00:00:44.575Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2493 | 2024-12-14T00:00:45.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-14T00:00:45.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-14T00:00:45.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-14T00:00:45.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2497 | 2024-12-14T00:00:45.177Z | |
2498 | 2024-12-14T00:00:45.177Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2499 | 2024-12-14T00:00:45.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-14T00:00:45.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-14T00:00:45.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-14T00:00:45.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2503 | 2024-12-14T00:00:45.814Z | |
2504 | 2024-12-14T00:00:45.814Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2505 | 2024-12-14T00:00:46.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-14T00:00:46.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-14T00:00:46.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-14T00:00:46.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2509 | 2024-12-14T00:00:46.437Z | |
2510 | 2024-12-14T00:00:46.437Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2511 | 2024-12-14T00:00:46.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-14T00:00:46.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-14T00:00:46.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-14T00:00:46.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2515 | 2024-12-14T00:00:47.052Z | |
2516 | 2024-12-14T00:00:47.053Z | info: running `cargo check --bins` on dpd-client (62/173) |
2517 | 2024-12-14T00:00:47.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-14T00:00:47.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-14T00:00:47.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-14T00:00:47.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2521 | 2024-12-14T00:00:47.664Z | |
2522 | 2024-12-14T00:00:47.665Z | info: running `cargo check --bins` on gateway-client (63/173) |
2523 | 2024-12-14T00:00:48.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-14T00:00:48.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-14T00:00:48.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-14T00:00:48.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2527 | 2024-12-14T00:00:48.265Z | |
2528 | 2024-12-14T00:00:48.265Z | info: running `cargo check --bins` on installinator-client (64/173) |
2529 | 2024-12-14T00:00:48.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-14T00:00:48.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-14T00:00:48.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-14T00:00:48.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2533 | 2024-12-14T00:00:48.898Z | |
2534 | 2024-12-14T00:00:48.898Z | info: running `cargo check --bins` on installinator-common (65/173) |
2535 | 2024-12-14T00:00:49.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-14T00:00:49.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-14T00:00:49.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-14T00:00:49.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2539 | 2024-12-14T00:00:49.534Z | |
2540 | 2024-12-14T00:00:49.534Z | info: running `cargo check --bins` on update-engine (66/173) |
2541 | 2024-12-14T00:00:50.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-14T00:00:50.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-14T00:00:50.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-14T00:00:50.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2545 | 2024-12-14T00:00:50.139Z | |
2546 | 2024-12-14T00:00:50.139Z | info: running `cargo check --bins` on nexus-client (67/173) |
2547 | 2024-12-14T00:00:50.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-14T00:00:50.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-14T00:00:50.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-14T00:00:50.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2551 | 2024-12-14T00:00:50.785Z | |
2552 | 2024-12-14T00:00:50.785Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2553 | 2024-12-14T00:00:51.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-14T00:00:51.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-14T00:00:51.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-14T00:00:51.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2557 | 2024-12-14T00:00:51.412Z | |
2558 | 2024-12-14T00:00:51.412Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2559 | 2024-12-14T00:00:52.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-14T00:00:52.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-14T00:00:52.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-14T00:00:52.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2563 | 2024-12-14T00:00:52.156Z | |
2564 | 2024-12-14T00:00:52.156Z | info: running `cargo check --bins` on nexus-types (70/173) |
2565 | 2024-12-14T00:00:52.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-14T00:00:52.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-14T00:00:52.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-14T00:00:52.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2569 | 2024-12-14T00:00:52.655Z | |
2570 | 2024-12-14T00:00:52.655Z | info: running `cargo check --bins` on oxide-client (71/173) |
2571 | 2024-12-14T00:00:53.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-14T00:00:53.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-14T00:00:53.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-14T00:00:53.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2575 | 2024-12-14T00:00:53.258Z | |
2576 | 2024-12-14T00:00:53.258Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2577 | 2024-12-14T00:00:53.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-14T00:00:53.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-14T00:00:53.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-14T00:00:53.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2581 | 2024-12-14T00:00:53.870Z | |
2582 | 2024-12-14T00:00:53.871Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2583 | 2024-12-14T00:00:54.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-14T00:00:54.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-14T00:00:54.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-14T00:00:54.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2587 | 2024-12-14T00:00:54.472Z | |
2588 | 2024-12-14T00:00:54.472Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2589 | 2024-12-14T00:00:55.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-14T00:00:55.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-14T00:00:55.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-14T00:00:55.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2593 | 2024-12-14T00:00:55.107Z | |
2594 | 2024-12-14T00:00:55.107Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2595 | 2024-12-14T00:00:55.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-14T00:00:55.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-14T00:00:55.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-14T00:00:55.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2599 | 2024-12-14T00:00:55.768Z | |
2600 | 2024-12-14T00:00:55.768Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2601 | 2024-12-14T00:00:56.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-14T00:00:56.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-14T00:00:56.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-14T00:00:56.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2605 | 2024-12-14T00:00:56.411Z | |
2606 | 2024-12-14T00:00:56.411Z | info: running `cargo check --bins` on wicket-common (77/173) |
2607 | 2024-12-14T00:00:56.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-14T00:00:56.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-14T00:00:56.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-12-14T00:00:56.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2611 | 2024-12-14T00:00:57.051Z | |
2612 | 2024-12-14T00:00:57.052Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2613 | 2024-12-14T00:00:57.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-12-14T00:00:57.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-12-14T00:00:57.702Z | Checking csv-core v0.1.11 |
2616 | 2024-12-14T00:00:57.702Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2617 | 2024-12-14T00:00:57.704Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2618 | 2024-12-14T00:00:58.011Z | Checking csv v1.3.0 |
2619 | 2024-12-14T00:00:58.035Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2620 | 2024-12-14T00:00:58.574Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2621 | 2024-12-14T00:00:58.910Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2622 | 2024-12-14T00:01:00.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
2623 | 2024-12-14T00:01:00.354Z | |
2624 | 2024-12-14T00:01:00.354Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2625 | 2024-12-14T00:01:00.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-14T00:01:00.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-14T00:01:00.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-14T00:01:00.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2629 | 2024-12-14T00:01:00.980Z | |
2630 | 2024-12-14T00:01:00.980Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2631 | 2024-12-14T00:01:01.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-14T00:01:01.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-14T00:01:01.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-12-14T00:01:01.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2635 | 2024-12-14T00:01:01.597Z | |
2636 | 2024-12-14T00:01:01.597Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2637 | 2024-12-14T00:01:02.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-12-14T00:01:02.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-12-14T00:01:02.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-12-14T00:01:02.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2641 | 2024-12-14T00:01:02.316Z | |
2642 | 2024-12-14T00:01:02.316Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2643 | 2024-12-14T00:01:02.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-14T00:01:02.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-14T00:01:02.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-12-14T00:01:02.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2647 | 2024-12-14T00:01:03.027Z | |
2648 | 2024-12-14T00:01:03.027Z | info: running `cargo check --bins` on dns-server (83/173) |
2649 | 2024-12-14T00:01:03.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-12-14T00:01:03.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-12-14T00:01:03.658Z | Compiling parking_lot_core v0.8.6 |
2652 | 2024-12-14T00:01:03.658Z | Checking fxhash v0.2.1 |
2653 | 2024-12-14T00:01:03.660Z | Checking hickory-server v0.24.1 |
2654 | 2024-12-14T00:01:03.660Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2655 | 2024-12-14T00:01:03.758Z | Checking hickory-client v0.24.1 |
2656 | 2024-12-14T00:01:04.314Z | Checking parking_lot v0.11.2 |
2657 | 2024-12-14T00:01:04.465Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-12-14T00:01:04.468Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2659 | 2024-12-14T00:01:04.550Z | Checking sled v0.34.7 |
2660 | 2024-12-14T00:01:06.350Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2661 | 2024-12-14T00:01:07.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2662 | 2024-12-14T00:01:07.749Z | |
2663 | 2024-12-14T00:01:07.749Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2664 | 2024-12-14T00:01:08.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-12-14T00:01:08.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-12-14T00:01:08.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-12-14T00:01:08.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2668 | 2024-12-14T00:01:08.358Z | |
2669 | 2024-12-14T00:01:08.358Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2670 | 2024-12-14T00:01:08.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-12-14T00:01:08.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-12-14T00:01:08.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-12-14T00:01:08.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2674 | 2024-12-14T00:01:09.023Z | |
2675 | 2024-12-14T00:01:09.023Z | info: running `cargo check --bins` on gateway-types (86/173) |
2676 | 2024-12-14T00:01:09.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-12-14T00:01:09.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-12-14T00:01:09.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-12-14T00:01:09.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2680 | 2024-12-14T00:01:09.636Z | |
2681 | 2024-12-14T00:01:09.636Z | info: running `cargo check --bins` on ipcc (87/173) |
2682 | 2024-12-14T00:01:10.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-14T00:01:10.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-14T00:01:10.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-12-14T00:01:10.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2686 | 2024-12-14T00:01:10.248Z | |
2687 | 2024-12-14T00:01:10.248Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2688 | 2024-12-14T00:01:10.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-12-14T00:01:10.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-12-14T00:01:10.935Z | Compiling radium v0.7.0 |
2691 | 2024-12-14T00:01:10.935Z | Compiling semver v0.1.20 |
2692 | 2024-12-14T00:01:10.938Z | Compiling maybe-uninit v2.0.0 |
2693 | 2024-12-14T00:01:11.042Z | Checking tap v1.0.1 |
2694 | 2024-12-14T00:01:11.064Z | Checking password-hash v0.5.0 |
2695 | 2024-12-14T00:01:11.067Z | Checking blake2 v0.10.6 |
2696 | 2024-12-14T00:01:11.067Z | Compiling cancel-safe-futures v0.1.5 |
2697 | 2024-12-14T00:01:11.067Z | Compiling owo-colors v4.1.0 |
2698 | 2024-12-14T00:01:11.359Z | Compiling packed_struct v0.10.1 |
2699 | 2024-12-14T00:01:11.410Z | Compiling rustc_version v0.1.7 |
2700 | 2024-12-14T00:01:11.496Z | Checking wyz v0.5.1 |
2701 | 2024-12-14T00:01:11.496Z | Checking crc-catalog v2.4.0 |
2702 | 2024-12-14T00:01:11.529Z | Checking funty v2.0.0 |
2703 | 2024-12-14T00:01:11.574Z | Checking argon2 v0.5.3 |
2704 | 2024-12-14T00:01:11.635Z | Checking crc v3.2.1 |
2705 | 2024-12-14T00:01:11.755Z | Compiling packed_struct_codegen v0.10.1 |
2706 | 2024-12-14T00:01:11.810Z | Checking half v2.4.1 |
2707 | 2024-12-14T00:01:11.848Z | Compiling indexmap v1.9.3 |
2708 | 2024-12-14T00:01:11.892Z | Checking nodrop v0.1.14 |
2709 | 2024-12-14T00:01:11.910Z | Compiling newtype_derive v0.1.6 |
2710 | 2024-12-14T00:01:12.012Z | Checking ciborium-io v0.2.2 |
2711 | 2024-12-14T00:01:12.058Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2712 | 2024-12-14T00:01:12.149Z | Checking array-init v0.0.4 |
2713 | 2024-12-14T00:01:12.172Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2714 | 2024-12-14T00:01:12.265Z | Checking ciborium-ll v0.2.2 |
2715 | 2024-12-14T00:01:12.282Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2716 | 2024-12-14T00:01:12.398Z | Checking bitvec v1.0.1 |
2717 | 2024-12-14T00:01:12.559Z | Checking smallvec v0.6.14 |
2718 | 2024-12-14T00:01:12.579Z | Checking libsw v3.3.1 |
2719 | 2024-12-14T00:01:12.830Z | Compiling memoffset v0.9.1 |
2720 | 2024-12-14T00:01:12.851Z | Checking hashbrown v0.12.3 |
2721 | 2024-12-14T00:01:12.924Z | Checking bitfield v0.14.0 |
2722 | 2024-12-14T00:01:12.942Z | Checking termcolor v1.4.1 |
2723 | 2024-12-14T00:01:13.104Z | Checking swrite v0.1.0 |
2724 | 2024-12-14T00:01:13.137Z | Checking indent_write v2.2.0 |
2725 | 2024-12-14T00:01:13.215Z | Checking linear-map v1.2.0 |
2726 | 2024-12-14T00:01:13.345Z | Checking serde-hex v0.1.0 |
2727 | 2024-12-14T00:01:13.376Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2728 | 2024-12-14T00:01:13.394Z | Checking env_logger v0.10.2 |
2729 | 2024-12-14T00:01:13.543Z | Checking ron v0.8.1 |
2730 | 2024-12-14T00:01:13.828Z | Checking ciborium v0.2.2 |
2731 | 2024-12-14T00:01:14.190Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2732 | 2024-12-14T00:01:14.554Z | Checking steno v0.4.1 |
2733 | 2024-12-14T00:01:14.728Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2734 | 2024-12-14T00:01:14.777Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2024-12-14T00:01:14.805Z | Checking hashbrown v0.13.2 |
2736 | 2024-12-14T00:01:14.981Z | Checking crc-any v2.5.0 |
2737 | 2024-12-14T00:01:15.042Z | Checking humantime v2.1.0 |
2738 | 2024-12-14T00:01:15.342Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2739 | 2024-12-14T00:01:15.386Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2740 | 2024-12-14T00:01:15.768Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2741 | 2024-12-14T00:01:15.891Z | Checking object v0.30.4 |
2742 | 2024-12-14T00:01:16.039Z | Checking path-slash v0.1.5 |
2743 | 2024-12-14T00:01:16.155Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2744 | 2024-12-14T00:01:16.187Z | Checking nix v0.27.1 |
2745 | 2024-12-14T00:01:16.769Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2746 | 2024-12-14T00:01:17.173Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2747 | 2024-12-14T00:01:17.274Z | Checking tungstenite v0.23.0 |
2748 | 2024-12-14T00:01:17.410Z | Checking kstat-rs v0.2.4 |
2749 | 2024-12-14T00:01:17.527Z | Checking signal-hook-tokio v0.3.1 |
2750 | 2024-12-14T00:01:17.763Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2024-12-14T00:01:18.010Z | Checking tokio-tungstenite v0.23.1 |
2752 | 2024-12-14T00:01:18.530Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2753 | 2024-12-14T00:01:18.893Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2754 | 2024-12-14T00:01:18.970Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2755 | 2024-12-14T00:01:25.617Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2756 | 2024-12-14T00:01:26.903Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2757 | 2024-12-14T00:01:29.653Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2758 | 2024-12-14T00:01:35.243Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2759 | 2024-12-14T00:01:35.950Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-12-14T00:01:38.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s |
2761 | 2024-12-14T00:01:38.922Z | |
2762 | 2024-12-14T00:01:38.922Z | info: running `cargo check --bins` on gateway-api (89/173) |
2763 | 2024-12-14T00:01:39.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-12-14T00:01:39.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-12-14T00:01:39.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-12-14T00:01:39.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2767 | 2024-12-14T00:01:39.537Z | |
2768 | 2024-12-14T00:01:39.537Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2769 | 2024-12-14T00:01:40.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-12-14T00:01:40.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-12-14T00:01:40.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-12-14T00:01:40.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2773 | 2024-12-14T00:01:40.135Z | |
2774 | 2024-12-14T00:01:40.136Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2775 | 2024-12-14T00:01:40.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-14T00:01:40.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-14T00:01:40.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-14T00:01:40.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2779 | 2024-12-14T00:01:40.765Z | |
2780 | 2024-12-14T00:01:40.765Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2781 | 2024-12-14T00:01:41.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-14T00:01:41.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-14T00:01:41.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-14T00:01:41.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2785 | 2024-12-14T00:01:41.379Z | |
2786 | 2024-12-14T00:01:41.379Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2787 | 2024-12-14T00:01:41.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-14T00:01:41.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-14T00:01:41.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-14T00:01:41.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2791 | 2024-12-14T00:01:41.988Z | |
2792 | 2024-12-14T00:01:41.988Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2793 | 2024-12-14T00:01:42.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-14T00:01:42.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-14T00:01:42.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-14T00:01:42.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2797 | 2024-12-14T00:01:42.598Z | |
2798 | 2024-12-14T00:01:42.598Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2799 | 2024-12-14T00:01:43.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-14T00:01:43.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-14T00:01:43.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-14T00:01:43.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2803 | 2024-12-14T00:01:43.210Z | |
2804 | 2024-12-14T00:01:43.210Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2805 | 2024-12-14T00:01:43.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-14T00:01:43.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-14T00:01:43.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-14T00:01:43.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2809 | 2024-12-14T00:01:43.821Z | |
2810 | 2024-12-14T00:01:43.821Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2811 | 2024-12-14T00:01:44.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-14T00:01:44.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-14T00:01:44.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-14T00:01:44.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2815 | 2024-12-14T00:01:44.456Z | |
2816 | 2024-12-14T00:01:44.456Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2817 | 2024-12-14T00:01:44.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-14T00:01:44.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-14T00:01:44.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-14T00:01:44.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2821 | 2024-12-14T00:01:45.067Z | |
2822 | 2024-12-14T00:01:45.067Z | info: running `cargo check --bins` on sp-sim (99/173) |
2823 | 2024-12-14T00:01:45.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-14T00:01:45.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-14T00:01:45.696Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2826 | 2024-12-14T00:01:47.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
2827 | 2024-12-14T00:01:47.705Z | |
2828 | 2024-12-14T00:01:47.705Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2829 | 2024-12-14T00:01:48.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-14T00:01:48.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-14T00:01:48.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-14T00:01:48.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2833 | 2024-12-14T00:01:48.360Z | |
2834 | 2024-12-14T00:01:48.360Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2835 | 2024-12-14T00:01:48.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-14T00:01:48.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-14T00:01:48.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-14T00:01:48.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2839 | 2024-12-14T00:01:49.025Z | |
2840 | 2024-12-14T00:01:49.025Z | info: running `cargo check --bins` on db-macros (102/173) |
2841 | 2024-12-14T00:01:49.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-14T00:01:49.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-14T00:01:49.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-12-14T00:01:49.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2845 | 2024-12-14T00:01:49.621Z | |
2846 | 2024-12-14T00:01:49.621Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2847 | 2024-12-14T00:01:50.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-14T00:01:50.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-14T00:01:50.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-14T00:01:50.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2851 | 2024-12-14T00:01:50.219Z | |
2852 | 2024-12-14T00:01:50.219Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2853 | 2024-12-14T00:01:50.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-14T00:01:50.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-14T00:01:50.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-14T00:01:50.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2857 | 2024-12-14T00:01:50.885Z | |
2858 | 2024-12-14T00:01:50.885Z | info: running `cargo check --bins` on authz-macros (105/173) |
2859 | 2024-12-14T00:01:51.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-14T00:01:51.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-14T00:01:51.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-14T00:01:51.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2863 | 2024-12-14T00:01:51.480Z | |
2864 | 2024-12-14T00:01:51.480Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2865 | 2024-12-14T00:01:52.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-14T00:01:52.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-14T00:01:52.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-14T00:01:52.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2869 | 2024-12-14T00:01:52.120Z | |
2870 | 2024-12-14T00:01:52.120Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2871 | 2024-12-14T00:01:52.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-14T00:01:52.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-14T00:01:52.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-14T00:01:52.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2875 | 2024-12-14T00:01:52.759Z | |
2876 | 2024-12-14T00:01:52.759Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2877 | 2024-12-14T00:01:53.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-14T00:01:53.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-14T00:01:53.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-14T00:01:53.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2881 | 2024-12-14T00:01:53.371Z | |
2882 | 2024-12-14T00:01:53.371Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2883 | 2024-12-14T00:01:53.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-14T00:01:53.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-14T00:01:53.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-14T00:01:53.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2887 | 2024-12-14T00:01:54.008Z | |
2888 | 2024-12-14T00:01:54.008Z | info: running `cargo check --bins` on typed-rng (110/173) |
2889 | 2024-12-14T00:01:54.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-14T00:01:54.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-14T00:01:54.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-12-14T00:01:54.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2893 | 2024-12-14T00:01:54.600Z | |
2894 | 2024-12-14T00:01:54.600Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2895 | 2024-12-14T00:01:55.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-12-14T00:01:55.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-12-14T00:01:55.324Z | Checking keccak v0.1.5 |
2898 | 2024-12-14T00:01:55.434Z | Checking secrecy v0.8.0 |
2899 | 2024-12-14T00:01:55.437Z | Compiling unicase v2.7.0 |
2900 | 2024-12-14T00:01:55.446Z | Compiling same-file v1.0.6 |
2901 | 2024-12-14T00:01:55.458Z | Compiling tempfile v3.13.0 |
2902 | 2024-12-14T00:01:55.481Z | Compiling thiserror-impl-no-std v2.0.2 |
2903 | 2024-12-14T00:01:55.484Z | Checking universal-hash v0.5.1 |
2904 | 2024-12-14T00:01:55.484Z | Compiling blake3 v1.5.4 |
2905 | 2024-12-14T00:01:55.633Z | Compiling walkdir v2.5.0 |
2906 | 2024-12-14T00:01:55.673Z | Compiling ring v0.16.20 |
2907 | 2024-12-14T00:01:55.715Z | Checking sha3 v0.10.8 |
2908 | 2024-12-14T00:01:55.737Z | Checking opaque-debug v0.3.1 |
2909 | 2024-12-14T00:01:55.831Z | Checking poly1305 v0.8.0 |
2910 | 2024-12-14T00:01:55.876Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2911 | 2024-12-14T00:01:56.122Z | Checking chacha20 v0.9.1 |
2912 | 2024-12-14T00:01:56.172Z | Checking aead v0.5.2 |
2913 | 2024-12-14T00:01:56.308Z | Compiling memmap2 v0.9.5 |
2914 | 2024-12-14T00:01:56.344Z | Compiling arrayvec v0.7.6 |
2915 | 2024-12-14T00:01:56.385Z | Compiling constant_time_eq v0.3.1 |
2916 | 2024-12-14T00:01:56.411Z | Compiling arrayref v0.3.9 |
2917 | 2024-12-14T00:01:56.455Z | Compiling spin v0.5.2 |
2918 | 2024-12-14T00:01:56.509Z | Compiling salty v0.3.0 |
2919 | 2024-12-14T00:01:56.567Z | Compiling libefi-sys v0.1.0 |
2920 | 2024-12-14T00:01:56.675Z | Checking chacha20poly1305 v0.10.1 |
2921 | 2024-12-14T00:01:56.779Z | Compiling toolchain_find v0.4.0 |
2922 | 2024-12-14T00:01:56.849Z | Compiling camino-tempfile v1.1.1 |
2923 | 2024-12-14T00:01:56.871Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2924 | 2024-12-14T00:01:56.925Z | Compiling bitfield-struct v0.6.2 |
2925 | 2024-12-14T00:01:57.214Z | Compiling topological-sort v0.2.2 |
2926 | 2024-12-14T00:01:57.298Z | Compiling mime_guess v2.0.5 |
2927 | 2024-12-14T00:01:57.384Z | Compiling rustfmt-wrapper v0.2.1 |
2928 | 2024-12-14T00:01:57.852Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2929 | 2024-12-14T00:01:57.950Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2930 | 2024-12-14T00:01:57.995Z | Checking primeorder v0.13.6 |
2931 | 2024-12-14T00:01:58.019Z | Checking env_filter v0.1.2 |
2932 | 2024-12-14T00:01:58.234Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2024-12-14T00:01:58.352Z | Checking env_logger v0.11.5 |
2934 | 2024-12-14T00:01:58.394Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2024-12-14T00:01:58.469Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2936 | 2024-12-14T00:01:58.487Z | Checking p384 v0.13.0 |
2937 | 2024-12-14T00:01:58.586Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2938 | 2024-12-14T00:01:58.670Z | Checking thiserror-no-std v2.0.2 |
2939 | 2024-12-14T00:01:58.777Z | Checking vsss-rs v3.3.4 |
2940 | 2024-12-14T00:01:58.828Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2941 | 2024-12-14T00:01:58.921Z | Checking lockfree-object-pool v0.1.6 |
2942 | 2024-12-14T00:01:58.946Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-12-14T00:01:59.072Z | Checking bumpalo v3.16.0 |
2944 | 2024-12-14T00:01:59.169Z | Checking http-range v0.1.5 |
2945 | 2024-12-14T00:01:59.214Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2946 | 2024-12-14T00:01:59.355Z | Checking simd-adler32 v0.3.7 |
2947 | 2024-12-14T00:01:59.408Z | Compiling zip v2.1.3 |
2948 | 2024-12-14T00:01:59.425Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2949 | 2024-12-14T00:01:59.573Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2950 | 2024-12-14T00:01:59.682Z | Checking zopfli v0.8.1 |
2951 | 2024-12-14T00:01:59.734Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2952 | 2024-12-14T00:01:59.872Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2953 | 2024-12-14T00:02:00.177Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2954 | 2024-12-14T00:02:00.352Z | Checking nanorand v0.7.0 |
2955 | 2024-12-14T00:02:00.380Z | Checking atty v0.2.14 |
2956 | 2024-12-14T00:02:00.451Z | Checking glob v0.3.1 |
2957 | 2024-12-14T00:02:00.509Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2958 | 2024-12-14T00:02:00.757Z | Checking flume v0.11.1 |
2959 | 2024-12-14T00:02:00.813Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2960 | 2024-12-14T00:02:00.922Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2961 | 2024-12-14T00:02:01.291Z | Compiling omicron-zone-package v0.11.1 |
2962 | 2024-12-14T00:02:01.445Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2963 | 2024-12-14T00:02:02.227Z | Checking hyper-staticfile v0.10.1 |
2964 | 2024-12-14T00:02:02.928Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2965 | 2024-12-14T00:02:02.957Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2966 | 2024-12-14T00:02:03.320Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2967 | 2024-12-14T00:02:03.337Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2968 | 2024-12-14T00:02:03.403Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2969 | 2024-12-14T00:02:03.405Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2970 | 2024-12-14T00:02:03.968Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2971 | 2024-12-14T00:02:04.736Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2972 | 2024-12-14T00:02:05.674Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2973 | 2024-12-14T00:02:07.710Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2974 | 2024-12-14T00:02:07.713Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2975 | 2024-12-14T00:02:17.496Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2976 | 2024-12-14T00:02:30.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.29s |
2977 | 2024-12-14T00:02:31.069Z | |
2978 | 2024-12-14T00:02:31.069Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2979 | 2024-12-14T00:02:31.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-12-14T00:02:31.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-12-14T00:02:31.787Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2982 | 2024-12-14T00:02:45.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s |
2983 | 2024-12-14T00:02:45.363Z | |
2984 | 2024-12-14T00:02:45.363Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2985 | 2024-12-14T00:02:45.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-12-14T00:02:45.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-12-14T00:02:46.093Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-12-14T00:02:59.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
2989 | 2024-12-14T00:02:59.915Z | |
2990 | 2024-12-14T00:02:59.915Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2991 | 2024-12-14T00:03:00.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-12-14T00:03:00.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-12-14T00:03:00.662Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-12-14T00:03:14.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
2995 | 2024-12-14T00:03:14.423Z | |
2996 | 2024-12-14T00:03:14.423Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2997 | 2024-12-14T00:03:15.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-12-14T00:03:15.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-12-14T00:03:15.147Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2024-12-14T00:03:28.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
3001 | 2024-12-14T00:03:28.989Z | |
3002 | 2024-12-14T00:03:28.990Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3003 | 2024-12-14T00:03:29.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-12-14T00:03:29.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-12-14T00:03:29.715Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2024-12-14T00:03:43.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
3007 | 2024-12-14T00:03:43.503Z | |
3008 | 2024-12-14T00:03:43.503Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3009 | 2024-12-14T00:03:44.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-12-14T00:03:44.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-12-14T00:03:44.223Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2024-12-14T00:03:57.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3013 | 2024-12-14T00:03:57.949Z | |
3014 | 2024-12-14T00:03:57.950Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3015 | 2024-12-14T00:03:58.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-12-14T00:03:58.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-12-14T00:03:58.679Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2024-12-14T00:04:12.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s |
3019 | 2024-12-14T00:04:12.319Z | |
3020 | 2024-12-14T00:04:12.319Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3021 | 2024-12-14T00:04:12.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-12-14T00:04:12.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-12-14T00:04:12.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-12-14T00:04:12.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3025 | 2024-12-14T00:04:12.968Z | |
3026 | 2024-12-14T00:04:12.968Z | info: running `cargo check --bins` on key-manager (120/173) |
3027 | 2024-12-14T00:04:13.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-12-14T00:04:13.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-12-14T00:04:13.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-12-14T00:04:13.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3031 | 2024-12-14T00:04:13.590Z | |
3032 | 2024-12-14T00:04:13.590Z | info: running `cargo check --bins` on range-requests (121/173) |
3033 | 2024-12-14T00:04:14.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-12-14T00:04:14.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-12-14T00:04:14.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-12-14T00:04:14.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3037 | 2024-12-14T00:04:14.198Z | |
3038 | 2024-12-14T00:04:14.198Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3039 | 2024-12-14T00:04:14.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-12-14T00:04:14.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-12-14T00:04:14.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-12-14T00:04:14.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3043 | 2024-12-14T00:04:14.824Z | |
3044 | 2024-12-14T00:04:14.824Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3045 | 2024-12-14T00:04:15.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-12-14T00:04:15.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-12-14T00:04:15.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-12-14T00:04:15.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3049 | 2024-12-14T00:04:15.482Z | |
3050 | 2024-12-14T00:04:15.482Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3051 | 2024-12-14T00:04:16.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-12-14T00:04:16.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-12-14T00:04:16.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2024-12-14T00:04:16.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3055 | 2024-12-14T00:04:16.129Z | |
3056 | 2024-12-14T00:04:16.130Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3057 | 2024-12-14T00:04:16.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-12-14T00:04:16.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-12-14T00:04:16.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-12-14T00:04:16.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3061 | 2024-12-14T00:04:16.759Z | |
3062 | 2024-12-14T00:04:16.759Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3063 | 2024-12-14T00:04:17.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-12-14T00:04:17.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-12-14T00:04:17.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-12-14T00:04:17.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3067 | 2024-12-14T00:04:17.393Z | |
3068 | 2024-12-14T00:04:17.393Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3069 | 2024-12-14T00:04:17.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-12-14T00:04:17.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-12-14T00:04:17.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-12-14T00:04:17.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3073 | 2024-12-14T00:04:18.034Z | |
3074 | 2024-12-14T00:04:18.034Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3075 | 2024-12-14T00:04:18.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-12-14T00:04:18.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-12-14T00:04:18.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-12-14T00:04:18.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3079 | 2024-12-14T00:04:18.673Z | |
3080 | 2024-12-14T00:04:18.673Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3081 | 2024-12-14T00:04:19.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-12-14T00:04:19.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-12-14T00:04:19.347Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3084 | 2024-12-14T00:04:19.347Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3085 | 2024-12-14T00:04:20.226Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3086 | 2024-12-14T00:04:22.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3087 | 2024-12-14T00:04:22.448Z | |
3088 | 2024-12-14T00:04:22.448Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3089 | 2024-12-14T00:04:22.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-12-14T00:04:22.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-12-14T00:04:22.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2024-12-14T00:04:22.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3093 | 2024-12-14T00:04:23.068Z | |
3094 | 2024-12-14T00:04:23.068Z | info: running `cargo check --bins` on cert-dev (131/173) |
3095 | 2024-12-14T00:04:23.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-12-14T00:04:23.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-12-14T00:04:23.671Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3098 | 2024-12-14T00:04:23.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3099 | 2024-12-14T00:04:24.105Z | |
3100 | 2024-12-14T00:04:24.105Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3101 | 2024-12-14T00:04:24.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-12-14T00:04:24.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-12-14T00:04:24.770Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3104 | 2024-12-14T00:04:24.770Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3105 | 2024-12-14T00:04:25.355Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3106 | 2024-12-14T00:04:25.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3107 | 2024-12-14T00:04:25.915Z | |
3108 | 2024-12-14T00:04:25.915Z | info: running `cargo check --bins` on ch-dev (133/173) |
3109 | 2024-12-14T00:04:26.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-12-14T00:04:26.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-12-14T00:04:26.568Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3112 | 2024-12-14T00:04:27.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3113 | 2024-12-14T00:04:27.447Z | |
3114 | 2024-12-14T00:04:27.447Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3115 | 2024-12-14T00:04:28.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-12-14T00:04:28.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-12-14T00:04:28.096Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3118 | 2024-12-14T00:04:28.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3119 | 2024-12-14T00:04:28.633Z | |
3120 | 2024-12-14T00:04:28.633Z | info: running `cargo check --bins` on db-dev (135/173) |
3121 | 2024-12-14T00:04:29.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-14T00:04:29.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-14T00:04:29.291Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3124 | 2024-12-14T00:04:30.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3125 | 2024-12-14T00:04:30.193Z | |
3126 | 2024-12-14T00:04:30.193Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3127 | 2024-12-14T00:04:30.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-12-14T00:04:30.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-12-14T00:04:30.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2024-12-14T00:04:30.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3131 | 2024-12-14T00:04:30.832Z | |
3132 | 2024-12-14T00:04:30.832Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3133 | 2024-12-14T00:04:31.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-14T00:04:31.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-14T00:04:31.432Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3136 | 2024-12-14T00:04:32.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3137 | 2024-12-14T00:04:32.470Z | |
3138 | 2024-12-14T00:04:32.470Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3139 | 2024-12-14T00:04:32.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-12-14T00:04:32.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-12-14T00:04:33.069Z | Checking cargo-platform v0.1.8 |
3142 | 2024-12-14T00:04:33.337Z | Checking cargo_metadata v0.18.1 |
3143 | 2024-12-14T00:04:34.301Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3144 | 2024-12-14T00:04:35.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3145 | 2024-12-14T00:04:35.206Z | |
3146 | 2024-12-14T00:04:35.206Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3147 | 2024-12-14T00:04:35.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-12-14T00:04:35.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-12-14T00:04:35.912Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3150 | 2024-12-14T00:04:36.633Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3151 | 2024-12-14T00:04:37.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3152 | 2024-12-14T00:04:37.381Z | |
3153 | 2024-12-14T00:04:37.381Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3154 | 2024-12-14T00:04:37.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-12-14T00:04:37.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-12-14T00:04:38.146Z | Compiling crunchy v0.2.2 |
3157 | 2024-12-14T00:04:38.146Z | Compiling tiny-keccak v2.0.2 |
3158 | 2024-12-14T00:04:38.149Z | Compiling dsl_auto_type v0.1.2 |
3159 | 2024-12-14T00:04:38.149Z | Checking scheduled-thread-pool v0.2.7 |
3160 | 2024-12-14T00:04:38.149Z | Compiling diesel_table_macro_syntax v0.2.0 |
3161 | 2024-12-14T00:04:38.149Z | Compiling ascii-canvas v3.0.0 |
3162 | 2024-12-14T00:04:38.260Z | Compiling ena v0.14.3 |
3163 | 2024-12-14T00:04:38.271Z | Compiling diff v0.1.13 |
3164 | 2024-12-14T00:04:38.469Z | Checking r2d2 v0.8.10 |
3165 | 2024-12-14T00:04:38.582Z | Compiling regex-syntax v0.6.29 |
3166 | 2024-12-14T00:04:38.691Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3167 | 2024-12-14T00:04:38.711Z | Compiling ref-cast v1.0.23 |
3168 | 2024-12-14T00:04:38.793Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3169 | 2024-12-14T00:04:38.878Z | Compiling derive_builder_core v0.20.2 |
3170 | 2024-12-14T00:04:38.906Z | Compiling libxml v0.3.3 |
3171 | 2024-12-14T00:04:38.934Z | Compiling ref-cast-impl v1.0.23 |
3172 | 2024-12-14T00:04:39.069Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3173 | 2024-12-14T00:04:39.309Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3174 | 2024-12-14T00:04:39.328Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3175 | 2024-12-14T00:04:39.484Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3176 | 2024-12-14T00:04:39.602Z | Compiling strum_macros v0.24.3 |
3177 | 2024-12-14T00:04:39.635Z | Compiling samael v0.0.17 |
3178 | 2024-12-14T00:04:39.896Z | Compiling indoc v1.0.9 |
3179 | 2024-12-14T00:04:39.923Z | Compiling diesel_derives v2.2.3 |
3180 | 2024-12-14T00:04:40.892Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3181 | 2024-12-14T00:04:41.181Z | Compiling oso-derive v0.27.3 |
3182 | 2024-12-14T00:04:41.358Z | Compiling derive_builder_macro v0.20.2 |
3183 | 2024-12-14T00:04:42.028Z | Compiling lalrpop v0.19.12 |
3184 | 2024-12-14T00:04:42.213Z | Compiling impl-trait-for-tuples v0.2.2 |
3185 | 2024-12-14T00:04:42.231Z | Checking derive_builder v0.20.2 |
3186 | 2024-12-14T00:04:42.389Z | Checking quick-xml v0.33.0 |
3187 | 2024-12-14T00:04:42.816Z | Compiling diesel-dtrace v0.4.2 |
3188 | 2024-12-14T00:04:43.108Z | Checking maplit v1.0.2 |
3189 | 2024-12-14T00:04:43.325Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3190 | 2024-12-14T00:04:43.349Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3191 | 2024-12-14T00:04:43.626Z | Checking bb8 v0.8.5 |
3192 | 2024-12-14T00:04:43.946Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3193 | 2024-12-14T00:04:44.116Z | Checking castaway v0.2.3 |
3194 | 2024-12-14T00:04:44.239Z | Checking rand_seeder v0.3.0 |
3195 | 2024-12-14T00:04:44.302Z | Checking compact_str v0.8.0 |
3196 | 2024-12-14T00:04:44.475Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3197 | 2024-12-14T00:04:44.509Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3198 | 2024-12-14T00:04:44.681Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3199 | 2024-12-14T00:04:45.030Z | Checking unicode-truncate v1.1.0 |
3200 | 2024-12-14T00:04:45.216Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3201 | 2024-12-14T00:04:45.260Z | Checking lru v0.12.5 |
3202 | 2024-12-14T00:04:45.502Z | Compiling instability v0.3.2 |
3203 | 2024-12-14T00:04:45.646Z | Checking smawk v0.3.2 |
3204 | 2024-12-14T00:04:45.882Z | Checking is_ci v1.2.0 |
3205 | 2024-12-14T00:04:46.046Z | Checking unicode-linebreak v0.1.5 |
3206 | 2024-12-14T00:04:46.319Z | Checking cassowary v0.3.0 |
3207 | 2024-12-14T00:04:46.409Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3208 | 2024-12-14T00:04:46.472Z | Checking textwrap v0.16.1 |
3209 | 2024-12-14T00:04:46.681Z | Checking supports-color v3.0.1 |
3210 | 2024-12-14T00:04:46.759Z | Checking ratatui v0.28.1 |
3211 | 2024-12-14T00:04:46.876Z | Checking multimap v0.10.0 |
3212 | 2024-12-14T00:04:49.883Z | Checking diesel v2.2.6 |
3213 | 2024-12-14T00:05:15.787Z | Compiling polar-core v0.27.3 |
3214 | 2024-12-14T00:05:18.912Z | Checking async-bb8-diesel v0.2.1 |
3215 | 2024-12-14T00:05:23.295Z | Checking oso v0.27.3 |
3216 | 2024-12-14T00:06:31.923Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3217 | 2024-12-14T00:06:37.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3218 | 2024-12-14T00:06:38.178Z | |
3219 | 2024-12-14T00:06:38.178Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3220 | 2024-12-14T00:06:38.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-12-14T00:06:38.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-12-14T00:06:38.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2024-12-14T00:06:38.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3224 | 2024-12-14T00:06:38.838Z | |
3225 | 2024-12-14T00:06:38.839Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3226 | 2024-12-14T00:06:39.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2024-12-14T00:06:39.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2024-12-14T00:06:39.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2024-12-14T00:06:39.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3230 | 2024-12-14T00:06:39.495Z | |
3231 | 2024-12-14T00:06:39.495Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3232 | 2024-12-14T00:06:40.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2024-12-14T00:06:40.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2024-12-14T00:06:40.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2024-12-14T00:06:40.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3236 | 2024-12-14T00:06:40.093Z | |
3237 | 2024-12-14T00:06:40.093Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3238 | 2024-12-14T00:06:40.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2024-12-14T00:06:40.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2024-12-14T00:06:40.891Z | Compiling libz-sys v1.1.20 |
3241 | 2024-12-14T00:06:41.005Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3242 | 2024-12-14T00:06:41.014Z | Compiling vergen v8.3.2 |
3243 | 2024-12-14T00:06:41.017Z | Compiling cargo-platform v0.1.8 |
3244 | 2024-12-14T00:06:41.017Z | Compiling pin-project-internal v1.1.6 |
3245 | 2024-12-14T00:06:41.049Z | Compiling snafu-derive v0.8.5 |
3246 | 2024-12-14T00:06:41.051Z | Compiling libsqlite3-sys v0.30.1 |
3247 | 2024-12-14T00:06:41.051Z | Compiling cfg_aliases v0.2.1 |
3248 | 2024-12-14T00:06:41.186Z | Compiling rustls v0.21.12 |
3249 | 2024-12-14T00:06:41.295Z | Compiling buf-list v1.0.3 |
3250 | 2024-12-14T00:06:41.451Z | Compiling cargo_metadata v0.18.1 |
3251 | 2024-12-14T00:06:41.592Z | Compiling nix v0.29.0 |
3252 | 2024-12-14T00:06:41.612Z | Checking globset v0.4.15 |
3253 | 2024-12-14T00:06:41.957Z | Checking olpc-cjson v0.1.4 |
3254 | 2024-12-14T00:06:42.006Z | Checking sct v0.7.1 |
3255 | 2024-12-14T00:06:42.104Z | Checking rustls-webpki v0.101.7 |
3256 | 2024-12-14T00:06:42.180Z | Checking serde_plain v1.0.2 |
3257 | 2024-12-14T00:06:42.209Z | Checking typed-path v0.9.3 |
3258 | 2024-12-14T00:06:42.739Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3259 | 2024-12-14T00:06:42.885Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3260 | 2024-12-14T00:06:43.009Z | Checking hashlink v0.9.1 |
3261 | 2024-12-14T00:06:43.174Z | Checking fallible-streaming-iterator v0.1.9 |
3262 | 2024-12-14T00:06:43.416Z | Checking fallible-iterator v0.3.0 |
3263 | 2024-12-14T00:06:43.640Z | Checking parse-size v1.1.0 |
3264 | 2024-12-14T00:06:44.077Z | Checking rusqlite v0.32.1 |
3265 | 2024-12-14T00:06:44.095Z | Checking pin-project v1.1.6 |
3266 | 2024-12-14T00:06:44.205Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3267 | 2024-12-14T00:06:44.224Z | Checking rustls-pemfile v1.0.4 |
3268 | 2024-12-14T00:06:44.324Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3269 | 2024-12-14T00:06:44.401Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3270 | 2024-12-14T00:06:44.682Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3271 | 2024-12-14T00:06:45.079Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3272 | 2024-12-14T00:06:45.132Z | Checking twox-hash v1.6.3 |
3273 | 2024-12-14T00:06:45.202Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3274 | 2024-12-14T00:06:45.660Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3275 | 2024-12-14T00:06:45.715Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3276 | 2024-12-14T00:06:46.106Z | Checking tokio-rustls v0.24.1 |
3277 | 2024-12-14T00:06:46.275Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3278 | 2024-12-14T00:06:46.278Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3279 | 2024-12-14T00:06:46.470Z | Checking fatfs v0.3.6 |
3280 | 2024-12-14T00:06:46.688Z | Checking snafu v0.8.5 |
3281 | 2024-12-14T00:06:47.106Z | Checking assert_matches v1.5.0 |
3282 | 2024-12-14T00:06:47.184Z | Checking tough v0.19.0 |
3283 | 2024-12-14T00:06:51.333Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3284 | 2024-12-14T00:06:52.641Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3285 | 2024-12-14T00:06:53.068Z | Compiling git2 v0.19.0 |
3286 | 2024-12-14T00:06:57.824Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3287 | 2024-12-14T00:07:50.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3288 | 2024-12-14T00:07:50.751Z | |
3289 | 2024-12-14T00:07:50.751Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3290 | 2024-12-14T00:07:51.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2024-12-14T00:07:51.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2024-12-14T00:07:51.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3293 | 2024-12-14T00:07:51.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3294 | 2024-12-14T00:07:51.428Z | |
3295 | 2024-12-14T00:07:51.428Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3296 | 2024-12-14T00:07:51.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2024-12-14T00:07:51.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2024-12-14T00:07:51.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2024-12-14T00:07:51.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3300 | 2024-12-14T00:07:52.028Z | |
3301 | 2024-12-14T00:07:52.028Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3302 | 2024-12-14T00:07:52.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-12-14T00:07:52.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-12-14T00:07:52.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2024-12-14T00:07:52.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3306 | 2024-12-14T00:07:52.670Z | |
3307 | 2024-12-14T00:07:52.670Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3308 | 2024-12-14T00:07:53.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-12-14T00:07:53.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-12-14T00:07:53.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2024-12-14T00:07:53.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3312 | 2024-12-14T00:07:53.333Z | |
3313 | 2024-12-14T00:07:53.333Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3314 | 2024-12-14T00:07:53.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-12-14T00:07:53.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-12-14T00:07:53.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-12-14T00:07:53.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3318 | 2024-12-14T00:07:53.994Z | |
3319 | 2024-12-14T00:07:53.994Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3320 | 2024-12-14T00:07:54.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-12-14T00:07:54.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-12-14T00:07:54.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-12-14T00:07:54.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3324 | 2024-12-14T00:07:54.653Z | |
3325 | 2024-12-14T00:07:54.653Z | info: running `cargo check --bins` on update-common (151/173) |
3326 | 2024-12-14T00:07:55.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-12-14T00:07:55.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-12-14T00:07:55.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-12-14T00:07:55.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3330 | 2024-12-14T00:07:55.292Z | |
3331 | 2024-12-14T00:07:55.292Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3332 | 2024-12-14T00:07:55.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-12-14T00:07:55.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-12-14T00:07:55.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2024-12-14T00:07:55.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3336 | 2024-12-14T00:07:55.939Z | |
3337 | 2024-12-14T00:07:55.939Z | info: running `cargo check --bins` on tufaceous (153/173) |
3338 | 2024-12-14T00:07:56.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-12-14T00:07:56.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-12-14T00:07:56.596Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3341 | 2024-12-14T00:07:57.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3342 | 2024-12-14T00:07:57.754Z | |
3343 | 2024-12-14T00:07:57.754Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3344 | 2024-12-14T00:07:58.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-12-14T00:07:58.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-12-14T00:07:58.587Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3347 | 2024-12-14T00:07:58.713Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3348 | 2024-12-14T00:07:58.713Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3349 | 2024-12-14T00:07:58.715Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3350 | 2024-12-14T00:08:24.476Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3351 | 2024-12-14T00:08:24.476Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3352 | 2024-12-14T00:08:24.479Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3353 | 2024-12-14T00:08:24.479Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3354 | 2024-12-14T00:08:24.479Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3355 | 2024-12-14T00:08:25.452Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3356 | 2024-12-14T00:08:26.734Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3357 | 2024-12-14T00:09:04.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3358 | 2024-12-14T00:09:05.161Z | |
3359 | 2024-12-14T00:09:05.161Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3360 | 2024-12-14T00:09:05.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-12-14T00:09:05.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-12-14T00:09:05.863Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3363 | 2024-12-14T00:09:05.866Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3364 | 2024-12-14T00:09:05.866Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3365 | 2024-12-14T00:09:07.508Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3366 | 2024-12-14T00:09:08.403Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3367 | 2024-12-14T00:09:09.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3368 | 2024-12-14T00:09:09.684Z | |
3369 | 2024-12-14T00:09:09.684Z | info: running `cargo check --bins` on installinator-api (156/173) |
3370 | 2024-12-14T00:09:10.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-12-14T00:09:10.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-12-14T00:09:10.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3373 | 2024-12-14T00:09:10.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3374 | 2024-12-14T00:09:10.322Z | |
3375 | 2024-12-14T00:09:10.322Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3376 | 2024-12-14T00:09:10.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-12-14T00:09:10.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-12-14T00:09:10.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-12-14T00:09:10.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3380 | 2024-12-14T00:09:10.968Z | |
3381 | 2024-12-14T00:09:10.968Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3382 | 2024-12-14T00:09:11.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-12-14T00:09:11.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-12-14T00:09:11.639Z | Compiling petname v2.0.2 |
3385 | 2024-12-14T00:09:11.642Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3386 | 2024-12-14T00:09:11.643Z | Checking sync-ptr v0.1.1 |
3387 | 2024-12-14T00:09:13.053Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3388 | 2024-12-14T00:09:14.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
3389 | 2024-12-14T00:09:14.802Z | |
3390 | 2024-12-14T00:09:14.802Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3391 | 2024-12-14T00:09:15.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-12-14T00:09:15.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-12-14T00:09:15.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3394 | 2024-12-14T00:09:15.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3395 | 2024-12-14T00:09:15.450Z | |
3396 | 2024-12-14T00:09:15.450Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3397 | 2024-12-14T00:09:16.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-12-14T00:09:16.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-12-14T00:09:16.112Z | Checking memmap2 v0.9.5 |
3400 | 2024-12-14T00:09:16.112Z | Checking arrayref v0.3.9 |
3401 | 2024-12-14T00:09:16.115Z | Checking constant_time_eq v0.3.1 |
3402 | 2024-12-14T00:09:16.115Z | Checking spin v0.5.2 |
3403 | 2024-12-14T00:09:16.115Z | Checking arrayvec v0.7.6 |
3404 | 2024-12-14T00:09:16.115Z | Checking topological-sort v0.2.2 |
3405 | 2024-12-14T00:09:16.115Z | Checking shell-words v1.1.0 |
3406 | 2024-12-14T00:09:16.411Z | Checking ring v0.16.20 |
3407 | 2024-12-14T00:09:16.515Z | Checking blake3 v1.5.4 |
3408 | 2024-12-14T00:09:17.527Z | Checking omicron-zone-package v0.11.1 |
3409 | 2024-12-14T00:09:18.640Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3410 | 2024-12-14T00:09:19.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3411 | 2024-12-14T00:09:19.718Z | |
3412 | 2024-12-14T00:09:19.719Z | info: running `cargo check --bins` on xtask (161/173) |
3413 | 2024-12-14T00:09:20.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-12-14T00:09:20.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-12-14T00:09:20.141Z | Checking bitflags v2.6.0 |
3416 | 2024-12-14T00:09:20.143Z | Checking serde v1.0.215 |
3417 | 2024-12-14T00:09:20.143Z | Checking thiserror v1.0.69 |
3418 | 2024-12-14T00:09:20.235Z | Checking scroll v0.12.0 |
3419 | 2024-12-14T00:09:20.238Z | Checking log v0.4.22 |
3420 | 2024-12-14T00:09:20.238Z | Checking hashbrown v0.15.1 |
3421 | 2024-12-14T00:09:20.263Z | Checking zerocopy v0.7.35 |
3422 | 2024-12-14T00:09:20.276Z | Checking syn v2.0.87 |
3423 | 2024-12-14T00:09:20.348Z | Checking pest v2.7.14 |
3424 | 2024-12-14T00:09:20.478Z | Checking rustix v0.38.37 |
3425 | 2024-12-14T00:09:20.513Z | Checking once_cell v1.20.2 |
3426 | 2024-12-14T00:09:20.692Z | Checking goblin v0.8.2 |
3427 | 2024-12-14T00:09:20.850Z | Checking fs-err v2.11.0 |
3428 | 2024-12-14T00:09:21.175Z | Checking anyhow v1.0.93 |
3429 | 2024-12-14T00:09:21.337Z | Checking indexmap v2.6.0 |
3430 | 2024-12-14T00:09:21.562Z | Checking tabled v0.15.0 |
3431 | 2024-12-14T00:09:22.477Z | Checking terminal_size v0.4.0 |
3432 | 2024-12-14T00:09:22.477Z | Checking tempfile v3.13.0 |
3433 | 2024-12-14T00:09:22.531Z | Checking dtrace-parser v0.2.0 |
3434 | 2024-12-14T00:09:22.641Z | Checking clap_builder v4.5.21 |
3435 | 2024-12-14T00:09:24.793Z | Checking clap v4.5.21 |
3436 | 2024-12-14T00:09:24.856Z | Checking serde_json v1.0.132 |
3437 | 2024-12-14T00:09:24.859Z | Checking toml_datetime v0.6.8 |
3438 | 2024-12-14T00:09:24.859Z | Checking serde_spanned v0.6.8 |
3439 | 2024-12-14T00:09:24.859Z | Checking camino v1.1.9 |
3440 | 2024-12-14T00:09:24.859Z | Checking semver v1.0.23 |
3441 | 2024-12-14T00:09:24.859Z | Checking cargo-platform v0.1.8 |
3442 | 2024-12-14T00:09:24.859Z | Checking macaddr v1.0.1 |
3443 | 2024-12-14T00:09:25.164Z | Checking toml_edit v0.22.22 |
3444 | 2024-12-14T00:09:25.341Z | Checking camino-tempfile v1.1.1 |
3445 | 2024-12-14T00:09:26.003Z | Checking dof v0.3.0 |
3446 | 2024-12-14T00:09:26.004Z | Checking cargo_metadata v0.18.1 |
3447 | 2024-12-14T00:09:26.415Z | Checking usdt-impl v0.5.0 |
3448 | 2024-12-14T00:09:26.763Z | Checking usdt v0.5.0 |
3449 | 2024-12-14T00:09:26.904Z | Checking toml v0.8.19 |
3450 | 2024-12-14T00:09:27.367Z | Checking cargo_toml v0.20.5 |
3451 | 2024-12-14T00:09:28.565Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3452 | 2024-12-14T00:09:29.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s |
3453 | 2024-12-14T00:09:29.280Z | |
3454 | 2024-12-14T00:09:29.280Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3455 | 2024-12-14T00:09:29.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2024-12-14T00:09:29.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2024-12-14T00:09:30.032Z | Checking polyval v0.6.2 |
3458 | 2024-12-14T00:09:30.145Z | Checking ctr v0.9.2 |
3459 | 2024-12-14T00:09:30.159Z | Checking ssh-encoding v0.2.0 |
3460 | 2024-12-14T00:09:30.161Z | Checking blowfish v0.9.1 |
3461 | 2024-12-14T00:09:30.182Z | Checking password-hash v0.4.2 |
3462 | 2024-12-14T00:09:30.192Z | Checking matches v0.1.10 |
3463 | 2024-12-14T00:09:30.205Z | Checking p256 v0.13.2 |
3464 | 2024-12-14T00:09:30.205Z | Checking p521 v0.13.3 |
3465 | 2024-12-14T00:09:30.279Z | Checking idna v0.2.3 |
3466 | 2024-12-14T00:09:30.367Z | Checking bcrypt-pbkdf v0.10.0 |
3467 | 2024-12-14T00:09:30.384Z | Checking ghash v0.5.1 |
3468 | 2024-12-14T00:09:30.405Z | Compiling enum-as-inner v0.5.1 |
3469 | 2024-12-14T00:09:30.478Z | Checking russh-cryptovec v0.7.3 |
3470 | 2024-12-14T00:09:30.609Z | Checking aes-gcm v0.10.3 |
3471 | 2024-12-14T00:09:30.612Z | Checking pbkdf2 v0.11.0 |
3472 | 2024-12-14T00:09:30.624Z | Checking md5 v0.7.0 |
3473 | 2024-12-14T00:09:30.688Z | Checking num-bigint v0.4.6 |
3474 | 2024-12-14T00:09:30.708Z | Checking des v0.8.1 |
3475 | 2024-12-14T00:09:30.793Z | Checking ssh-cipher v0.2.0 |
3476 | 2024-12-14T00:09:30.872Z | Checking hex-literal v0.4.1 |
3477 | 2024-12-14T00:09:30.914Z | Compiling dhcproto-macros v0.1.0 |
3478 | 2024-12-14T00:09:30.989Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3479 | 2024-12-14T00:09:31.011Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3480 | 2024-12-14T00:09:31.083Z | Checking ssh-key v0.6.6 |
3481 | 2024-12-14T00:09:31.105Z | Checking internet-checksum v0.2.1 |
3482 | 2024-12-14T00:09:31.429Z | Checking trust-dns-proto v0.22.0 |
3483 | 2024-12-14T00:09:32.422Z | Checking russh-keys v0.45.0 |
3484 | 2024-12-14T00:09:33.334Z | Checking russh v0.45.0 |
3485 | 2024-12-14T00:09:33.957Z | Checking dhcproto v0.12.0 |
3486 | 2024-12-14T00:09:51.006Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3487 | 2024-12-14T00:09:52.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s |
3488 | 2024-12-14T00:09:52.652Z | |
3489 | 2024-12-14T00:09:52.652Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3490 | 2024-12-14T00:09:53.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2024-12-14T00:09:53.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2024-12-14T00:09:53.280Z | Checking termios v0.3.3 |
3493 | 2024-12-14T00:09:53.498Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3494 | 2024-12-14T00:09:54.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3495 | 2024-12-14T00:09:54.475Z | |
3496 | 2024-12-14T00:09:54.475Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3497 | 2024-12-14T00:09:55.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-12-14T00:09:55.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-12-14T00:09:55.160Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3500 | 2024-12-14T00:09:57.227Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3501 | 2024-12-14T00:09:59.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3502 | 2024-12-14T00:09:59.299Z | |
3503 | 2024-12-14T00:09:59.299Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3504 | 2024-12-14T00:09:59.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2024-12-14T00:09:59.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2024-12-14T00:09:59.922Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3507 | 2024-12-14T00:10:00.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3508 | 2024-12-14T00:10:00.601Z | |
3509 | 2024-12-14T00:10:00.601Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3510 | 2024-12-14T00:10:01.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-12-14T00:10:01.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-12-14T00:10:01.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2024-12-14T00:10:01.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3514 | 2024-12-14T00:10:01.200Z | |
3515 | 2024-12-14T00:10:01.200Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3516 | 2024-12-14T00:10:01.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-14T00:10:01.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-14T00:10:01.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2024-12-14T00:10:01.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3520 | 2024-12-14T00:10:01.798Z | |
3521 | 2024-12-14T00:10:01.798Z | info: running `cargo check --bins` on omicron-package (168/173) |
3522 | 2024-12-14T00:10:02.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-12-14T00:10:02.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-12-14T00:10:02.454Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3525 | 2024-12-14T00:10:03.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3526 | 2024-12-14T00:10:03.942Z | |
3527 | 2024-12-14T00:10:03.942Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3528 | 2024-12-14T00:10:04.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-14T00:10:04.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-14T00:10:04.633Z | Checking rtoolbox v0.0.2 |
3531 | 2024-12-14T00:10:04.633Z | Checking tui-tree-widget v0.22.0 |
3532 | 2024-12-14T00:10:04.636Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3533 | 2024-12-14T00:10:04.860Z | Checking rpassword v7.3.1 |
3534 | 2024-12-14T00:10:08.927Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3535 | 2024-12-14T00:10:11.923Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3536 | 2024-12-14T00:10:13.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s |
3537 | 2024-12-14T00:10:13.347Z | |
3538 | 2024-12-14T00:10:13.348Z | info: running `cargo check --bins` on wicket (170/173) |
3539 | 2024-12-14T00:10:13.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-12-14T00:10:13.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-12-14T00:10:14.031Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3542 | 2024-12-14T00:10:14.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3543 | 2024-12-14T00:10:14.659Z | |
3544 | 2024-12-14T00:10:14.659Z | info: running `cargo check --bins` on wicketd (171/173) |
3545 | 2024-12-14T00:10:15.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-14T00:10:15.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-14T00:10:15.359Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3548 | 2024-12-14T00:10:19.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3549 | 2024-12-14T00:10:19.535Z | |
3550 | 2024-12-14T00:10:19.535Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3551 | 2024-12-14T00:10:20.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-14T00:10:20.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-14T00:10:20.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2024-12-14T00:10:20.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3555 | 2024-12-14T00:10:20.135Z | |
3556 | 2024-12-14T00:10:20.135Z | info: running `cargo check --bins` on zone-setup (173/173) |
3557 | 2024-12-14T00:10:20.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-12-14T00:10:20.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-12-14T00:10:20.865Z | Checking uzers v0.12.1 |
3560 | 2024-12-14T00:10:21.207Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3561 | 2024-12-14T00:10:22.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
3562 | 2024-12-14T00:10:22.570Z | |
3563 | 2024-12-14T00:10:22.573Z | real 12:54.517782128 |
3564 | 2024-12-14T00:10:22.573Z | user 24:09.999307416 |
3565 | 2024-12-14T00:10:22.573Z | sys 5:27.084021067 |
3566 | 2024-12-14T00:10:22.573Z | trap 0.466529236 |
3567 | 2024-12-14T00:10:22.573Z | tflt 2.391009324 |
3568 | 2024-12-14T00:10:22.573Z | dflt 3.053831206 |
3569 | 2024-12-14T00:10:22.573Z | kflt 0.001103610 |
3570 | 2024-12-14T00:10:22.573Z | lock 46:02.008063623 |
3571 | 2024-12-14T00:10:22.573Z | slp 2:05:59.795467051 |
3572 | 2024-12-14T00:10:22.577Z | lat 1:04.025087009 |
3573 | 2024-12-14T00:10:22.577Z | stop 3:19.309596353 |
3574 | 2024-12-14T00:10:22.577Z | process exited: duration 1068608 ms, exit code 0 |
|
3575 | 2024-12-14T00:10:22.583Z | found 0 output files |