|
|
|
1 | 2024-12-18T20:51:43.966Z | job assigned to worker 01JFDRKDPWS5JJ2XDH2GJ5TF3M [factory aws, i-0b8ee920ee9436ae5] (queued for 58 s) |
|
2 | 2024-12-18T20:51:53.233Z | starting task 0: "setup" |
3 | 2024-12-18T20:51:53.240Z | ++ uname -s |
4 | 2024-12-18T20:51:53.242Z | + kern=SunOS |
5 | 2024-12-18T20:51:53.242Z | + case "$kern" in |
6 | 2024-12-18T20:51:53.242Z | + groupadd -g 12345 build |
7 | 2024-12-18T20:51:53.244Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T20:51:55.250Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T20:51:55.342Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T20:51:55.344Z | + home_fs=zfs |
11 | 2024-12-18T20:51:55.344Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T20:51:55.344Z | + mkdir -p /home/build |
13 | 2024-12-18T20:51:55.344Z | + chown build:build /home/build /work |
14 | 2024-12-18T20:51:57.347Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T20:51:57.349Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2024-12-18T20:51:57.354Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T20:51:57.359Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T20:51:57.359Z | * toolchain channel = "1.81.0" |
19 | 2024-12-18T20:51:57.359Z | ' 1.81.0 |
20 | 2024-12-18T20:51:57.359Z | * toolchain profile = "default" |
21 | 2024-12-18T20:51:57.359Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-18T20:51:57.359Z | ' default |
23 | 2024-12-18T20:51:57.361Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T20:51:57.361Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T20:51:57.475Z | info: downloading installer |
26 | 2024-12-18T20:51:58.803Z | info: profile set to 'default' |
27 | 2024-12-18T20:51:58.803Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T20:51:58.803Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T20:51:58.938Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T20:51:58.938Z | info: downloading component 'cargo' |
31 | 2024-12-18T20:51:59.649Z | info: downloading component 'clippy' |
32 | 2024-12-18T20:51:59.912Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T20:52:00.902Z | info: downloading component 'rust-std' |
34 | 2024-12-18T20:52:02.447Z | info: downloading component 'rustc' |
35 | 2024-12-18T20:52:07.965Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T20:52:08.173Z | info: installing component 'cargo' |
37 | 2024-12-18T20:52:08.959Z | info: installing component 'clippy' |
38 | 2024-12-18T20:52:09.316Z | info: installing component 'rust-docs' |
39 | 2024-12-18T20:52:10.912Z | info: installing component 'rust-std' |
40 | 2024-12-18T20:52:12.551Z | info: installing component 'rustc' |
41 | 2024-12-18T20:52:18.150Z | info: installing component 'rustfmt' |
42 | 2024-12-18T20:52:18.466Z | |
43 | 2024-12-18T20:52:18.466Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-18T20:52:18.823Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T20:52:18.823Z | |
46 | 2024-12-18T20:52:18.826Z | |
47 | 2024-12-18T20:52:18.826Z | Rust is installed now. Great! |
48 | 2024-12-18T20:52:18.826Z | |
49 | 2024-12-18T20:52:18.826Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T20:52:18.826Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T20:52:18.826Z | |
52 | 2024-12-18T20:52:18.826Z | To configure your current shell, you need to source |
53 | 2024-12-18T20:52:18.826Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T20:52:18.826Z | |
55 | 2024-12-18T20:52:18.826Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T20:52:18.826Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T20:52:18.826Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T20:52:18.890Z | + rustc --version |
59 | 2024-12-18T20:52:18.954Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T20:52:18.956Z | process exited: duration 21592 ms, exit code 0 |
|
61 | 2024-12-18T20:52:18.961Z | starting task 2: "authentication" |
62 | 2024-12-18T20:52:18.980Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-18T20:52:18.986Z | starting task 3: "clone repository" |
64 | 2024-12-18T20:52:18.991Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T20:52:18.997Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T20:52:19.297Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T20:52:25.894Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T20:52:25.895Z | + git fetch origin 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
69 | 2024-12-18T20:52:26.187Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T20:52:26.188Z | * branch 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c -> FETCH_HEAD |
71 | 2024-12-18T20:52:26.196Z | + [[ -n wc/mgs-taskdump ]] |
72 | 2024-12-18T20:52:26.198Z | ++ git branch --show-current |
73 | 2024-12-18T20:52:26.201Z | + current=main |
74 | 2024-12-18T20:52:26.201Z | + [[ main != wc/mgs-taskdump ]] |
75 | 2024-12-18T20:52:26.201Z | + git branch -f wc/mgs-taskdump 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
76 | 2024-12-18T20:52:26.204Z | + git checkout -f wc/mgs-taskdump |
77 | 2024-12-18T20:52:26.373Z | Switched to branch 'wc/mgs-taskdump' |
78 | 2024-12-18T20:52:26.375Z | + git reset --hard 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
79 | 2024-12-18T20:52:26.539Z | HEAD is now at 8b13de1f0 Add task-dump endpoints to MGS |
80 | 2024-12-18T20:52:26.542Z | process exited: duration 7550 ms, exit code 0 |
|
81 | 2024-12-18T20:52:26.548Z | starting task 4: "build" |
82 | 2024-12-18T20:52:26.554Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T20:52:26.554Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T20:52:26.554Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T20:52:26.556Z | + cargo --version |
86 | 2024-12-18T20:52:26.610Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T20:52:26.612Z | + rustc --version |
88 | 2024-12-18T20:52:26.669Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T20:52:26.671Z | + source ./env.sh |
90 | 2024-12-18T20:52:26.671Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-18T20:52:26.671Z | ++ set -o xtrace |
92 | 2024-12-18T20:52:26.674Z | ++++ dirname ./env.sh |
93 | 2024-12-18T20:52:26.676Z | +++ readlink -f . |
94 | 2024-12-18T20:52:26.699Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-18T20:52:26.699Z | ++ 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-18T20:52:26.699Z | ++ 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-18T20:52:26.702Z | ++ 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-18T20:52:26.702Z | ++ 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-18T20:52:26.702Z | ++ 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-18T20:52:26.702Z | ++ 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-18T20:52:26.702Z | ++ 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-18T20:52:26.702Z | ++ 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-18T20:52:26.702Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-18T20:52:26.702Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-18T20:52:26.702Z | + 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-18T20:52:26.702Z | + 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-18T20:52:26.704Z | + banner prerequisites |
108 | 2024-12-18T20:52:26.721Z | |
109 | 2024-12-18T20:52:26.721Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-18T20:52:26.721Z | # # # # # # # # # # # # # # # |
111 | 2024-12-18T20:52:26.721Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-18T20:52:26.722Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-18T20:52:26.722Z | # # # # # # # # # # # # # # # |
114 | 2024-12-18T20:52:26.722Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-18T20:52:26.722Z | |
116 | 2024-12-18T20:52:26.725Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-18T20:52:40.274Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-18T20:52:44.437Z | Startup: Caching catalogs ... Done |
119 | 2024-12-18T20:52:54.641Z | Planning: Solver setup ... Done (9.378s) |
120 | 2024-12-18T20:52:54.773Z | Planning: Running solver ... Done (0.132s) |
121 | 2024-12-18T20:52:55.078Z | Planning: Finding local manifests ... Done (0.210s) |
122 | 2024-12-18T20:52:55.104Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-18T20:52:56.546Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-18T20:52:56.872Z | Planning: Package planning ... Done (0.325s) |
125 | 2024-12-18T20:52:56.929Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-18T20:52:58.115Z | Planning: Checking for conflicting actions ... Done (1.184s) |
127 | 2024-12-18T20:53:07.718Z | Planning: Consolidating action changes ... Done (9.596s) |
128 | 2024-12-18T20:53:08.083Z | Planning: Evaluating mediators ... Done (0.368s) |
129 | 2024-12-18T20:53:08.195Z | Planning: Planning completed in 23.65 seconds |
130 | 2024-12-18T20:53:08.224Z | Packages to install: 4 |
131 | 2024-12-18T20:53:08.225Z | Packages to update: 1 |
132 | 2024-12-18T20:53:08.232Z | Mediators to change: 2 |
133 | 2024-12-18T20:53:08.232Z | Services to change: 1 |
134 | 2024-12-18T20:53:08.232Z | Estimated space available: 155.63 GB |
135 | 2024-12-18T20:53:08.232Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-18T20:53:08.232Z | Create boot environment: No |
137 | 2024-12-18T20:53:08.232Z | Create backup boot environment: Yes |
138 | 2024-12-18T20:53:08.233Z | Rebuild boot archive: No |
139 | 2024-12-18T20:53:08.233Z | |
140 | 2024-12-18T20:53:08.233Z | Changed mediators: |
141 | 2024-12-18T20:53:08.233Z | mediator clang: |
142 | 2024-12-18T20:53:08.233Z | version: None -> 15 (system default) |
143 | 2024-12-18T20:53:08.233Z | |
144 | 2024-12-18T20:53:08.233Z | mediator llvm: |
145 | 2024-12-18T20:53:08.233Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-18T20:53:08.233Z | |
147 | 2024-12-18T20:53:08.233Z | Changed packages: |
148 | 2024-12-18T20:53:08.234Z | helios-dev |
149 | 2024-12-18T20:53:08.234Z | developer/build-essential |
150 | 2024-12-18T20:53:08.234Z | None -> 11-2.0 |
151 | 2024-12-18T20:53:08.234Z | library/libxmlsec1 |
152 | 2024-12-18T20:53:08.234Z | None -> 1.2.35-2.0 |
153 | 2024-12-18T20:53:08.234Z | ooce/developer/clang-15 |
154 | 2024-12-18T20:53:08.234Z | None -> 15.0.7-2.0 |
155 | 2024-12-18T20:53:08.234Z | ooce/developer/llvm-15 |
156 | 2024-12-18T20:53:08.234Z | None -> 15.0.7-2.0 |
157 | 2024-12-18T20:53:08.235Z | package/pkg |
158 | 2024-12-18T20:53:08.235Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-18T20:53:08.235Z | |
160 | 2024-12-18T20:53:08.235Z | Services: |
161 | 2024-12-18T20:53:08.235Z | restart_fmri: |
162 | 2024-12-18T20:53:08.235Z | svc:/system/update-man-index:default |
163 | 2024-12-18T20:53:08.235Z | |
164 | 2024-12-18T20:53:08.235Z | Editable files to change: |
165 | 2024-12-18T20:53:08.235Z | Update: |
166 | 2024-12-18T20:53:08.235Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-18T20:53:08.738Z | |
168 | 2024-12-18T20:53:08.738Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-18T20:53:14.454Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (18.0M/s) |
170 | 2024-12-18T20:53:20.609Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (12.2M/s) |
171 | 2024-12-18T20:53:25.594Z | Download: 2527/4281 items 120.3/220.6MB 54% complete (911k/s) |
172 | 2024-12-18T20:53:30.597Z | Download: 3219/4281 items 182.6/220.6MB 82% complete (7.2M/s) |
173 | 2024-12-18T20:53:35.602Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (9.2M/s) |
174 | 2024-12-18T20:53:40.990Z | Download: 4204/4281 items 220.5/220.6MB 99% complete (9.7M/s) |
175 | 2024-12-18T20:53:42.295Z | Download: Completed 220.60 MB in 33.54 seconds (6.6M/s) |
176 | 2024-12-18T20:53:44.298Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-12-18T20:53:44.314Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-12-18T20:53:49.383Z | Actions: 4079/5063 actions (Installing new actions) |
179 | 2024-12-18T20:53:49.907Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-12-18T20:53:50.258Z | Actions: Completed 5063 actions in 5.96 seconds. |
181 | 2024-12-18T20:53:50.630Z | Done (0.365s) |
182 | 2024-12-18T20:53:50.633Z | Done (0.000s) |
183 | 2024-12-18T20:53:51.204Z | Done (0.572s) |
184 | 2024-12-18T20:53:57.303Z | Done (5.879s) |
185 | 2024-12-18T20:53:57.794Z | Done (0.427s) |
186 | 2024-12-18T20:53:57.796Z | Done (0.000s) |
187 | 2024-12-18T20:53:57.955Z | Done (0.000s) |
188 | 2024-12-18T20:53:58.611Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-12-18T20:53:58.769Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-12-18T20:53:58.772Z | Planning: Consolidating action changes ... Done |
191 | 2024-12-18T20:53:59.030Z | Planning: Evaluating mediators ... Done |
192 | 2024-12-18T20:53:59.032Z | Planning: Planning completed in 0.42 seconds |
193 | 2024-12-18T20:53:59.068Z | Mediators to change: 2 |
194 | 2024-12-18T20:53:59.068Z | Create boot environment: No |
195 | 2024-12-18T20:53:59.071Z | Create backup boot environment: No |
196 | 2024-12-18T20:53:59.140Z | Done |
197 | 2024-12-18T20:53:59.140Z | Done |
198 | 2024-12-18T20:53:59.483Z | Done |
199 | 2024-12-18T20:54:02.969Z | Done |
200 | 2024-12-18T20:54:03.057Z | Done |
201 | 2024-12-18T20:54:03.057Z | Done |
202 | 2024-12-18T20:54:03.222Z | Done |
203 | 2024-12-18T20:54:03.820Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-12-18T20:54:03.822Z | Planning: Merging actions ... Done |
205 | 2024-12-18T20:54:04.007Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-18T20:54:04.009Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-18T20:54:04.269Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-18T20:54:04.322Z | Planning: Planning completed in 0.74 seconds |
209 | 2024-12-18T20:54:04.363Z | Packages to change: 1 |
210 | 2024-12-18T20:54:04.363Z | Mediators to change: 1 |
211 | 2024-12-18T20:54:04.366Z | Services to change: 1 |
212 | 2024-12-18T20:54:04.366Z | Create boot environment: No |
213 | 2024-12-18T20:54:04.366Z | Create backup boot environment: Yes |
214 | 2024-12-18T20:54:06.429Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-12-18T20:54:06.470Z | Actions: Completed 6 actions in 0.04 seconds. |
216 | 2024-12-18T20:54:06.473Z | Done |
217 | 2024-12-18T20:54:06.473Z | Done |
218 | 2024-12-18T20:54:06.583Z | Done |
219 | 2024-12-18T20:54:10.053Z | Done |
220 | 2024-12-18T20:54:10.144Z | Done |
221 | 2024-12-18T20:54:10.147Z | Done |
222 | 2024-12-18T20:54:10.284Z | Done |
223 | 2024-12-18T20:54:10.703Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-12-18T20:54:10.703Z | clang system 15 system |
225 | 2024-12-18T20:54:10.703Z | csh system system illumos |
226 | 2024-12-18T20:54:10.703Z | ctags system system illumos |
227 | 2024-12-18T20:54:10.703Z | gcc vendor 12 vendor |
228 | 2024-12-18T20:54:10.703Z | gcc system 10 system |
229 | 2024-12-18T20:54:10.703Z | gcc system 7 system |
230 | 2024-12-18T20:54:10.703Z | go system 1.20 system |
231 | 2024-12-18T20:54:10.703Z | go system 1.19 system |
232 | 2024-12-18T20:54:10.703Z | llvm system 15 system |
233 | 2024-12-18T20:54:10.703Z | llvm system 14 system |
234 | 2024-12-18T20:54:10.703Z | mariadb system 10.6 system |
235 | 2024-12-18T20:54:10.703Z | mta vendor vendor dma |
236 | 2024-12-18T20:54:10.703Z | openjdk system 17 system |
237 | 2024-12-18T20:54:10.703Z | openjdk system 11 system |
238 | 2024-12-18T20:54:10.703Z | openjdk system 1.8 system |
239 | 2024-12-18T20:54:10.703Z | openssl vendor 3 vendor |
240 | 2024-12-18T20:54:10.703Z | perl system 5.36 system |
241 | 2024-12-18T20:54:10.704Z | postgresql system 15 system |
242 | 2024-12-18T20:54:10.704Z | postgresql system 13 system |
243 | 2024-12-18T20:54:10.704Z | python vendor 3 vendor |
244 | 2024-12-18T20:54:10.704Z | python system 2 system |
245 | 2024-12-18T20:54:10.704Z | python3 system 3.11 system |
246 | 2024-12-18T20:54:10.704Z | ruby system 3.0 system |
247 | 2024-12-18T20:54:10.704Z | words vendor vendor american-english |
248 | 2024-12-18T20:54:10.704Z | words system system australian-english |
249 | 2024-12-18T20:54:10.704Z | words system system british-english |
250 | 2024-12-18T20:54:10.704Z | words system system canadian-english |
251 | 2024-12-18T20:54:10.704Z | words system system french |
252 | 2024-12-18T20:54:10.704Z | words system system italian |
253 | 2024-12-18T20:54:10.704Z | words system system ngerman |
254 | 2024-12-18T20:54:10.704Z | words system system ogerman |
255 | 2024-12-18T20:54:10.704Z | words system system spanish |
256 | 2024-12-18T20:54:11.021Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-12-18T20:54:11.021Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-12-18T20:54:13.686Z | FMRI IFO |
259 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-12-18T20:54:13.686Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-12-18T20:54:14.410Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-12-18T20:54:14.743Z | Updating crates.io index |
276 | 2024-12-18T20:54:14.746Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-12-18T20:54:15.365Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-12-18T20:54:15.659Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-12-18T20:54:15.970Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-12-18T20:54:16.260Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-12-18T20:54:17.227Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-12-18T20:54:18.724Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-12-18T20:54:19.323Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-12-18T20:54:20.124Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-12-18T20:54:20.495Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-12-18T20:54:20.776Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-12-18T20:54:21.499Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-12-18T20:54:21.939Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-12-18T20:54:22.216Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-12-18T20:54:22.499Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-12-18T20:54:22.791Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-12-18T20:54:23.048Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-12-18T20:54:23.310Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-12-18T20:54:23.680Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-12-18T20:54:24.029Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-12-18T20:54:24.368Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-12-18T20:54:24.817Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-12-18T20:54:25.162Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-12-18T20:54:25.642Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-12-18T20:54:25.991Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-12-18T20:54:26.310Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-12-18T20:54:26.584Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-12-18T20:54:26.984Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-12-18T20:54:28.035Z | Downloading crates ... |
305 | 2024-12-18T20:54:28.123Z | Downloaded anstyle v1.0.10 |
306 | 2024-12-18T20:54:28.132Z | Downloaded anstream v0.6.15 |
307 | 2024-12-18T20:54:28.154Z | Downloaded swrite v0.1.0 |
308 | 2024-12-18T20:54:28.165Z | Downloaded macaddr v1.0.1 |
309 | 2024-12-18T20:54:28.165Z | Downloaded byteorder v1.5.0 |
310 | 2024-12-18T20:54:28.165Z | Downloaded bytecount v0.6.8 |
311 | 2024-12-18T20:54:28.165Z | Downloaded heck v0.5.0 |
312 | 2024-12-18T20:54:28.166Z | Downloaded cfg-if v1.0.0 |
313 | 2024-12-18T20:54:28.166Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-12-18T20:54:28.166Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-12-18T20:54:28.172Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-12-18T20:54:28.172Z | Downloaded itoa v1.0.11 |
317 | 2024-12-18T20:54:28.173Z | Downloaded crypto-common v0.1.6 |
318 | 2024-12-18T20:54:28.173Z | Downloaded colorchoice v1.0.2 |
319 | 2024-12-18T20:54:28.183Z | Downloaded autocfg v1.4.0 |
320 | 2024-12-18T20:54:28.183Z | Downloaded fnv v1.0.7 |
321 | 2024-12-18T20:54:28.184Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-12-18T20:54:28.184Z | Downloaded fs-err v2.11.0 |
323 | 2024-12-18T20:54:28.194Z | Downloaded errno v0.3.9 |
324 | 2024-12-18T20:54:28.195Z | Downloaded dof v0.3.0 |
325 | 2024-12-18T20:54:28.195Z | Downloaded cpufeatures v0.2.14 |
326 | 2024-12-18T20:54:28.195Z | Downloaded thread-id v4.2.2 |
327 | 2024-12-18T20:54:28.195Z | Downloaded memmap v0.7.0 |
328 | 2024-12-18T20:54:28.195Z | Downloaded serde_spanned v0.6.8 |
329 | 2024-12-18T20:54:28.202Z | Downloaded equivalent v1.0.1 |
330 | 2024-12-18T20:54:28.202Z | Downloaded dtrace-parser v0.2.0 |
331 | 2024-12-18T20:54:28.202Z | Downloaded strsim v0.11.1 |
332 | 2024-12-18T20:54:28.202Z | Downloaded usdt-impl v0.5.0 |
333 | 2024-12-18T20:54:28.211Z | Downloaded cargo-platform v0.1.8 |
334 | 2024-12-18T20:54:28.212Z | Downloaded heck v0.4.1 |
335 | 2024-12-18T20:54:28.212Z | Downloaded serde_tokenstream v0.2.2 |
336 | 2024-12-18T20:54:28.212Z | Downloaded terminal_size v0.4.0 |
337 | 2024-12-18T20:54:28.222Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2024-12-18T20:54:28.222Z | Downloaded utf8parse v0.2.2 |
339 | 2024-12-18T20:54:28.222Z | Downloaded usdt v0.5.0 |
340 | 2024-12-18T20:54:28.222Z | Downloaded scroll_derive v0.12.0 |
341 | 2024-12-18T20:54:28.222Z | Downloaded thiserror-impl v1.0.69 |
342 | 2024-12-18T20:54:28.222Z | Downloaded clap_derive v4.5.18 |
343 | 2024-12-18T20:54:28.222Z | Downloaded camino v1.1.9 |
344 | 2024-12-18T20:54:28.232Z | Downloaded version_check v0.9.5 |
345 | 2024-12-18T20:54:28.233Z | Downloaded tabled_derive v0.7.0 |
346 | 2024-12-18T20:54:28.233Z | Downloaded generic-array v0.14.7 |
347 | 2024-12-18T20:54:28.234Z | Downloaded cargo_metadata v0.18.1 |
348 | 2024-12-18T20:54:28.234Z | Downloaded camino-tempfile v1.1.1 |
349 | 2024-12-18T20:54:28.234Z | Downloaded quote v1.0.37 |
350 | 2024-12-18T20:54:28.256Z | Downloaded semver v1.0.23 |
351 | 2024-12-18T20:54:28.257Z | Downloaded once_cell v1.20.2 |
352 | 2024-12-18T20:54:28.257Z | Downloaded toml_datetime v0.6.8 |
353 | 2024-12-18T20:54:28.257Z | Downloaded fastrand v2.1.1 |
354 | 2024-12-18T20:54:28.257Z | Downloaded anstyle-query v1.1.1 |
355 | 2024-12-18T20:54:28.257Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2024-12-18T20:54:28.257Z | Downloaded tempfile v3.13.0 |
357 | 2024-12-18T20:54:28.257Z | Downloaded sha2 v0.10.8 |
358 | 2024-12-18T20:54:28.267Z | Downloaded cargo_toml v0.20.5 |
359 | 2024-12-18T20:54:28.268Z | Downloaded scroll v0.12.0 |
360 | 2024-12-18T20:54:28.268Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2024-12-18T20:54:28.268Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-12-18T20:54:28.268Z | Downloaded block-buffer v0.10.4 |
363 | 2024-12-18T20:54:28.268Z | Downloaded anyhow v1.0.93 |
364 | 2024-12-18T20:54:28.268Z | Downloaded thiserror v1.0.69 |
365 | 2024-12-18T20:54:28.271Z | Downloaded textwrap v0.16.1 |
366 | 2024-12-18T20:54:28.272Z | Downloaded ucd-trie v0.1.7 |
367 | 2024-12-18T20:54:28.272Z | Downloaded plain v0.2.3 |
368 | 2024-12-18T20:54:28.272Z | Downloaded log v0.4.22 |
369 | 2024-12-18T20:54:28.276Z | Downloaded digest v0.10.7 |
370 | 2024-12-18T20:54:28.277Z | Downloaded pest_derive v2.7.14 |
371 | 2024-12-18T20:54:28.277Z | Downloaded pest_generator v2.7.14 |
372 | 2024-12-18T20:54:28.282Z | Downloaded ryu v1.0.18 |
373 | 2024-12-18T20:54:28.283Z | Downloaded smawk v0.3.2 |
374 | 2024-12-18T20:54:28.286Z | Downloaded bitflags v2.6.0 |
375 | 2024-12-18T20:54:28.286Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-12-18T20:54:28.290Z | Downloaded clap_lex v0.7.2 |
377 | 2024-12-18T20:54:28.291Z | Downloaded papergrid v0.11.0 |
378 | 2024-12-18T20:54:28.295Z | Downloaded toml v0.8.19 |
379 | 2024-12-18T20:54:28.299Z | Downloaded clap v4.5.21 |
380 | 2024-12-18T20:54:28.303Z | Downloaded indexmap v2.6.0 |
381 | 2024-12-18T20:54:28.312Z | Downloaded serde v1.0.215 |
382 | 2024-12-18T20:54:28.316Z | Downloaded serde_derive v1.0.215 |
383 | 2024-12-18T20:54:28.316Z | Downloaded proc-macro2 v1.0.89 |
384 | 2024-12-18T20:54:28.316Z | Downloaded typenum v1.17.0 |
385 | 2024-12-18T20:54:28.326Z | Downloaded memchr v2.7.4 |
386 | 2024-12-18T20:54:28.331Z | Downloaded pest_meta v2.7.14 |
387 | 2024-12-18T20:54:28.331Z | Downloaded is_terminal_polyfill v1.70.1 |
388 | 2024-12-18T20:54:28.337Z | Downloaded toml_edit v0.22.22 |
389 | 2024-12-18T20:54:28.381Z | Downloaded clap_builder v4.5.21 |
390 | 2024-12-18T20:54:28.386Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-18T20:54:28.403Z | Downloaded winnow v0.6.20 |
392 | 2024-12-18T20:54:28.407Z | Downloaded hashbrown v0.15.1 |
393 | 2024-12-18T20:54:28.414Z | Downloaded goblin v0.8.2 |
394 | 2024-12-18T20:54:28.417Z | Downloaded tabled v0.15.0 |
395 | 2024-12-18T20:54:28.431Z | Downloaded serde_json v1.0.132 |
396 | 2024-12-18T20:54:28.435Z | Downloaded unicode-width v0.1.14 |
397 | 2024-12-18T20:54:28.450Z | Downloaded syn v1.0.109 |
398 | 2024-12-18T20:54:28.455Z | Downloaded syn v2.0.87 |
399 | 2024-12-18T20:54:28.458Z | Downloaded pest v2.7.14 |
400 | 2024-12-18T20:54:28.463Z | Downloaded rustix v0.38.37 |
401 | 2024-12-18T20:54:28.505Z | Downloaded libc v0.2.162 |
402 | 2024-12-18T20:54:28.805Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-12-18T20:54:28.805Z | Compiling unicode-ident v1.0.13 |
404 | 2024-12-18T20:54:28.805Z | Compiling serde v1.0.215 |
405 | 2024-12-18T20:54:28.805Z | Compiling version_check v0.9.5 |
406 | 2024-12-18T20:54:28.808Z | Compiling thiserror v1.0.69 |
407 | 2024-12-18T20:54:28.808Z | Compiling memchr v2.7.4 |
408 | 2024-12-18T20:54:28.808Z | Compiling libc v0.2.162 |
409 | 2024-12-18T20:54:28.838Z | Compiling itoa v1.0.11 |
410 | 2024-12-18T20:54:29.040Z | Compiling ryu v1.0.18 |
411 | 2024-12-18T20:54:29.087Z | Compiling ucd-trie v0.1.7 |
412 | 2024-12-18T20:54:29.601Z | Compiling once_cell v1.20.2 |
413 | 2024-12-18T20:54:29.635Z | Compiling byteorder v1.5.0 |
414 | 2024-12-18T20:54:29.957Z | Compiling rustix v0.38.37 |
415 | 2024-12-18T20:54:30.167Z | Compiling serde_json v1.0.132 |
416 | 2024-12-18T20:54:30.785Z | Compiling bitflags v2.6.0 |
417 | 2024-12-18T20:54:30.843Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-18T20:54:30.907Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-12-18T20:54:30.955Z | Compiling syn v1.0.109 |
420 | 2024-12-18T20:54:31.090Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-18T20:54:31.204Z | Compiling hashbrown v0.15.1 |
422 | 2024-12-18T20:54:31.233Z | Compiling camino v1.1.9 |
423 | 2024-12-18T20:54:31.289Z | Compiling plain v0.2.3 |
424 | 2024-12-18T20:54:31.368Z | Compiling utf8parse v0.2.2 |
425 | 2024-12-18T20:54:31.441Z | Compiling log v0.4.22 |
426 | 2024-12-18T20:54:31.524Z | Compiling thread-id v4.2.2 |
427 | 2024-12-18T20:54:31.584Z | Compiling equivalent v1.0.1 |
428 | 2024-12-18T20:54:31.615Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-12-18T20:54:31.697Z | Compiling quote v1.0.37 |
430 | 2024-12-18T20:54:31.812Z | Compiling pretty-hex v0.4.1 |
431 | 2024-12-18T20:54:31.933Z | Compiling unicode-width v0.1.14 |
432 | 2024-12-18T20:54:31.956Z | Compiling autocfg v1.4.0 |
433 | 2024-12-18T20:54:32.008Z | Compiling errno v0.3.9 |
434 | 2024-12-18T20:54:32.086Z | Compiling syn v2.0.87 |
435 | 2024-12-18T20:54:32.396Z | Compiling indexmap v2.6.0 |
436 | 2024-12-18T20:54:32.421Z | Compiling semver v1.0.23 |
437 | 2024-12-18T20:54:32.424Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-12-18T20:54:32.565Z | Compiling colorchoice v1.0.2 |
439 | 2024-12-18T20:54:32.713Z | Compiling winnow v0.6.20 |
440 | 2024-12-18T20:54:32.910Z | Compiling anstyle-query v1.1.1 |
441 | 2024-12-18T20:54:33.061Z | Compiling anstyle v1.0.10 |
442 | 2024-12-18T20:54:33.091Z | Compiling fs-err v2.11.0 |
443 | 2024-12-18T20:54:33.439Z | Compiling anstream v0.6.15 |
444 | 2024-12-18T20:54:33.704Z | Compiling cfg-if v1.0.0 |
445 | 2024-12-18T20:54:33.764Z | Compiling heck v0.4.1 |
446 | 2024-12-18T20:54:33.804Z | Compiling heck v0.5.0 |
447 | 2024-12-18T20:54:33.826Z | Compiling anyhow v1.0.93 |
448 | 2024-12-18T20:54:34.243Z | Compiling strsim v0.11.1 |
449 | 2024-12-18T20:54:34.328Z | Compiling terminal_size v0.4.0 |
450 | 2024-12-18T20:54:34.456Z | Compiling fastrand v2.1.1 |
451 | 2024-12-18T20:54:34.536Z | Compiling bytecount v0.6.8 |
452 | 2024-12-18T20:54:34.595Z | Compiling fnv v1.0.7 |
453 | 2024-12-18T20:54:34.729Z | Compiling clap_lex v0.7.2 |
454 | 2024-12-18T20:54:34.763Z | Compiling papergrid v0.11.0 |
455 | 2024-12-18T20:54:35.003Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-18T20:54:35.113Z | Compiling tempfile v3.13.0 |
457 | 2024-12-18T20:54:35.783Z | Compiling memmap v0.7.0 |
458 | 2024-12-18T20:54:35.893Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-12-18T20:54:36.017Z | Compiling smawk v0.3.2 |
460 | 2024-12-18T20:54:36.374Z | Compiling textwrap v0.16.1 |
461 | 2024-12-18T20:54:36.475Z | Compiling swrite v0.1.0 |
462 | 2024-12-18T20:54:37.768Z | Compiling tabled_derive v0.7.0 |
463 | 2024-12-18T20:54:39.198Z | Compiling tabled v0.15.0 |
464 | 2024-12-18T20:54:40.921Z | Compiling serde_derive v1.0.215 |
465 | 2024-12-18T20:54:40.921Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-12-18T20:54:40.923Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-12-18T20:54:40.923Z | Compiling scroll_derive v0.12.0 |
468 | 2024-12-18T20:54:40.923Z | Compiling clap_derive v4.5.18 |
469 | 2024-12-18T20:54:41.984Z | Compiling scroll v0.12.0 |
470 | 2024-12-18T20:54:42.444Z | Compiling goblin v0.8.2 |
471 | 2024-12-18T20:54:42.552Z | Compiling zerocopy v0.7.35 |
472 | 2024-12-18T20:54:43.993Z | Compiling pest v2.7.14 |
473 | 2024-12-18T20:54:44.816Z | Compiling clap v4.5.21 |
474 | 2024-12-18T20:54:46.038Z | Compiling pest_meta v2.7.14 |
475 | 2024-12-18T20:54:46.830Z | Compiling pest_generator v2.7.14 |
476 | 2024-12-18T20:54:48.851Z | Compiling pest_derive v2.7.14 |
477 | 2024-12-18T20:54:49.479Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-12-18T20:54:50.561Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-18T20:54:50.561Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-18T20:54:50.563Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-18T20:54:50.804Z | Compiling macaddr v1.0.1 |
482 | 2024-12-18T20:54:51.140Z | Compiling serde_tokenstream v0.2.2 |
483 | 2024-12-18T20:54:51.205Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-18T20:54:51.263Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-12-18T20:54:51.966Z | Compiling dof v0.3.0 |
486 | 2024-12-18T20:54:51.966Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-12-18T20:54:53.965Z | Compiling toml v0.8.19 |
488 | 2024-12-18T20:54:54.070Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-18T20:54:54.073Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-18T20:54:54.764Z | Compiling cargo_toml v0.20.5 |
491 | 2024-12-18T20:54:55.385Z | Compiling usdt v0.5.0 |
492 | 2024-12-18T20:54:58.124Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-12-18T20:55:02.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.93s |
494 | 2024-12-18T20:55:02.398Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-12-18T20:55:02.909Z | Downloading crates ... |
496 | 2024-12-18T20:55:03.026Z | Downloaded aead v0.5.2 |
497 | 2024-12-18T20:55:03.035Z | Downloaded atty v0.2.14 |
498 | 2024-12-18T20:55:03.038Z | Downloaded async-stream-impl v0.3.6 |
499 | 2024-12-18T20:55:03.041Z | Downloaded atomic-waker v1.1.2 |
500 | 2024-12-18T20:55:03.044Z | Downloaded addr2line v0.24.2 |
501 | 2024-12-18T20:55:03.048Z | Downloaded atomicwrites v0.4.4 |
502 | 2024-12-18T20:55:03.049Z | Downloaded http-range v0.1.5 |
503 | 2024-12-18T20:55:03.063Z | Downloaded http-body-util v0.1.2 |
504 | 2024-12-18T20:55:03.066Z | Downloaded http-body v1.0.1 |
505 | 2024-12-18T20:55:03.069Z | Downloaded hickory-client v0.24.1 |
506 | 2024-12-18T20:55:03.073Z | Downloaded cfg_aliases v0.1.1 |
507 | 2024-12-18T20:55:03.073Z | Downloaded ciborium-io v0.2.2 |
508 | 2024-12-18T20:55:03.075Z | Downloaded matches v0.1.10 |
509 | 2024-12-18T20:55:03.075Z | Downloaded crunchy v0.2.2 |
510 | 2024-12-18T20:55:03.075Z | Downloaded icu_provider_macros v1.5.0 |
511 | 2024-12-18T20:55:03.080Z | Downloaded cstr-argument v0.1.2 |
512 | 2024-12-18T20:55:03.084Z | Downloaded md5 v0.7.0 |
513 | 2024-12-18T20:55:03.086Z | Downloaded cfg_aliases v0.2.1 |
514 | 2024-12-18T20:55:03.086Z | Downloaded instant v0.1.13 |
515 | 2024-12-18T20:55:03.089Z | Downloaded crucible-workspace-hack v0.1.0 |
516 | 2024-12-18T20:55:03.089Z | Downloaded arrayref v0.3.9 |
517 | 2024-12-18T20:55:03.092Z | Downloaded adler2 v2.0.0 |
518 | 2024-12-18T20:55:03.094Z | Downloaded is_ci v1.2.0 |
519 | 2024-12-18T20:55:03.095Z | Downloaded array-init v0.0.4 |
520 | 2024-12-18T20:55:03.097Z | Downloaded httpdate v1.0.3 |
521 | 2024-12-18T20:55:03.097Z | Downloaded hostname v0.4.0 |
522 | 2024-12-18T20:55:03.100Z | Downloaded progenitor-client v0.8.0 |
523 | 2024-12-18T20:55:03.100Z | Downloaded headers-core v0.3.0 |
524 | 2024-12-18T20:55:03.102Z | Downloaded mime v0.3.17 |
525 | 2024-12-18T20:55:03.102Z | Downloaded async-recursion v1.1.1 |
526 | 2024-12-18T20:55:03.105Z | Downloaded lazy_static v1.5.0 |
527 | 2024-12-18T20:55:03.108Z | Downloaded managed v0.8.0 |
528 | 2024-12-18T20:55:03.110Z | Downloaded crc-catalog v2.4.0 |
529 | 2024-12-18T20:55:03.121Z | Downloaded mockall v0.13.0 |
530 | 2024-12-18T20:55:03.121Z | Downloaded lockfree-object-pool v0.1.6 |
531 | 2024-12-18T20:55:03.121Z | Downloaded indoc v1.0.9 |
532 | 2024-12-18T20:55:03.121Z | Downloaded linked-hash-map v0.5.6 |
533 | 2024-12-18T20:55:03.121Z | Downloaded impl-trait-for-tuples v0.2.2 |
534 | 2024-12-18T20:55:03.126Z | Downloaded crc v3.2.1 |
535 | 2024-12-18T20:55:03.131Z | Downloaded memoffset v0.9.1 |
536 | 2024-12-18T20:55:03.131Z | Downloaded libsw v3.3.1 |
537 | 2024-12-18T20:55:03.136Z | Downloaded hyper-staticfile v0.10.1 |
538 | 2024-12-18T20:55:03.136Z | Downloaded cobs v0.2.3 |
539 | 2024-12-18T20:55:03.136Z | Downloaded md-5 v0.10.6 |
540 | 2024-12-18T20:55:03.136Z | Downloaded maybe-uninit v2.0.0 |
541 | 2024-12-18T20:55:03.141Z | Downloaded linear-map v1.2.0 |
542 | 2024-12-18T20:55:03.141Z | Downloaded bitfield-struct v0.6.2 |
543 | 2024-12-18T20:55:03.141Z | Downloaded is-terminal v0.4.13 |
544 | 2024-12-18T20:55:03.144Z | Downloaded indent_write v2.2.0 |
545 | 2024-12-18T20:55:03.144Z | Downloaded hyper-util v0.1.10 |
546 | 2024-12-18T20:55:03.149Z | Downloaded mirai-annotations v1.12.0 |
547 | 2024-12-18T20:55:03.149Z | Downloaded cmake v0.1.51 |
548 | 2024-12-18T20:55:03.149Z | Downloaded match_cfg v0.1.0 |
549 | 2024-12-18T20:55:03.152Z | Downloaded bitfield v0.14.0 |
550 | 2024-12-18T20:55:03.152Z | Downloaded bb8 v0.8.5 |
551 | 2024-12-18T20:55:03.155Z | Downloaded hyper-rustls v0.27.3 |
552 | 2024-12-18T20:55:03.155Z | Downloaded ctr v0.9.2 |
553 | 2024-12-18T20:55:03.158Z | Downloaded kstat-rs v0.2.4 |
554 | 2024-12-18T20:55:03.161Z | Downloaded highway v1.2.0 |
555 | 2024-12-18T20:55:03.161Z | Downloaded httparse v1.9.5 |
556 | 2024-12-18T20:55:03.168Z | Downloaded litemap v0.7.3 |
557 | 2024-12-18T20:55:03.170Z | Downloaded argon2 v0.5.3 |
558 | 2024-12-18T20:55:03.171Z | Downloaded ipnet v2.10.1 |
559 | 2024-12-18T20:55:03.171Z | Downloaded darling v0.20.10 |
560 | 2024-12-18T20:55:03.175Z | Downloaded libloading v0.8.5 |
561 | 2024-12-18T20:55:03.178Z | Downloaded icu_locid_transform v1.5.0 |
562 | 2024-12-18T20:55:03.181Z | Downloaded async-bb8-diesel v0.2.1 |
563 | 2024-12-18T20:55:03.184Z | Downloaded icu_locid_transform_data v1.5.0 |
564 | 2024-12-18T20:55:03.187Z | Downloaded hostname v0.3.1 |
565 | 2024-12-18T20:55:03.187Z | Downloaded const_format_proc_macros v0.2.33 |
566 | 2024-12-18T20:55:03.197Z | Downloaded lru-cache v0.1.2 |
567 | 2024-12-18T20:55:03.212Z | Downloaded lru v0.12.5 |
568 | 2024-12-18T20:55:03.212Z | Downloaded constant_time_eq v0.3.1 |
569 | 2024-12-18T20:55:03.212Z | Downloaded console v0.15.8 |
570 | 2024-12-18T20:55:03.212Z | Downloaded strum v0.26.3 |
571 | 2024-12-18T20:55:03.212Z | Downloaded lazycell v1.3.0 |
572 | 2024-12-18T20:55:03.212Z | Downloaded bcs v0.1.6 |
573 | 2024-12-18T20:55:03.212Z | Downloaded ipnetwork v0.20.0 |
574 | 2024-12-18T20:55:03.212Z | Downloaded maplit v1.0.2 |
575 | 2024-12-18T20:55:03.213Z | Downloaded jobserver v0.1.32 |
576 | 2024-12-18T20:55:03.213Z | Downloaded rfc6979 v0.4.0 |
577 | 2024-12-18T20:55:03.213Z | Downloaded csv-core v0.1.11 |
578 | 2024-12-18T20:55:03.213Z | Downloaded rustls-pemfile v1.0.4 |
579 | 2024-12-18T20:55:03.216Z | Downloaded indexmap v1.9.3 |
580 | 2024-12-18T20:55:03.217Z | Downloaded sqlparser_derive v0.2.2 |
581 | 2024-12-18T20:55:03.217Z | Downloaded sync-ptr v0.1.1 |
582 | 2024-12-18T20:55:03.221Z | Downloaded signal-hook-tokio v0.3.1 |
583 | 2024-12-18T20:55:03.221Z | Downloaded cookie_store v0.21.0 |
584 | 2024-12-18T20:55:03.221Z | Downloaded convert_case v0.4.0 |
585 | 2024-12-18T20:55:03.224Z | Downloaded crc32fast v1.4.2 |
586 | 2024-12-18T20:55:03.226Z | Downloaded lalrpop-util v0.19.12 |
587 | 2024-12-18T20:55:03.226Z | Downloaded internet-checksum v0.2.1 |
588 | 2024-12-18T20:55:03.226Z | Downloaded instability v0.3.2 |
589 | 2024-12-18T20:55:03.228Z | Downloaded ciborium v0.2.2 |
590 | 2024-12-18T20:55:03.231Z | Downloaded bzip2 v0.4.4 |
591 | 2024-12-18T20:55:03.233Z | Downloaded buf-list v1.0.3 |
592 | 2024-12-18T20:55:03.236Z | Downloaded downcast v0.11.0 |
593 | 2024-12-18T20:55:03.236Z | Downloaded ahash v0.8.11 |
594 | 2024-12-18T20:55:03.239Z | Downloaded rand_xorshift v0.3.0 |
595 | 2024-12-18T20:55:03.241Z | Downloaded iana-time-zone v0.1.61 |
596 | 2024-12-18T20:55:03.244Z | Downloaded sec1 v0.7.3 |
597 | 2024-12-18T20:55:03.246Z | Downloaded foreign-types-shared v0.3.1 |
598 | 2024-12-18T20:55:03.246Z | Downloaded num-conv v0.1.0 |
599 | 2024-12-18T20:55:03.250Z | Downloaded base64ct v1.6.0 |
600 | 2024-12-18T20:55:03.250Z | Downloaded slog-dtrace v0.3.0 |
601 | 2024-12-18T20:55:03.253Z | Downloaded foreign-types-shared v0.1.1 |
602 | 2024-12-18T20:55:03.253Z | Downloaded foreign-types-macros v0.2.3 |
603 | 2024-12-18T20:55:03.256Z | Downloaded openssl-probe v0.1.5 |
604 | 2024-12-18T20:55:03.256Z | Downloaded slog-bunyan v2.5.0 |
605 | 2024-12-18T20:55:03.258Z | Downloaded crossbeam-epoch v0.9.18 |
606 | 2024-12-18T20:55:03.260Z | Downloaded signature v2.2.0 |
607 | 2024-12-18T20:55:03.260Z | Downloaded shlex v1.3.0 |
608 | 2024-12-18T20:55:03.263Z | Downloaded thiserror-impl-no-std v2.0.2 |
609 | 2024-12-18T20:55:03.265Z | Downloaded unicase v2.7.0 |
610 | 2024-12-18T20:55:03.265Z | Downloaded cancel-safe-futures v0.1.5 |
611 | 2024-12-18T20:55:03.268Z | Downloaded icu_provider v1.5.0 |
612 | 2024-12-18T20:55:03.272Z | Downloaded crossbeam-utils v0.8.20 |
613 | 2024-12-18T20:55:03.275Z | Downloaded peg-runtime v0.8.3 |
614 | 2024-12-18T20:55:03.278Z | Downloaded icu_locid v1.5.0 |
615 | 2024-12-18T20:55:03.281Z | Downloaded supports-color v3.0.1 |
616 | 2024-12-18T20:55:03.284Z | Downloaded utf16_iter v1.0.5 |
617 | 2024-12-18T20:55:03.284Z | Downloaded utf8_iter v1.0.4 |
618 | 2024-12-18T20:55:03.286Z | Downloaded subtle v2.6.1 |
619 | 2024-12-18T20:55:03.286Z | Downloaded ssh-encoding v0.2.0 |
620 | 2024-12-18T20:55:03.289Z | Downloaded ssh-cipher v0.2.0 |
621 | 2024-12-18T20:55:03.289Z | Downloaded clang-sys v1.8.1 |
622 | 2024-12-18T20:55:03.292Z | Downloaded deranged v0.3.11 |
623 | 2024-12-18T20:55:03.294Z | Downloaded embedded-io v0.4.0 |
624 | 2024-12-18T20:55:03.297Z | Downloaded ed25519 v2.2.3 |
625 | 2024-12-18T20:55:03.299Z | Downloaded precomputed-hash v0.1.1 |
626 | 2024-12-18T20:55:03.299Z | Downloaded either v1.13.0 |
627 | 2024-12-18T20:55:03.302Z | Downloaded phf_generator v0.11.2 |
628 | 2024-12-18T20:55:03.302Z | Downloaded icu_normalizer_data v1.5.0 |
629 | 2024-12-18T20:55:03.305Z | Downloaded utf-8 v0.7.6 |
630 | 2024-12-18T20:55:03.305Z | Downloaded lock_api v0.4.12 |
631 | 2024-12-18T20:55:03.308Z | Downloaded hmac v0.12.1 |
632 | 2024-12-18T20:55:03.311Z | Downloaded fragile v2.0.0 |
633 | 2024-12-18T20:55:03.313Z | Downloaded nodrop v0.1.14 |
634 | 2024-12-18T20:55:03.313Z | Downloaded hash32 v0.2.1 |
635 | 2024-12-18T20:55:03.316Z | Downloaded form_urlencoded v1.2.1 |
636 | 2024-12-18T20:55:03.316Z | Downloaded flagset v0.4.6 |
637 | 2024-12-18T20:55:03.318Z | Downloaded sync_wrapper v1.0.1 |
638 | 2024-12-18T20:55:03.318Z | Downloaded defmt-parser v0.3.4 |
639 | 2024-12-18T20:55:03.321Z | Downloaded zone v0.1.8 |
640 | 2024-12-18T20:55:03.321Z | Downloaded allocator-api2 v0.2.18 |
641 | 2024-12-18T20:55:03.327Z | Downloaded num-integer v0.1.46 |
642 | 2024-12-18T20:55:03.330Z | Downloaded num-iter v0.1.45 |
643 | 2024-12-18T20:55:03.330Z | Downloaded icu_normalizer v1.5.0 |
644 | 2024-12-18T20:55:03.334Z | Downloaded base64 v0.13.1 |
645 | 2024-12-18T20:55:03.339Z | Downloaded tinyvec_macros v0.1.1 |
646 | 2024-12-18T20:55:03.339Z | Downloaded icu_collections v1.5.0 |
647 | 2024-12-18T20:55:03.343Z | Downloaded packed_struct_codegen v0.10.1 |
648 | 2024-12-18T20:55:03.346Z | Downloaded tokio-rustls v0.26.0 |
649 | 2024-12-18T20:55:03.347Z | Downloaded phf_codegen v0.11.2 |
650 | 2024-12-18T20:55:03.347Z | Downloaded predicates-core v1.0.8 |
651 | 2024-12-18T20:55:03.351Z | Downloaded der_derive v0.7.3 |
652 | 2024-12-18T20:55:03.351Z | Downloaded packed_struct v0.10.1 |
653 | 2024-12-18T20:55:03.354Z | Downloaded derive_builder_macro v0.20.2 |
654 | 2024-12-18T20:55:03.354Z | Downloaded untrusted v0.7.1 |
655 | 2024-12-18T20:55:03.354Z | Downloaded chacha20poly1305 v0.10.1 |
656 | 2024-12-18T20:55:03.357Z | Downloaded tokio-tungstenite v0.24.0 |
657 | 2024-12-18T20:55:03.359Z | Downloaded tokio-tungstenite v0.21.0 |
658 | 2024-12-18T20:55:03.362Z | Downloaded diesel_table_macro_syntax v0.2.0 |
659 | 2024-12-18T20:55:03.362Z | Downloaded arc-swap v1.7.1 |
660 | 2024-12-18T20:55:03.366Z | Downloaded sha1 v0.10.6 |
661 | 2024-12-18T20:55:03.370Z | Downloaded scrypt v0.11.0 |
662 | 2024-12-18T20:55:03.373Z | Downloaded pkg-config v0.3.31 |
663 | 2024-12-18T20:55:03.373Z | Downloaded http v1.1.0 |
664 | 2024-12-18T20:55:03.376Z | Downloaded strip-ansi-escapes v0.2.0 |
665 | 2024-12-18T20:55:03.379Z | Downloaded smf v0.2.3 |
666 | 2024-12-18T20:55:03.379Z | Downloaded num-derive v0.4.2 |
667 | 2024-12-18T20:55:03.383Z | Downloaded slog-scope v4.4.0 |
668 | 2024-12-18T20:55:03.385Z | Downloaded opaque-debug v0.3.1 |
669 | 2024-12-18T20:55:03.386Z | Downloaded number_prefix v0.4.0 |
670 | 2024-12-18T20:55:03.386Z | Downloaded siphasher v0.3.11 |
671 | 2024-12-18T20:55:03.389Z | Downloaded displaydoc v0.2.5 |
672 | 2024-12-18T20:55:03.392Z | Downloaded phf_shared v0.10.0 |
673 | 2024-12-18T20:55:03.392Z | Downloaded spki v0.7.3 |
674 | 2024-12-18T20:55:03.395Z | Downloaded yasna v0.5.2 |
675 | 2024-12-18T20:55:03.397Z | Downloaded stringprep v0.1.5 |
676 | 2024-12-18T20:55:03.406Z | Downloaded openssl-macros v0.1.1 |
677 | 2024-12-18T20:55:03.406Z | Downloaded termios v0.3.3 |
678 | 2024-12-18T20:55:03.406Z | Downloaded compact_str v0.8.0 |
679 | 2024-12-18T20:55:03.406Z | Downloaded rand_core v0.6.4 |
680 | 2024-12-18T20:55:03.411Z | Downloaded base64 v0.22.1 |
681 | 2024-12-18T20:55:03.414Z | Downloaded pkcs8 v0.10.2 |
682 | 2024-12-18T20:55:03.417Z | Downloaded rustc-demangle v0.1.24 |
683 | 2024-12-18T20:55:03.417Z | Downloaded tokio-tungstenite v0.23.1 |
684 | 2024-12-18T20:55:03.421Z | Downloaded mockall_derive v0.13.0 |
685 | 2024-12-18T20:55:03.424Z | Downloaded futures-core v0.3.31 |
686 | 2024-12-18T20:55:03.424Z | Downloaded float-cmp v0.9.0 |
687 | 2024-12-18T20:55:03.426Z | Downloaded which v4.4.2 |
688 | 2024-12-18T20:55:03.429Z | Downloaded debug-ignore v1.0.5 |
689 | 2024-12-18T20:55:03.429Z | Downloaded universal-hash v0.5.1 |
690 | 2024-12-18T20:55:03.435Z | Downloaded unicode-xid v0.2.6 |
691 | 2024-12-18T20:55:03.435Z | Downloaded sct v0.7.1 |
692 | 2024-12-18T20:55:03.438Z | Downloaded fallible-iterator v0.3.0 |
693 | 2024-12-18T20:55:03.438Z | Downloaded rand_chacha v0.3.1 |
694 | 2024-12-18T20:55:03.441Z | Downloaded embedded-io v0.6.1 |
695 | 2024-12-18T20:55:03.441Z | Downloaded uuid v1.11.0 |
696 | 2024-12-18T20:55:03.444Z | Downloaded tracing-attributes v0.1.27 |
697 | 2024-12-18T20:55:03.447Z | Downloaded half v2.4.1 |
698 | 2024-12-18T20:55:03.450Z | Downloaded darling_macro v0.20.10 |
699 | 2024-12-18T20:55:03.454Z | Downloaded zerofrom v0.1.4 |
700 | 2024-12-18T20:55:03.454Z | Downloaded void v1.0.2 |
701 | 2024-12-18T20:55:03.454Z | Downloaded mio v1.0.2 |
702 | 2024-12-18T20:55:03.469Z | Downloaded salsa20 v0.10.2 |
703 | 2024-12-18T20:55:03.472Z | Downloaded zone_cfg_derive v0.3.0 |
704 | 2024-12-18T20:55:03.472Z | Downloaded yoke-derive v0.7.4 |
705 | 2024-12-18T20:55:03.472Z | Downloaded crypto-bigint v0.5.5 |
706 | 2024-12-18T20:55:03.479Z | Downloaded num_threads v0.1.7 |
707 | 2024-12-18T20:55:03.482Z | Downloaded new_debug_unreachable v1.0.6 |
708 | 2024-12-18T20:55:03.482Z | Downloaded futures-executor v0.3.31 |
709 | 2024-12-18T20:55:03.486Z | Downloaded serde_urlencoded v0.7.1 |
710 | 2024-12-18T20:55:03.491Z | Downloaded serde_repr v0.1.19 |
711 | 2024-12-18T20:55:03.491Z | Downloaded base64 v0.21.7 |
712 | 2024-12-18T20:55:03.494Z | Downloaded libxml v0.3.3 |
713 | 2024-12-18T20:55:03.504Z | Downloaded strum_macros v0.25.3 |
714 | 2024-12-18T20:55:03.506Z | Downloaded strum_macros v0.24.3 |
715 | 2024-12-18T20:55:03.506Z | Downloaded serde_plain v1.0.2 |
716 | 2024-12-18T20:55:03.506Z | Downloaded rusty-fork v0.3.0 |
717 | 2024-12-18T20:55:03.516Z | Downloaded slog-json v2.6.1 |
718 | 2024-12-18T20:55:03.516Z | Downloaded ed25519-dalek v2.1.1 |
719 | 2024-12-18T20:55:03.516Z | Downloaded slog-envlogger v2.2.0 |
720 | 2024-12-18T20:55:03.516Z | Downloaded data-encoding v2.6.0 |
721 | 2024-12-18T20:55:03.516Z | Downloaded elliptic-curve v0.13.8 |
722 | 2024-12-18T20:55:03.520Z | Downloaded serde-big-array v0.5.1 |
723 | 2024-12-18T20:55:03.523Z | Downloaded futures-task v0.3.31 |
724 | 2024-12-18T20:55:03.524Z | Downloaded futures-sink v0.3.31 |
725 | 2024-12-18T20:55:03.528Z | Downloaded native-tls v0.2.12 |
726 | 2024-12-18T20:55:03.528Z | Downloaded multer v3.1.0 |
727 | 2024-12-18T20:55:03.531Z | Downloaded diff v0.1.13 |
728 | 2024-12-18T20:55:03.535Z | Downloaded typify-macro v0.2.0 |
729 | 2024-12-18T20:55:03.535Z | Downloaded ron v0.8.1 |
730 | 2024-12-18T20:55:03.540Z | Downloaded try-lock v0.2.5 |
731 | 2024-12-18T20:55:03.543Z | Downloaded futures-macro v0.3.31 |
732 | 2024-12-18T20:55:03.543Z | Downloaded phf v0.11.2 |
733 | 2024-12-18T20:55:03.546Z | Downloaded postgres-protocol v0.6.7 |
734 | 2024-12-18T20:55:03.549Z | Downloaded subprocess v0.2.9 |
735 | 2024-12-18T20:55:03.553Z | Downloaded pbkdf2 v0.12.2 |
736 | 2024-12-18T20:55:03.553Z | Downloaded fd-lock v4.0.2 |
737 | 2024-12-18T20:55:03.556Z | Downloaded structmeta-derive v0.3.0 |
738 | 2024-12-18T20:55:03.556Z | Downloaded publicsuffix v2.2.3 |
739 | 2024-12-18T20:55:03.559Z | Downloaded zip v0.6.6 |
740 | 2024-12-18T20:55:03.563Z | Downloaded parse-display v0.10.0 |
741 | 2024-12-18T20:55:03.565Z | Downloaded aes v0.8.4 |
742 | 2024-12-18T20:55:03.568Z | Downloaded time-core v0.1.2 |
743 | 2024-12-18T20:55:03.571Z | Downloaded percent-encoding v2.3.1 |
744 | 2024-12-18T20:55:03.571Z | Downloaded pem v3.0.4 |
745 | 2024-12-18T20:55:03.573Z | Downloaded serde-hex v0.1.0 |
746 | 2024-12-18T20:55:03.573Z | Downloaded oso-derive v0.27.3 |
747 | 2024-12-18T20:55:03.576Z | Downloaded static_assertions v1.1.0 |
748 | 2024-12-18T20:55:03.576Z | Downloaded fallible-iterator v0.2.0 |
749 | 2024-12-18T20:55:03.578Z | Downloaded der v0.7.9 |
750 | 2024-12-18T20:55:03.583Z | Downloaded russh-keys v0.45.0 |
751 | 2024-12-18T20:55:03.589Z | Downloaded smallvec v0.6.14 |
752 | 2024-12-18T20:55:03.594Z | Downloaded tabwriter v1.4.0 |
753 | 2024-12-18T20:55:03.594Z | Downloaded synstructure v0.13.1 |
754 | 2024-12-18T20:55:03.594Z | Downloaded spin v0.9.8 |
755 | 2024-12-18T20:55:03.601Z | Downloaded itertools v0.10.5 |
756 | 2024-12-18T20:55:03.603Z | Downloaded untrusted v0.9.0 |
757 | 2024-12-18T20:55:03.603Z | Downloaded reedline v0.35.0 |
758 | 2024-12-18T20:55:03.611Z | Downloaded toolchain_find v0.4.0 |
759 | 2024-12-18T20:55:03.616Z | Downloaded ff v0.13.0 |
760 | 2024-12-18T20:55:03.616Z | Downloaded hash32 v0.3.1 |
761 | 2024-12-18T20:55:03.616Z | Downloaded group v0.13.0 |
762 | 2024-12-18T20:55:03.620Z | Downloaded tls_codec v0.4.1 |
763 | 2024-12-18T20:55:03.623Z | Downloaded tinyvec v1.8.0 |
764 | 2024-12-18T20:55:03.625Z | Downloaded dropshot_endpoint v0.13.0 |
765 | 2024-12-18T20:55:03.629Z | Downloaded defmt-macros v0.3.9 |
766 | 2024-12-18T20:55:03.634Z | Downloaded rcgen v0.12.1 |
767 | 2024-12-18T20:55:03.637Z | Downloaded olpc-cjson v0.1.4 |
768 | 2024-12-18T20:55:03.637Z | Downloaded funty v2.0.0 |
769 | 2024-12-18T20:55:03.637Z | Downloaded enum-as-inner v0.5.1 |
770 | 2024-12-18T20:55:03.640Z | Downloaded idna v1.0.3 |
771 | 2024-12-18T20:55:03.643Z | Downloaded tokio-native-tls v0.3.1 |
772 | 2024-12-18T20:55:03.646Z | Downloaded tokio-macros v2.4.0 |
773 | 2024-12-18T20:55:03.650Z | Downloaded pem-rfc7468 v0.7.0 |
774 | 2024-12-18T20:55:03.650Z | Downloaded spin v0.5.2 |
775 | 2024-12-18T20:55:03.653Z | Downloaded shell-words v1.1.0 |
776 | 2024-12-18T20:55:03.654Z | Downloaded tokio-util v0.7.12 |
777 | 2024-12-18T20:55:03.660Z | Downloaded num_enum v0.5.11 |
778 | 2024-12-18T20:55:03.664Z | Downloaded itertools v0.12.1 |
779 | 2024-12-18T20:55:03.672Z | Downloaded difflib v0.4.0 |
780 | 2024-12-18T20:55:03.675Z | Downloaded globset v0.4.15 |
781 | 2024-12-18T20:55:03.678Z | Downloaded vte_generate_state_changes v0.1.2 |
782 | 2024-12-18T20:55:03.678Z | Downloaded owo-colors v4.1.0 |
783 | 2024-12-18T20:55:03.681Z | Downloaded enum-as-inner v0.6.1 |
784 | 2024-12-18T20:55:03.681Z | Downloaded endian-type v0.1.2 |
785 | 2024-12-18T20:55:03.684Z | Downloaded float-ord v0.3.2 |
786 | 2024-12-18T20:55:03.684Z | Downloaded fixedbitset v0.4.2 |
787 | 2024-12-18T20:55:03.687Z | Downloaded tap v1.0.1 |
788 | 2024-12-18T20:55:03.687Z | Downloaded parking_lot v0.11.2 |
789 | 2024-12-18T20:55:03.693Z | Downloaded dsl_auto_type v0.1.2 |
790 | 2024-12-18T20:55:03.695Z | Downloaded rsa v0.9.6 |
791 | 2024-12-18T20:55:03.701Z | Downloaded newtype_derive v0.1.6 |
792 | 2024-12-18T20:55:03.701Z | Downloaded num v0.4.3 |
793 | 2024-12-18T20:55:03.701Z | Downloaded pretty-hex v0.2.1 |
794 | 2024-12-18T20:55:03.704Z | Downloaded crossterm v0.28.1 |
795 | 2024-12-18T20:55:03.707Z | Downloaded sqlformat v0.2.6 |
796 | 2024-12-18T20:55:03.712Z | Downloaded derive_builder v0.20.2 |
797 | 2024-12-18T20:55:03.715Z | Downloaded take_mut v0.2.2 |
798 | 2024-12-18T20:55:03.717Z | Downloaded polyval v0.6.2 |
799 | 2024-12-18T20:55:03.723Z | Downloaded stable_deref_trait v1.2.0 |
800 | 2024-12-18T20:55:03.723Z | Downloaded tokio-rustls v0.25.0 |
801 | 2024-12-18T20:55:03.723Z | Downloaded want v0.3.1 |
802 | 2024-12-18T20:55:03.723Z | Downloaded env_filter v0.1.2 |
803 | 2024-12-18T20:55:03.725Z | Downloaded rayon-core v1.12.1 |
804 | 2024-12-18T20:55:03.728Z | Downloaded parking_lot v0.12.3 |
805 | 2024-12-18T20:55:03.731Z | Downloaded parse-size v1.1.0 |
806 | 2024-12-18T20:55:03.735Z | Downloaded waitgroup v0.1.2 |
807 | 2024-12-18T20:55:03.735Z | Downloaded tinystr v0.7.6 |
808 | 2024-12-18T20:55:03.738Z | Downloaded ena v0.14.3 |
809 | 2024-12-18T20:55:03.738Z | Downloaded dunce v1.0.5 |
810 | 2024-12-18T20:55:03.741Z | Downloaded progenitor-macro v0.8.0 |
811 | 2024-12-18T20:55:03.741Z | Downloaded num-complex v0.4.6 |
812 | 2024-12-18T20:55:03.745Z | Downloaded omicron-zone-package v0.11.1 |
813 | 2024-12-18T20:55:03.747Z | Downloaded flate2 v1.0.34 |
814 | 2024-12-18T20:55:03.752Z | Downloaded nu-ansi-term v0.50.1 |
815 | 2024-12-18T20:55:03.756Z | Downloaded signal-hook-mio v0.2.4 |
816 | 2024-12-18T20:55:03.758Z | Downloaded hashbrown v0.13.2 |
817 | 2024-12-18T20:55:03.761Z | Downloaded postcard v1.0.10 |
818 | 2024-12-18T20:55:03.764Z | Downloaded poly1305 v0.8.0 |
819 | 2024-12-18T20:55:03.767Z | Downloaded dirs-next v2.0.0 |
820 | 2024-12-18T20:55:03.769Z | Downloaded serde_yaml v0.9.34+deprecated |
821 | 2024-12-18T20:55:03.772Z | Downloaded toml v0.7.8 |
822 | 2024-12-18T20:55:03.776Z | Downloaded p521 v0.13.3 |
823 | 2024-12-18T20:55:03.780Z | Downloaded foldhash v0.1.3 |
824 | 2024-12-18T20:55:03.785Z | Downloaded tls_codec_derive v0.4.1 |
825 | 2024-12-18T20:55:03.785Z | Downloaded tracing v0.1.40 |
826 | 2024-12-18T20:55:03.789Z | Downloaded normalize-line-endings v0.3.0 |
827 | 2024-12-18T20:55:03.793Z | Downloaded zone_cfg_derive v0.1.2 |
828 | 2024-12-18T20:55:03.793Z | Downloaded sigpipe v0.1.3 |
829 | 2024-12-18T20:55:03.793Z | Downloaded path-slash v0.1.5 |
830 | 2024-12-18T20:55:03.793Z | Downloaded ref-cast-impl v1.0.23 |
831 | 2024-12-18T20:55:03.813Z | Downloaded rustversion v1.0.17 |
832 | 2024-12-18T20:55:03.813Z | Downloaded rustc_version v0.4.1 |
833 | 2024-12-18T20:55:03.813Z | Downloaded password-hash v0.5.0 |
834 | 2024-12-18T20:55:03.813Z | Downloaded password-hash v0.4.2 |
835 | 2024-12-18T20:55:03.813Z | Downloaded slog-stdlog v4.1.1 |
836 | 2024-12-18T20:55:03.813Z | Downloaded slog-async v2.8.0 |
837 | 2024-12-18T20:55:03.813Z | Downloaded rustfmt-wrapper v0.2.1 |
838 | 2024-12-18T20:55:03.813Z | Downloaded dirs-sys-next v0.1.2 |
839 | 2024-12-18T20:55:03.814Z | Downloaded hashlink v0.9.1 |
840 | 2024-12-18T20:55:03.814Z | Downloaded pkcs5 v0.7.1 |
841 | 2024-12-18T20:55:03.818Z | Downloaded ghash v0.5.1 |
842 | 2024-12-18T20:55:03.818Z | Downloaded display-error-chain v0.2.2 |
843 | 2024-12-18T20:55:03.818Z | Downloaded walkdir v2.5.0 |
844 | 2024-12-18T20:55:03.825Z | Downloaded signal-hook v0.3.17 |
845 | 2024-12-18T20:55:03.828Z | Downloaded russh-cryptovec v0.7.3 |
846 | 2024-12-18T20:55:03.828Z | Downloaded hashbrown v0.12.3 |
847 | 2024-12-18T20:55:03.828Z | Downloaded filetime v0.2.25 |
848 | 2024-12-18T20:55:03.832Z | Downloaded diesel-dtrace v0.4.2 |
849 | 2024-12-18T20:55:03.832Z | Downloaded dhcproto-macros v0.1.0 |
850 | 2024-12-18T20:55:03.835Z | Downloaded psl-types v2.0.11 |
851 | 2024-12-18T20:55:03.835Z | Downloaded darling_core v0.20.10 |
852 | 2024-12-18T20:55:03.841Z | Downloaded paste v1.0.15 |
853 | 2024-12-18T20:55:03.844Z | Downloaded zone v0.3.0 |
854 | 2024-12-18T20:55:03.844Z | Downloaded zerovec-derive v0.10.3 |
855 | 2024-12-18T20:55:03.844Z | Downloaded time-macros v0.2.18 |
856 | 2024-12-18T20:55:03.847Z | Downloaded wait-timeout v0.2.0 |
857 | 2024-12-18T20:55:03.850Z | Downloaded vte v0.11.1 |
858 | 2024-12-18T20:55:03.850Z | Downloaded structmeta-derive v0.2.0 |
859 | 2024-12-18T20:55:03.856Z | Downloaded num-traits v0.2.19 |
860 | 2024-12-18T20:55:03.856Z | Downloaded progenitor-impl v0.8.0 |
861 | 2024-12-18T20:55:03.859Z | Downloaded ssh-key v0.6.6 |
862 | 2024-12-18T20:55:03.864Z | Downloaded fxhash v0.2.1 |
863 | 2024-12-18T20:55:03.869Z | Downloaded write16 v1.0.0 |
864 | 2024-12-18T20:55:03.869Z | Downloaded typed-path v0.9.3 |
865 | 2024-12-18T20:55:03.874Z | Downloaded radium v0.7.0 |
866 | 2024-12-18T20:55:03.879Z | Downloaded termcolor v1.4.1 |
867 | 2024-12-18T20:55:03.879Z | Downloaded tui-tree-widget v0.22.0 |
868 | 2024-12-18T20:55:03.879Z | Downloaded gethostname v0.5.0 |
869 | 2024-12-18T20:55:03.886Z | Downloaded rustls-pemfile v2.2.0 |
870 | 2024-12-18T20:55:03.886Z | Downloaded pkcs1 v0.7.5 |
871 | 2024-12-18T20:55:03.889Z | Downloaded signal-hook-registry v1.4.2 |
872 | 2024-12-18T20:55:03.889Z | Downloaded icu_properties_data v1.5.0 |
873 | 2024-12-18T20:55:03.895Z | Downloaded pbkdf2 v0.11.0 |
874 | 2024-12-18T20:55:03.907Z | Downloaded slab v0.4.9 |
875 | 2024-12-18T20:55:03.909Z | Downloaded glob v0.3.1 |
876 | 2024-12-18T20:55:03.909Z | Downloaded des v0.8.1 |
877 | 2024-12-18T20:55:03.909Z | Downloaded slog-term v2.9.1 |
878 | 2024-12-18T20:55:03.909Z | Downloaded structmeta v0.3.0 |
879 | 2024-12-18T20:55:03.909Z | Downloaded primeorder v0.13.6 |
880 | 2024-12-18T20:55:03.909Z | Downloaded foreign-types v0.3.2 |
881 | 2024-12-18T20:55:03.909Z | Downloaded proc-macro-crate v1.3.1 |
882 | 2024-12-18T20:55:03.909Z | Downloaded aes-gcm v0.10.3 |
883 | 2024-12-18T20:55:03.915Z | Downloaded progenitor v0.8.0 |
884 | 2024-12-18T20:55:03.919Z | Downloaded tiny-keccak v2.0.2 |
885 | 2024-12-18T20:55:03.919Z | Downloaded socket2 v0.5.8 |
886 | 2024-12-18T20:55:03.922Z | Downloaded string_cache v0.8.7 |
887 | 2024-12-18T20:55:03.922Z | Downloaded unicode-properties v0.1.3 |
888 | 2024-12-18T20:55:03.927Z | Downloaded blake3 v1.5.4 |
889 | 2024-12-18T20:55:03.931Z | Downloaded env_logger v0.10.2 |
890 | 2024-12-18T20:55:03.939Z | Downloaded topological-sort v0.2.2 |
891 | 2024-12-18T20:55:03.939Z | Downloaded fatfs v0.3.6 |
892 | 2024-12-18T20:55:03.942Z | Downloaded r2d2 v0.8.10 |
893 | 2024-12-18T20:55:03.942Z | Downloaded aho-corasick v1.1.3 |
894 | 2024-12-18T20:55:03.945Z | Downloaded snafu-derive v0.8.5 |
895 | 2024-12-18T20:55:03.950Z | Downloaded rtoolbox v0.0.2 |
896 | 2024-12-18T20:55:03.950Z | Downloaded parking_lot_core v0.8.6 |
897 | 2024-12-18T20:55:03.955Z | Downloaded headers v0.4.0 |
898 | 2024-12-18T20:55:03.958Z | Downloaded structmeta v0.2.0 |
899 | 2024-12-18T20:55:03.959Z | Downloaded foreign-types v0.5.0 |
900 | 2024-12-18T20:55:03.961Z | Downloaded tungstenite v0.24.0 |
901 | 2024-12-18T20:55:03.966Z | Downloaded rand_seeder v0.3.0 |
902 | 2024-12-18T20:55:03.966Z | Downloaded rustls-pki-types v1.10.0 |
903 | 2024-12-18T20:55:03.969Z | Downloaded wyz v0.5.1 |
904 | 2024-12-18T20:55:03.969Z | Downloaded writeable v0.5.5 |
905 | 2024-12-18T20:55:03.972Z | Downloaded toml_edit v0.19.15 |
906 | 2024-12-18T20:55:03.988Z | Downloaded fallible-streaming-iterator v0.1.9 |
907 | 2024-12-18T20:55:03.997Z | Downloaded thread_local v1.1.8 |
908 | 2024-12-18T20:55:03.997Z | Downloaded pin-project-internal v1.1.6 |
909 | 2024-12-18T20:55:03.997Z | Downloaded futures-io v0.3.31 |
910 | 2024-12-18T20:55:03.997Z | Downloaded peg-macros v0.8.4 |
911 | 2024-12-18T20:55:03.997Z | Downloaded dhcproto v0.12.0 |
912 | 2024-12-18T20:55:04.000Z | Downloaded quinn v0.11.5 |
913 | 2024-12-18T20:55:04.003Z | Downloaded num-bigint v0.4.6 |
914 | 2024-12-18T20:55:04.006Z | Downloaded pin-project-lite v0.2.14 |
915 | 2024-12-18T20:55:04.018Z | Downloaded idna v0.4.0 |
916 | 2024-12-18T20:55:04.024Z | Downloaded rusqlite v0.32.1 |
917 | 2024-12-18T20:55:04.026Z | Downloaded parse-zoneinfo v0.3.1 |
918 | 2024-12-18T20:55:04.029Z | Downloaded idna v0.3.0 |
919 | 2024-12-18T20:55:04.035Z | Downloaded tokio-postgres v0.7.12 |
920 | 2024-12-18T20:55:04.040Z | Downloaded pin-project v1.1.6 |
921 | 2024-12-18T20:55:04.051Z | Downloaded zeroize_derive v1.4.2 |
922 | 2024-12-18T20:55:04.053Z | Downloaded unicode-segmentation v1.12.0 |
923 | 2024-12-18T20:55:04.056Z | Downloaded heapless v0.7.17 |
924 | 2024-12-18T20:55:04.061Z | Downloaded quick-xml v0.33.0 |
925 | 2024-12-18T20:55:04.066Z | Downloaded x509-cert v0.2.5 |
926 | 2024-12-18T20:55:04.074Z | Downloaded similar v2.6.0 |
927 | 2024-12-18T20:55:04.078Z | Downloaded tough v0.19.0 |
928 | 2024-12-18T20:55:04.088Z | Downloaded rustls-webpki v0.101.7 |
929 | 2024-12-18T20:55:04.102Z | Downloaded tar v0.4.42 |
930 | 2024-12-18T20:55:04.105Z | Downloaded heapless v0.8.0 |
931 | 2024-12-18T20:55:04.108Z | Downloaded h2 v0.4.6 |
932 | 2024-12-18T20:55:04.115Z | Downloaded steno v0.4.1 |
933 | 2024-12-18T20:55:04.119Z | Downloaded idna v0.5.0 |
934 | 2024-12-18T20:55:04.126Z | Downloaded time v0.3.36 |
935 | 2024-12-18T20:55:04.133Z | Downloaded tungstenite v0.21.0 |
936 | 2024-12-18T20:55:04.137Z | Downloaded zerovec v0.10.4 |
937 | 2024-12-18T20:55:04.143Z | Downloaded russh v0.45.0 |
938 | 2024-12-18T20:55:04.149Z | Downloaded sqlparser v0.45.0 |
939 | 2024-12-18T20:55:04.154Z | Downloaded petname v2.0.2 |
940 | 2024-12-18T20:55:04.160Z | Downloaded portable-atomic v1.9.0 |
941 | 2024-12-18T20:55:04.167Z | Downloaded winnow v0.5.40 |
942 | 2024-12-18T20:55:04.177Z | Downloaded bindgen v0.69.5 |
943 | 2024-12-18T20:55:04.184Z | Downloaded chrono v0.4.38 |
944 | 2024-12-18T20:55:04.192Z | Downloaded hickory-proto v0.24.1 |
945 | 2024-12-18T20:55:04.208Z | Downloaded futures-util v0.3.31 |
946 | 2024-12-18T20:55:04.220Z | Downloaded rustls-webpki v0.102.8 |
947 | 2024-12-18T20:55:04.238Z | Downloaded proptest v1.5.0 |
948 | 2024-12-18T20:55:04.246Z | Downloaded unicode-normalization v0.1.24 |
949 | 2024-12-18T20:55:04.250Z | Downloaded rustls v0.23.19 |
950 | 2024-12-18T20:55:04.263Z | Downloaded regex-syntax v0.8.5 |
951 | 2024-12-18T20:55:04.271Z | Downloaded webpki-roots v0.26.6 |
952 | 2024-12-18T20:55:04.274Z | Downloaded object v0.30.4 |
953 | 2024-12-18T20:55:04.284Z | Downloaded p384 v0.13.0 |
954 | 2024-12-18T20:55:04.291Z | Downloaded nom v7.1.3 |
955 | 2024-12-18T20:55:04.297Z | Downloaded nix v0.27.1 |
956 | 2024-12-18T20:55:04.309Z | Downloaded smoltcp v0.9.1 |
957 | 2024-12-18T20:55:04.320Z | Downloaded gimli v0.31.1 |
958 | 2024-12-18T20:55:04.328Z | Downloaded salty v0.3.0 |
959 | 2024-12-18T20:55:04.335Z | Downloaded nix v0.28.0 |
960 | 2024-12-18T20:55:04.346Z | Downloaded reqwest v0.12.9 |
961 | 2024-12-18T20:55:04.354Z | Downloaded curve25519-dalek v4.1.3 |
962 | 2024-12-18T20:55:04.362Z | Downloaded rustls v0.22.4 |
963 | 2024-12-18T20:55:04.375Z | Downloaded rayon v1.10.0 |
964 | 2024-12-18T20:55:04.384Z | Downloaded git2 v0.19.0 |
965 | 2024-12-18T20:55:04.391Z | Downloaded radix_trie v0.2.1 |
966 | 2024-12-18T20:55:04.397Z | Downloaded zerocopy v0.8.10 |
967 | 2024-12-18T20:55:04.419Z | Downloaded smoltcp v0.11.0 |
968 | 2024-12-18T20:55:04.430Z | Downloaded openssl v0.10.66 |
969 | 2024-12-18T20:55:04.439Z | Downloaded polar-core v0.27.3 |
970 | 2024-12-18T20:55:04.447Z | Downloaded bitvec v1.0.1 |
971 | 2024-12-18T20:55:04.462Z | Downloaded num-bigint-dig v0.8.4 |
972 | 2024-12-18T20:55:04.467Z | Downloaded unicode-width v0.2.0 |
973 | 2024-12-18T20:55:04.474Z | Downloaded trust-dns-proto v0.22.0 |
974 | 2024-12-18T20:55:04.482Z | Downloaded regex v1.11.1 |
975 | 2024-12-18T20:55:04.499Z | Downloaded rustls v0.21.12 |
976 | 2024-12-18T20:55:04.508Z | Downloaded nix v0.29.0 |
977 | 2024-12-18T20:55:04.516Z | Downloaded lzma-sys v0.1.20 |
978 | 2024-12-18T20:55:04.544Z | Downloaded regex-syntax v0.6.29 |
979 | 2024-12-18T20:55:04.550Z | Downloaded chrono-tz v0.10.0 |
980 | 2024-12-18T20:55:04.557Z | Downloaded petgraph v0.6.5 |
981 | 2024-12-18T20:55:04.578Z | Downloaded openapiv3 v2.0.0 |
982 | 2024-12-18T20:55:04.585Z | Downloaded regress v0.10.1 |
983 | 2024-12-18T20:55:04.594Z | Downloaded regress v0.9.1 |
984 | 2024-12-18T20:55:04.601Z | Downloaded libz-sys v1.1.20 |
985 | 2024-12-18T20:55:04.642Z | Downloaded dropshot v0.12.0 |
986 | 2024-12-18T20:55:04.648Z | Downloaded object v0.36.5 |
987 | 2024-12-18T20:55:04.656Z | Downloaded bstr v1.10.0 |
988 | 2024-12-18T20:55:04.667Z | Downloaded dropshot v0.13.0 |
989 | 2024-12-18T20:55:04.682Z | Downloaded vcpkg v0.2.15 |
990 | 2024-12-18T20:55:04.715Z | Downloaded diesel v2.2.6 |
991 | 2024-12-18T20:55:04.733Z | Downloaded sha3 v0.10.8 |
992 | 2024-12-18T20:55:04.738Z | Downloaded quinn-proto v0.11.8 |
993 | 2024-12-18T20:55:04.742Z | Downloaded hashbrown v0.14.5 |
994 | 2024-12-18T20:55:04.747Z | Downloaded idna v0.2.3 |
995 | 2024-12-18T20:55:04.755Z | Downloaded getrandom v0.2.15 |
996 | 2024-12-18T20:55:04.759Z | Downloaded term v0.7.0 |
997 | 2024-12-18T20:55:04.764Z | Downloaded tungstenite v0.23.0 |
998 | 2024-12-18T20:55:04.782Z | Downloaded url v2.5.3 |
999 | 2024-12-18T20:55:04.782Z | Downloaded prettyplease v0.2.25 |
1000 | 2024-12-18T20:55:04.788Z | Downloaded slog v2.7.0 |
1001 | 2024-12-18T20:55:04.789Z | Downloaded aws-lc-rs v1.10.0 |
1002 | 2024-12-18T20:55:04.789Z | Downloaded typify-impl v0.2.0 |
1003 | 2024-12-18T20:55:04.794Z | Downloaded zerocopy-derive v0.6.6 |
1004 | 2024-12-18T20:55:04.808Z | Downloaded ratatui v0.28.1 |
1005 | 2024-12-18T20:55:04.824Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1006 | 2024-12-18T20:55:04.834Z | Downloaded sled v0.34.7 |
1007 | 2024-12-18T20:55:04.847Z | Downloaded parking_lot_core v0.9.10 |
1008 | 2024-12-18T20:55:04.851Z | Downloaded twox-hash v1.6.3 |
1009 | 2024-12-18T20:55:04.851Z | Downloaded flume v0.11.1 |
1010 | 2024-12-18T20:55:04.851Z | Downloaded samael v0.0.17 |
1011 | 2024-12-18T20:55:04.855Z | Downloaded regex-automata v0.4.8 |
1012 | 2024-12-18T20:55:04.871Z | Downloaded qorb v0.2.1 |
1013 | 2024-12-18T20:55:04.878Z | Downloaded simd-adler32 v0.3.7 |
1014 | 2024-12-18T20:55:04.889Z | Downloaded nibble_vec v0.1.0 |
1015 | 2024-12-18T20:55:04.889Z | Downloaded pin-utils v0.1.0 |
1016 | 2024-12-18T20:55:04.889Z | Downloaded lalrpop v0.19.12 |
1017 | 2024-12-18T20:55:04.902Z | Downloaded rustyline v14.0.0 |
1018 | 2024-12-18T20:55:04.911Z | Downloaded expectorate v1.1.0 |
1019 | 2024-12-18T20:55:04.911Z | Downloaded serde_with v3.11.0 |
1020 | 2024-12-18T20:55:04.911Z | Downloaded ref-cast v1.0.23 |
1021 | 2024-12-18T20:55:04.912Z | Downloaded diesel_derives v2.2.3 |
1022 | 2024-12-18T20:55:04.916Z | Downloaded tokio-rustls v0.24.1 |
1023 | 2024-12-18T20:55:04.916Z | Downloaded oso v0.27.3 |
1024 | 2024-12-18T20:55:04.916Z | Downloaded derive_more v0.99.18 |
1025 | 2024-12-18T20:55:04.920Z | Downloaded schemars v0.8.21 |
1026 | 2024-12-18T20:55:04.928Z | Downloaded tokio v1.40.0 |
1027 | 2024-12-18T20:55:04.963Z | Downloaded csv v1.3.0 |
1028 | 2024-12-18T20:55:04.984Z | Downloaded tracing-core v0.1.32 |
1029 | 2024-12-18T20:55:04.990Z | Downloaded scheduled-thread-pool v0.2.7 |
1030 | 2024-12-18T20:55:04.990Z | Downloaded same-file v1.0.6 |
1031 | 2024-12-18T20:55:04.990Z | Downloaded rpassword v7.3.1 |
1032 | 2024-12-18T20:55:04.993Z | Downloaded phf_shared v0.11.2 |
1033 | 2024-12-18T20:55:04.993Z | Downloaded smallvec v1.13.2 |
1034 | 2024-12-18T20:55:04.993Z | Downloaded zerofrom-derive v0.1.4 |
1035 | 2024-12-18T20:55:04.993Z | Downloaded zeroize v1.8.1 |
1036 | 2024-12-18T20:55:04.994Z | Downloaded futures v0.3.31 |
1037 | 2024-12-18T20:55:05.001Z | Downloaded encoding_rs v0.8.34 |
1038 | 2024-12-18T20:55:05.019Z | Downloaded rand v0.8.5 |
1039 | 2024-12-18T20:55:05.026Z | Downloaded hkdf v0.12.4 |
1040 | 2024-12-18T20:55:05.030Z | Downloaded derive_builder_core v0.20.2 |
1041 | 2024-12-18T20:55:05.030Z | Downloaded defmt v0.3.8 |
1042 | 2024-12-18T20:55:05.030Z | Downloaded unsafe-libyaml v0.2.11 |
1043 | 2024-12-18T20:55:05.038Z | Downloaded unicode-bidi v0.3.17 |
1044 | 2024-12-18T20:55:05.038Z | Downloaded openssl-sys v0.9.103 |
1045 | 2024-12-18T20:55:05.043Z | Downloaded zopfli v0.8.1 |
1046 | 2024-12-18T20:55:05.043Z | Downloaded secrecy v0.8.0 |
1047 | 2024-12-18T20:55:05.043Z | Downloaded zerocopy-derive v0.8.10 |
1048 | 2024-12-18T20:55:05.047Z | Downloaded serde_with_macros v3.11.0 |
1049 | 2024-12-18T20:55:05.056Z | Downloaded dropshot_endpoint v0.12.0 |
1050 | 2024-12-18T20:55:05.056Z | Downloaded vergen v8.3.2 |
1051 | 2024-12-18T20:55:05.063Z | Downloaded zerocopy v0.6.6 |
1052 | 2024-12-18T20:55:05.063Z | Downloaded xattr v1.3.1 |
1053 | 2024-12-18T20:55:05.063Z | Downloaded unicode-truncate v1.1.0 |
1054 | 2024-12-18T20:55:05.063Z | Downloaded env_logger v0.11.5 |
1055 | 2024-12-18T20:55:05.069Z | Downloaded itertools v0.13.0 |
1056 | 2024-12-18T20:55:05.074Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1057 | 2024-12-18T20:55:05.122Z | Downloaded num-rational v0.4.2 |
1058 | 2024-12-18T20:55:05.126Z | Downloaded semver v0.1.20 |
1059 | 2024-12-18T20:55:05.126Z | Downloaded libm v0.2.8 |
1060 | 2024-12-18T20:55:05.131Z | Downloaded vsss-rs v3.3.4 |
1061 | 2024-12-18T20:55:05.139Z | Downloaded zip v2.1.3 |
1062 | 2024-12-18T20:55:05.143Z | Downloaded hex v0.4.3 |
1063 | 2024-12-18T20:55:05.143Z | Downloaded heck v0.3.3 |
1064 | 2024-12-18T20:55:05.143Z | Downloaded strum_macros v0.26.4 |
1065 | 2024-12-18T20:55:05.143Z | Downloaded serde_derive_internals v0.29.1 |
1066 | 2024-12-18T20:55:05.143Z | Downloaded ecdsa v0.16.9 |
1067 | 2024-12-18T20:55:05.148Z | Downloaded hyper v1.5.0 |
1068 | 2024-12-18T20:55:05.153Z | Downloaded p256 v0.13.2 |
1069 | 2024-12-18T20:55:05.158Z | Downloaded tower-service v0.3.3 |
1070 | 2024-12-18T20:55:05.158Z | Downloaded parse-display-derive v0.10.0 |
1071 | 2024-12-18T20:55:05.158Z | Downloaded num_enum_derive v0.5.11 |
1072 | 2024-12-18T20:55:05.158Z | Downloaded newline-converter v0.3.0 |
1073 | 2024-12-18T20:55:05.158Z | Downloaded ron v0.7.1 |
1074 | 2024-12-18T20:55:05.163Z | Downloaded postgres-types v0.2.8 |
1075 | 2024-12-18T20:55:05.168Z | Downloaded ppv-lite86 v0.2.20 |
1076 | 2024-12-18T20:55:05.168Z | Downloaded unicode_categories v0.1.1 |
1077 | 2024-12-18T20:55:05.168Z | Downloaded futures-channel v0.3.31 |
1078 | 2024-12-18T20:55:05.173Z | Downloaded backtrace v0.3.74 |
1079 | 2024-12-18T20:55:05.179Z | Downloaded rustc_version v0.1.7 |
1080 | 2024-12-18T20:55:05.179Z | Downloaded quick-error v1.2.3 |
1081 | 2024-12-18T20:55:05.179Z | Downloaded predicates-tree v1.0.11 |
1082 | 2024-12-18T20:55:05.179Z | Downloaded peg v0.8.4 |
1083 | 2024-12-18T20:55:05.189Z | Downloaded nanorand v0.7.0 |
1084 | 2024-12-18T20:55:05.189Z | Downloaded multimap v0.10.0 |
1085 | 2024-12-18T20:55:05.189Z | Downloaded whoami v1.5.2 |
1086 | 2024-12-18T20:55:05.193Z | Downloaded typify v0.2.0 |
1087 | 2024-12-18T20:55:05.193Z | Downloaded minimal-lexical v0.2.1 |
1088 | 2024-12-18T20:55:05.193Z | Downloaded crossbeam-channel v0.5.13 |
1089 | 2024-12-18T20:55:05.198Z | Downloaded cc v1.1.30 |
1090 | 2024-12-18T20:55:05.202Z | Downloaded dyn-clone v1.0.17 |
1091 | 2024-12-18T20:55:05.202Z | Downloaded predicates v3.1.2 |
1092 | 2024-12-18T20:55:05.202Z | Downloaded bumpalo v3.16.0 |
1093 | 2024-12-18T20:55:05.237Z | Downloaded snafu v0.8.5 |
1094 | 2024-12-18T20:55:05.237Z | Downloaded derive-where v1.2.7 |
1095 | 2024-12-18T20:55:05.243Z | Downloaded const_format v0.2.33 |
1096 | 2024-12-18T20:55:05.246Z | Downloaded newtype-uuid v1.1.3 |
1097 | 2024-12-18T20:55:05.246Z | Downloaded test-strategy v0.3.1 |
1098 | 2024-12-18T20:55:05.255Z | Downloaded scopeguard v1.2.0 |
1099 | 2024-12-18T20:55:05.260Z | Downloaded powerfmt v0.2.0 |
1100 | 2024-12-18T20:55:05.260Z | Downloaded xz2 v0.1.7 |
1101 | 2024-12-18T20:55:05.260Z | Downloaded rustc-hash v2.0.0 |
1102 | 2024-12-18T20:55:05.260Z | Downloaded fs_extra v1.3.0 |
1103 | 2024-12-18T20:55:05.260Z | Downloaded tokio-stream v0.1.16 |
1104 | 2024-12-18T20:55:05.266Z | Downloaded hickory-server v0.24.1 |
1105 | 2024-12-18T20:55:05.271Z | Downloaded yoke v0.7.4 |
1106 | 2024-12-18T20:55:05.275Z | Downloaded value-bag v1.9.0 |
1107 | 2024-12-18T20:55:05.279Z | Downloaded uzers v0.12.1 |
1108 | 2024-12-18T20:55:05.279Z | Downloaded bytes v1.8.0 |
1109 | 2024-12-18T20:55:05.284Z | Downloaded termtree v0.4.1 |
1110 | 2024-12-18T20:55:05.289Z | Downloaded thiserror-no-std v2.0.2 |
1111 | 2024-12-18T20:55:05.292Z | Downloaded thiserror v2.0.3 |
1112 | 2024-12-18T20:55:05.301Z | Downloaded icu_properties v1.5.1 |
1113 | 2024-12-18T20:55:05.309Z | Downloaded miniz_oxide v0.8.0 |
1114 | 2024-12-18T20:55:05.309Z | Downloaded hickory-resolver v0.24.1 |
1115 | 2024-12-18T20:55:05.320Z | Downloaded crc-any v2.5.0 |
1116 | 2024-12-18T20:55:05.321Z | Downloaded cookie v0.18.1 |
1117 | 2024-12-18T20:55:05.326Z | Downloaded const-oid v0.9.6 |
1118 | 2024-12-18T20:55:05.326Z | Downloaded blake2 v0.10.6 |
1119 | 2024-12-18T20:55:05.326Z | Downloaded unarray v0.1.4 |
1120 | 2024-12-18T20:55:05.326Z | Downloaded indicatif v0.17.9 |
1121 | 2024-12-18T20:55:05.332Z | Downloaded thiserror-impl v2.0.3 |
1122 | 2024-12-18T20:55:05.332Z | Downloaded serde_path_to_error v0.1.16 |
1123 | 2024-12-18T20:55:05.332Z | Downloaded schemars_derive v0.8.21 |
1124 | 2024-12-18T20:55:05.332Z | Downloaded memmap2 v0.9.5 |
1125 | 2024-12-18T20:55:05.332Z | Downloaded mime_guess v2.0.5 |
1126 | 2024-12-18T20:55:05.337Z | Downloaded rustc-hash v1.1.0 |
1127 | 2024-12-18T20:55:05.337Z | Downloaded resolv-conf v0.7.0 |
1128 | 2024-12-18T20:55:05.337Z | Downloaded quinn-udp v0.5.5 |
1129 | 2024-12-18T20:55:05.337Z | Downloaded bit-set v0.5.3 |
1130 | 2024-12-18T20:55:05.342Z | Downloaded backoff v0.4.0 |
1131 | 2024-12-18T20:55:05.342Z | Downloaded async-trait v0.1.83 |
1132 | 2024-12-18T20:55:05.342Z | Downloaded arrayvec v0.7.6 |
1133 | 2024-12-18T20:55:05.347Z | Downloaded colored v2.1.0 |
1134 | 2024-12-18T20:55:05.347Z | Downloaded chrono-tz-build v0.4.0 |
1135 | 2024-12-18T20:55:05.347Z | Downloaded curve25519-dalek-derive v0.1.1 |
1136 | 2024-12-18T20:55:05.347Z | Downloaded block-padding v0.3.3 |
1137 | 2024-12-18T20:55:05.352Z | Downloaded cexpr v0.6.0 |
1138 | 2024-12-18T20:55:05.352Z | Downloaded ident_case v1.0.1 |
1139 | 2024-12-18T20:55:05.352Z | Downloaded hubpack_derive v0.1.1 |
1140 | 2024-12-18T20:55:05.352Z | Downloaded cipher v0.4.4 |
1141 | 2024-12-18T20:55:05.357Z | Downloaded cassowary v0.3.0 |
1142 | 2024-12-18T20:55:05.357Z | Downloaded bitflags v1.3.2 |
1143 | 2024-12-18T20:55:05.357Z | Downloaded hex-literal v0.4.1 |
1144 | 2024-12-18T20:55:05.357Z | Downloaded ciborium-ll v0.2.2 |
1145 | 2024-12-18T20:55:05.361Z | Downloaded blowfish v0.9.1 |
1146 | 2024-12-18T20:55:05.361Z | Downloaded lzss v0.8.2 |
1147 | 2024-12-18T20:55:05.361Z | Downloaded libefi-sys v0.1.0 |
1148 | 2024-12-18T20:55:05.361Z | Downloaded bcrypt-pbkdf v0.10.0 |
1149 | 2024-12-18T20:55:05.365Z | Downloaded keccak v0.1.5 |
1150 | 2024-12-18T20:55:05.365Z | Downloaded inout v0.1.3 |
1151 | 2024-12-18T20:55:05.365Z | Downloaded idna_adapter v1.2.0 |
1152 | 2024-12-18T20:55:05.365Z | Downloaded crossbeam-deque v0.8.5 |
1153 | 2024-12-18T20:55:05.368Z | Downloaded chacha20 v0.9.1 |
1154 | 2024-12-18T20:55:05.368Z | Downloaded cbc v0.1.2 |
1155 | 2024-12-18T20:55:05.368Z | Downloaded castaway v0.2.3 |
1156 | 2024-12-18T20:55:05.372Z | Downloaded bit-vec v0.6.3 |
1157 | 2024-12-18T20:55:05.372Z | Downloaded async-stream v0.3.6 |
1158 | 2024-12-18T20:55:05.376Z | Downloaded hyper-tls v0.6.0 |
1159 | 2024-12-18T20:55:05.376Z | Downloaded humantime v2.1.0 |
1160 | 2024-12-18T20:55:05.387Z | Downloaded hubpack v0.1.2 |
1161 | 2024-12-18T20:55:05.387Z | Downloaded home v0.5.9 |
1162 | 2024-12-18T20:55:05.387Z | Downloaded assert_matches v1.5.0 |
1163 | 2024-12-18T20:55:05.387Z | Downloaded ascii-canvas v3.0.0 |
1164 | 2024-12-18T20:55:05.394Z | Downloaded base16ct v0.2.0 |
1165 | 2024-12-18T20:55:05.590Z | Downloaded libsqlite3-sys v0.30.1 |
1166 | 2024-12-18T20:55:05.664Z | Downloaded ring v0.16.20 |
1167 | 2024-12-18T20:55:05.767Z | Downloaded ring v0.17.8 |
1168 | 2024-12-18T20:55:06.081Z | Downloaded aws-lc-sys v0.22.0 |
1169 | 2024-12-18T20:55:06.377Z | Compiling serde v1.0.215 |
1170 | 2024-12-18T20:55:06.380Z | Compiling lock_api v0.4.12 |
1171 | 2024-12-18T20:55:06.380Z | Compiling scopeguard v1.2.0 |
1172 | 2024-12-18T20:55:06.380Z | Compiling value-bag v1.9.0 |
1173 | 2024-12-18T20:55:06.380Z | Compiling typenum v1.17.0 |
1174 | 2024-12-18T20:55:06.380Z | Compiling generic-array v0.14.7 |
1175 | 2024-12-18T20:55:06.576Z | Compiling syn v2.0.87 |
1176 | 2024-12-18T20:55:06.591Z | Compiling getrandom v0.2.15 |
1177 | 2024-12-18T20:55:06.711Z | Compiling shlex v1.3.0 |
1178 | 2024-12-18T20:55:06.858Z | Compiling rand_core v0.6.4 |
1179 | 2024-12-18T20:55:07.041Z | Compiling log v0.4.22 |
1180 | 2024-12-18T20:55:07.087Z | Compiling subtle v2.6.1 |
1181 | 2024-12-18T20:55:07.142Z | Compiling jobserver v0.1.32 |
1182 | 2024-12-18T20:55:07.162Z | Compiling const-oid v0.9.6 |
1183 | 2024-12-18T20:55:07.421Z | Compiling smallvec v1.13.2 |
1184 | 2024-12-18T20:55:07.441Z | Compiling spin v0.9.8 |
1185 | 2024-12-18T20:55:07.444Z | Compiling pin-project-lite v0.2.14 |
1186 | 2024-12-18T20:55:07.587Z | Compiling cc v1.1.30 |
1187 | 2024-12-18T20:55:07.833Z | Compiling rustix v0.38.37 |
1188 | 2024-12-18T20:55:07.855Z | Compiling parking_lot_core v0.9.10 |
1189 | 2024-12-18T20:55:07.948Z | Compiling futures-core v0.3.31 |
1190 | 2024-12-18T20:55:08.091Z | Compiling signal-hook-registry v1.4.2 |
1191 | 2024-12-18T20:55:08.197Z | Compiling mio v1.0.2 |
1192 | 2024-12-18T20:55:08.724Z | Compiling parking_lot v0.12.3 |
1193 | 2024-12-18T20:55:08.899Z | Compiling aho-corasick v1.1.3 |
1194 | 2024-12-18T20:55:08.986Z | Compiling cpufeatures v0.2.14 |
1195 | 2024-12-18T20:55:09.081Z | Compiling regex-syntax v0.8.5 |
1196 | 2024-12-18T20:55:09.136Z | Compiling lazy_static v1.5.0 |
1197 | 2024-12-18T20:55:09.254Z | Compiling futures-sink v0.3.31 |
1198 | 2024-12-18T20:55:09.357Z | Compiling glob v0.3.1 |
1199 | 2024-12-18T20:55:09.375Z | Compiling either v1.13.0 |
1200 | 2024-12-18T20:55:09.404Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-12-18T20:55:09.507Z | Compiling socket2 v0.5.8 |
1202 | 2024-12-18T20:55:09.628Z | Compiling slab v0.4.9 |
1203 | 2024-12-18T20:55:09.782Z | Compiling prettyplease v0.2.25 |
1204 | 2024-12-18T20:55:10.058Z | Compiling minimal-lexical v0.2.1 |
1205 | 2024-12-18T20:55:10.388Z | Compiling clang-sys v1.8.1 |
1206 | 2024-12-18T20:55:10.484Z | Compiling libloading v0.8.5 |
1207 | 2024-12-18T20:55:10.601Z | Compiling nom v7.1.3 |
1208 | 2024-12-18T20:55:10.632Z | Compiling bindgen v0.69.5 |
1209 | 2024-12-18T20:55:10.905Z | Compiling serde_json v1.0.132 |
1210 | 2024-12-18T20:55:11.105Z | Compiling home v0.5.9 |
1211 | 2024-12-18T20:55:11.374Z | Compiling itertools v0.10.5 |
1212 | 2024-12-18T20:55:11.433Z | Compiling futures-channel v0.3.31 |
1213 | 2024-12-18T20:55:11.869Z | Compiling lazycell v1.3.0 |
1214 | 2024-12-18T20:55:11.938Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-12-18T20:55:12.046Z | Compiling futures-io v0.3.31 |
1216 | 2024-12-18T20:55:12.087Z | Compiling allocator-api2 v0.2.18 |
1217 | 2024-12-18T20:55:12.344Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-18T20:55:12.447Z | Compiling futures-task v0.3.31 |
1219 | 2024-12-18T20:55:12.753Z | Compiling regex-automata v0.4.8 |
1220 | 2024-12-18T20:55:12.885Z | Compiling foldhash v0.1.3 |
1221 | 2024-12-18T20:55:13.181Z | Compiling hashbrown v0.15.1 |
1222 | 2024-12-18T20:55:14.220Z | Compiling synstructure v0.13.1 |
1223 | 2024-12-18T20:55:14.527Z | Compiling cexpr v0.6.0 |
1224 | 2024-12-18T20:55:14.550Z | Compiling cmake v0.1.51 |
1225 | 2024-12-18T20:55:15.591Z | Compiling fs_extra v1.3.0 |
1226 | 2024-12-18T20:55:15.775Z | Compiling libm v0.2.8 |
1227 | 2024-12-18T20:55:15.897Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2024-12-18T20:55:15.988Z | Compiling pkg-config v0.3.31 |
1229 | 2024-12-18T20:55:16.095Z | Compiling dunce v1.0.5 |
1230 | 2024-12-18T20:55:16.174Z | Compiling tinyvec v1.8.0 |
1231 | 2024-12-18T20:55:16.223Z | Compiling num-traits v0.2.19 |
1232 | 2024-12-18T20:55:16.705Z | Compiling ring v0.17.8 |
1233 | 2024-12-18T20:55:17.448Z | Compiling base64ct v1.6.0 |
1234 | 2024-12-18T20:55:17.523Z | Compiling unicode-bidi v0.3.17 |
1235 | 2024-12-18T20:55:17.648Z | Compiling unicode-normalization v0.1.24 |
1236 | 2024-12-18T20:55:17.671Z | Compiling paste v1.0.15 |
1237 | 2024-12-18T20:55:17.827Z | Compiling writeable v0.5.5 |
1238 | 2024-12-18T20:55:18.007Z | Compiling litemap v0.7.3 |
1239 | 2024-12-18T20:55:18.232Z | Compiling regex v1.11.1 |
1240 | 2024-12-18T20:55:18.385Z | Compiling pem-rfc7468 v0.7.0 |
1241 | 2024-12-18T20:55:18.920Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2024-12-18T20:55:19.097Z | Compiling httparse v1.9.5 |
1243 | 2024-12-18T20:55:19.287Z | Compiling flagset v0.4.6 |
1244 | 2024-12-18T20:55:19.476Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-18T20:55:19.873Z | Compiling rustls-pki-types v1.10.0 |
1246 | 2024-12-18T20:55:20.468Z | Compiling crossbeam-utils v0.8.20 |
1247 | 2024-12-18T20:55:20.554Z | Compiling percent-encoding v2.3.1 |
1248 | 2024-12-18T20:55:20.831Z | Compiling icu_locid_transform_data v1.5.0 |
1249 | 2024-12-18T20:55:20.896Z | Compiling serde_derive v1.0.215 |
1250 | 2024-12-18T20:55:20.917Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-12-18T20:55:20.942Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-12-18T20:55:21.020Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-12-18T20:55:21.524Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2024-12-18T20:55:22.381Z | Compiling zeroize v1.8.1 |
1255 | 2024-12-18T20:55:22.739Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-12-18T20:55:23.067Z | Compiling zerocopy v0.7.35 |
1257 | 2024-12-18T20:55:23.086Z | Compiling yoke-derive v0.7.4 |
1258 | 2024-12-18T20:55:24.028Z | Compiling crypto-common v0.1.6 |
1259 | 2024-12-18T20:55:24.270Z | Compiling block-buffer v0.10.4 |
1260 | 2024-12-18T20:55:24.535Z | Compiling digest v0.10.7 |
1261 | 2024-12-18T20:55:24.708Z | Compiling zerovec-derive v0.10.3 |
1262 | 2024-12-18T20:55:24.963Z | Compiling hmac v0.12.1 |
1263 | 2024-12-18T20:55:25.196Z | Compiling futures-macro v0.3.31 |
1264 | 2024-12-18T20:55:25.247Z | Compiling block-padding v0.3.3 |
1265 | 2024-12-18T20:55:25.512Z | Compiling displaydoc v0.2.5 |
1266 | 2024-12-18T20:55:25.531Z | Compiling zerofrom v0.1.4 |
1267 | 2024-12-18T20:55:25.746Z | Compiling inout v0.1.3 |
1268 | 2024-12-18T20:55:25.965Z | Compiling yoke v0.7.4 |
1269 | 2024-12-18T20:55:26.026Z | Compiling cipher v0.4.4 |
1270 | 2024-12-18T20:55:26.055Z | Compiling thiserror v1.0.69 |
1271 | 2024-12-18T20:55:26.191Z | Compiling sha2 v0.10.8 |
1272 | 2024-12-18T20:55:26.316Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-12-18T20:55:26.506Z | Compiling der_derive v0.7.3 |
1274 | 2024-12-18T20:55:27.082Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2024-12-18T20:55:27.110Z | Compiling rand_chacha v0.3.1 |
1276 | 2024-12-18T20:55:27.126Z | Compiling futures-util v0.3.31 |
1277 | 2024-12-18T20:55:27.298Z | Compiling zerovec v0.10.4 |
1278 | 2024-12-18T20:55:28.168Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-12-18T20:55:28.861Z | Compiling der v0.7.9 |
1280 | 2024-12-18T20:55:29.299Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-18T20:55:29.443Z | Compiling icu_collections v1.5.0 |
1282 | 2024-12-18T20:55:29.540Z | Compiling rand v0.8.5 |
1283 | 2024-12-18T20:55:29.725Z | Compiling icu_locid v1.5.0 |
1284 | 2024-12-18T20:55:30.840Z | Compiling spki v0.7.3 |
1285 | 2024-12-18T20:55:31.213Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-18T20:55:31.400Z | Compiling salsa20 v0.10.2 |
1287 | 2024-12-18T20:55:31.639Z | Compiling pest v2.7.14 |
1288 | 2024-12-18T20:55:31.652Z | Compiling pbkdf2 v0.12.2 |
1289 | 2024-12-18T20:55:31.849Z | Compiling mirai-annotations v1.12.0 |
1290 | 2024-12-18T20:55:32.043Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-18T20:55:32.101Z | Compiling tracing v0.1.40 |
1292 | 2024-12-18T20:55:32.118Z | Compiling powerfmt v0.2.0 |
1293 | 2024-12-18T20:55:32.129Z | Compiling icu_properties_data v1.5.0 |
1294 | 2024-12-18T20:55:32.273Z | Compiling vcpkg v0.2.15 |
1295 | 2024-12-18T20:55:32.396Z | Compiling untrusted v0.9.0 |
1296 | 2024-12-18T20:55:32.467Z | Compiling untrusted v0.7.1 |
1297 | 2024-12-18T20:55:32.541Z | Compiling time-core v0.1.2 |
1298 | 2024-12-18T20:55:32.560Z | Compiling num-conv v0.1.0 |
1299 | 2024-12-18T20:55:32.706Z | Compiling deranged v0.3.11 |
1300 | 2024-12-18T20:55:32.860Z | Compiling time-macros v0.2.18 |
1301 | 2024-12-18T20:55:33.188Z | Compiling icu_properties v1.5.1 |
1302 | 2024-12-18T20:55:37.825Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-18T20:55:37.888Z | Compiling bytes v1.8.0 |
1304 | 2024-12-18T20:55:37.888Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-18T20:55:37.888Z | Compiling semver v1.0.23 |
1306 | 2024-12-18T20:55:37.888Z | Compiling tokio v1.40.0 |
1307 | 2024-12-18T20:55:37.888Z | Compiling http v1.1.0 |
1308 | 2024-12-18T20:55:37.888Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-18T20:55:37.889Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-12-18T20:55:37.889Z | Compiling pest_meta v2.7.14 |
1311 | 2024-12-18T20:55:37.889Z | Compiling scrypt v0.11.0 |
1312 | 2024-12-18T20:55:37.889Z | Compiling aes v0.8.4 |
1313 | 2024-12-18T20:55:37.942Z | Compiling cbc v0.1.2 |
1314 | 2024-12-18T20:55:38.025Z | Compiling scroll_derive v0.12.0 |
1315 | 2024-12-18T20:55:38.132Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-18T20:55:38.167Z | Compiling write16 v1.0.0 |
1317 | 2024-12-18T20:55:38.190Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-18T20:55:38.297Z | Compiling num_threads v0.1.7 |
1319 | 2024-12-18T20:55:38.317Z | Compiling icu_normalizer_data v1.5.0 |
1320 | 2024-12-18T20:55:38.417Z | Compiling utf16_iter v1.0.5 |
1321 | 2024-12-18T20:55:38.436Z | Compiling time v0.3.36 |
1322 | 2024-12-18T20:55:38.439Z | Compiling pest_generator v2.7.14 |
1323 | 2024-12-18T20:55:38.623Z | Compiling icu_normalizer v1.5.0 |
1324 | 2024-12-18T20:55:39.524Z | Compiling which v4.4.2 |
1325 | 2024-12-18T20:55:40.194Z | Compiling scroll v0.12.0 |
1326 | 2024-12-18T20:55:40.586Z | Compiling pkcs5 v0.7.1 |
1327 | 2024-12-18T20:55:40.771Z | Compiling http-body v1.0.1 |
1328 | 2024-12-18T20:55:40.929Z | Compiling form_urlencoded v1.2.1 |
1329 | 2024-12-18T20:55:40.988Z | Compiling try-lock v0.2.5 |
1330 | 2024-12-18T20:55:41.123Z | Compiling slog v2.7.0 |
1331 | 2024-12-18T20:55:41.186Z | Compiling goblin v0.8.2 |
1332 | 2024-12-18T20:55:41.605Z | Compiling pkcs8 v0.10.2 |
1333 | 2024-12-18T20:55:41.648Z | Compiling want v0.3.1 |
1334 | 2024-12-18T20:55:41.731Z | Compiling idna_adapter v1.2.0 |
1335 | 2024-12-18T20:55:41.903Z | Compiling httpdate v1.0.3 |
1336 | 2024-12-18T20:55:41.938Z | Compiling idna v1.0.3 |
1337 | 2024-12-18T20:55:42.326Z | Compiling serde_spanned v0.6.8 |
1338 | 2024-12-18T20:55:42.553Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-12-18T20:55:43.009Z | Compiling uuid v1.11.0 |
1340 | 2024-12-18T20:55:43.037Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2024-12-18T20:55:43.330Z | Compiling pest_derive v2.7.14 |
1342 | 2024-12-18T20:55:43.378Z | Compiling tower-service v0.3.3 |
1343 | 2024-12-18T20:55:43.505Z | Compiling tokio-util v0.7.12 |
1344 | 2024-12-18T20:55:43.630Z | Compiling base64 v0.22.1 |
1345 | 2024-12-18T20:55:43.683Z | Compiling match_cfg v0.1.0 |
1346 | 2024-12-18T20:55:43.777Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-18T20:55:43.989Z | Compiling iana-time-zone v0.1.61 |
1348 | 2024-12-18T20:55:44.122Z | Compiling dtrace-parser v0.2.0 |
1349 | 2024-12-18T20:55:44.343Z | Compiling rustversion v1.0.17 |
1350 | 2024-12-18T20:55:44.363Z | Compiling openssl v0.10.66 |
1351 | 2024-12-18T20:55:44.447Z | Compiling h2 v0.4.6 |
1352 | 2024-12-18T20:55:44.772Z | Compiling foreign-types-shared v0.1.1 |
1353 | 2024-12-18T20:55:44.881Z | Compiling foreign-types v0.3.2 |
1354 | 2024-12-18T20:55:44.932Z | Compiling chrono v0.4.38 |
1355 | 2024-12-18T20:55:44.982Z | Compiling miniz_oxide v0.8.0 |
1356 | 2024-12-18T20:55:45.115Z | Compiling hostname v0.3.1 |
1357 | 2024-12-18T20:55:45.385Z | Compiling url v2.5.3 |
1358 | 2024-12-18T20:55:46.563Z | Compiling async-trait v0.1.83 |
1359 | 2024-12-18T20:55:47.396Z | Compiling dof v0.3.0 |
1360 | 2024-12-18T20:55:47.663Z | Compiling openssl-macros v0.1.1 |
1361 | 2024-12-18T20:55:48.419Z | Compiling usdt-impl v0.5.0 |
1362 | 2024-12-18T20:55:49.633Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2024-12-18T20:55:49.636Z | Compiling siphasher v0.3.11 |
1364 | 2024-12-18T20:55:49.636Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-18T20:55:49.636Z | Compiling rustls v0.23.19 |
1366 | 2024-12-18T20:55:49.660Z | Compiling rustls v0.22.4 |
1367 | 2024-12-18T20:55:49.818Z | Compiling syn v1.0.109 |
1368 | 2024-12-18T20:55:49.923Z | Compiling native-tls v0.2.12 |
1369 | 2024-12-18T20:55:49.978Z | Compiling dirs-next v2.0.0 |
1370 | 2024-12-18T20:55:50.526Z | Compiling http-body-util v0.1.2 |
1371 | 2024-12-18T20:55:50.760Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-18T20:55:51.077Z | Compiling heapless v0.7.17 |
1373 | 2024-12-18T20:55:51.247Z | Compiling signature v2.2.0 |
1374 | 2024-12-18T20:55:51.484Z | Compiling hyper v1.5.0 |
1375 | 2024-12-18T20:55:51.487Z | Compiling sha1 v0.10.6 |
1376 | 2024-12-18T20:55:51.539Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2024-12-18T20:55:51.675Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2024-12-18T20:55:51.709Z | Compiling thread_local v1.1.8 |
1379 | 2024-12-18T20:55:51.915Z | Compiling multer v3.1.0 |
1380 | 2024-12-18T20:55:52.004Z | Compiling cookie v0.18.1 |
1381 | 2024-12-18T20:55:52.185Z | Compiling encoding_rs v0.8.34 |
1382 | 2024-12-18T20:55:52.219Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-18T20:55:52.289Z | Compiling slog-async v2.8.0 |
1384 | 2024-12-18T20:55:52.579Z | Compiling gimli v0.31.1 |
1385 | 2024-12-18T20:55:52.801Z | Compiling signal-hook v0.3.17 |
1386 | 2024-12-18T20:55:53.051Z | Compiling schemars v0.8.21 |
1387 | 2024-12-18T20:55:53.393Z | Compiling ipnet v2.10.1 |
1388 | 2024-12-18T20:55:54.413Z | Compiling hyper-util v0.1.10 |
1389 | 2024-12-18T20:55:54.685Z | Compiling unicode-properties v0.1.3 |
1390 | 2024-12-18T20:55:55.048Z | Compiling rayon-core v1.12.1 |
1391 | 2024-12-18T20:55:55.078Z | Compiling mime v0.3.17 |
1392 | 2024-12-18T20:55:55.347Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-18T20:55:55.549Z | Compiling schemars_derive v0.8.21 |
1394 | 2024-12-18T20:55:55.950Z | Compiling toml_edit v0.22.22 |
1395 | 2024-12-18T20:55:57.244Z | Compiling addr2line v0.24.2 |
1396 | 2024-12-18T20:55:57.600Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-12-18T20:55:57.696Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2024-12-18T20:55:57.881Z | Compiling crossbeam-deque v0.8.5 |
1399 | 2024-12-18T20:55:58.391Z | Compiling term v0.7.0 |
1400 | 2024-12-18T20:55:58.831Z | Compiling slog-json v2.6.1 |
1401 | 2024-12-18T20:55:58.885Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2024-12-18T20:55:59.013Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-18T20:55:59.186Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2024-12-18T20:55:59.252Z | Compiling enum-as-inner v0.6.1 |
1405 | 2024-12-18T20:55:59.378Z | Compiling futures-executor v0.3.31 |
1406 | 2024-12-18T20:55:59.820Z | Compiling md-5 v0.10.6 |
1407 | 2024-12-18T20:55:59.932Z | Compiling async-stream-impl v0.3.6 |
1408 | 2024-12-18T20:55:59.935Z | Compiling rustls-pemfile v2.2.0 |
1409 | 2024-12-18T20:56:00.088Z | Compiling num-integer v0.1.46 |
1410 | 2024-12-18T20:56:00.090Z | Compiling idna v0.3.0 |
1411 | 2024-12-18T20:56:00.340Z | Compiling idna v0.4.0 |
1412 | 2024-12-18T20:56:00.359Z | Compiling hash32 v0.2.1 |
1413 | 2024-12-18T20:56:00.754Z | Compiling ff v0.13.0 |
1414 | 2024-12-18T20:56:00.877Z | Compiling is-terminal v0.4.13 |
1415 | 2024-12-18T20:56:00.977Z | Compiling dropshot v0.12.0 |
1416 | 2024-12-18T20:56:01.005Z | Compiling object v0.36.5 |
1417 | 2024-12-18T20:56:01.255Z | Compiling smoltcp v0.9.1 |
1418 | 2024-12-18T20:56:01.316Z | Compiling anyhow v1.0.93 |
1419 | 2024-12-18T20:56:01.769Z | Compiling portable-atomic v1.9.0 |
1420 | 2024-12-18T20:56:01.907Z | Compiling utf-8 v0.7.6 |
1421 | 2024-12-18T20:56:01.957Z | Compiling linked-hash-map v0.5.6 |
1422 | 2024-12-18T20:56:01.976Z | Compiling quick-error v1.2.3 |
1423 | 2024-12-18T20:56:02.125Z | Compiling dyn-clone v1.0.17 |
1424 | 2024-12-18T20:56:02.224Z | Compiling fallible-iterator v0.2.0 |
1425 | 2024-12-18T20:56:02.322Z | Compiling rustc-demangle v0.1.24 |
1426 | 2024-12-18T20:56:02.340Z | Compiling base16ct v0.2.0 |
1427 | 2024-12-18T20:56:02.659Z | Compiling psl-types v2.0.11 |
1428 | 2024-12-18T20:56:02.826Z | Compiling num-bigint-dig v0.8.4 |
1429 | 2024-12-18T20:56:02.850Z | Compiling take_mut v0.2.2 |
1430 | 2024-12-18T20:56:02.930Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-18T20:56:03.195Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-12-18T20:56:03.279Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-18T20:56:03.454Z | Compiling lru-cache v0.1.2 |
1434 | 2024-12-18T20:56:03.851Z | Compiling tungstenite v0.24.0 |
1435 | 2024-12-18T20:56:04.227Z | Compiling resolv-conf v0.7.0 |
1436 | 2024-12-18T20:56:04.312Z | Compiling async-stream v0.3.6 |
1437 | 2024-12-18T20:56:04.638Z | Compiling hickory-proto v0.24.1 |
1438 | 2024-12-18T20:56:04.657Z | Compiling usdt v0.5.0 |
1439 | 2024-12-18T20:56:05.057Z | Compiling slog-term v2.9.1 |
1440 | 2024-12-18T20:56:05.180Z | Compiling group v0.13.0 |
1441 | 2024-12-18T20:56:06.249Z | Compiling num-iter v0.1.45 |
1442 | 2024-12-18T20:56:06.440Z | Compiling futures v0.3.31 |
1443 | 2024-12-18T20:56:06.477Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-12-18T20:56:06.553Z | Compiling toml v0.8.19 |
1445 | 2024-12-18T20:56:06.845Z | Compiling tokio-native-tls v0.3.1 |
1446 | 2024-12-18T20:56:08.232Z | Compiling camino v1.1.9 |
1447 | 2024-12-18T20:56:08.272Z | Compiling backtrace v0.3.74 |
1448 | 2024-12-18T20:56:08.622Z | Compiling phf_shared v0.11.2 |
1449 | 2024-12-18T20:56:08.992Z | Compiling dropshot_endpoint v0.12.0 |
1450 | 2024-12-18T20:56:09.046Z | Compiling terminal_size v0.4.0 |
1451 | 2024-12-18T20:56:09.213Z | Compiling waitgroup v0.1.2 |
1452 | 2024-12-18T20:56:09.256Z | Compiling openapiv3 v2.0.0 |
1453 | 2024-12-18T20:56:09.433Z | Compiling serde_path_to_error v0.1.16 |
1454 | 2024-12-18T20:56:09.506Z | Compiling hkdf v0.12.4 |
1455 | 2024-12-18T20:56:09.764Z | Compiling crypto-bigint v0.5.5 |
1456 | 2024-12-18T20:56:10.312Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-18T20:56:12.035Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2024-12-18T20:56:12.350Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-18T20:56:12.626Z | Compiling webpki-roots v0.26.6 |
1460 | 2024-12-18T20:56:12.842Z | Compiling idna v0.5.0 |
1461 | 2024-12-18T20:56:13.220Z | Compiling hostname v0.4.0 |
1462 | 2024-12-18T20:56:13.467Z | Compiling fs-err v2.11.0 |
1463 | 2024-12-18T20:56:13.515Z | Compiling ahash v0.8.11 |
1464 | 2024-12-18T20:56:13.666Z | Compiling crc32fast v1.4.2 |
1465 | 2024-12-18T20:56:13.692Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-18T20:56:13.729Z | Compiling bitflags v1.3.2 |
1467 | 2024-12-18T20:56:13.827Z | Compiling managed v0.8.0 |
1468 | 2024-12-18T20:56:13.844Z | Compiling winnow v0.5.40 |
1469 | 2024-12-18T20:56:13.847Z | Compiling strum_macros v0.25.3 |
1470 | 2024-12-18T20:56:13.988Z | Compiling flate2 v1.0.34 |
1471 | 2024-12-18T20:56:14.662Z | Compiling clap_builder v4.5.21 |
1472 | 2024-12-18T20:56:14.874Z | Compiling console v0.15.8 |
1473 | 2024-12-18T20:56:15.053Z | Compiling cookie_store v0.21.0 |
1474 | 2024-12-18T20:56:16.403Z | Compiling hubpack v0.1.2 |
1475 | 2024-12-18T20:56:16.532Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-12-18T20:56:16.749Z | Compiling zerocopy v0.6.6 |
1477 | 2024-12-18T20:56:16.851Z | Compiling hickory-resolver v0.24.1 |
1478 | 2024-12-18T20:56:17.363Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-18T20:56:17.693Z | Compiling phf v0.11.2 |
1480 | 2024-12-18T20:56:17.989Z | Compiling signal-hook-mio v0.2.4 |
1481 | 2024-12-18T20:56:18.068Z | Compiling rayon v1.10.0 |
1482 | 2024-12-18T20:56:18.141Z | Compiling hyper-tls v0.6.0 |
1483 | 2024-12-18T20:56:18.511Z | Compiling bzip2 v0.4.4 |
1484 | 2024-12-18T20:56:18.898Z | Compiling tokio-tungstenite v0.24.0 |
1485 | 2024-12-18T20:56:19.440Z | Compiling postgres-types v0.2.8 |
1486 | 2024-12-18T20:56:22.322Z | Compiling ed25519 v2.2.3 |
1487 | 2024-12-18T20:56:22.802Z | Compiling phf_shared v0.10.0 |
1488 | 2024-12-18T20:56:23.201Z | Compiling tokio-stream v0.1.16 |
1489 | 2024-12-18T20:56:23.621Z | Compiling pkcs1 v0.7.5 |
1490 | 2024-12-18T20:56:23.991Z | Compiling serde-big-array v0.5.1 |
1491 | 2024-12-18T20:56:24.157Z | Compiling clap_derive v4.5.18 |
1492 | 2024-12-18T20:56:24.209Z | Compiling rfc6979 v0.4.0 |
1493 | 2024-12-18T20:56:24.229Z | Compiling derive-where v1.2.7 |
1494 | 2024-12-18T20:56:24.268Z | Compiling serde_repr v0.1.19 |
1495 | 2024-12-18T20:56:24.397Z | Compiling float-cmp v0.9.0 |
1496 | 2024-12-18T20:56:24.622Z | Compiling bstr v1.10.0 |
1497 | 2024-12-18T20:56:24.640Z | Compiling sync_wrapper v1.0.1 |
1498 | 2024-12-18T20:56:24.794Z | Compiling unicode-width v0.2.0 |
1499 | 2024-12-18T20:56:25.319Z | Compiling new_debug_unreachable v1.0.6 |
1500 | 2024-12-18T20:56:25.422Z | Compiling difflib v0.4.0 |
1501 | 2024-12-18T20:56:25.447Z | Compiling predicates-core v1.0.8 |
1502 | 2024-12-18T20:56:25.467Z | Compiling fixedbitset v0.4.2 |
1503 | 2024-12-18T20:56:25.824Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-18T20:56:25.939Z | Compiling whoami v1.5.2 |
1505 | 2024-12-18T20:56:25.948Z | Compiling static_assertions v1.1.0 |
1506 | 2024-12-18T20:56:26.059Z | Compiling number_prefix v0.4.0 |
1507 | 2024-12-18T20:56:26.279Z | Compiling bit-vec v0.6.3 |
1508 | 2024-12-18T20:56:26.468Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2024-12-18T20:56:26.587Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2024-12-18T20:56:26.605Z | Compiling bit-set v0.5.3 |
1511 | 2024-12-18T20:56:26.738Z | Compiling predicates v3.1.2 |
1512 | 2024-12-18T20:56:26.893Z | Compiling tokio-postgres v0.7.12 |
1513 | 2024-12-18T20:56:27.070Z | Compiling indicatif v0.17.9 |
1514 | 2024-12-18T20:56:27.483Z | Compiling similar v2.6.0 |
1515 | 2024-12-18T20:56:27.877Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
1516 | 2024-12-18T20:56:28.515Z | Compiling string_cache v0.8.7 |
1517 | 2024-12-18T20:56:28.988Z | Compiling petgraph v0.6.5 |
1518 | 2024-12-18T20:56:29.183Z | Compiling clap v4.5.21 |
1519 | 2024-12-18T20:56:29.277Z | Compiling ecdsa v0.16.9 |
1520 | 2024-12-18T20:56:29.306Z | Compiling rsa v0.9.6 |
1521 | 2024-12-18T20:56:29.893Z | Compiling ed25519-dalek v2.1.1 |
1522 | 2024-12-18T20:56:30.152Z | Compiling toml v0.7.8 |
1523 | 2024-12-18T20:56:31.287Z | Compiling zip v0.6.6 |
1524 | 2024-12-18T20:56:31.955Z | Compiling crossterm v0.28.1 |
1525 | 2024-12-18T20:56:32.988Z | Compiling hex v0.4.3 |
1526 | 2024-12-18T20:56:33.135Z | Compiling x509-cert v0.2.5 |
1527 | 2024-12-18T20:56:33.337Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-12-18T20:56:33.428Z | Compiling peg-runtime v0.8.3 |
1529 | 2024-12-18T20:56:33.604Z | Compiling unicode-xid v0.2.6 |
1530 | 2024-12-18T20:56:33.683Z | Compiling strum_macros v0.26.4 |
1531 | 2024-12-18T20:56:33.780Z | Compiling xattr v1.3.1 |
1532 | 2024-12-18T20:56:34.044Z | Compiling filetime v0.2.25 |
1533 | 2024-12-18T20:56:34.354Z | Compiling tar v0.4.42 |
1534 | 2024-12-18T20:56:38.793Z | Compiling strum v0.26.3 |
1535 | 2024-12-18T20:56:41.582Z | Compiling aws-lc-sys v0.22.0 |
1536 | 2024-12-18T20:57:15.862Z | Compiling rustls-webpki v0.102.8 |
1537 | 2024-12-18T20:57:19.104Z | Compiling tokio-rustls v0.25.0 |
1538 | 2024-12-18T20:57:20.735Z | Compiling tokio-rustls v0.26.0 |
1539 | 2024-12-18T20:57:21.135Z | Compiling hyper-rustls v0.27.3 |
1540 | 2024-12-18T20:57:21.422Z | Compiling reqwest v0.12.9 |
1541 | 2024-12-18T20:57:22.610Z | Compiling qorb v0.2.1 |
1542 | 2024-12-18T20:57:27.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1543 | 2024-12-18T20:57:27.478Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1544 | 2024-12-18T20:57:33.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1545 | 2024-12-18T20:57:33.191Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1546 | 2024-12-18T20:57:33.237Z | Dec 18 20:57:31.525 INFO Starting download, target: Cockroach |
1547 | 2024-12-18T20:57:33.237Z | Dec 18 20:57:31.525 INFO Starting download, target: Console |
1548 | 2024-12-18T20:57:33.237Z | Dec 18 20:57:31.525 INFO Starting download, target: Clickhouse |
1549 | 2024-12-18T20:57:33.237Z | Dec 18 20:57:31.525 INFO Starting download, target: DendriteOpenapi |
1550 | 2024-12-18T20:57:33.237Z | Dec 18 20:57:31.525 INFO Starting download, target: DendriteStub |
1551 | 2024-12-18T20:57:33.240Z | Dec 18 20:57:31.525 INFO Starting download, target: MaghemiteMgd |
1552 | 2024-12-18T20:57:33.240Z | Dec 18 20:57:31.525 INFO Starting download, target: TransceiverControl |
1553 | 2024-12-18T20:57:33.240Z | Dec 18 20:57:31.526 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2024-12-18T20:57:33.240Z | Dec 18 20:57:31.526 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-12-18T20:57:33.240Z | Dec 18 20:57:31.526 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-12-18T20:57:33.241Z | Dec 18 20:57:31.526 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1557 | 2024-12-18T20:57:33.241Z | Dec 18 20:57:31.526 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-18T20:57:33.241Z | Dec 18 20:57:31.526 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2024-12-18T20:57:33.241Z | Dec 18 20:57:31.526 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2024-12-18T20:57:33.425Z | Dec 18 20:57:31.711 INFO Download complete, target: DendriteOpenapi |
1561 | 2024-12-18T20:57:33.767Z | Dec 18 20:57:32.054 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2024-12-18T20:57:33.772Z | Dec 18 20:57:32.058 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1563 | 2024-12-18T20:57:34.079Z | Dec 18 20:57:32.342 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1564 | 2024-12-18T20:57:34.115Z | Dec 18 20:57:32.371 INFO Download complete, target: Console |
1565 | 2024-12-18T20:57:34.405Z | Dec 18 20:57:32.685 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2024-12-18T20:57:34.456Z | Dec 18 20:57:32.712 INFO Download complete, target: TransceiverControl |
1567 | 2024-12-18T20:57:35.182Z | Dec 18 20:57:33.411 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1568 | 2024-12-18T20:57:36.567Z | Dec 18 20:57:34.842 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1569 | 2024-12-18T20:57:36.568Z | Dec 18 20:57:34.842 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1570 | 2024-12-18T20:57:36.898Z | Dec 18 20:57:35.184 INFO Download complete, target: DendriteStub |
1571 | 2024-12-18T20:57:37.215Z | Dec 18 20:57:35.501 INFO Download complete, target: MaghemiteMgd |
1572 | 2024-12-18T20:57:43.605Z | Dec 18 20:57:41.887 INFO Checking that binary works, target: Cockroach |
1573 | 2024-12-18T20:57:43.760Z | Dec 18 20:57:42.042 INFO Download complete, target: Cockroach |
1574 | 2024-12-18T20:57:47.283Z | Dec 18 20:57:45.564 INFO Checking that binary works, target: Clickhouse |
1575 | 2024-12-18T20:57:48.011Z | Dec 18 20:57:46.291 INFO Download complete, target: Clickhouse |
1576 | 2024-12-18T20:57:48.142Z | All builder prerequisites installed successfully, and PATH looks valid |
1577 | 2024-12-18T20:57:48.145Z | |
1578 | 2024-12-18T20:57:48.145Z | real 5:21.260481940 |
1579 | 2024-12-18T20:57:48.145Z | user 16:09.471232978 |
1580 | 2024-12-18T20:57:48.145Z | sys 3:08.124619155 |
1581 | 2024-12-18T20:57:48.146Z | trap 0.504652748 |
1582 | 2024-12-18T20:57:48.146Z | tflt 7.105485645 |
1583 | 2024-12-18T20:57:48.146Z | dflt 7.458903943 |
1584 | 2024-12-18T20:57:48.146Z | kflt 0.461415582 |
1585 | 2024-12-18T20:57:48.146Z | lock 29:07.743910339 |
1586 | 2024-12-18T20:57:48.146Z | slp 1:02:31.429140820 |
1587 | 2024-12-18T20:57:48.146Z | lat 51.572736768 |
1588 | 2024-12-18T20:57:48.146Z | stop 2:10.530809614 |
1589 | 2024-12-18T20:57:48.146Z | + banner hack-check |
1590 | 2024-12-18T20:57:48.146Z | |
1591 | 2024-12-18T20:57:48.146Z | # # ## #### # # #### # # ###### #### # # |
1592 | 2024-12-18T20:57:48.146Z | # # # # # # # # # # # # # # # # # |
1593 | 2024-12-18T20:57:48.146Z | ###### # # # #### ##### # ###### ##### # #### |
1594 | 2024-12-18T20:57:48.146Z | # # ###### # # # # # # # # # # |
1595 | 2024-12-18T20:57:48.146Z | # # # # # # # # # # # # # # # # # |
1596 | 2024-12-18T20:57:48.146Z | # # # # #### # # #### # # ###### #### # # |
1597 | 2024-12-18T20:57:48.146Z | |
1598 | 2024-12-18T20:57:48.149Z | + export CARGO_INCREMENTAL=0 |
1599 | 2024-12-18T20:57:48.149Z | + CARGO_INCREMENTAL=0 |
1600 | 2024-12-18T20:57:48.149Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1601 | 2024-12-18T20:57:48.657Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1602 | 2024-12-18T20:57:52.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
1603 | 2024-12-18T20:57:52.113Z | Running `target/debug/xtask check-features --ci` |
1604 | 2024-12-18T20:57:52.131Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1605 | 2024-12-18T20:57:52.131Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1606 | 2024-12-18T20:57:52.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1607 | 2024-12-18T20:57:52.575Z | Running `target/debug/xtask download cargo-hack` |
1608 | 2024-12-18T20:57:53.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1609 | 2024-12-18T20:57:53.707Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1610 | 2024-12-18T20:57:58.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
1611 | 2024-12-18T20:57:58.681Z | Running `target/debug/xtask-downloader cargo-hack` |
1612 | 2024-12-18T20:57:58.713Z | Dec 18 20:57:56.988 INFO Starting download, target: CargoHack |
1613 | 2024-12-18T20:57:58.717Z | Dec 18 20:57:56.989 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1614 | 2024-12-18T20:57:59.390Z | Dec 18 20:57:57.665 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1615 | 2024-12-18T20:57:59.478Z | Dec 18 20:57:57.753 INFO Download complete, target: CargoHack |
1616 | 2024-12-18T20:57:59.481Z | 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" |
1617 | 2024-12-18T20:57:59.497Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1618 | 2024-12-18T20:57:59.657Z | info: running `cargo check --bins` on api_identity (1/174) |
1619 | 2024-12-18T20:58:00.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-12-18T20:58:00.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-12-18T20:58:00.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-12-18T20:58:00.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1623 | 2024-12-18T20:58:00.248Z | |
1624 | 2024-12-18T20:58:00.248Z | info: running `cargo check --bins` on bootstore (2/174) |
1625 | 2024-12-18T20:58:00.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-12-18T20:58:00.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-12-18T20:58:00.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-12-18T20:58:00.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1629 | 2024-12-18T20:58:00.853Z | |
1630 | 2024-12-18T20:58:00.853Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1631 | 2024-12-18T20:58:01.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-12-18T20:58:01.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-12-18T20:58:01.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-12-18T20:58:01.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1635 | 2024-12-18T20:58:01.428Z | |
1636 | 2024-12-18T20:58:01.428Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1637 | 2024-12-18T20:58:01.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-12-18T20:58:01.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-12-18T20:58:01.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-12-18T20:58:01.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1641 | 2024-12-18T20:58:02.009Z | |
1642 | 2024-12-18T20:58:02.009Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1643 | 2024-12-18T20:58:02.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-12-18T20:58:02.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-12-18T20:58:02.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-12-18T20:58:02.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1647 | 2024-12-18T20:58:02.396Z | |
1648 | 2024-12-18T20:58:02.396Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1649 | 2024-12-18T20:58:02.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-12-18T20:58:02.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-12-18T20:58:02.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-12-18T20:58:02.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1653 | 2024-12-18T20:58:02.787Z | |
1654 | 2024-12-18T20:58:02.787Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1655 | 2024-12-18T20:58:03.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-12-18T20:58:03.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-12-18T20:58:03.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-12-18T20:58:03.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1659 | 2024-12-18T20:58:03.176Z | |
1660 | 2024-12-18T20:58:03.176Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1661 | 2024-12-18T20:58:03.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-12-18T20:58:03.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-12-18T20:58:03.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-12-18T20:58:03.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1665 | 2024-12-18T20:58:03.575Z | |
1666 | 2024-12-18T20:58:03.575Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1667 | 2024-12-18T20:58:03.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-12-18T20:58:03.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-12-18T20:58:03.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-12-18T20:58:03.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1671 | 2024-12-18T20:58:03.974Z | |
1672 | 2024-12-18T20:58:03.975Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1673 | 2024-12-18T20:58:04.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-12-18T20:58:04.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-12-18T20:58:04.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-12-18T20:58:04.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1677 | 2024-12-18T20:58:04.373Z | |
1678 | 2024-12-18T20:58:04.373Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1679 | 2024-12-18T20:58:04.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-12-18T20:58:04.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-12-18T20:58:04.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-12-18T20:58:04.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1683 | 2024-12-18T20:58:04.768Z | |
1684 | 2024-12-18T20:58:04.768Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1685 | 2024-12-18T20:58:05.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-12-18T20:58:05.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-12-18T20:58:05.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-12-18T20:58:05.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1689 | 2024-12-18T20:58:05.169Z | |
1690 | 2024-12-18T20:58:05.169Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1691 | 2024-12-18T20:58:05.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-12-18T20:58:05.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-12-18T20:58:05.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-12-18T20:58:05.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1695 | 2024-12-18T20:58:05.568Z | |
1696 | 2024-12-18T20:58:05.569Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1697 | 2024-12-18T20:58:05.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-12-18T20:58:05.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-12-18T20:58:05.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-12-18T20:58:05.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1701 | 2024-12-18T20:58:05.964Z | |
1702 | 2024-12-18T20:58:05.964Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1703 | 2024-12-18T20:58:06.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-12-18T20:58:06.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-12-18T20:58:06.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-12-18T20:58:06.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1707 | 2024-12-18T20:58:06.360Z | |
1708 | 2024-12-18T20:58:06.360Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1709 | 2024-12-18T20:58:06.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-12-18T20:58:06.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-12-18T20:58:06.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-12-18T20:58:06.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1713 | 2024-12-18T20:58:06.755Z | |
1714 | 2024-12-18T20:58:06.755Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1715 | 2024-12-18T20:58:07.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-12-18T20:58:07.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-12-18T20:58:07.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-12-18T20:58:07.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1719 | 2024-12-18T20:58:07.147Z | |
1720 | 2024-12-18T20:58:07.147Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1721 | 2024-12-18T20:58:07.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-12-18T20:58:07.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-12-18T20:58:07.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-12-18T20:58:07.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1725 | 2024-12-18T20:58:07.546Z | |
1726 | 2024-12-18T20:58:07.546Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1727 | 2024-12-18T20:58:07.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-12-18T20:58:07.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-12-18T20:58:07.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-12-18T20:58:07.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1731 | 2024-12-18T20:58:07.953Z | |
1732 | 2024-12-18T20:58:07.953Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1733 | 2024-12-18T20:58:08.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-12-18T20:58:08.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-12-18T20:58:08.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-12-18T20:58:08.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1737 | 2024-12-18T20:58:08.354Z | |
1738 | 2024-12-18T20:58:08.354Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1739 | 2024-12-18T20:58:08.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-12-18T20:58:08.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-12-18T20:58:08.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-12-18T20:58:08.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1743 | 2024-12-18T20:58:08.756Z | |
1744 | 2024-12-18T20:58:08.756Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1745 | 2024-12-18T20:58:09.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-12-18T20:58:09.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-12-18T20:58:09.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-12-18T20:58:09.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1749 | 2024-12-18T20:58:09.161Z | |
1750 | 2024-12-18T20:58:09.161Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1751 | 2024-12-18T20:58:09.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-12-18T20:58:09.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-12-18T20:58:09.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-12-18T20:58:09.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1755 | 2024-12-18T20:58:09.567Z | |
1756 | 2024-12-18T20:58:09.567Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1757 | 2024-12-18T20:58:09.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-12-18T20:58:09.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-12-18T20:58:09.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-12-18T20:58:09.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1761 | 2024-12-18T20:58:09.963Z | |
1762 | 2024-12-18T20:58:09.963Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1763 | 2024-12-18T20:58:10.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-12-18T20:58:10.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-12-18T20:58:10.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-12-18T20:58:10.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1767 | 2024-12-18T20:58:10.563Z | |
1768 | 2024-12-18T20:58:10.563Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1769 | 2024-12-18T20:58:11.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-12-18T20:58:11.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-12-18T20:58:11.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-12-18T20:58:11.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1773 | 2024-12-18T20:58:11.161Z | |
1774 | 2024-12-18T20:58:11.161Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1775 | 2024-12-18T20:58:11.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-12-18T20:58:11.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-12-18T20:58:11.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2024-12-18T20:58:11.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1779 | 2024-12-18T20:58:11.761Z | |
1780 | 2024-12-18T20:58:11.761Z | info: running `cargo check --bins` on oxlog (28/174) |
1781 | 2024-12-18T20:58:12.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-12-18T20:58:12.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-12-18T20:58:12.346Z | Checking cfg-if v1.0.0 |
1784 | 2024-12-18T20:58:12.442Z | Checking libc v0.2.162 |
1785 | 2024-12-18T20:58:12.450Z | Checking serde v1.0.215 |
1786 | 2024-12-18T20:58:12.453Z | Checking zeroize v1.8.1 |
1787 | 2024-12-18T20:58:12.465Z | Checking memchr v2.7.4 |
1788 | 2024-12-18T20:58:12.467Z | Checking typenum v1.17.0 |
1789 | 2024-12-18T20:58:12.474Z | Checking scopeguard v1.2.0 |
1790 | 2024-12-18T20:58:12.494Z | Checking subtle v2.6.1 |
1791 | 2024-12-18T20:58:12.507Z | Checking value-bag v1.9.0 |
1792 | 2024-12-18T20:58:12.613Z | Checking lock_api v0.4.12 |
1793 | 2024-12-18T20:58:12.698Z | Checking smallvec v1.13.2 |
1794 | 2024-12-18T20:58:12.739Z | Checking itoa v1.0.11 |
1795 | 2024-12-18T20:58:12.892Z | Checking log v0.4.22 |
1796 | 2024-12-18T20:58:12.944Z | Checking const-oid v0.9.6 |
1797 | 2024-12-18T20:58:13.004Z | Checking pin-project-lite v0.2.14 |
1798 | 2024-12-18T20:58:13.044Z | Checking byteorder v1.5.0 |
1799 | 2024-12-18T20:58:13.140Z | Checking futures-core v0.3.31 |
1800 | 2024-12-18T20:58:13.324Z | Checking once_cell v1.20.2 |
1801 | 2024-12-18T20:58:13.339Z | Checking cpufeatures v0.2.14 |
1802 | 2024-12-18T20:58:13.398Z | Checking futures-sink v0.3.31 |
1803 | 2024-12-18T20:58:13.416Z | Checking stable_deref_trait v1.2.0 |
1804 | 2024-12-18T20:58:13.443Z | Checking spin v0.9.8 |
1805 | 2024-12-18T20:58:13.510Z | Checking zerocopy v0.7.35 |
1806 | 2024-12-18T20:58:13.535Z | Checking slab v0.4.9 |
1807 | 2024-12-18T20:58:13.566Z | Checking getrandom v0.2.15 |
1808 | 2024-12-18T20:58:13.602Z | Checking parking_lot_core v0.9.10 |
1809 | 2024-12-18T20:58:13.730Z | Checking generic-array v0.14.7 |
1810 | 2024-12-18T20:58:13.777Z | Checking rand_core v0.6.4 |
1811 | 2024-12-18T20:58:13.791Z | Checking signal-hook-registry v1.4.2 |
1812 | 2024-12-18T20:58:13.794Z | Checking mio v1.0.2 |
1813 | 2024-12-18T20:58:13.920Z | Checking parking_lot v0.12.3 |
1814 | 2024-12-18T20:58:14.022Z | Checking socket2 v0.5.8 |
1815 | 2024-12-18T20:58:14.072Z | Checking zerofrom v0.1.4 |
1816 | 2024-12-18T20:58:14.259Z | Checking futures-channel v0.3.31 |
1817 | 2024-12-18T20:58:14.295Z | Checking yoke v0.7.4 |
1818 | 2024-12-18T20:58:14.412Z | Checking foldhash v0.1.3 |
1819 | 2024-12-18T20:58:14.484Z | Checking pin-utils v0.1.0 |
1820 | 2024-12-18T20:58:14.567Z | Checking allocator-api2 v0.2.18 |
1821 | 2024-12-18T20:58:14.604Z | Checking equivalent v1.0.1 |
1822 | 2024-12-18T20:58:14.619Z | Checking futures-io v0.3.31 |
1823 | 2024-12-18T20:58:14.621Z | Checking futures-task v0.3.31 |
1824 | 2024-12-18T20:58:14.702Z | Checking zerovec v0.10.4 |
1825 | 2024-12-18T20:58:14.746Z | Checking ryu v1.0.18 |
1826 | 2024-12-18T20:58:14.793Z | Checking tinyvec_macros v0.1.1 |
1827 | 2024-12-18T20:58:14.836Z | Checking futures-util v0.3.31 |
1828 | 2024-12-18T20:58:14.857Z | Checking crypto-common v0.1.6 |
1829 | 2024-12-18T20:58:14.870Z | Checking block-buffer v0.10.4 |
1830 | 2024-12-18T20:58:14.882Z | Checking block-padding v0.3.3 |
1831 | 2024-12-18T20:58:14.964Z | Checking tinyvec v1.8.0 |
1832 | 2024-12-18T20:58:15.032Z | Checking fnv v1.0.7 |
1833 | 2024-12-18T20:58:15.072Z | Checking inout v0.1.3 |
1834 | 2024-12-18T20:58:15.092Z | Checking digest v0.10.7 |
1835 | 2024-12-18T20:58:15.146Z | Checking libm v0.2.8 |
1836 | 2024-12-18T20:58:15.191Z | Checking hashbrown v0.15.1 |
1837 | 2024-12-18T20:58:15.302Z | Checking cipher v0.4.4 |
1838 | 2024-12-18T20:58:15.457Z | Checking hmac v0.12.1 |
1839 | 2024-12-18T20:58:15.669Z | Checking sha2 v0.10.8 |
1840 | 2024-12-18T20:58:15.683Z | Checking unicode-bidi v0.3.17 |
1841 | 2024-12-18T20:58:16.082Z | Checking base64ct v1.6.0 |
1842 | 2024-12-18T20:58:16.245Z | Checking writeable v0.5.5 |
1843 | 2024-12-18T20:58:16.272Z | Checking litemap v0.7.3 |
1844 | 2024-12-18T20:58:16.285Z | Checking unicode-normalization v0.1.24 |
1845 | 2024-12-18T20:58:16.309Z | Checking num-traits v0.2.19 |
1846 | 2024-12-18T20:58:16.366Z | Checking tinystr v0.7.6 |
1847 | 2024-12-18T20:58:16.484Z | Checking pem-rfc7468 v0.7.0 |
1848 | 2024-12-18T20:58:16.535Z | Checking ppv-lite86 v0.2.20 |
1849 | 2024-12-18T20:58:16.614Z | Checking flagset v0.4.6 |
1850 | 2024-12-18T20:58:16.727Z | Checking icu_locid v1.5.0 |
1851 | 2024-12-18T20:58:16.742Z | Checking tracing-core v0.1.32 |
1852 | 2024-12-18T20:58:16.794Z | Checking der v0.7.9 |
1853 | 2024-12-18T20:58:17.174Z | Checking thiserror v1.0.69 |
1854 | 2024-12-18T20:58:17.306Z | Checking icu_locid_transform_data v1.5.0 |
1855 | 2024-12-18T20:58:17.325Z | Checking rand_chacha v0.3.1 |
1856 | 2024-12-18T20:58:17.388Z | Checking percent-encoding v2.3.1 |
1857 | 2024-12-18T20:58:17.404Z | Checking bytes v1.8.0 |
1858 | 2024-12-18T20:58:17.404Z | Checking indexmap v2.6.0 |
1859 | 2024-12-18T20:58:17.579Z | Checking serde_json v1.0.132 |
1860 | 2024-12-18T20:58:17.706Z | Checking bitflags v2.6.0 |
1861 | 2024-12-18T20:58:17.708Z | Checking icu_provider v1.5.0 |
1862 | 2024-12-18T20:58:18.003Z | Checking rustls-pki-types v1.10.0 |
1863 | 2024-12-18T20:58:18.047Z | Checking rand v0.8.5 |
1864 | 2024-12-18T20:58:18.237Z | Checking tokio v1.40.0 |
1865 | 2024-12-18T20:58:18.335Z | Checking http v1.1.0 |
1866 | 2024-12-18T20:58:18.560Z | Checking icu_locid_transform v1.5.0 |
1867 | 2024-12-18T20:58:18.616Z | Checking spki v0.7.3 |
1868 | 2024-12-18T20:58:18.664Z | Checking tracing v0.1.40 |
1869 | 2024-12-18T20:58:18.883Z | Checking icu_collections v1.5.0 |
1870 | 2024-12-18T20:58:19.012Z | Checking salsa20 v0.10.2 |
1871 | 2024-12-18T20:58:19.214Z | Checking pbkdf2 v0.12.2 |
1872 | 2024-12-18T20:58:19.280Z | Checking aws-lc-sys v0.22.0 |
1873 | 2024-12-18T20:58:19.369Z | Checking httparse v1.9.5 |
1874 | 2024-12-18T20:58:19.397Z | Checking icu_properties_data v1.5.0 |
1875 | 2024-12-18T20:58:19.519Z | Checking mirai-annotations v1.12.0 |
1876 | 2024-12-18T20:58:19.531Z | Checking untrusted v0.9.0 |
1877 | 2024-12-18T20:58:19.622Z | Checking untrusted v0.7.1 |
1878 | 2024-12-18T20:58:19.625Z | Checking powerfmt v0.2.0 |
1879 | 2024-12-18T20:58:19.669Z | Checking ring v0.17.8 |
1880 | 2024-12-18T20:58:19.683Z | Checking icu_properties v1.5.1 |
1881 | 2024-12-18T20:58:19.776Z | Checking scrypt v0.11.0 |
1882 | 2024-12-18T20:58:19.791Z | Checking cbc v0.1.2 |
1883 | 2024-12-18T20:58:19.837Z | Checking aes v0.8.4 |
1884 | 2024-12-18T20:58:19.877Z | Checking deranged v0.3.11 |
1885 | 2024-12-18T20:58:19.980Z | Checking crossbeam-utils v0.8.20 |
1886 | 2024-12-18T20:58:19.994Z | Checking num-conv v0.1.0 |
1887 | 2024-12-18T20:58:20.233Z | Checking time-core v0.1.2 |
1888 | 2024-12-18T20:58:20.387Z | Checking atomic-waker v1.1.2 |
1889 | 2024-12-18T20:58:20.516Z | Checking num_threads v0.1.7 |
1890 | 2024-12-18T20:58:20.626Z | Checking write16 v1.0.0 |
1891 | 2024-12-18T20:58:20.699Z | Checking icu_normalizer_data v1.5.0 |
1892 | 2024-12-18T20:58:20.742Z | Checking utf16_iter v1.0.5 |
1893 | 2024-12-18T20:58:20.760Z | Checking utf8_iter v1.0.4 |
1894 | 2024-12-18T20:58:20.797Z | Checking pkcs5 v0.7.1 |
1895 | 2024-12-18T20:58:20.896Z | Checking http-body v1.0.1 |
1896 | 2024-12-18T20:58:20.944Z | Checking form_urlencoded v1.2.1 |
1897 | 2024-12-18T20:58:21.081Z | Checking try-lock v0.2.5 |
1898 | 2024-12-18T20:58:21.145Z | Checking httpdate v1.0.3 |
1899 | 2024-12-18T20:58:21.212Z | Checking want v0.3.1 |
1900 | 2024-12-18T20:58:21.307Z | Checking pkcs8 v0.10.2 |
1901 | 2024-12-18T20:58:21.368Z | Checking unicode-ident v1.0.13 |
1902 | 2024-12-18T20:58:21.385Z | Checking uuid v1.11.0 |
1903 | 2024-12-18T20:58:21.499Z | Checking serde_spanned v0.6.8 |
1904 | 2024-12-18T20:58:21.526Z | Checking proc-macro2 v1.0.89 |
1905 | 2024-12-18T20:58:21.586Z | Checking toml_datetime v0.6.8 |
1906 | 2024-12-18T20:58:21.600Z | Checking time v0.3.36 |
1907 | 2024-12-18T20:58:21.667Z | Checking slog v2.7.0 |
1908 | 2024-12-18T20:58:21.782Z | Checking aws-lc-rs v1.10.0 |
1909 | 2024-12-18T20:58:21.856Z | Checking scroll v0.12.0 |
1910 | 2024-12-18T20:58:22.000Z | Checking adler2 v2.0.0 |
1911 | 2024-12-18T20:58:22.124Z | Checking match_cfg v0.1.0 |
1912 | 2024-12-18T20:58:22.143Z | Checking base64 v0.22.1 |
1913 | 2024-12-18T20:58:22.166Z | Checking iana-time-zone v0.1.61 |
1914 | 2024-12-18T20:58:22.206Z | Checking foreign-types-shared v0.1.1 |
1915 | 2024-12-18T20:58:22.306Z | Checking plain v0.2.3 |
1916 | 2024-12-18T20:58:22.308Z | Checking tower-service v0.3.3 |
1917 | 2024-12-18T20:58:22.334Z | Checking ucd-trie v0.1.7 |
1918 | 2024-12-18T20:58:22.433Z | Checking foreign-types v0.3.2 |
1919 | 2024-12-18T20:58:22.454Z | Checking goblin v0.8.2 |
1920 | 2024-12-18T20:58:22.519Z | Checking chrono v0.4.38 |
1921 | 2024-12-18T20:58:22.533Z | Checking pest v2.7.14 |
1922 | 2024-12-18T20:58:22.589Z | Checking hostname v0.3.1 |
1923 | 2024-12-18T20:58:22.708Z | Checking quote v1.0.37 |
1924 | 2024-12-18T20:58:22.988Z | Checking icu_normalizer v1.5.0 |
1925 | 2024-12-18T20:58:23.026Z | Checking miniz_oxide v0.8.0 |
1926 | 2024-12-18T20:58:23.682Z | Checking rustls-webpki v0.102.8 |
1927 | 2024-12-18T20:58:23.775Z | Checking openssl-sys v0.9.103 |
1928 | 2024-12-18T20:58:23.804Z | Checking idna_adapter v1.2.0 |
1929 | 2024-12-18T20:58:23.991Z | Checking idna v1.0.3 |
1930 | 2024-12-18T20:58:24.070Z | Checking dirs-sys-next v0.1.2 |
1931 | 2024-12-18T20:58:24.241Z | Checking errno v0.3.9 |
1932 | 2024-12-18T20:58:24.389Z | Checking aho-corasick v1.1.3 |
1933 | 2024-12-18T20:58:24.405Z | Checking regex-syntax v0.8.5 |
1934 | 2024-12-18T20:58:24.474Z | Checking url v2.5.3 |
1935 | 2024-12-18T20:58:24.531Z | Checking siphasher v0.3.11 |
1936 | 2024-12-18T20:58:24.841Z | Checking data-encoding v2.6.0 |
1937 | 2024-12-18T20:58:24.969Z | Checking pretty-hex v0.4.1 |
1938 | 2024-12-18T20:58:25.051Z | Checking openssl v0.10.66 |
1939 | 2024-12-18T20:58:25.138Z | Checking dtrace-parser v0.2.0 |
1940 | 2024-12-18T20:58:25.291Z | Checking rustix v0.38.37 |
1941 | 2024-12-18T20:58:25.461Z | Checking tokio-util v0.7.12 |
1942 | 2024-12-18T20:58:25.538Z | Checking dirs-next v2.0.0 |
1943 | 2024-12-18T20:58:25.581Z | Checking syn v2.0.87 |
1944 | 2024-12-18T20:58:25.663Z | Checking http-body-util v0.1.2 |
1945 | 2024-12-18T20:58:26.069Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2024-12-18T20:58:26.086Z | Checking signature v2.2.0 |
1947 | 2024-12-18T20:58:26.272Z | Checking sha1 v0.10.6 |
1948 | 2024-12-18T20:58:26.351Z | Checking h2 v0.4.6 |
1949 | 2024-12-18T20:58:26.481Z | Checking lazy_static v1.5.0 |
1950 | 2024-12-18T20:58:26.531Z | Checking thread_local v1.1.8 |
1951 | 2024-12-18T20:58:26.596Z | Checking thread-id v4.2.2 |
1952 | 2024-12-18T20:58:26.692Z | Checking encoding_rs v0.8.34 |
1953 | 2024-12-18T20:58:26.811Z | Checking gimli v0.31.1 |
1954 | 2024-12-18T20:58:27.262Z | Checking dof v0.3.0 |
1955 | 2024-12-18T20:58:27.616Z | Checking regex-automata v0.4.8 |
1956 | 2024-12-18T20:58:27.840Z | Checking anstyle v1.0.10 |
1957 | 2024-12-18T20:58:28.166Z | Checking mime v0.3.17 |
1958 | 2024-12-18T20:58:28.471Z | Checking unicode-properties v0.1.3 |
1959 | 2024-12-18T20:58:28.832Z | Checking openssl-probe v0.1.5 |
1960 | 2024-12-18T20:58:28.851Z | Checking utf8parse v0.2.2 |
1961 | 2024-12-18T20:58:28.964Z | Checking winnow v0.6.20 |
1962 | 2024-12-18T20:58:28.978Z | Checking ipnet v2.10.1 |
1963 | 2024-12-18T20:58:28.992Z | Checking anstyle-parse v0.2.5 |
1964 | 2024-12-18T20:58:29.255Z | Checking stringprep v0.1.5 |
1965 | 2024-12-18T20:58:29.457Z | Checking crossbeam-deque v0.8.5 |
1966 | 2024-12-18T20:58:29.525Z | Checking term v0.7.0 |
1967 | 2024-12-18T20:58:29.766Z | Checking rustls v0.22.4 |
1968 | 2024-12-18T20:58:29.975Z | Checking rustls v0.23.19 |
1969 | 2024-12-18T20:58:30.481Z | Checking native-tls v0.2.12 |
1970 | 2024-12-18T20:58:30.654Z | Checking addr2line v0.24.2 |
1971 | 2024-12-18T20:58:30.782Z | Checking slog-json v2.6.1 |
1972 | 2024-12-18T20:58:31.033Z | Checking serde_urlencoded v0.7.1 |
1973 | 2024-12-18T20:58:31.173Z | Checking crossbeam-channel v0.5.13 |
1974 | 2024-12-18T20:58:31.450Z | Checking futures-executor v0.3.31 |
1975 | 2024-12-18T20:58:31.661Z | Checking rustls-pemfile v2.2.0 |
1976 | 2024-12-18T20:58:31.849Z | Checking num-integer v0.1.46 |
1977 | 2024-12-18T20:58:31.896Z | Checking idna v0.4.0 |
1978 | 2024-12-18T20:58:31.912Z | Checking usdt-impl v0.5.0 |
1979 | 2024-12-18T20:58:31.957Z | Checking toml_edit v0.22.22 |
1980 | 2024-12-18T20:58:32.155Z | Checking idna v0.3.0 |
1981 | 2024-12-18T20:58:32.239Z | Checking hyper v1.5.0 |
1982 | 2024-12-18T20:58:32.317Z | Checking md-5 v0.10.6 |
1983 | 2024-12-18T20:58:32.410Z | Checking ff v0.13.0 |
1984 | 2024-12-18T20:58:32.530Z | Checking is-terminal v0.4.13 |
1985 | 2024-12-18T20:58:32.615Z | Checking memmap v0.7.0 |
1986 | 2024-12-18T20:58:32.650Z | Checking hash32 v0.2.1 |
1987 | 2024-12-18T20:58:32.754Z | Checking object v0.36.5 |
1988 | 2024-12-18T20:58:32.800Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-12-18T20:58:32.954Z | Checking psl-types v2.0.11 |
1990 | 2024-12-18T20:58:32.958Z | Checking dyn-clone v1.0.17 |
1991 | 2024-12-18T20:58:33.094Z | Checking rustc-demangle v0.1.24 |
1992 | 2024-12-18T20:58:33.122Z | Checking either v1.13.0 |
1993 | 2024-12-18T20:58:33.368Z | Checking is_terminal_polyfill v1.70.1 |
1994 | 2024-12-18T20:58:33.384Z | Checking base16ct v0.2.0 |
1995 | 2024-12-18T20:58:33.478Z | Checking anstyle-query v1.1.1 |
1996 | 2024-12-18T20:58:33.492Z | Checking quick-error v1.2.3 |
1997 | 2024-12-18T20:58:33.507Z | Checking utf-8 v0.7.6 |
1998 | 2024-12-18T20:58:33.554Z | Checking take_mut v0.2.2 |
1999 | 2024-12-18T20:58:33.601Z | Checking linked-hash-map v0.5.6 |
2000 | 2024-12-18T20:58:33.616Z | Checking colorchoice v1.0.2 |
2001 | 2024-12-18T20:58:33.683Z | Checking slog-async v2.8.0 |
2002 | 2024-12-18T20:58:33.703Z | Checking tungstenite v0.24.0 |
2003 | 2024-12-18T20:58:33.729Z | Checking anstream v0.6.15 |
2004 | 2024-12-18T20:58:33.919Z | Checking lru-cache v0.1.2 |
2005 | 2024-12-18T20:58:33.963Z | Checking resolv-conf v0.7.0 |
2006 | 2024-12-18T20:58:34.084Z | Checking sec1 v0.7.3 |
2007 | 2024-12-18T20:58:34.099Z | Checking tokio-rustls v0.25.0 |
2008 | 2024-12-18T20:58:34.282Z | Checking hyper-util v0.1.10 |
2009 | 2024-12-18T20:58:34.296Z | Checking postgres-protocol v0.6.7 |
2010 | 2024-12-18T20:58:34.441Z | Checking publicsuffix v2.2.3 |
2011 | 2024-12-18T20:58:34.456Z | Checking schemars v0.8.21 |
2012 | 2024-12-18T20:58:34.504Z | Checking toml v0.8.19 |
2013 | 2024-12-18T20:58:34.583Z | Checking heapless v0.7.17 |
2014 | 2024-12-18T20:58:34.672Z | Checking usdt v0.5.0 |
2015 | 2024-12-18T20:58:34.929Z | Checking hickory-proto v0.24.1 |
2016 | 2024-12-18T20:58:34.945Z | Checking slog-term v2.9.1 |
2017 | 2024-12-18T20:58:35.214Z | Checking group v0.13.0 |
2018 | 2024-12-18T20:58:35.356Z | Checking tokio-rustls v0.26.0 |
2019 | 2024-12-18T20:58:35.437Z | Checking num-iter v0.1.45 |
2020 | 2024-12-18T20:58:35.473Z | Checking futures v0.3.31 |
2021 | 2024-12-18T20:58:35.572Z | Checking slog-bunyan v2.5.0 |
2022 | 2024-12-18T20:58:35.605Z | Checking tokio-native-tls v0.3.1 |
2023 | 2024-12-18T20:58:35.622Z | Checking rayon-core v1.12.1 |
2024 | 2024-12-18T20:58:35.727Z | Checking multer v3.1.0 |
2025 | 2024-12-18T20:58:35.740Z | Checking terminal_size v0.4.0 |
2026 | 2024-12-18T20:58:35.851Z | Checking phf_shared v0.11.2 |
2027 | 2024-12-18T20:58:35.896Z | Checking cookie v0.18.1 |
2028 | 2024-12-18T20:58:36.093Z | Checking async-stream v0.3.6 |
2029 | 2024-12-18T20:58:36.096Z | Checking bzip2-sys v0.1.11+1.0.8 |
2030 | 2024-12-18T20:58:36.135Z | Checking camino v1.1.9 |
2031 | 2024-12-18T20:58:36.214Z | Checking signal-hook v0.3.17 |
2032 | 2024-12-18T20:58:36.228Z | Checking waitgroup v0.1.2 |
2033 | 2024-12-18T20:58:36.269Z | Checking openapiv3 v2.0.0 |
2034 | 2024-12-18T20:58:36.283Z | Checking webpki-roots v0.26.6 |
2035 | 2024-12-18T20:58:36.332Z | Checking serde_path_to_error v0.1.16 |
2036 | 2024-12-18T20:58:36.349Z | Checking idna v0.5.0 |
2037 | 2024-12-18T20:58:36.469Z | Checking hkdf v0.12.4 |
2038 | 2024-12-18T20:58:36.534Z | Checking crypto-bigint v0.5.5 |
2039 | 2024-12-18T20:58:36.670Z | Checking hostname v0.4.0 |
2040 | 2024-12-18T20:58:36.684Z | Checking crc32fast v1.4.2 |
2041 | 2024-12-18T20:58:36.794Z | Checking clap_lex v0.7.2 |
2042 | 2024-12-18T20:58:36.906Z | Checking unicode-width v0.1.14 |
2043 | 2024-12-18T20:58:36.920Z | Checking winnow v0.5.40 |
2044 | 2024-12-18T20:58:37.039Z | Checking managed v0.8.0 |
2045 | 2024-12-18T20:58:37.170Z | Checking bitflags v1.3.2 |
2046 | 2024-12-18T20:58:37.268Z | Checking debug-ignore v1.0.5 |
2047 | 2024-12-18T20:58:37.364Z | Checking strsim v0.11.1 |
2048 | 2024-12-18T20:58:37.378Z | Checking smoltcp v0.9.1 |
2049 | 2024-12-18T20:58:37.396Z | Checking console v0.15.8 |
2050 | 2024-12-18T20:58:37.654Z | Checking clap_builder v4.5.21 |
2051 | 2024-12-18T20:58:37.970Z | Checking cookie_store v0.21.0 |
2052 | 2024-12-18T20:58:38.658Z | Checking flate2 v1.0.34 |
2053 | 2024-12-18T20:58:38.880Z | Checking signal-hook-mio v0.2.4 |
2054 | 2024-12-18T20:58:39.013Z | Checking hyper-rustls v0.27.3 |
2055 | 2024-12-18T20:58:39.171Z | Checking backtrace v0.3.74 |
2056 | 2024-12-18T20:58:39.306Z | Checking rayon v1.10.0 |
2057 | 2024-12-18T20:58:39.327Z | Checking elliptic-curve v0.13.8 |
2058 | 2024-12-18T20:58:39.362Z | Checking hyper-tls v0.6.0 |
2059 | 2024-12-18T20:58:39.613Z | Checking dropshot v0.12.0 |
2060 | 2024-12-18T20:58:39.629Z | Checking bzip2 v0.4.4 |
2061 | 2024-12-18T20:58:39.642Z | Checking hickory-resolver v0.24.1 |
2062 | 2024-12-18T20:58:39.707Z | Checking anyhow v1.0.93 |
2063 | 2024-12-18T20:58:39.904Z | Checking phf v0.11.2 |
2064 | 2024-12-18T20:58:39.954Z | Checking toml_edit v0.19.15 |
2065 | 2024-12-18T20:58:39.956Z | Checking num-bigint-dig v0.8.4 |
2066 | 2024-12-18T20:58:40.078Z | Checking postgres-types v0.2.8 |
2067 | 2024-12-18T20:58:40.174Z | Checking tokio-tungstenite v0.24.0 |
2068 | 2024-12-18T20:58:40.612Z | Checking bstr v1.10.0 |
2069 | 2024-12-18T20:58:40.669Z | Checking regex v1.11.1 |
2070 | 2024-12-18T20:58:40.813Z | Checking tokio-stream v0.1.16 |
2071 | 2024-12-18T20:58:41.265Z | Checking ed25519 v2.2.3 |
2072 | 2024-12-18T20:58:41.279Z | Checking phf_shared v0.10.0 |
2073 | 2024-12-18T20:58:41.554Z | Checking zerocopy v0.6.6 |
2074 | 2024-12-18T20:58:41.568Z | Checking curve25519-dalek v4.1.3 |
2075 | 2024-12-18T20:58:41.572Z | Checking pkcs1 v0.7.5 |
2076 | 2024-12-18T20:58:41.686Z | Checking hubpack v0.1.2 |
2077 | 2024-12-18T20:58:41.965Z | Checking portable-atomic v1.9.0 |
2078 | 2024-12-18T20:58:41.996Z | Checking float-cmp v0.9.0 |
2079 | 2024-12-18T20:58:42.114Z | Checking serde-big-array v0.5.1 |
2080 | 2024-12-18T20:58:42.168Z | Checking rfc6979 v0.4.0 |
2081 | 2024-12-18T20:58:42.304Z | Checking sync_wrapper v1.0.1 |
2082 | 2024-12-18T20:58:42.325Z | Checking precomputed-hash v0.1.1 |
2083 | 2024-12-18T20:58:42.344Z | Checking number_prefix v0.4.0 |
2084 | 2024-12-18T20:58:42.368Z | Checking unicode-width v0.2.0 |
2085 | 2024-12-18T20:58:42.426Z | Checking difflib v0.4.0 |
2086 | 2024-12-18T20:58:42.440Z | Checking bit-vec v0.6.3 |
2087 | 2024-12-18T20:58:42.520Z | Checking fixedbitset v0.4.2 |
2088 | 2024-12-18T20:58:42.727Z | Checking static_assertions v1.1.0 |
2089 | 2024-12-18T20:58:42.767Z | Checking whoami v1.5.2 |
2090 | 2024-12-18T20:58:42.802Z | Checking predicates-core v1.0.8 |
2091 | 2024-12-18T20:58:42.817Z | Checking minimal-lexical v0.2.1 |
2092 | 2024-12-18T20:58:42.831Z | Checking unicode-segmentation v1.12.0 |
2093 | 2024-12-18T20:58:42.972Z | Checking new_debug_unreachable v1.0.6 |
2094 | 2024-12-18T20:58:42.990Z | Checking normalize-line-endings v0.3.0 |
2095 | 2024-12-18T20:58:43.043Z | Checking tokio-postgres v0.7.12 |
2096 | 2024-12-18T20:58:43.056Z | Checking string_cache v0.8.7 |
2097 | 2024-12-18T20:58:43.094Z | Checking indicatif v0.17.9 |
2098 | 2024-12-18T20:58:43.108Z | Checking predicates v3.1.2 |
2099 | 2024-12-18T20:58:43.181Z | Checking nom v7.1.3 |
2100 | 2024-12-18T20:58:43.215Z | Checking qorb v0.2.1 |
2101 | 2024-12-18T20:58:43.312Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
2102 | 2024-12-18T20:58:43.397Z | Checking ed25519-dalek v2.1.1 |
2103 | 2024-12-18T20:58:43.484Z | Checking similar v2.6.0 |
2104 | 2024-12-18T20:58:43.760Z | Checking petgraph v0.6.5 |
2105 | 2024-12-18T20:58:43.797Z | Checking bit-set v0.5.3 |
2106 | 2024-12-18T20:58:43.838Z | Checking reqwest v0.12.9 |
2107 | 2024-12-18T20:58:44.050Z | Checking toml v0.7.8 |
2108 | 2024-12-18T20:58:44.311Z | Checking ecdsa v0.16.9 |
2109 | 2024-12-18T20:58:44.740Z | Checking rsa v0.9.6 |
2110 | 2024-12-18T20:58:45.031Z | Checking clap v4.5.21 |
2111 | 2024-12-18T20:58:45.156Z | Checking zip v0.6.6 |
2112 | 2024-12-18T20:58:45.645Z | Checking crossterm v0.28.1 |
2113 | 2024-12-18T20:58:45.770Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2114 | 2024-12-18T20:58:45.793Z | Checking itertools v0.10.5 |
2115 | 2024-12-18T20:58:45.796Z | Checking fs-err v2.11.0 |
2116 | 2024-12-18T20:58:45.822Z | Checking ahash v0.8.11 |
2117 | 2024-12-18T20:58:46.061Z | Checking x509-cert v0.2.5 |
2118 | 2024-12-18T20:58:46.103Z | Checking hex v0.4.3 |
2119 | 2024-12-18T20:58:46.349Z | Checking semver v1.0.23 |
2120 | 2024-12-18T20:58:46.364Z | Checking heck v0.4.1 |
2121 | 2024-12-18T20:58:46.562Z | Checking lalrpop-util v0.19.12 |
2122 | 2024-12-18T20:58:46.607Z | Checking peg-runtime v0.8.3 |
2123 | 2024-12-18T20:58:46.754Z | Checking sigpipe v0.1.3 |
2124 | 2024-12-18T20:58:48.148Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2125 | 2024-12-18T20:58:48.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.66s |
2126 | 2024-12-18T20:58:48.591Z | |
2127 | 2024-12-18T20:58:48.591Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2128 | 2024-12-18T20:58:49.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-12-18T20:58:49.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-12-18T20:58:49.213Z | Compiling hashbrown v0.14.5 |
2131 | 2024-12-18T20:58:49.328Z | Checking heck v0.5.0 |
2132 | 2024-12-18T20:58:49.338Z | Compiling unsafe-libyaml v0.2.11 |
2133 | 2024-12-18T20:58:49.348Z | Compiling ident_case v1.0.1 |
2134 | 2024-12-18T20:58:49.359Z | Checking progenitor-client v0.8.0 |
2135 | 2024-12-18T20:58:49.371Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2024-12-18T20:58:49.384Z | Compiling proc-macro-crate v1.3.1 |
2137 | 2024-12-18T20:58:49.481Z | Compiling darling_core v0.20.10 |
2138 | 2024-12-18T20:58:49.508Z | Checking ipnetwork v0.20.0 |
2139 | 2024-12-18T20:58:49.689Z | Compiling structmeta-derive v0.3.0 |
2140 | 2024-12-18T20:58:49.721Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2141 | 2024-12-18T20:58:49.872Z | Compiling newtype-uuid v1.1.3 |
2142 | 2024-12-18T20:58:50.028Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2143 | 2024-12-18T20:58:50.178Z | Compiling lzma-sys v0.1.20 |
2144 | 2024-12-18T20:58:50.376Z | Compiling foreign-types-macros v0.2.3 |
2145 | 2024-12-18T20:58:50.492Z | Checking regress v0.10.1 |
2146 | 2024-12-18T20:58:50.612Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2024-12-18T20:58:50.925Z | Compiling num_enum_derive v0.5.11 |
2148 | 2024-12-18T20:58:51.252Z | Compiling dropshot v0.13.0 |
2149 | 2024-12-18T20:58:51.540Z | Checking arc-swap v1.7.1 |
2150 | 2024-12-18T20:58:51.665Z | Checking foreign-types-shared v0.3.1 |
2151 | 2024-12-18T20:58:51.773Z | Checking foreign-types v0.5.0 |
2152 | 2024-12-18T20:58:51.952Z | Checking slog-scope v4.4.0 |
2153 | 2024-12-18T20:58:51.972Z | Compiling proc-macro-error v1.0.4 |
2154 | 2024-12-18T20:58:52.634Z | Compiling structmeta v0.3.0 |
2155 | 2024-12-18T20:58:52.649Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2156 | 2024-12-18T20:58:52.664Z | Checking tungstenite v0.21.0 |
2157 | 2024-12-18T20:58:52.750Z | Compiling heck v0.3.3 |
2158 | 2024-12-18T20:58:53.053Z | Compiling parse-display-derive v0.10.0 |
2159 | 2024-12-18T20:58:53.174Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2160 | 2024-12-18T20:58:53.440Z | Checking num_enum v0.5.11 |
2161 | 2024-12-18T20:58:53.589Z | Compiling dropshot_endpoint v0.13.0 |
2162 | 2024-12-18T20:58:53.604Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2163 | 2024-12-18T20:58:53.957Z | Checking cstr-argument v0.1.2 |
2164 | 2024-12-18T20:58:53.992Z | Checking typify-impl v0.2.0 |
2165 | 2024-12-18T20:58:54.331Z | Checking instant v0.1.13 |
2166 | 2024-12-18T20:58:54.443Z | Checking pretty-hex v0.2.1 |
2167 | 2024-12-18T20:58:54.595Z | Checking base64 v0.21.7 |
2168 | 2024-12-18T20:58:54.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2169 | 2024-12-18T20:58:55.067Z | Checking fastrand v2.1.1 |
2170 | 2024-12-18T20:58:55.211Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2171 | 2024-12-18T20:58:55.410Z | Checking tempfile v3.13.0 |
2172 | 2024-12-18T20:58:55.483Z | Checking backoff v0.4.0 |
2173 | 2024-12-18T20:58:55.534Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-12-18T20:58:55.674Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2175 | 2024-12-18T20:58:55.779Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2176 | 2024-12-18T20:58:55.794Z | Checking tokio-tungstenite v0.21.0 |
2177 | 2024-12-18T20:58:55.926Z | Checking strum v0.26.3 |
2178 | 2024-12-18T20:58:55.994Z | Compiling zone_cfg_derive v0.1.2 |
2179 | 2024-12-18T20:58:56.074Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2180 | 2024-12-18T20:58:56.299Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2181 | 2024-12-18T20:58:56.397Z | Compiling darling_macro v0.20.10 |
2182 | 2024-12-18T20:58:56.514Z | Checking slog-stdlog v4.1.1 |
2183 | 2024-12-18T20:58:56.661Z | Checking regress v0.9.1 |
2184 | 2024-12-18T20:58:56.691Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2185 | 2024-12-18T20:58:56.799Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2024-12-18T20:58:56.837Z | Checking colored v2.1.0 |
2187 | 2024-12-18T20:58:57.079Z | Checking macaddr v1.0.1 |
2188 | 2024-12-18T20:58:57.113Z | Checking base64 v0.13.1 |
2189 | 2024-12-18T20:58:57.315Z | Compiling darling v0.20.10 |
2190 | 2024-12-18T20:58:57.435Z | Compiling serde_with_macros v3.11.0 |
2191 | 2024-12-18T20:58:57.449Z | Checking zone v0.1.8 |
2192 | 2024-12-18T20:58:57.487Z | Checking ron v0.7.1 |
2193 | 2024-12-18T20:58:57.618Z | Checking parse-display v0.10.0 |
2194 | 2024-12-18T20:58:57.848Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2195 | 2024-12-18T20:58:58.100Z | Checking xz2 v0.1.7 |
2196 | 2024-12-18T20:58:58.312Z | Checking slog-envlogger v2.2.0 |
2197 | 2024-12-18T20:58:58.390Z | Checking tabwriter v1.4.0 |
2198 | 2024-12-18T20:58:58.537Z | Checking xattr v1.3.1 |
2199 | 2024-12-18T20:58:58.582Z | Checking pem v3.0.4 |
2200 | 2024-12-18T20:58:58.617Z | Checking yasna v0.5.2 |
2201 | 2024-12-18T20:58:58.727Z | Checking headers-core v0.3.0 |
2202 | 2024-12-18T20:58:58.823Z | Checking smf v0.2.3 |
2203 | 2024-12-18T20:58:58.862Z | Checking filetime v0.2.25 |
2204 | 2024-12-18T20:58:59.071Z | Checking same-file v1.0.6 |
2205 | 2024-12-18T20:58:59.243Z | Checking walkdir v2.5.0 |
2206 | 2024-12-18T20:58:59.259Z | Checking tar v0.4.42 |
2207 | 2024-12-18T20:58:59.290Z | Checking headers v0.4.0 |
2208 | 2024-12-18T20:58:59.493Z | Checking rcgen v0.12.1 |
2209 | 2024-12-18T20:58:59.518Z | Checking atomicwrites v0.4.4 |
2210 | 2024-12-18T20:58:59.710Z | Checking camino-tempfile v1.1.1 |
2211 | 2024-12-18T20:58:59.969Z | Checking subprocess v0.2.9 |
2212 | 2024-12-18T20:59:00.288Z | Checking serde_with v3.11.0 |
2213 | 2024-12-18T20:59:04.145Z | Compiling typify-macro v0.2.0 |
2214 | 2024-12-18T20:59:05.974Z | Compiling typify v0.2.0 |
2215 | 2024-12-18T20:59:06.038Z | Compiling progenitor-impl v0.8.0 |
2216 | 2024-12-18T20:59:09.096Z | Compiling progenitor-macro v0.8.0 |
2217 | 2024-12-18T20:59:13.716Z | Checking progenitor v0.8.0 |
2218 | 2024-12-18T20:59:13.863Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2219 | 2024-12-18T20:59:13.866Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2220 | 2024-12-18T20:59:16.439Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2221 | 2024-12-18T20:59:16.790Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2222 | 2024-12-18T20:59:22.731Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2223 | 2024-12-18T20:59:24.254Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-12-18T20:59:25.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.86s |
2225 | 2024-12-18T20:59:25.649Z | |
2226 | 2024-12-18T20:59:25.649Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2227 | 2024-12-18T20:59:26.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-12-18T20:59:26.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-12-18T20:59:26.268Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2230 | 2024-12-18T20:59:27.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
2231 | 2024-12-18T20:59:27.826Z | |
2232 | 2024-12-18T20:59:27.826Z | info: running `cargo check --bins` on nexus-config (31/174) |
2233 | 2024-12-18T20:59:28.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-12-18T20:59:28.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-12-18T20:59:28.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-12-18T20:59:28.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2237 | 2024-12-18T20:59:28.414Z | |
2238 | 2024-12-18T20:59:28.414Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2239 | 2024-12-18T20:59:28.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-12-18T20:59:28.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-12-18T20:59:28.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-12-18T20:59:28.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2243 | 2024-12-18T20:59:28.984Z | |
2244 | 2024-12-18T20:59:28.984Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2245 | 2024-12-18T20:59:29.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-18T20:59:29.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-18T20:59:29.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-12-18T20:59:29.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2249 | 2024-12-18T20:59:29.572Z | |
2250 | 2024-12-18T20:59:29.572Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2251 | 2024-12-18T20:59:30.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-12-18T20:59:30.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-12-18T20:59:30.222Z | Compiling zerocopy v0.8.10 |
2254 | 2024-12-18T20:59:30.222Z | Compiling progenitor-client v0.8.0 |
2255 | 2024-12-18T20:59:30.222Z | Compiling itertools v0.13.0 |
2256 | 2024-12-18T20:59:30.225Z | Compiling zerocopy-derive v0.8.10 |
2257 | 2024-12-18T20:59:30.225Z | Compiling heapless v0.8.0 |
2258 | 2024-12-18T20:59:30.225Z | Compiling newtype-uuid v1.1.3 |
2259 | 2024-12-18T20:59:30.225Z | Compiling ipnetwork v0.20.0 |
2260 | 2024-12-18T20:59:30.225Z | Checking hash32 v0.3.1 |
2261 | 2024-12-18T20:59:30.516Z | Compiling instant v0.1.13 |
2262 | 2024-12-18T20:59:30.613Z | Compiling smoltcp v0.11.0 |
2263 | 2024-12-18T20:59:30.653Z | Compiling progenitor v0.8.0 |
2264 | 2024-12-18T20:59:30.774Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2265 | 2024-12-18T20:59:30.909Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2266 | 2024-12-18T20:59:31.257Z | Compiling backoff v0.4.0 |
2267 | 2024-12-18T20:59:31.272Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2268 | 2024-12-18T20:59:31.351Z | Compiling dropshot v0.13.0 |
2269 | 2024-12-18T20:59:31.532Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2270 | 2024-12-18T20:59:31.597Z | Compiling parse-display v0.10.0 |
2271 | 2024-12-18T20:59:31.615Z | Compiling serde_with v3.11.0 |
2272 | 2024-12-18T20:59:31.701Z | Checking num-rational v0.4.2 |
2273 | 2024-12-18T20:59:32.064Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2274 | 2024-12-18T20:59:32.305Z | Compiling regress v0.9.1 |
2275 | 2024-12-18T20:59:32.349Z | Compiling phf_generator v0.11.2 |
2276 | 2024-12-18T20:59:32.532Z | Checking num-complex v0.4.6 |
2277 | 2024-12-18T20:59:33.399Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2278 | 2024-12-18T20:59:33.980Z | Compiling macaddr v1.0.1 |
2279 | 2024-12-18T20:59:34.402Z | Checking cobs v0.2.3 |
2280 | 2024-12-18T20:59:34.475Z | Compiling num v0.4.3 |
2281 | 2024-12-18T20:59:34.579Z | Checking postcard v1.0.10 |
2282 | 2024-12-18T20:59:34.697Z | Compiling phf_codegen v0.11.2 |
2283 | 2024-12-18T20:59:35.140Z | Compiling parse-zoneinfo v0.3.1 |
2284 | 2024-12-18T20:59:35.617Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2285 | 2024-12-18T20:59:35.888Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2286 | 2024-12-18T20:59:36.029Z | Checking float-ord v0.3.2 |
2287 | 2024-12-18T20:59:36.337Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2288 | 2024-12-18T20:59:36.392Z | Compiling convert_case v0.4.0 |
2289 | 2024-12-18T20:59:37.196Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2290 | 2024-12-18T20:59:37.396Z | Compiling derive_more v0.99.18 |
2291 | 2024-12-18T20:59:37.436Z | Compiling chrono-tz-build v0.4.0 |
2292 | 2024-12-18T20:59:37.935Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2293 | 2024-12-18T20:59:38.836Z | Compiling crucible-workspace-hack v0.1.0 |
2294 | 2024-12-18T20:59:38.889Z | Compiling thiserror v2.0.3 |
2295 | 2024-12-18T20:59:39.010Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2296 | 2024-12-18T20:59:39.123Z | Compiling chrono-tz v0.10.0 |
2297 | 2024-12-18T20:59:39.304Z | Checking newline-converter v0.3.0 |
2298 | 2024-12-18T20:59:39.772Z | Checking prettyplease v0.2.25 |
2299 | 2024-12-18T20:59:39.867Z | Compiling thiserror-impl v2.0.3 |
2300 | 2024-12-18T20:59:40.548Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-12-18T20:59:40.571Z | Compiling slog-dtrace v0.3.0 |
2302 | 2024-12-18T20:59:40.771Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2303 | 2024-12-18T20:59:40.925Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2304 | 2024-12-18T20:59:41.356Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2024-12-18T20:59:41.968Z | Checking expectorate v1.1.0 |
2306 | 2024-12-18T20:59:42.126Z | Compiling zone_cfg_derive v0.3.0 |
2307 | 2024-12-18T20:59:42.220Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2308 | 2024-12-18T20:59:42.262Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2309 | 2024-12-18T20:59:42.572Z | Compiling const_format_proc_macros v0.2.33 |
2310 | 2024-12-18T20:59:42.863Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2311 | 2024-12-18T20:59:43.434Z | Compiling num-derive v0.4.2 |
2312 | 2024-12-18T20:59:43.589Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2313 | 2024-12-18T20:59:43.614Z | Checking highway v1.2.0 |
2314 | 2024-12-18T20:59:43.774Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2315 | 2024-12-18T20:59:44.023Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2316 | 2024-12-18T20:59:44.053Z | Checking zone v0.3.0 |
2317 | 2024-12-18T20:59:44.073Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2318 | 2024-12-18T20:59:44.669Z | Checking const_format v0.2.33 |
2319 | 2024-12-18T20:59:44.940Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2320 | 2024-12-18T20:59:45.093Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2024-12-18T20:59:45.184Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2322 | 2024-12-18T20:59:45.224Z | Checking gethostname v0.5.0 |
2323 | 2024-12-18T20:59:45.339Z | Checking bcs v0.1.6 |
2324 | 2024-12-18T20:59:45.539Z | Compiling async-recursion v1.1.1 |
2325 | 2024-12-18T20:59:45.710Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2326 | 2024-12-18T20:59:46.633Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2024-12-18T20:59:47.215Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2328 | 2024-12-18T20:59:52.546Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2329 | 2024-12-18T20:59:55.791Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2330 | 2024-12-18T20:59:58.293Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2331 | 2024-12-18T20:59:59.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.85s |
2332 | 2024-12-18T20:59:59.611Z | |
2333 | 2024-12-18T20:59:59.611Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2334 | 2024-12-18T21:00:00.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-12-18T21:00:00.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-12-18T21:00:00.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-12-18T21:00:00.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2338 | 2024-12-18T21:00:00.224Z | |
2339 | 2024-12-18T21:00:00.224Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2340 | 2024-12-18T21:00:00.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-12-18T21:00:00.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-12-18T21:00:00.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-12-18T21:00:00.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2344 | 2024-12-18T21:00:00.841Z | |
2345 | 2024-12-18T21:00:00.841Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2346 | 2024-12-18T21:00:01.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-12-18T21:00:01.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-12-18T21:00:01.459Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2349 | 2024-12-18T21:00:02.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
2350 | 2024-12-18T21:00:02.225Z | |
2351 | 2024-12-18T21:00:02.225Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2352 | 2024-12-18T21:00:02.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-12-18T21:00:02.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-12-18T21:00:02.857Z | Compiling cfg_aliases v0.1.1 |
2355 | 2024-12-18T21:00:02.862Z | Compiling vte_generate_state_changes v0.1.2 |
2356 | 2024-12-18T21:00:02.862Z | Checking fd-lock v4.0.2 |
2357 | 2024-12-18T21:00:02.862Z | Checking nibble_vec v0.1.0 |
2358 | 2024-12-18T21:00:02.954Z | Checking endian-type v0.1.2 |
2359 | 2024-12-18T21:00:02.962Z | Checking bytecount v0.6.8 |
2360 | 2024-12-18T21:00:02.980Z | Compiling tabled_derive v0.7.0 |
2361 | 2024-12-18T21:00:03.007Z | Checking itertools v0.12.1 |
2362 | 2024-12-18T21:00:03.023Z | Compiling nix v0.28.0 |
2363 | 2024-12-18T21:00:03.101Z | Checking papergrid v0.11.0 |
2364 | 2024-12-18T21:00:03.124Z | Compiling peg-macros v0.8.4 |
2365 | 2024-12-18T21:00:03.133Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2024-12-18T21:00:03.146Z | Checking radix_trie v0.2.1 |
2367 | 2024-12-18T21:00:03.537Z | Checking vte v0.11.1 |
2368 | 2024-12-18T21:00:03.541Z | Compiling sqlparser_derive v0.2.2 |
2369 | 2024-12-18T21:00:04.260Z | Checking unicode_categories v0.1.1 |
2370 | 2024-12-18T21:00:04.544Z | Checking home v0.5.9 |
2371 | 2024-12-18T21:00:04.588Z | Checking nu-ansi-term v0.50.1 |
2372 | 2024-12-18T21:00:04.629Z | Checking sqlparser v0.45.0 |
2373 | 2024-12-18T21:00:04.679Z | Checking sqlformat v0.2.6 |
2374 | 2024-12-18T21:00:04.841Z | Checking strip-ansi-escapes v0.2.0 |
2375 | 2024-12-18T21:00:04.985Z | Checking display-error-chain v0.2.2 |
2376 | 2024-12-18T21:00:05.589Z | Checking tabled v0.15.0 |
2377 | 2024-12-18T21:00:05.607Z | Checking reedline v0.35.0 |
2378 | 2024-12-18T21:00:06.158Z | Checking peg v0.8.4 |
2379 | 2024-12-18T21:00:06.267Z | Checking rustyline v14.0.0 |
2380 | 2024-12-18T21:00:14.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s |
2381 | 2024-12-18T21:00:14.767Z | |
2382 | 2024-12-18T21:00:14.767Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2383 | 2024-12-18T21:00:15.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-12-18T21:00:15.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-12-18T21:00:15.405Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-12-18T21:00:20.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
2387 | 2024-12-18T21:00:20.388Z | |
2388 | 2024-12-18T21:00:20.388Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2389 | 2024-12-18T21:00:20.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-12-18T21:00:20.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-12-18T21:00:21.016Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-12-18T21:00:24.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
2393 | 2024-12-18T21:00:24.746Z | |
2394 | 2024-12-18T21:00:24.746Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2395 | 2024-12-18T21:00:25.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-12-18T21:00:25.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-12-18T21:00:25.379Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-12-18T21:00:29.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
2399 | 2024-12-18T21:00:30.018Z | |
2400 | 2024-12-18T21:00:30.018Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2401 | 2024-12-18T21:00:30.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-12-18T21:00:30.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-12-18T21:00:30.660Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-12-18T21:00:35.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
2405 | 2024-12-18T21:00:35.339Z | |
2406 | 2024-12-18T21:00:35.339Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2407 | 2024-12-18T21:00:35.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-12-18T21:00:35.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-12-18T21:00:35.965Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-12-18T21:00:39.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
2411 | 2024-12-18T21:00:39.893Z | |
2412 | 2024-12-18T21:00:39.893Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2413 | 2024-12-18T21:00:40.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-12-18T21:00:40.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-12-18T21:00:40.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2024-12-18T21:00:44.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
2417 | 2024-12-18T21:00:44.499Z | |
2418 | 2024-12-18T21:00:44.499Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2419 | 2024-12-18T21:00:45.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-12-18T21:00:45.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-12-18T21:00:45.132Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2422 | 2024-12-18T21:00:49.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2423 | 2024-12-18T21:00:50.064Z | |
2424 | 2024-12-18T21:00:50.064Z | info: running `cargo check --bins` on oximeter (46/174) |
2425 | 2024-12-18T21:00:50.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-12-18T21:00:50.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-12-18T21:00:50.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-12-18T21:00:50.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2429 | 2024-12-18T21:00:50.681Z | |
2430 | 2024-12-18T21:00:50.681Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2431 | 2024-12-18T21:00:51.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-12-18T21:00:51.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-12-18T21:00:51.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-12-18T21:00:51.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2435 | 2024-12-18T21:00:51.250Z | |
2436 | 2024-12-18T21:00:51.250Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2437 | 2024-12-18T21:00:51.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-12-18T21:00:51.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-12-18T21:00:51.847Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2440 | 2024-12-18T21:00:52.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2441 | 2024-12-18T21:00:52.421Z | |
2442 | 2024-12-18T21:00:52.421Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2443 | 2024-12-18T21:00:57.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-12-18T21:00:57.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-12-18T21:00:57.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-12-18T21:00:57.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2447 | 2024-12-18T21:00:57.214Z | |
2448 | 2024-12-18T21:00:57.214Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2449 | 2024-12-18T21:00:57.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-12-18T21:00:57.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-12-18T21:00:57.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-12-18T21:00:57.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2453 | 2024-12-18T21:00:57.214Z | |
2454 | 2024-12-18T21:00:57.214Z | info: running `cargo check --bins` on oxql-types (51/174) |
2455 | 2024-12-18T21:00:57.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-12-18T21:00:57.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-12-18T21:00:57.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-12-18T21:00:57.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2459 | 2024-12-18T21:00:57.214Z | |
2460 | 2024-12-18T21:00:57.214Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2461 | 2024-12-18T21:00:57.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-12-18T21:00:57.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-12-18T21:00:57.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-12-18T21:00:57.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2465 | 2024-12-18T21:00:57.217Z | |
2466 | 2024-12-18T21:00:57.217Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2467 | 2024-12-18T21:00:57.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-12-18T21:00:57.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-12-18T21:00:57.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-12-18T21:00:57.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2471 | 2024-12-18T21:00:57.217Z | |
2472 | 2024-12-18T21:00:57.217Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2473 | 2024-12-18T21:00:57.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-12-18T21:00:57.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-12-18T21:00:57.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-12-18T21:00:57.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2477 | 2024-12-18T21:00:57.217Z | |
2478 | 2024-12-18T21:00:57.217Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2479 | 2024-12-18T21:00:57.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-12-18T21:00:57.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-12-18T21:00:57.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-12-18T21:00:57.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2483 | 2024-12-18T21:00:57.220Z | |
2484 | 2024-12-18T21:00:57.220Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2485 | 2024-12-18T21:00:57.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-12-18T21:00:57.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-12-18T21:00:57.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-12-18T21:00:57.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2489 | 2024-12-18T21:00:57.278Z | |
2490 | 2024-12-18T21:00:57.278Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2491 | 2024-12-18T21:00:57.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-12-18T21:00:57.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-12-18T21:00:57.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-12-18T21:00:57.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2495 | 2024-12-18T21:00:57.804Z | |
2496 | 2024-12-18T21:00:57.804Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2497 | 2024-12-18T21:00:58.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-12-18T21:00:58.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-12-18T21:00:58.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-12-18T21:00:58.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2501 | 2024-12-18T21:00:58.372Z | |
2502 | 2024-12-18T21:00:58.381Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2503 | 2024-12-18T21:00:58.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-12-18T21:00:58.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-12-18T21:00:58.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-12-18T21:00:58.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2507 | 2024-12-18T21:00:58.974Z | |
2508 | 2024-12-18T21:00:58.974Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2509 | 2024-12-18T21:00:59.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-12-18T21:00:59.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-12-18T21:00:59.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-12-18T21:00:59.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2513 | 2024-12-18T21:00:59.569Z | |
2514 | 2024-12-18T21:00:59.569Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2515 | 2024-12-18T21:01:00.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-12-18T21:01:00.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-12-18T21:01:00.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-12-18T21:01:00.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2519 | 2024-12-18T21:01:00.160Z | |
2520 | 2024-12-18T21:01:00.160Z | info: running `cargo check --bins` on dpd-client (62/174) |
2521 | 2024-12-18T21:01:00.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-12-18T21:01:00.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-12-18T21:01:00.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-12-18T21:01:00.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2525 | 2024-12-18T21:01:00.749Z | |
2526 | 2024-12-18T21:01:00.749Z | info: running `cargo check --bins` on gateway-client (63/174) |
2527 | 2024-12-18T21:01:01.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-12-18T21:01:01.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-12-18T21:01:01.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-12-18T21:01:01.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2531 | 2024-12-18T21:01:01.328Z | |
2532 | 2024-12-18T21:01:01.328Z | info: running `cargo check --bins` on installinator-client (64/174) |
2533 | 2024-12-18T21:01:01.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-12-18T21:01:01.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-12-18T21:01:01.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-12-18T21:01:01.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2537 | 2024-12-18T21:01:01.938Z | |
2538 | 2024-12-18T21:01:01.938Z | info: running `cargo check --bins` on installinator-common (65/174) |
2539 | 2024-12-18T21:01:02.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-12-18T21:01:02.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-12-18T21:01:02.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-12-18T21:01:02.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2543 | 2024-12-18T21:01:02.544Z | |
2544 | 2024-12-18T21:01:02.544Z | info: running `cargo check --bins` on update-engine (66/174) |
2545 | 2024-12-18T21:01:03.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-12-18T21:01:03.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-12-18T21:01:03.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-12-18T21:01:03.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2549 | 2024-12-18T21:01:03.282Z | |
2550 | 2024-12-18T21:01:03.282Z | info: running `cargo check --bins` on nexus-client (67/174) |
2551 | 2024-12-18T21:01:03.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-12-18T21:01:03.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-12-18T21:01:03.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-12-18T21:01:03.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2555 | 2024-12-18T21:01:03.760Z | |
2556 | 2024-12-18T21:01:03.760Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2557 | 2024-12-18T21:01:04.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-12-18T21:01:04.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-12-18T21:01:04.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-12-18T21:01:04.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2561 | 2024-12-18T21:01:04.349Z | |
2562 | 2024-12-18T21:01:04.350Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2563 | 2024-12-18T21:01:04.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-12-18T21:01:04.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-12-18T21:01:04.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-12-18T21:01:04.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2567 | 2024-12-18T21:01:04.929Z | |
2568 | 2024-12-18T21:01:04.929Z | info: running `cargo check --bins` on nexus-types (70/174) |
2569 | 2024-12-18T21:01:05.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-12-18T21:01:05.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-12-18T21:01:05.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-12-18T21:01:05.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2573 | 2024-12-18T21:01:05.551Z | |
2574 | 2024-12-18T21:01:05.551Z | info: running `cargo check --bins` on oxide-client (71/174) |
2575 | 2024-12-18T21:01:06.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-12-18T21:01:06.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-12-18T21:01:06.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-12-18T21:01:06.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2579 | 2024-12-18T21:01:06.130Z | |
2580 | 2024-12-18T21:01:06.130Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2581 | 2024-12-18T21:01:06.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-12-18T21:01:06.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-12-18T21:01:06.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-12-18T21:01:06.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2585 | 2024-12-18T21:01:06.720Z | |
2586 | 2024-12-18T21:01:06.720Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2587 | 2024-12-18T21:01:07.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-12-18T21:01:07.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-12-18T21:01:07.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-12-18T21:01:07.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2591 | 2024-12-18T21:01:07.299Z | |
2592 | 2024-12-18T21:01:07.299Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2593 | 2024-12-18T21:01:07.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-12-18T21:01:07.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-12-18T21:01:07.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-12-18T21:01:07.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2597 | 2024-12-18T21:01:07.905Z | |
2598 | 2024-12-18T21:01:07.905Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2599 | 2024-12-18T21:01:08.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-12-18T21:01:08.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-12-18T21:01:08.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-12-18T21:01:08.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2603 | 2024-12-18T21:01:08.531Z | |
2604 | 2024-12-18T21:01:08.531Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2605 | 2024-12-18T21:01:09.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-12-18T21:01:09.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-12-18T21:01:09.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-12-18T21:01:09.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2609 | 2024-12-18T21:01:09.149Z | |
2610 | 2024-12-18T21:01:09.149Z | info: running `cargo check --bins` on wicket-common (77/174) |
2611 | 2024-12-18T21:01:09.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-12-18T21:01:09.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-12-18T21:01:09.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-12-18T21:01:09.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2615 | 2024-12-18T21:01:09.761Z | |
2616 | 2024-12-18T21:01:09.762Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2617 | 2024-12-18T21:01:10.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-12-18T21:01:10.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-12-18T21:01:10.388Z | Checking csv-core v0.1.11 |
2620 | 2024-12-18T21:01:10.388Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2621 | 2024-12-18T21:01:10.388Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2622 | 2024-12-18T21:01:10.679Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2623 | 2024-12-18T21:01:10.698Z | Checking csv v1.3.0 |
2624 | 2024-12-18T21:01:11.232Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2625 | 2024-12-18T21:01:11.559Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2626 | 2024-12-18T21:01:12.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2627 | 2024-12-18T21:01:12.944Z | |
2628 | 2024-12-18T21:01:12.945Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2629 | 2024-12-18T21:01:13.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-12-18T21:01:13.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-12-18T21:01:13.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-12-18T21:01:13.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2633 | 2024-12-18T21:01:13.537Z | |
2634 | 2024-12-18T21:01:13.537Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2635 | 2024-12-18T21:01:14.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-12-18T21:01:14.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-12-18T21:01:14.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-12-18T21:01:14.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2639 | 2024-12-18T21:01:14.128Z | |
2640 | 2024-12-18T21:01:14.128Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2641 | 2024-12-18T21:01:14.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-12-18T21:01:14.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-12-18T21:01:14.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-12-18T21:01:14.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2645 | 2024-12-18T21:01:14.817Z | |
2646 | 2024-12-18T21:01:14.817Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2647 | 2024-12-18T21:01:15.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-12-18T21:01:15.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-12-18T21:01:15.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-12-18T21:01:15.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2651 | 2024-12-18T21:01:15.515Z | |
2652 | 2024-12-18T21:01:15.515Z | info: running `cargo check --bins` on dns-server (83/174) |
2653 | 2024-12-18T21:01:16.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-12-18T21:01:16.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-12-18T21:01:16.135Z | Compiling parking_lot_core v0.8.6 |
2656 | 2024-12-18T21:01:16.135Z | Checking fxhash v0.2.1 |
2657 | 2024-12-18T21:01:16.138Z | Checking hickory-server v0.24.1 |
2658 | 2024-12-18T21:01:16.138Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2659 | 2024-12-18T21:01:16.138Z | Checking hickory-client v0.24.1 |
2660 | 2024-12-18T21:01:16.807Z | Checking parking_lot v0.11.2 |
2661 | 2024-12-18T21:01:16.940Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2662 | 2024-12-18T21:01:16.940Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2663 | 2024-12-18T21:01:17.029Z | Checking sled v0.34.7 |
2664 | 2024-12-18T21:01:18.700Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2665 | 2024-12-18T21:01:19.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
2666 | 2024-12-18T21:01:20.056Z | |
2667 | 2024-12-18T21:01:20.056Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2668 | 2024-12-18T21:01:20.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-12-18T21:01:20.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-12-18T21:01:20.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-12-18T21:01:20.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2672 | 2024-12-18T21:01:20.647Z | |
2673 | 2024-12-18T21:01:20.647Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2674 | 2024-12-18T21:01:21.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-12-18T21:01:21.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-12-18T21:01:21.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-12-18T21:01:21.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2678 | 2024-12-18T21:01:21.295Z | |
2679 | 2024-12-18T21:01:21.295Z | info: running `cargo check --bins` on gateway-types (86/174) |
2680 | 2024-12-18T21:01:21.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-12-18T21:01:21.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-12-18T21:01:21.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-12-18T21:01:21.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2684 | 2024-12-18T21:01:21.899Z | |
2685 | 2024-12-18T21:01:21.899Z | info: running `cargo check --bins` on ipcc (87/174) |
2686 | 2024-12-18T21:01:22.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-12-18T21:01:22.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-12-18T21:01:22.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-12-18T21:01:22.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2690 | 2024-12-18T21:01:22.497Z | |
2691 | 2024-12-18T21:01:22.497Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2692 | 2024-12-18T21:01:23.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-12-18T21:01:23.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-12-18T21:01:23.163Z | Compiling semver v0.1.20 |
2695 | 2024-12-18T21:01:23.163Z | Compiling radium v0.7.0 |
2696 | 2024-12-18T21:01:23.166Z | Compiling maybe-uninit v2.0.0 |
2697 | 2024-12-18T21:01:23.270Z | Checking tap v1.0.1 |
2698 | 2024-12-18T21:01:23.291Z | Checking password-hash v0.5.0 |
2699 | 2024-12-18T21:01:23.297Z | Checking blake2 v0.10.6 |
2700 | 2024-12-18T21:01:23.299Z | Compiling cancel-safe-futures v0.1.5 |
2701 | 2024-12-18T21:01:23.300Z | Compiling owo-colors v4.1.0 |
2702 | 2024-12-18T21:01:23.419Z | Checking wyz v0.5.1 |
2703 | 2024-12-18T21:01:23.581Z | Compiling rustc_version v0.1.7 |
2704 | 2024-12-18T21:01:23.611Z | Compiling packed_struct v0.10.1 |
2705 | 2024-12-18T21:01:23.721Z | Checking funty v2.0.0 |
2706 | 2024-12-18T21:01:23.750Z | Checking crc-catalog v2.4.0 |
2707 | 2024-12-18T21:01:23.796Z | Checking argon2 v0.5.3 |
2708 | 2024-12-18T21:01:23.907Z | Compiling packed_struct_codegen v0.10.1 |
2709 | 2024-12-18T21:01:23.922Z | Checking crc v3.2.1 |
2710 | 2024-12-18T21:01:23.938Z | Compiling indexmap v1.9.3 |
2711 | 2024-12-18T21:01:24.048Z | Compiling newtype_derive v0.1.6 |
2712 | 2024-12-18T21:01:24.073Z | Checking half v2.4.1 |
2713 | 2024-12-18T21:01:24.089Z | Checking ciborium-io v0.2.2 |
2714 | 2024-12-18T21:01:24.198Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2715 | 2024-12-18T21:01:24.214Z | Checking nodrop v0.1.14 |
2716 | 2024-12-18T21:01:24.339Z | Checking array-init v0.0.4 |
2717 | 2024-12-18T21:01:24.449Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2718 | 2024-12-18T21:01:24.492Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2719 | 2024-12-18T21:01:24.507Z | Checking smallvec v0.6.14 |
2720 | 2024-12-18T21:01:24.523Z | Checking ciborium-ll v0.2.2 |
2721 | 2024-12-18T21:01:24.603Z | Checking bitvec v1.0.1 |
2722 | 2024-12-18T21:01:24.816Z | Checking libsw v3.3.1 |
2723 | 2024-12-18T21:01:24.898Z | Compiling memoffset v0.9.1 |
2724 | 2024-12-18T21:01:25.082Z | Checking swrite v0.1.0 |
2725 | 2024-12-18T21:01:25.187Z | Checking bitfield v0.14.0 |
2726 | 2024-12-18T21:01:25.203Z | Checking hashbrown v0.12.3 |
2727 | 2024-12-18T21:01:25.218Z | Checking termcolor v1.4.1 |
2728 | 2024-12-18T21:01:25.234Z | Checking linear-map v1.2.0 |
2729 | 2024-12-18T21:01:25.284Z | Checking indent_write v2.2.0 |
2730 | 2024-12-18T21:01:25.469Z | Checking serde-hex v0.1.0 |
2731 | 2024-12-18T21:01:25.484Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2732 | 2024-12-18T21:01:25.647Z | Checking env_logger v0.10.2 |
2733 | 2024-12-18T21:01:25.695Z | Checking ron v0.8.1 |
2734 | 2024-12-18T21:01:26.070Z | Checking ciborium v0.2.2 |
2735 | 2024-12-18T21:01:26.207Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2736 | 2024-12-18T21:01:26.712Z | Checking steno v0.4.1 |
2737 | 2024-12-18T21:01:26.943Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2738 | 2024-12-18T21:01:27.007Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2739 | 2024-12-18T21:01:27.026Z | Checking hashbrown v0.13.2 |
2740 | 2024-12-18T21:01:27.114Z | Checking crc-any v2.5.0 |
2741 | 2024-12-18T21:01:27.167Z | Checking humantime v2.1.0 |
2742 | 2024-12-18T21:01:27.457Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2743 | 2024-12-18T21:01:27.496Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2744 | 2024-12-18T21:01:27.828Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
2745 | 2024-12-18T21:01:28.051Z | Checking object v0.30.4 |
2746 | 2024-12-18T21:01:28.088Z | Checking void v1.0.2 |
2747 | 2024-12-18T21:01:28.102Z | Checking path-slash v0.1.5 |
2748 | 2024-12-18T21:01:28.221Z | Checking lzss v0.8.2 |
2749 | 2024-12-18T21:01:28.306Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2750 | 2024-12-18T21:01:28.556Z | Checking nix v0.27.1 |
2751 | 2024-12-18T21:01:28.949Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2752 | 2024-12-18T21:01:29.111Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2753 | 2024-12-18T21:01:29.371Z | Checking tungstenite v0.23.0 |
2754 | 2024-12-18T21:01:29.402Z | Checking kstat-rs v0.2.4 |
2755 | 2024-12-18T21:01:29.681Z | Checking signal-hook-tokio v0.3.1 |
2756 | 2024-12-18T21:01:29.727Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2757 | 2024-12-18T21:01:30.309Z | Checking tokio-tungstenite v0.23.1 |
2758 | 2024-12-18T21:01:30.967Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2759 | 2024-12-18T21:01:31.035Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2760 | 2024-12-18T21:01:31.294Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2761 | 2024-12-18T21:01:37.593Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2762 | 2024-12-18T21:01:38.842Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2763 | 2024-12-18T21:01:41.285Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2764 | 2024-12-18T21:01:46.697Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2024-12-18T21:01:47.362Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2766 | 2024-12-18T21:01:50.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.56s |
2767 | 2024-12-18T21:01:50.250Z | |
2768 | 2024-12-18T21:01:50.250Z | info: running `cargo check --bins` on gateway-api (89/174) |
2769 | 2024-12-18T21:01:50.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-12-18T21:01:50.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-12-18T21:01:50.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-12-18T21:01:50.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2773 | 2024-12-18T21:01:50.845Z | |
2774 | 2024-12-18T21:01:50.845Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2775 | 2024-12-18T21:01:51.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-18T21:01:51.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-18T21:01:51.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-18T21:01:51.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2779 | 2024-12-18T21:01:51.420Z | |
2780 | 2024-12-18T21:01:51.420Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2781 | 2024-12-18T21:01:51.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-18T21:01:51.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-18T21:01:51.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-18T21:01:51.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2785 | 2024-12-18T21:01:52.014Z | |
2786 | 2024-12-18T21:01:52.015Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2787 | 2024-12-18T21:01:52.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-18T21:01:52.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-18T21:01:52.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-18T21:01:52.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2791 | 2024-12-18T21:01:52.602Z | |
2792 | 2024-12-18T21:01:52.602Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2793 | 2024-12-18T21:01:53.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-18T21:01:53.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-18T21:01:53.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-18T21:01:53.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2797 | 2024-12-18T21:01:53.194Z | |
2798 | 2024-12-18T21:01:53.195Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2799 | 2024-12-18T21:01:53.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-18T21:01:53.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-18T21:01:53.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-18T21:01:53.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2803 | 2024-12-18T21:01:53.785Z | |
2804 | 2024-12-18T21:01:53.785Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2805 | 2024-12-18T21:01:54.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-18T21:01:54.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-18T21:01:54.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-18T21:01:54.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2809 | 2024-12-18T21:01:54.417Z | |
2810 | 2024-12-18T21:01:54.417Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2811 | 2024-12-18T21:01:54.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-18T21:01:54.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-18T21:01:54.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-18T21:01:54.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2815 | 2024-12-18T21:01:54.987Z | |
2816 | 2024-12-18T21:01:54.987Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2817 | 2024-12-18T21:01:55.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-18T21:01:55.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-18T21:01:55.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-18T21:01:55.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2821 | 2024-12-18T21:01:55.584Z | |
2822 | 2024-12-18T21:01:55.584Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2823 | 2024-12-18T21:01:56.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-18T21:01:56.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-18T21:01:56.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-18T21:01:56.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2827 | 2024-12-18T21:01:56.174Z | |
2828 | 2024-12-18T21:01:56.174Z | info: running `cargo check --bins` on sp-sim (99/174) |
2829 | 2024-12-18T21:01:56.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-18T21:01:56.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-18T21:01:56.778Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2832 | 2024-12-18T21:01:58.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
2833 | 2024-12-18T21:01:58.720Z | |
2834 | 2024-12-18T21:01:58.720Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2835 | 2024-12-18T21:01:59.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-18T21:01:59.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-18T21:01:59.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-18T21:01:59.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2839 | 2024-12-18T21:01:59.363Z | |
2840 | 2024-12-18T21:01:59.363Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2841 | 2024-12-18T21:01:59.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-18T21:01:59.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-18T21:01:59.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-12-18T21:01:59.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2845 | 2024-12-18T21:02:00.019Z | |
2846 | 2024-12-18T21:02:00.019Z | info: running `cargo check --bins` on db-macros (102/174) |
2847 | 2024-12-18T21:02:00.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-18T21:02:00.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-18T21:02:00.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-18T21:02:00.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2851 | 2024-12-18T21:02:00.598Z | |
2852 | 2024-12-18T21:02:00.598Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2853 | 2024-12-18T21:02:01.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-18T21:02:01.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-18T21:02:01.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-18T21:02:01.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2857 | 2024-12-18T21:02:01.182Z | |
2858 | 2024-12-18T21:02:01.182Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2859 | 2024-12-18T21:02:01.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-18T21:02:01.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-18T21:02:01.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-18T21:02:01.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2863 | 2024-12-18T21:02:01.816Z | |
2864 | 2024-12-18T21:02:01.817Z | info: running `cargo check --bins` on authz-macros (105/174) |
2865 | 2024-12-18T21:02:02.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-18T21:02:02.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-18T21:02:02.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-18T21:02:02.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2869 | 2024-12-18T21:02:02.393Z | |
2870 | 2024-12-18T21:02:02.393Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2871 | 2024-12-18T21:02:02.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-18T21:02:02.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-18T21:02:02.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-18T21:02:02.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2875 | 2024-12-18T21:02:03.011Z | |
2876 | 2024-12-18T21:02:03.012Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2877 | 2024-12-18T21:02:03.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-18T21:02:03.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-18T21:02:03.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-18T21:02:03.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2881 | 2024-12-18T21:02:03.630Z | |
2882 | 2024-12-18T21:02:03.630Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2883 | 2024-12-18T21:02:04.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-18T21:02:04.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-18T21:02:04.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-18T21:02:04.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2887 | 2024-12-18T21:02:04.219Z | |
2888 | 2024-12-18T21:02:04.219Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2889 | 2024-12-18T21:02:04.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-18T21:02:04.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-18T21:02:04.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-12-18T21:02:04.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2893 | 2024-12-18T21:02:04.833Z | |
2894 | 2024-12-18T21:02:04.833Z | info: running `cargo check --bins` on typed-rng (110/174) |
2895 | 2024-12-18T21:02:05.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-12-18T21:02:05.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-12-18T21:02:05.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-12-18T21:02:05.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2899 | 2024-12-18T21:02:05.409Z | |
2900 | 2024-12-18T21:02:05.409Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2901 | 2024-12-18T21:02:05.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-12-18T21:02:05.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-12-18T21:02:06.109Z | Checking keccak v0.1.5 |
2904 | 2024-12-18T21:02:06.218Z | Checking secrecy v0.8.0 |
2905 | 2024-12-18T21:02:06.220Z | Compiling unicase v2.7.0 |
2906 | 2024-12-18T21:02:06.220Z | Compiling same-file v1.0.6 |
2907 | 2024-12-18T21:02:06.234Z | Compiling tempfile v3.13.0 |
2908 | 2024-12-18T21:02:06.254Z | Compiling thiserror-impl-no-std v2.0.2 |
2909 | 2024-12-18T21:02:06.257Z | Checking universal-hash v0.5.1 |
2910 | 2024-12-18T21:02:06.257Z | Compiling blake3 v1.5.4 |
2911 | 2024-12-18T21:02:06.389Z | Compiling walkdir v2.5.0 |
2912 | 2024-12-18T21:02:06.434Z | Compiling ring v0.16.20 |
2913 | 2024-12-18T21:02:06.489Z | Checking sha3 v0.10.8 |
2914 | 2024-12-18T21:02:06.492Z | Checking opaque-debug v0.3.1 |
2915 | 2024-12-18T21:02:06.588Z | Checking poly1305 v0.8.0 |
2916 | 2024-12-18T21:02:06.636Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2917 | 2024-12-18T21:02:06.870Z | Checking chacha20 v0.9.1 |
2918 | 2024-12-18T21:02:06.917Z | Checking aead v0.5.2 |
2919 | 2024-12-18T21:02:07.074Z | Compiling memmap2 v0.9.5 |
2920 | 2024-12-18T21:02:07.090Z | Compiling arrayref v0.3.9 |
2921 | 2024-12-18T21:02:07.128Z | Compiling libefi-sys v0.1.0 |
2922 | 2024-12-18T21:02:07.153Z | Compiling constant_time_eq v0.3.1 |
2923 | 2024-12-18T21:02:07.183Z | Compiling spin v0.5.2 |
2924 | 2024-12-18T21:02:07.201Z | Compiling salty v0.3.0 |
2925 | 2024-12-18T21:02:07.308Z | Compiling arrayvec v0.7.6 |
2926 | 2024-12-18T21:02:07.413Z | Checking chacha20poly1305 v0.10.1 |
2927 | 2024-12-18T21:02:07.451Z | Compiling toolchain_find v0.4.0 |
2928 | 2024-12-18T21:02:07.571Z | Compiling camino-tempfile v1.1.1 |
2929 | 2024-12-18T21:02:07.604Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2930 | 2024-12-18T21:02:07.666Z | Compiling bitfield-struct v0.6.2 |
2931 | 2024-12-18T21:02:07.871Z | Compiling topological-sort v0.2.2 |
2932 | 2024-12-18T21:02:08.019Z | Compiling mime_guess v2.0.5 |
2933 | 2024-12-18T21:02:08.091Z | Compiling rustfmt-wrapper v0.2.1 |
2934 | 2024-12-18T21:02:08.520Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2935 | 2024-12-18T21:02:08.649Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2936 | 2024-12-18T21:02:08.672Z | Checking primeorder v0.13.6 |
2937 | 2024-12-18T21:02:08.830Z | Checking env_filter v0.1.2 |
2938 | 2024-12-18T21:02:08.947Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2939 | 2024-12-18T21:02:09.046Z | Checking env_logger v0.11.5 |
2940 | 2024-12-18T21:02:09.084Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2941 | 2024-12-18T21:02:09.136Z | Checking p384 v0.13.0 |
2942 | 2024-12-18T21:02:09.272Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2943 | 2024-12-18T21:02:09.299Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2944 | 2024-12-18T21:02:09.379Z | Checking thiserror-no-std v2.0.2 |
2945 | 2024-12-18T21:02:09.487Z | Checking vsss-rs v3.3.4 |
2946 | 2024-12-18T21:02:09.519Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2947 | 2024-12-18T21:02:09.596Z | Checking simd-adler32 v0.3.7 |
2948 | 2024-12-18T21:02:09.615Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2949 | 2024-12-18T21:02:09.857Z | Checking http-range v0.1.5 |
2950 | 2024-12-18T21:02:09.899Z | Compiling zip v2.1.3 |
2951 | 2024-12-18T21:02:09.929Z | Checking bumpalo v3.16.0 |
2952 | 2024-12-18T21:02:10.042Z | Checking lockfree-object-pool v0.1.6 |
2953 | 2024-12-18T21:02:10.066Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2954 | 2024-12-18T21:02:10.249Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2955 | 2024-12-18T21:02:10.296Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2956 | 2024-12-18T21:02:10.313Z | Checking zopfli v0.8.1 |
2957 | 2024-12-18T21:02:10.385Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2958 | 2024-12-18T21:02:10.597Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2959 | 2024-12-18T21:02:11.001Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2960 | 2024-12-18T21:02:11.020Z | Checking nanorand v0.7.0 |
2961 | 2024-12-18T21:02:11.020Z | Checking atty v0.2.14 |
2962 | 2024-12-18T21:02:11.161Z | Checking glob v0.3.1 |
2963 | 2024-12-18T21:02:11.192Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2964 | 2024-12-18T21:02:11.383Z | Checking flume v0.11.1 |
2965 | 2024-12-18T21:02:11.482Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2966 | 2024-12-18T21:02:11.664Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2967 | 2024-12-18T21:02:11.887Z | Compiling omicron-zone-package v0.11.1 |
2968 | 2024-12-18T21:02:12.194Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2969 | 2024-12-18T21:02:12.934Z | Checking hyper-staticfile v0.10.1 |
2970 | 2024-12-18T21:02:13.470Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2971 | 2024-12-18T21:02:13.679Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2972 | 2024-12-18T21:02:13.831Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2973 | 2024-12-18T21:02:13.877Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2974 | 2024-12-18T21:02:13.937Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2975 | 2024-12-18T21:02:14.124Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2976 | 2024-12-18T21:02:14.662Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2977 | 2024-12-18T21:02:14.938Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2978 | 2024-12-18T21:02:15.356Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2979 | 2024-12-18T21:02:16.303Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2980 | 2024-12-18T21:02:18.125Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2981 | 2024-12-18T21:02:18.129Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2982 | 2024-12-18T21:02:27.564Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-12-18T21:02:40.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.95s |
2984 | 2024-12-18T21:02:40.558Z | |
2985 | 2024-12-18T21:02:40.558Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2986 | 2024-12-18T21:02:41.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-12-18T21:02:41.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-12-18T21:02:41.260Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-12-18T21:02:53.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.39s |
2990 | 2024-12-18T21:02:54.148Z | |
2991 | 2024-12-18T21:02:54.148Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2992 | 2024-12-18T21:02:54.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-12-18T21:02:54.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-12-18T21:02:54.845Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-12-18T21:03:07.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s |
2996 | 2024-12-18T21:03:07.813Z | |
2997 | 2024-12-18T21:03:07.813Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2998 | 2024-12-18T21:03:08.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-12-18T21:03:08.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-12-18T21:03:08.510Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-12-18T21:03:21.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
3002 | 2024-12-18T21:03:21.416Z | |
3003 | 2024-12-18T21:03:21.416Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
3004 | 2024-12-18T21:03:21.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-12-18T21:03:21.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-12-18T21:03:22.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-12-18T21:03:34.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s |
3008 | 2024-12-18T21:03:35.091Z | |
3009 | 2024-12-18T21:03:35.091Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
3010 | 2024-12-18T21:03:35.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-12-18T21:03:35.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-12-18T21:03:35.801Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-18T21:03:48.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.39s |
3014 | 2024-12-18T21:03:48.678Z | |
3015 | 2024-12-18T21:03:48.678Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3016 | 2024-12-18T21:03:49.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-18T21:03:49.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-18T21:03:49.372Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-18T21:04:02.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s |
3020 | 2024-12-18T21:04:02.288Z | |
3021 | 2024-12-18T21:04:02.288Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3022 | 2024-12-18T21:04:02.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-18T21:04:02.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-18T21:04:02.983Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2024-12-18T21:04:15.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
3026 | 2024-12-18T21:04:16.059Z | |
3027 | 2024-12-18T21:04:16.059Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3028 | 2024-12-18T21:04:16.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-18T21:04:16.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-18T21:04:16.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-12-18T21:04:16.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3032 | 2024-12-18T21:04:16.676Z | |
3033 | 2024-12-18T21:04:16.676Z | info: running `cargo check --bins` on key-manager (120/174) |
3034 | 2024-12-18T21:04:17.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-18T21:04:17.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-18T21:04:17.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-12-18T21:04:17.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3038 | 2024-12-18T21:04:17.267Z | |
3039 | 2024-12-18T21:04:17.267Z | info: running `cargo check --bins` on range-requests (121/174) |
3040 | 2024-12-18T21:04:17.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-18T21:04:17.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-18T21:04:17.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-12-18T21:04:17.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3044 | 2024-12-18T21:04:17.843Z | |
3045 | 2024-12-18T21:04:17.843Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3046 | 2024-12-18T21:04:18.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-18T21:04:18.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-18T21:04:18.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-12-18T21:04:18.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3050 | 2024-12-18T21:04:18.433Z | |
3051 | 2024-12-18T21:04:18.433Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3052 | 2024-12-18T21:04:18.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-18T21:04:18.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-18T21:04:18.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-12-18T21:04:18.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3056 | 2024-12-18T21:04:19.051Z | |
3057 | 2024-12-18T21:04:19.051Z | info: running `cargo check --bins` on sled-diagnostics (124/174) |
3058 | 2024-12-18T21:04:19.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-18T21:04:19.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-18T21:04:19.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-18T21:04:19.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3062 | 2024-12-18T21:04:19.636Z | |
3063 | 2024-12-18T21:04:19.636Z | info: running `cargo check --bins` on sled-hardware (125/174) |
3064 | 2024-12-18T21:04:20.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-18T21:04:20.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-18T21:04:20.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-18T21:04:20.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3068 | 2024-12-18T21:04:20.248Z | |
3069 | 2024-12-18T21:04:20.248Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/174) |
3070 | 2024-12-18T21:04:20.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-18T21:04:20.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-18T21:04:20.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-18T21:04:20.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3074 | 2024-12-18T21:04:20.865Z | |
3075 | 2024-12-18T21:04:20.865Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174) |
3076 | 2024-12-18T21:04:21.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-18T21:04:21.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-18T21:04:21.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-18T21:04:21.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3080 | 2024-12-18T21:04:21.483Z | |
3081 | 2024-12-18T21:04:21.483Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/174) |
3082 | 2024-12-18T21:04:22.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-18T21:04:22.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-18T21:04:22.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-12-18T21:04:22.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3086 | 2024-12-18T21:04:22.101Z | |
3087 | 2024-12-18T21:04:22.102Z | info: running `cargo check --bins` on nexus-test-interface (129/174) |
3088 | 2024-12-18T21:04:22.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-18T21:04:22.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-18T21:04:22.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-12-18T21:04:22.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3092 | 2024-12-18T21:04:22.716Z | |
3093 | 2024-12-18T21:04:22.716Z | info: running `cargo check --bins` on oximeter-collector (130/174) |
3094 | 2024-12-18T21:04:23.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-18T21:04:23.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-18T21:04:23.378Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3097 | 2024-12-18T21:04:23.378Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3098 | 2024-12-18T21:04:24.204Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3099 | 2024-12-18T21:04:26.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3100 | 2024-12-18T21:04:26.313Z | |
3101 | 2024-12-18T21:04:26.313Z | info: running `cargo check --bins` on oximeter-api (131/174) |
3102 | 2024-12-18T21:04:26.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-12-18T21:04:26.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-12-18T21:04:26.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2024-12-18T21:04:26.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3106 | 2024-12-18T21:04:26.905Z | |
3107 | 2024-12-18T21:04:26.905Z | info: running `cargo check --bins` on cert-dev (132/174) |
3108 | 2024-12-18T21:04:27.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-12-18T21:04:27.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-12-18T21:04:27.483Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3111 | 2024-12-18T21:04:27.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3112 | 2024-12-18T21:04:27.895Z | |
3113 | 2024-12-18T21:04:27.895Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3114 | 2024-12-18T21:04:28.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-12-18T21:04:28.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-12-18T21:04:28.534Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3117 | 2024-12-18T21:04:28.534Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3118 | 2024-12-18T21:04:29.096Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3119 | 2024-12-18T21:04:29.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3120 | 2024-12-18T21:04:29.630Z | |
3121 | 2024-12-18T21:04:29.630Z | info: running `cargo check --bins` on ch-dev (134/174) |
3122 | 2024-12-18T21:04:30.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-12-18T21:04:30.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-12-18T21:04:30.259Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3125 | 2024-12-18T21:04:30.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
3126 | 2024-12-18T21:04:31.104Z | |
3127 | 2024-12-18T21:04:31.104Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3128 | 2024-12-18T21:04:31.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-18T21:04:31.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-18T21:04:31.728Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3131 | 2024-12-18T21:04:32.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3132 | 2024-12-18T21:04:32.251Z | |
3133 | 2024-12-18T21:04:32.251Z | info: running `cargo check --bins` on db-dev (136/174) |
3134 | 2024-12-18T21:04:32.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-12-18T21:04:32.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-12-18T21:04:32.885Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3137 | 2024-12-18T21:04:33.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3138 | 2024-12-18T21:04:33.743Z | |
3139 | 2024-12-18T21:04:33.744Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3140 | 2024-12-18T21:04:34.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-12-18T21:04:34.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-12-18T21:04:34.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3143 | 2024-12-18T21:04:34.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3144 | 2024-12-18T21:04:34.362Z | |
3145 | 2024-12-18T21:04:34.362Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3146 | 2024-12-18T21:04:34.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-12-18T21:04:34.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-12-18T21:04:34.947Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3149 | 2024-12-18T21:04:35.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3150 | 2024-12-18T21:04:35.967Z | |
3151 | 2024-12-18T21:04:35.967Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3152 | 2024-12-18T21:04:36.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-12-18T21:04:36.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-12-18T21:04:36.559Z | Checking cargo-platform v0.1.8 |
3155 | 2024-12-18T21:04:36.818Z | Checking cargo_metadata v0.18.1 |
3156 | 2024-12-18T21:04:37.748Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3157 | 2024-12-18T21:04:38.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3158 | 2024-12-18T21:04:38.695Z | |
3159 | 2024-12-18T21:04:38.695Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3160 | 2024-12-18T21:04:39.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-12-18T21:04:39.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-12-18T21:04:39.382Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3163 | 2024-12-18T21:04:40.082Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3164 | 2024-12-18T21:04:40.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3165 | 2024-12-18T21:04:40.822Z | |
3166 | 2024-12-18T21:04:40.822Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3167 | 2024-12-18T21:04:41.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-12-18T21:04:41.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-12-18T21:04:41.562Z | Compiling crunchy v0.2.2 |
3170 | 2024-12-18T21:04:41.562Z | Compiling tiny-keccak v2.0.2 |
3171 | 2024-12-18T21:04:41.562Z | Compiling dsl_auto_type v0.1.2 |
3172 | 2024-12-18T21:04:41.562Z | Checking scheduled-thread-pool v0.2.7 |
3173 | 2024-12-18T21:04:41.566Z | Compiling diesel_table_macro_syntax v0.2.0 |
3174 | 2024-12-18T21:04:41.675Z | Compiling ascii-canvas v3.0.0 |
3175 | 2024-12-18T21:04:41.683Z | Compiling ena v0.14.3 |
3176 | 2024-12-18T21:04:41.686Z | Compiling diff v0.1.13 |
3177 | 2024-12-18T21:04:41.927Z | Checking r2d2 v0.8.10 |
3178 | 2024-12-18T21:04:41.950Z | Compiling regex-syntax v0.6.29 |
3179 | 2024-12-18T21:04:42.128Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3180 | 2024-12-18T21:04:42.131Z | Compiling ref-cast v1.0.23 |
3181 | 2024-12-18T21:04:42.203Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3182 | 2024-12-18T21:04:42.243Z | Compiling derive_builder_core v0.20.2 |
3183 | 2024-12-18T21:04:42.328Z | Compiling libxml v0.3.3 |
3184 | 2024-12-18T21:04:42.345Z | Compiling ref-cast-impl v1.0.23 |
3185 | 2024-12-18T21:04:42.463Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3186 | 2024-12-18T21:04:42.721Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3187 | 2024-12-18T21:04:42.744Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3188 | 2024-12-18T21:04:42.941Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3189 | 2024-12-18T21:04:42.997Z | Compiling strum_macros v0.24.3 |
3190 | 2024-12-18T21:04:43.015Z | Compiling samael v0.0.17 |
3191 | 2024-12-18T21:04:43.276Z | Compiling diesel_derives v2.2.3 |
3192 | 2024-12-18T21:04:43.344Z | Compiling indoc v1.0.9 |
3193 | 2024-12-18T21:04:44.316Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3194 | 2024-12-18T21:04:44.591Z | Compiling impl-trait-for-tuples v0.2.2 |
3195 | 2024-12-18T21:04:44.614Z | Compiling derive_builder_macro v0.20.2 |
3196 | 2024-12-18T21:04:45.458Z | Compiling lalrpop v0.19.12 |
3197 | 2024-12-18T21:04:45.493Z | Checking derive_builder v0.20.2 |
3198 | 2024-12-18T21:04:45.646Z | Compiling oso-derive v0.27.3 |
3199 | 2024-12-18T21:04:46.092Z | Checking quick-xml v0.33.0 |
3200 | 2024-12-18T21:04:46.601Z | Compiling diesel-dtrace v0.4.2 |
3201 | 2024-12-18T21:04:46.678Z | Checking maplit v1.0.2 |
3202 | 2024-12-18T21:04:46.820Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3203 | 2024-12-18T21:04:46.952Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3204 | 2024-12-18T21:04:47.139Z | Checking bb8 v0.8.5 |
3205 | 2024-12-18T21:04:47.242Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3206 | 2024-12-18T21:04:47.528Z | Checking castaway v0.2.3 |
3207 | 2024-12-18T21:04:47.626Z | Checking rand_seeder v0.3.0 |
3208 | 2024-12-18T21:04:47.689Z | Checking compact_str v0.8.0 |
3209 | 2024-12-18T21:04:47.846Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3210 | 2024-12-18T21:04:48.012Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3211 | 2024-12-18T21:04:48.045Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3212 | 2024-12-18T21:04:48.536Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3213 | 2024-12-18T21:04:48.562Z | Checking unicode-truncate v1.1.0 |
3214 | 2024-12-18T21:04:48.797Z | Checking lru v0.12.5 |
3215 | 2024-12-18T21:04:48.816Z | Compiling instability v0.3.2 |
3216 | 2024-12-18T21:04:49.096Z | Checking smawk v0.3.2 |
3217 | 2024-12-18T21:04:49.304Z | Checking cassowary v0.3.0 |
3218 | 2024-12-18T21:04:49.663Z | Checking unicode-linebreak v0.1.5 |
3219 | 2024-12-18T21:04:49.721Z | Checking is_ci v1.2.0 |
3220 | 2024-12-18T21:04:49.785Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3221 | 2024-12-18T21:04:49.866Z | Checking supports-color v3.0.1 |
3222 | 2024-12-18T21:04:49.892Z | Checking ratatui v0.28.1 |
3223 | 2024-12-18T21:04:50.047Z | Checking textwrap v0.16.1 |
3224 | 2024-12-18T21:04:50.093Z | Checking multimap v0.10.0 |
3225 | 2024-12-18T21:04:52.994Z | Checking diesel v2.2.6 |
3226 | 2024-12-18T21:05:18.217Z | Compiling polar-core v0.27.3 |
3227 | 2024-12-18T21:05:22.057Z | Checking async-bb8-diesel v0.2.1 |
3228 | 2024-12-18T21:05:25.384Z | Checking oso v0.27.3 |
3229 | 2024-12-18T21:06:32.687Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3230 | 2024-12-18T21:06:38.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3231 | 2024-12-18T21:06:38.767Z | |
3232 | 2024-12-18T21:06:38.767Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3233 | 2024-12-18T21:06:39.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-12-18T21:06:39.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-12-18T21:06:39.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2024-12-18T21:06:39.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3237 | 2024-12-18T21:06:39.401Z | |
3238 | 2024-12-18T21:06:39.401Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3239 | 2024-12-18T21:06:39.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-12-18T21:06:39.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-12-18T21:06:39.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2024-12-18T21:06:39.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3243 | 2024-12-18T21:06:40.033Z | |
3244 | 2024-12-18T21:06:40.033Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3245 | 2024-12-18T21:06:40.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-12-18T21:06:40.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-12-18T21:06:40.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2024-12-18T21:06:40.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3249 | 2024-12-18T21:06:40.609Z | |
3250 | 2024-12-18T21:06:40.609Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3251 | 2024-12-18T21:06:41.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-12-18T21:06:41.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-12-18T21:06:41.369Z | Compiling libz-sys v1.1.20 |
3254 | 2024-12-18T21:06:41.481Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3255 | 2024-12-18T21:06:41.490Z | Compiling vergen v8.3.2 |
3256 | 2024-12-18T21:06:41.493Z | Compiling cargo-platform v0.1.8 |
3257 | 2024-12-18T21:06:41.493Z | Compiling pin-project-internal v1.1.6 |
3258 | 2024-12-18T21:06:41.521Z | Compiling snafu-derive v0.8.5 |
3259 | 2024-12-18T21:06:41.524Z | Compiling libsqlite3-sys v0.30.1 |
3260 | 2024-12-18T21:06:41.524Z | Compiling buf-list v1.0.3 |
3261 | 2024-12-18T21:06:41.761Z | Compiling rustls v0.21.12 |
3262 | 2024-12-18T21:06:41.987Z | Compiling cargo_metadata v0.18.1 |
3263 | 2024-12-18T21:06:42.017Z | Compiling cfg_aliases v0.2.1 |
3264 | 2024-12-18T21:06:42.119Z | Compiling nix v0.29.0 |
3265 | 2024-12-18T21:06:42.136Z | Checking globset v0.4.15 |
3266 | 2024-12-18T21:06:42.236Z | Checking olpc-cjson v0.1.4 |
3267 | 2024-12-18T21:06:42.385Z | Checking rustls-webpki v0.101.7 |
3268 | 2024-12-18T21:06:42.458Z | Checking sct v0.7.1 |
3269 | 2024-12-18T21:06:42.614Z | Checking serde_plain v1.0.2 |
3270 | 2024-12-18T21:06:42.648Z | Checking typed-path v0.9.3 |
3271 | 2024-12-18T21:06:43.139Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3272 | 2024-12-18T21:06:43.382Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3273 | 2024-12-18T21:06:43.411Z | Checking hashlink v0.9.1 |
3274 | 2024-12-18T21:06:43.664Z | Checking fallible-streaming-iterator v0.1.9 |
3275 | 2024-12-18T21:06:43.888Z | Checking fallible-iterator v0.3.0 |
3276 | 2024-12-18T21:06:43.998Z | Checking parse-size v1.1.0 |
3277 | 2024-12-18T21:06:44.498Z | Checking rusqlite v0.32.1 |
3278 | 2024-12-18T21:06:44.529Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3279 | 2024-12-18T21:06:44.559Z | Checking pin-project v1.1.6 |
3280 | 2024-12-18T21:06:44.677Z | Checking rustls-pemfile v1.0.4 |
3281 | 2024-12-18T21:06:44.684Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3282 | 2024-12-18T21:06:44.867Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3283 | 2024-12-18T21:06:45.146Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3284 | 2024-12-18T21:06:45.468Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3285 | 2024-12-18T21:06:45.585Z | Checking twox-hash v1.6.3 |
3286 | 2024-12-18T21:06:45.600Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3287 | 2024-12-18T21:06:46.045Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3288 | 2024-12-18T21:06:46.067Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3289 | 2024-12-18T21:06:46.299Z | Checking tokio-rustls v0.24.1 |
3290 | 2024-12-18T21:06:46.555Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3291 | 2024-12-18T21:06:46.592Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3292 | 2024-12-18T21:06:46.653Z | Checking fatfs v0.3.6 |
3293 | 2024-12-18T21:06:46.857Z | Checking snafu v0.8.5 |
3294 | 2024-12-18T21:06:47.322Z | Checking tough v0.19.0 |
3295 | 2024-12-18T21:06:47.458Z | Checking assert_matches v1.5.0 |
3296 | 2024-12-18T21:06:51.248Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3297 | 2024-12-18T21:06:52.518Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3298 | 2024-12-18T21:06:53.613Z | Compiling git2 v0.19.0 |
3299 | 2024-12-18T21:06:58.195Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3300 | 2024-12-18T21:07:49.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3301 | 2024-12-18T21:07:49.689Z | |
3302 | 2024-12-18T21:07:49.689Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3303 | 2024-12-18T21:07:50.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-12-18T21:07:51.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-12-18T21:07:51.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-12-18T21:07:51.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3307 | 2024-12-18T21:07:51.267Z | |
3308 | 2024-12-18T21:07:51.267Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3309 | 2024-12-18T21:07:51.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-12-18T21:07:51.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-12-18T21:07:51.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-12-18T21:07:51.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3313 | 2024-12-18T21:07:51.268Z | |
3314 | 2024-12-18T21:07:51.268Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3315 | 2024-12-18T21:07:51.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-12-18T21:07:51.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-12-18T21:07:51.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-12-18T21:07:51.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3319 | 2024-12-18T21:07:51.531Z | |
3320 | 2024-12-18T21:07:51.531Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3321 | 2024-12-18T21:07:52.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-12-18T21:07:52.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-12-18T21:07:52.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-12-18T21:07:52.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3325 | 2024-12-18T21:07:52.179Z | |
3326 | 2024-12-18T21:07:52.180Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3327 | 2024-12-18T21:07:52.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-12-18T21:07:52.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-12-18T21:07:52.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-12-18T21:07:52.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3331 | 2024-12-18T21:07:52.810Z | |
3332 | 2024-12-18T21:07:52.810Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3333 | 2024-12-18T21:07:53.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-18T21:07:53.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-18T21:07:53.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-18T21:07:53.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3337 | 2024-12-18T21:07:53.435Z | |
3338 | 2024-12-18T21:07:53.435Z | info: running `cargo check --bins` on update-common (152/174) |
3339 | 2024-12-18T21:07:54.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-18T21:07:54.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-18T21:07:54.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2024-12-18T21:07:54.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3343 | 2024-12-18T21:07:54.185Z | |
3344 | 2024-12-18T21:07:54.185Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3345 | 2024-12-18T21:07:54.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-18T21:07:54.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-18T21:07:54.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-12-18T21:07:54.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3349 | 2024-12-18T21:07:54.658Z | |
3350 | 2024-12-18T21:07:54.659Z | info: running `cargo check --bins` on tufaceous (154/174) |
3351 | 2024-12-18T21:07:55.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-12-18T21:07:55.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-12-18T21:07:55.289Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3354 | 2024-12-18T21:07:56.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3355 | 2024-12-18T21:07:56.404Z | |
3356 | 2024-12-18T21:07:56.404Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3357 | 2024-12-18T21:07:57.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-12-18T21:07:57.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-12-18T21:07:57.209Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3360 | 2024-12-18T21:07:57.334Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3361 | 2024-12-18T21:07:57.338Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3362 | 2024-12-18T21:07:57.338Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3363 | 2024-12-18T21:08:22.018Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3364 | 2024-12-18T21:08:22.022Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3365 | 2024-12-18T21:08:22.022Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3366 | 2024-12-18T21:08:22.022Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3367 | 2024-12-18T21:08:22.022Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3368 | 2024-12-18T21:08:22.800Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3369 | 2024-12-18T21:08:24.022Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3370 | 2024-12-18T21:09:00.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
3371 | 2024-12-18T21:09:00.631Z | |
3372 | 2024-12-18T21:09:00.631Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3373 | 2024-12-18T21:09:01.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2024-12-18T21:09:01.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2024-12-18T21:09:01.301Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3376 | 2024-12-18T21:09:01.301Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3377 | 2024-12-18T21:09:01.305Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3378 | 2024-12-18T21:09:02.881Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3379 | 2024-12-18T21:09:03.719Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3380 | 2024-12-18T21:09:04.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3381 | 2024-12-18T21:09:04.958Z | |
3382 | 2024-12-18T21:09:04.958Z | info: running `cargo check --bins` on installinator-api (157/174) |
3383 | 2024-12-18T21:09:05.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-12-18T21:09:05.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-12-18T21:09:05.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2024-12-18T21:09:05.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3387 | 2024-12-18T21:09:05.571Z | |
3388 | 2024-12-18T21:09:05.571Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3389 | 2024-12-18T21:09:06.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2024-12-18T21:09:06.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2024-12-18T21:09:06.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3392 | 2024-12-18T21:09:06.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3393 | 2024-12-18T21:09:06.188Z | |
3394 | 2024-12-18T21:09:06.188Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3395 | 2024-12-18T21:09:06.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2024-12-18T21:09:06.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2024-12-18T21:09:06.845Z | Compiling petname v2.0.2 |
3398 | 2024-12-18T21:09:06.848Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3399 | 2024-12-18T21:09:06.848Z | Checking sync-ptr v0.1.1 |
3400 | 2024-12-18T21:09:08.215Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3401 | 2024-12-18T21:09:09.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
3402 | 2024-12-18T21:09:09.886Z | |
3403 | 2024-12-18T21:09:09.887Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3404 | 2024-12-18T21:09:10.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2024-12-18T21:09:10.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2024-12-18T21:09:10.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3407 | 2024-12-18T21:09:10.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3408 | 2024-12-18T21:09:10.513Z | |
3409 | 2024-12-18T21:09:10.513Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3410 | 2024-12-18T21:09:11.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2024-12-18T21:09:11.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2024-12-18T21:09:11.143Z | Checking memmap2 v0.9.5 |
3413 | 2024-12-18T21:09:11.143Z | Checking spin v0.5.2 |
3414 | 2024-12-18T21:09:11.143Z | Checking arrayvec v0.7.6 |
3415 | 2024-12-18T21:09:11.146Z | Checking constant_time_eq v0.3.1 |
3416 | 2024-12-18T21:09:11.146Z | Checking arrayref v0.3.9 |
3417 | 2024-12-18T21:09:11.146Z | Checking topological-sort v0.2.2 |
3418 | 2024-12-18T21:09:11.146Z | Checking shell-words v1.1.0 |
3419 | 2024-12-18T21:09:11.414Z | Checking ring v0.16.20 |
3420 | 2024-12-18T21:09:11.520Z | Checking blake3 v1.5.4 |
3421 | 2024-12-18T21:09:12.481Z | Checking omicron-zone-package v0.11.1 |
3422 | 2024-12-18T21:09:13.562Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3423 | 2024-12-18T21:09:14.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
3424 | 2024-12-18T21:09:14.590Z | |
3425 | 2024-12-18T21:09:14.590Z | info: running `cargo check --bins` on xtask (162/174) |
3426 | 2024-12-18T21:09:14.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3427 | 2024-12-18T21:09:14.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3428 | 2024-12-18T21:09:14.996Z | Checking bitflags v2.6.0 |
3429 | 2024-12-18T21:09:14.999Z | Checking serde v1.0.215 |
3430 | 2024-12-18T21:09:14.999Z | Checking thiserror v1.0.69 |
3431 | 2024-12-18T21:09:15.089Z | Checking scroll v0.12.0 |
3432 | 2024-12-18T21:09:15.092Z | Checking log v0.4.22 |
3433 | 2024-12-18T21:09:15.098Z | Checking hashbrown v0.15.1 |
3434 | 2024-12-18T21:09:15.108Z | Checking zerocopy v0.7.35 |
3435 | 2024-12-18T21:09:15.130Z | Checking syn v2.0.87 |
3436 | 2024-12-18T21:09:15.175Z | Checking pest v2.7.14 |
3437 | 2024-12-18T21:09:15.305Z | Checking rustix v0.38.37 |
3438 | 2024-12-18T21:09:15.345Z | Checking once_cell v1.20.2 |
3439 | 2024-12-18T21:09:15.533Z | Checking goblin v0.8.2 |
3440 | 2024-12-18T21:09:15.657Z | Checking fs-err v2.11.0 |
3441 | 2024-12-18T21:09:15.972Z | Checking anyhow v1.0.93 |
3442 | 2024-12-18T21:09:16.163Z | Checking indexmap v2.6.0 |
3443 | 2024-12-18T21:09:16.371Z | Checking tabled v0.15.0 |
3444 | 2024-12-18T21:09:17.303Z | Checking terminal_size v0.4.0 |
3445 | 2024-12-18T21:09:17.307Z | Checking tempfile v3.13.0 |
3446 | 2024-12-18T21:09:17.458Z | Checking clap_builder v4.5.21 |
3447 | 2024-12-18T21:09:17.681Z | Checking dtrace-parser v0.2.0 |
3448 | 2024-12-18T21:09:19.126Z | Checking serde_json v1.0.132 |
3449 | 2024-12-18T21:09:19.126Z | Checking toml_datetime v0.6.8 |
3450 | 2024-12-18T21:09:19.129Z | Checking serde_spanned v0.6.8 |
3451 | 2024-12-18T21:09:19.129Z | Checking camino v1.1.9 |
3452 | 2024-12-18T21:09:19.129Z | Checking cargo-platform v0.1.8 |
3453 | 2024-12-18T21:09:19.323Z | Checking semver v1.0.23 |
3454 | 2024-12-18T21:09:19.368Z | Checking macaddr v1.0.1 |
3455 | 2024-12-18T21:09:19.384Z | Checking toml_edit v0.22.22 |
3456 | 2024-12-18T21:09:19.687Z | Checking camino-tempfile v1.1.1 |
3457 | 2024-12-18T21:09:20.090Z | Checking clap v4.5.21 |
3458 | 2024-12-18T21:09:20.362Z | Checking dof v0.3.0 |
3459 | 2024-12-18T21:09:20.362Z | Checking cargo_metadata v0.18.1 |
3460 | 2024-12-18T21:09:20.799Z | Checking usdt-impl v0.5.0 |
3461 | 2024-12-18T21:09:21.082Z | Checking toml v0.8.19 |
3462 | 2024-12-18T21:09:21.146Z | Checking usdt v0.5.0 |
3463 | 2024-12-18T21:09:21.549Z | Checking cargo_toml v0.20.5 |
3464 | 2024-12-18T21:09:22.714Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3465 | 2024-12-18T21:09:23.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s |
3466 | 2024-12-18T21:09:23.394Z | |
3467 | 2024-12-18T21:09:23.395Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3468 | 2024-12-18T21:09:23.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3469 | 2024-12-18T21:09:24.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3470 | 2024-12-18T21:09:24.133Z | Checking polyval v0.6.2 |
3471 | 2024-12-18T21:09:24.244Z | Checking ctr v0.9.2 |
3472 | 2024-12-18T21:09:24.253Z | Checking ssh-encoding v0.2.0 |
3473 | 2024-12-18T21:09:24.262Z | Checking blowfish v0.9.1 |
3474 | 2024-12-18T21:09:24.271Z | Checking password-hash v0.4.2 |
3475 | 2024-12-18T21:09:24.274Z | Checking matches v0.1.10 |
3476 | 2024-12-18T21:09:24.301Z | Checking p256 v0.13.2 |
3477 | 2024-12-18T21:09:24.301Z | Checking p521 v0.13.3 |
3478 | 2024-12-18T21:09:24.371Z | Checking idna v0.2.3 |
3479 | 2024-12-18T21:09:24.458Z | Checking ghash v0.5.1 |
3480 | 2024-12-18T21:09:24.458Z | Checking bcrypt-pbkdf v0.10.0 |
3481 | 2024-12-18T21:09:24.497Z | Compiling enum-as-inner v0.5.1 |
3482 | 2024-12-18T21:09:24.563Z | Checking russh-cryptovec v0.7.3 |
3483 | 2024-12-18T21:09:24.628Z | Checking aes-gcm v0.10.3 |
3484 | 2024-12-18T21:09:24.666Z | Checking pbkdf2 v0.11.0 |
3485 | 2024-12-18T21:09:24.747Z | Checking md5 v0.7.0 |
3486 | 2024-12-18T21:09:24.767Z | Checking num-bigint v0.4.6 |
3487 | 2024-12-18T21:09:24.767Z | Checking des v0.8.1 |
3488 | 2024-12-18T21:09:24.841Z | Checking ssh-cipher v0.2.0 |
3489 | 2024-12-18T21:09:24.944Z | Checking hex-literal v0.4.1 |
3490 | 2024-12-18T21:09:25.020Z | Compiling dhcproto-macros v0.1.0 |
3491 | 2024-12-18T21:09:25.040Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3492 | 2024-12-18T21:09:25.075Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3493 | 2024-12-18T21:09:25.118Z | Checking ssh-key v0.6.6 |
3494 | 2024-12-18T21:09:25.161Z | Checking internet-checksum v0.2.1 |
3495 | 2024-12-18T21:09:25.522Z | Checking trust-dns-proto v0.22.0 |
3496 | 2024-12-18T21:09:26.376Z | Checking russh-keys v0.45.0 |
3497 | 2024-12-18T21:09:27.256Z | Checking russh v0.45.0 |
3498 | 2024-12-18T21:09:27.862Z | Checking dhcproto v0.12.0 |
3499 | 2024-12-18T21:09:44.131Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3500 | 2024-12-18T21:09:45.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.08s |
3501 | 2024-12-18T21:09:45.694Z | |
3502 | 2024-12-18T21:09:45.694Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3503 | 2024-12-18T21:09:46.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-12-18T21:09:46.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-12-18T21:09:46.307Z | Checking termios v0.3.3 |
3506 | 2024-12-18T21:09:46.517Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3507 | 2024-12-18T21:09:47.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3508 | 2024-12-18T21:09:47.420Z | |
3509 | 2024-12-18T21:09:47.421Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3510 | 2024-12-18T21:09:47.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-12-18T21:09:47.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-12-18T21:09:48.096Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3513 | 2024-12-18T21:09:50.071Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3514 | 2024-12-18T21:09:51.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
3515 | 2024-12-18T21:09:52.079Z | |
3516 | 2024-12-18T21:09:52.079Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3517 | 2024-12-18T21:09:52.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2024-12-18T21:09:52.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2024-12-18T21:09:52.677Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3520 | 2024-12-18T21:09:53.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3521 | 2024-12-18T21:09:53.311Z | |
3522 | 2024-12-18T21:09:53.311Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3523 | 2024-12-18T21:09:53.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-12-18T21:09:53.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-12-18T21:09:53.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3526 | 2024-12-18T21:09:53.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3527 | 2024-12-18T21:09:53.891Z | |
3528 | 2024-12-18T21:09:53.891Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3529 | 2024-12-18T21:09:54.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2024-12-18T21:09:54.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2024-12-18T21:09:54.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3532 | 2024-12-18T21:09:54.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3533 | 2024-12-18T21:09:54.468Z | |
3534 | 2024-12-18T21:09:54.469Z | info: running `cargo check --bins` on omicron-package (169/174) |
3535 | 2024-12-18T21:09:55.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2024-12-18T21:09:55.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2024-12-18T21:09:55.103Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3538 | 2024-12-18T21:09:56.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3539 | 2024-12-18T21:09:56.555Z | |
3540 | 2024-12-18T21:09:56.556Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3541 | 2024-12-18T21:09:57.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-12-18T21:09:57.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-12-18T21:09:57.221Z | Checking rtoolbox v0.0.2 |
3544 | 2024-12-18T21:09:57.221Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3545 | 2024-12-18T21:09:57.226Z | Checking tui-tree-widget v0.22.0 |
3546 | 2024-12-18T21:09:57.441Z | Checking rpassword v7.3.1 |
3547 | 2024-12-18T21:10:01.351Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3548 | 2024-12-18T21:10:04.201Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3549 | 2024-12-18T21:10:05.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s |
3550 | 2024-12-18T21:10:05.548Z | |
3551 | 2024-12-18T21:10:05.548Z | info: running `cargo check --bins` on wicket (171/174) |
3552 | 2024-12-18T21:10:06.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2024-12-18T21:10:06.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2024-12-18T21:10:06.222Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3555 | 2024-12-18T21:10:06.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3556 | 2024-12-18T21:10:06.831Z | |
3557 | 2024-12-18T21:10:06.831Z | info: running `cargo check --bins` on wicketd (172/174) |
3558 | 2024-12-18T21:10:07.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3559 | 2024-12-18T21:10:07.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3560 | 2024-12-18T21:10:07.506Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3561 | 2024-12-18T21:10:11.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3562 | 2024-12-18T21:10:11.463Z | |
3563 | 2024-12-18T21:10:11.463Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3564 | 2024-12-18T21:10:11.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2024-12-18T21:10:11.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2024-12-18T21:10:11.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3567 | 2024-12-18T21:10:11.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3568 | 2024-12-18T21:10:12.040Z | |
3569 | 2024-12-18T21:10:12.040Z | info: running `cargo check --bins` on zone-setup (174/174) |
3570 | 2024-12-18T21:10:12.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2024-12-18T21:10:12.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2024-12-18T21:10:12.746Z | Checking uzers v0.12.1 |
3573 | 2024-12-18T21:10:13.073Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3574 | 2024-12-18T21:10:14.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3575 | 2024-12-18T21:10:14.404Z | |
3576 | 2024-12-18T21:10:14.404Z | real 12:25.891520816 |
3577 | 2024-12-18T21:10:14.404Z | user 23:38.346207304 |
3578 | 2024-12-18T21:10:14.404Z | sys 5:13.319342606 |
3579 | 2024-12-18T21:10:14.404Z | trap 0.462767111 |
3580 | 2024-12-18T21:10:14.404Z | tflt 2.048569655 |
3581 | 2024-12-18T21:10:14.404Z | dflt 2.872070694 |
3582 | 2024-12-18T21:10:14.404Z | kflt 0.001012235 |
3583 | 2024-12-18T21:10:14.404Z | lock 44:27.896809533 |
3584 | 2024-12-18T21:10:14.404Z | slp 2:02:32.704639085 |
3585 | 2024-12-18T21:10:14.404Z | lat 59.146259069 |
3586 | 2024-12-18T21:10:14.405Z | stop 3:07.349013454 |
3587 | 2024-12-18T21:10:14.408Z | process exited: duration 1067334 ms, exit code 0 |
|
3588 | 2024-12-18T21:10:14.415Z | found 0 output files |