|
|
|
1 | 2024-12-13T23:07:39.736Z | job assigned to worker 01JF14BZCEGR3EDBJNBGXAVKJX [factory aws, i-05b37320934cb4598] (queued for 21 m 9 s) |
|
2 | 2024-12-13T23:07:48.061Z | starting task 0: "setup" |
3 | 2024-12-13T23:07:48.069Z | ++ uname -s |
4 | 2024-12-13T23:07:48.072Z | + kern=SunOS |
5 | 2024-12-13T23:07:48.072Z | + case "$kern" in |
6 | 2024-12-13T23:07:48.072Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:07:48.074Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:07:50.082Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:07:50.235Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:07:50.238Z | + home_fs=zfs |
11 | 2024-12-13T23:07:50.238Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:07:50.238Z | + mkdir -p /home/build |
13 | 2024-12-13T23:07:50.241Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:07:52.242Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:07:52.245Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2024-12-13T23:07:52.250Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:07:52.255Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:07:52.255Z | * toolchain channel = "1.81.0" |
19 | 2024-12-13T23:07:52.255Z | ' 1.81.0 |
20 | 2024-12-13T23:07:52.255Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-13T23:07:52.255Z | ' default |
22 | 2024-12-13T23:07:52.255Z | * toolchain profile = "default" |
23 | 2024-12-13T23:07:52.258Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:07:52.258Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:07:52.373Z | info: downloading installer |
26 | 2024-12-13T23:07:53.920Z | info: profile set to 'default' |
27 | 2024-12-13T23:07:53.921Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:07:53.923Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:07:54.075Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:07:54.075Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:07:54.930Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:07:55.245Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:07:56.441Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:07:58.290Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:08:04.971Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:08:05.233Z | info: installing component 'cargo' |
37 | 2024-12-13T23:08:06.042Z | info: installing component 'clippy' |
38 | 2024-12-13T23:08:06.399Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:08:08.019Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:08:09.671Z | info: installing component 'rustc' |
41 | 2024-12-13T23:08:15.357Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:08:15.680Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:08:15.680Z | |
44 | 2024-12-13T23:08:16.050Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:08:16.050Z | |
46 | 2024-12-13T23:08:16.053Z | |
47 | 2024-12-13T23:08:16.053Z | Rust is installed now. Great! |
48 | 2024-12-13T23:08:16.053Z | |
49 | 2024-12-13T23:08:16.053Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:08:16.053Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:08:16.053Z | |
52 | 2024-12-13T23:08:16.053Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:08:16.053Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:08:16.053Z | |
55 | 2024-12-13T23:08:16.053Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:08:16.053Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:08:16.053Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:08:16.126Z | + rustc --version |
59 | 2024-12-13T23:08:16.189Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:08:16.192Z | process exited: duration 23938 ms, exit code 0 |
|
61 | 2024-12-13T23:08:16.202Z | starting task 2: "authentication" |
62 | 2024-12-13T23:08:16.220Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-13T23:08:16.225Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:08:16.230Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:08:16.232Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:08:17.710Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:08:25.203Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:08:25.203Z | + git fetch origin 6503968e3d887929cb9cd9e18070b40ce258ee0b |
69 | 2024-12-13T23:08:25.500Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:08:25.501Z | * branch 6503968e3d887929cb9cd9e18070b40ce258ee0b -> FETCH_HEAD |
71 | 2024-12-13T23:08:25.513Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2024-12-13T23:08:25.515Z | ++ git branch --show-current |
73 | 2024-12-13T23:08:25.518Z | + current=main |
74 | 2024-12-13T23:08:25.518Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2024-12-13T23:08:25.518Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 6503968e3d887929cb9cd9e18070b40ce258ee0b |
76 | 2024-12-13T23:08:25.523Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2024-12-13T23:08:25.721Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2024-12-13T23:08:25.724Z | + git reset --hard 6503968e3d887929cb9cd9e18070b40ce258ee0b |
79 | 2024-12-13T23:08:25.745Z | HEAD is now at 6503968e3 openapi |
80 | 2024-12-13T23:08:25.749Z | process exited: duration 9520 ms, exit code 0 |
|
81 | 2024-12-13T23:08:25.758Z | starting task 4: "build" |
82 | 2024-12-13T23:08:25.763Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T23:08:25.763Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T23:08:25.763Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T23:08:25.766Z | + cargo --version |
86 | 2024-12-13T23:08:25.823Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T23:08:25.826Z | + rustc --version |
88 | 2024-12-13T23:08:25.889Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T23:08:25.891Z | + source ./env.sh |
90 | 2024-12-13T23:08:25.892Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-13T23:08:25.892Z | ++ set -o xtrace |
92 | 2024-12-13T23:08:25.894Z | ++++ dirname ./env.sh |
93 | 2024-12-13T23:08:25.897Z | +++ readlink -f . |
94 | 2024-12-13T23:08:26.036Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-13T23:08:26.039Z | ++ 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:08:26.039Z | ++ 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:08:26.039Z | ++ 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:08:26.039Z | ++ 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:08:26.039Z | ++ 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:08:26.039Z | ++ 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:08:26.039Z | ++ 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:08:26.039Z | ++ 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:08:26.039Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-13T23:08:26.039Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-13T23:08:26.039Z | + 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:08:26.039Z | + 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:08:26.039Z | + banner prerequisites |
108 | 2024-12-13T23:08:26.178Z | |
109 | 2024-12-13T23:08:26.178Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-13T23:08:26.178Z | # # # # # # # # # # # # # # # |
111 | 2024-12-13T23:08:26.178Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-13T23:08:26.178Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-13T23:08:26.178Z | # # # # # # # # # # # # # # # |
114 | 2024-12-13T23:08:26.178Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-13T23:08:26.178Z | |
116 | 2024-12-13T23:08:26.181Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-13T23:08:46.178Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-13T23:08:50.091Z | Startup: Caching catalogs ... Done |
119 | 2024-12-13T23:09:00.401Z | Planning: Solver setup ... Done (9.382s) |
120 | 2024-12-13T23:09:00.497Z | Planning: Running solver ... Done (0.128s) |
121 | 2024-12-13T23:09:00.716Z | Planning: Finding local manifests ... Done (0.115s) |
122 | 2024-12-13T23:09:00.739Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-13T23:09:00.969Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-13T23:09:01.280Z | Planning: Package planning ... Done (0.315s) |
125 | 2024-12-13T23:09:01.336Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-12-13T23:09:02.076Z | Planning: Checking for conflicting actions ... Done (0.740s) |
127 | 2024-12-13T23:09:08.665Z | Planning: Consolidating action changes ... Done (6.587s) |
128 | 2024-12-13T23:09:09.179Z | Planning: Evaluating mediators ... Done (0.514s) |
129 | 2024-12-13T23:09:09.260Z | Planning: Planning completed in 19.07 seconds |
130 | 2024-12-13T23:09:09.418Z | Packages to install: 4 |
131 | 2024-12-13T23:09:09.418Z | Packages to update: 1 |
132 | 2024-12-13T23:09:09.418Z | Mediators to change: 2 |
133 | 2024-12-13T23:09:09.423Z | Services to change: 1 |
134 | 2024-12-13T23:09:09.423Z | Estimated space available: 155.64 GB |
135 | 2024-12-13T23:09:09.423Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-13T23:09:09.423Z | Create boot environment: No |
137 | 2024-12-13T23:09:09.423Z | Create backup boot environment: Yes |
138 | 2024-12-13T23:09:09.423Z | Rebuild boot archive: No |
139 | 2024-12-13T23:09:09.423Z | |
140 | 2024-12-13T23:09:09.423Z | Changed mediators: |
141 | 2024-12-13T23:09:09.423Z | mediator clang: |
142 | 2024-12-13T23:09:09.423Z | version: None -> 15 (system default) |
143 | 2024-12-13T23:09:09.423Z | |
144 | 2024-12-13T23:09:09.423Z | mediator llvm: |
145 | 2024-12-13T23:09:09.423Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-13T23:09:09.423Z | |
147 | 2024-12-13T23:09:09.423Z | Changed packages: |
148 | 2024-12-13T23:09:09.423Z | helios-dev |
149 | 2024-12-13T23:09:09.423Z | developer/build-essential |
150 | 2024-12-13T23:09:09.423Z | None -> 11-2.0 |
151 | 2024-12-13T23:09:09.423Z | library/libxmlsec1 |
152 | 2024-12-13T23:09:09.423Z | None -> 1.2.35-2.0 |
153 | 2024-12-13T23:09:09.423Z | ooce/developer/clang-15 |
154 | 2024-12-13T23:09:09.423Z | None -> 15.0.7-2.0 |
155 | 2024-12-13T23:09:09.423Z | ooce/developer/llvm-15 |
156 | 2024-12-13T23:09:09.423Z | None -> 15.0.7-2.0 |
157 | 2024-12-13T23:09:09.423Z | package/pkg |
158 | 2024-12-13T23:09:09.423Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-13T23:09:09.423Z | |
160 | 2024-12-13T23:09:09.424Z | Services: |
161 | 2024-12-13T23:09:09.424Z | restart_fmri: |
162 | 2024-12-13T23:09:09.424Z | svc:/system/update-man-index:default |
163 | 2024-12-13T23:09:09.424Z | |
164 | 2024-12-13T23:09:09.424Z | Editable files to change: |
165 | 2024-12-13T23:09:09.424Z | Update: |
166 | 2024-12-13T23:09:09.424Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-13T23:09:09.870Z | |
168 | 2024-12-13T23:09:09.870Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-13T23:09:14.872Z | Download: 469/4281 items 3.0/220.6MB 1% complete (640k/s) |
170 | 2024-12-13T23:09:19.873Z | Download: 1229/4281 items 89.2/220.6MB 40% complete (9.0M/s) |
171 | 2024-12-13T23:09:26.896Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (11.7M/s) |
172 | 2024-12-13T23:09:30.041Z | Download: 2924/4281 items 121.2/220.6MB 54% complete (3.2M/s) |
173 | 2024-12-13T23:09:39.581Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
174 | 2024-12-13T23:09:44.455Z | Download: Completed 220.60 MB in 34.58 seconds (6.4M/s) |
175 | 2024-12-13T23:09:46.434Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-13T23:09:46.455Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-13T23:09:51.468Z | Actions: 4084/5063 actions (Installing new actions) |
178 | 2024-12-13T23:09:52.004Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-13T23:09:52.409Z | Actions: Completed 5063 actions in 5.97 seconds. |
180 | 2024-12-13T23:09:52.638Z | Done (0.220s) |
181 | 2024-12-13T23:09:52.640Z | Done (0.000s) |
182 | 2024-12-13T23:09:53.208Z | Done (0.569s) |
183 | 2024-12-13T23:09:59.267Z | Done (5.836s) |
184 | 2024-12-13T23:09:59.518Z | Done (0.182s) |
185 | 2024-12-13T23:09:59.521Z | Done (0.000s) |
186 | 2024-12-13T23:09:59.688Z | Done (0.000s) |
187 | 2024-12-13T23:10:00.383Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-13T23:10:00.545Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-13T23:10:00.548Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-13T23:10:00.814Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-13T23:10:00.816Z | Planning: Planning completed in 0.43 seconds |
192 | 2024-12-13T23:10:00.852Z | Mediators to change: 2 |
193 | 2024-12-13T23:10:00.852Z | Create boot environment: No |
194 | 2024-12-13T23:10:00.855Z | Create backup boot environment: No |
195 | 2024-12-13T23:10:01.081Z | Done |
196 | 2024-12-13T23:10:01.081Z | Done |
197 | 2024-12-13T23:10:01.442Z | Done |
198 | 2024-12-13T23:10:05.209Z | Done |
199 | 2024-12-13T23:10:05.299Z | Done |
200 | 2024-12-13T23:10:05.301Z | Done |
201 | 2024-12-13T23:10:05.489Z | Done |
202 | 2024-12-13T23:10:06.110Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-13T23:10:06.112Z | Planning: Merging actions ... Done |
204 | 2024-12-13T23:10:06.299Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-13T23:10:06.302Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-13T23:10:06.566Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-13T23:10:06.621Z | Planning: Planning completed in 0.76 seconds |
208 | 2024-12-13T23:10:06.662Z | Packages to change: 1 |
209 | 2024-12-13T23:10:06.662Z | Mediators to change: 1 |
210 | 2024-12-13T23:10:06.667Z | Services to change: 1 |
211 | 2024-12-13T23:10:06.667Z | Create boot environment: No |
212 | 2024-12-13T23:10:06.667Z | Create backup boot environment: Yes |
213 | 2024-12-13T23:10:08.713Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-13T23:10:08.757Z | Actions: Completed 6 actions in 0.04 seconds. |
215 | 2024-12-13T23:10:08.760Z | Done |
216 | 2024-12-13T23:10:08.760Z | Done |
217 | 2024-12-13T23:10:08.868Z | Done |
218 | 2024-12-13T23:10:12.634Z | Done |
219 | 2024-12-13T23:10:12.724Z | Done |
220 | 2024-12-13T23:10:12.728Z | Done |
221 | 2024-12-13T23:10:12.860Z | Done |
222 | 2024-12-13T23:10:13.296Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-13T23:10:13.296Z | clang system 15 system |
224 | 2024-12-13T23:10:13.297Z | csh system system illumos |
225 | 2024-12-13T23:10:13.297Z | ctags system system illumos |
226 | 2024-12-13T23:10:13.297Z | gcc vendor 12 vendor |
227 | 2024-12-13T23:10:13.297Z | gcc system 10 system |
228 | 2024-12-13T23:10:13.297Z | gcc system 7 system |
229 | 2024-12-13T23:10:13.297Z | go system 1.20 system |
230 | 2024-12-13T23:10:13.297Z | go system 1.19 system |
231 | 2024-12-13T23:10:13.297Z | llvm system 15 system |
232 | 2024-12-13T23:10:13.297Z | llvm system 14 system |
233 | 2024-12-13T23:10:13.297Z | mariadb system 10.6 system |
234 | 2024-12-13T23:10:13.297Z | mta vendor vendor dma |
235 | 2024-12-13T23:10:13.297Z | openjdk system 17 system |
236 | 2024-12-13T23:10:13.297Z | openjdk system 11 system |
237 | 2024-12-13T23:10:13.297Z | openjdk system 1.8 system |
238 | 2024-12-13T23:10:13.297Z | openssl vendor 3 vendor |
239 | 2024-12-13T23:10:13.297Z | perl system 5.36 system |
240 | 2024-12-13T23:10:13.297Z | postgresql system 15 system |
241 | 2024-12-13T23:10:13.297Z | postgresql system 13 system |
242 | 2024-12-13T23:10:13.297Z | python vendor 3 vendor |
243 | 2024-12-13T23:10:13.297Z | python system 2 system |
244 | 2024-12-13T23:10:13.297Z | python3 system 3.11 system |
245 | 2024-12-13T23:10:13.297Z | ruby system 3.0 system |
246 | 2024-12-13T23:10:13.297Z | words vendor vendor american-english |
247 | 2024-12-13T23:10:13.297Z | words system system australian-english |
248 | 2024-12-13T23:10:13.297Z | words system system british-english |
249 | 2024-12-13T23:10:13.297Z | words system system canadian-english |
250 | 2024-12-13T23:10:13.297Z | words system system french |
251 | 2024-12-13T23:10:13.297Z | words system system italian |
252 | 2024-12-13T23:10:13.297Z | words system system ngerman |
253 | 2024-12-13T23:10:13.297Z | words system system ogerman |
254 | 2024-12-13T23:10:13.297Z | words system system spanish |
255 | 2024-12-13T23:10:13.638Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-13T23:10:13.638Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-13T23:10:16.324Z | FMRI IFO |
258 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-13T23:10:16.324Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-13T23:10:17.100Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-13T23:10:17.349Z | Updating crates.io index |
275 | 2024-12-13T23:10:17.353Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-13T23:10:17.916Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-13T23:10:18.264Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-13T23:10:18.470Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-13T23:10:18.741Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-13T23:10:19.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-13T23:10:21.125Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-13T23:10:22.246Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-13T23:10:23.098Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-13T23:10:23.344Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-13T23:10:23.642Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-13T23:10:24.251Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-13T23:10:24.570Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-13T23:10:24.878Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-13T23:10:25.172Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-13T23:10:25.460Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-13T23:10:25.672Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-13T23:10:26.000Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-13T23:10:26.309Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-13T23:10:26.555Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-13T23:10:26.904Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-13T23:10:27.367Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-13T23:10:27.702Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-13T23:10:28.038Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-13T23:10:28.366Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-13T23:10:28.682Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-13T23:10:28.982Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-13T23:10:29.231Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-13T23:10:30.540Z | Downloading crates ... |
304 | 2024-12-13T23:10:30.635Z | Downloaded anstyle v1.0.10 |
305 | 2024-12-13T23:10:30.654Z | Downloaded equivalent v1.0.1 |
306 | 2024-12-13T23:10:30.657Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-12-13T23:10:30.659Z | Downloaded usdt-macro v0.5.0 |
308 | 2024-12-13T23:10:30.662Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-12-13T23:10:30.671Z | Downloaded dtrace-parser v0.2.0 |
310 | 2024-12-13T23:10:30.675Z | Downloaded anstream v0.6.15 |
311 | 2024-12-13T23:10:30.680Z | Downloaded cargo-platform v0.1.8 |
312 | 2024-12-13T23:10:30.682Z | Downloaded byteorder v1.5.0 |
313 | 2024-12-13T23:10:30.684Z | Downloaded bytecount v0.6.8 |
314 | 2024-12-13T23:10:30.687Z | Downloaded block-buffer v0.10.4 |
315 | 2024-12-13T23:10:30.689Z | Downloaded swrite v0.1.0 |
316 | 2024-12-13T23:10:30.691Z | Downloaded autocfg v1.4.0 |
317 | 2024-12-13T23:10:30.691Z | Downloaded anstyle-query v1.1.1 |
318 | 2024-12-13T23:10:30.694Z | Downloaded usdt v0.5.0 |
319 | 2024-12-13T23:10:30.694Z | Downloaded anstyle-parse v0.2.5 |
320 | 2024-12-13T23:10:30.696Z | Downloaded smawk v0.3.2 |
321 | 2024-12-13T23:10:30.696Z | Downloaded colorchoice v1.0.2 |
322 | 2024-12-13T23:10:30.698Z | Downloaded clap_lex v0.7.2 |
323 | 2024-12-13T23:10:30.698Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-12-13T23:10:30.701Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2024-12-13T23:10:30.701Z | Downloaded heck v0.5.0 |
326 | 2024-12-13T23:10:30.704Z | Downloaded proc-macro-error-attr v1.0.4 |
327 | 2024-12-13T23:10:30.704Z | Downloaded dof v0.3.0 |
328 | 2024-12-13T23:10:30.704Z | Downloaded cfg-if v1.0.0 |
329 | 2024-12-13T23:10:30.707Z | Downloaded scroll_derive v0.12.0 |
330 | 2024-12-13T23:10:30.708Z | Downloaded unicode-linebreak v0.1.5 |
331 | 2024-12-13T23:10:30.710Z | Downloaded itoa v1.0.11 |
332 | 2024-12-13T23:10:30.710Z | Downloaded serde_tokenstream v0.2.2 |
333 | 2024-12-13T23:10:30.710Z | Downloaded fnv v1.0.7 |
334 | 2024-12-13T23:10:30.714Z | Downloaded serde_spanned v0.6.8 |
335 | 2024-12-13T23:10:30.717Z | Downloaded strsim v0.11.1 |
336 | 2024-12-13T23:10:30.717Z | Downloaded heck v0.4.1 |
337 | 2024-12-13T23:10:30.721Z | Downloaded memmap v0.7.0 |
338 | 2024-12-13T23:10:30.723Z | Downloaded thiserror-impl v1.0.69 |
339 | 2024-12-13T23:10:30.725Z | Downloaded terminal_size v0.4.0 |
340 | 2024-12-13T23:10:30.725Z | Downloaded digest v0.10.7 |
341 | 2024-12-13T23:10:30.728Z | Downloaded pest_generator v2.7.14 |
342 | 2024-12-13T23:10:30.728Z | Downloaded utf8parse v0.2.2 |
343 | 2024-12-13T23:10:30.730Z | Downloaded crypto-common v0.1.6 |
344 | 2024-12-13T23:10:30.733Z | Downloaded version_check v0.9.5 |
345 | 2024-12-13T23:10:30.733Z | Downloaded toml_datetime v0.6.8 |
346 | 2024-12-13T23:10:30.735Z | Downloaded thread-id v4.2.2 |
347 | 2024-12-13T23:10:30.735Z | Downloaded errno v0.3.9 |
348 | 2024-12-13T23:10:30.742Z | Downloaded generic-array v0.14.7 |
349 | 2024-12-13T23:10:30.747Z | Downloaded thiserror v1.0.69 |
350 | 2024-12-13T23:10:30.749Z | Downloaded cargo_toml v0.20.5 |
351 | 2024-12-13T23:10:30.749Z | Downloaded camino v1.1.9 |
352 | 2024-12-13T23:10:30.752Z | Downloaded fs-err v2.11.0 |
353 | 2024-12-13T23:10:30.752Z | Downloaded cargo_metadata v0.18.1 |
354 | 2024-12-13T23:10:30.754Z | Downloaded fastrand v2.1.1 |
355 | 2024-12-13T23:10:30.754Z | Downloaded cpufeatures v0.2.14 |
356 | 2024-12-13T23:10:30.757Z | Downloaded camino-tempfile v1.1.1 |
357 | 2024-12-13T23:10:30.774Z | Downloaded tempfile v3.13.0 |
358 | 2024-12-13T23:10:30.777Z | Downloaded plain v0.2.3 |
359 | 2024-12-13T23:10:30.781Z | Downloaded macaddr v1.0.1 |
360 | 2024-12-13T23:10:30.782Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2024-12-13T23:10:30.785Z | Downloaded anyhow v1.0.93 |
362 | 2024-12-13T23:10:30.788Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-12-13T23:10:30.788Z | Downloaded typenum v1.17.0 |
364 | 2024-12-13T23:10:30.791Z | Downloaded ryu v1.0.18 |
365 | 2024-12-13T23:10:30.793Z | Downloaded pest_meta v2.7.14 |
366 | 2024-12-13T23:10:30.796Z | Downloaded quote v1.0.37 |
367 | 2024-12-13T23:10:30.798Z | Downloaded semver v1.0.23 |
368 | 2024-12-13T23:10:30.798Z | Downloaded proc-macro2 v1.0.89 |
369 | 2024-12-13T23:10:30.800Z | Downloaded pest_derive v2.7.14 |
370 | 2024-12-13T23:10:30.803Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-12-13T23:10:30.805Z | Downloaded once_cell v1.20.2 |
372 | 2024-12-13T23:10:30.807Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-12-13T23:10:30.810Z | Downloaded textwrap v0.16.1 |
374 | 2024-12-13T23:10:30.812Z | Downloaded ucd-trie v0.1.7 |
375 | 2024-12-13T23:10:30.815Z | Downloaded toml v0.8.19 |
376 | 2024-12-13T23:10:30.817Z | Downloaded bitflags v2.6.0 |
377 | 2024-12-13T23:10:30.820Z | Downloaded serde_derive v1.0.215 |
378 | 2024-12-13T23:10:30.822Z | Downloaded papergrid v0.11.0 |
379 | 2024-12-13T23:10:30.826Z | Downloaded clap_derive v4.5.18 |
380 | 2024-12-13T23:10:30.829Z | Downloaded clap v4.5.21 |
381 | 2024-12-13T23:10:30.836Z | Downloaded log v0.4.22 |
382 | 2024-12-13T23:10:30.839Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-13T23:10:30.842Z | Downloaded serde v1.0.215 |
384 | 2024-12-13T23:10:30.846Z | Downloaded sha2 v0.10.8 |
385 | 2024-12-13T23:10:30.848Z | Downloaded scroll v0.12.0 |
386 | 2024-12-13T23:10:30.855Z | Downloaded memchr v2.7.4 |
387 | 2024-12-13T23:10:30.863Z | Downloaded toml_edit v0.22.22 |
388 | 2024-12-13T23:10:30.893Z | Downloaded pest v2.7.14 |
389 | 2024-12-13T23:10:30.901Z | Downloaded hashbrown v0.15.1 |
390 | 2024-12-13T23:10:30.909Z | Downloaded serde_json v1.0.132 |
391 | 2024-12-13T23:10:30.916Z | Downloaded zerocopy v0.7.35 |
392 | 2024-12-13T23:10:30.930Z | Downloaded clap_builder v4.5.21 |
393 | 2024-12-13T23:10:30.938Z | Downloaded winnow v0.6.20 |
394 | 2024-12-13T23:10:30.945Z | Downloaded tabled v0.15.0 |
395 | 2024-12-13T23:10:30.958Z | Downloaded goblin v0.8.2 |
396 | 2024-12-13T23:10:30.964Z | Downloaded syn v1.0.109 |
397 | 2024-12-13T23:10:30.973Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-13T23:10:30.981Z | Downloaded syn v2.0.87 |
399 | 2024-12-13T23:10:30.993Z | Downloaded rustix v0.38.37 |
400 | 2024-12-13T23:10:31.023Z | Downloaded libc v0.2.162 |
401 | 2024-12-13T23:10:31.336Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-13T23:10:31.336Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-13T23:10:31.336Z | Compiling version_check v0.9.5 |
404 | 2024-12-13T23:10:31.338Z | Compiling serde v1.0.215 |
405 | 2024-12-13T23:10:31.338Z | Compiling memchr v2.7.4 |
406 | 2024-12-13T23:10:31.338Z | Compiling thiserror v1.0.69 |
407 | 2024-12-13T23:10:31.338Z | Compiling libc v0.2.162 |
408 | 2024-12-13T23:10:31.372Z | Compiling itoa v1.0.11 |
409 | 2024-12-13T23:10:31.578Z | Compiling ryu v1.0.18 |
410 | 2024-12-13T23:10:31.707Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-13T23:10:31.924Z | Compiling once_cell v1.20.2 |
412 | 2024-12-13T23:10:32.237Z | Compiling byteorder v1.5.0 |
413 | 2024-12-13T23:10:32.257Z | Compiling rustix v0.38.37 |
414 | 2024-12-13T23:10:32.891Z | Compiling serde_json v1.0.132 |
415 | 2024-12-13T23:10:32.938Z | Compiling bitflags v2.6.0 |
416 | 2024-12-13T23:10:33.142Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-13T23:10:33.184Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-13T23:10:33.293Z | Compiling syn v1.0.109 |
419 | 2024-12-13T23:10:33.461Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-12-13T23:10:33.485Z | Compiling log v0.4.22 |
421 | 2024-12-13T23:10:33.584Z | Compiling camino v1.1.9 |
422 | 2024-12-13T23:10:33.720Z | Compiling hashbrown v0.15.1 |
423 | 2024-12-13T23:10:33.746Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-13T23:10:33.870Z | Compiling plain v0.2.3 |
425 | 2024-12-13T23:10:33.930Z | Compiling equivalent v1.0.1 |
426 | 2024-12-13T23:10:34.027Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-12-13T23:10:34.079Z | Compiling quote v1.0.37 |
428 | 2024-12-13T23:10:34.212Z | Compiling errno v0.3.9 |
429 | 2024-12-13T23:10:34.239Z | Compiling thread-id v4.2.2 |
430 | 2024-12-13T23:10:34.361Z | Compiling winnow v0.6.20 |
431 | 2024-12-13T23:10:34.457Z | Compiling syn v2.0.87 |
432 | 2024-12-13T23:10:34.684Z | Compiling colorchoice v1.0.2 |
433 | 2024-12-13T23:10:34.838Z | Compiling semver v1.0.23 |
434 | 2024-12-13T23:10:34.869Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-12-13T23:10:35.012Z | Compiling indexmap v2.6.0 |
436 | 2024-12-13T23:10:35.035Z | Compiling pretty-hex v0.4.1 |
437 | 2024-12-13T23:10:35.278Z | Compiling autocfg v1.4.0 |
438 | 2024-12-13T23:10:35.407Z | Compiling anstyle v1.0.10 |
439 | 2024-12-13T23:10:35.886Z | Compiling anstyle-query v1.1.1 |
440 | 2024-12-13T23:10:36.054Z | Compiling unicode-width v0.1.14 |
441 | 2024-12-13T23:10:36.134Z | Compiling anstream v0.6.15 |
442 | 2024-12-13T23:10:36.477Z | Compiling fs-err v2.11.0 |
443 | 2024-12-13T23:10:36.597Z | Compiling terminal_size v0.4.0 |
444 | 2024-12-13T23:10:36.756Z | Compiling strsim v0.11.1 |
445 | 2024-12-13T23:10:36.827Z | Compiling clap_lex v0.7.2 |
446 | 2024-12-13T23:10:36.871Z | Compiling fastrand v2.1.1 |
447 | 2024-12-13T23:10:37.215Z | Compiling bytecount v0.6.8 |
448 | 2024-12-13T23:10:37.287Z | Compiling heck v0.5.0 |
449 | 2024-12-13T23:10:37.344Z | Compiling heck v0.4.1 |
450 | 2024-12-13T23:10:37.469Z | Compiling anyhow v1.0.93 |
451 | 2024-12-13T23:10:37.705Z | Compiling cfg-if v1.0.0 |
452 | 2024-12-13T23:10:37.857Z | Compiling fnv v1.0.7 |
453 | 2024-12-13T23:10:37.883Z | Compiling tempfile v3.13.0 |
454 | 2024-12-13T23:10:37.909Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-13T23:10:38.007Z | Compiling papergrid v0.11.0 |
456 | 2024-12-13T23:10:38.246Z | Compiling memmap v0.7.0 |
457 | 2024-12-13T23:10:38.330Z | Compiling smawk v0.3.2 |
458 | 2024-12-13T23:10:38.541Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-12-13T23:10:38.746Z | Compiling swrite v0.1.0 |
460 | 2024-12-13T23:10:39.058Z | Compiling textwrap v0.16.1 |
461 | 2024-12-13T23:10:40.071Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-13T23:10:41.646Z | Compiling tabled v0.15.0 |
463 | 2024-12-13T23:10:43.590Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-13T23:10:43.590Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-13T23:10:43.592Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-13T23:10:43.592Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-13T23:10:43.592Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-13T23:10:44.961Z | Compiling scroll v0.12.0 |
469 | 2024-12-13T23:10:45.482Z | Compiling goblin v0.8.2 |
470 | 2024-12-13T23:10:45.528Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-13T23:10:46.270Z | Compiling pest v2.7.14 |
472 | 2024-12-13T23:10:47.652Z | Compiling clap v4.5.21 |
473 | 2024-12-13T23:10:48.546Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-13T23:10:49.382Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-13T23:10:51.314Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-13T23:10:52.037Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-13T23:10:53.710Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-13T23:10:53.925Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-13T23:10:53.927Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-13T23:10:54.242Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-13T23:10:54.311Z | Compiling cargo-platform v0.1.8 |
482 | 2024-12-13T23:10:54.314Z | Compiling macaddr v1.0.1 |
483 | 2024-12-13T23:10:54.659Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-13T23:10:55.227Z | Compiling dof v0.3.0 |
485 | 2024-12-13T23:10:55.481Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-13T23:10:56.933Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-13T23:10:56.933Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-13T23:10:57.119Z | Compiling toml v0.8.19 |
489 | 2024-12-13T23:10:57.997Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-13T23:10:58.261Z | Compiling usdt v0.5.0 |
491 | 2024-12-13T23:11:01.693Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-13T23:11:05.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.00s |
493 | 2024-12-13T23:11:06.137Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-13T23:11:06.697Z | Downloading crates ... |
495 | 2024-12-13T23:11:06.825Z | Downloaded atomicwrites v0.4.4 |
496 | 2024-12-13T23:11:06.833Z | Downloaded adler2 v2.0.0 |
497 | 2024-12-13T23:11:06.836Z | Downloaded addr2line v0.24.2 |
498 | 2024-12-13T23:11:06.846Z | Downloaded darling v0.20.10 |
499 | 2024-12-13T23:11:06.851Z | Downloaded async-stream-impl v0.3.6 |
500 | 2024-12-13T23:11:06.854Z | Downloaded highway v1.2.0 |
501 | 2024-12-13T23:11:06.856Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-12-13T23:11:06.858Z | Downloaded atty v0.2.14 |
503 | 2024-12-13T23:11:06.861Z | Downloaded hex v0.4.3 |
504 | 2024-12-13T23:11:06.863Z | Downloaded http-body v1.0.1 |
505 | 2024-12-13T23:11:06.863Z | Downloaded cfg_aliases v0.2.1 |
506 | 2024-12-13T23:11:06.866Z | Downloaded instant v0.1.13 |
507 | 2024-12-13T23:11:06.873Z | Downloaded match_cfg v0.1.0 |
508 | 2024-12-13T23:11:06.875Z | Downloaded crunchy v0.2.2 |
509 | 2024-12-13T23:11:06.882Z | Downloaded matches v0.1.10 |
510 | 2024-12-13T23:11:06.884Z | Downloaded ciborium-io v0.2.2 |
511 | 2024-12-13T23:11:06.887Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-12-13T23:11:06.889Z | Downloaded mirai-annotations v1.12.0 |
513 | 2024-12-13T23:11:06.889Z | Downloaded icu_provider_macros v1.5.0 |
514 | 2024-12-13T23:11:06.893Z | Downloaded ident_case v1.0.1 |
515 | 2024-12-13T23:11:06.893Z | Downloaded cassowary v0.3.0 |
516 | 2024-12-13T23:11:06.896Z | Downloaded hostname v0.4.0 |
517 | 2024-12-13T23:11:06.896Z | Downloaded md5 v0.7.0 |
518 | 2024-12-13T23:11:06.899Z | Downloaded is_ci v1.2.0 |
519 | 2024-12-13T23:11:06.899Z | Downloaded headers-core v0.3.0 |
520 | 2024-12-13T23:11:06.902Z | Downloaded cstr-argument v0.1.2 |
521 | 2024-12-13T23:11:06.902Z | Downloaded http-range v0.1.5 |
522 | 2024-12-13T23:11:06.902Z | Downloaded crucible-workspace-hack v0.1.0 |
523 | 2024-12-13T23:11:06.904Z | Downloaded cbc v0.1.2 |
524 | 2024-12-13T23:11:06.906Z | Downloaded base16ct v0.2.0 |
525 | 2024-12-13T23:11:06.906Z | Downloaded async-stream v0.3.6 |
526 | 2024-12-13T23:11:06.909Z | Downloaded arrayref v0.3.9 |
527 | 2024-12-13T23:11:06.912Z | Downloaded bitfield-struct v0.6.2 |
528 | 2024-12-13T23:11:06.914Z | Downloaded hostname v0.3.1 |
529 | 2024-12-13T23:11:06.918Z | Downloaded cexpr v0.6.0 |
530 | 2024-12-13T23:11:06.921Z | Downloaded hubpack v0.1.2 |
531 | 2024-12-13T23:11:06.921Z | Downloaded hex-literal v0.4.1 |
532 | 2024-12-13T23:11:06.921Z | Downloaded home v0.5.9 |
533 | 2024-12-13T23:11:06.924Z | Downloaded array-init v0.0.4 |
534 | 2024-12-13T23:11:06.924Z | Downloaded lockfree-object-pool v0.1.6 |
535 | 2024-12-13T23:11:06.926Z | Downloaded cobs v0.2.3 |
536 | 2024-12-13T23:11:06.928Z | Downloaded cipher v0.4.4 |
537 | 2024-12-13T23:11:06.930Z | Downloaded idna_adapter v1.2.0 |
538 | 2024-12-13T23:11:06.930Z | Downloaded hyper-tls v0.6.0 |
539 | 2024-12-13T23:11:06.934Z | Downloaded maybe-uninit v2.0.0 |
540 | 2024-12-13T23:11:06.936Z | Downloaded crossbeam-deque v0.8.5 |
541 | 2024-12-13T23:11:06.936Z | Downloaded managed v0.8.0 |
542 | 2024-12-13T23:11:06.939Z | Downloaded lazy_static v1.5.0 |
543 | 2024-12-13T23:11:06.942Z | Downloaded kstat-rs v0.2.4 |
544 | 2024-12-13T23:11:06.942Z | Downloaded indent_write v2.2.0 |
545 | 2024-12-13T23:11:06.951Z | Downloaded curve25519-dalek-derive v0.1.1 |
546 | 2024-12-13T23:11:06.951Z | Downloaded crc-catalog v2.4.0 |
547 | 2024-12-13T23:11:06.951Z | Downloaded is-terminal v0.4.13 |
548 | 2024-12-13T23:11:06.951Z | Downloaded blowfish v0.9.1 |
549 | 2024-12-13T23:11:06.951Z | Downloaded bit-vec v0.6.3 |
550 | 2024-12-13T23:11:06.951Z | Downloaded buf-list v1.0.3 |
551 | 2024-12-13T23:11:06.954Z | Downloaded libsw v3.3.1 |
552 | 2024-12-13T23:11:06.956Z | Downloaded mockall v0.13.0 |
553 | 2024-12-13T23:11:06.956Z | Downloaded ctr v0.9.2 |
554 | 2024-12-13T23:11:06.958Z | Downloaded bitfield v0.14.0 |
555 | 2024-12-13T23:11:06.962Z | Downloaded lalrpop-util v0.19.12 |
556 | 2024-12-13T23:11:06.964Z | Downloaded keccak v0.1.5 |
557 | 2024-12-13T23:11:06.964Z | Downloaded linear-map v1.2.0 |
558 | 2024-12-13T23:11:06.964Z | Downloaded bb8 v0.8.5 |
559 | 2024-12-13T23:11:06.966Z | Downloaded cmake v0.1.51 |
560 | 2024-12-13T23:11:06.966Z | Downloaded humantime v2.1.0 |
561 | 2024-12-13T23:11:06.969Z | Downloaded lazycell v1.3.0 |
562 | 2024-12-13T23:11:06.971Z | Downloaded md-5 v0.10.6 |
563 | 2024-12-13T23:11:06.971Z | Downloaded libefi-sys v0.1.0 |
564 | 2024-12-13T23:11:06.974Z | Downloaded hickory-client v0.24.1 |
565 | 2024-12-13T23:11:06.978Z | Downloaded russh-cryptovec v0.7.3 |
566 | 2024-12-13T23:11:06.978Z | Downloaded linked-hash-map v0.5.6 |
567 | 2024-12-13T23:11:06.980Z | Downloaded indoc v1.0.9 |
568 | 2024-12-13T23:11:06.983Z | Downloaded quinn-udp v0.5.5 |
569 | 2024-12-13T23:11:06.985Z | Downloaded colored v2.1.0 |
570 | 2024-12-13T23:11:06.987Z | Downloaded mime v0.3.17 |
571 | 2024-12-13T23:11:06.987Z | Downloaded cancel-safe-futures v0.1.5 |
572 | 2024-12-13T23:11:06.990Z | Downloaded bzip2 v0.4.4 |
573 | 2024-12-13T23:11:06.992Z | Downloaded instability v0.3.2 |
574 | 2024-12-13T23:11:06.995Z | Downloaded inout v0.1.3 |
575 | 2024-12-13T23:11:06.995Z | Downloaded bit-set v0.5.3 |
576 | 2024-12-13T23:11:06.998Z | Downloaded argon2 v0.5.3 |
577 | 2024-12-13T23:11:07.001Z | Downloaded hyper-staticfile v0.10.1 |
578 | 2024-12-13T23:11:07.001Z | Downloaded bcrypt-pbkdf v0.10.0 |
579 | 2024-12-13T23:11:07.004Z | Downloaded impl-trait-for-tuples v0.2.2 |
580 | 2024-12-13T23:11:07.008Z | Downloaded lru v0.12.5 |
581 | 2024-12-13T23:11:07.008Z | Downloaded litemap v0.7.3 |
582 | 2024-12-13T23:11:07.011Z | Downloaded libloading v0.8.5 |
583 | 2024-12-13T23:11:07.014Z | Downloaded hyper-rustls v0.27.3 |
584 | 2024-12-13T23:11:07.017Z | Downloaded serde_plain v1.0.2 |
585 | 2024-12-13T23:11:07.017Z | Downloaded iana-time-zone v0.1.61 |
586 | 2024-12-13T23:11:07.020Z | Downloaded async-bb8-diesel v0.2.1 |
587 | 2024-12-13T23:11:07.023Z | Downloaded memoffset v0.9.1 |
588 | 2024-12-13T23:11:07.023Z | Downloaded const_format_proc_macros v0.2.33 |
589 | 2024-12-13T23:11:07.026Z | Downloaded maplit v1.0.2 |
590 | 2024-12-13T23:11:07.028Z | Downloaded ipnet v2.10.1 |
591 | 2024-12-13T23:11:07.028Z | Downloaded async-trait v0.1.83 |
592 | 2024-12-13T23:11:07.031Z | Downloaded console v0.15.8 |
593 | 2024-12-13T23:11:07.035Z | Downloaded rustls-pemfile v1.0.4 |
594 | 2024-12-13T23:11:07.038Z | Downloaded ciborium v0.2.2 |
595 | 2024-12-13T23:11:07.041Z | Downloaded write16 v1.0.0 |
596 | 2024-12-13T23:11:07.044Z | Downloaded crc32fast v1.4.2 |
597 | 2024-12-13T23:11:07.044Z | Downloaded futures-sink v0.3.31 |
598 | 2024-12-13T23:11:07.044Z | Downloaded rustc_version v0.4.1 |
599 | 2024-12-13T23:11:07.047Z | Downloaded rpassword v7.3.1 |
600 | 2024-12-13T23:11:07.047Z | Downloaded csv-core v0.1.11 |
601 | 2024-12-13T23:11:07.051Z | Downloaded rand_chacha v0.3.1 |
602 | 2024-12-13T23:11:07.051Z | Downloaded cookie_store v0.21.0 |
603 | 2024-12-13T23:11:07.053Z | Downloaded signal-hook-mio v0.2.4 |
604 | 2024-12-13T23:11:07.054Z | Downloaded serde_path_to_error v0.1.16 |
605 | 2024-12-13T23:11:07.056Z | Downloaded constant_time_eq v0.3.1 |
606 | 2024-12-13T23:11:07.059Z | Downloaded zone_cfg_derive v0.3.0 |
607 | 2024-12-13T23:11:07.059Z | Downloaded zone v0.3.0 |
608 | 2024-12-13T23:11:07.059Z | Downloaded zone_cfg_derive v0.1.2 |
609 | 2024-12-13T23:11:07.062Z | Downloaded mime_guess v2.0.5 |
610 | 2024-12-13T23:11:07.063Z | Downloaded hmac v0.12.1 |
611 | 2024-12-13T23:11:07.065Z | Downloaded assert_matches v1.5.0 |
612 | 2024-12-13T23:11:07.065Z | Downloaded aead v0.5.2 |
613 | 2024-12-13T23:11:07.068Z | Downloaded opaque-debug v0.3.1 |
614 | 2024-12-13T23:11:07.068Z | Downloaded lock_api v0.4.12 |
615 | 2024-12-13T23:11:07.070Z | Downloaded castaway v0.2.3 |
616 | 2024-12-13T23:11:07.072Z | Downloaded siphasher v0.3.11 |
617 | 2024-12-13T23:11:07.074Z | Downloaded scopeguard v1.2.0 |
618 | 2024-12-13T23:11:07.074Z | Downloaded rustversion v1.0.17 |
619 | 2024-12-13T23:11:07.077Z | Downloaded httparse v1.9.5 |
620 | 2024-12-13T23:11:07.079Z | Downloaded jobserver v0.1.32 |
621 | 2024-12-13T23:11:07.082Z | Downloaded icu_locid_transform v1.5.0 |
622 | 2024-12-13T23:11:07.086Z | Downloaded slog-scope v4.4.0 |
623 | 2024-12-13T23:11:07.089Z | Downloaded ahash v0.8.11 |
624 | 2024-12-13T23:11:07.092Z | Downloaded thiserror-no-std v2.0.2 |
625 | 2024-12-13T23:11:07.094Z | Downloaded memmap2 v0.9.5 |
626 | 2024-12-13T23:11:07.097Z | Downloaded cookie v0.18.1 |
627 | 2024-12-13T23:11:07.099Z | Downloaded icu_normalizer_data v1.5.0 |
628 | 2024-12-13T23:11:07.101Z | Downloaded slog-dtrace v0.3.0 |
629 | 2024-12-13T23:11:07.107Z | Downloaded slog-json v2.6.1 |
630 | 2024-12-13T23:11:07.107Z | Downloaded slog-envlogger v2.2.0 |
631 | 2024-12-13T23:11:07.109Z | Downloaded whoami v1.5.2 |
632 | 2024-12-13T23:11:07.109Z | Downloaded subtle v2.6.1 |
633 | 2024-12-13T23:11:07.112Z | Downloaded tinystr v0.7.6 |
634 | 2024-12-13T23:11:07.112Z | Downloaded display-error-chain v0.2.2 |
635 | 2024-12-13T23:11:07.114Z | Downloaded pin-utils v0.1.0 |
636 | 2024-12-13T23:11:07.118Z | Downloaded futures-macro v0.3.31 |
637 | 2024-12-13T23:11:07.118Z | Downloaded env_filter v0.1.2 |
638 | 2024-12-13T23:11:07.121Z | Downloaded clang-sys v1.8.1 |
639 | 2024-12-13T23:11:07.121Z | Downloaded const-oid v0.9.6 |
640 | 2024-12-13T23:11:07.123Z | Downloaded icu_normalizer v1.5.0 |
641 | 2024-12-13T23:11:07.128Z | Downloaded dirs-sys-next v0.1.2 |
642 | 2024-12-13T23:11:07.130Z | Downloaded nodrop v0.1.14 |
643 | 2024-12-13T23:11:07.130Z | Downloaded backoff v0.4.0 |
644 | 2024-12-13T23:11:07.133Z | Downloaded icu_locid_transform_data v1.5.0 |
645 | 2024-12-13T23:11:07.136Z | Downloaded arrayvec v0.7.6 |
646 | 2024-12-13T23:11:07.138Z | Downloaded miniz_oxide v0.8.0 |
647 | 2024-12-13T23:11:07.141Z | Downloaded zone v0.1.8 |
648 | 2024-12-13T23:11:07.141Z | Downloaded fragile v2.0.0 |
649 | 2024-12-13T23:11:07.143Z | Downloaded multimap v0.10.0 |
650 | 2024-12-13T23:11:07.145Z | Downloaded form_urlencoded v1.2.1 |
651 | 2024-12-13T23:11:07.146Z | Downloaded fixedbitset v0.4.2 |
652 | 2024-12-13T23:11:07.148Z | Downloaded filetime v0.2.25 |
653 | 2024-12-13T23:11:07.148Z | Downloaded ff v0.13.0 |
654 | 2024-12-13T23:11:07.150Z | Downloaded crossbeam-utils v0.8.20 |
655 | 2024-12-13T23:11:07.154Z | Downloaded icu_locid v1.5.0 |
656 | 2024-12-13T23:11:07.158Z | Downloaded packed_struct_codegen v0.10.1 |
657 | 2024-12-13T23:11:07.160Z | Downloaded tinyvec_macros v0.1.1 |
658 | 2024-12-13T23:11:07.162Z | Downloaded sqlparser_derive v0.2.2 |
659 | 2024-12-13T23:11:07.162Z | Downloaded difflib v0.4.0 |
660 | 2024-12-13T23:11:07.164Z | Downloaded dirs-next v2.0.0 |
661 | 2024-12-13T23:11:07.164Z | Downloaded sqlformat v0.2.6 |
662 | 2024-12-13T23:11:07.168Z | Downloaded peg v0.8.4 |
663 | 2024-12-13T23:11:07.171Z | Downloaded phf_codegen v0.11.2 |
664 | 2024-12-13T23:11:07.174Z | Downloaded allocator-api2 v0.2.18 |
665 | 2024-12-13T23:11:07.177Z | Downloaded bytes v1.8.0 |
666 | 2024-12-13T23:11:07.180Z | Downloaded sync_wrapper v1.0.1 |
667 | 2024-12-13T23:11:07.182Z | Downloaded parse-display v0.10.0 |
668 | 2024-12-13T23:11:07.186Z | Downloaded futures-task v0.3.31 |
669 | 2024-12-13T23:11:07.186Z | Downloaded typify v0.2.0 |
670 | 2024-12-13T23:11:07.190Z | Downloaded progenitor v0.8.0 |
671 | 2024-12-13T23:11:07.190Z | Downloaded env_logger v0.10.2 |
672 | 2024-12-13T23:11:07.193Z | Downloaded rand_core v0.6.4 |
673 | 2024-12-13T23:11:07.195Z | Downloaded predicates-tree v1.0.11 |
674 | 2024-12-13T23:11:07.195Z | Downloaded signal-hook v0.3.17 |
675 | 2024-12-13T23:11:07.198Z | Downloaded parse-display-derive v0.10.0 |
676 | 2024-12-13T23:11:07.200Z | Downloaded progenitor-impl v0.8.0 |
677 | 2024-12-13T23:11:07.203Z | Downloaded scrypt v0.11.0 |
678 | 2024-12-13T23:11:07.213Z | Downloaded value-bag v1.9.0 |
679 | 2024-12-13T23:11:07.216Z | Downloaded crc-any v2.5.0 |
680 | 2024-12-13T23:11:07.218Z | Downloaded indicatif v0.17.9 |
681 | 2024-12-13T23:11:07.223Z | Downloaded num_threads v0.1.7 |
682 | 2024-12-13T23:11:07.225Z | Downloaded serde_urlencoded v0.7.1 |
683 | 2024-12-13T23:11:07.228Z | Downloaded pbkdf2 v0.12.2 |
684 | 2024-12-13T23:11:07.230Z | Downloaded oso-derive v0.27.3 |
685 | 2024-12-13T23:11:07.230Z | Downloaded openssl-probe v0.1.5 |
686 | 2024-12-13T23:11:07.230Z | Downloaded newline-converter v0.3.0 |
687 | 2024-12-13T23:11:07.232Z | Downloaded backtrace v0.3.74 |
688 | 2024-12-13T23:11:07.236Z | Downloaded phf_shared v0.10.0 |
689 | 2024-12-13T23:11:07.239Z | Downloaded structmeta v0.2.0 |
690 | 2024-12-13T23:11:07.239Z | Downloaded const_format v0.2.33 |
691 | 2024-12-13T23:11:07.244Z | Downloaded xattr v1.3.1 |
692 | 2024-12-13T23:11:07.246Z | Downloaded pkcs1 v0.7.5 |
693 | 2024-12-13T23:11:07.248Z | Downloaded toml v0.7.8 |
694 | 2024-12-13T23:11:07.254Z | Downloaded peg-runtime v0.8.3 |
695 | 2024-12-13T23:11:07.263Z | Downloaded synstructure v0.13.1 |
696 | 2024-12-13T23:11:07.263Z | Downloaded samael v0.0.17 |
697 | 2024-12-13T23:11:07.266Z | Downloaded thiserror-impl-no-std v2.0.2 |
698 | 2024-12-13T23:11:07.266Z | Downloaded base64 v0.22.1 |
699 | 2024-12-13T23:11:07.268Z | Downloaded embedded-io v0.4.0 |
700 | 2024-12-13T23:11:07.268Z | Downloaded hickory-server v0.24.1 |
701 | 2024-12-13T23:11:07.276Z | Downloaded rand_seeder v0.3.0 |
702 | 2024-12-13T23:11:07.281Z | Downloaded hickory-resolver v0.24.1 |
703 | 2024-12-13T23:11:07.284Z | Downloaded defmt-macros v0.3.9 |
704 | 2024-12-13T23:11:07.284Z | Downloaded crypto-bigint v0.5.5 |
705 | 2024-12-13T23:11:07.291Z | Downloaded num-rational v0.4.2 |
706 | 2024-12-13T23:11:07.293Z | Downloaded group v0.13.0 |
707 | 2024-12-13T23:11:07.296Z | Downloaded futures-io v0.3.31 |
708 | 2024-12-13T23:11:07.296Z | Downloaded num-traits v0.2.19 |
709 | 2024-12-13T23:11:07.298Z | Downloaded openssl-macros v0.1.1 |
710 | 2024-12-13T23:11:07.301Z | Downloaded oso v0.27.3 |
711 | 2024-12-13T23:11:07.304Z | Downloaded num_enum_derive v0.5.11 |
712 | 2024-12-13T23:11:07.306Z | Downloaded num v0.4.3 |
713 | 2024-12-13T23:11:07.306Z | Downloaded snafu-derive v0.8.5 |
714 | 2024-12-13T23:11:07.308Z | Downloaded phf_generator v0.11.2 |
715 | 2024-12-13T23:11:07.311Z | Downloaded serde_derive_internals v0.29.1 |
716 | 2024-12-13T23:11:07.314Z | Downloaded foreign-types-macros v0.2.3 |
717 | 2024-12-13T23:11:07.314Z | Downloaded float-ord v0.3.2 |
718 | 2024-12-13T23:11:07.314Z | Downloaded rustc-hash v1.1.0 |
719 | 2024-12-13T23:11:07.317Z | Downloaded radium v0.7.0 |
720 | 2024-12-13T23:11:07.317Z | Downloaded r2d2 v0.8.10 |
721 | 2024-12-13T23:11:07.319Z | Downloaded minimal-lexical v0.2.1 |
722 | 2024-12-13T23:11:07.322Z | Downloaded tungstenite v0.24.0 |
723 | 2024-12-13T23:11:07.327Z | Downloaded ppv-lite86 v0.2.20 |
724 | 2024-12-13T23:11:07.329Z | Downloaded crossbeam-channel v0.5.13 |
725 | 2024-12-13T23:11:07.332Z | Downloaded string_cache v0.8.7 |
726 | 2024-12-13T23:11:07.335Z | Downloaded number_prefix v0.4.0 |
727 | 2024-12-13T23:11:07.337Z | Downloaded want v0.3.1 |
728 | 2024-12-13T23:11:07.337Z | Downloaded unicode-truncate v1.1.0 |
729 | 2024-12-13T23:11:07.339Z | Downloaded ssh-cipher v0.2.0 |
730 | 2024-12-13T23:11:07.341Z | Downloaded precomputed-hash v0.1.1 |
731 | 2024-12-13T23:11:07.341Z | Downloaded embedded-io v0.6.1 |
732 | 2024-12-13T23:11:07.343Z | Downloaded tungstenite v0.21.0 |
733 | 2024-12-13T23:11:07.346Z | Downloaded derive_builder_macro v0.20.2 |
734 | 2024-12-13T23:11:07.348Z | Downloaded same-file v1.0.6 |
735 | 2024-12-13T23:11:07.351Z | Downloaded tungstenite v0.23.0 |
736 | 2024-12-13T23:11:07.353Z | Downloaded schemars_derive v0.8.21 |
737 | 2024-12-13T23:11:07.356Z | Downloaded defmt v0.3.8 |
738 | 2024-12-13T23:11:07.358Z | Downloaded base64 v0.21.7 |
739 | 2024-12-13T23:11:07.362Z | Downloaded zip v0.6.6 |
740 | 2024-12-13T23:11:07.367Z | Downloaded owo-colors v4.1.0 |
741 | 2024-12-13T23:11:07.369Z | Downloaded phf v0.11.2 |
742 | 2024-12-13T23:11:07.371Z | Downloaded unicase v2.7.0 |
743 | 2024-12-13T23:11:07.373Z | Downloaded slog v2.7.0 |
744 | 2024-12-13T23:11:07.376Z | Downloaded scheduled-thread-pool v0.2.7 |
745 | 2024-12-13T23:11:07.378Z | Downloaded qorb v0.2.1 |
746 | 2024-12-13T23:11:07.382Z | Downloaded float-cmp v0.9.0 |
747 | 2024-12-13T23:11:07.384Z | Downloaded dsl_auto_type v0.1.2 |
748 | 2024-12-13T23:11:07.387Z | Downloaded mio v1.0.2 |
749 | 2024-12-13T23:11:07.391Z | Downloaded rcgen v0.12.1 |
750 | 2024-12-13T23:11:07.394Z | Downloaded parking_lot_core v0.9.10 |
751 | 2024-12-13T23:11:07.397Z | Downloaded termtree v0.4.1 |
752 | 2024-12-13T23:11:07.399Z | Downloaded hash32 v0.3.1 |
753 | 2024-12-13T23:11:07.399Z | Downloaded futures-core v0.3.31 |
754 | 2024-12-13T23:11:07.402Z | Downloaded hash32 v0.2.1 |
755 | 2024-12-13T23:11:07.404Z | Downloaded pem v3.0.4 |
756 | 2024-12-13T23:11:07.404Z | Downloaded utf8_iter v1.0.4 |
757 | 2024-12-13T23:11:07.407Z | Downloaded typify-macro v0.2.0 |
758 | 2024-12-13T23:11:07.407Z | Downloaded dropshot_endpoint v0.12.0 |
759 | 2024-12-13T23:11:07.409Z | Downloaded unicode-properties v0.1.3 |
760 | 2024-12-13T23:11:07.411Z | Downloaded fatfs v0.3.6 |
761 | 2024-12-13T23:11:07.415Z | Downloaded ena v0.14.3 |
762 | 2024-12-13T23:11:07.417Z | Downloaded either v1.13.0 |
763 | 2024-12-13T23:11:07.419Z | Downloaded zerovec-derive v0.10.3 |
764 | 2024-12-13T23:11:07.422Z | Downloaded zeroize_derive v1.4.2 |
765 | 2024-12-13T23:11:07.422Z | Downloaded libxml v0.3.3 |
766 | 2024-12-13T23:11:07.428Z | Downloaded itertools v0.10.5 |
767 | 2024-12-13T23:11:07.434Z | Downloaded path-slash v0.1.5 |
768 | 2024-12-13T23:11:07.437Z | Downloaded glob v0.3.1 |
769 | 2024-12-13T23:11:07.439Z | Downloaded rustc-hash v2.0.0 |
770 | 2024-12-13T23:11:07.440Z | Downloaded rustc_version v0.1.7 |
771 | 2024-12-13T23:11:07.440Z | Downloaded thiserror-impl v2.0.3 |
772 | 2024-12-13T23:11:07.442Z | Downloaded predicates v3.1.2 |
773 | 2024-12-13T23:11:07.445Z | Downloaded newtype_derive v0.1.6 |
774 | 2024-12-13T23:11:07.448Z | Downloaded endian-type v0.1.2 |
775 | 2024-12-13T23:11:07.448Z | Downloaded structmeta v0.3.0 |
776 | 2024-12-13T23:11:07.448Z | Downloaded resolv-conf v0.7.0 |
777 | 2024-12-13T23:11:07.450Z | Downloaded tokio-stream v0.1.16 |
778 | 2024-12-13T23:11:07.454Z | Downloaded thiserror v2.0.3 |
779 | 2024-12-13T23:11:08.461Z | Downloaded sct v0.7.1 |
780 | 2024-12-13T23:11:08.465Z | Downloaded libm v0.2.8 |
781 | 2024-12-13T23:11:08.465Z | Downloaded yoke-derive v0.7.4 |
782 | 2024-12-13T23:11:08.465Z | Downloaded strip-ansi-escapes v0.2.0 |
783 | 2024-12-13T23:11:08.465Z | Downloaded gethostname v0.5.0 |
784 | 2024-12-13T23:11:08.465Z | Downloaded unarray v0.1.4 |
785 | 2024-12-13T23:11:08.465Z | Downloaded postgres-protocol v0.6.7 |
786 | 2024-12-13T23:11:08.465Z | Downloaded postgres-types v0.2.8 |
787 | 2024-12-13T23:11:08.465Z | Downloaded smallvec v0.6.14 |
788 | 2024-12-13T23:11:08.465Z | Downloaded ron v0.7.1 |
789 | 2024-12-13T23:11:08.465Z | Downloaded tokio-native-tls v0.3.1 |
790 | 2024-12-13T23:11:08.465Z | Downloaded rand v0.8.5 |
791 | 2024-12-13T23:11:08.465Z | Downloaded defmt-parser v0.3.4 |
792 | 2024-12-13T23:11:08.465Z | Downloaded waitgroup v0.1.2 |
793 | 2024-12-13T23:11:08.465Z | Downloaded toolchain_find v0.4.0 |
794 | 2024-12-13T23:11:08.465Z | Downloaded sha1 v0.10.6 |
795 | 2024-12-13T23:11:08.465Z | Downloaded zerofrom-derive v0.1.4 |
796 | 2024-12-13T23:11:08.465Z | Downloaded itertools v0.12.1 |
797 | 2024-12-13T23:11:08.465Z | Downloaded derive_builder_core v0.20.2 |
798 | 2024-12-13T23:11:08.465Z | Downloaded smallvec v1.13.2 |
799 | 2024-12-13T23:11:08.465Z | Downloaded pbkdf2 v0.11.0 |
800 | 2024-12-13T23:11:08.466Z | Downloaded globset v0.4.15 |
801 | 2024-12-13T23:11:08.466Z | Downloaded zip v2.1.3 |
802 | 2024-12-13T23:11:08.466Z | Downloaded progenitor-macro v0.8.0 |
803 | 2024-12-13T23:11:08.466Z | Downloaded diesel_table_macro_syntax v0.2.0 |
804 | 2024-12-13T23:11:08.466Z | Downloaded signal-hook-registry v1.4.2 |
805 | 2024-12-13T23:11:08.466Z | Downloaded parking_lot_core v0.8.6 |
806 | 2024-12-13T23:11:08.466Z | Downloaded vsss-rs v3.3.4 |
807 | 2024-12-13T23:11:08.466Z | Downloaded tokio-rustls v0.26.0 |
808 | 2024-12-13T23:11:08.466Z | Downloaded nibble_vec v0.1.0 |
809 | 2024-12-13T23:11:08.466Z | Downloaded typed-path v0.9.3 |
810 | 2024-12-13T23:11:08.466Z | Downloaded serde_with_macros v3.11.0 |
811 | 2024-12-13T23:11:08.466Z | Downloaded newtype-uuid v1.1.3 |
812 | 2024-12-13T23:11:08.466Z | Downloaded time-core v0.1.2 |
813 | 2024-12-13T23:11:08.466Z | Downloaded rustc-demangle v0.1.24 |
814 | 2024-12-13T23:11:08.466Z | Downloaded which v4.4.2 |
815 | 2024-12-13T23:11:08.466Z | Downloaded deranged v0.3.11 |
816 | 2024-12-13T23:11:08.466Z | Downloaded spki v0.7.3 |
817 | 2024-12-13T23:11:08.466Z | Downloaded getrandom v0.2.15 |
818 | 2024-12-13T23:11:08.466Z | Downloaded slog-term v2.9.1 |
819 | 2024-12-13T23:11:08.466Z | Downloaded tar v0.4.42 |
820 | 2024-12-13T23:11:08.466Z | Downloaded uuid v1.11.0 |
821 | 2024-12-13T23:11:08.466Z | Downloaded yoke v0.7.4 |
822 | 2024-12-13T23:11:08.466Z | Downloaded vte_generate_state_changes v0.1.2 |
823 | 2024-12-13T23:11:08.466Z | Downloaded shlex v1.3.0 |
824 | 2024-12-13T23:11:08.466Z | Downloaded shell-words v1.1.0 |
825 | 2024-12-13T23:11:08.466Z | Downloaded rustls-pki-types v1.10.0 |
826 | 2024-12-13T23:11:08.466Z | Downloaded fallible-iterator v0.2.0 |
827 | 2024-12-13T23:11:08.466Z | Downloaded num_enum v0.5.11 |
828 | 2024-12-13T23:11:08.466Z | Downloaded olpc-cjson v0.1.4 |
829 | 2024-12-13T23:11:08.466Z | Downloaded password-hash v0.5.0 |
830 | 2024-12-13T23:11:08.466Z | Downloaded des v0.8.1 |
831 | 2024-12-13T23:11:08.466Z | Downloaded pretty-hex v0.2.1 |
832 | 2024-12-13T23:11:08.466Z | Downloaded parse-size v1.1.0 |
833 | 2024-12-13T23:11:08.466Z | Downloaded ref-cast v1.0.23 |
834 | 2024-12-13T23:11:08.466Z | Downloaded similar v2.6.0 |
835 | 2024-12-13T23:11:08.466Z | Downloaded tokio-tungstenite v0.24.0 |
836 | 2024-12-13T23:11:08.466Z | Downloaded downcast v0.11.0 |
837 | 2024-12-13T23:11:08.466Z | Downloaded rustls-pemfile v2.2.0 |
838 | 2024-12-13T23:11:08.466Z | Downloaded vergen v8.3.2 |
839 | 2024-12-13T23:11:08.467Z | Downloaded polyval v0.6.2 |
840 | 2024-12-13T23:11:08.467Z | Downloaded structmeta-derive v0.3.0 |
841 | 2024-12-13T23:11:08.467Z | Downloaded native-tls v0.2.12 |
842 | 2024-12-13T23:11:08.467Z | Downloaded hyper v1.5.0 |
843 | 2024-12-13T23:11:08.467Z | Downloaded num-iter v0.1.45 |
844 | 2024-12-13T23:11:08.467Z | Downloaded password-hash v0.4.2 |
845 | 2024-12-13T23:11:08.467Z | Downloaded dunce v1.0.5 |
846 | 2024-12-13T23:11:08.467Z | Downloaded crossterm v0.28.1 |
847 | 2024-12-13T23:11:08.467Z | Downloaded prettyplease v0.2.25 |
848 | 2024-12-13T23:11:08.467Z | Downloaded unicode-segmentation v1.12.0 |
849 | 2024-12-13T23:11:08.467Z | Downloaded quick-error v1.2.3 |
850 | 2024-12-13T23:11:08.467Z | Downloaded percent-encoding v2.3.1 |
851 | 2024-12-13T23:11:08.467Z | Downloaded aes-gcm v0.10.3 |
852 | 2024-12-13T23:11:08.467Z | Downloaded poly1305 v0.8.0 |
853 | 2024-12-13T23:11:08.467Z | Downloaded try-lock v0.2.5 |
854 | 2024-12-13T23:11:08.467Z | Downloaded dhcproto-macros v0.1.0 |
855 | 2024-12-13T23:11:08.467Z | Downloaded simd-adler32 v0.3.7 |
856 | 2024-12-13T23:11:08.467Z | Downloaded foreign-types v0.3.2 |
857 | 2024-12-13T23:11:08.467Z | Downloaded rustfmt-wrapper v0.2.1 |
858 | 2024-12-13T23:11:08.467Z | Downloaded salsa20 v0.10.2 |
859 | 2024-12-13T23:11:08.467Z | Downloaded take_mut v0.2.2 |
860 | 2024-12-13T23:11:08.467Z | Downloaded tap v1.0.1 |
861 | 2024-12-13T23:11:08.467Z | Downloaded stable_deref_trait v1.2.0 |
862 | 2024-12-13T23:11:08.467Z | Downloaded term v0.7.0 |
863 | 2024-12-13T23:11:08.467Z | Downloaded strum_macros v0.24.3 |
864 | 2024-12-13T23:11:08.467Z | Downloaded slog-async v2.8.0 |
865 | 2024-12-13T23:11:08.467Z | Downloaded dhcproto v0.12.0 |
866 | 2024-12-13T23:11:08.467Z | Downloaded serde_yaml v0.9.34+deprecated |
867 | 2024-12-13T23:11:08.467Z | Downloaded time-macros v0.2.18 |
868 | 2024-12-13T23:11:08.467Z | Downloaded thread_local v1.1.8 |
869 | 2024-12-13T23:11:08.467Z | Downloaded progenitor-client v0.8.0 |
870 | 2024-12-13T23:11:08.467Z | Downloaded serde-big-array v0.5.1 |
871 | 2024-12-13T23:11:08.467Z | Downloaded displaydoc v0.2.5 |
872 | 2024-12-13T23:11:08.467Z | Downloaded ecdsa v0.16.9 |
873 | 2024-12-13T23:11:08.467Z | Downloaded elliptic-curve v0.13.8 |
874 | 2024-12-13T23:11:08.467Z | Downloaded strum v0.26.3 |
875 | 2024-12-13T23:11:08.467Z | Downloaded pkg-config v0.3.31 |
876 | 2024-12-13T23:11:08.467Z | Downloaded nanorand v0.7.0 |
877 | 2024-12-13T23:11:08.467Z | Downloaded fd-lock v4.0.2 |
878 | 2024-12-13T23:11:08.468Z | Downloaded hkdf v0.12.4 |
879 | 2024-12-13T23:11:08.468Z | Downloaded fallible-streaming-iterator v0.1.9 |
880 | 2024-12-13T23:11:08.479Z | Downloaded fallible-iterator v0.3.0 |
881 | 2024-12-13T23:11:08.479Z | Downloaded ref-cast-impl v1.0.23 |
882 | 2024-12-13T23:11:08.479Z | Downloaded paste v1.0.15 |
883 | 2024-12-13T23:11:08.479Z | Downloaded ed25519 v2.2.3 |
884 | 2024-12-13T23:11:08.479Z | Downloaded russh-keys v0.45.0 |
885 | 2024-12-13T23:11:08.479Z | Downloaded schemars v0.8.21 |
886 | 2024-12-13T23:11:08.479Z | Downloaded foreign-types-shared v0.3.1 |
887 | 2024-12-13T23:11:08.479Z | Downloaded strum_macros v0.25.3 |
888 | 2024-12-13T23:11:08.479Z | Downloaded signature v2.2.0 |
889 | 2024-12-13T23:11:08.480Z | Downloaded rtoolbox v0.0.2 |
890 | 2024-12-13T23:11:08.480Z | Downloaded normalize-line-endings v0.3.0 |
891 | 2024-12-13T23:11:08.480Z | Downloaded parking_lot v0.12.3 |
892 | 2024-12-13T23:11:08.480Z | Downloaded packed_struct v0.10.1 |
893 | 2024-12-13T23:11:08.480Z | Downloaded foldhash v0.1.3 |
894 | 2024-12-13T23:11:08.480Z | Downloaded data-encoding v2.6.0 |
895 | 2024-12-13T23:11:08.480Z | Downloaded utf-8 v0.7.6 |
896 | 2024-12-13T23:11:08.480Z | Downloaded untrusted v0.9.0 |
897 | 2024-12-13T23:11:08.480Z | Downloaded derive_more v0.99.18 |
898 | 2024-12-13T23:11:08.480Z | Downloaded openssl-sys v0.9.103 |
899 | 2024-12-13T23:11:08.480Z | Downloaded tokio-tungstenite v0.23.1 |
900 | 2024-12-13T23:11:08.480Z | Downloaded tokio-tungstenite v0.21.0 |
901 | 2024-12-13T23:11:08.480Z | Downloaded zerofrom v0.1.4 |
902 | 2024-12-13T23:11:08.480Z | Downloaded tower-service v0.3.3 |
903 | 2024-12-13T23:11:08.480Z | Downloaded num-derive v0.4.2 |
904 | 2024-12-13T23:11:08.480Z | Downloaded tinyvec v1.8.0 |
905 | 2024-12-13T23:11:08.480Z | Downloaded ghash v0.5.1 |
906 | 2024-12-13T23:11:08.480Z | Downloaded proc-macro-crate v1.3.1 |
907 | 2024-12-13T23:11:08.480Z | Downloaded sigpipe v0.1.3 |
908 | 2024-12-13T23:11:08.480Z | Downloaded num-conv v0.1.0 |
909 | 2024-12-13T23:11:08.480Z | Downloaded primeorder v0.13.6 |
910 | 2024-12-13T23:11:08.480Z | Downloaded blake3 v1.5.4 |
911 | 2024-12-13T23:11:08.480Z | Downloaded num-complex v0.4.6 |
912 | 2024-12-13T23:11:08.480Z | Downloaded aho-corasick v1.1.3 |
913 | 2024-12-13T23:11:08.480Z | Downloaded darling_macro v0.20.10 |
914 | 2024-12-13T23:11:08.480Z | Downloaded rfc6979 v0.4.0 |
915 | 2024-12-13T23:11:08.480Z | Downloaded nu-ansi-term v0.50.1 |
916 | 2024-12-13T23:11:08.480Z | Downloaded der_derive v0.7.3 |
917 | 2024-12-13T23:11:08.480Z | Downloaded heck v0.3.3 |
918 | 2024-12-13T23:11:08.480Z | Downloaded futures-executor v0.3.31 |
919 | 2024-12-13T23:11:08.480Z | Downloaded rusty-fork v0.3.0 |
920 | 2024-12-13T23:11:08.480Z | Downloaded unicode-xid v0.2.6 |
921 | 2024-12-13T23:11:08.480Z | Downloaded tabwriter v1.4.0 |
922 | 2024-12-13T23:11:08.480Z | Downloaded ssh-encoding v0.2.0 |
923 | 2024-12-13T23:11:08.480Z | Downloaded untrusted v0.7.1 |
924 | 2024-12-13T23:11:08.480Z | Downloaded universal-hash v0.5.1 |
925 | 2024-12-13T23:11:08.480Z | Downloaded funty v2.0.0 |
926 | 2024-12-13T23:11:08.481Z | Downloaded sec1 v0.7.3 |
927 | 2024-12-13T23:11:08.481Z | Downloaded futures-channel v0.3.31 |
928 | 2024-12-13T23:11:08.481Z | Downloaded num-integer v0.1.46 |
929 | 2024-12-13T23:11:08.481Z | Downloaded postcard v1.0.10 |
930 | 2024-12-13T23:11:08.481Z | Downloaded pkcs8 v0.10.2 |
931 | 2024-12-13T23:11:08.481Z | Downloaded parking_lot v0.11.2 |
932 | 2024-12-13T23:11:08.481Z | Downloaded socket2 v0.5.7 |
933 | 2024-12-13T23:11:08.481Z | Downloaded winnow v0.5.40 |
934 | 2024-12-13T23:11:08.481Z | Downloaded flagset v0.4.6 |
935 | 2024-12-13T23:11:08.481Z | Downloaded enum-as-inner v0.6.1 |
936 | 2024-12-13T23:11:08.481Z | Downloaded enum-as-inner v0.5.1 |
937 | 2024-12-13T23:11:08.481Z | Downloaded smf v0.2.3 |
938 | 2024-12-13T23:11:08.481Z | Downloaded hashlink v0.9.1 |
939 | 2024-12-13T23:11:08.481Z | Downloaded foreign-types v0.5.0 |
940 | 2024-12-13T23:11:08.481Z | Downloaded diesel-dtrace v0.4.0 |
941 | 2024-12-13T23:11:08.481Z | Downloaded rayon v1.10.0 |
942 | 2024-12-13T23:11:08.481Z | Downloaded predicates-core v1.0.8 |
943 | 2024-12-13T23:11:08.481Z | Downloaded slog-bunyan v2.5.0 |
944 | 2024-12-13T23:11:08.481Z | Downloaded mockall_derive v0.13.0 |
945 | 2024-12-13T23:11:08.481Z | Downloaded p256 v0.13.2 |
946 | 2024-12-13T23:11:08.481Z | Downloaded walkdir v2.5.0 |
947 | 2024-12-13T23:11:08.481Z | Downloaded aws-lc-rs v1.10.0 |
948 | 2024-12-13T23:11:08.481Z | Downloaded termios v0.3.3 |
949 | 2024-12-13T23:11:08.481Z | Downloaded topological-sort v0.2.2 |
950 | 2024-12-13T23:11:08.481Z | Downloaded xz2 v0.1.7 |
951 | 2024-12-13T23:11:08.481Z | Downloaded tracing-attributes v0.1.27 |
952 | 2024-12-13T23:11:08.481Z | Downloaded uzers v0.12.1 |
953 | 2024-12-13T23:11:08.481Z | Downloaded steno v0.4.1 |
954 | 2024-12-13T23:11:08.481Z | Downloaded flate2 v1.0.34 |
955 | 2024-12-13T23:11:08.481Z | Downloaded supports-color v3.0.1 |
956 | 2024-12-13T23:11:08.481Z | Downloaded vte v0.11.1 |
957 | 2024-12-13T23:11:08.481Z | Downloaded spin v0.5.2 |
958 | 2024-12-13T23:11:08.481Z | Downloaded env_logger v0.11.5 |
959 | 2024-12-13T23:11:08.481Z | Downloaded zeroize v1.8.1 |
960 | 2024-12-13T23:11:08.481Z | Downloaded futures v0.3.31 |
961 | 2024-12-13T23:11:08.481Z | Downloaded zerocopy-derive v0.8.10 |
962 | 2024-12-13T23:11:08.481Z | Downloaded diesel_derives v2.2.3 |
963 | 2024-12-13T23:11:08.482Z | Downloaded icu_properties_data v1.5.0 |
964 | 2024-12-13T23:11:08.482Z | Downloaded dyn-clone v1.0.17 |
965 | 2024-12-13T23:11:08.482Z | Downloaded omicron-zone-package v0.11.1 |
966 | 2024-12-13T23:11:08.482Z | Downloaded flume v0.11.1 |
967 | 2024-12-13T23:11:08.482Z | Downloaded ed25519-dalek v2.1.1 |
968 | 2024-12-13T23:11:08.482Z | Downloaded phf_shared v0.11.2 |
969 | 2024-12-13T23:11:08.482Z | Downloaded quinn v0.11.5 |
970 | 2024-12-13T23:11:08.482Z | Downloaded tokio-util v0.7.12 |
971 | 2024-12-13T23:11:08.482Z | Downloaded derive-where v1.2.7 |
972 | 2024-12-13T23:11:08.482Z | Downloaded yasna v0.5.2 |
973 | 2024-12-13T23:11:08.482Z | Downloaded futures-util v0.3.31 |
974 | 2024-12-13T23:11:08.482Z | Downloaded termcolor v1.4.1 |
975 | 2024-12-13T23:11:08.482Z | Downloaded salty v0.3.0 |
976 | 2024-12-13T23:11:08.482Z | Downloaded tracing-core v0.1.32 |
977 | 2024-12-13T23:11:08.482Z | Downloaded unicode-bidi v0.3.17 |
978 | 2024-12-13T23:11:08.482Z | Downloaded unicode_categories v0.1.1 |
979 | 2024-12-13T23:11:08.482Z | Downloaded toml_edit v0.19.15 |
980 | 2024-12-13T23:11:08.490Z | Downloaded zerocopy v0.6.6 |
981 | 2024-12-13T23:11:08.490Z | Downloaded heapless v0.7.17 |
982 | 2024-12-13T23:11:08.490Z | Downloaded publicsuffix v2.2.3 |
983 | 2024-12-13T23:11:08.490Z | Downloaded hashbrown v0.14.5 |
984 | 2024-12-13T23:11:08.490Z | Downloaded pkcs5 v0.7.1 |
985 | 2024-12-13T23:11:08.490Z | Downloaded heapless v0.8.0 |
986 | 2024-12-13T23:11:08.490Z | Downloaded pin-project v1.1.6 |
987 | 2024-12-13T23:11:08.490Z | Downloaded rsa v0.9.6 |
988 | 2024-12-13T23:11:08.490Z | Downloaded x509-cert v0.2.5 |
989 | 2024-12-13T23:11:08.490Z | Downloaded spin v0.9.8 |
990 | 2024-12-13T23:11:08.490Z | Downloaded num-bigint-dig v0.8.4 |
991 | 2024-12-13T23:11:08.490Z | Downloaded sqlparser v0.45.0 |
992 | 2024-12-13T23:11:08.490Z | Downloaded idna v0.4.0 |
993 | 2024-12-13T23:11:08.490Z | Downloaded ron v0.8.1 |
994 | 2024-12-13T23:11:08.490Z | Downloaded idna v0.2.3 |
995 | 2024-12-13T23:11:08.490Z | Downloaded idna v0.5.0 |
996 | 2024-12-13T23:11:08.490Z | Downloaded snafu v0.8.5 |
997 | 2024-12-13T23:11:08.490Z | Downloaded russh v0.45.0 |
998 | 2024-12-13T23:11:08.490Z | Downloaded proptest v1.5.0 |
999 | 2024-12-13T23:11:08.490Z | Downloaded nom v7.1.3 |
1000 | 2024-12-13T23:11:08.490Z | Downloaded bindgen v0.69.5 |
1001 | 2024-12-13T23:11:08.490Z | Downloaded rusqlite v0.32.1 |
1002 | 2024-12-13T23:11:08.490Z | Downloaded petname v2.0.2 |
1003 | 2024-12-13T23:11:08.490Z | Downloaded idna v0.3.0 |
1004 | 2024-12-13T23:11:08.491Z | Downloaded h2 v0.4.6 |
1005 | 2024-12-13T23:11:08.491Z | Downloaded ssh-key v0.6.6 |
1006 | 2024-12-13T23:11:08.491Z | Downloaded bitvec v1.0.1 |
1007 | 2024-12-13T23:11:08.491Z | Downloaded parse-zoneinfo v0.3.1 |
1008 | 2024-12-13T23:11:08.491Z | Downloaded nix v0.28.0 |
1009 | 2024-12-13T23:11:08.491Z | Downloaded rustyline v14.0.0 |
1010 | 2024-12-13T23:11:08.491Z | Downloaded vcpkg v0.2.15 |
1011 | 2024-12-13T23:11:08.491Z | Downloaded p521 v0.13.3 |
1012 | 2024-12-13T23:11:08.491Z | Downloaded object v0.30.4 |
1013 | 2024-12-13T23:11:08.491Z | Downloaded serde_with v3.11.0 |
1014 | 2024-12-13T23:11:08.491Z | Downloaded reqwest v0.12.9 |
1015 | 2024-12-13T23:11:08.491Z | Downloaded webpki-roots v0.26.6 |
1016 | 2024-12-13T23:11:08.491Z | Downloaded rustls v0.21.12 |
1017 | 2024-12-13T23:11:08.491Z | Downloaded hickory-proto v0.24.1 |
1018 | 2024-12-13T23:11:08.491Z | Downloaded zerocopy v0.8.10 |
1019 | 2024-12-13T23:11:08.491Z | Downloaded diesel v2.2.6 |
1020 | 2024-12-13T23:11:08.491Z | Downloaded git2 v0.19.0 |
1021 | 2024-12-13T23:11:08.491Z | Downloaded radix_trie v0.2.1 |
1022 | 2024-12-13T23:11:08.491Z | Downloaded object v0.36.5 |
1023 | 2024-12-13T23:11:08.491Z | Downloaded nix v0.29.0 |
1024 | 2024-12-13T23:11:08.491Z | Downloaded portable-atomic v1.9.0 |
1025 | 2024-12-13T23:11:08.491Z | Downloaded rustls v0.22.4 |
1026 | 2024-12-13T23:11:08.491Z | Downloaded rustls-webpki v0.102.8 |
1027 | 2024-12-13T23:11:08.491Z | Downloaded trust-dns-proto v0.22.0 |
1028 | 2024-12-13T23:11:08.491Z | Downloaded chrono-tz v0.10.0 |
1029 | 2024-12-13T23:11:08.491Z | Downloaded rustls v0.23.19 |
1030 | 2024-12-13T23:11:08.491Z | Downloaded gimli v0.31.1 |
1031 | 2024-12-13T23:11:08.491Z | Downloaded dropshot v0.13.0 |
1032 | 2024-12-13T23:11:08.498Z | Downloaded openapiv3 v2.0.0 |
1033 | 2024-12-13T23:11:08.512Z | Downloaded bstr v1.10.0 |
1034 | 2024-12-13T23:11:08.525Z | Downloaded p384 v0.13.0 |
1035 | 2024-12-13T23:11:08.532Z | Downloaded regex v1.11.1 |
1036 | 2024-12-13T23:11:08.546Z | Downloaded dropshot v0.12.0 |
1037 | 2024-12-13T23:11:08.571Z | Downloaded openssl v0.10.66 |
1038 | 2024-12-13T23:11:08.583Z | Downloaded smoltcp v0.9.1 |
1039 | 2024-12-13T23:11:08.594Z | Downloaded polar-core v0.27.3 |
1040 | 2024-12-13T23:11:08.604Z | Downloaded regress v0.10.1 |
1041 | 2024-12-13T23:11:08.613Z | Downloaded regress v0.9.1 |
1042 | 2024-12-13T23:11:08.623Z | Downloaded smoltcp v0.11.0 |
1043 | 2024-12-13T23:11:08.637Z | Downloaded sled v0.34.7 |
1044 | 2024-12-13T23:11:08.647Z | Downloaded typify-impl v0.2.0 |
1045 | 2024-12-13T23:11:08.665Z | Downloaded nix v0.27.1 |
1046 | 2024-12-13T23:11:08.677Z | Downloaded ratatui v0.28.1 |
1047 | 2024-12-13T23:11:08.699Z | Downloaded lzma-sys v0.1.20 |
1048 | 2024-12-13T23:11:08.731Z | Downloaded regex-automata v0.4.8 |
1049 | 2024-12-13T23:11:08.749Z | Downloaded regex-syntax v0.8.5 |
1050 | 2024-12-13T23:11:08.758Z | Downloaded zerocopy-derive v0.6.6 |
1051 | 2024-12-13T23:11:08.769Z | Downloaded petgraph v0.6.5 |
1052 | 2024-12-13T23:11:08.788Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1053 | 2024-12-13T23:11:08.801Z | Downloaded tokio v1.40.0 |
1054 | 2024-12-13T23:11:08.839Z | Downloaded libz-sys v1.1.20 |
1055 | 2024-12-13T23:11:08.860Z | Downloaded curve25519-dalek v4.1.3 |
1056 | 2024-12-13T23:11:08.869Z | Downloaded regex-syntax v0.6.29 |
1057 | 2024-12-13T23:11:08.876Z | Downloaded quinn-proto v0.11.8 |
1058 | 2024-12-13T23:11:08.883Z | Downloaded unicode-width v0.2.0 |
1059 | 2024-12-13T23:11:08.890Z | Downloaded time v0.3.36 |
1060 | 2024-12-13T23:11:08.897Z | Downloaded chrono v0.4.38 |
1061 | 2024-12-13T23:11:08.904Z | Downloaded der v0.7.9 |
1062 | 2024-12-13T23:11:08.911Z | Downloaded unsafe-libyaml v0.2.11 |
1063 | 2024-12-13T23:11:08.914Z | Downloaded lalrpop v0.19.12 |
1064 | 2024-12-13T23:11:08.926Z | Downloaded pin-project-internal v1.1.6 |
1065 | 2024-12-13T23:11:08.930Z | Downloaded serde-hex v0.1.0 |
1066 | 2024-12-13T23:11:08.930Z | Downloaded headers v0.4.0 |
1067 | 2024-12-13T23:11:08.934Z | Downloaded tough v0.19.0 |
1068 | 2024-12-13T23:11:08.944Z | Downloaded quick-xml v0.33.0 |
1069 | 2024-12-13T23:11:08.951Z | Downloaded expectorate v1.1.0 |
1070 | 2024-12-13T23:11:08.953Z | Downloaded csv v1.3.0 |
1071 | 2024-12-13T23:11:08.973Z | Downloaded zerovec v0.10.4 |
1072 | 2024-12-13T23:11:08.980Z | Downloaded rustls-webpki v0.101.7 |
1073 | 2024-12-13T23:11:08.993Z | Downloaded url v2.5.3 |
1074 | 2024-12-13T23:11:08.997Z | Downloaded sha3 v0.10.8 |
1075 | 2024-12-13T23:11:09.001Z | Downloaded slog-stdlog v4.1.1 |
1076 | 2024-12-13T23:11:09.004Z | Downloaded reedline v0.35.0 |
1077 | 2024-12-13T23:11:09.011Z | Downloaded unicode-normalization v0.1.24 |
1078 | 2024-12-13T23:11:09.014Z | Downloaded dropshot_endpoint v0.13.0 |
1079 | 2024-12-13T23:11:09.017Z | Downloaded secrecy v0.8.0 |
1080 | 2024-12-13T23:11:09.020Z | Downloaded utf16_iter v1.0.5 |
1081 | 2024-12-13T23:11:09.022Z | Downloaded darling_core v0.20.10 |
1082 | 2024-12-13T23:11:09.025Z | Downloaded signal-hook-tokio v0.3.1 |
1083 | 2024-12-13T23:11:09.027Z | Downloaded psl-types v2.0.11 |
1084 | 2024-12-13T23:11:09.027Z | Downloaded num-bigint v0.4.6 |
1085 | 2024-12-13T23:11:09.032Z | Downloaded tokio-rustls v0.25.0 |
1086 | 2024-12-13T23:11:09.034Z | Downloaded itertools v0.13.0 |
1087 | 2024-12-13T23:11:09.041Z | Downloaded idna v1.0.3 |
1088 | 2024-12-13T23:11:09.046Z | Downloaded hashbrown v0.12.3 |
1089 | 2024-12-13T23:11:09.050Z | Downloaded fs_extra v1.3.0 |
1090 | 2024-12-13T23:11:09.053Z | Downloaded derive_builder v0.20.2 |
1091 | 2024-12-13T23:11:09.057Z | Downloaded hashbrown v0.13.2 |
1092 | 2024-12-13T23:11:09.062Z | Downloaded pem-rfc7468 v0.7.0 |
1093 | 2024-12-13T23:11:09.065Z | Downloaded peg-macros v0.8.4 |
1094 | 2024-12-13T23:11:09.067Z | Downloaded tracing v0.1.40 |
1095 | 2024-12-13T23:11:09.070Z | Downloaded stringprep v0.1.5 |
1096 | 2024-12-13T23:11:09.072Z | Downloaded powerfmt v0.2.0 |
1097 | 2024-12-13T23:11:09.074Z | Downloaded half v2.4.1 |
1098 | 2024-12-13T23:11:09.077Z | Downloaded compact_str v0.8.0 |
1099 | 2024-12-13T23:11:09.080Z | Downloaded tokio-postgres v0.7.12 |
1100 | 2024-12-13T23:11:09.085Z | Downloaded bumpalo v3.16.0 |
1101 | 2024-12-13T23:11:09.088Z | Downloaded diff v0.1.13 |
1102 | 2024-12-13T23:11:09.091Z | Downloaded zopfli v0.8.1 |
1103 | 2024-12-13T23:11:09.094Z | Downloaded wait-timeout v0.2.0 |
1104 | 2024-12-13T23:11:09.097Z | Downloaded rand_xorshift v0.3.0 |
1105 | 2024-12-13T23:11:09.097Z | Downloaded pin-project-lite v0.2.14 |
1106 | 2024-12-13T23:11:09.102Z | Downloaded test-strategy v0.3.1 |
1107 | 2024-12-13T23:11:09.105Z | Downloaded subprocess v0.2.9 |
1108 | 2024-12-13T23:11:09.109Z | Downloaded hyper-util v0.1.10 |
1109 | 2024-12-13T23:11:09.112Z | Downloaded arc-swap v1.7.1 |
1110 | 2024-12-13T23:11:09.116Z | Downloaded rayon-core v1.12.1 |
1111 | 2024-12-13T23:11:09.119Z | Downloaded tokio-macros v2.4.0 |
1112 | 2024-12-13T23:11:09.122Z | Downloaded encoding_rs v0.8.34 |
1113 | 2024-12-13T23:11:09.142Z | Downloaded tls_codec_derive v0.4.1 |
1114 | 2024-12-13T23:11:09.145Z | Downloaded tls_codec v0.4.1 |
1115 | 2024-12-13T23:11:09.148Z | Downloaded cc v1.1.30 |
1116 | 2024-12-13T23:11:09.151Z | Downloaded slab v0.4.9 |
1117 | 2024-12-13T23:11:09.153Z | Downloaded tokio-rustls v0.24.1 |
1118 | 2024-12-13T23:11:09.156Z | Downloaded icu_properties v1.5.1 |
1119 | 2024-12-13T23:11:09.160Z | Downloaded serde_repr v0.1.19 |
1120 | 2024-12-13T23:11:09.160Z | Downloaded http v1.1.0 |
1121 | 2024-12-13T23:11:09.163Z | Downloaded new_debug_unreachable v1.0.6 |
1122 | 2024-12-13T23:11:09.163Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1123 | 2024-12-13T23:11:09.221Z | Downloaded fxhash v0.2.1 |
1124 | 2024-12-13T23:11:09.224Z | Downloaded foreign-types-shared v0.1.1 |
1125 | 2024-12-13T23:11:09.224Z | Downloaded debug-ignore v1.0.5 |
1126 | 2024-12-13T23:11:09.224Z | Downloaded multer v3.1.0 |
1127 | 2024-12-13T23:11:09.226Z | Downloaded icu_collections v1.5.0 |
1128 | 2024-12-13T23:11:09.231Z | Downloaded base64 v0.13.1 |
1129 | 2024-12-13T23:11:09.237Z | Downloaded tui-tree-widget v0.22.0 |
1130 | 2024-12-13T23:11:09.240Z | Downloaded strum_macros v0.26.4 |
1131 | 2024-12-13T23:11:09.241Z | Downloaded sync-ptr v0.1.1 |
1132 | 2024-12-13T23:11:09.241Z | Downloaded icu_provider v1.5.0 |
1133 | 2024-12-13T23:11:09.243Z | Downloaded chacha20poly1305 v0.10.1 |
1134 | 2024-12-13T23:11:09.243Z | Downloaded wyz v0.5.1 |
1135 | 2024-12-13T23:11:09.243Z | Downloaded writeable v0.5.5 |
1136 | 2024-12-13T23:11:09.246Z | Downloaded twox-hash v1.6.3 |
1137 | 2024-12-13T23:11:09.250Z | Downloaded tiny-keccak v2.0.2 |
1138 | 2024-12-13T23:11:09.250Z | Downloaded structmeta-derive v0.2.0 |
1139 | 2024-12-13T23:11:09.252Z | Downloaded semver v0.1.20 |
1140 | 2024-12-13T23:11:09.252Z | Downloaded indexmap v1.9.3 |
1141 | 2024-12-13T23:11:09.254Z | Downloaded blake2 v0.10.6 |
1142 | 2024-12-13T23:11:09.257Z | Downloaded bitflags v1.3.2 |
1143 | 2024-12-13T23:11:09.259Z | Downloaded static_assertions v1.1.0 |
1144 | 2024-12-13T23:11:09.260Z | Downloaded crossbeam-epoch v0.9.18 |
1145 | 2024-12-13T23:11:09.269Z | Downloaded aes v0.8.4 |
1146 | 2024-12-13T23:11:09.275Z | Downloaded bcs v0.1.6 |
1147 | 2024-12-13T23:11:09.275Z | Downloaded base64ct v1.6.0 |
1148 | 2024-12-13T23:11:09.275Z | Downloaded crc v3.2.1 |
1149 | 2024-12-13T23:11:09.284Z | Downloaded convert_case v0.4.0 |
1150 | 2024-12-13T23:11:09.284Z | Downloaded ciborium-ll v0.2.2 |
1151 | 2024-12-13T23:11:09.284Z | Downloaded block-padding v0.3.3 |
1152 | 2024-12-13T23:11:09.284Z | Downloaded async-recursion v1.1.1 |
1153 | 2024-12-13T23:11:09.284Z | Downloaded lru-cache v0.1.2 |
1154 | 2024-12-13T23:11:09.284Z | Downloaded ipnetwork v0.20.0 |
1155 | 2024-12-13T23:11:09.284Z | Downloaded internet-checksum v0.2.1 |
1156 | 2024-12-13T23:11:09.287Z | Downloaded http-body-util v0.1.2 |
1157 | 2024-12-13T23:11:09.287Z | Downloaded httpdate v1.0.3 |
1158 | 2024-12-13T23:11:09.287Z | Downloaded chrono-tz-build v0.4.0 |
1159 | 2024-12-13T23:11:09.287Z | Downloaded chacha20 v0.9.1 |
1160 | 2024-12-13T23:11:09.290Z | Downloaded ascii-canvas v3.0.0 |
1161 | 2024-12-13T23:11:09.290Z | Downloaded atomic-waker v1.1.2 |
1162 | 2024-12-13T23:11:09.638Z | Downloaded ring v0.17.8 |
1163 | 2024-12-13T23:11:09.745Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2024-12-13T23:11:09.824Z | Downloaded ring v0.16.20 |
1165 | 2024-12-13T23:11:10.142Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2024-12-13T23:11:10.457Z | Compiling serde v1.0.215 |
1167 | 2024-12-13T23:11:10.459Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-13T23:11:10.459Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-13T23:11:10.459Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-13T23:11:10.459Z | Compiling typenum v1.17.0 |
1171 | 2024-12-13T23:11:10.459Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-13T23:11:10.632Z | Compiling syn v2.0.87 |
1173 | 2024-12-13T23:11:10.645Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-13T23:11:10.832Z | Compiling subtle v2.6.1 |
1175 | 2024-12-13T23:11:11.104Z | Compiling log v0.4.22 |
1176 | 2024-12-13T23:11:11.124Z | Compiling rand_core v0.6.4 |
1177 | 2024-12-13T23:11:11.151Z | Compiling shlex v1.3.0 |
1178 | 2024-12-13T23:11:11.211Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-13T23:11:11.465Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-13T23:11:11.523Z | Compiling cc v1.1.30 |
1181 | 2024-12-13T23:11:11.618Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-13T23:11:11.660Z | Compiling spin v0.9.8 |
1183 | 2024-12-13T23:11:11.843Z | Compiling pin-project-lite v0.2.14 |
1184 | 2024-12-13T23:11:11.977Z | Compiling rustix v0.38.37 |
1185 | 2024-12-13T23:11:11.979Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-13T23:11:12.049Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-13T23:11:12.128Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-13T23:11:12.304Z | Compiling mio v1.0.2 |
1189 | 2024-12-13T23:11:12.956Z | Compiling parking_lot v0.12.3 |
1190 | 2024-12-13T23:11:13.114Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-13T23:11:13.265Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-12-13T23:11:13.370Z | Compiling regex-syntax v0.8.5 |
1193 | 2024-12-13T23:11:13.390Z | Compiling lazy_static v1.5.0 |
1194 | 2024-12-13T23:11:13.523Z | Compiling glob v0.3.1 |
1195 | 2024-12-13T23:11:13.677Z | Compiling stable_deref_trait v1.2.0 |
1196 | 2024-12-13T23:11:13.765Z | Compiling either v1.13.0 |
1197 | 2024-12-13T23:11:13.795Z | Compiling futures-sink v0.3.31 |
1198 | 2024-12-13T23:11:13.949Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-13T23:11:13.970Z | Compiling slab v0.4.9 |
1200 | 2024-12-13T23:11:14.212Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-13T23:11:14.440Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-13T23:11:14.564Z | Compiling clang-sys v1.8.1 |
1203 | 2024-12-13T23:11:14.907Z | Compiling nom v7.1.3 |
1204 | 2024-12-13T23:11:14.971Z | Compiling libloading v0.8.5 |
1205 | 2024-12-13T23:11:15.011Z | Compiling home v0.5.9 |
1206 | 2024-12-13T23:11:15.309Z | Compiling serde_json v1.0.132 |
1207 | 2024-12-13T23:11:15.333Z | Compiling bindgen v0.69.5 |
1208 | 2024-12-13T23:11:15.670Z | Compiling itertools v0.10.5 |
1209 | 2024-12-13T23:11:16.017Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-13T23:11:16.161Z | Compiling foldhash v0.1.3 |
1211 | 2024-12-13T23:11:16.465Z | Compiling pin-utils v0.1.0 |
1212 | 2024-12-13T23:11:16.486Z | Compiling futures-task v0.3.31 |
1213 | 2024-12-13T23:11:16.565Z | Compiling allocator-api2 v0.2.18 |
1214 | 2024-12-13T23:11:16.792Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-12-13T23:11:16.937Z | Compiling futures-io v0.3.31 |
1216 | 2024-12-13T23:11:17.250Z | Compiling regex-automata v0.4.8 |
1217 | 2024-12-13T23:11:17.443Z | Compiling lazycell v1.3.0 |
1218 | 2024-12-13T23:11:17.621Z | Compiling hashbrown v0.15.1 |
1219 | 2024-12-13T23:11:18.587Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-13T23:11:19.022Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-13T23:11:19.051Z | Compiling cmake v0.1.51 |
1222 | 2024-12-13T23:11:20.122Z | Compiling libm v0.2.8 |
1223 | 2024-12-13T23:11:20.337Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-12-13T23:11:20.431Z | Compiling dunce v1.0.5 |
1225 | 2024-12-13T23:11:20.456Z | Compiling fs_extra v1.3.0 |
1226 | 2024-12-13T23:11:20.512Z | Compiling pkg-config v0.3.31 |
1227 | 2024-12-13T23:11:20.597Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-13T23:11:20.821Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-13T23:11:21.353Z | Compiling ring v0.17.8 |
1230 | 2024-12-13T23:11:21.950Z | Compiling paste v1.0.15 |
1231 | 2024-12-13T23:11:22.072Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-12-13T23:11:22.110Z | Compiling litemap v0.7.3 |
1233 | 2024-12-13T23:11:22.447Z | Compiling unicode-bidi v0.3.17 |
1234 | 2024-12-13T23:11:22.466Z | Compiling base64ct v1.6.0 |
1235 | 2024-12-13T23:11:22.488Z | Compiling writeable v0.5.5 |
1236 | 2024-12-13T23:11:23.049Z | Compiling regex v1.11.1 |
1237 | 2024-12-13T23:11:23.093Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-13T23:11:23.807Z | Compiling httparse v1.9.5 |
1239 | 2024-12-13T23:11:23.894Z | Compiling flagset v0.4.6 |
1240 | 2024-12-13T23:11:24.091Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-13T23:11:24.529Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-13T23:11:24.622Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-12-13T23:11:24.710Z | Compiling rustls-pki-types v1.10.0 |
1244 | 2024-12-13T23:11:25.220Z | Compiling percent-encoding v2.3.1 |
1245 | 2024-12-13T23:11:25.243Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-13T23:11:25.612Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-13T23:11:25.755Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-13T23:11:25.793Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-13T23:11:25.812Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-13T23:11:26.272Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-13T23:11:27.251Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-13T23:11:27.438Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-12-13T23:11:27.596Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-13T23:11:28.170Z | Compiling zerocopy v0.7.35 |
1255 | 2024-12-13T23:11:29.023Z | Compiling crypto-common v0.1.6 |
1256 | 2024-12-13T23:11:29.275Z | Compiling block-buffer v0.10.4 |
1257 | 2024-12-13T23:11:29.536Z | Compiling digest v0.10.7 |
1258 | 2024-12-13T23:11:29.755Z | Compiling futures-macro v0.3.31 |
1259 | 2024-12-13T23:11:29.978Z | Compiling hmac v0.12.1 |
1260 | 2024-12-13T23:11:30.042Z | Compiling zerovec-derive v0.10.3 |
1261 | 2024-12-13T23:11:30.209Z | Compiling block-padding v0.3.3 |
1262 | 2024-12-13T23:11:30.433Z | Compiling zerofrom v0.1.4 |
1263 | 2024-12-13T23:11:30.488Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-13T23:11:30.655Z | Compiling inout v0.1.3 |
1265 | 2024-12-13T23:11:30.677Z | Compiling yoke v0.7.4 |
1266 | 2024-12-13T23:11:30.817Z | Compiling thiserror v1.0.69 |
1267 | 2024-12-13T23:11:30.927Z | Compiling cipher v0.4.4 |
1268 | 2024-12-13T23:11:30.948Z | Compiling sha2 v0.10.8 |
1269 | 2024-12-13T23:11:31.025Z | Compiling ppv-lite86 v0.2.20 |
1270 | 2024-12-13T23:11:31.434Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-12-13T23:11:31.728Z | Compiling futures-util v0.3.31 |
1272 | 2024-12-13T23:11:31.867Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-13T23:11:32.152Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-12-13T23:11:32.611Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-12-13T23:11:32.774Z | Compiling zerovec v0.10.4 |
1276 | 2024-12-13T23:11:33.820Z | Compiling rand v0.8.5 |
1277 | 2024-12-13T23:11:34.363Z | Compiling der v0.7.9 |
1278 | 2024-12-13T23:11:34.385Z | Compiling salsa20 v0.10.2 |
1279 | 2024-12-13T23:11:34.486Z | Compiling pest v2.7.14 |
1280 | 2024-12-13T23:11:34.612Z | Compiling pbkdf2 v0.12.2 |
1281 | 2024-12-13T23:11:34.796Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-13T23:11:35.080Z | Compiling icu_collections v1.5.0 |
1283 | 2024-12-13T23:11:35.262Z | Compiling icu_locid v1.5.0 |
1284 | 2024-12-13T23:11:36.061Z | Compiling icu_properties_data v1.5.0 |
1285 | 2024-12-13T23:11:36.341Z | Compiling time-core v0.1.2 |
1286 | 2024-12-13T23:11:36.526Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-13T23:11:36.547Z | Compiling tracing v0.1.40 |
1288 | 2024-12-13T23:11:36.600Z | Compiling spki v0.7.3 |
1289 | 2024-12-13T23:11:36.998Z | Compiling vcpkg v0.2.15 |
1290 | 2024-12-13T23:11:37.056Z | Compiling untrusted v0.9.0 |
1291 | 2024-12-13T23:11:37.244Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2024-12-13T23:11:37.540Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-12-13T23:11:37.597Z | Compiling untrusted v0.7.1 |
1294 | 2024-12-13T23:11:37.741Z | Compiling num-conv v0.1.0 |
1295 | 2024-12-13T23:11:37.744Z | Compiling powerfmt v0.2.0 |
1296 | 2024-12-13T23:11:37.866Z | Compiling pest_meta v2.7.14 |
1297 | 2024-12-13T23:11:38.053Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-13T23:11:38.188Z | Compiling deranged v0.3.11 |
1299 | 2024-12-13T23:11:39.231Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-12-13T23:11:39.339Z | Compiling icu_properties v1.5.1 |
1301 | 2024-12-13T23:11:40.105Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-13T23:11:40.155Z | Compiling bytes v1.8.0 |
1303 | 2024-12-13T23:11:40.350Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-13T23:11:41.423Z | Compiling tokio v1.40.0 |
1305 | 2024-12-13T23:11:41.485Z | Compiling http v1.1.0 |
1306 | 2024-12-13T23:11:41.758Z | Compiling semver v1.0.23 |
1307 | 2024-12-13T23:11:41.879Z | Compiling scrypt v0.11.0 |
1308 | 2024-12-13T23:11:42.482Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-13T23:11:42.522Z | Compiling cbc v0.1.2 |
1310 | 2024-12-13T23:11:42.777Z | Compiling aes v0.8.4 |
1311 | 2024-12-13T23:11:43.161Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-12-13T23:11:43.290Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-12-13T23:11:43.476Z | Compiling write16 v1.0.0 |
1314 | 2024-12-13T23:11:43.539Z | Compiling num_threads v0.1.7 |
1315 | 2024-12-13T23:11:43.609Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-12-13T23:11:43.672Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-12-13T23:11:43.722Z | Compiling atomic-waker v1.1.2 |
1318 | 2024-12-13T23:11:43.876Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-12-13T23:11:43.915Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-12-13T23:11:44.023Z | Compiling time v0.3.36 |
1321 | 2024-12-13T23:11:44.265Z | Compiling http-body v1.0.1 |
1322 | 2024-12-13T23:11:44.691Z | Compiling which v4.4.2 |
1323 | 2024-12-13T23:11:44.733Z | Compiling scroll v0.12.0 |
1324 | 2024-12-13T23:11:45.299Z | Compiling pest_generator v2.7.14 |
1325 | 2024-12-13T23:11:45.302Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-13T23:11:45.651Z | Compiling try-lock v0.2.5 |
1327 | 2024-12-13T23:11:45.712Z | Compiling slog v2.7.0 |
1328 | 2024-12-13T23:11:45.809Z | Compiling want v0.3.1 |
1329 | 2024-12-13T23:11:45.921Z | Compiling goblin v0.8.2 |
1330 | 2024-12-13T23:11:46.083Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-13T23:11:46.117Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-13T23:11:46.298Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-13T23:11:46.767Z | Compiling idna v1.0.3 |
1334 | 2024-12-13T23:11:46.870Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-12-13T23:11:47.177Z | Compiling uuid v1.11.0 |
1336 | 2024-12-13T23:11:47.406Z | Compiling pest_derive v2.7.14 |
1337 | 2024-12-13T23:11:47.471Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-13T23:11:48.032Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-13T23:11:48.266Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-12-13T23:11:48.291Z | Compiling tower-service v0.3.3 |
1341 | 2024-12-13T23:11:48.425Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-12-13T23:11:48.545Z | Compiling adler2 v2.0.0 |
1343 | 2024-12-13T23:11:48.681Z | Compiling rustversion v1.0.17 |
1344 | 2024-12-13T23:11:49.166Z | Compiling match_cfg v0.1.0 |
1345 | 2024-12-13T23:11:49.227Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-12-13T23:11:49.227Z | Compiling openssl v0.10.66 |
1347 | 2024-12-13T23:11:49.238Z | Compiling base64 v0.22.1 |
1348 | 2024-12-13T23:11:49.286Z | Compiling chrono v0.4.38 |
1349 | 2024-12-13T23:11:49.329Z | Compiling hostname v0.3.1 |
1350 | 2024-12-13T23:11:49.465Z | Compiling miniz_oxide v0.8.0 |
1351 | 2024-12-13T23:11:49.604Z | Compiling foreign-types v0.3.2 |
1352 | 2024-12-13T23:11:49.704Z | Compiling url v2.5.3 |
1353 | 2024-12-13T23:11:50.489Z | Compiling tokio-util v0.7.12 |
1354 | 2024-12-13T23:11:51.086Z | Compiling async-trait v0.1.83 |
1355 | 2024-12-13T23:11:51.386Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-13T23:11:51.762Z | Compiling h2 v0.4.6 |
1357 | 2024-12-13T23:11:51.978Z | Compiling dof v0.3.0 |
1358 | 2024-12-13T23:11:52.167Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-13T23:11:52.858Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-13T23:11:53.183Z | Compiling data-encoding v2.6.0 |
1361 | 2024-12-13T23:11:53.900Z | Compiling syn v1.0.109 |
1362 | 2024-12-13T23:11:54.316Z | Compiling rustls v0.23.19 |
1363 | 2024-12-13T23:11:54.494Z | Compiling siphasher v0.3.11 |
1364 | 2024-12-13T23:11:54.550Z | Compiling native-tls v0.2.12 |
1365 | 2024-12-13T23:11:54.600Z | Compiling rustls v0.22.4 |
1366 | 2024-12-13T23:11:54.929Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-13T23:11:55.155Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-13T23:11:55.596Z | Compiling heapless v0.7.17 |
1369 | 2024-12-13T23:11:55.711Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-13T23:11:56.030Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-13T23:11:56.433Z | Compiling signature v2.2.0 |
1372 | 2024-12-13T23:11:56.461Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-13T23:11:56.481Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-13T23:11:56.553Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-13T23:11:56.714Z | Compiling multer v3.1.0 |
1376 | 2024-12-13T23:11:56.946Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-13T23:11:57.004Z | Compiling cookie v0.18.1 |
1378 | 2024-12-13T23:11:57.130Z | Compiling signal-hook v0.3.17 |
1379 | 2024-12-13T23:11:57.337Z | Compiling unicode-properties v0.1.3 |
1380 | 2024-12-13T23:11:57.393Z | Compiling rayon-core v1.12.1 |
1381 | 2024-12-13T23:11:57.529Z | Compiling slog-async v2.8.0 |
1382 | 2024-12-13T23:11:57.658Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-13T23:11:57.729Z | Compiling gimli v0.31.1 |
1384 | 2024-12-13T23:11:58.062Z | Compiling mime v0.3.17 |
1385 | 2024-12-13T23:11:58.108Z | Compiling schemars v0.8.21 |
1386 | 2024-12-13T23:11:58.437Z | Compiling ipnet v2.10.1 |
1387 | 2024-12-13T23:11:58.731Z | Compiling toml_edit v0.22.22 |
1388 | 2024-12-13T23:12:03.575Z | Compiling hyper v1.5.0 |
1389 | 2024-12-13T23:12:03.698Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-12-13T23:12:03.698Z | Compiling hyper-util v0.1.10 |
1391 | 2024-12-13T23:12:03.698Z | Compiling addr2line v0.24.2 |
1392 | 2024-12-13T23:12:03.698Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-13T23:12:03.698Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-12-13T23:12:03.698Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-13T23:12:03.850Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-13T23:12:04.272Z | Compiling term v0.7.0 |
1397 | 2024-12-13T23:12:04.913Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-13T23:12:04.947Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-13T23:12:05.186Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-13T23:12:05.274Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-13T23:12:05.465Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-13T23:12:05.486Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-13T23:12:05.820Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-13T23:12:05.823Z | Compiling async-stream-impl v0.3.6 |
1405 | 2024-12-13T23:12:06.051Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-13T23:12:06.097Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-13T23:12:06.360Z | Compiling idna v0.3.0 |
1408 | 2024-12-13T23:12:06.383Z | Compiling idna v0.4.0 |
1409 | 2024-12-13T23:12:06.569Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-13T23:12:06.911Z | Compiling ff v0.13.0 |
1411 | 2024-12-13T23:12:06.983Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-13T23:12:07.114Z | Compiling object v0.36.5 |
1413 | 2024-12-13T23:12:07.135Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-13T23:12:07.278Z | Compiling rustc-demangle v0.1.24 |
1415 | 2024-12-13T23:12:07.373Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-12-13T23:12:07.416Z | Compiling fallible-iterator v0.2.0 |
1417 | 2024-12-13T23:12:07.670Z | Compiling utf-8 v0.7.6 |
1418 | 2024-12-13T23:12:08.049Z | Compiling psl-types v2.0.11 |
1419 | 2024-12-13T23:12:08.073Z | Compiling linked-hash-map v0.5.6 |
1420 | 2024-12-13T23:12:08.093Z | Compiling base16ct v0.2.0 |
1421 | 2024-12-13T23:12:08.196Z | Compiling quick-error v1.2.3 |
1422 | 2024-12-13T23:12:08.257Z | Compiling smoltcp v0.9.1 |
1423 | 2024-12-13T23:12:08.323Z | Compiling dyn-clone v1.0.17 |
1424 | 2024-12-13T23:12:08.353Z | Compiling portable-atomic v1.9.0 |
1425 | 2024-12-13T23:12:08.438Z | Compiling take_mut v0.2.2 |
1426 | 2024-12-13T23:12:08.459Z | Compiling anyhow v1.0.93 |
1427 | 2024-12-13T23:12:08.999Z | Compiling lru-cache v0.1.2 |
1428 | 2024-12-13T23:12:09.200Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-12-13T23:12:09.483Z | Compiling sec1 v0.7.3 |
1430 | 2024-12-13T23:12:09.534Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-12-13T23:12:09.809Z | Compiling postgres-protocol v0.6.7 |
1432 | 2024-12-13T23:12:09.832Z | Compiling tungstenite v0.24.0 |
1433 | 2024-12-13T23:12:10.065Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-13T23:12:10.104Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-12-13T23:12:10.389Z | Compiling group v0.13.0 |
1436 | 2024-12-13T23:12:10.722Z | Compiling slog-term v2.9.1 |
1437 | 2024-12-13T23:12:11.181Z | Compiling usdt v0.5.0 |
1438 | 2024-12-13T23:12:12.011Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-13T23:12:12.213Z | Compiling futures v0.3.31 |
1440 | 2024-12-13T23:12:12.305Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-13T23:12:13.638Z | Compiling camino v1.1.9 |
1442 | 2024-12-13T23:12:13.670Z | Compiling toml v0.8.19 |
1443 | 2024-12-13T23:12:14.019Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2024-12-13T23:12:14.295Z | Compiling phf_shared v0.11.2 |
1445 | 2024-12-13T23:12:14.317Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-12-13T23:12:14.615Z | Compiling backtrace v0.3.74 |
1447 | 2024-12-13T23:12:14.695Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-13T23:12:14.931Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-13T23:12:15.160Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-13T23:12:15.387Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-13T23:12:15.454Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-13T23:12:15.723Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-13T23:12:16.225Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2024-12-13T23:12:17.883Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-13T23:12:18.472Z | Compiling webpki-roots v0.26.6 |
1456 | 2024-12-13T23:12:18.697Z | Compiling idna v0.5.0 |
1457 | 2024-12-13T23:12:19.113Z | Compiling hostname v0.4.0 |
1458 | 2024-12-13T23:12:19.239Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-13T23:12:19.383Z | Compiling ahash v0.8.11 |
1460 | 2024-12-13T23:12:19.718Z | Compiling crc32fast v1.4.2 |
1461 | 2024-12-13T23:12:19.740Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-13T23:12:20.051Z | Compiling bitflags v1.3.2 |
1463 | 2024-12-13T23:12:20.073Z | Compiling debug-ignore v1.0.5 |
1464 | 2024-12-13T23:12:20.157Z | Compiling winnow v0.5.40 |
1465 | 2024-12-13T23:12:20.191Z | Compiling managed v0.8.0 |
1466 | 2024-12-13T23:12:20.227Z | Compiling console v0.15.8 |
1467 | 2024-12-13T23:12:20.268Z | Compiling zerocopy v0.6.6 |
1468 | 2024-12-13T23:12:20.425Z | Compiling hubpack v0.1.2 |
1469 | 2024-12-13T23:12:20.873Z | Compiling clap_builder v4.5.21 |
1470 | 2024-12-13T23:12:20.962Z | Compiling strum_macros v0.25.3 |
1471 | 2024-12-13T23:12:21.311Z | Compiling flate2 v1.0.34 |
1472 | 2024-12-13T23:12:21.913Z | Compiling cookie_store v0.21.0 |
1473 | 2024-12-13T23:12:21.961Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-13T23:12:22.873Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-12-13T23:12:23.582Z | Compiling phf v0.11.2 |
1476 | 2024-12-13T23:12:23.842Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-13T23:12:23.890Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-12-13T23:12:24.188Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2024-12-13T23:12:24.311Z | Compiling rayon v1.10.0 |
1480 | 2024-12-13T23:12:24.357Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-13T23:12:25.439Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-13T23:12:25.947Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-13T23:12:28.992Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-13T23:12:29.379Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-13T23:12:29.721Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-13T23:12:29.922Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-13T23:12:30.499Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-13T23:12:30.634Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-13T23:12:30.778Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-13T23:12:30.846Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-13T23:12:30.930Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-13T23:12:30.954Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-13T23:12:30.954Z | Compiling bstr v1.10.0 |
1494 | 2024-12-13T23:12:31.170Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-13T23:12:31.336Z | Compiling unicode-segmentation v1.12.0 |
1496 | 2024-12-13T23:12:32.050Z | Compiling predicates-core v1.0.8 |
1497 | 2024-12-13T23:12:32.155Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-12-13T23:12:32.256Z | Compiling bit-vec v0.6.3 |
1499 | 2024-12-13T23:12:32.429Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2024-12-13T23:12:32.566Z | Compiling static_assertions v1.1.0 |
1501 | 2024-12-13T23:12:32.632Z | Compiling whoami v1.5.2 |
1502 | 2024-12-13T23:12:32.679Z | Compiling number_prefix v0.4.0 |
1503 | 2024-12-13T23:12:32.732Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-13T23:12:32.837Z | Compiling unicode-width v0.2.0 |
1505 | 2024-12-13T23:12:32.890Z | Compiling new_debug_unreachable v1.0.6 |
1506 | 2024-12-13T23:12:32.928Z | Compiling difflib v0.4.0 |
1507 | 2024-12-13T23:12:32.993Z | Compiling string_cache v0.8.7 |
1508 | 2024-12-13T23:12:33.281Z | Compiling tokio-postgres v0.7.12 |
1509 | 2024-12-13T23:12:33.397Z | Compiling predicates v3.1.2 |
1510 | 2024-12-13T23:12:33.491Z | Compiling indicatif v0.17.9 |
1511 | 2024-12-13T23:12:34.569Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2024-12-13T23:12:34.606Z | Compiling bit-set v0.5.3 |
1513 | 2024-12-13T23:12:34.910Z | Compiling petgraph v0.6.5 |
1514 | 2024-12-13T23:12:35.252Z | Compiling similar v2.6.0 |
1515 | 2024-12-13T23:12:35.820Z | Compiling ecdsa v0.16.9 |
1516 | 2024-12-13T23:12:35.869Z | Compiling clap v4.5.21 |
1517 | 2024-12-13T23:12:36.004Z | Compiling rsa v0.9.6 |
1518 | 2024-12-13T23:12:36.725Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-13T23:12:37.830Z | Compiling toml v0.7.8 |
1520 | 2024-12-13T23:12:38.090Z | Compiling zip v0.6.6 |
1521 | 2024-12-13T23:12:39.246Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-13T23:12:39.621Z | Compiling hex v0.4.3 |
1523 | 2024-12-13T23:12:39.636Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-13T23:12:39.968Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-12-13T23:12:40.242Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-13T23:12:40.435Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-13T23:12:40.485Z | Compiling strum_macros v0.26.4 |
1528 | 2024-12-13T23:12:40.666Z | Compiling xattr v1.3.1 |
1529 | 2024-12-13T23:12:40.812Z | Compiling filetime v0.2.25 |
1530 | 2024-12-13T23:12:41.107Z | Compiling tar v0.4.42 |
1531 | 2024-12-13T23:12:45.085Z | Compiling strum v0.26.3 |
1532 | 2024-12-13T23:12:48.969Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-12-13T23:13:21.611Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-12-13T23:13:25.127Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-12-13T23:13:26.617Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-12-13T23:13:26.926Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-12-13T23:13:27.319Z | Compiling reqwest v0.12.9 |
1538 | 2024-12-13T23:13:28.977Z | Compiling qorb v0.2.1 |
1539 | 2024-12-13T23:13:33.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-12-13T23:13:33.741Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-12-13T23:13:39.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1542 | 2024-12-13T23:13:39.849Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-12-13T23:13:39.900Z | Dec 13 23:13:38.407 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-12-13T23:13:39.900Z | Dec 13 23:13:38.408 INFO Starting download, target: Cockroach |
1545 | 2024-12-13T23:13:39.900Z | Dec 13 23:13:38.408 INFO Starting download, target: Console |
1546 | 2024-12-13T23:13:39.900Z | Dec 13 23:13:38.408 INFO Starting download, target: Clickhouse |
1547 | 2024-12-13T23:13:39.904Z | Dec 13 23:13:38.408 INFO Starting download, target: DendriteStub |
1548 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Starting download, target: TransceiverControl |
1550 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-12-13T23:13:39.905Z | Dec 13 23:13:38.408 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-13T23:13:40.105Z | Dec 13 23:13:38.600 INFO Download complete, target: DendriteOpenapi |
1558 | 2024-12-13T23:13:40.428Z | Dec 13 23:13:38.889 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-12-13T23:13:40.484Z | Dec 13 23:13:38.924 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-12-13T23:13:40.724Z | Dec 13 23:13:39.232 INFO Download complete, target: Console |
1561 | 2024-12-13T23:13:40.876Z | Dec 13 23:13:39.371 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-13T23:13:41.001Z | Dec 13 23:13:39.509 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-13T23:13:41.124Z | Dec 13 23:13:39.633 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-13T23:13:41.460Z | Dec 13 23:13:39.969 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1565 | 2024-12-13T23:13:41.460Z | Dec 13 23:13:39.969 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1566 | 2024-12-13T23:13:41.946Z | Dec 13 23:13:40.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-12-13T23:13:43.825Z | Dec 13 23:13:42.334 INFO Download complete, target: DendriteStub |
1568 | 2024-12-13T23:13:44.078Z | Dec 13 23:13:42.586 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-13T23:13:49.074Z | Dec 13 23:13:47.581 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-13T23:13:49.234Z | Dec 13 23:13:47.741 INFO Download complete, target: Cockroach |
1571 | 2024-12-13T23:13:54.748Z | Dec 13 23:13:53.255 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-12-13T23:13:55.143Z | Dec 13 23:13:53.647 INFO Download complete, target: Clickhouse |
1573 | 2024-12-13T23:13:55.207Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-12-13T23:13:55.211Z | |
1575 | 2024-12-13T23:13:55.211Z | real 5:28.961105032 |
1576 | 2024-12-13T23:13:55.211Z | user 16:44.810758064 |
1577 | 2024-12-13T23:13:55.211Z | sys 3:17.172455713 |
1578 | 2024-12-13T23:13:55.211Z | trap 0.554961525 |
1579 | 2024-12-13T23:13:55.211Z | tflt 6.009913769 |
1580 | 2024-12-13T23:13:55.212Z | dflt 5.385305645 |
1581 | 2024-12-13T23:13:55.212Z | kflt 0.409047603 |
1582 | 2024-12-13T23:13:55.212Z | lock 30:34.628496341 |
1583 | 2024-12-13T23:13:55.212Z | slp 1:04:02.485808153 |
1584 | 2024-12-13T23:13:55.212Z | lat 54.232499386 |
1585 | 2024-12-13T23:13:55.212Z | stop 2:20.577927585 |
1586 | 2024-12-13T23:13:55.212Z | + banner hack-check |
1587 | 2024-12-13T23:13:55.212Z | |
1588 | 2024-12-13T23:13:55.212Z | # # ## #### # # #### # # ###### #### # # |
1589 | 2024-12-13T23:13:55.212Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-12-13T23:13:55.212Z | ###### # # # #### ##### # ###### ##### # #### |
1591 | 2024-12-13T23:13:55.212Z | # # ###### # # # # # # # # # # |
1592 | 2024-12-13T23:13:55.212Z | # # # # # # # # # # # # # # # # # |
1593 | 2024-12-13T23:13:55.212Z | # # # # #### # # #### # # ###### #### # # |
1594 | 2024-12-13T23:13:55.212Z | |
1595 | 2024-12-13T23:13:55.212Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-12-13T23:13:55.212Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-12-13T23:13:55.212Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1598 | 2024-12-13T23:13:55.755Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-12-13T23:13:59.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
1600 | 2024-12-13T23:13:59.656Z | Running `target/debug/xtask check-features --ci` |
1601 | 2024-12-13T23:13:59.676Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1602 | 2024-12-13T23:13:59.679Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1603 | 2024-12-13T23:14:00.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1604 | 2024-12-13T23:14:00.153Z | Running `target/debug/xtask download cargo-hack` |
1605 | 2024-12-13T23:14:00.994Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1606 | 2024-12-13T23:14:01.336Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1607 | 2024-12-13T23:14:06.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
1608 | 2024-12-13T23:14:06.715Z | Running `target/debug/xtask-downloader cargo-hack` |
1609 | 2024-12-13T23:14:06.752Z | Dec 13 23:14:05.256 INFO Starting download, target: CargoHack |
1610 | 2024-12-13T23:14:06.754Z | Dec 13 23:14:05.257 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1611 | 2024-12-13T23:14:07.363Z | Dec 13 23:14:05.867 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1612 | 2024-12-13T23:14:07.452Z | Dec 13 23:14:05.956 INFO Download complete, target: CargoHack |
1613 | 2024-12-13T23:14:07.456Z | 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" |
1614 | 2024-12-13T23:14:07.472Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1615 | 2024-12-13T23:14:07.645Z | info: running `cargo check --bins` on api_identity (1/174) |
1616 | 2024-12-13T23:14:08.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-12-13T23:14:08.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-12-13T23:14:08.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-12-13T23:14:08.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1620 | 2024-12-13T23:14:08.267Z | |
1621 | 2024-12-13T23:14:08.267Z | info: running `cargo check --bins` on bootstore (2/174) |
1622 | 2024-12-13T23:14:08.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-12-13T23:14:08.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-12-13T23:14:08.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-12-13T23:14:08.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1626 | 2024-12-13T23:14:08.943Z | |
1627 | 2024-12-13T23:14:08.943Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1628 | 2024-12-13T23:14:09.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-12-13T23:14:09.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-12-13T23:14:09.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-12-13T23:14:09.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1632 | 2024-12-13T23:14:09.588Z | |
1633 | 2024-12-13T23:14:09.589Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1634 | 2024-12-13T23:14:10.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-12-13T23:14:10.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-12-13T23:14:10.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-12-13T23:14:10.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1638 | 2024-12-13T23:14:10.229Z | |
1639 | 2024-12-13T23:14:10.229Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1640 | 2024-12-13T23:14:10.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-12-13T23:14:10.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-12-13T23:14:10.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-12-13T23:14:10.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1644 | 2024-12-13T23:14:10.656Z | |
1645 | 2024-12-13T23:14:10.656Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1646 | 2024-12-13T23:14:11.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-12-13T23:14:11.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-12-13T23:14:11.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-12-13T23:14:11.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1650 | 2024-12-13T23:14:11.093Z | |
1651 | 2024-12-13T23:14:11.093Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1652 | 2024-12-13T23:14:11.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-12-13T23:14:11.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-12-13T23:14:11.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-12-13T23:14:11.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1656 | 2024-12-13T23:14:11.618Z | |
1657 | 2024-12-13T23:14:11.618Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1658 | 2024-12-13T23:14:11.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-12-13T23:14:11.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-12-13T23:14:11.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-12-13T23:14:11.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1662 | 2024-12-13T23:14:11.946Z | |
1663 | 2024-12-13T23:14:11.946Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1664 | 2024-12-13T23:14:12.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-12-13T23:14:12.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-12-13T23:14:12.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-12-13T23:14:12.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1668 | 2024-12-13T23:14:12.372Z | |
1669 | 2024-12-13T23:14:12.372Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1670 | 2024-12-13T23:14:12.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-12-13T23:14:12.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-12-13T23:14:12.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-12-13T23:14:12.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1674 | 2024-12-13T23:14:12.799Z | |
1675 | 2024-12-13T23:14:12.799Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1676 | 2024-12-13T23:14:13.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-12-13T23:14:13.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-12-13T23:14:13.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-12-13T23:14:13.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1680 | 2024-12-13T23:14:13.223Z | |
1681 | 2024-12-13T23:14:13.223Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1682 | 2024-12-13T23:14:13.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-12-13T23:14:13.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-12-13T23:14:13.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-12-13T23:14:13.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1686 | 2024-12-13T23:14:13.651Z | |
1687 | 2024-12-13T23:14:13.651Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1688 | 2024-12-13T23:14:14.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-12-13T23:14:14.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-12-13T23:14:14.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-12-13T23:14:14.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1692 | 2024-12-13T23:14:14.081Z | |
1693 | 2024-12-13T23:14:14.081Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1694 | 2024-12-13T23:14:14.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-12-13T23:14:14.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-12-13T23:14:14.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-12-13T23:14:14.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1698 | 2024-12-13T23:14:14.510Z | |
1699 | 2024-12-13T23:14:14.510Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1700 | 2024-12-13T23:14:14.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-12-13T23:14:14.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-12-13T23:14:14.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-12-13T23:14:14.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1704 | 2024-12-13T23:14:14.939Z | |
1705 | 2024-12-13T23:14:14.939Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1706 | 2024-12-13T23:14:15.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2024-12-13T23:14:15.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2024-12-13T23:14:15.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2024-12-13T23:14:15.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1710 | 2024-12-13T23:14:15.367Z | |
1711 | 2024-12-13T23:14:15.367Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1712 | 2024-12-13T23:14:15.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-12-13T23:14:15.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-12-13T23:14:15.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-12-13T23:14:15.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1716 | 2024-12-13T23:14:15.791Z | |
1717 | 2024-12-13T23:14:15.791Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1718 | 2024-12-13T23:14:16.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-12-13T23:14:16.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-12-13T23:14:16.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-12-13T23:14:16.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1722 | 2024-12-13T23:14:16.221Z | |
1723 | 2024-12-13T23:14:16.221Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1724 | 2024-12-13T23:14:16.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-12-13T23:14:16.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-12-13T23:14:16.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-12-13T23:14:16.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1728 | 2024-12-13T23:14:16.653Z | |
1729 | 2024-12-13T23:14:16.653Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1730 | 2024-12-13T23:14:17.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2024-12-13T23:14:17.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2024-12-13T23:14:17.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2024-12-13T23:14:17.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1734 | 2024-12-13T23:14:17.079Z | |
1735 | 2024-12-13T23:14:17.079Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1736 | 2024-12-13T23:14:17.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2024-12-13T23:14:17.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2024-12-13T23:14:17.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2024-12-13T23:14:17.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1740 | 2024-12-13T23:14:17.510Z | |
1741 | 2024-12-13T23:14:17.510Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1742 | 2024-12-13T23:14:17.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2024-12-13T23:14:17.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2024-12-13T23:14:17.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2024-12-13T23:14:17.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1746 | 2024-12-13T23:14:17.940Z | |
1747 | 2024-12-13T23:14:17.940Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1748 | 2024-12-13T23:14:18.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2024-12-13T23:14:18.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2024-12-13T23:14:18.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2024-12-13T23:14:18.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1752 | 2024-12-13T23:14:18.369Z | |
1753 | 2024-12-13T23:14:18.369Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1754 | 2024-12-13T23:14:18.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2024-12-13T23:14:18.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2024-12-13T23:14:18.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2024-12-13T23:14:18.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1758 | 2024-12-13T23:14:18.793Z | |
1759 | 2024-12-13T23:14:18.793Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1760 | 2024-12-13T23:14:19.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2024-12-13T23:14:19.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2024-12-13T23:14:19.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2024-12-13T23:14:19.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1764 | 2024-12-13T23:14:19.434Z | |
1765 | 2024-12-13T23:14:19.434Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1766 | 2024-12-13T23:14:19.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-12-13T23:14:20.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-12-13T23:14:20.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-12-13T23:14:20.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1770 | 2024-12-13T23:14:20.075Z | |
1771 | 2024-12-13T23:14:20.075Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1772 | 2024-12-13T23:14:20.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-12-13T23:14:20.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-12-13T23:14:20.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2024-12-13T23:14:20.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1776 | 2024-12-13T23:14:20.725Z | |
1777 | 2024-12-13T23:14:20.725Z | info: running `cargo check --bins` on oxlog (28/174) |
1778 | 2024-12-13T23:14:21.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2024-12-13T23:14:21.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2024-12-13T23:14:21.362Z | Checking cfg-if v1.0.0 |
1781 | 2024-12-13T23:14:21.365Z | Checking libc v0.2.162 |
1782 | 2024-12-13T23:14:21.473Z | Checking serde v1.0.215 |
1783 | 2024-12-13T23:14:21.475Z | Checking zeroize v1.8.1 |
1784 | 2024-12-13T23:14:21.492Z | Checking memchr v2.7.4 |
1785 | 2024-12-13T23:14:21.495Z | Checking typenum v1.17.0 |
1786 | 2024-12-13T23:14:21.503Z | Checking scopeguard v1.2.0 |
1787 | 2024-12-13T23:14:21.526Z | Checking subtle v2.6.1 |
1788 | 2024-12-13T23:14:21.539Z | Checking value-bag v1.9.0 |
1789 | 2024-12-13T23:14:21.650Z | Checking lock_api v0.4.12 |
1790 | 2024-12-13T23:14:21.711Z | Checking itoa v1.0.11 |
1791 | 2024-12-13T23:14:21.773Z | Checking const-oid v0.9.6 |
1792 | 2024-12-13T23:14:21.899Z | Checking smallvec v1.13.2 |
1793 | 2024-12-13T23:14:21.959Z | Checking log v0.4.22 |
1794 | 2024-12-13T23:14:22.069Z | Checking pin-project-lite v0.2.14 |
1795 | 2024-12-13T23:14:22.189Z | Checking byteorder v1.5.0 |
1796 | 2024-12-13T23:14:22.259Z | Checking futures-core v0.3.31 |
1797 | 2024-12-13T23:14:22.348Z | Checking once_cell v1.20.2 |
1798 | 2024-12-13T23:14:22.444Z | Checking cpufeatures v0.2.14 |
1799 | 2024-12-13T23:14:22.498Z | Checking futures-sink v0.3.31 |
1800 | 2024-12-13T23:14:22.533Z | Checking stable_deref_trait v1.2.0 |
1801 | 2024-12-13T23:14:22.582Z | Checking spin v0.9.8 |
1802 | 2024-12-13T23:14:22.620Z | Checking getrandom v0.2.15 |
1803 | 2024-12-13T23:14:22.634Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-12-13T23:14:22.636Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-12-13T23:14:22.667Z | Checking mio v1.0.2 |
1806 | 2024-12-13T23:14:22.813Z | Checking generic-array v0.14.7 |
1807 | 2024-12-13T23:14:22.842Z | Checking rand_core v0.6.4 |
1808 | 2024-12-13T23:14:22.871Z | Checking socket2 v0.5.7 |
1809 | 2024-12-13T23:14:22.930Z | Checking zerocopy v0.7.35 |
1810 | 2024-12-13T23:14:22.971Z | Checking parking_lot v0.12.3 |
1811 | 2024-12-13T23:14:23.131Z | Checking zerofrom v0.1.4 |
1812 | 2024-12-13T23:14:23.267Z | Checking slab v0.4.9 |
1813 | 2024-12-13T23:14:23.316Z | Checking futures-channel v0.3.31 |
1814 | 2024-12-13T23:14:23.331Z | Checking yoke v0.7.4 |
1815 | 2024-12-13T23:14:23.348Z | Checking pin-utils v0.1.0 |
1816 | 2024-12-13T23:14:23.430Z | Checking equivalent v1.0.1 |
1817 | 2024-12-13T23:14:23.533Z | Checking foldhash v0.1.3 |
1818 | 2024-12-13T23:14:23.547Z | Checking futures-task v0.3.31 |
1819 | 2024-12-13T23:14:23.655Z | Checking allocator-api2 v0.2.18 |
1820 | 2024-12-13T23:14:23.662Z | Checking futures-io v0.3.31 |
1821 | 2024-12-13T23:14:23.687Z | Checking zerovec v0.10.4 |
1822 | 2024-12-13T23:14:23.720Z | Checking tinyvec_macros v0.1.1 |
1823 | 2024-12-13T23:14:23.767Z | Checking ryu v1.0.18 |
1824 | 2024-12-13T23:14:23.799Z | Checking tinyvec v1.8.0 |
1825 | 2024-12-13T23:14:23.842Z | Checking futures-util v0.3.31 |
1826 | 2024-12-13T23:14:23.992Z | Checking fnv v1.0.7 |
1827 | 2024-12-13T23:14:24.043Z | Checking crypto-common v0.1.6 |
1828 | 2024-12-13T23:14:24.120Z | Checking block-buffer v0.10.4 |
1829 | 2024-12-13T23:14:24.232Z | Checking block-padding v0.3.3 |
1830 | 2024-12-13T23:14:24.287Z | Checking hashbrown v0.15.1 |
1831 | 2024-12-13T23:14:24.335Z | Checking digest v0.10.7 |
1832 | 2024-12-13T23:14:24.421Z | Checking libm v0.2.8 |
1833 | 2024-12-13T23:14:24.444Z | Checking inout v0.1.3 |
1834 | 2024-12-13T23:14:24.679Z | Checking cipher v0.4.4 |
1835 | 2024-12-13T23:14:24.718Z | Checking hmac v0.12.1 |
1836 | 2024-12-13T23:14:24.921Z | Checking sha2 v0.10.8 |
1837 | 2024-12-13T23:14:25.078Z | Checking unicode-bidi v0.3.17 |
1838 | 2024-12-13T23:14:25.160Z | Checking unicode-normalization v0.1.24 |
1839 | 2024-12-13T23:14:25.357Z | Checking writeable v0.5.5 |
1840 | 2024-12-13T23:14:25.373Z | Checking tinystr v0.7.6 |
1841 | 2024-12-13T23:14:25.390Z | Checking base64ct v1.6.0 |
1842 | 2024-12-13T23:14:25.501Z | Checking litemap v0.7.3 |
1843 | 2024-12-13T23:14:25.689Z | Checking num-traits v0.2.19 |
1844 | 2024-12-13T23:14:25.720Z | Checking ppv-lite86 v0.2.20 |
1845 | 2024-12-13T23:14:25.743Z | Checking flagset v0.4.6 |
1846 | 2024-12-13T23:14:25.849Z | Checking pem-rfc7468 v0.7.0 |
1847 | 2024-12-13T23:14:25.864Z | Checking icu_locid v1.5.0 |
1848 | 2024-12-13T23:14:25.929Z | Checking tracing-core v0.1.32 |
1849 | 2024-12-13T23:14:26.080Z | Checking thiserror v1.0.69 |
1850 | 2024-12-13T23:14:26.095Z | Checking der v0.7.9 |
1851 | 2024-12-13T23:14:26.213Z | Checking rustls-pki-types v1.10.0 |
1852 | 2024-12-13T23:14:26.517Z | Checking rand_chacha v0.3.1 |
1853 | 2024-12-13T23:14:26.558Z | Checking bytes v1.8.0 |
1854 | 2024-12-13T23:14:26.600Z | Checking indexmap v2.6.0 |
1855 | 2024-12-13T23:14:26.801Z | Checking serde_json v1.0.132 |
1856 | 2024-12-13T23:14:26.918Z | Checking bitflags v2.6.0 |
1857 | 2024-12-13T23:14:26.938Z | Checking icu_provider v1.5.0 |
1858 | 2024-12-13T23:14:27.224Z | Checking icu_locid_transform_data v1.5.0 |
1859 | 2024-12-13T23:14:27.320Z | Checking percent-encoding v2.3.1 |
1860 | 2024-12-13T23:14:27.365Z | Checking tokio v1.40.0 |
1861 | 2024-12-13T23:14:27.397Z | Checking http v1.1.0 |
1862 | 2024-12-13T23:14:27.524Z | Checking rand v0.8.5 |
1863 | 2024-12-13T23:14:27.599Z | Checking icu_locid_transform v1.5.0 |
1864 | 2024-12-13T23:14:27.931Z | Checking tracing v0.1.40 |
1865 | 2024-12-13T23:14:28.005Z | Checking spki v0.7.3 |
1866 | 2024-12-13T23:14:28.278Z | Checking icu_collections v1.5.0 |
1867 | 2024-12-13T23:14:28.299Z | Checking salsa20 v0.10.2 |
1868 | 2024-12-13T23:14:28.526Z | Checking pbkdf2 v0.12.2 |
1869 | 2024-12-13T23:14:28.597Z | Checking aws-lc-sys v0.22.0 |
1870 | 2024-12-13T23:14:28.632Z | Checking httparse v1.9.5 |
1871 | 2024-12-13T23:14:28.682Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-12-13T23:14:28.813Z | Checking icu_properties_data v1.5.0 |
1873 | 2024-12-13T23:14:28.839Z | Checking powerfmt v0.2.0 |
1874 | 2024-12-13T23:14:28.863Z | Checking untrusted v0.7.1 |
1875 | 2024-12-13T23:14:28.970Z | Checking untrusted v0.9.0 |
1876 | 2024-12-13T23:14:29.032Z | Checking scrypt v0.11.0 |
1877 | 2024-12-13T23:14:29.050Z | Checking icu_properties v1.5.1 |
1878 | 2024-12-13T23:14:29.067Z | Checking aes v0.8.4 |
1879 | 2024-12-13T23:14:29.069Z | Checking cbc v0.1.2 |
1880 | 2024-12-13T23:14:29.097Z | Checking deranged v0.3.11 |
1881 | 2024-12-13T23:14:29.118Z | Checking ring v0.17.8 |
1882 | 2024-12-13T23:14:29.237Z | Checking crossbeam-utils v0.8.20 |
1883 | 2024-12-13T23:14:29.277Z | Checking atomic-waker v1.1.2 |
1884 | 2024-12-13T23:14:29.400Z | Checking write16 v1.0.0 |
1885 | 2024-12-13T23:14:29.530Z | Checking num-conv v0.1.0 |
1886 | 2024-12-13T23:14:29.802Z | Checking time-core v0.1.2 |
1887 | 2024-12-13T23:14:29.967Z | Checking utf16_iter v1.0.5 |
1888 | 2024-12-13T23:14:29.970Z | Checking utf8_iter v1.0.4 |
1889 | 2024-12-13T23:14:29.995Z | Checking icu_normalizer_data v1.5.0 |
1890 | 2024-12-13T23:14:30.086Z | Checking num_threads v0.1.7 |
1891 | 2024-12-13T23:14:30.140Z | Checking pkcs5 v0.7.1 |
1892 | 2024-12-13T23:14:30.155Z | Checking http-body v1.0.1 |
1893 | 2024-12-13T23:14:30.199Z | Checking form_urlencoded v1.2.1 |
1894 | 2024-12-13T23:14:30.350Z | Checking try-lock v0.2.5 |
1895 | 2024-12-13T23:14:30.414Z | Checking httpdate v1.0.3 |
1896 | 2024-12-13T23:14:30.482Z | Checking want v0.3.1 |
1897 | 2024-12-13T23:14:30.646Z | Checking unicode-ident v1.0.13 |
1898 | 2024-12-13T23:14:30.662Z | Checking toml_datetime v0.6.8 |
1899 | 2024-12-13T23:14:30.665Z | Checking pkcs8 v0.10.2 |
1900 | 2024-12-13T23:14:30.809Z | Checking proc-macro2 v1.0.89 |
1901 | 2024-12-13T23:14:30.908Z | Checking time v0.3.36 |
1902 | 2024-12-13T23:14:30.952Z | Checking uuid v1.11.0 |
1903 | 2024-12-13T23:14:30.974Z | Checking serde_spanned v0.6.8 |
1904 | 2024-12-13T23:14:31.002Z | Checking slog v2.7.0 |
1905 | 2024-12-13T23:14:31.099Z | Checking aws-lc-rs v1.10.0 |
1906 | 2024-12-13T23:14:31.163Z | Checking scroll v0.12.0 |
1907 | 2024-12-13T23:14:31.490Z | Checking plain v0.2.3 |
1908 | 2024-12-13T23:14:31.507Z | Checking tower-service v0.3.3 |
1909 | 2024-12-13T23:14:31.559Z | Checking adler2 v2.0.0 |
1910 | 2024-12-13T23:14:31.624Z | Checking iana-time-zone v0.1.61 |
1911 | 2024-12-13T23:14:31.626Z | Checking foreign-types-shared v0.1.1 |
1912 | 2024-12-13T23:14:31.659Z | Checking ucd-trie v0.1.7 |
1913 | 2024-12-13T23:14:31.711Z | Checking base64 v0.22.1 |
1914 | 2024-12-13T23:14:31.740Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-13T23:14:31.776Z | Checking chrono v0.4.38 |
1916 | 2024-12-13T23:14:31.836Z | Checking hostname v0.3.1 |
1917 | 2024-12-13T23:14:31.850Z | Checking pest v2.7.14 |
1918 | 2024-12-13T23:14:31.962Z | Checking foreign-types v0.3.2 |
1919 | 2024-12-13T23:14:32.053Z | Checking miniz_oxide v0.8.0 |
1920 | 2024-12-13T23:14:32.186Z | Checking goblin v0.8.2 |
1921 | 2024-12-13T23:14:32.411Z | Checking icu_normalizer v1.5.0 |
1922 | 2024-12-13T23:14:32.812Z | Checking quote v1.0.37 |
1923 | 2024-12-13T23:14:32.939Z | Checking rustls-webpki v0.102.8 |
1924 | 2024-12-13T23:14:33.149Z | Checking openssl-sys v0.9.103 |
1925 | 2024-12-13T23:14:33.197Z | Checking idna_adapter v1.2.0 |
1926 | 2024-12-13T23:14:33.381Z | Checking idna v1.0.3 |
1927 | 2024-12-13T23:14:33.414Z | Checking dirs-sys-next v0.1.2 |
1928 | 2024-12-13T23:14:33.592Z | Checking errno v0.3.9 |
1929 | 2024-12-13T23:14:33.778Z | Checking aho-corasick v1.1.3 |
1930 | 2024-12-13T23:14:33.840Z | Checking pretty-hex v0.4.1 |
1931 | 2024-12-13T23:14:33.893Z | Checking regex-syntax v0.8.5 |
1932 | 2024-12-13T23:14:33.924Z | Checking url v2.5.3 |
1933 | 2024-12-13T23:14:34.027Z | Checking data-encoding v2.6.0 |
1934 | 2024-12-13T23:14:34.441Z | Checking siphasher v0.3.11 |
1935 | 2024-12-13T23:14:34.477Z | Checking dtrace-parser v0.2.0 |
1936 | 2024-12-13T23:14:34.708Z | Checking openssl v0.10.66 |
1937 | 2024-12-13T23:14:34.737Z | Checking rustix v0.38.37 |
1938 | 2024-12-13T23:14:34.772Z | Checking dirs-next v2.0.0 |
1939 | 2024-12-13T23:14:34.829Z | Checking tokio-util v0.7.12 |
1940 | 2024-12-13T23:14:34.906Z | Checking syn v2.0.87 |
1941 | 2024-12-13T23:14:34.942Z | Checking http-body-util v0.1.2 |
1942 | 2024-12-13T23:14:35.392Z | Checking crossbeam-epoch v0.9.18 |
1943 | 2024-12-13T23:14:35.417Z | Checking sha1 v0.10.6 |
1944 | 2024-12-13T23:14:35.700Z | Checking signature v2.2.0 |
1945 | 2024-12-13T23:14:35.747Z | Checking h2 v0.4.6 |
1946 | 2024-12-13T23:14:35.818Z | Checking lazy_static v1.5.0 |
1947 | 2024-12-13T23:14:35.893Z | Checking thread_local v1.1.8 |
1948 | 2024-12-13T23:14:35.934Z | Checking thread-id v4.2.2 |
1949 | 2024-12-13T23:14:36.046Z | Checking encoding_rs v0.8.34 |
1950 | 2024-12-13T23:14:36.185Z | Checking gimli v0.31.1 |
1951 | 2024-12-13T23:14:37.137Z | Checking regex-automata v0.4.8 |
1952 | 2024-12-13T23:14:37.444Z | Checking dof v0.3.0 |
1953 | 2024-12-13T23:14:38.105Z | Checking unicode-properties v0.1.3 |
1954 | 2024-12-13T23:14:38.359Z | Checking utf8parse v0.2.2 |
1955 | 2024-12-13T23:14:38.415Z | Checking mime v0.3.17 |
1956 | 2024-12-13T23:14:38.475Z | Checking winnow v0.6.20 |
1957 | 2024-12-13T23:14:38.517Z | Checking ipnet v2.10.1 |
1958 | 2024-12-13T23:14:38.754Z | Checking anstyle v1.0.10 |
1959 | 2024-12-13T23:14:38.966Z | Checking openssl-probe v0.1.5 |
1960 | 2024-12-13T23:14:39.121Z | Checking anstyle-parse v0.2.5 |
1961 | 2024-12-13T23:14:39.121Z | Checking stringprep v0.1.5 |
1962 | 2024-12-13T23:14:39.410Z | Checking crossbeam-deque v0.8.5 |
1963 | 2024-12-13T23:14:39.425Z | Checking term v0.7.0 |
1964 | 2024-12-13T23:14:39.736Z | Checking rustls v0.23.19 |
1965 | 2024-12-13T23:14:39.849Z | Checking rustls v0.22.4 |
1966 | 2024-12-13T23:14:40.282Z | Checking native-tls v0.2.12 |
1967 | 2024-12-13T23:14:40.354Z | Checking addr2line v0.24.2 |
1968 | 2024-12-13T23:14:40.610Z | Checking slog-json v2.6.1 |
1969 | 2024-12-13T23:14:40.859Z | Checking serde_urlencoded v0.7.1 |
1970 | 2024-12-13T23:14:40.874Z | Checking crossbeam-channel v0.5.13 |
1971 | 2024-12-13T23:14:41.274Z | Checking futures-executor v0.3.31 |
1972 | 2024-12-13T23:14:41.413Z | Checking toml_edit v0.22.22 |
1973 | 2024-12-13T23:14:41.461Z | Checking usdt-impl v0.5.0 |
1974 | 2024-12-13T23:14:41.494Z | Checking num-integer v0.1.46 |
1975 | 2024-12-13T23:14:41.659Z | Checking rustls-pemfile v2.2.0 |
1976 | 2024-12-13T23:14:41.869Z | Checking idna v0.3.0 |
1977 | 2024-12-13T23:14:41.947Z | Checking hyper v1.5.0 |
1978 | 2024-12-13T23:14:41.962Z | Checking idna v0.4.0 |
1979 | 2024-12-13T23:14:42.005Z | Checking md-5 v0.10.6 |
1980 | 2024-12-13T23:14:42.023Z | Checking ff v0.13.0 |
1981 | 2024-12-13T23:14:42.212Z | Checking memmap v0.7.0 |
1982 | 2024-12-13T23:14:42.238Z | Checking is-terminal v0.4.13 |
1983 | 2024-12-13T23:14:42.359Z | Checking hash32 v0.2.1 |
1984 | 2024-12-13T23:14:42.423Z | Checking object v0.36.5 |
1985 | 2024-12-13T23:14:42.674Z | Checking fallible-iterator v0.2.0 |
1986 | 2024-12-13T23:14:42.741Z | Checking dyn-clone v1.0.17 |
1987 | 2024-12-13T23:14:42.786Z | Checking psl-types v2.0.11 |
1988 | 2024-12-13T23:14:42.877Z | Checking linked-hash-map v0.5.6 |
1989 | 2024-12-13T23:14:42.961Z | Checking utf-8 v0.7.6 |
1990 | 2024-12-13T23:14:43.153Z | Checking colorchoice v1.0.2 |
1991 | 2024-12-13T23:14:43.215Z | Checking quick-error v1.2.3 |
1992 | 2024-12-13T23:14:43.283Z | Checking anstyle-query v1.1.1 |
1993 | 2024-12-13T23:14:43.312Z | Checking either v1.13.0 |
1994 | 2024-12-13T23:14:43.363Z | Checking take_mut v0.2.2 |
1995 | 2024-12-13T23:14:43.402Z | Checking rustc-demangle v0.1.24 |
1996 | 2024-12-13T23:14:43.503Z | Checking base16ct v0.2.0 |
1997 | 2024-12-13T23:14:43.547Z | Checking is_terminal_polyfill v1.70.1 |
1998 | 2024-12-13T23:14:43.666Z | Checking anstream v0.6.15 |
1999 | 2024-12-13T23:14:43.691Z | Checking sec1 v0.7.3 |
2000 | 2024-12-13T23:14:43.706Z | Checking tokio-rustls v0.25.0 |
2001 | 2024-12-13T23:14:43.823Z | Checking slog-async v2.8.0 |
2002 | 2024-12-13T23:14:44.032Z | Checking toml v0.8.19 |
2003 | 2024-12-13T23:14:44.047Z | Checking resolv-conf v0.7.0 |
2004 | 2024-12-13T23:14:44.072Z | Checking postgres-protocol v0.6.7 |
2005 | 2024-12-13T23:14:44.088Z | Checking lru-cache v0.1.2 |
2006 | 2024-12-13T23:14:44.091Z | Checking hyper-util v0.1.10 |
2007 | 2024-12-13T23:14:44.115Z | Checking tungstenite v0.24.0 |
2008 | 2024-12-13T23:14:44.265Z | Checking publicsuffix v2.2.3 |
2009 | 2024-12-13T23:14:44.393Z | Checking schemars v0.8.21 |
2010 | 2024-12-13T23:14:44.507Z | Checking hickory-proto v0.24.1 |
2011 | 2024-12-13T23:14:44.740Z | Checking heapless v0.7.17 |
2012 | 2024-12-13T23:14:44.755Z | Checking usdt v0.5.0 |
2013 | 2024-12-13T23:14:45.020Z | Checking slog-term v2.9.1 |
2014 | 2024-12-13T23:14:45.040Z | Checking group v0.13.0 |
2015 | 2024-12-13T23:14:45.298Z | Checking num-iter v0.1.45 |
2016 | 2024-12-13T23:14:45.455Z | Checking futures v0.3.31 |
2017 | 2024-12-13T23:14:45.489Z | Checking tokio-rustls v0.26.0 |
2018 | 2024-12-13T23:14:45.509Z | Checking slog-bunyan v2.5.0 |
2019 | 2024-12-13T23:14:45.566Z | Checking tokio-native-tls v0.3.1 |
2020 | 2024-12-13T23:14:45.660Z | Checking rayon-core v1.12.1 |
2021 | 2024-12-13T23:14:45.804Z | Checking multer v3.1.0 |
2022 | 2024-12-13T23:14:45.824Z | Checking terminal_size v0.4.0 |
2023 | 2024-12-13T23:14:45.911Z | Checking phf_shared v0.11.2 |
2024 | 2024-12-13T23:14:45.974Z | Checking cookie v0.18.1 |
2025 | 2024-12-13T23:14:46.039Z | Checking async-stream v0.3.6 |
2026 | 2024-12-13T23:14:46.163Z | Checking bzip2-sys v0.1.11+1.0.8 |
2027 | 2024-12-13T23:14:46.182Z | Checking signal-hook v0.3.17 |
2028 | 2024-12-13T23:14:46.198Z | Checking camino v1.1.9 |
2029 | 2024-12-13T23:14:46.221Z | Checking waitgroup v0.1.2 |
2030 | 2024-12-13T23:14:46.279Z | Checking openapiv3 v2.0.0 |
2031 | 2024-12-13T23:14:46.346Z | Checking webpki-roots v0.26.6 |
2032 | 2024-12-13T23:14:46.350Z | Checking serde_path_to_error v0.1.16 |
2033 | 2024-12-13T23:14:46.438Z | Checking idna v0.5.0 |
2034 | 2024-12-13T23:14:46.515Z | Checking hkdf v0.12.4 |
2035 | 2024-12-13T23:14:46.584Z | Checking crypto-bigint v0.5.5 |
2036 | 2024-12-13T23:14:46.726Z | Checking hostname v0.4.0 |
2037 | 2024-12-13T23:14:46.748Z | Checking crc32fast v1.4.2 |
2038 | 2024-12-13T23:14:46.859Z | Checking debug-ignore v1.0.5 |
2039 | 2024-12-13T23:14:46.963Z | Checking strsim v0.11.1 |
2040 | 2024-12-13T23:14:46.986Z | Checking unicode-width v0.1.14 |
2041 | 2024-12-13T23:14:47.000Z | Checking bitflags v1.3.2 |
2042 | 2024-12-13T23:14:47.093Z | Checking managed v0.8.0 |
2043 | 2024-12-13T23:14:47.245Z | Checking winnow v0.5.40 |
2044 | 2024-12-13T23:14:47.301Z | Checking clap_lex v0.7.2 |
2045 | 2024-12-13T23:14:47.464Z | Checking console v0.15.8 |
2046 | 2024-12-13T23:14:47.483Z | Checking smoltcp v0.9.1 |
2047 | 2024-12-13T23:14:47.547Z | Checking clap_builder v4.5.21 |
2048 | 2024-12-13T23:14:48.062Z | Checking cookie_store v0.21.0 |
2049 | 2024-12-13T23:14:48.772Z | Checking flate2 v1.0.34 |
2050 | 2024-12-13T23:14:48.913Z | Checking backtrace v0.3.74 |
2051 | 2024-12-13T23:14:49.038Z | Checking hyper-rustls v0.27.3 |
2052 | 2024-12-13T23:14:49.356Z | Checking signal-hook-mio v0.2.4 |
2053 | 2024-12-13T23:14:49.381Z | Checking hickory-resolver v0.24.1 |
2054 | 2024-12-13T23:14:49.459Z | Checking rayon v1.10.0 |
2055 | 2024-12-13T23:14:49.485Z | Checking anyhow v1.0.93 |
2056 | 2024-12-13T23:14:49.499Z | Checking bzip2 v0.4.4 |
2057 | 2024-12-13T23:14:49.596Z | Checking elliptic-curve v0.13.8 |
2058 | 2024-12-13T23:14:49.784Z | Checking phf v0.11.2 |
2059 | 2024-12-13T23:14:49.804Z | Checking dropshot v0.12.0 |
2060 | 2024-12-13T23:14:49.851Z | Checking hyper-tls v0.6.0 |
2061 | 2024-12-13T23:14:50.063Z | Checking num-bigint-dig v0.8.4 |
2062 | 2024-12-13T23:14:50.146Z | Checking tokio-tungstenite v0.24.0 |
2063 | 2024-12-13T23:14:50.268Z | Checking postgres-types v0.2.8 |
2064 | 2024-12-13T23:14:50.372Z | Checking toml_edit v0.19.15 |
2065 | 2024-12-13T23:14:50.612Z | Checking regex v1.11.1 |
2066 | 2024-12-13T23:14:50.744Z | Checking bstr v1.10.0 |
2067 | 2024-12-13T23:14:51.017Z | Checking ed25519 v2.2.3 |
2068 | 2024-12-13T23:14:51.049Z | Checking tokio-stream v0.1.16 |
2069 | 2024-12-13T23:14:51.267Z | Checking phf_shared v0.10.0 |
2070 | 2024-12-13T23:14:51.326Z | Checking zerocopy v0.6.6 |
2071 | 2024-12-13T23:14:51.551Z | Checking curve25519-dalek v4.1.3 |
2072 | 2024-12-13T23:14:51.656Z | Checking pkcs1 v0.7.5 |
2073 | 2024-12-13T23:14:51.900Z | Checking hubpack v0.1.2 |
2074 | 2024-12-13T23:14:52.032Z | Checking portable-atomic v1.9.0 |
2075 | 2024-12-13T23:14:52.085Z | Checking float-cmp v0.9.0 |
2076 | 2024-12-13T23:14:52.220Z | Checking serde-big-array v0.5.1 |
2077 | 2024-12-13T23:14:52.281Z | Checking rfc6979 v0.4.0 |
2078 | 2024-12-13T23:14:52.312Z | Checking sync_wrapper v1.0.1 |
2079 | 2024-12-13T23:14:52.440Z | Checking difflib v0.4.0 |
2080 | 2024-12-13T23:14:52.456Z | Checking whoami v1.5.2 |
2081 | 2024-12-13T23:14:52.459Z | Checking unicode-segmentation v1.12.0 |
2082 | 2024-12-13T23:14:52.740Z | Checking fixedbitset v0.4.2 |
2083 | 2024-12-13T23:14:52.783Z | Checking unicode-width v0.2.0 |
2084 | 2024-12-13T23:14:52.818Z | Checking static_assertions v1.1.0 |
2085 | 2024-12-13T23:14:52.906Z | Checking number_prefix v0.4.0 |
2086 | 2024-12-13T23:14:53.005Z | Checking normalize-line-endings v0.3.0 |
2087 | 2024-12-13T23:14:53.082Z | Checking bit-vec v0.6.3 |
2088 | 2024-12-13T23:14:53.107Z | Checking minimal-lexical v0.2.1 |
2089 | 2024-12-13T23:14:53.122Z | Checking new_debug_unreachable v1.0.6 |
2090 | 2024-12-13T23:14:53.142Z | Checking precomputed-hash v0.1.1 |
2091 | 2024-12-13T23:14:53.207Z | Checking predicates-core v1.0.8 |
2092 | 2024-12-13T23:14:53.244Z | Checking string_cache v0.8.7 |
2093 | 2024-12-13T23:14:53.259Z | Checking similar v2.6.0 |
2094 | 2024-12-13T23:14:53.338Z | Checking indicatif v0.17.9 |
2095 | 2024-12-13T23:14:53.396Z | Checking predicates v3.1.2 |
2096 | 2024-12-13T23:14:53.416Z | Checking bit-set v0.5.3 |
2097 | 2024-12-13T23:14:53.447Z | Checking ed25519-dalek v2.1.1 |
2098 | 2024-12-13T23:14:53.475Z | Checking nom v7.1.3 |
2099 | 2024-12-13T23:14:53.527Z | Checking petgraph v0.6.5 |
2100 | 2024-12-13T23:14:53.530Z | Checking qorb v0.2.1 |
2101 | 2024-12-13T23:14:53.657Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2102 | 2024-12-13T23:14:53.844Z | Checking toml v0.7.8 |
2103 | 2024-12-13T23:14:54.081Z | Checking tokio-postgres v0.7.12 |
2104 | 2024-12-13T23:14:54.098Z | Checking reqwest v0.12.9 |
2105 | 2024-12-13T23:14:54.158Z | Checking ecdsa v0.16.9 |
2106 | 2024-12-13T23:14:54.571Z | Checking rsa v0.9.6 |
2107 | 2024-12-13T23:14:54.870Z | Checking clap v4.5.21 |
2108 | 2024-12-13T23:14:54.998Z | Checking zip v0.6.6 |
2109 | 2024-12-13T23:14:55.639Z | Checking crossterm v0.28.1 |
2110 | 2024-12-13T23:14:55.719Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2111 | 2024-12-13T23:14:55.747Z | Checking itertools v0.10.5 |
2112 | 2024-12-13T23:14:55.906Z | Checking fs-err v2.11.0 |
2113 | 2024-12-13T23:14:56.239Z | Checking ahash v0.8.11 |
2114 | 2024-12-13T23:14:56.430Z | Checking x509-cert v0.2.5 |
2115 | 2024-12-13T23:14:56.489Z | Checking semver v1.0.23 |
2116 | 2024-12-13T23:14:56.809Z | Checking hex v0.4.3 |
2117 | 2024-12-13T23:14:56.869Z | Checking peg-runtime v0.8.3 |
2118 | 2024-12-13T23:14:56.923Z | Checking lalrpop-util v0.19.12 |
2119 | 2024-12-13T23:14:57.100Z | Checking sigpipe v0.1.3 |
2120 | 2024-12-13T23:14:58.525Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2024-12-13T23:14:59.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.10s |
2122 | 2024-12-13T23:14:59.117Z | |
2123 | 2024-12-13T23:14:59.118Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2124 | 2024-12-13T23:14:59.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-12-13T23:14:59.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-12-13T23:14:59.660Z | Compiling hashbrown v0.14.5 |
2127 | 2024-12-13T23:14:59.782Z | Checking heck v0.5.0 |
2128 | 2024-12-13T23:14:59.796Z | Compiling unsafe-libyaml v0.2.11 |
2129 | 2024-12-13T23:14:59.812Z | Compiling ident_case v1.0.1 |
2130 | 2024-12-13T23:14:59.825Z | Checking progenitor-client v0.8.0 |
2131 | 2024-12-13T23:14:59.838Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2132 | 2024-12-13T23:14:59.854Z | Compiling proc-macro-crate v1.3.1 |
2133 | 2024-12-13T23:14:59.949Z | Compiling darling_core v0.20.10 |
2134 | 2024-12-13T23:14:59.978Z | Checking ipnetwork v0.20.0 |
2135 | 2024-12-13T23:15:00.161Z | Compiling structmeta-derive v0.3.0 |
2136 | 2024-12-13T23:15:00.201Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2024-12-13T23:15:00.344Z | Compiling newtype-uuid v1.1.3 |
2138 | 2024-12-13T23:15:00.506Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-12-13T23:15:00.639Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-12-13T23:15:00.845Z | Compiling foreign-types-macros v0.2.3 |
2141 | 2024-12-13T23:15:00.953Z | Checking regress v0.10.1 |
2142 | 2024-12-13T23:15:01.001Z | Compiling num_enum_derive v0.5.11 |
2143 | 2024-12-13T23:15:01.438Z | Compiling serde_yaml v0.9.34+deprecated |
2144 | 2024-12-13T23:15:01.689Z | Compiling dropshot v0.13.0 |
2145 | 2024-12-13T23:15:01.972Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-12-13T23:15:02.094Z | Checking arc-swap v1.7.1 |
2147 | 2024-12-13T23:15:02.156Z | Checking foreign-types v0.5.0 |
2148 | 2024-12-13T23:15:02.385Z | Compiling proc-macro-error v1.0.4 |
2149 | 2024-12-13T23:15:02.544Z | Checking slog-scope v4.4.0 |
2150 | 2024-12-13T23:15:03.088Z | Compiling structmeta v0.3.0 |
2151 | 2024-12-13T23:15:03.128Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2152 | 2024-12-13T23:15:03.237Z | Checking tungstenite v0.21.0 |
2153 | 2024-12-13T23:15:03.262Z | Compiling heck v0.3.3 |
2154 | 2024-12-13T23:15:03.546Z | Compiling parse-display-derive v0.10.0 |
2155 | 2024-12-13T23:15:03.619Z | Checking num_enum v0.5.11 |
2156 | 2024-12-13T23:15:03.712Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2157 | 2024-12-13T23:15:03.756Z | Compiling dropshot_endpoint v0.13.0 |
2158 | 2024-12-13T23:15:04.215Z | Checking cstr-argument v0.1.2 |
2159 | 2024-12-13T23:15:04.396Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-12-13T23:15:04.544Z | Checking instant v0.1.13 |
2161 | 2024-12-13T23:15:04.632Z | Checking typify-impl v0.2.0 |
2162 | 2024-12-13T23:15:04.653Z | Checking pretty-hex v0.2.1 |
2163 | 2024-12-13T23:15:04.805Z | Checking fastrand v2.1.1 |
2164 | 2024-12-13T23:15:05.160Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-12-13T23:15:05.425Z | Checking base64 v0.21.7 |
2166 | 2024-12-13T23:15:05.875Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-12-13T23:15:05.919Z | Checking tempfile v3.13.0 |
2168 | 2024-12-13T23:15:06.016Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2169 | 2024-12-13T23:15:06.283Z | Checking backoff v0.4.0 |
2170 | 2024-12-13T23:15:06.300Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2171 | 2024-12-13T23:15:06.303Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2024-12-13T23:15:06.449Z | Checking tokio-tungstenite v0.21.0 |
2173 | 2024-12-13T23:15:06.583Z | Checking strum v0.26.3 |
2174 | 2024-12-13T23:15:06.625Z | Compiling zone_cfg_derive v0.1.2 |
2175 | 2024-12-13T23:15:06.743Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-12-13T23:15:06.947Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2024-12-13T23:15:06.983Z | Compiling darling_macro v0.20.10 |
2178 | 2024-12-13T23:15:07.178Z | Checking slog-stdlog v4.1.1 |
2179 | 2024-12-13T23:15:07.348Z | Checking regress v0.9.1 |
2180 | 2024-12-13T23:15:07.365Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2024-12-13T23:15:07.501Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2182 | 2024-12-13T23:15:07.518Z | Checking colored v2.1.0 |
2183 | 2024-12-13T23:15:07.767Z | Checking macaddr v1.0.1 |
2184 | 2024-12-13T23:15:07.789Z | Checking base64 v0.13.1 |
2185 | 2024-12-13T23:15:07.925Z | Compiling darling v0.20.10 |
2186 | 2024-12-13T23:15:08.051Z | Compiling serde_with_macros v3.11.0 |
2187 | 2024-12-13T23:15:08.116Z | Checking zone v0.1.8 |
2188 | 2024-12-13T23:15:08.200Z | Checking ron v0.7.1 |
2189 | 2024-12-13T23:15:08.302Z | Checking parse-display v0.10.0 |
2190 | 2024-12-13T23:15:08.539Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2024-12-13T23:15:08.835Z | Checking xz2 v0.1.7 |
2192 | 2024-12-13T23:15:09.025Z | Checking slog-envlogger v2.2.0 |
2193 | 2024-12-13T23:15:09.143Z | Checking tabwriter v1.4.0 |
2194 | 2024-12-13T23:15:09.256Z | Checking xattr v1.3.1 |
2195 | 2024-12-13T23:15:09.390Z | Checking pem v3.0.4 |
2196 | 2024-12-13T23:15:09.392Z | Checking yasna v0.5.2 |
2197 | 2024-12-13T23:15:09.452Z | Checking headers-core v0.3.0 |
2198 | 2024-12-13T23:15:09.592Z | Checking smf v0.2.3 |
2199 | 2024-12-13T23:15:09.668Z | Checking filetime v0.2.25 |
2200 | 2024-12-13T23:15:09.889Z | Checking same-file v1.0.6 |
2201 | 2024-12-13T23:15:10.066Z | Checking walkdir v2.5.0 |
2202 | 2024-12-13T23:15:10.082Z | Checking tar v0.4.42 |
2203 | 2024-12-13T23:15:10.199Z | Checking headers v0.4.0 |
2204 | 2024-12-13T23:15:10.329Z | Checking rcgen v0.12.1 |
2205 | 2024-12-13T23:15:10.348Z | Checking atomicwrites v0.4.4 |
2206 | 2024-12-13T23:15:10.553Z | Checking camino-tempfile v1.1.1 |
2207 | 2024-12-13T23:15:10.806Z | Checking subprocess v0.2.9 |
2208 | 2024-12-13T23:15:11.071Z | Checking serde_with v3.11.0 |
2209 | 2024-12-13T23:15:15.286Z | Compiling typify-macro v0.2.0 |
2210 | 2024-12-13T23:15:17.183Z | Compiling typify v0.2.0 |
2211 | 2024-12-13T23:15:17.251Z | Compiling progenitor-impl v0.8.0 |
2212 | 2024-12-13T23:15:20.539Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-12-13T23:15:25.386Z | Checking progenitor v0.8.0 |
2214 | 2024-12-13T23:15:25.546Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2215 | 2024-12-13T23:15:25.548Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2216 | 2024-12-13T23:15:28.310Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2217 | 2024-12-13T23:15:28.684Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2218 | 2024-12-13T23:15:35.327Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2024-12-13T23:15:36.973Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-12-13T23:15:38.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s |
2221 | 2024-12-13T23:15:38.458Z | |
2222 | 2024-12-13T23:15:38.458Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2223 | 2024-12-13T23:15:39.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-12-13T23:15:39.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-12-13T23:15:39.125Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-12-13T23:15:40.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
2227 | 2024-12-13T23:15:40.770Z | |
2228 | 2024-12-13T23:15:40.770Z | info: running `cargo check --bins` on nexus-config (31/174) |
2229 | 2024-12-13T23:15:41.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-12-13T23:15:41.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-12-13T23:15:41.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-12-13T23:15:41.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2233 | 2024-12-13T23:15:41.399Z | |
2234 | 2024-12-13T23:15:41.399Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2235 | 2024-12-13T23:15:41.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-12-13T23:15:41.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-12-13T23:15:41.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-12-13T23:15:41.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2239 | 2024-12-13T23:15:42.011Z | |
2240 | 2024-12-13T23:15:42.011Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2241 | 2024-12-13T23:15:42.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-13T23:15:42.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-13T23:15:42.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-12-13T23:15:42.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2245 | 2024-12-13T23:15:42.642Z | |
2246 | 2024-12-13T23:15:42.642Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2247 | 2024-12-13T23:15:43.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-13T23:15:43.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-13T23:15:43.330Z | Compiling zerocopy v0.8.10 |
2250 | 2024-12-13T23:15:43.330Z | Compiling progenitor-client v0.8.0 |
2251 | 2024-12-13T23:15:43.333Z | Compiling itertools v0.13.0 |
2252 | 2024-12-13T23:15:43.333Z | Compiling zerocopy-derive v0.8.10 |
2253 | 2024-12-13T23:15:43.333Z | Compiling heapless v0.8.0 |
2254 | 2024-12-13T23:15:43.333Z | Compiling newtype-uuid v1.1.3 |
2255 | 2024-12-13T23:15:43.333Z | Compiling ipnetwork v0.20.0 |
2256 | 2024-12-13T23:15:43.333Z | Checking hash32 v0.3.1 |
2257 | 2024-12-13T23:15:43.643Z | Compiling instant v0.1.13 |
2258 | 2024-12-13T23:15:43.767Z | Compiling smoltcp v0.11.0 |
2259 | 2024-12-13T23:15:43.793Z | Compiling backoff v0.4.0 |
2260 | 2024-12-13T23:15:43.995Z | Compiling progenitor v0.8.0 |
2261 | 2024-12-13T23:15:44.148Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2024-12-13T23:15:44.266Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2263 | 2024-12-13T23:15:44.370Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2264 | 2024-12-13T23:15:44.410Z | Compiling dropshot v0.13.0 |
2265 | 2024-12-13T23:15:44.461Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2266 | 2024-12-13T23:15:44.638Z | Compiling parse-display v0.10.0 |
2267 | 2024-12-13T23:15:44.747Z | Compiling serde_with v3.11.0 |
2268 | 2024-12-13T23:15:44.938Z | Checking num-rational v0.4.2 |
2269 | 2024-12-13T23:15:45.198Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2270 | 2024-12-13T23:15:45.368Z | Compiling regress v0.9.1 |
2271 | 2024-12-13T23:15:45.635Z | Compiling phf_generator v0.11.2 |
2272 | 2024-12-13T23:15:45.828Z | Checking num-complex v0.4.6 |
2273 | 2024-12-13T23:15:46.649Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2274 | 2024-12-13T23:15:47.129Z | Compiling macaddr v1.0.1 |
2275 | 2024-12-13T23:15:47.591Z | Checking cobs v0.2.3 |
2276 | 2024-12-13T23:15:47.785Z | Checking postcard v1.0.10 |
2277 | 2024-12-13T23:15:47.866Z | Compiling num v0.4.3 |
2278 | 2024-12-13T23:15:48.099Z | Compiling phf_codegen v0.11.2 |
2279 | 2024-12-13T23:15:48.421Z | Compiling parse-zoneinfo v0.3.1 |
2280 | 2024-12-13T23:15:48.943Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2281 | 2024-12-13T23:15:49.244Z | Compiling convert_case v0.4.0 |
2282 | 2024-12-13T23:15:49.594Z | Compiling float-ord v0.3.2 |
2283 | 2024-12-13T23:15:49.762Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2284 | 2024-12-13T23:15:49.910Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2285 | 2024-12-13T23:15:50.369Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2286 | 2024-12-13T23:15:50.464Z | Compiling derive_more v0.99.18 |
2287 | 2024-12-13T23:15:50.623Z | Compiling chrono-tz-build v0.4.0 |
2288 | 2024-12-13T23:15:51.480Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2289 | 2024-12-13T23:15:52.141Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2290 | 2024-12-13T23:15:52.413Z | Compiling crucible-workspace-hack v0.1.0 |
2291 | 2024-12-13T23:15:52.414Z | Compiling thiserror v2.0.3 |
2292 | 2024-12-13T23:15:52.775Z | Compiling chrono-tz v0.10.0 |
2293 | 2024-12-13T23:15:52.803Z | Checking newline-converter v0.3.0 |
2294 | 2024-12-13T23:15:52.933Z | Checking prettyplease v0.2.25 |
2295 | 2024-12-13T23:15:53.371Z | Compiling thiserror-impl v2.0.3 |
2296 | 2024-12-13T23:15:53.481Z | Compiling slog-dtrace v0.3.0 |
2297 | 2024-12-13T23:15:53.740Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2298 | 2024-12-13T23:15:54.135Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2299 | 2024-12-13T23:15:54.154Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2024-12-13T23:15:54.185Z | Checking expectorate v1.1.0 |
2301 | 2024-12-13T23:15:54.338Z | Compiling zone_cfg_derive v0.3.0 |
2302 | 2024-12-13T23:15:54.932Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-12-13T23:15:55.216Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2304 | 2024-12-13T23:15:55.246Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2305 | 2024-12-13T23:15:55.925Z | Compiling const_format_proc_macros v0.2.33 |
2306 | 2024-12-13T23:15:56.006Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2307 | 2024-12-13T23:15:56.429Z | Compiling num-derive v0.4.2 |
2308 | 2024-12-13T23:15:57.196Z | Checking highway v1.2.0 |
2309 | 2024-12-13T23:15:57.246Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2310 | 2024-12-13T23:15:57.404Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2311 | 2024-12-13T23:15:57.607Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2312 | 2024-12-13T23:15:57.735Z | Checking zone v0.3.0 |
2313 | 2024-12-13T23:15:58.132Z | Checking const_format v0.2.33 |
2314 | 2024-12-13T23:15:58.308Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-13T23:15:58.561Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2316 | 2024-12-13T23:15:58.581Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2317 | 2024-12-13T23:15:58.744Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2318 | 2024-12-13T23:15:58.873Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2319 | 2024-12-13T23:15:59.098Z | Checking gethostname v0.5.0 |
2320 | 2024-12-13T23:15:59.176Z | Checking bcs v0.1.6 |
2321 | 2024-12-13T23:15:59.226Z | Compiling async-recursion v1.1.1 |
2322 | 2024-12-13T23:16:00.378Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2323 | 2024-12-13T23:16:00.724Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2324 | 2024-12-13T23:16:06.725Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2325 | 2024-12-13T23:16:10.095Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2326 | 2024-12-13T23:16:12.762Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2327 | 2024-12-13T23:16:14.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.40s |
2328 | 2024-12-13T23:16:14.238Z | |
2329 | 2024-12-13T23:16:14.238Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2330 | 2024-12-13T23:16:14.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-12-13T23:16:14.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-12-13T23:16:14.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-12-13T23:16:14.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2334 | 2024-12-13T23:16:14.873Z | |
2335 | 2024-12-13T23:16:14.873Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2336 | 2024-12-13T23:16:15.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-12-13T23:16:15.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-12-13T23:16:15.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-12-13T23:16:15.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2340 | 2024-12-13T23:16:15.513Z | |
2341 | 2024-12-13T23:16:15.513Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2342 | 2024-12-13T23:16:16.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-12-13T23:16:16.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-12-13T23:16:16.168Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2345 | 2024-12-13T23:16:16.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2346 | 2024-12-13T23:16:16.982Z | |
2347 | 2024-12-13T23:16:16.982Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2348 | 2024-12-13T23:16:17.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-13T23:16:17.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-13T23:16:17.661Z | Compiling cfg_aliases v0.1.1 |
2351 | 2024-12-13T23:16:17.665Z | Compiling vte_generate_state_changes v0.1.2 |
2352 | 2024-12-13T23:16:17.665Z | Checking fd-lock v4.0.2 |
2353 | 2024-12-13T23:16:17.665Z | Checking nibble_vec v0.1.0 |
2354 | 2024-12-13T23:16:17.665Z | Checking bytecount v0.6.8 |
2355 | 2024-12-13T23:16:17.765Z | Checking endian-type v0.1.2 |
2356 | 2024-12-13T23:16:17.785Z | Compiling tabled_derive v0.7.0 |
2357 | 2024-12-13T23:16:17.808Z | Checking itertools v0.12.1 |
2358 | 2024-12-13T23:16:17.853Z | Compiling nix v0.28.0 |
2359 | 2024-12-13T23:16:17.939Z | Compiling peg-macros v0.8.4 |
2360 | 2024-12-13T23:16:17.956Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2361 | 2024-12-13T23:16:17.974Z | Checking papergrid v0.11.0 |
2362 | 2024-12-13T23:16:17.985Z | Checking radix_trie v0.2.1 |
2363 | 2024-12-13T23:16:18.379Z | Checking vte v0.11.1 |
2364 | 2024-12-13T23:16:18.401Z | Compiling sqlparser_derive v0.2.2 |
2365 | 2024-12-13T23:16:19.121Z | Checking nu-ansi-term v0.50.1 |
2366 | 2024-12-13T23:16:19.518Z | Checking unicode_categories v0.1.1 |
2367 | 2024-12-13T23:16:19.535Z | Checking home v0.5.9 |
2368 | 2024-12-13T23:16:19.560Z | Checking sqlparser v0.45.0 |
2369 | 2024-12-13T23:16:19.717Z | Checking display-error-chain v0.2.2 |
2370 | 2024-12-13T23:16:19.772Z | Checking strip-ansi-escapes v0.2.0 |
2371 | 2024-12-13T23:16:19.806Z | Checking sqlformat v0.2.6 |
2372 | 2024-12-13T23:16:20.400Z | Checking tabled v0.15.0 |
2373 | 2024-12-13T23:16:20.465Z | Checking reedline v0.35.0 |
2374 | 2024-12-13T23:16:20.996Z | Checking peg v0.8.4 |
2375 | 2024-12-13T23:16:21.206Z | Checking rustyline v14.0.0 |
2376 | 2024-12-13T23:16:30.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
2377 | 2024-12-13T23:16:30.989Z | |
2378 | 2024-12-13T23:16:30.990Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2379 | 2024-12-13T23:16:31.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-12-13T23:16:31.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-12-13T23:16:31.665Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2024-12-13T23:16:36.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2383 | 2024-12-13T23:16:36.965Z | |
2384 | 2024-12-13T23:16:36.965Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2385 | 2024-12-13T23:16:37.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-12-13T23:16:37.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-12-13T23:16:37.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2388 | 2024-12-13T23:16:41.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2389 | 2024-12-13T23:16:41.647Z | |
2390 | 2024-12-13T23:16:41.647Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2391 | 2024-12-13T23:16:42.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-12-13T23:16:42.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-12-13T23:16:42.316Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2024-12-13T23:16:47.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2395 | 2024-12-13T23:16:47.319Z | |
2396 | 2024-12-13T23:16:47.319Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2397 | 2024-12-13T23:16:47.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-12-13T23:16:47.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-12-13T23:16:47.987Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-12-13T23:16:52.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s |
2401 | 2024-12-13T23:16:53.077Z | |
2402 | 2024-12-13T23:16:53.077Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2403 | 2024-12-13T23:16:53.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-12-13T23:16:53.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-12-13T23:16:53.766Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-12-13T23:16:57.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
2407 | 2024-12-13T23:16:58.018Z | |
2408 | 2024-12-13T23:16:58.018Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2409 | 2024-12-13T23:16:58.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-12-13T23:16:58.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-12-13T23:16:58.694Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-12-13T23:17:02.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2413 | 2024-12-13T23:17:02.948Z | |
2414 | 2024-12-13T23:17:02.948Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2415 | 2024-12-13T23:17:03.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-12-13T23:17:03.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-12-13T23:17:03.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2024-12-13T23:17:08.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
2419 | 2024-12-13T23:17:08.937Z | |
2420 | 2024-12-13T23:17:08.937Z | info: running `cargo check --bins` on oximeter (46/174) |
2421 | 2024-12-13T23:17:09.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-12-13T23:17:09.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-12-13T23:17:09.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-12-13T23:17:09.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2425 | 2024-12-13T23:17:09.570Z | |
2426 | 2024-12-13T23:17:09.570Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2427 | 2024-12-13T23:17:10.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-12-13T23:17:10.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-12-13T23:17:10.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-12-13T23:17:10.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2431 | 2024-12-13T23:17:10.189Z | |
2432 | 2024-12-13T23:17:10.189Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2433 | 2024-12-13T23:17:10.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-12-13T23:17:10.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-12-13T23:17:10.835Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2436 | 2024-12-13T23:17:11.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2437 | 2024-12-13T23:17:11.448Z | |
2438 | 2024-12-13T23:17:11.448Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2439 | 2024-12-13T23:17:12.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-12-13T23:17:12.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-12-13T23:17:12.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-12-13T23:17:12.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2024-12-13T23:17:12.080Z | |
2444 | 2024-12-13T23:17:12.080Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2445 | 2024-12-13T23:17:12.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-12-13T23:17:12.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-12-13T23:17:12.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-12-13T23:17:12.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2449 | 2024-12-13T23:17:12.715Z | |
2450 | 2024-12-13T23:17:12.715Z | info: running `cargo check --bins` on oxql-types (51/174) |
2451 | 2024-12-13T23:17:13.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-12-13T23:17:13.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-12-13T23:17:13.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-12-13T23:17:13.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2455 | 2024-12-13T23:17:13.349Z | |
2456 | 2024-12-13T23:17:13.349Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2457 | 2024-12-13T23:17:13.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-13T23:17:13.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-13T23:17:13.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-13T23:17:13.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2461 | 2024-12-13T23:17:14.013Z | |
2462 | 2024-12-13T23:17:14.013Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2463 | 2024-12-13T23:17:14.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-13T23:17:14.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-13T23:17:14.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-13T23:17:14.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2024-12-13T23:17:14.650Z | |
2468 | 2024-12-13T23:17:14.650Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2469 | 2024-12-13T23:17:15.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-13T23:17:15.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-13T23:17:15.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-13T23:17:15.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2473 | 2024-12-13T23:17:15.296Z | |
2474 | 2024-12-13T23:17:15.296Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2475 | 2024-12-13T23:17:15.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-13T23:17:15.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-13T23:17:15.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-13T23:17:15.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2479 | 2024-12-13T23:17:15.931Z | |
2480 | 2024-12-13T23:17:15.931Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2481 | 2024-12-13T23:17:16.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-13T23:17:16.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-13T23:17:16.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-13T23:17:16.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2485 | 2024-12-13T23:17:16.569Z | |
2486 | 2024-12-13T23:17:16.569Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2487 | 2024-12-13T23:17:17.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-13T23:17:17.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-13T23:17:17.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-13T23:17:17.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2491 | 2024-12-13T23:17:17.207Z | |
2492 | 2024-12-13T23:17:17.207Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2493 | 2024-12-13T23:17:17.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-13T23:17:17.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-13T23:17:17.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-13T23:17:17.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2497 | 2024-12-13T23:17:17.827Z | |
2498 | 2024-12-13T23:17:17.827Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2499 | 2024-12-13T23:17:18.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-13T23:17:18.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-13T23:17:18.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-13T23:17:18.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2503 | 2024-12-13T23:17:18.473Z | |
2504 | 2024-12-13T23:17:18.473Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2505 | 2024-12-13T23:17:19.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-13T23:17:19.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-13T23:17:19.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-13T23:17:19.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2509 | 2024-12-13T23:17:19.107Z | |
2510 | 2024-12-13T23:17:19.107Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2511 | 2024-12-13T23:17:19.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-13T23:17:19.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-13T23:17:19.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-13T23:17:19.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2515 | 2024-12-13T23:17:19.739Z | |
2516 | 2024-12-13T23:17:19.739Z | info: running `cargo check --bins` on dpd-client (62/174) |
2517 | 2024-12-13T23:17:20.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-13T23:17:20.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-13T23:17:20.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-13T23:17:20.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2521 | 2024-12-13T23:17:20.367Z | |
2522 | 2024-12-13T23:17:20.367Z | info: running `cargo check --bins` on gateway-client (63/174) |
2523 | 2024-12-13T23:17:20.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-13T23:17:20.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-13T23:17:20.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-13T23:17:20.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2527 | 2024-12-13T23:17:20.988Z | |
2528 | 2024-12-13T23:17:20.988Z | info: running `cargo check --bins` on installinator-client (64/174) |
2529 | 2024-12-13T23:17:21.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-13T23:17:21.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-13T23:17:21.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-13T23:17:21.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2533 | 2024-12-13T23:17:21.646Z | |
2534 | 2024-12-13T23:17:21.646Z | info: running `cargo check --bins` on installinator-common (65/174) |
2535 | 2024-12-13T23:17:22.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-13T23:17:22.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-13T23:17:22.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-13T23:17:22.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2539 | 2024-12-13T23:17:22.288Z | |
2540 | 2024-12-13T23:17:22.288Z | info: running `cargo check --bins` on update-engine (66/174) |
2541 | 2024-12-13T23:17:22.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-13T23:17:22.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-13T23:17:22.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-13T23:17:22.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2545 | 2024-12-13T23:17:22.908Z | |
2546 | 2024-12-13T23:17:22.908Z | info: running `cargo check --bins` on nexus-client (67/174) |
2547 | 2024-12-13T23:17:23.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-13T23:17:23.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-13T23:17:23.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-13T23:17:23.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2551 | 2024-12-13T23:17:23.567Z | |
2552 | 2024-12-13T23:17:23.567Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2553 | 2024-12-13T23:17:24.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-13T23:17:24.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-13T23:17:24.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-13T23:17:24.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2557 | 2024-12-13T23:17:24.214Z | |
2558 | 2024-12-13T23:17:24.214Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2559 | 2024-12-13T23:17:24.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-13T23:17:24.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-13T23:17:24.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-13T23:17:24.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2563 | 2024-12-13T23:17:24.834Z | |
2564 | 2024-12-13T23:17:24.834Z | info: running `cargo check --bins` on nexus-types (70/174) |
2565 | 2024-12-13T23:17:25.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-13T23:17:25.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-13T23:17:25.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-13T23:17:25.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2569 | 2024-12-13T23:17:25.496Z | |
2570 | 2024-12-13T23:17:25.496Z | info: running `cargo check --bins` on oxide-client (71/174) |
2571 | 2024-12-13T23:17:26.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-13T23:17:26.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-13T23:17:26.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-13T23:17:26.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2575 | 2024-12-13T23:17:26.112Z | |
2576 | 2024-12-13T23:17:26.112Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2577 | 2024-12-13T23:17:26.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-13T23:17:26.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-13T23:17:26.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-13T23:17:26.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2581 | 2024-12-13T23:17:26.742Z | |
2582 | 2024-12-13T23:17:26.742Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2583 | 2024-12-13T23:17:27.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-13T23:17:27.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-13T23:17:27.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-13T23:17:27.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2587 | 2024-12-13T23:17:27.366Z | |
2588 | 2024-12-13T23:17:27.366Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2589 | 2024-12-13T23:17:27.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-13T23:17:27.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-13T23:17:27.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-13T23:17:27.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2593 | 2024-12-13T23:17:28.011Z | |
2594 | 2024-12-13T23:17:28.011Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2595 | 2024-12-13T23:17:28.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-13T23:17:28.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-13T23:17:28.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-13T23:17:28.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2599 | 2024-12-13T23:17:28.694Z | |
2600 | 2024-12-13T23:17:28.694Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2601 | 2024-12-13T23:17:29.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-13T23:17:29.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-13T23:17:29.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-13T23:17:29.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2605 | 2024-12-13T23:17:29.362Z | |
2606 | 2024-12-13T23:17:29.362Z | info: running `cargo check --bins` on wicket-common (77/174) |
2607 | 2024-12-13T23:17:29.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-13T23:17:29.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-13T23:17:29.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-12-13T23:17:29.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2611 | 2024-12-13T23:17:30.018Z | |
2612 | 2024-12-13T23:17:30.018Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2613 | 2024-12-13T23:17:30.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-12-13T23:17:30.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-12-13T23:17:30.683Z | Checking csv-core v0.1.11 |
2616 | 2024-12-13T23:17:30.683Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2617 | 2024-12-13T23:17:30.685Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2618 | 2024-12-13T23:17:31.001Z | Checking csv v1.3.0 |
2619 | 2024-12-13T23:17:31.013Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2620 | 2024-12-13T23:17:31.572Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2621 | 2024-12-13T23:17:31.922Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2622 | 2024-12-13T23:17:33.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
2623 | 2024-12-13T23:17:33.348Z | |
2624 | 2024-12-13T23:17:33.348Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2625 | 2024-12-13T23:17:33.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-13T23:17:33.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-13T23:17:33.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-13T23:17:33.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2629 | 2024-12-13T23:17:33.990Z | |
2630 | 2024-12-13T23:17:33.990Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2631 | 2024-12-13T23:17:34.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-13T23:17:34.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-13T23:17:34.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-12-13T23:17:34.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2635 | 2024-12-13T23:17:34.623Z | |
2636 | 2024-12-13T23:17:34.623Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2637 | 2024-12-13T23:17:35.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-12-13T23:17:35.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-12-13T23:17:35.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-12-13T23:17:35.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2641 | 2024-12-13T23:17:35.365Z | |
2642 | 2024-12-13T23:17:35.365Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2643 | 2024-12-13T23:17:36.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-13T23:17:36.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-13T23:17:36.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-12-13T23:17:36.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2647 | 2024-12-13T23:17:36.103Z | |
2648 | 2024-12-13T23:17:36.103Z | info: running `cargo check --bins` on dns-server (83/174) |
2649 | 2024-12-13T23:17:36.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-12-13T23:17:36.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-12-13T23:17:36.759Z | Compiling parking_lot_core v0.8.6 |
2652 | 2024-12-13T23:17:36.763Z | Checking fxhash v0.2.1 |
2653 | 2024-12-13T23:17:36.763Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2654 | 2024-12-13T23:17:36.763Z | Checking hickory-server v0.24.1 |
2655 | 2024-12-13T23:17:36.860Z | Checking hickory-client v0.24.1 |
2656 | 2024-12-13T23:17:37.466Z | Checking parking_lot v0.11.2 |
2657 | 2024-12-13T23:17:37.579Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-12-13T23:17:37.579Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2659 | 2024-12-13T23:17:37.711Z | Checking sled v0.34.7 |
2660 | 2024-12-13T23:17:39.691Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2661 | 2024-12-13T23:17:40.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2662 | 2024-12-13T23:17:40.952Z | |
2663 | 2024-12-13T23:17:40.953Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2664 | 2024-12-13T23:17:41.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-12-13T23:17:41.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-12-13T23:17:41.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-12-13T23:17:41.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2668 | 2024-12-13T23:17:41.584Z | |
2669 | 2024-12-13T23:17:41.584Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2670 | 2024-12-13T23:17:42.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-12-13T23:17:42.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-12-13T23:17:42.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-12-13T23:17:42.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2674 | 2024-12-13T23:17:42.272Z | |
2675 | 2024-12-13T23:17:42.272Z | info: running `cargo check --bins` on gateway-types (86/174) |
2676 | 2024-12-13T23:17:42.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-12-13T23:17:42.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-12-13T23:17:42.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-12-13T23:17:42.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2680 | 2024-12-13T23:17:42.909Z | |
2681 | 2024-12-13T23:17:42.909Z | info: running `cargo check --bins` on ipcc (87/174) |
2682 | 2024-12-13T23:17:43.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-13T23:17:43.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-13T23:17:43.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-12-13T23:17:43.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2686 | 2024-12-13T23:17:43.546Z | |
2687 | 2024-12-13T23:17:43.546Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2688 | 2024-12-13T23:17:44.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-12-13T23:17:44.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-12-13T23:17:44.299Z | Compiling semver v0.1.20 |
2691 | 2024-12-13T23:17:44.299Z | Compiling radium v0.7.0 |
2692 | 2024-12-13T23:17:44.367Z | Checking tap v1.0.1 |
2693 | 2024-12-13T23:17:44.383Z | Compiling maybe-uninit v2.0.0 |
2694 | 2024-12-13T23:17:44.400Z | Checking password-hash v0.5.0 |
2695 | 2024-12-13T23:17:44.454Z | Checking blake2 v0.10.6 |
2696 | 2024-12-13T23:17:44.455Z | Checking crc-catalog v2.4.0 |
2697 | 2024-12-13T23:17:44.455Z | Checking funty v2.0.0 |
2698 | 2024-12-13T23:17:44.528Z | Checking wyz v0.5.1 |
2699 | 2024-12-13T23:17:44.540Z | Compiling packed_struct v0.10.1 |
2700 | 2024-12-13T23:17:44.795Z | Compiling rustc_version v0.1.7 |
2701 | 2024-12-13T23:17:44.893Z | Compiling cancel-safe-futures v0.1.5 |
2702 | 2024-12-13T23:17:44.925Z | Compiling owo-colors v4.1.0 |
2703 | 2024-12-13T23:17:44.995Z | Checking argon2 v0.5.3 |
2704 | 2024-12-13T23:17:45.044Z | Checking crc v3.2.1 |
2705 | 2024-12-13T23:17:45.055Z | Compiling packed_struct_codegen v0.10.1 |
2706 | 2024-12-13T23:17:45.227Z | Compiling indexmap v1.9.3 |
2707 | 2024-12-13T23:17:45.243Z | Checking half v2.4.1 |
2708 | 2024-12-13T23:17:45.257Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2709 | 2024-12-13T23:17:45.276Z | Compiling newtype_derive v0.1.6 |
2710 | 2024-12-13T23:17:45.337Z | Checking bitvec v1.0.1 |
2711 | 2024-12-13T23:17:45.447Z | Checking ciborium-io v0.2.2 |
2712 | 2024-12-13T23:17:45.510Z | Checking nodrop v0.1.14 |
2713 | 2024-12-13T23:17:45.632Z | Checking array-init v0.0.4 |
2714 | 2024-12-13T23:17:45.685Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2715 | 2024-12-13T23:17:45.721Z | Checking ciborium-ll v0.2.2 |
2716 | 2024-12-13T23:17:45.721Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2717 | 2024-12-13T23:17:45.979Z | Checking smallvec v0.6.14 |
2718 | 2024-12-13T23:17:46.015Z | Checking libsw v3.3.1 |
2719 | 2024-12-13T23:17:46.048Z | Compiling memoffset v0.9.1 |
2720 | 2024-12-13T23:17:46.306Z | Checking termcolor v1.4.1 |
2721 | 2024-12-13T23:17:46.352Z | Checking bitfield v0.14.0 |
2722 | 2024-12-13T23:17:46.371Z | Checking hashbrown v0.12.3 |
2723 | 2024-12-13T23:17:46.516Z | Checking swrite v0.1.0 |
2724 | 2024-12-13T23:17:46.624Z | Checking indent_write v2.2.0 |
2725 | 2024-12-13T23:17:46.643Z | Checking linear-map v1.2.0 |
2726 | 2024-12-13T23:17:46.645Z | Checking serde-hex v0.1.0 |
2727 | 2024-12-13T23:17:46.716Z | Checking env_logger v0.10.2 |
2728 | 2024-12-13T23:17:46.822Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2024-12-13T23:17:46.978Z | Checking ron v0.8.1 |
2730 | 2024-12-13T23:17:47.280Z | Checking ciborium v0.2.2 |
2731 | 2024-12-13T23:17:47.467Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2732 | 2024-12-13T23:17:47.893Z | Checking steno v0.4.1 |
2733 | 2024-12-13T23:17:48.243Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2734 | 2024-12-13T23:17:48.292Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2024-12-13T23:17:48.309Z | Checking hashbrown v0.13.2 |
2736 | 2024-12-13T23:17:48.535Z | Checking humantime v2.1.0 |
2737 | 2024-12-13T23:17:48.555Z | Checking crc-any v2.5.0 |
2738 | 2024-12-13T23:17:48.831Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2739 | 2024-12-13T23:17:48.932Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2740 | 2024-12-13T23:17:49.218Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2741 | 2024-12-13T23:17:49.373Z | Checking object v0.30.4 |
2742 | 2024-12-13T23:17:49.508Z | Checking path-slash v0.1.5 |
2743 | 2024-12-13T23:17:49.583Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2744 | 2024-12-13T23:17:49.713Z | Checking nix v0.27.1 |
2745 | 2024-12-13T23:17:50.216Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2746 | 2024-12-13T23:17:50.524Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2747 | 2024-12-13T23:17:50.694Z | Checking tungstenite v0.23.0 |
2748 | 2024-12-13T23:17:50.794Z | Checking kstat-rs v0.2.4 |
2749 | 2024-12-13T23:17:50.961Z | Checking signal-hook-tokio v0.3.1 |
2750 | 2024-12-13T23:17:51.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2024-12-13T23:17:51.487Z | Checking tokio-tungstenite v0.23.1 |
2752 | 2024-12-13T23:17:51.825Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2753 | 2024-12-13T23:17:52.180Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2754 | 2024-12-13T23:17:52.751Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2755 | 2024-12-13T23:17:59.142Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2756 | 2024-12-13T23:18:00.464Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2757 | 2024-12-13T23:18:03.864Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2758 | 2024-12-13T23:18:09.739Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2759 | 2024-12-13T23:18:10.438Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-12-13T23:18:13.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.81s |
2761 | 2024-12-13T23:18:13.555Z | |
2762 | 2024-12-13T23:18:13.555Z | info: running `cargo check --bins` on gateway-api (89/174) |
2763 | 2024-12-13T23:18:14.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-12-13T23:18:14.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-12-13T23:18:14.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-12-13T23:18:14.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2767 | 2024-12-13T23:18:14.194Z | |
2768 | 2024-12-13T23:18:14.194Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2769 | 2024-12-13T23:18:14.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-12-13T23:18:14.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-12-13T23:18:14.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-12-13T23:18:14.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2773 | 2024-12-13T23:18:14.821Z | |
2774 | 2024-12-13T23:18:14.821Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2775 | 2024-12-13T23:18:15.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-13T23:18:15.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-13T23:18:15.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-13T23:18:15.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2779 | 2024-12-13T23:18:15.470Z | |
2780 | 2024-12-13T23:18:15.470Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2781 | 2024-12-13T23:18:16.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-13T23:18:16.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-13T23:18:16.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-13T23:18:16.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2785 | 2024-12-13T23:18:16.120Z | |
2786 | 2024-12-13T23:18:16.120Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2787 | 2024-12-13T23:18:16.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-13T23:18:16.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-13T23:18:16.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-13T23:18:16.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2791 | 2024-12-13T23:18:16.775Z | |
2792 | 2024-12-13T23:18:16.775Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2793 | 2024-12-13T23:18:17.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-13T23:18:17.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-13T23:18:17.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-13T23:18:17.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2797 | 2024-12-13T23:18:17.421Z | |
2798 | 2024-12-13T23:18:17.421Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2799 | 2024-12-13T23:18:17.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-13T23:18:17.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-13T23:18:17.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-13T23:18:17.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2803 | 2024-12-13T23:18:18.064Z | |
2804 | 2024-12-13T23:18:18.064Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2805 | 2024-12-13T23:18:18.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-13T23:18:18.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-13T23:18:18.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-13T23:18:18.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2809 | 2024-12-13T23:18:18.708Z | |
2810 | 2024-12-13T23:18:18.708Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2811 | 2024-12-13T23:18:19.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-13T23:18:19.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-13T23:18:19.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-13T23:18:19.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2815 | 2024-12-13T23:18:19.374Z | |
2816 | 2024-12-13T23:18:19.375Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2817 | 2024-12-13T23:18:19.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-13T23:18:19.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-13T23:18:19.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-13T23:18:19.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2821 | 2024-12-13T23:18:20.015Z | |
2822 | 2024-12-13T23:18:20.015Z | info: running `cargo check --bins` on sp-sim (99/174) |
2823 | 2024-12-13T23:18:20.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-13T23:18:20.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-13T23:18:20.668Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2826 | 2024-12-13T23:18:22.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
2827 | 2024-12-13T23:18:22.746Z | |
2828 | 2024-12-13T23:18:22.746Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2829 | 2024-12-13T23:18:23.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-13T23:18:23.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-13T23:18:23.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-13T23:18:23.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2833 | 2024-12-13T23:18:23.431Z | |
2834 | 2024-12-13T23:18:23.431Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2835 | 2024-12-13T23:18:24.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-13T23:18:24.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-13T23:18:24.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-13T23:18:24.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2839 | 2024-12-13T23:18:24.120Z | |
2840 | 2024-12-13T23:18:24.121Z | info: running `cargo check --bins` on db-macros (102/174) |
2841 | 2024-12-13T23:18:24.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-13T23:18:24.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-13T23:18:24.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-12-13T23:18:24.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2845 | 2024-12-13T23:18:24.738Z | |
2846 | 2024-12-13T23:18:24.738Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2847 | 2024-12-13T23:18:25.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-13T23:18:25.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-13T23:18:25.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-13T23:18:25.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2851 | 2024-12-13T23:18:25.362Z | |
2852 | 2024-12-13T23:18:25.362Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2853 | 2024-12-13T23:18:25.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-13T23:18:25.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-13T23:18:25.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-13T23:18:25.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2857 | 2024-12-13T23:18:26.046Z | |
2858 | 2024-12-13T23:18:26.046Z | info: running `cargo check --bins` on authz-macros (105/174) |
2859 | 2024-12-13T23:18:26.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-13T23:18:26.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-13T23:18:26.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-13T23:18:26.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2863 | 2024-12-13T23:18:26.671Z | |
2864 | 2024-12-13T23:18:26.671Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2865 | 2024-12-13T23:18:27.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-13T23:18:27.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-13T23:18:27.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-13T23:18:27.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2869 | 2024-12-13T23:18:27.349Z | |
2870 | 2024-12-13T23:18:27.350Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2871 | 2024-12-13T23:18:27.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-13T23:18:27.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-13T23:18:27.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-13T23:18:27.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2875 | 2024-12-13T23:18:28.022Z | |
2876 | 2024-12-13T23:18:28.022Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2877 | 2024-12-13T23:18:28.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-13T23:18:28.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-13T23:18:28.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-13T23:18:28.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2881 | 2024-12-13T23:18:28.666Z | |
2882 | 2024-12-13T23:18:28.666Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2883 | 2024-12-13T23:18:29.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-13T23:18:29.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-13T23:18:29.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-13T23:18:29.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2887 | 2024-12-13T23:18:29.335Z | |
2888 | 2024-12-13T23:18:29.335Z | info: running `cargo check --bins` on typed-rng (110/174) |
2889 | 2024-12-13T23:18:29.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-13T23:18:29.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-13T23:18:29.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-12-13T23:18:29.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2893 | 2024-12-13T23:18:29.960Z | |
2894 | 2024-12-13T23:18:29.960Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2895 | 2024-12-13T23:18:30.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-12-13T23:18:30.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-12-13T23:18:30.729Z | Checking keccak v0.1.5 |
2898 | 2024-12-13T23:18:30.839Z | Checking secrecy v0.8.0 |
2899 | 2024-12-13T23:18:30.841Z | Compiling unicase v2.7.0 |
2900 | 2024-12-13T23:18:30.841Z | Compiling same-file v1.0.6 |
2901 | 2024-12-13T23:18:30.861Z | Compiling tempfile v3.13.0 |
2902 | 2024-12-13T23:18:30.888Z | Compiling thiserror-impl-no-std v2.0.2 |
2903 | 2024-12-13T23:18:30.890Z | Checking universal-hash v0.5.1 |
2904 | 2024-12-13T23:18:30.890Z | Compiling blake3 v1.5.4 |
2905 | 2024-12-13T23:18:31.023Z | Compiling walkdir v2.5.0 |
2906 | 2024-12-13T23:18:31.094Z | Compiling ring v0.16.20 |
2907 | 2024-12-13T23:18:31.117Z | Checking sha3 v0.10.8 |
2908 | 2024-12-13T23:18:31.135Z | Checking opaque-debug v0.3.1 |
2909 | 2024-12-13T23:18:31.243Z | Checking poly1305 v0.8.0 |
2910 | 2024-12-13T23:18:31.320Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2911 | 2024-12-13T23:18:31.526Z | Checking chacha20 v0.9.1 |
2912 | 2024-12-13T23:18:31.592Z | Checking aead v0.5.2 |
2913 | 2024-12-13T23:18:31.776Z | Compiling memmap2 v0.9.5 |
2914 | 2024-12-13T23:18:31.791Z | Compiling arrayvec v0.7.6 |
2915 | 2024-12-13T23:18:31.808Z | Compiling libefi-sys v0.1.0 |
2916 | 2024-12-13T23:18:31.825Z | Compiling arrayref v0.3.9 |
2917 | 2024-12-13T23:18:31.860Z | Compiling spin v0.5.2 |
2918 | 2024-12-13T23:18:31.925Z | Compiling constant_time_eq v0.3.1 |
2919 | 2024-12-13T23:18:32.077Z | Compiling salty v0.3.0 |
2920 | 2024-12-13T23:18:32.125Z | Checking chacha20poly1305 v0.10.1 |
2921 | 2024-12-13T23:18:32.175Z | Compiling toolchain_find v0.4.0 |
2922 | 2024-12-13T23:18:32.209Z | Compiling camino-tempfile v1.1.1 |
2923 | 2024-12-13T23:18:32.295Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2924 | 2024-12-13T23:18:32.505Z | Compiling bitfield-struct v0.6.2 |
2925 | 2024-12-13T23:18:32.593Z | Compiling topological-sort v0.2.2 |
2926 | 2024-12-13T23:18:32.674Z | Compiling mime_guess v2.0.5 |
2927 | 2024-12-13T23:18:32.822Z | Compiling rustfmt-wrapper v0.2.1 |
2928 | 2024-12-13T23:18:33.258Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2929 | 2024-12-13T23:18:33.364Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2930 | 2024-12-13T23:18:33.405Z | Checking primeorder v0.13.6 |
2931 | 2024-12-13T23:18:33.467Z | Checking env_filter v0.1.2 |
2932 | 2024-12-13T23:18:33.704Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2024-12-13T23:18:33.722Z | Checking env_logger v0.11.5 |
2934 | 2024-12-13T23:18:33.893Z | Checking p384 v0.13.0 |
2935 | 2024-12-13T23:18:33.985Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2024-12-13T23:18:34.028Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2937 | 2024-12-13T23:18:34.047Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2938 | 2024-12-13T23:18:34.118Z | Checking thiserror-no-std v2.0.2 |
2939 | 2024-12-13T23:18:34.227Z | Checking vsss-rs v3.3.4 |
2940 | 2024-12-13T23:18:34.278Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2941 | 2024-12-13T23:18:34.324Z | Checking simd-adler32 v0.3.7 |
2942 | 2024-12-13T23:18:34.582Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-12-13T23:18:34.645Z | Compiling zip v2.1.3 |
2944 | 2024-12-13T23:18:34.665Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2945 | 2024-12-13T23:18:34.686Z | Checking bumpalo v3.16.0 |
2946 | 2024-12-13T23:18:34.949Z | Checking http-range v0.1.5 |
2947 | 2024-12-13T23:18:34.968Z | Checking lockfree-object-pool v0.1.6 |
2948 | 2024-12-13T23:18:34.995Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2024-12-13T23:18:35.030Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2950 | 2024-12-13T23:18:35.117Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2951 | 2024-12-13T23:18:35.198Z | Checking zopfli v0.8.1 |
2952 | 2024-12-13T23:18:35.300Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2953 | 2024-12-13T23:18:35.780Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2954 | 2024-12-13T23:18:35.798Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2955 | 2024-12-13T23:18:35.887Z | Checking nanorand v0.7.0 |
2956 | 2024-12-13T23:18:35.929Z | Checking atty v0.2.14 |
2957 | 2024-12-13T23:18:36.060Z | Checking glob v0.3.1 |
2958 | 2024-12-13T23:18:36.262Z | Checking flume v0.11.1 |
2959 | 2024-12-13T23:18:36.332Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2960 | 2024-12-13T23:18:36.487Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2961 | 2024-12-13T23:18:36.793Z | Compiling omicron-zone-package v0.11.1 |
2962 | 2024-12-13T23:18:36.983Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2963 | 2024-12-13T23:18:37.513Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2964 | 2024-12-13T23:18:37.672Z | Checking hyper-staticfile v0.10.1 |
2965 | 2024-12-13T23:18:38.207Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2966 | 2024-12-13T23:18:38.425Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2967 | 2024-12-13T23:18:38.467Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2968 | 2024-12-13T23:18:38.541Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2969 | 2024-12-13T23:18:38.630Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2970 | 2024-12-13T23:18:39.704Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2971 | 2024-12-13T23:18:39.725Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2972 | 2024-12-13T23:18:40.228Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2973 | 2024-12-13T23:18:41.524Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2974 | 2024-12-13T23:18:43.262Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2975 | 2024-12-13T23:18:43.264Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2976 | 2024-12-13T23:18:53.930Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2977 | 2024-12-13T23:19:07.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.02s |
2978 | 2024-12-13T23:19:08.176Z | |
2979 | 2024-12-13T23:19:08.176Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2980 | 2024-12-13T23:19:08.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-12-13T23:19:08.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-12-13T23:19:08.932Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-12-13T23:19:22.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s |
2984 | 2024-12-13T23:19:23.179Z | |
2985 | 2024-12-13T23:19:23.179Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2986 | 2024-12-13T23:19:23.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-12-13T23:19:23.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-12-13T23:19:23.940Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-12-13T23:19:38.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.96s |
2990 | 2024-12-13T23:19:38.335Z | |
2991 | 2024-12-13T23:19:38.335Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2992 | 2024-12-13T23:19:38.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-12-13T23:19:38.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-12-13T23:19:39.088Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-12-13T23:19:53.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s |
2996 | 2024-12-13T23:19:53.387Z | |
2997 | 2024-12-13T23:19:53.387Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
2998 | 2024-12-13T23:19:54.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-12-13T23:19:54.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-12-13T23:19:54.147Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-12-13T23:20:08.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s |
3002 | 2024-12-13T23:20:08.477Z | |
3003 | 2024-12-13T23:20:08.477Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
3004 | 2024-12-13T23:20:09.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-12-13T23:20:09.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-12-13T23:20:09.213Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-12-13T23:20:26.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s |
3008 | 2024-12-13T23:20:26.846Z | |
3009 | 2024-12-13T23:20:26.847Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3010 | 2024-12-13T23:20:26.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-12-13T23:20:26.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-12-13T23:20:26.847Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-13T23:20:38.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s |
3014 | 2024-12-13T23:20:38.433Z | |
3015 | 2024-12-13T23:20:38.433Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3016 | 2024-12-13T23:20:39.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-13T23:20:39.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-13T23:20:39.187Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-13T23:20:53.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s |
3020 | 2024-12-13T23:20:53.499Z | |
3021 | 2024-12-13T23:20:53.499Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3022 | 2024-12-13T23:20:54.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-13T23:20:54.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-13T23:20:54.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-12-13T23:20:54.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3026 | 2024-12-13T23:20:54.173Z | |
3027 | 2024-12-13T23:20:54.173Z | info: running `cargo check --bins` on key-manager (120/174) |
3028 | 2024-12-13T23:20:54.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-13T23:20:54.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-13T23:20:54.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-12-13T23:20:54.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3032 | 2024-12-13T23:20:54.812Z | |
3033 | 2024-12-13T23:20:54.813Z | info: running `cargo check --bins` on range-requests (121/174) |
3034 | 2024-12-13T23:20:55.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-13T23:20:55.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-13T23:20:55.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-12-13T23:20:55.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3038 | 2024-12-13T23:20:55.448Z | |
3039 | 2024-12-13T23:20:55.448Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3040 | 2024-12-13T23:20:56.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-13T23:20:56.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-13T23:20:56.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-12-13T23:20:56.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3044 | 2024-12-13T23:20:56.090Z | |
3045 | 2024-12-13T23:20:56.090Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3046 | 2024-12-13T23:20:56.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-13T23:20:56.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-13T23:20:56.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-12-13T23:20:56.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3050 | 2024-12-13T23:20:56.758Z | |
3051 | 2024-12-13T23:20:56.758Z | info: running `cargo check --bins` on sled-diagnostics (124/174) |
3052 | 2024-12-13T23:20:57.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-13T23:20:57.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-13T23:20:57.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-12-13T23:20:57.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3056 | 2024-12-13T23:20:57.384Z | |
3057 | 2024-12-13T23:20:57.384Z | info: running `cargo check --bins` on sled-hardware (125/174) |
3058 | 2024-12-13T23:20:57.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-13T23:20:57.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-13T23:20:57.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-13T23:20:57.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3062 | 2024-12-13T23:20:58.039Z | |
3063 | 2024-12-13T23:20:58.039Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/174) |
3064 | 2024-12-13T23:20:58.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-13T23:20:58.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-13T23:20:58.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-13T23:20:58.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3068 | 2024-12-13T23:20:58.698Z | |
3069 | 2024-12-13T23:20:58.698Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174) |
3070 | 2024-12-13T23:20:59.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-13T23:20:59.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-13T23:20:59.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-13T23:20:59.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3074 | 2024-12-13T23:20:59.354Z | |
3075 | 2024-12-13T23:20:59.354Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/174) |
3076 | 2024-12-13T23:20:59.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-13T23:20:59.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-13T23:20:59.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-13T23:20:59.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3080 | 2024-12-13T23:21:00.023Z | |
3081 | 2024-12-13T23:21:00.023Z | info: running `cargo check --bins` on nexus-test-interface (129/174) |
3082 | 2024-12-13T23:21:00.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-13T23:21:00.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-13T23:21:00.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-12-13T23:21:00.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3086 | 2024-12-13T23:21:00.684Z | |
3087 | 2024-12-13T23:21:00.684Z | info: running `cargo check --bins` on oximeter-collector (130/174) |
3088 | 2024-12-13T23:21:01.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-13T23:21:01.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-13T23:21:01.392Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3091 | 2024-12-13T23:21:01.392Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3092 | 2024-12-13T23:21:02.282Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3093 | 2024-12-13T23:21:04.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3094 | 2024-12-13T23:21:04.536Z | |
3095 | 2024-12-13T23:21:04.537Z | info: running `cargo check --bins` on oximeter-api (131/174) |
3096 | 2024-12-13T23:21:05.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-12-13T23:21:05.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-12-13T23:21:05.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2024-12-13T23:21:05.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3100 | 2024-12-13T23:21:05.187Z | |
3101 | 2024-12-13T23:21:05.187Z | info: running `cargo check --bins` on cert-dev (132/174) |
3102 | 2024-12-13T23:21:05.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-12-13T23:21:05.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-12-13T23:21:05.822Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3105 | 2024-12-13T23:21:06.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3106 | 2024-12-13T23:21:06.262Z | |
3107 | 2024-12-13T23:21:06.262Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3108 | 2024-12-13T23:21:06.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-12-13T23:21:06.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-12-13T23:21:06.967Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3111 | 2024-12-13T23:21:06.967Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3112 | 2024-12-13T23:21:07.575Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3113 | 2024-12-13T23:21:07.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3114 | 2024-12-13T23:21:08.142Z | |
3115 | 2024-12-13T23:21:08.142Z | info: running `cargo check --bins` on ch-dev (134/174) |
3116 | 2024-12-13T23:21:08.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-12-13T23:21:08.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-12-13T23:21:08.801Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3119 | 2024-12-13T23:21:09.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3120 | 2024-12-13T23:21:09.696Z | |
3121 | 2024-12-13T23:21:09.696Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3122 | 2024-12-13T23:21:10.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-12-13T23:21:10.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-12-13T23:21:10.370Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3125 | 2024-12-13T23:21:10.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3126 | 2024-12-13T23:21:10.914Z | |
3127 | 2024-12-13T23:21:10.914Z | info: running `cargo check --bins` on db-dev (136/174) |
3128 | 2024-12-13T23:21:11.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-13T23:21:11.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-13T23:21:11.597Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3131 | 2024-12-13T23:21:12.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3132 | 2024-12-13T23:21:12.508Z | |
3133 | 2024-12-13T23:21:12.508Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3134 | 2024-12-13T23:21:13.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-12-13T23:21:13.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-12-13T23:21:13.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3137 | 2024-12-13T23:21:13.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3138 | 2024-12-13T23:21:13.172Z | |
3139 | 2024-12-13T23:21:13.172Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3140 | 2024-12-13T23:21:13.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-12-13T23:21:13.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-12-13T23:21:13.805Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3143 | 2024-12-13T23:21:14.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3144 | 2024-12-13T23:21:14.884Z | |
3145 | 2024-12-13T23:21:14.884Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3146 | 2024-12-13T23:21:15.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-12-13T23:21:15.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-12-13T23:21:15.512Z | Checking cargo-platform v0.1.8 |
3149 | 2024-12-13T23:21:15.781Z | Checking cargo_metadata v0.18.1 |
3150 | 2024-12-13T23:21:16.764Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3151 | 2024-12-13T23:21:17.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
3152 | 2024-12-13T23:21:17.686Z | |
3153 | 2024-12-13T23:21:17.686Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3154 | 2024-12-13T23:21:18.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-12-13T23:21:18.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-12-13T23:21:18.420Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3157 | 2024-12-13T23:21:19.391Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3158 | 2024-12-13T23:21:19.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3159 | 2024-12-13T23:21:19.909Z | |
3160 | 2024-12-13T23:21:19.909Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3161 | 2024-12-13T23:21:20.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2024-12-13T23:21:20.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2024-12-13T23:21:20.701Z | Compiling crunchy v0.2.2 |
3164 | 2024-12-13T23:21:20.701Z | Compiling tiny-keccak v2.0.2 |
3165 | 2024-12-13T23:21:20.704Z | Compiling dsl_auto_type v0.1.2 |
3166 | 2024-12-13T23:21:20.704Z | Checking scheduled-thread-pool v0.2.7 |
3167 | 2024-12-13T23:21:20.704Z | Compiling diesel_table_macro_syntax v0.2.0 |
3168 | 2024-12-13T23:21:20.864Z | Compiling ascii-canvas v3.0.0 |
3169 | 2024-12-13T23:21:20.867Z | Compiling ena v0.14.3 |
3170 | 2024-12-13T23:21:20.867Z | Compiling diff v0.1.13 |
3171 | 2024-12-13T23:21:21.072Z | Checking r2d2 v0.8.10 |
3172 | 2024-12-13T23:21:21.097Z | Compiling regex-syntax v0.6.29 |
3173 | 2024-12-13T23:21:21.272Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3174 | 2024-12-13T23:21:21.275Z | Compiling ref-cast v1.0.23 |
3175 | 2024-12-13T23:21:21.364Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3176 | 2024-12-13T23:21:21.442Z | Compiling derive_builder_core v0.20.2 |
3177 | 2024-12-13T23:21:21.490Z | Compiling libxml v0.3.3 |
3178 | 2024-12-13T23:21:21.529Z | Compiling ref-cast-impl v1.0.23 |
3179 | 2024-12-13T23:21:21.630Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3180 | 2024-12-13T23:21:21.895Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3181 | 2024-12-13T23:21:21.920Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3182 | 2024-12-13T23:21:22.056Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3183 | 2024-12-13T23:21:22.161Z | Compiling strum_macros v0.24.3 |
3184 | 2024-12-13T23:21:22.197Z | Compiling samael v0.0.17 |
3185 | 2024-12-13T23:21:22.447Z | Compiling diesel_derives v2.2.3 |
3186 | 2024-12-13T23:21:22.473Z | Compiling indoc v1.0.9 |
3187 | 2024-12-13T23:21:23.479Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3188 | 2024-12-13T23:21:23.762Z | Compiling impl-trait-for-tuples v0.2.2 |
3189 | 2024-12-13T23:21:23.914Z | Compiling derive_builder_macro v0.20.2 |
3190 | 2024-12-13T23:21:24.682Z | Compiling lalrpop v0.19.12 |
3191 | 2024-12-13T23:21:24.808Z | Checking derive_builder v0.20.2 |
3192 | 2024-12-13T23:21:24.956Z | Compiling oso-derive v0.27.3 |
3193 | 2024-12-13T23:21:25.403Z | Checking quick-xml v0.33.0 |
3194 | 2024-12-13T23:21:25.923Z | Compiling diesel-dtrace v0.4.0 |
3195 | 2024-12-13T23:21:26.023Z | Checking maplit v1.0.2 |
3196 | 2024-12-13T23:21:26.236Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3197 | 2024-12-13T23:21:26.282Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3198 | 2024-12-13T23:21:26.382Z | Checking bb8 v0.8.5 |
3199 | 2024-12-13T23:21:26.602Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3200 | 2024-12-13T23:21:26.885Z | Checking castaway v0.2.3 |
3201 | 2024-12-13T23:21:26.903Z | Checking rand_seeder v0.3.0 |
3202 | 2024-12-13T23:21:27.062Z | Checking compact_str v0.8.0 |
3203 | 2024-12-13T23:21:27.153Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3204 | 2024-12-13T23:21:27.281Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3205 | 2024-12-13T23:21:27.373Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3206 | 2024-12-13T23:21:27.919Z | Checking unicode-truncate v1.1.0 |
3207 | 2024-12-13T23:21:28.025Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3208 | 2024-12-13T23:21:28.163Z | Checking lru v0.12.5 |
3209 | 2024-12-13T23:21:28.314Z | Compiling instability v0.3.2 |
3210 | 2024-12-13T23:21:28.647Z | Checking smawk v0.3.2 |
3211 | 2024-12-13T23:21:28.815Z | Checking is_ci v1.2.0 |
3212 | 2024-12-13T23:21:28.932Z | Checking unicode-linebreak v0.1.5 |
3213 | 2024-12-13T23:21:29.055Z | Checking cassowary v0.3.0 |
3214 | 2024-12-13T23:21:29.279Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3215 | 2024-12-13T23:21:29.355Z | Checking textwrap v0.16.1 |
3216 | 2024-12-13T23:21:29.440Z | Checking supports-color v3.0.1 |
3217 | 2024-12-13T23:21:29.484Z | Checking ratatui v0.28.1 |
3218 | 2024-12-13T23:21:29.674Z | Checking multimap v0.10.0 |
3219 | 2024-12-13T23:21:32.420Z | Checking diesel v2.2.6 |
3220 | 2024-12-13T23:21:58.717Z | Compiling polar-core v0.27.3 |
3221 | 2024-12-13T23:22:02.078Z | Checking async-bb8-diesel v0.2.1 |
3222 | 2024-12-13T23:22:06.326Z | Checking oso v0.27.3 |
3223 | 2024-12-13T23:23:18.247Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3224 | 2024-12-13T23:23:24.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
3225 | 2024-12-13T23:23:24.710Z | |
3226 | 2024-12-13T23:23:24.710Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3227 | 2024-12-13T23:23:25.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2024-12-13T23:23:25.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2024-12-13T23:23:25.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3230 | 2024-12-13T23:23:25.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3231 | 2024-12-13T23:23:25.413Z | |
3232 | 2024-12-13T23:23:25.413Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3233 | 2024-12-13T23:23:26.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-12-13T23:23:26.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-12-13T23:23:26.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2024-12-13T23:23:26.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3237 | 2024-12-13T23:23:26.109Z | |
3238 | 2024-12-13T23:23:26.109Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3239 | 2024-12-13T23:23:26.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-12-13T23:23:26.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-12-13T23:23:26.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2024-12-13T23:23:26.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3243 | 2024-12-13T23:23:26.738Z | |
3244 | 2024-12-13T23:23:26.738Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3245 | 2024-12-13T23:23:27.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-12-13T23:23:27.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-12-13T23:23:27.568Z | Compiling libz-sys v1.1.20 |
3248 | 2024-12-13T23:23:27.682Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3249 | 2024-12-13T23:23:27.696Z | Compiling vergen v8.3.2 |
3250 | 2024-12-13T23:23:27.698Z | Compiling cargo-platform v0.1.8 |
3251 | 2024-12-13T23:23:27.698Z | Compiling pin-project-internal v1.1.6 |
3252 | 2024-12-13T23:23:27.739Z | Compiling libsqlite3-sys v0.30.1 |
3253 | 2024-12-13T23:23:27.739Z | Compiling snafu-derive v0.8.5 |
3254 | 2024-12-13T23:23:27.741Z | Compiling rustls v0.21.12 |
3255 | 2024-12-13T23:23:27.980Z | Compiling cfg_aliases v0.2.1 |
3256 | 2024-12-13T23:23:28.028Z | Compiling cargo_metadata v0.18.1 |
3257 | 2024-12-13T23:23:28.082Z | Compiling buf-list v1.0.3 |
3258 | 2024-12-13T23:23:28.253Z | Compiling nix v0.29.0 |
3259 | 2024-12-13T23:23:28.342Z | Checking globset v0.4.15 |
3260 | 2024-12-13T23:23:28.618Z | Checking olpc-cjson v0.1.4 |
3261 | 2024-12-13T23:23:28.831Z | Checking rustls-webpki v0.101.7 |
3262 | 2024-12-13T23:23:28.849Z | Checking sct v0.7.1 |
3263 | 2024-12-13T23:23:28.900Z | Checking serde_plain v1.0.2 |
3264 | 2024-12-13T23:23:29.031Z | Checking typed-path v0.9.3 |
3265 | 2024-12-13T23:23:29.436Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3266 | 2024-12-13T23:23:29.556Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3267 | 2024-12-13T23:23:29.708Z | Checking hashlink v0.9.1 |
3268 | 2024-12-13T23:23:29.830Z | Checking parse-size v1.1.0 |
3269 | 2024-12-13T23:23:30.014Z | Checking fallible-streaming-iterator v0.1.9 |
3270 | 2024-12-13T23:23:30.241Z | Checking fallible-iterator v0.3.0 |
3271 | 2024-12-13T23:23:30.844Z | Checking pin-project v1.1.6 |
3272 | 2024-12-13T23:23:30.863Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3273 | 2024-12-13T23:23:30.881Z | Checking rusqlite v0.32.1 |
3274 | 2024-12-13T23:23:30.965Z | Checking rustls-pemfile v1.0.4 |
3275 | 2024-12-13T23:23:31.072Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3276 | 2024-12-13T23:23:31.154Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3277 | 2024-12-13T23:23:31.434Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3278 | 2024-12-13T23:23:31.722Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3279 | 2024-12-13T23:23:31.852Z | Checking twox-hash v1.6.3 |
3280 | 2024-12-13T23:23:31.870Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3281 | 2024-12-13T23:23:32.349Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3282 | 2024-12-13T23:23:32.444Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3283 | 2024-12-13T23:23:32.797Z | Checking tokio-rustls v0.24.1 |
3284 | 2024-12-13T23:23:32.976Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3285 | 2024-12-13T23:23:33.059Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3286 | 2024-12-13T23:23:33.148Z | Checking fatfs v0.3.6 |
3287 | 2024-12-13T23:23:33.335Z | Checking snafu v0.8.5 |
3288 | 2024-12-13T23:23:33.813Z | Checking tough v0.19.0 |
3289 | 2024-12-13T23:23:33.816Z | Checking assert_matches v1.5.0 |
3290 | 2024-12-13T23:23:37.891Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3291 | 2024-12-13T23:23:39.317Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3292 | 2024-12-13T23:23:40.644Z | Compiling git2 v0.19.0 |
3293 | 2024-12-13T23:23:45.492Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3294 | 2024-12-13T23:24:41.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3295 | 2024-12-13T23:24:41.382Z | |
3296 | 2024-12-13T23:24:41.382Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3297 | 2024-12-13T23:24:42.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-12-13T23:24:42.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-12-13T23:24:42.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-12-13T23:24:42.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3301 | 2024-12-13T23:24:42.092Z | |
3302 | 2024-12-13T23:24:42.092Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3303 | 2024-12-13T23:24:42.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-12-13T23:24:42.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-12-13T23:24:42.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-12-13T23:24:42.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3307 | 2024-12-13T23:24:42.716Z | |
3308 | 2024-12-13T23:24:42.716Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3309 | 2024-12-13T23:24:43.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-12-13T23:24:43.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-12-13T23:24:43.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-12-13T23:24:43.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3313 | 2024-12-13T23:24:43.379Z | |
3314 | 2024-12-13T23:24:43.379Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3315 | 2024-12-13T23:24:43.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-12-13T23:24:43.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-12-13T23:24:43.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-12-13T23:24:43.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3319 | 2024-12-13T23:24:44.072Z | |
3320 | 2024-12-13T23:24:44.072Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3321 | 2024-12-13T23:24:44.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-12-13T23:24:44.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-12-13T23:24:44.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-12-13T23:24:44.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3325 | 2024-12-13T23:24:44.754Z | |
3326 | 2024-12-13T23:24:44.754Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3327 | 2024-12-13T23:24:45.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-12-13T23:24:45.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-12-13T23:24:45.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-12-13T23:24:45.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3331 | 2024-12-13T23:24:45.440Z | |
3332 | 2024-12-13T23:24:45.440Z | info: running `cargo check --bins` on update-common (152/174) |
3333 | 2024-12-13T23:24:46.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-13T23:24:46.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-13T23:24:46.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-13T23:24:46.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3337 | 2024-12-13T23:24:46.101Z | |
3338 | 2024-12-13T23:24:46.101Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3339 | 2024-12-13T23:24:46.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-13T23:24:46.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-13T23:24:46.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2024-12-13T23:24:46.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3343 | 2024-12-13T23:24:46.759Z | |
3344 | 2024-12-13T23:24:46.760Z | info: running `cargo check --bins` on tufaceous (154/174) |
3345 | 2024-12-13T23:24:47.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-13T23:24:47.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-13T23:24:47.444Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3348 | 2024-12-13T23:24:48.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3349 | 2024-12-13T23:24:48.619Z | |
3350 | 2024-12-13T23:24:48.619Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3351 | 2024-12-13T23:24:49.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-12-13T23:24:49.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-12-13T23:24:49.476Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3354 | 2024-12-13T23:24:49.602Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3355 | 2024-12-13T23:24:49.602Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3356 | 2024-12-13T23:24:49.604Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3357 | 2024-12-13T23:25:16.737Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3358 | 2024-12-13T23:25:16.739Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3359 | 2024-12-13T23:25:16.739Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3360 | 2024-12-13T23:25:16.739Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3361 | 2024-12-13T23:25:16.739Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3362 | 2024-12-13T23:25:17.578Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3363 | 2024-12-13T23:25:18.896Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3364 | 2024-12-13T23:25:58.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3365 | 2024-12-13T23:25:58.564Z | |
3366 | 2024-12-13T23:25:58.564Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3367 | 2024-12-13T23:25:59.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-12-13T23:25:59.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-12-13T23:25:59.286Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3370 | 2024-12-13T23:25:59.288Z | Checking heck v0.4.1 |
3371 | 2024-12-13T23:25:59.288Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3372 | 2024-12-13T23:25:59.533Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3373 | 2024-12-13T23:26:00.948Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3374 | 2024-12-13T23:26:01.850Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3375 | 2024-12-13T23:26:02.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3376 | 2024-12-13T23:26:03.174Z | |
3377 | 2024-12-13T23:26:03.174Z | info: running `cargo check --bins` on installinator-api (157/174) |
3378 | 2024-12-13T23:26:03.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-12-13T23:26:03.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-12-13T23:26:03.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2024-12-13T23:26:03.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3382 | 2024-12-13T23:26:03.843Z | |
3383 | 2024-12-13T23:26:03.843Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3384 | 2024-12-13T23:26:04.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-12-13T23:26:04.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-12-13T23:26:04.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3387 | 2024-12-13T23:26:04.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3388 | 2024-12-13T23:26:04.506Z | |
3389 | 2024-12-13T23:26:04.506Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3390 | 2024-12-13T23:26:05.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-12-13T23:26:05.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-12-13T23:26:05.207Z | Compiling petname v2.0.2 |
3393 | 2024-12-13T23:26:05.218Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3394 | 2024-12-13T23:26:05.218Z | Checking sync-ptr v0.1.1 |
3395 | 2024-12-13T23:26:06.642Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3396 | 2024-12-13T23:26:08.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
3397 | 2024-12-13T23:26:08.446Z | |
3398 | 2024-12-13T23:26:08.446Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3399 | 2024-12-13T23:26:09.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-12-13T23:26:09.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-12-13T23:26:09.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2024-12-13T23:26:09.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3403 | 2024-12-13T23:26:09.128Z | |
3404 | 2024-12-13T23:26:09.129Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3405 | 2024-12-13T23:26:09.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-12-13T23:26:09.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-12-13T23:26:09.820Z | Checking memmap2 v0.9.5 |
3408 | 2024-12-13T23:26:09.820Z | Checking constant_time_eq v0.3.1 |
3409 | 2024-12-13T23:26:09.826Z | Checking arrayref v0.3.9 |
3410 | 2024-12-13T23:26:09.826Z | Checking spin v0.5.2 |
3411 | 2024-12-13T23:26:09.826Z | Checking arrayvec v0.7.6 |
3412 | 2024-12-13T23:26:09.827Z | Checking topological-sort v0.2.2 |
3413 | 2024-12-13T23:26:09.920Z | Checking shell-words v1.1.0 |
3414 | 2024-12-13T23:26:10.103Z | Checking ring v0.16.20 |
3415 | 2024-12-13T23:26:10.235Z | Checking blake3 v1.5.4 |
3416 | 2024-12-13T23:26:11.266Z | Checking omicron-zone-package v0.11.1 |
3417 | 2024-12-13T23:26:12.425Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3418 | 2024-12-13T23:26:13.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
3419 | 2024-12-13T23:26:13.524Z | |
3420 | 2024-12-13T23:26:13.524Z | info: running `cargo check --bins` on xtask (162/174) |
3421 | 2024-12-13T23:26:13.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2024-12-13T23:26:13.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2024-12-13T23:26:13.962Z | Checking bitflags v2.6.0 |
3424 | 2024-12-13T23:26:13.966Z | Checking serde v1.0.215 |
3425 | 2024-12-13T23:26:13.966Z | Checking thiserror v1.0.69 |
3426 | 2024-12-13T23:26:14.059Z | Checking scroll v0.12.0 |
3427 | 2024-12-13T23:26:14.064Z | Checking log v0.4.22 |
3428 | 2024-12-13T23:26:14.070Z | Checking hashbrown v0.15.1 |
3429 | 2024-12-13T23:26:14.080Z | Checking zerocopy v0.7.35 |
3430 | 2024-12-13T23:26:14.127Z | Checking syn v2.0.87 |
3431 | 2024-12-13T23:26:14.162Z | Checking pest v2.7.14 |
3432 | 2024-12-13T23:26:14.292Z | Checking rustix v0.38.37 |
3433 | 2024-12-13T23:26:14.333Z | Checking once_cell v1.20.2 |
3434 | 2024-12-13T23:26:14.514Z | Checking goblin v0.8.2 |
3435 | 2024-12-13T23:26:14.625Z | Checking fs-err v2.11.0 |
3436 | 2024-12-13T23:26:14.956Z | Checking tabled v0.15.0 |
3437 | 2024-12-13T23:26:15.173Z | Checking indexmap v2.6.0 |
3438 | 2024-12-13T23:26:15.524Z | Checking anyhow v1.0.93 |
3439 | 2024-12-13T23:26:16.322Z | Checking terminal_size v0.4.0 |
3440 | 2024-12-13T23:26:16.322Z | Checking tempfile v3.13.0 |
3441 | 2024-12-13T23:26:16.500Z | Checking clap_builder v4.5.21 |
3442 | 2024-12-13T23:26:16.637Z | Checking dtrace-parser v0.2.0 |
3443 | 2024-12-13T23:26:18.420Z | Checking serde_json v1.0.132 |
3444 | 2024-12-13T23:26:18.420Z | Checking serde_spanned v0.6.8 |
3445 | 2024-12-13T23:26:18.425Z | Checking toml_datetime v0.6.8 |
3446 | 2024-12-13T23:26:18.425Z | Checking camino v1.1.9 |
3447 | 2024-12-13T23:26:18.425Z | Checking cargo-platform v0.1.8 |
3448 | 2024-12-13T23:26:18.629Z | Checking semver v1.0.23 |
3449 | 2024-12-13T23:26:18.690Z | Checking macaddr v1.0.1 |
3450 | 2024-12-13T23:26:18.709Z | Checking toml_edit v0.22.22 |
3451 | 2024-12-13T23:26:18.974Z | Checking camino-tempfile v1.1.1 |
3452 | 2024-12-13T23:26:19.124Z | Checking clap v4.5.21 |
3453 | 2024-12-13T23:26:19.689Z | Checking dof v0.3.0 |
3454 | 2024-12-13T23:26:19.689Z | Checking cargo_metadata v0.18.1 |
3455 | 2024-12-13T23:26:20.114Z | Checking usdt-impl v0.5.0 |
3456 | 2024-12-13T23:26:20.486Z | Checking usdt v0.5.0 |
3457 | 2024-12-13T23:26:20.515Z | Checking toml v0.8.19 |
3458 | 2024-12-13T23:26:21.008Z | Checking cargo_toml v0.20.5 |
3459 | 2024-12-13T23:26:22.241Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3460 | 2024-12-13T23:26:22.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s |
3461 | 2024-12-13T23:26:22.962Z | |
3462 | 2024-12-13T23:26:22.962Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3463 | 2024-12-13T23:26:23.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2024-12-13T23:26:23.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2024-12-13T23:26:23.752Z | Checking polyval v0.6.2 |
3466 | 2024-12-13T23:26:23.861Z | Checking ctr v0.9.2 |
3467 | 2024-12-13T23:26:23.876Z | Checking ssh-encoding v0.2.0 |
3468 | 2024-12-13T23:26:23.880Z | Checking blowfish v0.9.1 |
3469 | 2024-12-13T23:26:23.902Z | Checking password-hash v0.4.2 |
3470 | 2024-12-13T23:26:23.906Z | Checking matches v0.1.10 |
3471 | 2024-12-13T23:26:23.930Z | Checking p256 v0.13.2 |
3472 | 2024-12-13T23:26:23.930Z | Checking p521 v0.13.3 |
3473 | 2024-12-13T23:26:24.003Z | Checking idna v0.2.3 |
3474 | 2024-12-13T23:26:24.090Z | Checking ghash v0.5.1 |
3475 | 2024-12-13T23:26:24.091Z | Checking bcrypt-pbkdf v0.10.0 |
3476 | 2024-12-13T23:26:24.127Z | Compiling enum-as-inner v0.5.1 |
3477 | 2024-12-13T23:26:24.174Z | Checking russh-cryptovec v0.7.3 |
3478 | 2024-12-13T23:26:24.268Z | Checking aes-gcm v0.10.3 |
3479 | 2024-12-13T23:26:24.324Z | Checking pbkdf2 v0.11.0 |
3480 | 2024-12-13T23:26:24.374Z | Checking md5 v0.7.0 |
3481 | 2024-12-13T23:26:24.400Z | Checking num-bigint v0.4.6 |
3482 | 2024-12-13T23:26:24.437Z | Checking des v0.8.1 |
3483 | 2024-12-13T23:26:24.495Z | Checking ssh-cipher v0.2.0 |
3484 | 2024-12-13T23:26:24.628Z | Compiling dhcproto-macros v0.1.0 |
3485 | 2024-12-13T23:26:24.651Z | Checking hex-literal v0.4.1 |
3486 | 2024-12-13T23:26:24.705Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3487 | 2024-12-13T23:26:24.796Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3488 | 2024-12-13T23:26:24.815Z | Checking ssh-key v0.6.6 |
3489 | 2024-12-13T23:26:24.864Z | Checking internet-checksum v0.2.1 |
3490 | 2024-12-13T23:26:25.133Z | Checking trust-dns-proto v0.22.0 |
3491 | 2024-12-13T23:26:26.104Z | Checking russh-keys v0.45.0 |
3492 | 2024-12-13T23:26:27.061Z | Checking russh v0.45.0 |
3493 | 2024-12-13T23:26:27.801Z | Checking dhcproto v0.12.0 |
3494 | 2024-12-13T23:26:45.444Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3495 | 2024-12-13T23:26:46.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.93s |
3496 | 2024-12-13T23:26:47.121Z | |
3497 | 2024-12-13T23:26:47.121Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3498 | 2024-12-13T23:26:47.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2024-12-13T23:26:47.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2024-12-13T23:26:47.772Z | Checking termios v0.3.3 |
3501 | 2024-12-13T23:26:47.990Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3502 | 2024-12-13T23:26:48.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3503 | 2024-12-13T23:26:48.981Z | |
3504 | 2024-12-13T23:26:48.981Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3505 | 2024-12-13T23:26:49.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2024-12-13T23:26:49.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2024-12-13T23:26:49.688Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3508 | 2024-12-13T23:26:51.768Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3509 | 2024-12-13T23:26:53.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
3510 | 2024-12-13T23:26:53.882Z | |
3511 | 2024-12-13T23:26:53.882Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3512 | 2024-12-13T23:26:54.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-12-13T23:26:54.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-12-13T23:26:54.533Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3515 | 2024-12-13T23:26:55.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3516 | 2024-12-13T23:26:55.195Z | |
3517 | 2024-12-13T23:26:55.195Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3518 | 2024-12-13T23:26:55.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-12-13T23:26:55.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-12-13T23:26:55.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2024-12-13T23:26:55.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3522 | 2024-12-13T23:26:55.827Z | |
3523 | 2024-12-13T23:26:55.828Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3524 | 2024-12-13T23:26:56.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-12-13T23:26:56.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-12-13T23:26:56.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2024-12-13T23:26:56.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3528 | 2024-12-13T23:26:56.456Z | |
3529 | 2024-12-13T23:26:56.456Z | info: running `cargo check --bins` on omicron-package (169/174) |
3530 | 2024-12-13T23:26:57.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-12-13T23:26:57.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-12-13T23:26:57.146Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3533 | 2024-12-13T23:26:58.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3534 | 2024-12-13T23:26:58.662Z | |
3535 | 2024-12-13T23:26:58.662Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3536 | 2024-12-13T23:26:59.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2024-12-13T23:26:59.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2024-12-13T23:26:59.386Z | Checking rtoolbox v0.0.2 |
3539 | 2024-12-13T23:26:59.386Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3540 | 2024-12-13T23:26:59.386Z | Checking tui-tree-widget v0.22.0 |
3541 | 2024-12-13T23:26:59.614Z | Checking rpassword v7.3.1 |
3542 | 2024-12-13T23:27:03.830Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3543 | 2024-12-13T23:27:06.957Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3544 | 2024-12-13T23:27:08.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.55s |
3545 | 2024-12-13T23:27:08.412Z | |
3546 | 2024-12-13T23:27:08.412Z | info: running `cargo check --bins` on wicket (171/174) |
3547 | 2024-12-13T23:27:09.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-12-13T23:27:09.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-12-13T23:27:09.126Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3550 | 2024-12-13T23:27:09.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3551 | 2024-12-13T23:27:09.767Z | |
3552 | 2024-12-13T23:27:09.767Z | info: running `cargo check --bins` on wicketd (172/174) |
3553 | 2024-12-13T23:27:10.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-12-13T23:27:10.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-12-13T23:27:10.505Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3556 | 2024-12-13T23:27:14.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
3557 | 2024-12-13T23:27:14.791Z | |
3558 | 2024-12-13T23:27:14.791Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3559 | 2024-12-13T23:27:15.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-12-13T23:27:15.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-12-13T23:27:15.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3562 | 2024-12-13T23:27:15.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3563 | 2024-12-13T23:27:15.416Z | |
3564 | 2024-12-13T23:27:15.416Z | info: running `cargo check --bins` on zone-setup (174/174) |
3565 | 2024-12-13T23:27:16.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2024-12-13T23:27:16.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2024-12-13T23:27:16.166Z | Checking uzers v0.12.1 |
3568 | 2024-12-13T23:27:16.511Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3569 | 2024-12-13T23:27:17.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
3570 | 2024-12-13T23:27:17.942Z | |
3571 | 2024-12-13T23:27:17.944Z | real 13:22.580266802 |
3572 | 2024-12-13T23:27:17.944Z | user 24:52.410533146 |
3573 | 2024-12-13T23:27:17.944Z | sys 5:31.693695731 |
3574 | 2024-12-13T23:27:17.944Z | trap 0.485282258 |
3575 | 2024-12-13T23:27:17.944Z | tflt 2.223186957 |
3576 | 2024-12-13T23:27:17.944Z | dflt 3.199239975 |
3577 | 2024-12-13T23:27:17.944Z | kflt 0.000925440 |
3578 | 2024-12-13T23:27:17.944Z | lock 47:53.575519118 |
3579 | 2024-12-13T23:27:17.944Z | slp 2:09:59.876099263 |
3580 | 2024-12-13T23:27:17.944Z | lat 1:03.742635718 |
3581 | 2024-12-13T23:27:17.944Z | stop 3:26.362124143 |
3582 | 2024-12-13T23:27:17.944Z | process exited: duration 1131974 ms, exit code 0 |
|
3583 | 2024-12-13T23:27:17.951Z | found 0 output files |